sustainableDevelopmentGoals property
- @JsonKey(name: 'sustainable_development_goals')
getter/setter pair
The United Nations' 17 Sustainable Development Goals are a collection of goals at the heart of a global "shared blueprint for peace and prosperity for people and the planet." We use a machine learning model to tag works with their relevance to these goals based on our OpenAlex SDG Classifier, an mBERT machine learning model developed by the Aurora Universities Network, trained on Elsevier data. The score represents the model's predicted probability of the work's relevance for a particular goal.
Implementation
@JsonKey(name: 'sustainable_development_goals')
List<SustainableGoal>? sustainableDevelopmentGoals;