Sustainable Development Goals
People
People
SDG keywords for individuals and organizations are populated automatically based on the SDGs identified for their research outputs. As with research outputs, administrators and authors can adjust these SDG tags, removing those that are not relevant and adding others that may have been missed in the automated process.
The example above is styled with CSS. Unlike the Water Network example, this rendering uses the individuals' Experts@Minnesota research statement and research interests rather than a custom biographic statement.
Code embedded above:
<script src="https://widget.experts.umn.edu/assets/v2/widget.js"></script>
<script type="text/javascript">
ExpertsWidget.displayPeople({
keyword_uri: "/dk/atira/pure/sustainabledevelopmentgoals/climate_action",
organization: "41a3acef-9cfa-46ec-b3db-3b1b1a129fe9",
group: "employmentType",
size: 25
});
</script>
<style>
.experts-person-profile-photo {
width: 175px;
height: 175px;
object-fit: cover;
}
.experts-person {
display: inline-table;
width: 200px;
font-family: 'Roboto', sans-serif;
font-size: 14px;
margin-bottom: 16px;
margin-right: 24px;
}
</style>