Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
The task force on knowledge and data developed a series of short videos called, "The IPBES Data Management Tutorials" to help experts implement the IPBES data management policy. They cover topics ranging from data management policy, reports, active research data, tools, and examples.
The series includes the following chapters:
Introduction to IPBES data management tutorials (10.5281/zenodo.4014762)
Provides an overview on data management within the IPBES platform, and the series of the tutorials prepared by the task force on knowledge and data that will assist experts with the implementation of the IPBES data management policy.
IPBES data management policy (10.5281/zenodo.4014790)
Provides an introduction of the IPBES data management policy. It discusses why IPBES has a data management policy and who is responsible for what in the implementation and further development of this policy.
IPBES data management reports (10.5281/zenodo.4014792)
Provides an overview and discussion of specific elements of IPBES data management reports.
Data management of active research data (10.5281/zenodo.4014796)
Provides an introduction for IPBES experts on how to manage data while actively being used, analyzed, and produced to fulfill the criteria of the IPBES data management policy.
Tools for data management (10.5281/zenodo.4014798 )
Provides IPBES authors with an overview of open source tools used frequently by the scientific community to help it implement data management for the entire data life cycle.
Examples of implementing the IPBES data management Policy (10.5281/zenodo.4014802)
Contains examples of how certain data management tasks and workflows were implemented within IPBES so that they follow the data management policy. These are currently legacy videos and the most recent examples can be found within the technical guidelines here: https://ict.ipbes.net/ipbes-ict-guide/data-management/technical-guidelines
To view these tutorials online, please visit the ipbes website here: https://ipbes.net/dmp/tutorials. The associated youtube videos can be opened by clicking on the session names.
To download these tutorials and their associated content from Zenodo, please click on the overview description here: https://doi.org/ 10.5281/zenodo.4020373 where you can navigate to each chapter and then individual section.
These technical guidelines have been prepared by the technical support unit on knowledge and data and reviewed by the task force on knowledge and data within IPBES.
Version: 1.0 DOI: https://zenodo.org/doi/10.5281/zenodo.10004399
The Organisation of Work, consists of three separate parts:
These guidelines are intended to support the technical support units for the assessments, the other technical support units within IPBES and the assessment experts. Adopting these practices will increase the consistency and coherence within IPBES, and will facilitate the use of IPBES products for internal and external users.
All source files are also available on our GitHub. For any questions, feedback, or suggestions for future guidelines, contact aidin.niamir@senckenberg.de.
These technical guidelines on data management, handling, and delivery have been prepared by the technical support unit on knowledge and data and reviewed by the task force on knowledge and data.
If interested, all source files are available on my . For any questions, feedback, or suggestions for future guidelines, contact
Please note: The designations employed and the presentation of material on the maps shown here do not imply the expression of any opinion whatsoever on the part of the IPBES concerning the legal status of any country, territory, city or area or of its authorities, or concerning the delimitation of its frontiers or boundaries.
Technical Guideline Series
Prepared by Joy Kumagai - Technical Support Unit (TSU) of Knowledge and Data Reviewed by Aidin Niamir - Head of the Technical Support Unit of Knowledge and Data For any inquires please contact aidin.niamir@senckenberg.de
Version: 2.1 Last Updated: 15 July 2022
The guide will show how to convert raster and vector data from a projection to the Robinson projection using R and is intended for IPBES experts creating maps. IPBES has adopted the Robinson projection for visualizing global scale maps as it balances distortions in area, direction, distance, and distortions near the poles. Please note that the projection used for analysis and whether one would like to display a Pacific centered or Greenwich centered map depends on the application. For example, If calculating area, an equal-area projection is needed.
Begin by loading the following packages.
Next, we define the Robinson projection using PROJ.4 notation. This information can be found at the this link.
To produce a Greenwich centered map in the Robinson projection with raster data, we will load precipitation data from world clim and plot the result, but please load and use the raster data that you will be working with. The crs() function will output the projection that your data is in.
Next, we will create a mask, and then project the data with this mask so repeated areas of the world map are removed.
Now we can plot our results to ensure it is correct.
The next step is to create graitcules and labels to add to all of the next plots.
The warnings of discarding the datum can be safely ignored in this case*.
Finally, we will plot the raster with the graticules we just created.
In this section, we will produce a world map of countries with vector data (points, lines, polygons). First, we will load, check the projection, and plot a world map of countries.
Now, we project the vector data into the Robinson projection and plot the map with graticules.
If there are polygons that cross the date line, it is possible that some erroneous polygons may appear. If this occurs, the solution is to run the function st_wrap_dateline() before projecting.
Finally, we will visualize both the raster and vector data together in one map.
Your feedback on this content is welcome. Let us know what other useful material would you like to see here by emailing aidin.niamir@senckenberg.de.
*The warnings of discarding the datum but preserving the +towgs1984 = values
stem from an update from PROJ4 to PRROJ6 but is not worriesome in this case. The +datum=
part is depreciated from GDAL >3 and sf, rgdal, and raster packages use GDAL to read files. There is a stackoverflow thread with more information here
This repository holds the public user documentation for IPBES data management and IT services and tools. It is hosted on
The Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (IPBES) is an independent intergovernmental body, established by member States in 2012. It provides policymakers with objective scientific assessments about the state of knowledge regarding the planet’s biodiversity, ecosystems and the benefits they provide to people, as well as the tools and methods to protect and sustainably use these vital natural assets.
Our mission is to strengthen knowledge foundations for better policy through science, for the conservation and sustainable use of biodiversity, long-term human well-being and sustainable development. To some extent IPBES does for biodiversity what the IPCC does for climate change.
Our documentation is public because we want your help in improving and maintaining it. See our for guidelines on filing pull requests. All documentation is released under the Creative Commons Attribution license.
If you spot a problem, send us a pull request to fix it! If you're not sure how, you can also file an issue and we'll try to get to it ourselves.
In order to maintain a consistent style and voice throughout our documentation please try to follow these standards and conventions when filing Pull Requests against our documentation.
Our documentation site is built using . GitBook uses Markdown as its file format.
All files should end in .md
. They should be all-lower-case and match the title of the page, or in some cases an abridged version of it.
All pages should start with a title, denoted with # (first level header).
Subsections within a page are encouraged, and should use ## for a 2nd level and ### for a 3rd level. Do not have more than 3 levels of header.
Inline code statements, file names, and keys that would appear in a file should use backticks like this `
.
Always use inline links.
Do not hard-wrap prose text. Set your text editor to soft wrapping.
Internal links should be absolute (starting with /
) and link to a file ending in .md
, not .html
. That makes them easier to find when needed to update.
All documentation should be written in English.
If you're facing any issues with IPBES IT services and tools, please send an email to mea-ipbes-registration@un.org.
You can also reach us through the relevant technical support units of assessments or task forces
IPBES Secretariat
10th floor
Platz der Vereinten, Nationen 1
53113 Bonn (Germany)
Technical Guideline Series
Prepared by Joy Kumagai - Technical Support Unit (TSU) of Knowledge and Data Reviewed by Aidin Niamir - Head of the Technical Support Unit of Knowledge and Data For any inquires please contact
Version: 3.0 Last Updated: 15 August 2022
DOI:
This technical guideline will review the necessary and suggested cartographic elements for maps produced as part of IPBES assessments. The guide is split into four sections, cartographic elements, disclaimers, country borders, and general suggestions and have examples of maps and the code behind them throughout. This guideline is intended for anyone involved in the process of creating maps within IPBES assessments.
Begin by loading the following packages.
Generally the following cartographic elements should be included within each map:
Map with frame and legend
Graticules (North arrow and scale are not needed when graticules are included)
References for each of the layers used to make the map are required within each data deposit package associated with the map
Generally these elements do not need to be included with each map for assessments:
North arrow and scale bar - do not need to be included when graticules are present
Titles - should not be included within the map’s frame, but rather included in the caption.
Here is an example of creating a world map with these elements. The following code downloads land and ocean polygons from rnaturalearth package, creates latitude and longitude labels and graticules, and then plots a global map in robinson projection.
The messages describe the data and where it is downloaded locally.
The warnings of discarding the datum can be safetly ignored in this case*.
Now we set up the plotting frame, and plot the graticules, ocean, land, and latitude and longitude lines.
We can also use the ggplot package, with some additional functionality added with ggspatial, to map sf objects in R Studio such as in the following example:
IPBES has adopted the Robinson projection for all global scale maps.
The Robinson projection balances distortions in area, direction, distance, and distortions near the poles. We encourage the use of Pacific centered maps when focused on marine or Pacific themes. The pacificCentric
function within the envirem
package can reneter a raster on the Pacific.
For maps of countries or regions, national or appropriate regional projections are recommended. If there is no specific country projection available, the relevant Universal Transverse Mercator zone projection is suggested.
The standard disclaimers that should appear on all maps within IPBES assessments are the following:
Short form
The boundaries and names shown, and the designations used on the maps shown here do not imply official endorsement or acceptance by IPBES.
Long form
The designations employed and the presentation of material on the maps used in the assessment do not imply the expression of any opinion whatsoever on the part of IPBES concerning the legal status of any country, territory, city or area or of its authorities, or concerning the delimitation of its frontiers or boundaries. These maps have been prepared or used for the sole purpose of facilitating the assessment of the broad biogeographical areas represented therein and for purposes of representing scientific data spatially.
If a map displays data at the country-level, special consideration needs to be taken when drawing country borders. IPBES follows current UN guidance on country borders for original global-scale maps. To assist with following the UN guidance, the technical support unit on knowledge and data and the secretariat have created a package of resources, including shapefiles, to use when displaying country borders.
Before you begin, please double check that the data is displayed at the country level and not the territory level. If your data is at the territory level ensure this is reflected in the caption and text and it is not required to follow these guidelines.
In summary, there are five layers that need to be added to the map in this order: grey areas, solid borders, dashed borders, dotted borders, and major lakes. The major lakes are used to represent cross-border waterbodies serving as a border between countries.
First, load all shapefiles into the R session and project each into the Robinson projection. The function, st_wrap_dateline()
, is used to correct borders that cross the dateline.
Now, the next section of code can be split into three categories, plotting the base global map used earlier (section IA), plotting the borders in the correct order, and finally adding the graticule lables to the map.
A line width of 0.1 (lwd = 0.2
) is used throughout. Lty
controls the type of line, while border
controls the color of the border for polygon data and can be set to transparent by using border = NA
. Besides the grey areas, which should be slightly darker, the same grey shade is used for all borders (col = "grey40"
).
Finally, in your maps check that the colors within the map match UN guidance paying particular attention to Taiwan, Falkland Islands (Malvinas), and Arunachal Pradesh.
Streamlining the design of maps allows for better comparison and integration. Therefore, to facilitate the standardization of maps within IPBES, we recommend the following:
Include all continents in global maps, including Antarctica
Use color schemes and projections consistently throughout the chapter, if possible throughout the assessment.
Color schemes should be consistent with the ones used for figures.
No data is symbolized with the color grey (BBBBBB; RGB:187, 187, 187)
White or light sky blue (87CEFA; RGB: 135, 206, 250) is used for the ocean
Do not add excessive labels which interfere with interpretation of the map as a whole
Here we also include some popular resources for global and country scale spatial data:
Standardizing country names:
Color is a critical key to communicating information to viewers within a map. Colors need to be used consistently in maps and figures. Often incorrect or inconsistent color schemes are used that either make it difficult for people to understand the map or bias the interpretation. For more information, please refer to the next technical guideline,
For more information on how to display disputed or contentious boundary lines and territories, please contact the TSU on knowledge and data ()
To access the full guidance and associated files, please go to this website: and request access. Once you have access, download all files and read the full instructions.
Avoid country borders, if needed country borders are black, continuous, and 0.2 in size and follow the guidance available on Zenodo ()
Administrative borders:
ISO 3166-1 alpha 3 () codes should be used
The package can be used to convert between different country codes or names
Marine regions:
Coast lines, land, and ocean boundaries:
Your feeback on this content is welcome. Let us know what other useful material would you like to see here by emailing
*The warnings of discarding the datum but preserving the +towgs1984 = values
stem from an update from PROJ4 to PRROJ6 but is not worriesome in this case. The +datum=
part is depreciated from GDAL >3 and sf, rgdal, and raster packages use GDAL to read files. There is a stackoverflow thread with more information
Prepared by Renske Gudde - IPBES Technical Support Unit (TSU) for Knowledge and Data and Rainer M. Krug - IPBES Task Force on Knowledge and Data. Reviewed by Aidin Niamir and Yanina V. Sica - IPBES Technical Support Unit for Knowledge and Data and the IPBES Task Force on Knowledge and Data (Hanno Seebens and Xubin Pan)
For any inquires please contact aidin.niamir@senckenberg.de
Version: 1.0 Last Updated: 16 October 2023
Benefit sharing, by giving credit to those who contribute by properly acknowledging them, is important within IPBES. It is therefore important that the technical support units for assessments compile accurate information on the experts and maintain such information in a transparent and comprehensive manner.
The GDPR is a regulation on data protection and privacy in the EU, which protects the privacy and personal data of all EU citizens. It is rooted in seven principles for privacy: lawfulness, fairness and transparency (gathering data with a valid legal basis in the best interest of the people data is collected from, and transparent in a way that it is clear what, how and why data is collected); purpose limitation (using the data only for the initially stated purpose); data minimisation (not gathering more data than is necessary); accuracy (data must be correct and up to date); storage limitations (deleting personal data when it is not needed anymore); integrity and confidentiality (ensuring that the data cannot be manipulated by others and making sure that the only people with access to personal data are the ones processing it); and accountability (taking responsibility for proper processing of personal data and compliance with the rules of the GDPR).
There are comparable rights and laws for other countries and regions, such as the Data Protection Act 2018 in the UK, the Privacy Amendment to Australia’s Privacy Act, the Personal Information Protection Law in China, the Nigeria Data Protection Regulation, the South Africa’s Protection of Personal Information Act, and the Digital Charter Implementation Act in Canada. Personal data can be sensitive, and it is therefore important that these data are collected and stored with the consent of the experts.
In compliance with the GDPR, IPBES ensures to collect the minimum personal data that is required to guarantee that each expert and contributor is properly and sufficiently acknowledged. The information required is therefore: full name; preferred name which will be used in the citation or acknowledgement; title; gender; country of nationality and country of residence (if different); email address, and, optional, an ORCID iD.
Name: Last name; first name; full name and preferred spelling of name (if different from the full name, for example, when Peter John Smith prefers to be called John Smith, or when authors prefer their names without the original accent marks).
Country: Both the country of nationality and the country of residence, if different. The country names have to follow the UN recommendations.
Affiliation: The complete affiliation(s) of the expert that are relevant to their IPBES contribution. For example, when an experts works for a specific lab or department at the School of Biological Sciences of the University of Edinburgh, the affiliation would be: University of Edinburgh, Edinburgh, United Kingdom. If an expert has more than one affiliation, these should all be added.
Email: Any email address, work related or private (preferably both), which is the preferred way of IPBES and/or assessment related communication
ORCID iD: Optional. An ORCID iD is a personal digital identifier, which is often used by researchers to increase findability of their work and the distinguishing from other researchers with the same or a similar name. It is highly recommended for all contributors to obtain an ORCID iD to make them uniquely attributable, even if they are not publishing in the academic sector. The tsu for data can help with any problems encountered during the registration process.
The assessment technical support unit has to submit the list of experts to the secretariat to add them to the internal expert database and avoid duplication and different personal details. To ensure data protection and privacy protection, each assessment should have their own expert dataset, containing only the experts involved in that assessment.
Secretariat:
assigns the expert id to the experts upon their first role within IPBES
keeps the experts database up to date and available to the technical support units for the assessments
answer any questions that may arise about data protection
Assessment TSU:
Before each submission of a draft, confirm with the authors that all details are still correct.
Lead Authors:
make sure that all authors and new contributing authors and other contributors are communicated to the Assessment TSU
TSU for data:
include a section on the GDPR and the way that personal data is collected, handled and stored in the IPBES data and knowledge management policy, and making sure that this information is regularly updated with any updates on the GDPR
Authors / Experts:
ensure that all your information is correct and complete, and that any updates and changes are communicated as soon as possible. It is in their interest that the information is up to date and correct.
The excel template (CSV with UTF-8 formatting) for the experts list, including example information of a fictional expert called John Smith.
Technical Guideline Series
Prepared by Joy Kumagai - Technical Support Unit of Knowledge and Data Reviewed by Aidin Niamir - Head of the Technical Support Unit of Knowledge and Data For any inquires please contact
Version: 2.3 Last Updated: 15 August 2022
DOI:
The guide will show how to aggregate and map FAO data according to the IPBES Regions and Sub-Regions polygons using R. For this exercise, we chose the FAO population data but any FAOSTAT dataset can be used. This guideline is intended for anyone aggregating data to IPBES regions and subregions.
Let’s begin by loading the following packages.
The first step is to download the FAO data using the FAOSTAT package. The url can be found in FAO STAT’s data description file
Now we will download the shapefile of the IPBES Regions and Sub-regions off of Zenodo. This can be accomplished manually or through a few lines of code.
To do this through a script, first identify the record ID of the Zenodo entry, which is the numbers following “zenodo.” at the end of the URL. We then create a URL with the record ID and query the API for information about the record.
Now, we can inspect the contents downloaded with the function content()
This information we received contains metadata for the record, and within this we can find the specific URL to download the IPBES regions and sub-regions shapefile. We then use this URL and the function GET() to download the shapefile.
Now that our data is on our computer, we need to upload the data into R studio and project the spatial data.
To plot the ocean in our maps, we will also download ocean data from the rnaturalearth package and project it
The next important step is to clean the data to ensure it can be joined and mapped easily. For this example, we will filter to only include the total population for each country in 2018.
By examining the Area names within the dataset, one will notice that every name after Zimbabwe refers to aggregated data, therefore we will remove these from our analysis.
Finally, we need to add the ISO3 codes onto the dataframe, so we can easily join it to the IPEBS Regions and Sub-Regions data. The translateCountryCode() function provided by the FAOSTAT package allows us to easily do this.
There are two records where no ISO3 Code was assigned: China (including mainland, Hong Kong SAR, Macao SAR, and Taiwan) and South Sudan. “China mainland” refers to the same area as “China” in our dataset, so we are safe to exclude the China (including mainland, Hong Kong SAR, Macao SAR, and Taiwan) from our analysis.
For South Sudan, we will add the same ISO-3 Code we have in the IPBES Regions and Sub-regions dataset.
We have all of our data downloaded locally, uploaded into R, and formatted properly. The last step is to join and aggregate the data to the IPBES regions and sub-regions shapefile.
First, we join the IPBES regions and sub-regions attributes to our data table. I drop the spatial attributes of the IPBES regions and sub-regions dataset to speed up the process.
Secondly, we aggregate the data per IPBES regions and sub-regions. In our example, I calculate the total population per region and per sub-region using the group_by() function.
Finally, we join the formatted FAO data to the spatial data we originally had so we can create maps.
All that is left to do is to map the data per region and sub-region. We begin by dissolving the spatial data per region and subregion so country borders are not included.
Now, we choose the palette and plot by region.
If you would like to add graticules and an ocean background, follow this example. First, we will set up the graticules we will plot
Then, we will plot the graticules, ocean data, then region data, and finally the text for latitude and longitude lines, legend, and surrounding box.
We can also plot by subregion.
Prepared by Renske Gudde - IPBES Technical Support Unit (TSU) for Knowledge and Data and Rainer M. Krug - IPBES Task Force on Knowledge and Data. Reviewed by Aidin Niamir and Yanina V. Sica - IPBES Technical Support Unit for Knowledge and Data and the IPBES Task Force on Knowledge and Data (Hanno Seebens and Xubin Pan)
For any inquires please contact
Version: 1.1 Last Updated: 27 February 2024
DOI:
The IPBES assessment process is a lengthy and complex process, spanning over multiple years and involving many contributors and products. It is therefore important to easily track and find files related to the assessment. Here, an IPBES specific file name scheme for the assessments is being proposed.
Files used in IPBES should be named in a consistent and standardised way, while simultaneously informing about the content of the file, to avoid file loss and increase findability of the files, transparency of the final assessments, and reusability. For example, using the filename Fig3.8
or ILK dialogue meeting Asia
seems to be informative, but when a user is interested in ILK dialogue meeting reports, it is unclear from which assessment the report comes and when the dialogue meeting took place, and when a user finds ‘Fig3.8’ in the download folder on their computer, the file name does not provide any indication of the contents and topic of that file. Having a standardised way to create file names improves the transparency and findability of information, and also avoids file names like DMR_systematic_review_final_final_JS_final_approved
.
Apart from human understanding, the possibility to parse the file names automatically and deduce information about the file is an important second aspect of the naming conventions.
The recommended naming of files is built up in a similar way as the IBAN codes used by banks, and the proposed file name convention for IPBES products is:
IPBES_[assessment abbreviation]_[chapter]_[document type]_[short description]_[version]
In detail: All sections are required to be filled in.
IPBES: The acronym IPBES should be always present (in capital letters)
[assessment_abbreviation]: the abbreviation of the assessment as was approved during the scoping of the assessment, e.g., IAS for invasive alien species, NXS for the Nexus, TCA for transformative change and BBA for business and biodiversity (in capital letters).
[chapter]: chapter and subchapter number or “SPM”, e.g. “Ch5.2”. This is an optional field; if there is no chapter, use “__” (i.e. two underscores) to keep the file name machine readable.
[document_type] The kind of document it is (e.g., a meeting report, chapter or dataset). Suggested are the following types (a complete list is maintained by the data tsu):
[short_description] should describe the document in preferably 1-5 words (e.g., “dialogue Asia”, “systematic review topic chapter”). Clear descriptions are much easier to use than ambiguous ones, so when it is not possible to add a description in 1-5 words, it is recommended to use more words.
[version] Version in the format as described in the versioning scheme for IPBES products. The version number indicates at which state in the assessment a file was uploaded. It is therefore important to upload a new version (with updated version in the file name) at every milestone. Access to previous versions can be restricted in order to avoid confusion.
The sections are separated with “_”, and multiple words within a section can be separated with “ ” (space).
The final, interoperable, version of figure 3.6 that will be submitted to the Plenary, the phylogeny of marine mammals, of the Sea life assessment:
→ IPBES_SLA_Ch3_figure_fig 3.6_Phylogeny of marine mammals_v10.0.0.ai
Figure 7.8 showing the biodiversity hotspots on a global map, that will be submitted for the second external review as part of chapter 7 of the Hotspots assessment:
→ IPBES_HA_Ch7_figure_fig 7.8 Global biodiversity hotspots_v2.0.0.png
The final version of table 5.4 that will be submitted for the first order draft for the Sea life assessment, containing a list of endangered marine animals:
→ IPBES_SLA_Ch5_table_Table 5.4 Endangered marine animals_v1.0.0.docx
Table 7.11 showing the number of endangered species in biodiversity hotspots, that will be submitted for the third external review as part of chapter 7 of the Hotspots assessment:
→ IPBES_HA_Ch7_table_Table 7.11 Endangered species in hotspots_v3.0.0.docx
The first data management report for figure 4.1 of the invasive alien species assessment, uploaded to Zenodo before the submission for the first external review, would be:
→ IPBES_IAS_Ch4_DMR_Fig4.1 biodiversity versus water quality_v0.0.0.docx
The version of the data management report for figure 7.8 on the biodiversity hotspots map for the Hotspots assessment that will be submitted for the second external review as part of chapter 7 of the Hotspots assessment:
→ IPBES_HA_Ch7_DMR_Fig7.8 biodiversity hotspots map_v2.0.0.docx
Report about the third meeting to advance the summary for policymakers of the Sea life assessment:
→ IPBES_SLA__meeting report_Third SPM meeting_v1
The third version of a report on the dialogue meeting for Asia taking place after the second external review would be of the MR assessment:
→ IPBES_MR_dialogue__dialogue report_Asia_v2.0.3.zip
The references found during a systematic literature search on ILK and nature conservation for the Hotspots assessment:
→ IPBES_HA__Dataset_References systematic literature search ILK and nature conservation_v1
Technical Guideline Series
Prepared by the technical support unit of knowledge and data
For any inquires please contact
Version: 5.0 Last Updated: November 8th 2024
DOI:
This technical guideline is a resource for everyone to cite previous IPBES assessments starting with the IPBES Global Assessment. BibTeX and RIS files are available to download beneath each citation. Assessments approved at each future Plenary session will be added to the list. Suggested citations are created by the assessments.
Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI:
IPBES (2024). Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. O’Brien, K., Garibaldi, L., and Agrawal, A. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Summary for Policymakers of the Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI:
IPBES (2024). Summary for Policymakers of the Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. O’Brien, K., Garibaldi, L., Agrawal, A., Bennett, E., Biggs, O., Calderón Contreras, R., Carr, E., Frantzeskaki, N., Gosnell, H., Gurung, J., Lambertucci, S., Leventon, J., Liao, C., Reyes García, V., Shannon, L., Villasante, S., Wickson, F., Zinngrebe, Y., and Perianin, L. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 5.0
Technical Guideline Series
Prepared by Joy Kumagai - Technical Support Unit (TSU) of Knowledge and Data
Reviewed by the Task Force on Knowledge and Data and Benedict Omare - Information Management Officer
For any inquires please contact
Version: 1.1 Last Updated: 14 July 2022
DOI:
Within this guideline, we cover how to upload, share, and download to Zenodo both manually and programmatically. This technical guideline is intended for IPBES technical support units and provides useful tips and options, but does not seek to be comprehensive. The material presented here incorporates and builds upon the guide available here: .
is a general-purpose free and open-access repository operated by the European Organization for Nuclear Research (CERN). It allows researchers in any subject area to deposit data sets, research software, reports, and any other research related digital artifacts.
Zenodo provides the following services:
A persistent Digital Object identifier (DOI) is assigned for each upload to make it citable, traceable and findable
Metadata of each record is sent to DataCite servers during DOI registration and indexed there
Data and metadata will be retained for the lifetime of the repository. This is defined as the lifetime of the host laboratory CERN, which currently has an experimental programme defined for the next 20 years
Storage of large file sizes of up to 50 GB
Versioning of data
Integration with GitHub
All data and metadata uploaded is traceable to a registered Zenodo user
Access to IPBES products
A digital object identifier (DOI) to enable citation of the product or deposit including direct access to its digital representation
Search functionality in numerous platforms (e.g. CrossRef, DataCite, PubMed, RefBank, GNUB and Mendeley)
Uploads to the IPBES community on Zenodo must be material that has been prepared for IPBES.
The purpose of this section is to provide helpful guidance on specific aspects as opposed to going into detail on each part of the form for manual upload.
Descriptive metadata can be modified after publishing without changing the DOI. Files can also be re-uploaded but all data uploads are permanently stored and issued with unique version numbers and DOIs. Therefore, extra care should be used when uploading files.
A DOI can be reserved by creating a new Zenodo upload draft, selecting "Reserve DOI" under the basic information section, and saving the draft. The identifier can now be added to any documentation, including a data management report for the same upload
ORCIDs should be provided whenever possible
Please add your entry to the IPBES community, by searching IPBES secretariat within the upload form in the second section. The submission has to be approved by secretariat before it appears in the community
Under the section Basic information, the first field asks for a digital object identifier and directly below the descriptive text there is a box named "Reserve DOI" (see figure 1). Once this button is pressed, the text box then automatically fills in with the assigned DOI. Once you save the draft entry, which requires filling in sections with a red asterisk next to them (which can be changed at a later date), this is the corresponding DOI to the draft upload.
If creating a data management report, please include this reserved DOI at the top of the report and use the same drafted Zenodo entry for the data deposit package.
The upload form for Zenodo has two explicit places where people can be attributed for their work. One can specify author names in the Basic information section, and other contributor names under the Contributors section further down the form.
Within the form, the role of each contributor can be specified. There are many options which provide valuable information, such as contact person or research group. Some of the options are pictured in Figure 2.
Related identifiers are an incredibly useful tool that can help users understand the connections between products and easily navigate between them. For example, if one is interested in a data management report and finds the Zenodo upload, they can easily click on the related chapter and see how the analysis appears within the actual assessment chapter.
For data management reports associated with IPBES assessments, adding the DOI to the associated assessment chapter on Zenodo is important to maintain the relationship between the products.
There are a variety of options to specify relationships between products, such as the following:
"is supplemented by this upload" / "is a supplement to this upload"
"describes this upload" / "is described by this upload"
"continues this upload" / "is continued by this upload"
Additionally, ISBNs, URLs, and other identifiers can be used in addition to DOIs.
An example of how these related identifiers work can be found on the IPBES Data Management Tutorials Zenodo page pictured below.
Uploads related to IPBES assessments should be set to open access at the latest one calendar month following the adoption of the assessment by Plenary, unless a longer embargo period is approved by the task force on knowledge and data. Please see the IPBES data and knowledge management policy for more information.
Restricted access: If you select restricted access, you will need to specify the conditions under which you grant users access to the files in your upload. A user requesting access will be asked to justify how they fulfill the conditions. Based on the justification, you decide who to grant/deny access. You are not allowed to charge users for granting access to data hosted on Zenodo.
The following licenses can be specified on Zenodo:
Creative Commons Attribution 4.0 International - Recommended
Creative Commons Attribution 1.0 Generic
Creative Commons Attribution 2.0 Generic
Creative Commons Attribution 3.0 Unported
Creative Commons Attribution 3.0 Austria
Creative Commons Attribution 3.0 Germany
Creative Commons Attribution 3.0 Netherlands
Creative Commons Attribution 3.0 United States
Please add version numbers to all entries. If the entry is updated, the version number and date can be used to keep track of which version was available and used.
To aid in discoverability, it can be helpful to add keywords to your upload that describe the deliverable, document type, and/or descriptive term.
For example:
Deliverable: global assessment; values assessment; invasive alien species assessment
Document Type: Full assessment report; Summary for Policymakers; Supplementation material; data management report
Descriptive term: Data policy
Zenodo and GitHub have the possibility of being linked so that a new release on GitHub can create a new or an update to an existing Zenodo repository. Here we will discuss the context-specific considerations for IPBES and give a overview of the process.
One case where it would be helpful to have this link established would be if one has a project which utilizes a set of codes for and analysis with associated figures. The code, resulting figures, and data management report (perhaps in markdown format) could be included in the GitHub repository, and each release for a milestone draft could automatically have the associated Zenodo page updated.
Unfortunately, your repository on GitHub needs to be public for it to be published on Zenodo. Also, the access is automatically set to public on the Zenodo entry. Thus, the access would need to be adjusted after the release to restricted instead. IPBES products stemming from assessments need to be set to restricted access until the assessment is approved by Plenary.
To link your GitHub repository to a Zenodo page, follow the these steps:
Log in and choose your repository on GitHub and ensure it is publicly available
Log into your Zenodo account
Now, next to your email at the top right of the Zenodo page, there is a little drop down menu, select GitHub and select authorize application to give Zenodo the permissions it needs. Once this occurs, you should see a list of repositories, toggle the button next to your chosen repository into the ON position (see figure 4)
Back on GitHub, under settings click "Webhooks" in the left-hand menu. There should be a webhook configured to Zenodo
Back on Zenodo under the Upload tab, there should now be a new draft upload where you can reserve a DOI for your repository, edit the information and publish
Each new release should create a new version of the Zenodo Upload, published automatically.
One of the key benefits of Zenodo is that when you create an upload it provides a DOI for the entry. One can then find the Zenodo webpage by typing the following into a browser.
https://doi.org/ [add DOI of the upload]
Diving deeper, Zenodo actually issues two DOI’s. One DOI refers to the specific version, while there is an additional DOI created which cites all versions and resolves to the latest one. For instance, if a data management report is updated between one of the milestone drafts and the final version for an assessment, include the DOI that cites all versions in the assessment, thus ensuring anyone who clicks on the URL will be automatically sent to the most recent version.
Generally, when sharing your Zenodo uploads please use the DOI that cites a specific version unless you only want to refer the newest version.
To download files from Zenodo, all one needs to do is to navigate to the entry they would like to download, scroll down to the Files section on the webpage, and press the button download next to each of the files they would like to download (highlighted in Figure 6). This functionality can be very useful to quickly check files or to save locally and quickly. Resources uploaded to the IPBES community can be found on https://zenodo.org/communities/ipbes.
For other applications, such as downloading a dataset to be used in a script, one may want to have the script download the files, so that the most recent version is always used and the source is explicit.
The shapefile for the ipbes regions and subregions is within the zipped folder called "ipbes_regions_subregions_shape_1.1.zip". Once these files are downloaded, one can unzip the shapefile, call it into memory, and begin to use it as shown here:
Technical Guideline Series
Prepared by Joy Kumagai - IPBES Technical Support Unit (TSU) of Knowledge and Data Reviewed by the Task Force on Knowledge and Data (Hanno Seebens, Rainer Krug, András Báldi, Xubin Pan, and Aidin Niamir)
For any inquires please contact
Version: 1.1 Last Updated: 14 July 2022
DOI:
This technical guideline provides guidance on figures within IPBES assessments, with particular emphasis on long-term storage in repositories. The guideline is intended for IPBES assessment technical support units or anyone storing figures within IPBES assessments.
All figures, except for those borrowed (i.e. not modified) from external sources, are stored on Zenodo. Figures can then be accessed in the long-term, enabling reuse by others and future IPBES experts.
When uploading a figure to a repository, please specify which chapter it belongs to and the figure number. Additionally, please include the related identifiers, specifically the DOI of the assessment chapter and/or the associated data management report it appears in. At a quick glance, viewers should be able to track where a figure appears within the assessment.
Please provide editable, high resolution figures in vector format which enables graphic designers to edit the figure. Vector formats could be pdf, eps, or others as specified in the . If the graphic designer needs to edit a figure, the new version should be uploaded to the same repository as an additional file.
It is incredibly important that permission for any borrowed or adapted figures is granted and documented as early as possible. If permission can not be secured, then the figure can not be used in the assessment.
Please double check the following items to ensure the figures are in line with IPBES guidance.
If there are country borders displayed, there are certain rules for borders and a few regions that need to be adhered to ().
World maps are in the .
Country names are in within figures. If full names are needed in captions for clarity, they are fully spelt out according to current UN guidance. Names can be double checked with the interactive map on .
Colors used in figures are color blind friendly.
Licenses behind IPBES original figures are or .
Depending on the type of figure, there are different items that need to be part of the repository and checked. Please go through the following lists for each figure in the assessment.
Schematic figures
Upload the native/original file of the figure (e.g. powerpoint file).
Upload the figure in an open format and high resolution (600 dpi).
Data driven figures
Upload the workflows/scripts that were used to create the figure.
Upload the data sources themselves or specify the references to the data sources underlying the figure in the associated data management report, which can be included in the same repository.
Borrowed figures (unmodified)
These figures do not need to be uploaded to Zenodo, but please check the following:
Permission to reuse the figure has been granted and recorded.
The source of the figure is cited properly in the Zotero library.
The figure is in high resolution (600 dpi or vector format).
Adapted figures (modified)
Specify the usage rights.
Please also check:
Permission to reuse and adapt the figure has been granted and recorded.
The source of the figure is cited properly in the Zotero library.
In this section, examples for each type of figure are provided with links to the associated data deposit pacakge, except for borrowed figures which do not need a data deposit package.
Technical Guideline Series
Prepared by Joy Kumagai - Technical Support Unit (TSU) of Knowledge and Data Reviewed by Aidin Niamir - Head of the Technical Support Unit on Knowledge and Data For any inquires please contact
Version: 1.1 Last Updated: 15 July 2022
DOI:
This technical guideline is for all IPBES experts and focuses on recommended file formats for IPBES with open or mostly open standards. To summarize briefly:
Table 1: Recommendations for file formats
* While we are aiming to use open or mostly open formats, currently DOCX is widely used by the IPBES community and thus is still acceptable, although for preservation a PDF version of the DOCX file should also be added to the repository.
More details on these formats follow below. If you have any suggestions on further content or file format types you would like to see covered please contact us.
For each type of spatial data, this guideline will show examples of how to export and read the information. Please download the following data using this code to follow the examples.
A GeoPackage is ideal for encoding geospatial data when size and power are limited such as within a mobile device and is implemented in an SQLite database. It is slightly lighter in size than a shapefile, usually around 1.1-1.3x smaller and there is not limit on file size.
Some drawbacks are that the format is relatively young and the raster support in R is limited. It is very difficult to write multiband raster files using the common packages in R.
To export a geopackage the following code and the sf
package can be used:
Next, you can read a geopackage using the simple st_read()
function
A shapefile consists of multiple files that together are read by a computer program which specifies geometry of features, projection, and metadata of the dataset.
.shp - Mandatory. Contains the geometry for each feature - each record describes a shape with a list of its vertices
.shx - Mandatory. Stores the index of the feature geometry
.dbf - Mandatory. Dataset that stores the attribute information of features with a one-to-one relationship between geometry and attribute rows
.prj - Necessary. Stores the metadata associated with the shapefiles coordinate and projection system. This file needs to be included or the data can not be used correctly
.xml - Optional. Contains the metadata associated with the shapefile
.sbn and .sbx - Optional. Two spatial index files that optimize spatial queries. These two files make up a shape index to speed up spatial queries
.cpg - Optional. Describes the encoding applied to create the shapefile
Some drawbacks to using shapefiles are the following:
Not a completely open format
Lacks support for UNICODE character strings, therefore limiting the use of non-English languages
Consists of multiple files which can easily be separated
Field names can only be 10 characters or shorter in length
Size limit of 2GB
Can only have one type of geometry per file (only point data or only polygon data)
Does not store geometry of features. e.g. polygons which are next to each other are independent and joining borders are coded as separate line segments, which can result in holes and islands.
To export and read a shapefile, the sf
package can also be used.
Another vector format if the recommended formats are not possible is GeoJSON. GeoJSON is a simple open standard geospatial format that also represents features and associated attributes. This format is commonly used in web-based mapping. It is based on JavaScript Object Notation (JSON) and the standard format uses a geographic coordinate reference system, WGS 1984. Unlike shapefiles, it was not developed by a commercial company, but an internet working group of developers and thus is openly documented.
We recommend only using this format when data is simple points and lines as it is text based. Since it is text based, it is easy for humans to read directly and for machines to parse through and almost all GIS programs used for applications on the web can write and read GeoJSON data.
An important drawback worth mentioning is that it lacks support for projections. Additionally, there is no built-in support for embedding rich metadata about the dataset as a whole. Therefore, when using GeoJSON, provide the additional structured metadata with the json file so that the data is interoperable including an additional metadata file which specifies the projection and map datum.
To export and read a GeoJSON file the following code can be used. The option RFC7946 = YES
needs to be used when exporting as it is a more recent and strict standard for GeoJSON.
KML (Keyhole Markup Language) is a geospatial publishing format that enables easy visualization. The format is used primarily in the Google Earth Interface. The KML format focuses on visualization and allows one to encode what information to show and how to show it including annotation of images and maps and supports 3D textured models. KML supports display of rich data through icons and captions and can control the users view point directing where to look.
KML files can be created and edited on the google earth interface or can be drafted in an XML or simple text editor. When KML files are shared usually they are compressed and zipped into KMZ files. There are various ways to package a KML file, and thus we recommend other formats for storing or transferring geospatial data.
KML only uses one coordinate reference system and is not well suited for delivering large quantities of data.
To export a KML file from R, the following code can be used. First, the projection needs to be checked as KML only supports WGS84.
Next, the same functions st_write()
and st_read()
can be used
Raster data can come in a variety of formats such as png, tiff, or jpeg, commonly used for images, but here we focus on geospatial data formats. We recommend GeoTIFF for geospatial raster data. GeoTIFF is a formatted TIFF 6.0 raster file that embeds cartographic information into the raster image as tags. The format was originally developed as a format to distribute satellite or aerial photography imagery and is widely used.
There are many benefits to using the GeoTIFF format. There is strong software support in the form of open source libraries and many commercial and open GIS and spatial data analysis software products support reading and writing GeoTIFF data. It is highly interoperable, used worldwide, can store multiband raster data, and supported for many years.
The tags of GeoTIFF files, called tif tags
should include the following metadata: extent, resolution, datum, projection (CRS), and values that represent missing data. These tags are incredibly important and are how programs recognize the spatial coverage and projection of the raster data.
GeoTIFF is not suitable for storing complex multi-dimensional data structures and has a size limit of 4GB.
To export a GeoTIFF file, the following code can be used with the raster
package.
To read a GeoTIFF raster, just one line of code is needed
We recommend using the GeoPackage format for storing raster data as well. Raster data is stored in a tile-based pyramid structure within the GeoPackage, therefore the imagery or raster information is stored at multiple resolutions. The parameters of the tiles can be set when writing the layer to the Geopackage. This tile-based pyramid structure is useful when handling a GeoPackage on a small device, as the appropriate resolution can be displayed based on the zoom level and screen size.
Please note that in R, currently support for writing multiband rasters in a GeoPackage is limited.
To write and read a GeoPackage with a raster layer within it, the following code can be used with the package stars
Another option for storing geospatial raster data is NetCDF (Network Common Data Form) if a GeoTIFF will not suit your purpose or you were given data in NetCDF format. NetCDFs are often used for climate and large scientific raster data files, especially for storing multidimensional scientific data. NetCDF is used by a large community and is self-describing, portable, scalable, appenable, archivable, and is considered a standard. It is in the public domain, and thus open, well documented, and actively developed and maintained. NetCDF files support multidimensional arrays with multiple unlimited appendable dimensions but is not as commonly used as GeoTIFFs.
Some limitations to NetCDFs are that they are not as user-friendly to work with especially in R, they do not support nested structures, and no real compression is supported.
Next, we will store the elevations and grid dimensions in variables.
We will now define the spatial dimensions of the data (lat / long) and then use ncvar_def to define a variable in the netCDF file that will hold the elevation data.
We will now create the netCDF file and add the variables into the file. At this step, one can add additional metadata such as title, affiliated institution, source, references, etc.
Finally, close the file, which writes the data to disk.
Now, let’s move onto opening the netCDF file we just created.
Next, we will extract the coordinate variables and elevation variable.
Now, one can create a plot from the netcdf file.
While information on the various formats for spatial data are incredibly important to understand when using and sharing geospatial data, we would also like to recommend a few packages for handling spatial data in R.
Finally, here is a table summarizing the recommended r packages for each data type with links to more guides on how to read, convert, and write in R between these formats:
Table 2: Recommendations for handling these file formats in R
* Important note: The commonly used package raster
will be replaced by the new package terra
as rgdal
, one of the key packages it uses, will be retired in 2024. There are many more resources available online to guide people on how to use these packages than those mentioned.
The rest of this technical guideline will go through recommended file formats for tabular, textual files, and image files with less detailed information.
Often when one pictures data, they don’t think of complex geometries, but rather tabular data such as a list of field sites and associated variables recorded in an table or a survey responses in an excel sheet. Tabular data is data structured into rows and columns and can be wide or long.
Wide data is where each different variable is listed in a separate column, while long data is structured so a row is one observation, therefore one column contains all values, and another column contains the variable. Often with small amounts of data, a wide table can be more easily interpreted by humans, while long data is often required for running statistical analysis in computer programs. The use of the long format is highly recommended!
Table 3: Example of wide data
Table 4: Example of long data
We recommend the following open file formats for tabular data which does not include Excel sheets.
A CSV file (Comma Separated Variable) file is a text based data file that describes tabular data. Each row is one line, and the columns are separated by commas.
It is widely used as a data exchange format and highly recommended. If your tabular data do not contain commas, than a CSV file is the recommended choice. If your data do contain commas, such as survey responses, one can delineate columns in a TXT file based on tab’s or other characters such as semicolons.
To export a table as a CSV file or tab delineated file in R, follow and adapt this code:
For files mostly comprising of text, such as transcripts and survey questions, we recommend .txt, .pdf, or .docx files which are explained in more detail below. While .docx are not open and therefore not ideal, currently the IPBES communitiy relies on them heavily and thus this format is still recommended. When using .docx, also export the document to a pdf when submitting the data to a repository.
A .txt file, is a plain text file that just contains text, therefore it is human-readable and interoperable. This file can be opened in any text editor and almost all operating systems come with text editors that allow you to easily create, open and edit text files. There is no limitation on the size of contents. The default character set of text files is ASCII, but they can also be saved in Unicode format, such as UTF-8 which is acceptable.
A PDF (Portable Document Format) was originally created by Adobe back in the 1990s, but was released as a open format in 2008. PDFs allow one to view documents easily independent of application software and operating system that is why presentations are often shared in PDF format as opposed to a powerpoint file. The PDF file format has the ability to contain not only text, but images, hyperlinks, form-fields, digital signatures, attachments, and other information. PDFs are very suitable for long-term storage of documents, as they are independent of application software.
DOCX files are Microsoft Word documents. This format is not open and is not interoperable. While TXT and PDF files are preferred to DOCX files, the IPBES community relies heavily on DOCX files and thus it is still acceptable to use this format. In 2007, the original standard DOC file format was updated to a new standard DOCX file, where the addition of the X stands for XML. When using .docx, also export the document to a pdf when submitting the data to a repository.
Vector formats are superior to raster formats for most images such as line drawings, including plots, graphs, or logos. Vector formats will never look pixelated, as they are not based on pixels, but rather mathematical forumlas that define geometric objects such as polygons, lines, and curves. Vector images are more malleable than raster images, smaller in size, faster to display, and perfectly scalable.
Raster images are based on pixels with a defined resolution and are the preferred format for photographs or non-line art images. One of the largest considerations for raster image files is resolution. Resolution is often reported in the units DPI, dots per inch. As resolution increases, clarity and the size of the file increases. The standard for displaying images on websites is 72dpi, for printing it is 300dpi or higher, and for submitting figures for publications it is 600dpi.
SVG (Scalable Vector Graphics) is a vector image format, which uses XML text to specify lines and color. SVG is a great option and highly recommended for graphs, logos, and illustrations, especially for publishing materials on the internet. It is supported by all major browsers, but most default image editors do not support SVG. It should not be used to save photographs.
To export a SVG file from R, one can use this base code and add additional arguments such as height, width, point size, to the svg()
function.
EPS (Encapsulated PostScript) was created by Adobe in 1992 and is based on Postscript rather than XML. EPS was originally intended for a print workflow not an online workflows and is no longer in development. EPS file format is recommended and better than SVG for high-quality document printing, printed logos, and marketing materials.
To export a EPS file from R, one can use this base code and add additional arguments to the postscript()
function.
PDFs (Portable Document Files) mentioned previously under the textual files section can also be saved as a vector file. Vector formated PDFs allow one to easily select objects and are preferred to raster formatted PDFs. PDFs can have a mix of vector and raster content, but when exported from R, the graphics will be in vector format. If scanned, the PDF will be in raster format.
To export a figure as a PDF file from R, one can use this base code and change and add additional arguments to the pdf()
function.
PNG (Portable Network Graphics) files are a type of raster file format that supports lossless data compression and has no copyright limitations. We generally recommend PNG files for storage and sharing images online. The lossless compression means that there is no loss in quality each time it is opened and saved again. PNG only supports the RGB color space and not CMYK, and does not support animations.
To export a PNG file from R, one can use this based code and change and add additional arguments to the png()
funciton.
In comparison, JPEG (or JPG) files are raster files that are often used online for displaying images as they are fast to load. It has lossy compression which means each time it is saved it reduces in file size but also in quality. We do not recommend JPEG files for long term storage, except in the case of images which come from e.g. cameras as nothing is gained in converting an original JPEG into a PNG.
To export a jpeg file from R, one can use this base code and change and add additional arguments to the jpeg()
argument, although we discourage exporting graphs in jpeg.
Another option is TIFF. A TIFF (Tagged Image File) is a raster file that also supports lossless compression. We do not recommend using this tile type on websites as it is slow to load due to its large size and has limited browser support, but it is recommended for long term storage or publications. If there are no concerns about losing embedded metadata and tags, in general, it makes sense to convert a TIFF image to PNG as it reduces the size and is lossless.
To export a TIFF image file from R, one can use this base code and change and add additional arguments to the tiff()
function, although we discourage exporting graphs in tiff.
Technical Guideline Series
Revised by Renske Gudde - Technical Support Unit (TSU) of Knowledge and Data Reviewed by Aidin Niamir - Head of the Technical Support Unit of Knowledge and Data and Rainer M. Krug - IPBES Task Force on Knowledge and Data For any inquires please contact
Version: 1.2 Last Updated: 9 November 2023
DOI:
This technical guidelines focuses on recommendations for the use of colour in maps and can be applied to other visualisations. We present some base considerations for colour paired with links to useful resources for further exploration to be used by all IPBES experts creating figures and maps.
Begin by loading the following packages:
Colour is a critical key to communicating information to audiences. Often incorrect colour schemes are used that either make it difficult for people to understand the map or bias the interpretation. There are generally three types of palettes, qualitative, sequential, and diverging each corresponding to distinctive qualities of the data they represent.
Qualitative or categorical palettes have distinctive colours that are used to represent nominal or qualitative data with no presumed ordering, such as gender or cereal brands. Sequential palettes often represent continuous data such as temperature or height. These palettes are generally marked by even steps in value or intensity of a hue. Diverging palettes have two sets of sequential palettes meeting on a mutual colour which can represent continuous data with an obvious midpoint, such as data representing change from a baseline, or are often used to represent Likert scale survey responses.
When creating a map or figure, please choose colour schemes that are colour blind friendly (more information about or about ). Printing a map or figure in black and white or grey tones are a good method to see how well the map or figure is interpretable without colour. Especially for maps, when areas without sufficient data are indicated, it is advisable to use a pattern instead of grey scales, because without the use of colour it can seem that there is a value for the data deficient areas.
There are various apps to simulate colour blindness:
Figure 2: Map illustrating the differences of interpretation of data displayed with a sunset palette scheme and the traditional rainbow palette.
In R, one can use the RColorBrewer package which provides convenient qualitative, sequential, and diverging palettes.
To display all of the prepared palettes within the RColorBrewer package run this line of code:
To display all of the colourblind friendly palettes run this:
If you would like to visualise a specific palette, specify the number of colours and the palette name.
These values can be used to specify specific colours for a plot. To return the hexadecimal colour code of a palette, use this code: brewer.pal(n, name)
For example:
We could then call those specific colours in a plot, as opposed to using general names like “blue” or pre-set palettes.
First run this code to download country data and the large cities dataset we will be working with. The code also projects both datasets to the Robinson Projection.
Example 1: Continuous Data We will use population information contained in the large cities dataset, which is a continuous variable. The function scale_color_gradient() is used for the continuous data. The hex values were obtained from the brewer.pal function shown in the last section.
Example 2: Categorical Data We now will use the land dataset and function scale_fill_brewer() to set the colour of the continents according to one of the qualitative palettes included in the RColorBrewer package.
Use colour schemes and projections consistently throughout the chapter, if possible throughout the assessment.
No data is symbolized with the colour grey (BBBBBB; RGB:187, 187, 187)
White or light sky blue (87CEFA; RGB: 135, 206, 250) is used for the ocean in maps
Don’t overload colour - avoid colour when not necessary - use it to highlight important information
Grey normally represents NA data in a map, but can be very useful in other plots to focus your audience’s attention on key parts of your visualisation that have colour
Technical Guideline Series
Prepared by The Technical Support Unit and Task Force on Knowledge and Data and the Technical Support Unit and Task Force on Indigenous and Local Knowledge
For any inquires please contact and
Version: 1.1 Last Updated: 14 July 2022
DOI:
The purpose of this technical guideline is to provide practical guidance for all IPBES authors and technical support units on how to work with and document Indigenous and Local Knowledge (ILK*) within IPBES. All IPBES experts working with ILK are expected to follow the requirements in the and free, prior, and informed consent (FPIC) as laid out in the .
The policy specifically requires all experts to follow the (Collective benefit, Authority control, Responsibility and Ethics) and the (Findable, Accessible, Interoperable and Reusable). The policy is also built upon the concept of open science, reflected within the . IPBES experts are also required to follow the IPBES process for adhering to the FPIC principles when working with ILK. Please refer to the methodological guidance which provides a detailed process for ensuring that FPIC principles are followed for assessments.
This guideline provides both practical advice and key considerations on how to apply these principles. Applying the principles will require careful consideration on a case-by-case basis, as opposed to following a rigid protocol. Additionally, this guidance is not intended to be comprehensive and depending on the nature of the project, other ethical guidelines could be consulted. Please contact the technical support unit on data () and/or the technical support unit on indigenous and local knowledge () with any specific questions, concerns, or recommendations. Note that this guideline is a working document and may be periodically updated. The newest version will always be available via
There are some challenges for moving towards full FPIC, CARE, and FAIR alignment in IPBES products and their underlying processes, particularly:
Indigenous peoples and local communities (IPLCs**), like all other knowledge and data owners, do not have final consent over the findings of the assessments, as assessment findings are intended to be based on a process of reviewing available evidence.
Most IPBES products are only available online and additionally only in English, with the exception of assessments’ SPMs and some additional products. Therefore, full accessibility and findability of IPBES products for many IPLCs is not achieved within the standard IPBES distribution channels.
Where authors rely on existing materials (including peer-review publications, grey literature and other sources) to work with ILK, it may not always be possible to know if FPIC principles were followed during the development of that literature, or to verify the veracity and reliability of the materials.
Keeping these challenges in mind, IPBES strives to ensure that FPIC and the CARE and FAIR principles are fulfilled to the fullest extent possible within the mandate of the Platform, by the following overarching approaches:
1. Ensuring that IPLCs are informed of the IPBES process prior to providing contributions
Information about IPBES processes, products, and goals, and how these relate to the activity in question, needs to be provided prior to IPLCs participating, so that they can decide how they wish to share knowledge and what they wish to share. This can be achieved either through an explanatory email or text provided prior to an activity, for example, in the case of the call for contributions or when approaching contributing authors, with follow-up discussions as needed. In the case of dialogue workshops, an initial session of the workshop is also set aside to further explain and discuss aims, uses and storage of information shared during the workshop.
2. Ensuring that IPLCs are engaged in developing assessments, informed of assessment content, and that they can review and comment on drafts
The main mechanism for ensuring that IPLCs are engaged in developing assessments, informed of assessment content, and that they can review and comment on drafts is the dialogue workshops and other online webinars and events that aim to inform IPLCs of current IPBES processes. The scoping dialogue workshop provides a first opportunity for IPLCs to learn about and help to frame an assessment. The first dialogue workshop further provides an opportunity for co-developing key themes and questions for the assessment, refining methods and approaches, and highlighting any risks or challenges relating to ILK and IPLC issues. The second and third dialogue workshops in an assessment cycle take place during the assessment review periods. These dialogues are designed to give IPLCs the opportunity to understand and comment on draft assessment materials, to provide any additional resources that could be used to improve an assessment text, and to raise any issues of concern in terms of representation of IPLCs and their knowledge, use of confidential knowledge, and information or gaps. Authors can use these dialogue workshops to raise any concerns they have with their chapters, especially where they are unsure whether FPIC was followed in materials reviewed, as described below.
3. Enhancing accessibility of IPBES products to IPLCs
The following activities and processes aim to enhance accessibility of IPBES products to IPLCs:
Final assessments and associated IPBES products are publicly available online;
IPLCs who contributed to the Assessments will be notified of their approval and online publication;
Webinars and other events are held around these materials to enhance their outreach and uptake;
IPBES will also aim to work with other organisations, including the BES-Net programme, to further develop outreach and communication materials in multiple languages.
4. Ensuring that access to confidential ILK is restricted
Where appropriate, IPBES authors, together with the ILK task force and TSU, will work with IPLCs to ensure that their knowledge is only represented in ways that do not reveal confidential information with their permission (for example, a synthesis of medicinal plant use rather than specific details of this use).
Alongside the overarching processes described above, authors and TSUs can also work to ensure that FPIC, CARE, and FAIR are fulfilled to the maximum extent possible when working with different sources of ILK. ILK can come from a variety of sources, such as outcomes of IPBES dialogues, published materials, unpublished materials submitted during a review period, or from contributing authors. The recommended processes for different types of sources of ILK are discussed below. IPBES experts, including Contributing Authors, will need to document these processes within data management reports as explained in section IV.
The IPBES ILK dialogue workshop process is designed to closely align with the CARE principles, and is an FPIC process, as follows:
Participants are informed at the outset of the objectives of the workshop, and of the uses, storage and access to information provided;
Participants are given the opportunity after the dialogue to comment on and edit the draft report and any other materials produced, and can remove the information they provided at any time;
All information provided during the dialogue is included within the workshop report, which is publicly available, so there is no additional information stored by IPBES to which further access is needed, unless participants specifically request that their information remains confidential;
As such, when citing the reports, authors can be confident that it follows FPIC as well as the CARE and FAIR principles. However, there are additional considerations:
If parts of the report will be quoted in their entirety, or case studies from the reports will be explicitly highlighted in the assessment, these portions of text should be sent to participants for their review and approval. Authors can contact the technical support unit on ILK to coordinate this. Appropriate credit should also be given to the dialogue workshop participants alongside these portions of text, rather than only referencing the IPBES report.
IPBES authors review literature and materials describing ILK, which could include peer-reviewed articles, as well as published or unpublished grey literature such as NGO reports, community reports, and online videos, etc. Authors should be attentive to the possibility that FPIC may not have been properly sought by the authors of published materials, even where it appears to be published by a community. It is, however, generally not possible to trace each of these materials back to its source and check on FPIC and CARE compliance. However, there are key issues or themes within materials that can indicate that further attention may be needed:
Materials that are critical of IPLCs;
Materials that detail rituals or spiritual practices;
Materials that detail uses of medicines, including plants and animals.
If such themes are detailed in a material, the following steps can be taken:
Send any material in question to the ILK TSU for verification by the ILK task force or by participants of a dialogue workshop, including material that will become part of other IPBES products, such as a data management report.
Moreover, if a single paper or limited number of papers are used to build a detailed case study, authors could check that FPIC and proper protocols were followed, or engage with the community in question to verify.
In some circumstances, assessment authors may review unpublished materials, such as community reports, songs, artworks, or personal communication. In such cases, authors need to be particularly attentive to the issues and actions highlighted above, and bring any concerns to the ILK TSU. If requested, IPBES can support owners of unpublished materials to ensure that these materials are findable and accessible, including recommendations for storage. For example, supporting communities to publish the materials on a public website, or for confidential materials, making metadata available online but storing the materials inside a closed repository. A full process of free, prior and informed consent needs to be followed to make sure that the communities involved understand and formally consent to the use, storage and access rights for the materials.
Contributing authors, who may or may not be IPLCs, are invited to contribute text, figures, or other inputs to an assessment. Again, any mention of the key issues highlighted above can indicate that there is a potential sensitivity and the ILK TSU should be informed.
A FPIC process should also be followed with IPLC contributing authors, to ensure that they understand and consent to the full proposed use, storage of, and access to the information they provide, including that:
The final assessment may not include their submitted contribution at all;
The final assessment may not include their submitted contribution in full;
The final assessment may include a highly edited or synthesised version of the their contribution;
Their full submitted contribution may be made publicly available in a data management report or in supplementary materials.
Where possible, IPBES authors should send contributing authors the parts of the assessment which include their contributions so they can review and approve the use of their text. Further, our recommendation is to include these points in a first email when approaching all relevant contributing authors, so that they agree to these terms. These contributing authors should also acknowledge that they are authorised to share any ILK contributions and confirm that these are non-confidential. Additionally, coordinating lead authors should have the responsibility to ensure that contact with contributing authors throughout the assessment is maintained. The technical guideline available at: https://ict.ipbes.net/data-management/technical-guidelines/Contributing-authors-template contains an adaptable template for a first email to contributing authors which states these points.
Finalised dialogue reports are openly available and published as open access on Zenodo.
Data management reports*** should be used to document the process of working with other sources of ILK to enhance transparency. For data management reports that include descriptions of all ILK sources, a section describing the following for each source should be included:
Published materials - If there were concerns identified including those described in section III - B, describe what steps were taken to address the concerns and the outcome. Rejected materials should be listed;
Unpublished materials - Describe what steps were taken to store these materials and to follow the process of FPIC. Additionally, include the agreed terms of use and access, appropriate accreditation, and how these materials can be found and accessed in the future;
Contributions - If there were concerns raised, describe what steps were taken to address the concerns and the outcome.
*The IPBES core glossary gives the following definition; “indigenous and local knowledge systems are social and ecological knowledge practices and beliefs pertaining to the relationship of living beings, including people, with one another and with their environments.” See https://www.ipbes.net/glossary/indigenous-local-knowledge-systems
**The IPBES glossary gives the following definition: Indigenous peoples and local communities (IPLCs) are, typically, ethnic groups who are descended from and identify with the original inhabitants of a given region, in contrast to groups that have settled, occupied or colonized the area more recently. IPBES does not intend to create or develop new definitions of what constitutes “indigenous peoples and local communities". See https://ipbes.net/glossary/indigenous-peoples-local-communities. Chapter 1 of the IPBES Global Assessment, and IPBES ILK methods guide also provide further detail and discussion.
***For more information on data management tutorials, Chapter 3 of the IPBES data management tutorials reviews the topic in detail, which is available here: https://doi.org/10.5281/zenodo.4014792
Item | Name | Type | Description | Obtained from/provided by |
---|---|---|---|---|
To download the shapefile manually, please go to the .
We chose to project the data into the Robinson projection as it minimizes distortions in both area and distance. To find the proj4 notation please visit .
Your feedback on this content is welcome. Let us know what other useful material would you like to see here by emailing .
Full Name | Short Name | Abbreviation |
---|
-
-
-
-
-
-
Sections | Example |
---|
Sections | Example |
---|
Sections | Example |
---|
Sections | Example |
---|
Sections | Example |
---|
Sections | Example |
---|
Sections | Example |
---|
Sections | Example |
---|
Sections | Example |
---|
Chapter 1: Transformative change and a sustainable world DOI:
Gurung, J., Leventon, J., Wickson, F., Dabezies, J., Olemako, T., Penca, J., Rajvanshi, A., Remans, R., Turnhout, E., Yoshida, Y., Kahrić, A., Naggea, J., Bridgewater, P., Reyers, B., and Renaud, A. (2024). Chapter 1: Transformative change and a sustainable world. In: Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. O’Brien, K., Garibaldi, L., and Agrawal, A. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Visions of a sustainable world – for nature and people DOI:
Villasante, S., Shannon, L., Liao, C., Betemariam, E., Cunningham, S., Ellis, E., Hausner, V., Huang, Q., Mannetti, L., Otero, I., Piñeiro, G., Prasad Gautam, A., Waddock, S., Wheeler, H., Fouqueray, T., Karasov, O., Tasse Taboue, G., Mazzeo, N., Mishra, A., and Guibal, C. (2024). Chapter 2: Visions of a sustainable world – for nature and people. In: Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. O’Brien, K., Garibaldi, L., and Agrawal, A. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
How transformative change occurs DOI:
Bennett, E., Biggs, O., Calderón Contreras, R., Golden Kroner, R., Vianna Mansur, A., Woroniecki, S., Acar, S., Aksoy, Z., Alpizar, F., Lam, D., Horcea-Milcu, A.-I., Linnér, B.-O., Mehta, L., Campos, C., Nishi, M., Rahiri, N., Richardson, M., Sabinot, C., Simão Seixas, C., Stokland, H., Balvanera, P., Chan, K., Guibal, C., and Garibaldi, L. (2024). Chapter 3: How transformative change occurs. In: Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. O’Brien, K., Garibaldi, L., and Agrawal, A. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Overcoming the challenges of achieving transformative change towards a sustainable world DOI:
Frantzeskaki, N., Lambertucci, S., Carr, E., Dempsey, J., Karamidehkordi, E., Sengupta, A., Rojas Marchini, F., Vogel, C., Andriamahefazafy, M., Boonstra, W., Espinoza-Cisneros, E., Garcia, K., Morita, K., Nelson, V., Ojeda, D., Plieninger, T., Stirling, A., Tokunaga, K., Chen, R., Metzger, J.-P., Smith, P., and Guibal, C. ( 2024). Chapter 4: Overcoming the challenges of achieving transformative change towards a sustainable world. In: Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. O’Brien, K., Garibaldi, L., and Agrawal, A. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Realizing a sustainable world for nature and people: transformative strategies, actions and roles for all DOI:
Gosnell, H., Reyes-García, V., Zinngrebe, Y., Almeida Magris, R., Benessaiah, K., Bonilla-Moheno, M., Chandipo, R., Claudet, J., Gemmill-Herren, B., Goldstein, B., Huntjens, P., Ifejika Speranza, C., Nakao, F., Pandit, R., Pereira, L., Raab, K., Soares, T., Tittonell, P., Guo, X., Miwa, K., Joly, C., Zaccagnini, M., Guibal, C., and Garibaldi, L. (2024). Chapter 5: Realizing a sustainable world for nature and people: transformative strategies, actions and roles for all. In: Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. O’Brien, K., Garibaldi, L., and Agrawal, A. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI:
IPBES (2024). Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Summary for Policymakers of the Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI:
IPBES (2024). Summary for Policymakers of the Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. McElwee, P. D., Harrison, P. A., van Huysen, T. L., Alonso Roldán, V., Barrios, E., Dasgupta, P., DeClerck, F., Harmáčková, Z. V., Hayman, D. T. S., Herrero, M., Kumar, R., Ley, D., Mangalagiu, D., McFarlane, R. A., Paukert, C., Pengue, W. A., Prist, P. R., Ricketts, T. H., Rounsevell, M. D. A., Saito, O., Selomane, O., Seppelt, R., Singh, P. K., Sitas, N., Smith, P., Vause, J., Molua, E. L., Zambrana-Torrelio, C., and Obura, D. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 1: Introducing the nexus DOI:
Harrison, P. A., McElwee, P., Phang, S. C., Zambrana-Torrelio, C., Enrico, L., Giraudoux, P., Jarvis, R. M., Karim, P. G., Rivera Ferre, M. G., Luque, S., Prescott, G. W., Sietz, D., Turetta, A. P. D., and Obura, D. (2024). Chapter 1: Introducing the nexus. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 2: Status and past trends of interactions in the nexus DOI:
Prist, P. R., Seppelt, R., Hayman, D. T. S., Molua, E. L., Arneth, A., Biber-Freudenberger, L., Bukvareva, E., Chaudhary, S., Dubey, P. K., Földvári, G., Godoy-Faúndez, A., Fischer, J., Howe, C., Hussain, A., Lorilla, R. S., Maire, E., Materu, S. F., Miyake, Y., Türkmen, A., and Vanham, D. (2024). Chapter 2: Status and past trends of interactions in the nexus. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, German DOI:
Download the . Download the .
Chapter 3: Future interactions across the nexus DOI:
Harmáčková, Z. V., Rounsevell, M. D. A., Selomane, O., Awuku-Sowah, E. M., Budiharta, S., Coll, M., Hales, S., Jung, M., Kumar, P., Leclère, D., Metaxas, A., Meirelles Oliveira , B., Nyelele, C., Owuor, M. A., Popp, A., Rashleigh, B., Thomas, S. M., Tsuchiya, K., Villamor, G., and Yue, T. X. (2024). Chapter 3: Future interactions across the nexus. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 4: Policy and sociopolitical options across the nexus that could facilitate and accelerate the transition to a range of sustainable futures DOI:
Mangalagiu D., Saito, O., Sitas, N., Dias, A. C. E., Felipe-Lucia, M. R., Filyushkina, A., Ghosh, S., Gonçalves, L. R., Hiwasaki, L., Kok, M. T. J., Lynch, A. J., Machado, M. R., Ometto, J. P., Pires, A. P. F., Rhodes, J. R., Vallet, A., and Xie, L. (2024). Chapter 4: Policy and sociopolitical options across the nexus that could facilitate and accelerate the transition to a range of sustainable futures. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 5: Options for delivering sustainable approaches DOI:
Ricketts, T. H., Herrero, M., Smith, P., Alonso Roldán, V., Barrios, E., Dasgupta, P., DeClerck, F., Kumar, R., McFarlane, R. A., Paukert, C., Singh, P. K., Lavorel, S., Aboubakrine, M. W. M., Aguiar S., Akamani, K., Benedek, Z., Campbell, D., Castro-Díaz, R., Chaplin-Kramer, R., Cherubini, F., das Neves, C. G., De La Cruz, P., Díaz-José, J., Dunnett, S., Santos, M. J., Gupta, H., Gyawali, D., Handa, C., Hill, S., Hori, M., Ito, A., Joshi, G. R., Keune, H., Khan, S., Koltz, A. M., Kouame, A. A., Kuiken, T., Lalika, M., Lee, K.-C., Llope, M., Mácová, K., Melo, F., Milano, F. A., Minaverry, C. M., Morand, S., Mustafa, M. A., Oinonen, S., Rafa, N., Rai, K. K., Reuben, R. C., Rosado-May, F. J., Samoilys M., Sandin, L., Simatele, M. D., Sivadas, D., Spierenburg, M., Tirado, M. C., Twongyirwe, R., Vale, M. M., Williams, D. R., Xu, X., and van Huysen, T. L. (2024). Chapter 5: Options for delivering sustainable approaches. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 5.0: Options for delivering sustainable approaches - Introduction DOI:
Ricketts, T. H., Herrero, M., Smith, P., Alonso Roldán, V., Barrios, E., Dasgupta, P., DeClerck, F., Kumar, R., McFarlane, R. A., Paukert, C., Singh, P. K., and van Huysen, T. L. (2024). Chapter 5.0: Options for delivering sustainable approaches – Introduction. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 5.1: Options for delivering sustainable approaches to biodiversity conservation, restoration and sustainable use DOI:
Alonso Roldán, V., Lavorel, S., Aguiar S., Akamani K., Dunnett, S., Handa, C., Hill, S., Lee, K.-C., Mácová, K., Melo, F., Rai, K. K., Samoilys M., and Sivadas, D. (2024). Chapter 5.1: Options for delivering sustainable approaches to biodiversity conservation, restoration and sustainable use. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 5.2: Options for delivering sustainable approaches to water DOI:
Kumar, R., Pauker, C., Santos, M. J., Gyawali, D., Kouame, A. A., Lalika, M., Minaverry, C. M., Oinonen, S., Rafa, N., Sandin, L., and Simatele, M. D. (2024). Chapter 5.2: Options for delivering sustainable approaches to water. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 5.3: Options for delivering sustainable food systems DOI:
Barrios, E., DeClerck, F., Benedek, Z., Campbell, D., Castro-Díaz, R., Chaplin-Kramer, R., Joshi, G. R., Milano, F. A., Mustafa, M. A., Rosado-May, F. J., Spierenburg, M., Twongyirwe, R., and Williams, D. R. (2024). Chapter 5.3: Options for delivering sustainable food systems. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 5.4: Options for delivering sustainable approaches to health DOI:
McFarlane, R. A., Dasgupta, P., Aboubakrine, M. W. M., das Neves, C. G., De La Cruz, P., Keune, H., Koltz, A. M., Kuiken, T., Morand, S., and Reuben, R. C. (2024). Chapter 5.4: Options for delivering sustainable approaches to health. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 5.5: Options for delivering biodiversity-related approaches to climate change, adaptation and mitigation, including relevant aspects of the energy system DOI:
Singh, P. K., Smith, P., Cherubini, F., Díaz-José, J., Duchková, H., Gupta, H., Hori, M., Ito, A., Khan, S., Llope, M., Tirado, M. C., Vale, M. M., and Xu, X. (2024). Chapter 5: Options for delivering sustainable biodiversity-related approaches to climate change, adaptation and mitigation, including relevant aspects of the energy system. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 5.6: Options for delivering sustainable approaches - Synthesis DOI:
Ricketts, T. H., Herrero, M., Smith, P., van Huysen, T. L., Alonso Roldán, V., Barrios, E., Dasgupta, P., DeClerck, F., Kumar, R., McFarlane, R. A., Paukert, C., and Singh, P. K. (2024). Chapter 5.6: Options for delivering sustainable approaches – Synthesis. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 6: Options for delivering sustainable approaches to public and private finance for biodiversity-related elements of the nexus DOI:
Vause, J., Ley, D., Pengue, W. A., Cavanagh, C. J., Eriksen, S. H., Kharrazi, A., Pacheco, A., Ahmed, I., Cisneros-Montemayor, A., De Palma, A., Glavovic, B. C., Iiyama, M., King-Okumu. C., Platais, G. H., Reda, F., Sangha, K. K., Schumacher, K., Tormáné Kovács, E., and Wong, G. Y. (2024). Chapter 6. Options for delivering sustainable approaches to public and private finance for biodiversity-related elements of the nexus. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 7: Summary and synthesis of options, knowledge and technology gaps and capacity development DOI:
McElwee, P. D., Sitas, N., Ley, D., Glavovic, B. C., Herrero, M., Biber-Freudenberger, L., Campbell, D., Cavanagh, C. J., Cherubini, F., Dasgupta, P., Eriksen, S. H., Harrison, P. A., Jarvis, R. M., Kuiken, T., Luque, S., Lynch, A. J., Mangalagiu, D., McFarlane, R. A., Phang, S. C., Prist, P. R., Rounsevell, M. D. A., Samoilys, M., Sangha, K. K., Selomane, O., Sietz, D., Smith, P., Spierenburg, M., Vallet, A., Williams, D. R., and Xie, L. (2024). Chapter 7: Summary and synthesis of options, knowledge and technology gaps and capacity development. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. McElwee, P. D., Harrison, P. A., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI:
IPBES (2023). Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Roy, H. E., Pauchard, A., Stoett, P., and Renard Truong, T. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Summary for Policymakers of the Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI:
IPBES (2023). Summary for Policymakers of the Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Roy, H. E., Pauchard, A., Stoett, P., Renard Truong, T., Bacher, S., Galil, B. S., Hulme, P. E., Ikeda, T., Sankaran, K. V., McGeoch, M. A., Meyerson, L. A., Nuñez, M. A., Ordonez, A., Rahlao, S. J., Schwindt, E., Seebens, H., Sheppard, A. W., and Vandvik, V. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 1: Introducing biological invasions and the IPBES thematic assessment of invasive alien species and their control DOI:
Roy, H. E., Pauchard, A., Stoett, P., Renard Truong, T., Lipinskaya, T., and Vicente, J. R. (2023). Chapter 1: Introducing biological invasions and the IPBES thematic assessment of invasive alien species and their control. In: Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Roy, H. E., Pauchard, A., Stoett, P., and Renard Truong, T. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 2: Trends and status of alien and invasive alien species DOI:
Seebens, H., Meyerson, L. A., Rahlao, S. J., Lenzner, B., Tricarico, E., Aleksanyan, A., Courchamp, F., Keskin, E., Saeedi, H., Tawake, A., and Pyšek, P. (2023). Chapter 2: Trends and status of alien and invasive alien species. In: Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Roy, H. E., Pauchard, A., Stoett, P., and Renard Truong, T. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 3: Drivers affecting biological invasions DOI:
Hulme, P. E., Ikeda, T., Vandvik, V., Blanchard, R., Camacho-Cervantes, M., Herrera, I., Koyama, A., Morales, C. L., Munishi, L. K., Pallewatta, P. K. T. N. S., Per, E., Pergl, J., Ricciardi, A., and Xavier, R. O. (2023). Chapter 3: Drivers affecting biological invasions. In: Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Roy, H. E., Pauchard, A., Stoett, P., and Renard Truong, T. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 4: Impacts of invasive alien species on nature, nature’s contributions to people, and good quality of life DOI:
Bacher, S., Galil, B. S., Nuñez, M. A., Ansong, M., Cassey, P., Dehnen-Schmutz, K., Fayvush, G., Hiremath, A. J., Ikegami, M., Martinou, A. F., McDermott, S. M., Preda, C., Vilà, M., Weyl, O. L. F., Fernandez, R. D., and Ryan-Colton, E. (2023). Chapter 4: Impacts of invasive alien species on nature, nature’s contributions to people, and good quality of life. In: Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Roy, H. E., Pauchard, A., Stoett, P., and Renard Truong, T. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 5: Management; challenges, opportunities and lessons learned DOI:
Sankaran, K. V., Schwindt, E., Sheppard, A. W., Foxcroft, L. C., Vanderhoeven, S., Egawa, C., Peacock, L., Castillo, M. L., Zenni, R. D., Müllerová, J., González-Martínez, A. I., Bukombe, J. K., Wanzala, W., and Mangwa, D. C. (2023). Chapter 5: Management; challenges, opportunities and lessons learned. In: Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Roy, H. E., Pauchard, A., Stoett, P., and Renard Truong, T. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 6: Governance and policy options for the management of biological invasions DOI:
McGeoch, M. A., Ordonez, A., Howard, P. L., Groom, Q. J., Shrestha, B. B., Fernandez, M., Brugnoli, E., Bwalya, B., Byun, C., Ksenofontov, S., Ojaveer, H., Simberloff, D., Mungi, N. A., and Rono, B. (2023). Chapter 6: Governance and policy options for the management of biological invasions. In: Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Roy, H. E., Pauchard, A., Stoett, P., and Renard Truong, T. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI:
IPBES (2022). Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Fromentin, J. M., Emery, M. R., Donaldson, J., Danner, M. C., Hallosserie, A., and Kieling, D. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Summary for Policymakers of the Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI:
IPBES (2022). Summary for Policymakers of the Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Fromentin, J. M., Emery, M. R., Donaldson, J., Danner, M. C., Hallosserie, A., Kieling, D., Balachander, G., Barron, E. S., Chaudhary, R. P., Gasalla, M., Halmy, M., Hicks, C., Park, M. S., Parlee, B., Rice, J., Ticktin, T., and Tittensor, D. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 1. Setting the scene DOI:
Fromentin, J. M., Emery, M. R., Donaldson, J., Hallosserie, A., Michaud-Lopez, C. E., Parma, A., St. Martin, K., and Stockland, H. (2022). Chapter 1: Setting the scene. In: Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Fromentin, J. M., Emery, M. R., Donaldson, J., Danner, M. C., Hallosserie, A., and Kieling, D. (eds.). IPBES Secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 2. Conceptualizing the sustainable use of wild species DOI:
Rice, J., Ticktin, T., Díaz -Reviriego, I., Furukawa, T., Gandiwa, E., Lavadinović, V., Margayan, L., Pascua, P., Sathyapalan, J. Akachuku, C., and Hallosserie, A. (2022). Chapter 2: Conceptualizing the sustainable use of wild species. In: Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Fromentin, J. M., Emery, M. R., Donaldson, J., Danner, M. C., Hallosserie, A., and Kieling, D. (eds.). IPBES Secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 3. Status of and trends in the use of wild species and its implications for wild species, the environment and people DOI:
Barron, E. S., Chaudhary, R. P., Carvalho Ribeiro, S., Gilman, E., Hess, J., Hilborn, R., Katz, E., Kigonya, R., Masski, H., Mesa Castellanos, L. I., Mograbi, P. J., Nayak, P. K., Queiroz, H., Sidorovich, A., Silvano, R. A. M., Zeng, Y, Djagoun, C., and Danner, M. C. (2022). Chapter 3: Status of and trends in the use of wild species and its implications for wild species, the environment and people. In: Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Fromentin, J. M., Emery, M. R., Donaldson, J., Danner, M. C., Hallosserie, A., and Kieling, D. (eds.). IPBES Secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 4. The drivers of the sustainable use of wild species DOI:
Balachander, G., Halmy, M. W. A., Parlee, B., Biggs, D., Chatakonda, M., Cisneros-Montemayor, A. M., Cormier-Salem, M-C., Dasgupta, R., Devkota, S., Diniz, J., Elfaki, A., Hiwasaki, L., Lichtenstein, G., Richter, A., Shah, M. A., Shanley, P., Shrestha, U. B., Lee, T. M., Bayarbaatar, B., and Kieling, D. (2022). Chapter 4: The drivers of the sustainable use of wild species. In: Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Fromentin, J. M., Emery, M. R., Donaldson, J., Danner, M. C., Hallosserie, A., and Kieling, D. (eds.). IPBES Secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 5. Future scenarios of sustainable use of wild species DOI:
Gasalla, M., Tittensor, D. P., Kok, K., Archer, E., Borokini, I., Halouani, G., Matias, D. M., Mbiba, M., Milner-Gulland, E. J., Pacheco, P., Fabricius, C., and Kieling, D. (2022). Chapter 5: Future scenarios of sustainable use of wild species. In Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Fromentin, J. M., Emery, M. R., Donaldson, J., Danner, M. C., Hallosserie, A., and Kieling, D. (eds.). IPBES Secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 6. Policy options for governing sustainable use of wild species DOI:
Park, M. S., Hicks, C. C., Wynberg R., Mosig Reidl, P., Dhyani S., Islas, C. A., Raab, K., Avila-Foucat, V. S., Parma, A., Kolding, J., Shkaruba, A., Skandrani, Z., and Danner, M. C. (2022). Chapter 6: Policy options for governing sustainable use of wild species. In Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Fromentin, J. M., Emery, M. R., Donaldson, J., Danner, M. C., Hallosserie, A., and Kieling, D. (eds.). IPBES Secretariat, Bonn, Germany. DOI:
Download the . Download the .
Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI:
IPBES (2022). Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Balvanera, P., Pascual, U., Christie, M., Baptiste, B., and González-Jiménez, D. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Summary for Policymakers of the Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI:
IPBES (2022). Summary for Policymakers of the Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Pascual, U., Balvanera, P., Christie, M., Baptiste, B., González-Jiménez, D., Anderson, C. B., Athayde, S., Chaplin-Kramer, R., Jacobs, S., Kelemen, E., Kumar, R., Lazos, E., Martin, A., Mwampamba, T. H., Nakangu, B., O'Farrell, P., Raymond, C. M., Subramanian, S. M., Termansen, M., Van Noordwijk, M., and Vatn, A. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 1: The role of the values of nature and valuation for addressing the biodiversity crisis and navigating towards more just and sustainable futures DOI:
Balvanera, P., Pascual, U., Christie, M., Baptiste, B., Lliso, B., Monroy, A. S., Guibrunet, L., Anderson, C. B., Athayde, S., Barton, D. N., Chaplin-Kramer, R., Jacobs, S., Kelemen, E., Kumar, R., Lazos, E., Martin, A., Mwampamba, T. H., Nakangu, B., O'Farrell, P., Raymond, C. M., Subramanian, S. M., Termansen, M., Van Noordwijk, M., Vatn, A., Contreras, V., and González-Jiménez, D. (2022). Chapter 1: The role of the values of nature and valuation for addressing the biodiversity crisis and navigating towards more just and sustainable futures. In: Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Balvanera, P., Pascual, U., Michael, C., Baptiste, B., and González-Jiménez, D. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 2: Conceptualizing the diverse values of nature and their contributions to people DOI:
Anderson, C. B., Athayde, S., Raymond, C. M., Vatn, A., Arias, P., Gould, R. K., Kenter, J., Muraca, B., Sachdeva, S., Samakov, A., Zent, E., Lenzi, D., Murali, R., Amin, A., and Cantú-Fernández, M. (2022). Chapter 2: Conceptualizing the diverse values of nature and their contributions to people. In: Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Balvanera, P., Pascual, U., Christie, M., Baptiste, B., and González-Jiménez, D. (eds). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 3: The potential of valuation DOI:
Termansen, M., Jacobs, S., Mwampamba, T. H., Ahn, S., Castro, A., Dendoncker, N., Ghazi, H., Gundimeda, H., Huambachano, M., Lee, H., Mukherjee, N., Nemogá, G. R., Palomo, I., Pandit, R., Schaafsma, M., Ngouhouo, J., Choi, A., Filyushkina, A., Hernández-Blanco, M., Contreras, V., and González-Jiménez, D. (2022). Chapter 3: The potential of valuation. In: Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Balvanera, P., Pascual, U., Christie, M., Baptiste, B., and González-Jiménez D. (eds). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 4: Value expression in decision-making DOI:
Barton, D. N., Chaplin-Kramer, R., Lazos, E., Van Noordwijk, M., Engel, S., Girvan, A., Hahn, T., Leimona, B., Lele, S., Niamir, A., Özkaynak, B., Pawlowska-Mainville, A., Muradian, R., Ungar, P., Aydin, C., Iranah, P., Nelson, S., Cantú-Fernández, M., and González-Jiménez, D. (2022). Chapter 4: Value expression in decision-making. In: Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Balvanera, P., Pascual, U., Christie, M., Baptiste, B., and González-Jiménez, D. (eds). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 5: The role of diverse values of nature in visioning and transforming towards just and sustainable futures DOI:
Martin, A., O'Farrell, P., Kumar, R., Eser, U., Faith, D.P., Gomez-Baggethun, E., Harmackova, Z., Horcea-Milcu, A.I., Merçon, J., Quaas, M., Rode, J., Rozzi, R., Sitas, N., Yoshida, Y., Ochieng, T.N., Koessler, A.K., Lutti, N., Mannetti, L., and Arroyo-Robles, G. (2022). Chapter 5: The role of diverse values of nature in visioning and transforming towards just and sustainable futures. In: Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Balvanera, P., Pascual, U., Michael, C., Baptiste, B., and González-Jiménez, D. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 6: Policy options and capacity development to operationalize the inclusion of diverse values of nature in decision-making DOI:
Kelemen, E., Subramanian, S., Nakangu, B., Islar, M., Kosmus, M., Nuesiri, E., Porter-Bolland, L., De Vos, A., Amaruzaman, S., Yiu, E., and Arroyo, G. (2022). Chapter 6: Policy options and capacity development to operationalize the inclusion of diverse values of nature in decision-making. In: Methodological assessment of the diverse values and valuation of nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Balvanera, P., Pascual, U., Michael, C., Baptiste, B., and González-Jiménez, D. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI:
IPBES (2019). Global assessment report on biodiversity and ecosystem services of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 1-1082). Brondízio, E. S., Settele, J., Díaz, S., and Ngo, H. T. (eds). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Summary for policymakers of the global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI:
IPBES (2019). Summary for policymakers of the global assessment report on biodiversity and ecosystem services of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. XIV-LXI). Díaz, S., Settele, J., Brondízio, E. S., Ngo, H. T., Guèze, M., Agard, J., Arneth, A., Balvanera, P., Brauman, K. A., Butchart, S. H. M., Chan, K. M. A., Garibaldi, L. A., Ichii, K., Liu, J., Subramanian, S. M., Midgley, G. F., Miloslavich, P., Molnár, Z., Obura, D., Pfaff, A., Polasky, S., Purvis, A., Razzaque, J., Reyers, B., Roy Chowdhury, R., Shin, Y. J., Visseren-Hamakers, I. J., Willis, K. J., and Zayas C.N. (eds.). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 1: Assessing a planet in transformation: Rationale and approach of the IPBES Global Assessment on Biodiversity and Ecosystem Service DOI:
Brondízio, E. S., Díaz, S., Settele, J., Ngo, H. T., Guèze, M., Aumeeruddy-Thomas, Y., Bai, X., Geschke, A., Molnár, Z., Niamir, A., Pascual, U., Simcock, A., and Jaureguiberry, P. (2019). Chapter 1: Assessing a planet in transformation: Rationale and approach of the IPBES Global Assessment on Biodiversity and Ecosystem Service. In: Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 1-48). Brondízio, E. S., Settele, J., Díaz, S., and Ngo, H. T. (eds). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 2.1. Status and Trends – Drivers of Change DOI:
Balvanera, P., Pfaff, A., Viña, A., García-Frapolli, E., Merino, L., Minang, P. A., Nagabhatla, N., Hussain, S. A., and Sidorovich, A. A. (2019) Chapter 2.1. Status and Trends – Drivers of Change. In: Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 49-200). Brondízio, E. S., Settele, J., Díaz, S., and Ngo, H. T. (eds). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 2.2. Status and Trends – Nature DOI:
Purvis, A., Molnar, Z., Obura, D., Ichii, K., Willis, K., Chettri, N., Dulloo, E., Hendry, A., Gabrielyan, B., Gutt, J., Jacob, U., Keskin, E., Niamir, A., Öztürk, B., Salimov, R., and Jaureguiberry, P. (2019). Chapter 2.2. Status and Trends – Nature. In: Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 201-308). Brondízio, E. S., Settele, J., Díaz, S., and Ngo, H. T. (eds). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 2.3. Status and Trends – Nature’s Contributions to People (NCP) DOI:
Brauman, K. A., Garibaldi, L. A., Polasky, S., Zayas, C., Aumeeruddy-Thomas, Y., Brancalion, P., DeClerck, F., Mastrangelo, M., Nkongolo, N., Palang, H., Shannon, L., Shrestha, U. B., and Verma, M. (2019). Chapter 2.3. Status and Trends – Nature’s Contributions to People (NCP). In: Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 309-384). Brondízio, E. S., Settele, J., Díaz, S., Ngo, and H. T. (eds). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 3. Assessing progress towards meeting major international objectives related to nature and nature's contributions to people DOI:
Butchart, S. H. M., Miloslavich, P., Reyers, B., Subramanian, S. M., Adams, C., Bennett, E., Czúcz, B., Galetto, L., Galvin, K., Reyes-García, V., Gerber, L. R., Bekele, T., Jetz, W., Kosamu, I. B. M. K., Palomo, M. G., Panahi, M., Selig, E. R., Singh, G. S., Tarkhnishvili, D., Xu, H., Lynch, A. J., Mwampamba, T. H., and Samakov, A. (2019). Chapter 3. Assessing progress towards meeting major international objectives related to nature and nature’s contributions to people. In: Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 385-598). Brondízio, E. S., Settele, J., Díaz, S., and Ngo, H. T. (eds). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 4: Plausible futures of nature, its contributions to people and their good quality of life DOI:
Shin, Y. J., Arneth, A., Roy Chowdhury, R., Midgley, G. F., Leadley, P., Agyeman Boafo, Y., Basher, Z., Bukvareva, E., Heinimann, A., Horcea-Milcu, A. I., Kindlmann, P., Kolb, M., Krenova, Z., Oberdorff, T., Osano, P., Palomo, I., Pichs Madruga, R., Pliscoff, P., Rondinini, C., Saito, O., Sathyapalan, J., and Yue, T. (2019). Chapter 4: Plausible futures of nature, its contributions to people and their good quality of life. In: Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 599-766). Brondízio, E. S., Settele, J., Díaz, S., and Ngo, H. T. (eds). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 5. Pathways towards a Sustainable Future DOI:
Chan, K. M. A., Agard, J., Liu, J., Dutra De Aguiar, A. P., Armenteras Pascual, D., Boedhihartono, A. K., Cheung, W. W. L., Hashimoto, S., Hernández-Pedraza, G. C., Hickler, T., Jetzkowitz, J., Kok, M., Murray-Hudson, M., O’Farrell, P., Satterfield, T., Saysel, A. K., Seppelt, R., Strassburg, B., Xue, D., Selomane, O., Balint, L., and A. Mohamed. (2019). Chapter 5. Pathways towards a Sustainable Future. In: Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 767-874). Brondízio, E. S., Settele, J., Díaz, S., and Ngo, H. T. (eds). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
Chapter 6. Options for Decision Makers DOI:
Razzaque, J., Visseren-Hamakers, I. J., McElwee, P., Rusch, G. M., Kelemen, E., Turnhout, E., Williams, M. J., Gautam, A. P., Fernandez-Llamazares, A., Chan, I., Gerber, L. R., Islar, M., Karim, S., Lim, M., Liu, J., Lui, G., Mohammed, A., Mungatana, E., and Muradian R. (2019). Chapter 6. Options for Decision Makers. In: Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 875-1028). Brondízio, E. S., Settele, J., Díaz, S., and Ngo, H. T. (eds). IPBES secretariat, Bonn, Germany. DOI:
Download the . Download the .
For IPEBS, is the repository for long term storage of all IPBES products, including milestones, data deposit packages and associated data management reports.
The IPBES secretariat has created and is maintaining one single community on Zenodo for IPBES () where the goal is to provide:
can be used to become familiar with the interface and practice without permanently uploading files
To obtain a digital object identifier for an entry on Zenodo, please first log into your account and start . Note that the account should be affiliated with your IPBES email address if available.
Each Zenodo entry requires that at least one author name is listed per repository item. The author names then appear on the repository web page directly underneath the title and are added to the citation. The contributor names appear one line below the authors on the website and are categorized according to their specific role, but these names are not listed within the citation. An example of this can be found within the upload where the author is listed as the IPBES task force on knowledge and data, but editors, project leaders, and project members are specified to acknowledge the specific contributions of the members.
Create a new on your GitHub repository. Click publish
For a descriptive step by step guide on this process, please visit the available is also helpful to understand how to create a new release that is synced between GitHub and Zenodo.
For example, see the Zenodo upload of this technical guideline here:
One can find this additional DOI in the versions section of the published webpage of the upload. For example, when referring to the IPBES data management policy (figure 5) we use this doi:
Within Python, there's a package available on GitHub which allows one to download from Zenodo using the function zenodo_get
.
Within R, there's a handy function called from the package that allows one to download from Zenodo easily.
To illustrate this in R, all of the files associated with the Zenodo repository can be downloaded programmatically at once with the following code:
For any questions please feel free to contact us at . If you have any Zenodo specific questions they may be answered on their .
Assign the license ( or ). Divergent licenses need to be approved by TSU K&D.
Upload the caption in a separate text file together with the figure. The caption should contain the DOI of the figure and where necessary. Please see on how to reserve a DOI before publishing.
Upload the figure in an and in high resolution (600 dpi or vector format).
Assign the license ( or ). Divergent licenses need to be approved by TSU K&D.
Upload the caption in a separate text file together with the figure. The caption should contain the DOI of the figure and where necessary. Please see on how to reserve a DOI before publishing.
Please also check that country names in the data follow the .
The figure has been reviewed for compliance with the IPBES guidelines, specifically the figure is color-blind friendly and if country borders are included, they follow . If the figure is not compliant, options are explored to adapt the figure.
The caption has a where necessary.
Upload the figure in an and in high resolution (600 dpi or vector format).
Upload the caption in a separate text file together with the figure. The caption should contain the DOI of the figure and where necessary. Please see on how to reserve a DOI before publishing.
The figure has been reviewed for compliance with the IPBES guidelines, specifically the figure is color-blind friendly and if country borders are included, they follow . If the figure is not compliant, options are explored to adapt the figure.
The data deposit package associated with this figure can be found here:
The data deposit package associated with this figure can be found here:
The data deposit package associated with this figure can be found here:
Spatial data generally fall into either vector or raster data. Vector data consists of points, lines, and polygons that are based on point locations. Raster data is grid-based data, such as pixels on a screen or an image. Raster data is either continuous or discrete, for example a temperature dataset is continuous or a land cover dataset with classes is discrete. For more information on these geospatial data types and a general introduction to geospatial concepts please visit . Additionally, for a complete list of geospatial formats please reference .
We recommend using the GeoPackage format for storing geospatial information. This file format is new and less widely used, but a completely open format for storing geospatial data. As stated on “GeoPackage is an open, standards-based, platform-independent, portable, self-describing, compact format for transferring geospatial information.” A GeoPackage can store both vector and raster data (as tiles) and can have multiple layers per single file. The format allows for multiple geometry types per file, so one can store both point and polygon data within the same file.
We generally encourage everybody to use the GeoPackage format because of these reasons. Existing shapefiles can be converted by using the package stars
in R and
If you are interested in understanding all of the file types and contents in a GeoPackage detailed information on the structure of a GeoPackage can be found .
A shapefile is the most widely used vector type spatial data format and is recommended although it is not ideal and needs be used correctly. The geometry of a feature is stored as a shape comprising of a set of coordinates. Each feature is associated with a list of attributes within a table. Shapefiles can be used with almost all geospatial software and are well supported by open source software libraries. It was developed and currently regulated by ESRI, a commercial company. More information on shapefiles can be found on .
All files within one shapefile share the same file name with different extensions. These files can not be separated from each other and should be zipped into a single archive when being transferred. The mandatory and some optional extensions are included below but more are described on the ESRI website .
More technical information can be found on the Sustainability of Digital Formats website which supports the US Library of Congress Collections.
More information on KML is available from Google.
More information can be found on from the NASA standards and references webpage.
Recently, a format called, , has become increasingly popular which is a regular GeoTIFF file aimed at being hosted on a HTTP file server. This standard was developed in 2016 within the Open Source Geospatial Foundation project. The format enables efficient workflows on the cloud by utilizing tiling and overviews. It allows for efficient imagery data display and access through HTTP GET range requests, so end-users can just use the parts of the GeoTIFF they need. A cloud optimized GeoTIFF is larger in size than a normal GeoTIFF, but it enables faster access on a server.
If you are interested in exporting Cloud Optimized GeoTIFFs, one option is to use the write_tif
function from the gdalcubes
package described
More information on how the tiles are stored within the GeoPackage can be found
NetCDF was developed and maintained at Unidata. On their website they provide tutorials and documentation. A quick factsheet with more information is available .
R is able to read and write netCDF files using the package ncdf4
. For a full tutorial on how to read and write netCDF files, please refer to
We will now go through a very simple example starting with formatting and exporting NetCDF data adapted from and finally importing the netCDF we create. We will use the base R volcano dataset.
For more information on these geospatial data types and other types can be found here as well:
The sf
package is used to handle vector data, while the terra
and raster
packages are often used to handle raster data. The packages sf
and raster
have been used throughout these technical guidelines. For an overview on these packages, I recommend the vignettes on for each of the packages linked below.
A CSV file can be created from an excel sheet easily described , written in a txt file, or created in R or other computer programming languages. Text files are highly interoperable and can be imported and exported by almost any software designed for storing or manipulating data.
More information on the PDF file format can be found .
If you interested, more technical information can be found .
There are many different image file formats that one can choose from when exporting images. We recommend commonly used formats that are open and interoperable, such as SVG or PNG, but other formats may also be appropriate depending on the use case. Similar to geospatial information, there are two image file types vector and raster. For a more comprehensive list of image file formats please see
Thank you for your time. If you have any suggestions on further content or file format types you would like to see covered please contact us at the technical support unit at .
, open source for Mac and iOS, to simulate various types of colour blindness
, free available for Windows, Linux and Mac, focussing on the extreme forms of colour blindness (so that people with colour blindness that is less extreme or normal colour vision can also interpret the figures easily)
, real-time simulations of red-green colour-blindness for Windows.
There is also an R-package () which provides a collection of safe colours for various types of figures and maps.
Rainbow colour schemes are interpreted by humans to have sharp artificial boundaries that are not representative of the underlying data. in more detail the current problems involving the use of colour in science communication. An example of this is presented in the figure below taken from where geoid height is displayed using a sunset scheme and then a traditional rainbow scheme. Large jumps in the data are interpreted within the lines of light blue and yellow that are not inherent within the data.
provides a great overview on how to use the RColorBrewer package with these palettes integrated with ggplot with examples.
R uses hexadecimal to represent colours. “Hexadecimal is a base-16 number system used to describe colour. Red, green, and blue are each represented by two characters (#rrggbb) that has 16 possible symbols.” -
The next two examples showcase how to use the package RColorBrewer to set palletes within maps. We will use the populated places dataset from R natural earth website available in the first example . These are just example datasets whose accuracy has not been checked.
R Colour Sheet:
Useful tool to assist in picking palettes and colours:
Tool to visualise colours as someone with different types of colour blindness:
colourBlindness Package guide:
Your feedback on this content is welcome. Let us know what other useful material would you like to see here by emailing .
Specific materials are developed to make assessment findings more accessible to IPLCs. For example, the document ;
Through direct discussion with IPLCs, including in the dialogue workshops, and through work with the task force on ILK, IPBES authors and TSUs should seek to determine the appropriate accessibility of materials submitted by IPLCs. With the formally documented consent of those providing the materials, these confidential materials may be documented and stored in long-term repositories (e.g. Zenodo) with restricted access. Authors should contact the data and knowledge TSU () and ILK TSU () to coordinate this process.
Expert_id
Expert id
[LongText]
The unique expert id used within IPBES
Secretariat
Chapter
Chapter
[Numerical]
Chapter in which the expert is involved
Assessment tsu
Role
Role in the assessment
[ShortText]
Role of the expert within the assessment
Assessment tsu
First name
First name
[LongText]
Official spelling of the first name of the expert
Authors and other contributors
Additional name(s) (if applicable)
Additional names
[LongText]
Middle names of the expert, if applicable
Authors and other contributors
Last name
Last name
[LongText]
Official spelling of the last name of the expert
Authors and other contributors
Citation name
Citation name
[LongText]
The preferred spelling of the complete name of the expert (which will be used in the citation of the assessment/chapter)
Authors and other contributors
Citation name in UTF-8
Citation name (UTF-8)
[LongText]
The preferred spelling of the complete name of the expert converted into UTF-8
Assessment tsu
Country(ies) of citizenship
Country of citizenship
[ShortText]
The country of citizenship of the expert (the nationality of the expert at birth)
Authors and other contributors
The ISO 3166-1 alpha 3 code of the country of citizenship
ISO code for the country of citizenship
[ShortText]
The ISO 3166-1 alpha 3 code of the country of nationality
Assessment tsu
Country(ies) of affiliation
Country of affiliation
[ShortText]
Country(ies) of affiliation
Authors and other contributors
The ISO 3166-1 alpha 3 code of the country of affiliation
ISO code for the country of affiliation
[ShortText]
The ISO 3166-1 alpha 3 code of the country(ies) of affiliation
Assessment tsu
Complete affiliations
Complete affiliations
[LongText]
The complete affiliations of the expert
Authors and other contributors
Methodological assessment of integrated biodiversity-inclusive spatial planning and ecological connectivity | Spatial planning assessment | SPC |
Second global assessment of biodiversity and ecosystem services | Second global assessment | GA2 |
Methodological assessment on monitoring biodiversity and nature’s contributions to people | Monitoring assessment | MTA |
Methodological Assessment of the Impact and Dependence of Business on Biodiversity and Nature’s Contributions to People | Business and biodiversity assessment | BBA |
Thematic assessment of the interlinkages among biodiversity, water, food and health | Nexus assessment | NXS |
Thematic assessment of the underlying causes of biodiversity loss, determinants of transformative change and options for achieving the 2050 vision for biodiversity | Transformative change assessment | TCA |
Thematic assessment of invasive alien species and their control | Invasive alien species assessment | IAS |
Thematic assessment of the sustainable use of wild species | Sustainable use assessment | SUA |
Methodological assessment regarding the diverse conceptualization of multiple values of nature and its benefits, including biodiversity and ecosystem functions and services | Values assessment | VA |
Global assessment report on biodiversity and ecosystem services of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services | First global assessment | GA1 |
Assessment of land degradation and restoration | Land degradation assessment | LDR |
Regional assessment report on biodiversity and ecosystem services for Africa | Africa assessment | AFA |
Regional assessment report on biodiversity and ecosystem services for the Americas | Americas assessment | AMA |
Regional assessment report on biodiversity and ecosystem services for Asia and the Pacific | Asia and the Pacific assessment | APA |
Regional assessment report on biodiversity and ecosystem services for Europe and Central Asia | Europe and Central Asia assessment | ECA |
Assessment report on pollinators, pollination and food production | Pollinators assessment | PPA |
Methodological assessment report on scenarios and models of biodiversity and ecosystem services | Scenarios and models assessment | SCM |
IPBES | IPBES |
Assessment abbreviation | SLA |
Chapter | Ch3 |
Document type | figure |
Short description | Fig 3.6 Phylogeny of marine mammals |
Version | v10.0.0 |
IPBES | IPBES |
Assessment abbreviation | HA |
Chapter | Ch7 |
Document type | figure |
Short description | Fig 7.8 Global biodiversity hotspots |
Version | v2.0.0 |
IPBES | IPBES |
Assessment abbreviation | SLA |
Chapter | Ch5 |
Document type | table |
Short description | Table 5.4 Endangered marine animals |
Version | v1.0.0 |
IPBES | IPBES |
Assessment abbreviation | HA |
Chapter | Ch7 |
Document type | table |
Short description | Table 7.11 Endangered species in hotspots |
Version | v3.0.0 |
IPBES | IPBES |
Assessment abbreviation | IAS |
Chapter | Ch4 |
Document type | DMR |
Short description | Fig 4.1 biodiversity versus water quality |
Version | v0.0.0 |
IPBES | IPBES |
Assessment abbreviation | HA |
Chapter | Ch7 |
Document type | DMR |
Short description | Fig 7.8 biodiversity hotspots map |
Version | v2.0.0 |
IPBES | IPBES |
Assessment abbreviation | SLA |
Chapter |
Document type | Meeting report |
Short description | Third SPM meeting |
Version | v1 |
IPBES | IPBES |
Assessment abbreviation | MR |
Chapter |
Document type | Dialogue workshop report |
Short description | Dialogue Asia |
Version | v2.0.3 |
IPBES | IPBES |
Assessment abbreviation | HA |
Chapter |
Document type | Dataset |
Short description | References systematic literature search ILK and nature conservation |
Version | v1 |
Data Type | Recommended R Package | Link to a conversion guide |
GeoPackage (vector) | sf / stars |
GeoPackage (raster) | sf / stars |
Shapefiles | sf |
GeoJSON | sf |
KML/KMZ | sf |
GeoTIFF | raster / terra |
NetCDF | ncdf4 |
Experiment | Minimum Temperature | Maximum Temperature | Average Temperature |
1 | 8 | 20 | 15 |
2 | 15 | 27 | 23 |
3 | 21 | 30 | 25 |
Experiment | Variable | Temperature |
1 | Minimum Temperature | 8 |
1 | Maximum Temperature | 20 |
1 | Average Temperature | 15 |
2 | Minimum Temperature | 15 |
2 | Maximum Temperature | 27 |
2 | Average Temperature | 23 |
3 | Minimum Temperature | 21 |
3 | Maximum Temperature | 30 |
3 | Average Temperature | 25 |
Data Type | Recommended Format |
Geospatial Vector Data | GeoPackage, Shapefile, GeoJSON, KML/KMZ |
Geospatial Raster Data | GeoTIFF, GeoPackage, NetCDF |
Tabular Data | CSV, TXT |
Textual Data | TXT, PDF, DOCX* |
Figures / Line Drawings | SVG, EPS, PDF |
Photographs | PNG, JPEG |
Prepared by the technical support unit of knowledge and data
For any inquires please contact aidin.niamir@senckenberg.de
Version: 5.0 Last Updated: November 8th 2024
DOI: https://doi.org/10.5281/zenodo.5783347
This is a resource for everyone to cite previous IPBES assessments starting with the IPBES Global Assessment. BibTeX and RIS files are available to download beneath each citation. Assessments approved at each future Plenary session will be added to the list. Suggested citations are created by the assessments.
Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI: https://doi.org/10.5281/zenodo.13850054
IPBES (2024). Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.13850054
Download the BibTex file here. Download the RIS file here.
Summary for Policymakers of the Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI: https://doi.org/10.5281/zenodo.13850289
IPBES (2024). Summary for Policymakers of the Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. McElwee, P. D., Harrison, P. A., van Huysen, T. L., Alonso Roldán, V., Barrios, E., Dasgupta, P., DeClerck, F., Harmáčková, Z. V., Hayman, D. T. S., Herrero, M., Kumar, R., Ley, D., Mangalagiu, D., McFarlane, R. A., Paukert, C., Pengue, W. A., Prist, P. R., Ricketts, T. H., Rounsevell, M. D. A., Saito, O., Selomane, O., Seppelt, R., Singh, P. K., Sitas, N., Smith, P., Vause, J., Molua, E. L., Zambrana-Torrelio, C., and Obura, D. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.13850289
Download the BibTex file here. Download the RIS file here.
Chapter 1: Introducing the nexus DOI: https://doi.org/10.5281/zenodo.13850293
Harrison, P. A., McElwee, P., Phang, S. C., Zambrana-Torrelio, C., Enrico, L., Giraudoux, P., Jarvis, R. M., Karim, P. G., Rivera Ferre, M. G., Luque, S., Prescott, G. W., Sietz, D., Turetta, A. P. D., and Obura, D. (2024). Chapter 1: Introducing the nexus. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.13850293
Download the BibTex file here. Download the RIS file here.
Chapter 2: Status and past trends of interactions in the nexus DOI: https://doi.org/10.5281/zenodo.13850301
Prist, P. R., Seppelt, R., Hayman, D. T. S., Molua, E. L., Arneth, A., Biber-Freudenberger, L., Bukvareva, E., Chaudhary, S., Dubey, P. K., Földvári, G., Godoy-Faúndez, A., Fischer, J., Howe, C., Hussain, A., Lorilla, R. S., Maire, E., Materu, S. F., Miyake, Y., Türkmen, A., and Vanham, D. (2024). Chapter 2: Status and past trends of interactions in the nexus. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, German. DOI: https://doi.org/10.5281/zenodo.13850301
Download the BibTex file here. Download the RIS file here.
Chapter 3: Future interactions across the nexus DOI: https://doi.org/10.5281/zenodo.13850303
Harmáčková, Z. V., Rounsevell, M. D. A., Selomane, O., Awuku-Sowah, E. M., Budiharta, S., Coll, M., Hales, S., Jung, M., Kumar, P., Leclère, D., Metaxas, A., Meirelles Oliveira , B., Nyelele, C., Owuor, M. A., Popp, A., Rashleigh, B., Thomas, S. M., Tsuchiya, K., Villamor, G., and Yue, T. X. (2024). Chapter 3: Future interactions across the nexus. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.13850303
Download the BibTex file here. Download the RIS file here.
Chapter 4: Policy and sociopolitical options across the nexus that could facilitate and accelerate the transition to a range of sustainable futures DOI: https://doi.org/10.5281/zenodo.13850305
Mangalagiu D., Saito, O., Sitas, N., Dias, A. C. E., Felipe-Lucia, M. R., Filyushkina, A., Ghosh, S., Gonçalves, L. R., Hiwasaki, L., Kok, M. T. J., Lynch, A. J., Machado, M. R., Ometto, J. P., Pires, A. P. F., Rhodes, J. R., Vallet, A., and Xie, L. (2024). Chapter 4: Policy and sociopolitical options across the nexus that could facilitate and accelerate the transition to a range of sustainable futures. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.13850305
Download the BibTex file here. Download the RIS file here.
Chapter 5: Options for delivering sustainable approaches DOI: https://doi.org/10.5281/zenodo.13850309
Ricketts, T. H., Herrero, M., Smith, P., Alonso Roldán, V., Barrios, E., Dasgupta, P., DeClerck, F., Kumar, R., McFarlane, R. A., Paukert, C., Singh, P. K., Lavorel, S., Aboubakrine, M. W. M., Aguiar S., Akamani, K., Benedek, Z., Campbell, D., Castro-Díaz, R., Chaplin-Kramer, R., Cherubini, F., das Neves, C. G., De La Cruz, P., Díaz-José, J., Dunnett, S., Santos, M. J., Gupta, H., Gyawali, D., Handa, C., Hill, S., Hori, M., Ito, A., Joshi, G. R., Keune, H., Khan, S., Koltz, A. M., Kouame, A. A., Kuiken, T., Lalika, M., Lee, K.-C., Llope, M., Mácová, K., Melo, F., Milano, F. A., Minaverry, C. M., Morand, S., Mustafa, M. A., Oinonen, S., Rafa, N., Rai, K. K., Reuben, R. C., Rosado-May, F. J., Samoilys M., Sandin, L., Simatele, M. D., Sivadas, D., Spierenburg, M., Tirado, M. C., Twongyirwe, R., Vale, M. M., Williams, D. R., Xu, X., and van Huysen, T. L. (2024). Chapter 5: Options for delivering sustainable approaches. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.13850309
Download the BibTex file here. Download the RIS file here.
Chapter 5.0: Options for delivering sustainable approaches - Introduction DOI: https://doi.org/10.5281/zenodo.13850315
Ricketts, T. H., Herrero, M., Smith, P., Alonso Roldán, V., Barrios, E., Dasgupta, P., DeClerck, F., Kumar, R., McFarlane, R. A., Paukert, C., Singh, P. K., and van Huysen, T. L. (2024). Chapter 5.0: Options for delivering sustainable approaches – Introduction. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.13850315
Download the BibTex file here. Download the RIS file here.
Chapter 5.1: Options for delivering sustainable approaches to biodiversity conservation, restoration and sustainable use DOI: https://doi.org/10.5281/zenodo.13850321
Alonso Roldán, V., Lavorel, S., Aguiar S., Akamani K., Dunnett, S., Handa, C., Hill, S., Lee, K.-C., Mácová, K., Melo, F., Rai, K. K., Samoilys M., and Sivadas, D. (2024). Chapter 5.1: Options for delivering sustainable approaches to biodiversity conservation, restoration and sustainable use. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.13850321
Download the BibTex file here. Download the RIS file here.
Chapter 5.2: Options for delivering sustainable approaches to water DOI: https://doi.org/10.5281/zenodo.13850325
Kumar, R., Pauker, C., Santos, M. J., Gyawali, D., Kouame, A. A., Lalika, M., Minaverry, C. M., Oinonen, S., Rafa, N., Sandin, L., and Simatele, M. D. (2024). Chapter 5.2: Options for delivering sustainable approaches to water. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.13850325
Download the BibTex file here. Download the RIS file here.
Chapter 5.3: Options for delivering sustainable food systems DOI: https://doi.org/10.5281/zenodo.13850331
Barrios, E., DeClerck, F., Benedek, Z., Campbell, D., Castro-Díaz, R., Chaplin-Kramer, R., Joshi, G. R., Milano, F. A., Mustafa, M. A., Rosado-May, F. J., Spierenburg, M., Twongyirwe, R., and Williams, D. R. (2024). Chapter 5.3: Options for delivering sustainable food systems. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.13850331
Download the BibTex file here. Download the RIS file here.
Chapter 5.4: Options for delivering sustainable approaches to health DOI: https://doi.org/10.5281/zenodo.13850335
McFarlane, R. A., Dasgupta, P., Aboubakrine, M. W. M., das Neves, C. G., De La Cruz, P., Keune, H., Koltz, A. M., Kuiken, T., Morand, S., and Reuben, R. C. (2024). Chapter 5.4: Options for delivering sustainable approaches to health. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.13850335
Download the BibTex file here. Download the RIS file here.
Chapter 5.5: Options for delivering biodiversity-related approaches to climate change, adaptation and mitigation, including relevant aspects of the energy system DOI: https://doi.org/10.5281/zenodo.13850339
Singh, P. K., Smith, P., Cherubini, F., Díaz-José, J., Duchková, H., Gupta, H., Hori, M., Ito, A., Khan, S., Llope, M., Tirado, M. C., Vale, M. M., and Xu, X. (2024). Chapter 5: Options for delivering sustainable biodiversity-related approaches to climate change, adaptation and mitigation, including relevant aspects of the energy system. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.13850339
Download the BibTex file here. Download the RIS file here.
Chapter 5.6: Options for delivering sustainable approaches - Synthesis DOI: https://doi.org/10.5281/zenodo.13850345
Ricketts, T. H., Herrero, M., Smith, P., van Huysen, T. L., Alonso Roldán, V., Barrios, E., Dasgupta, P., DeClerck, F., Kumar, R., McFarlane, R. A., Paukert, C., and Singh, P. K. (2024). Chapter 5.6: Options for delivering sustainable approaches – Synthesis. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.13850345
Download the BibTex file here. Download the RIS file here.
Chapter 6: Options for delivering sustainable approaches to public and private finance for biodiversity-related elements of the nexus DOI: https://doi.org/10.5281/zenodo.13850349
Vause, J., Ley, D., Pengue, W. A., Cavanagh, C. J., Eriksen, S. H., Kharrazi, A., Pacheco, A., Ahmed, I., Cisneros-Montemayor, A., De Palma, A., Glavovic, B. C., Iiyama, M., King-Okumu. C., Platais, G. H., Reda, F., Sangha, K. K., Schumacher, K., Tormáné Kovács, E., and Wong, G. Y. (2024). Chapter 6. Options for delivering sustainable approaches to public and private finance for biodiversity-related elements of the nexus. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Harrison, P. A., McElwee, P. D., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.13850349
Download the BibTex file here. Download the RIS file here.
Chapter 7: Summary and synthesis of options, knowledge and technology gaps and capacity development DOI: https://doi.org/10.5281/zenodo.13850355
McElwee, P. D., Sitas, N., Ley, D., Glavovic, B. C., Herrero, M., Biber-Freudenberger, L., Campbell, D., Cavanagh, C. J., Cherubini, F., Dasgupta, P., Eriksen, S. H., Harrison, P. A., Jarvis, R. M., Kuiken, T., Luque, S., Lynch, A. J., Mangalagiu, D., McFarlane, R. A., Phang, S. C., Prist, P. R., Rounsevell, M. D. A., Samoilys, M., Sangha, K. K., Selomane, O., Sietz, D., Smith, P., Spierenburg, M., Vallet, A., Williams, D. R., and Xie, L. (2024). Chapter 7: Summary and synthesis of options, knowledge and technology gaps and capacity development. In: Thematic Assessment Report on the Interlinkages among Biodiversity, Water, Food and Health of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. McElwee, P. D., Harrison, P. A., and van Huysen, T. L. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.13850355
Download the BibTex file here. Download the RIS file here.
Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI: https://doi.org/10.5281/zenodo.7430682
IPBES (2023). Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Roy, H. E., Pauchard, A., Stoett, P., and Renard Truong, T. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.7430682
Download the BibTeX file here. Download the RIS file here.
Summary for Policymakers of the Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI: https://doi.org/10.5281/zenodo.7430692
IPBES (2023). Summary for Policymakers of the Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Roy, H. E., Pauchard, A., Stoett, P., Renard Truong, T., Bacher, S., Galil, B. S., Hulme, P. E., Ikeda, T., Sankaran, K. V., McGeoch, M. A., Meyerson, L. A., Nuñez, M. A., Ordonez, A., Rahlao, S. J., Schwindt, E., Seebens, H., Sheppard, A. W., and Vandvik, V. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.7430692
Download the BibTeX file here. Download the RIS file here.
Chapter 1: Introducing biological invasions and the IPBES thematic assessment of invasive alien species and their control DOI: https://doi.org/10.5281/zenodo.7430723
Roy, H. E., Pauchard, A., Stoett, P., Renard Truong, T., Lipinskaya, T., and Vicente, J. R. (2023). Chapter 1: Introducing biological invasions and the IPBES thematic assessment of invasive alien species and their control. In: Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Roy, H. E., Pauchard, A., Stoett, P., and Renard Truong, T. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.7430723
Download the BibTeX file here. Download the RIS file here.
Chapter 2: Trends and status of alien and invasive alien species DOI: https://doi.org/10.5281/zenodo.7430725
Seebens, H., Meyerson, L. A., Rahlao, S. J., Lenzner, B., Tricarico, E., Aleksanyan, A., Courchamp, F., Keskin, E., Saeedi, H., Tawake, A., and Pyšek, P. (2023). Chapter 2: Trends and status of alien and invasive alien species. In: Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Roy, H. E., Pauchard, A., Stoett, P., and Renard Truong, T. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.7430725
Download the BibTeX file here. Download the RIS file here.
Chapter 3: Drivers affecting biological invasions DOI: https://doi.org/10.5281/zenodo.7430727
Hulme, P. E., Ikeda, T., Vandvik, V., Blanchard, R., Camacho-Cervantes, M., Herrera, I., Koyama, A., Morales, C. L., Munishi, L. K., Pallewatta, P. K. T. N. S., Per, E., Pergl, J., Ricciardi, A., and Xavier, R. O. (2023). Chapter 3: Drivers affecting biological invasions. In: Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Roy, H. E., Pauchard, A., Stoett, P., and Renard Truong, T. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.7430727
Download the BibTeX file here. Download the RIS file here.
Chapter 4: Impacts of invasive alien species on nature, nature’s contributions to people, and good quality of life DOI: https://doi.org/10.5281/zenodo.7430731
Bacher, S., Galil, B. S., Nuñez, M. A., Ansong, M., Cassey, P., Dehnen-Schmutz, K., Fayvush, G., Hiremath, A. J., Ikegami, M., Martinou, A. F., McDermott, S. M., Preda, C., Vilà, M., Weyl, O. L. F., Fernandez, R. D., and Ryan-Colton, E. (2023). Chapter 4: Impacts of invasive alien species on nature, nature’s contributions to people, and good quality of life. In: Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Roy, H. E., Pauchard, A., Stoett, P., and Renard Truong, T. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.7430731
Download the BibTeX file here. Download the RIS file here.
Chapter 5: Management; challenges, opportunities and lessons learned DOI: https://doi.org/10.5281/zenodo.7430733
Sankaran, K. V., Schwindt, E., Sheppard, A. W., Foxcroft, L. C., Vanderhoeven, S., Egawa, C., Peacock, L., Castillo, M. L., Zenni, R. D., Müllerová, J., González-Martínez, A. I., Bukombe, J. K., Wanzala, W., and Mangwa, D. C. (2023). Chapter 5: Management; challenges, opportunities and lessons learned. In: Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Roy, H. E., Pauchard, A., Stoett, P., and Renard Truong, T. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.7430733
Download the BibTeX file here. Download the RIS file here.
Chapter 6: Governance and policy options for the management of biological invasions DOI: https://doi.org/10.5281/zenodo.7430747
McGeoch, M. A., Ordonez, A., Howard, P. L., Groom, Q. J., Shrestha, B. B., Fernandez, M., Brugnoli, E., Bwalya, B., Byun, C., Ksenofontov, S., Ojaveer, H., Simberloff, D., Mungi, N. A., and Rono, B. (2023). Chapter 6: Governance and policy options for the management of biological invasions. In: Thematic Assessment Report on Invasive Alien Species and their Control of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Roy, H. E., Pauchard, A., Stoett, P., and Renard Truong, T. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.7430747
Download the BibTeX file here. Download the RIS file here.
Technical Guideline Series
Prepared by Joy Kumagai and Peter Bates Reviewed by Aidin Niamir, the Task Force on Knowledge and Data and the Task Force on Indigenous and Local Knowledge
For any inquires please contact aidin.niamir@senckenberg.de and ilk.tsu.ipbes@unesco.org
Version: 1.0 Last Updated: 18 July 2022
This technical guideline is a template invitation email for contributing authors to IPBES assessments, which covers aspects relating to ILK and the data and knowledge management policy. The guideline is intended for assessment technical support units.
This formal email could be sent after initial more informal contact is made, as appropriate.
Dear [contributing author name],
It is my pleasure to invite you to be a Contributing Author for the assessment of [assessment name], that is being developed by the Intergovernmental Platform on Biodiversity and Ecosystem Services (IPBES). Specifically, you are invited to contribute to Chapter [#] on [Chapter title]. Your contribution would focus on the section on [topic], and you would be working with [IPBES authors names], who are [Lead Author(s)/Coordinating Lead Author(s)] of the assessment and copied on this email.
The assessment of [assessment name] was approved by the IPBES plenary in [year] and will run until [year]. It is being developed based on the attached scoping document.
As a contributing author, you would be linked directly to authors of the assessment and would be requested to provide specific contributions around themes, topics or geographic areas, as discussed with [author name]. Contributing Authors do not however have access to drafts of the full chapter due to IPBES rules on confidentiality of assessment drafts.
Contributions by contributing authors are always highly valuable and gratefully received, and support the development of key themes in an assessment chapter. However, we cannot guarantee that contributions will be reproduced in their entirety in the assessment. They may be edited during rounds of drafting and external review processes so that they form a part of a coherent chapter. Also, depending on space and chapter structures, the chapter may eventually use a synthesised version of your contribution. However, your full contribution may be made publicly available in a data management report or in supplementary materials that are available online as companion resources to the assessment.
If you choose to share any previously unpublished indigenous and local knowledge or materials, you will be asked to confirm that you are authorised to share this information and confirm that it is non-confidential as specified in our guidance on documenting indigenous and local knowledge (https://ict.ipbes.net/ipbes-ict-guide/data-management/technical-guidelines/ILK-considerations).
To enable open science and accessibility within IPBES, the Platform has a data and knowledge management policy available at https://doi.org/10.5281/zenodo.3551078.
Contributing authors are acknowledged on the first page of the Chapter to which they have contributed, but they are not listed as authors or within the citation of the chapter and assessment.
Finally, further communications guiding your contributions will be made directly by [author name]. However, if you have any further questions feel free to contact me at [email].
We thank you for considering this invitation to contribute to this assessment, and we look forward to your valuable input.
[Signature]
Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI: https://doi.org/10.5281/zenodo.11382215
IPBES (2024). Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. O’Brien, K., Garibaldi, L., and Agrawal, A. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.11382215
Download the BibTex file here. Download the RIS file here.
Summary for Policymakers of the Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI: https://doi.org/10.5281/zenodo.11382230
IPBES (2024). Summary for Policymakers of the Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. O’Brien, K., Garibaldi, L., Agrawal, A., Bennett, E., Biggs, O., Calderón Contreras, R., Carr, E., Frantzeskaki, N., Gosnell, H., Gurung, J., Lambertucci, S., Leventon, J., Liao, C., Reyes García, V., Shannon, L., Villasante, S., Wickson, F., Zinngrebe, Y., and Perianin, L. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.11382230
Download the BibTex file here. Download the RIS file here.
Chapter 1: Transformative change and a sustainable world DOI: https://doi.org/10.5281/zenodo.11382238
Gurung, J., Leventon, J., Wickson, F., Dabezies, J., Olemako, T., Penca, J., Rajvanshi, A., Remans, R., Turnhout, E., Yoshida, Y., Kahrić, A., Naggea, J., Bridgewater, P., Reyers, B., and Renaud, A. (2024). Chapter 1: Transformative change and a sustainable world. In: Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. O’Brien, K., Garibaldi, L., and Agrawal, A. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.11382238
Download the BibTex file here. Download the RIS file here.
Visions of a sustainable world – for nature and people DOI: https://doi.org/10.5281/zenodo.11382240
Villasante, S., Shannon, L., Liao, C., Betemariam, E., Cunningham, S., Ellis, E., Hausner, V., Huang, Q., Mannetti, L., Otero, I., Piñeiro, G., Prasad Gautam, A., Waddock, S., Wheeler, H., Fouqueray, T., Karasov, O., Tasse Taboue, G., Mazzeo, N., Mishra, A., and Guibal, C. (2024). Chapter 2: Visions of a sustainable world – for nature and people. In: Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. O’Brien, K., Garibaldi, L., and Agrawal, A. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.11382240
Download the BibTex file here. Download the RIS file here.
How transformative change occurs DOI: https://doi.org/10.5281/zenodo.11382244
Bennett, E., Biggs, O., Calderón Contreras, R., Golden Kroner, R., Vianna Mansur, A., Woroniecki, S., Acar, S., Aksoy, Z., Alpizar, F., Lam, D., Horcea-Milcu, A.-I., Linnér, B.-O., Mehta, L., Campos, C., Nishi, M., Rahiri, N., Richardson, M., Sabinot, C., Simão Seixas, C., Stokland, H., Balvanera, P., Chan, K., Guibal, C., and Garibaldi, L. (2024). Chapter 3: How transformative change occurs. In: Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. O’Brien, K., Garibaldi, L., and Agrawal, A. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.11382244
Download the BibTex file here. Download the RIS file here.
Overcoming the challenges of achieving transformative change towards a sustainable world DOI: https://doi.org/10.5281/zenodo.11382246
Frantzeskaki, N., Lambertucci, S., Carr, E., Dempsey, J., Karamidehkordi, E., Sengupta, A., Rojas Marchini, F., Vogel, C., Andriamahefazafy, M., Boonstra, W., Espinoza-Cisneros, E., Garcia, K., Morita, K., Nelson, V., Ojeda, D., Plieninger, T., Stirling, A., Tokunaga, K., Chen, R., Metzger, J.-P., Smith, P., and Guibal, C. ( 2024). Chapter 4: Overcoming the challenges of achieving transformative change towards a sustainable world. In: Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. O’Brien, K., Garibaldi, L., and Agrawal, A. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.11382246
Download the BibTex file here. Download the RIS file here.
Realizing a sustainable world for nature and people: transformative strategies, actions and roles for all DOI: https://doi.org/10.5281/zenodo.11382248
Gosnell, H., Reyes-García, V., Zinngrebe, Y., Almeida Magris, R., Benessaiah, K., Bonilla-Moheno, M., Chandipo, R., Claudet, J., Gemmill-Herren, B., Goldstein, B., Huntjens, P., Ifejika Speranza, C., Nakao, F., Pandit, R., Pereira, L., Raab, K., Soares, T., Tittonell, P., Guo, X., Miwa, K., Joly, C., Zaccagnini, M., Guibal, C., and Garibaldi, L. (2024). Chapter 5: Realizing a sustainable world for nature and people: transformative strategies, actions and roles for all. In: Thematic Assessment Report on the Underlying Causes of Biodiversity Loss and the Determinants of Transformative Change and Options for Achieving the 2050 Vision for Biodiversity of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. O’Brien, K., Garibaldi, L., and Agrawal, A. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.11382248
Download the BibTex file here. Download the RIS file here.
Download the latest version of the IPBES data management policy on https://doi.org/10.5281/zenodo.3551078
The data and knowledge management policy serves to ensure that data and knowledge is managed correctly and consistently throughout IPBES, and is maintained to the highest possible standard. Specific objectives include the following:
To ensure that data and knowledge produced during IPBES research activities, within assessments as well as assessment overarching, follow the FAIR and CARE principles;
To ensure inclusivity and benefit sharing at all stages of the creation and distribution of IPBES products as well as access of all involved stakeholders and producers to the final IPBES products;
To provide a framework for all IPBES entities, including technical support units and experts, to fulfil their responsibilities with respect to management, handling, preservation, and distribution of data and knowledge and generated data within the platform;
To guide the experts to fulfil their responsibilities to develop one or more data and knowledge management reports which fulfil the requirements of this policy;
To provide a suggested workflow for long term storage and preservation of IPBES products to the experts;
To promote the usage of open-source software to enable users to recreate and use IPBES products without limitations
Open science: promotes the generation of knowledge through collaboration based on free and open access to knowledge, information, and data
Accessibility: the free and open access to its deliverables and to the material on which they are based
Inclusivity and benefit sharing: the co-operation in research and acceptance of the resulting products
Includes the full incorporation of indigenous and local knowledge throughout the policy
Includes the requirement that IPBES products follow the FAIR and CARE principles
Details specific provisions on reporting as well as accessibility, inclusivity, and benefit sharing
Contains inputs and feedback from all Task Forces in IPBES
Covers wide range of disciplines and different types of data
Defines responsibilities and roles
Includes commitment to support experts to follow the policy and to adopt their own data management reports
Promotes transparency and reproducibility
For any questions or comments, please contact the technical support unit on knowledge and data at aidin.niamir@senckenberg.de
Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI: https://doi.org/10.5281/zenodo.6522522
IPBES (2022). Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Balvanera, P., Pascual, U., Christie, M., Baptiste, B., and González-Jiménez, D. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.6522522
Download the BibTeX file here. Download the RIS file here.
Summary for Policymakers of the Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI: https://doi.org/10.5281/zenodo.6522392
IPBES (2022). Summary for Policymakers of the Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Pascual, U., Balvanera, P., Christie, M., Baptiste, B., González-Jiménez, D., Anderson, C. B., Athayde, S., Chaplin-Kramer, R., Jacobs, S., Kelemen, E., Kumar, R., Lazos, E., Martin, A., Mwampamba, T. H., Nakangu, B., O'Farrell, P., Raymond, C. M., Subramanian, S. M., Termansen, M., Van Noordwijk, M., and Vatn, A. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.6522392
Download the BibTeX file here. Download the RIS file here.
Chapter 1: The role of the values of nature and valuation for addressing the biodiversity crisis and navigating towards more just and sustainable futures DOI: https://doi.org/10.5281/zenodo.6418971
Balvanera, P., Pascual, U., Christie, M., Baptiste, B., Lliso, B., Monroy, A. S., Guibrunet, L., Anderson, C. B., Athayde, S., Barton, D. N., Chaplin-Kramer, R., Jacobs, S., Kelemen, E., Kumar, R., Lazos, E., Martin, A., Mwampamba, T. H., Nakangu, B., O'Farrell, P., Raymond, C. M., Subramanian, S. M., Termansen, M., Van Noordwijk, M., Vatn, A., Contreras, V., and González-Jiménez, D. (2022). Chapter 1: The role of the values of nature and valuation for addressing the biodiversity crisis and navigating towards more just and sustainable futures. In: Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Balvanera, P., Pascual, U., Michael, C., Baptiste, B., and González-Jiménez, D. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.6418971
Download the BibTeX file here. Download the RIS file here.
Chapter 2: Conceptualizing the diverse values of nature and their contributions to people DOI: https://doi.org/10.5281/zenodo.6493134
Anderson, C. B., Athayde, S., Raymond, C. M., Vatn, A., Arias, P., Gould, R. K., Kenter, J., Muraca, B., Sachdeva, S., Samakov, A., Zent, E., Lenzi, D., Murali, R., Amin, A., and Cantú-Fernández, M. (2022). Chapter 2: Conceptualizing the diverse values of nature and their contributions to people. In: Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Balvanera, P., Pascual, U., Christie, M., Baptiste, B., and González-Jiménez, D. (eds). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.6493134
Download the BibTeX file here. Download the RIS file here.
Chapter 3: The potential of valuation DOI: https://doi.org/10.5281/zenodo.6521298
Termansen, M., Jacobs, S., Mwampamba, T. H., Ahn, S., Castro, A., Dendoncker, N., Ghazi, H., Gundimeda, H., Huambachano, M., Lee, H., Mukherjee, N., Nemogá, G. R., Palomo, I., Pandit, R., Schaafsma, M., Ngouhouo, J., Choi, A., Filyushkina, A., Hernández-Blanco, M., Contreras, V., and González-Jiménez, D. (2022). Chapter 3: The potential of valuation. In: Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Balvanera, P., Pascual, U., Christie, M., Baptiste, B., and González-Jiménez D. (eds). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.6521298
Download the BibTeX file here. Download the RIS file here.
Chapter 4: Value expression in decision-making DOI: https://doi.org/10.5281/zenodo.6522261
Barton, D. N., Chaplin-Kramer, R., Lazos, E., Van Noordwijk, M., Engel, S., Girvan, A., Hahn, T., Leimona, B., Lele, S., Niamir, A., Özkaynak, B., Pawlowska-Mainville, A., Muradian, R., Ungar, P., Aydin, C., Iranah, P., Nelson, S., Cantú-Fernández, M., and González-Jiménez, D. (2022). Chapter 4: Value expression in decision-making. In: Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Balvanera, P., Pascual, U., Christie, M., Baptiste, B., and González-Jiménez, D. (eds). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.6522261
Download the BibTeX file here. Download the RIS file here.
Chapter 5: The role of diverse values of nature in visioning and transforming towards just and sustainable futures DOI: https://doi.org/10.5281/zenodo.6522326
Martin, A., O'Farrell, P., Kumar, R., Eser, U., Faith, D.P., Gomez-Baggethun, E., Harmackova, Z., Horcea-Milcu, A.I., Merçon, J., Quaas, M., Rode, J., Rozzi, R., Sitas, N., Yoshida, Y., Ochieng, T.N., Koessler, A.K., Lutti, N., Mannetti, L., and Arroyo-Robles, G. (2022). Chapter 5: The role of diverse values of nature in visioning and transforming towards just and sustainable futures. In: Methodological Assessment Report on the Diverse Values and Valuation of Nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Balvanera, P., Pascual, U., Michael, C., Baptiste, B., and González-Jiménez, D. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.6522326
Download the BibTeX file here. Download the RIS file here.
Chapter 6: Policy options and capacity development to operationalize the inclusion of diverse values of nature in decision-making DOI: https://doi.org/10.5281/zenodo.6522359
Kelemen, E., Subramanian, S., Nakangu, B., Islar, M., Kosmus, M., Nuesiri, E., Porter-Bolland, L., De Vos, A., Amaruzaman, S., Yiu, E., and Arroyo, G. (2022). Chapter 6: Policy options and capacity development to operationalize the inclusion of diverse values of nature in decision-making. In: Methodological assessment of the diverse values and valuation of nature of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Balvanera, P., Pascual, U., Michael, C., Baptiste, B., and González-Jiménez, D. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.6522359
Download the BibTeX file here. Download the RIS file here.
Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI: https://doi.org/10.5281/zenodo.6448567
IPBES (2022). Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Fromentin, J. M., Emery, M. R., Donaldson, J., Danner, M. C., Hallosserie, A., and Kieling, D. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.6448567
Download the BibTeX file here. Download the RIS file here.
Summary for Policymakers of the Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI: https://doi.org/10.5281/zenodo.6425599
IPBES (2022). Summary for Policymakers of the Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Fromentin, J. M., Emery, M. R., Donaldson, J., Danner, M. C., Hallosserie, A., Kieling, D., Balachander, G., Barron, E. S., Chaudhary, R. P., Gasalla, M., Halmy, M., Hicks, C., Park, M. S., Parlee, B., Rice, J., Ticktin, T., and Tittensor, D. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.6425599
Download the BibTeX file here. Download the RIS file here.
Chapter 1. Setting the scene DOI: https://doi.org/10.5281/zenodo.6425671
Fromentin, J. M., Emery, M. R., Donaldson, J., Hallosserie, A., Michaud-Lopez, C. E., Parma, A., St. Martin, K., and Stockland, H. (2022). Chapter 1: Setting the scene. In: Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Fromentin, J. M., Emery, M. R., Donaldson, J., Danner, M. C., Hallosserie, A., and Kieling, D. (eds.). IPBES Secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.6425671
Download the BibTeX file here. Download the RIS file here.
Chapter 2. Conceptualizing the sustainable use of wild species DOI: https://doi.org/10.5281/zenodo.6053970
Rice, J., Ticktin, T., Díaz -Reviriego, I., Furukawa, T., Gandiwa, E., Lavadinović, V., Margayan, L., Pascua, P., Sathyapalan, J. Akachuku, C., and Hallosserie, A. (2022). Chapter 2: Conceptualizing the sustainable use of wild species. In: Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Fromentin, J. M., Emery, M. R., Donaldson, J., Danner, M. C., Hallosserie, A., and Kieling, D. (eds.). IPBES Secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.6053970
Download the BibTeX file here. Download the RIS file here.
Chapter 3. Status of and trends in the use of wild species and its implications for wild species, the environment and people DOI: https://doi.org/10.5281/zenodo.6451322
Barron, E. S., Chaudhary, R. P., Carvalho Ribeiro, S., Gilman, E., Hess, J., Hilborn, R., Katz, E., Kigonya, R., Masski, H., Mesa Castellanos, L. I., Mograbi, P. J., Nayak, P. K., Queiroz, H., Sidorovich, A., Silvano, R. A. M., Zeng, Y, Djagoun, C., and Danner, M. C. (2022). Chapter 3: Status of and trends in the use of wild species and its implications for wild species, the environment and people. In: Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Fromentin, J. M., Emery, M. R., Donaldson, J., Danner, M. C., Hallosserie, A., and Kieling, D. (eds.). IPBES Secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.6451322
Download the BibTeX file here. Download the RIS file here.
Chapter 4. The drivers of the sustainable use of wild species DOI: https://doi.org/10.5281/zenodo.6451494
Balachander, G., Halmy, M. W. A., Parlee, B., Biggs, D., Chatakonda, M., Cisneros-Montemayor, A. M., Cormier-Salem, M-C., Dasgupta, R., Devkota, S., Diniz, J., Elfaki, A., Hiwasaki, L., Lichtenstein, G., Richter, A., Shah, M. A., Shanley, P., Shrestha, U. B., Lee, T. M., Bayarbaatar, B., and Kieling, D. (2022). Chapter 4: The drivers of the sustainable use of wild species. In: Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Fromentin, J. M., Emery, M. R., Donaldson, J., Danner, M. C., Hallosserie, A., and Kieling, D. (eds.). IPBES Secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.6451494
Download the BibTeX file here. Download the RIS file here.
Chapter 5. Future scenarios of sustainable use of wild species DOI: https://doi.org/10.5281/zenodo.6451922
Gasalla, M., Tittensor, D. P., Kok, K., Archer, E., Borokini, I., Halouani, G., Matias, D. M., Mbiba, M., Milner-Gulland, E. J., Pacheco, P., Fabricius, C., and Kieling, D. (2022). Chapter 5: Future scenarios of sustainable use of wild species. In Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Fromentin, J. M., Emery, M. R., Donaldson, J., Danner, M. C., Hallosserie, A., and Kieling, D. (eds.). IPBES Secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.6451922
Download the BibTeX file here. Download the RIS file here.
Chapter 6. Policy options for governing sustainable use of wild species DOI: https://doi.org/10.5281/zenodo.6452037
Park, M. S., Hicks, C. C., Wynberg R., Mosig Reidl, P., Dhyani S., Islas, C. A., Raab, K., Avila-Foucat, V. S., Parma, A., Kolding, J., Shkaruba, A., Skandrani, Z., and Danner, M. C. (2022). Chapter 6: Policy options for governing sustainable use of wild species. In Thematic Assessment Report on the Sustainable Use of Wild Species of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Fromentin, J. M., Emery, M. R., Donaldson, J., Danner, M. C., Hallosserie, A., and Kieling, D. (eds.). IPBES Secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.6452037
Download the BibTeX file here. Download the RIS file here.
Prepared by Renske Gudde (TSU for data and knowledge management)
Reviewed by Rainer M. Krug (Task force for data and knowledge management), Aidin Niamir (TSU for data and knowledge management), Tanara Renard Truong Van Nga and Ryoko Kawakami (TSU for the invasive alien species assessment)
For any inquiries please contact aidin.niamir@senckenberg.de Version 1.3 Last updated: 18 April 2024
This page is designed to help navigate through all the documents of the invasive alien species assessment, such as the data management reports, figures and all accompanying documents.
Summary for policymakers (SPM)
Almost all text on GitHub is processed through a markup language called Markdown. It is a way to style text on the web by controlling the display of the document, formatting words as bold or italic, adding images and creating lists. Mostly, Markdown is just regular text with a few non-alphabetic characters, such as # or *. More information on Markdown can be found here: .
Please fill in to request a repository to be created for you under the IPBES community.
It is possible to restrict access to a repository by choosing the visibility: public (accessible to everyone on the internet) or private (only accessible to you and people you explicitly share access with).
Good documentation is key to the success of any project. Making documentation accessible enables people to learn about a project; making it easy to update ensures that documentation stays relevant.
Two common ways to document a project are README files and wikis:
README files are a quick and simple way for other users to learn more about your work.
Project name: Your project’s name is the first thing people will see upon scrolling down to your README, and is included upon creation of your README file.
Description: A description of your project follows. A good description is clear, short, and to the point. Describe the importance of your project, and what it does.
Table of Contents: Optionally, include a table of contents in order to allow other people to quickly navigate especially long or detailed READMEs.
Installation: Installation is the next section in an effective README. Tell other users how to install your project locally, by listing each program, library and package, and also the exact versions of each of these that were used for the project. Optionally, include a gif to make the process even more clear for other people.
Usage: The next section is usage, in which you instruct other people on how to use your project after they’ve installed it. This would also be a good place to include screenshots of your project in action.
Contributing: Larger projects often have sections on contributing to their project, in which contribution instructions are outlined. Sometimes, this is a separate file. If you have specific contribution preferences, explain them so that other developers know how to best contribute to your work. To learn more about how to help others contribute, check out the guide for.
Credits: Include a section for credits in order to highlight and link to the authors of your project.
License: Finally, include a section for the license of your project. For more information on choosing a license, check out GitHub’s!
Wikis on GitHub help you present in-depth information about your project in a useful way.
It’s a good idea to at least have a README on your project, because it’s the first thing many people will read when they first find your work.
The technical support units will be required to clean references stored in Zotero periodically. Experts will only have read only access when this is taking place
Experts are strongly encouraged to import references into Zotero using the Zotero web tool or by importing .ris and .bib files. Dragging of PDF files is discourgaged
File sharing through Zotero is possible. Preference should be on grey literature. DOI of other files will suffice.
To export an entire library, right-click on it in the Zotero collections pane and choose “Export Library…”, or select “Export Library…” from the “File” menu. To export an individual collection, right-click on it and choose “Export Collection…”. To export specific items, select them in the items list, right-click, and choose “Export Items…”.
When sharing items with another Zotero user, select Zotero RDF with files and notes for the most complete transfer.
Deleting multiple attachments requires the creation of a "Saved Search". This can be used for deleting notes or PDFs or anything that meets a specified criteria.
Do an advanced search for "Attachment FIle Type --is --- PDF"
Create a saved search
Navigate to the saved search and select all (ctrl+a or cmd+a on a mac) and the right-click on "move items to trash".
The saved search will also contain the items to which the PDFs are attached, select all will only select the attachments.
Please use this workflow when the assessment has been approved and there will be no further changes to the references included in the text.
In the Zotero chapter library, select one entry that was used in the chapter and create a tag named "assessment-chapterX". It is recommended to have a unique tag for each chapter. This will allow the determination of where and how frequent citations are used.
The bottom left of your screen shows all the tags in your library. Right click on the "assessment-chapterX" tag you just created. Click "Assign color". A pop up window will appear, ensure that the position is selected as 1 and press "Set Color". Assign a color for each of the chapter tags you created in #2.
Next, under the results section, press the "Select in Zotero button". Here you will see in which libraries the references are located. Select the chapter library which contains the references
Click "open Zotero" in the pop up window. Zotero should now open with all the citations used selected
Press 1 (or the number corresponding to the position of the tag as set in #3) . Now all used citations used in the chapter document are tagged
Simply go through all the entries not tagged and delete them from the library. You will be left with only the tagged references that were used in the document
Remove all tags created by automatically and by experts. you should start by deleting tags that were automatically created.
Once you have finalized the clean up of the library you should change the library settings to limit modifications. The library "Group Type" should then be made public.
Zotero plugins:
Prepared by Maral Dadvar and Aidin Niamir
Contributors: Dave Thau, Benedict Omare and Renske Gudde
For any inquires please contact
Version: 04 Last Updated: September 23rd, 2024
DOI:
The ontology developed for representing intergovernmental reports and the broad topics and information that they cover.
The Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (IPBES) is the intergovernmental body which assesses the state of biodiversity and of the ecosystem services it provides to society, in response to requests from decision makers. To this end, it produces regular regional, national and global assessment reports in collaborations with many experts, scientists and politicians from a wide range of expertise, nationalities and backgrounds. To our knowledge, there is no existing ontology for representation of intergovernmental reports and the broad topics and information that they cover. To this end, we have created the IPBES ontology as the stepping stone for representing these types of data as LOD and make them accessible for further exploration.
This is the list of the namesspaces used in this ontology.
The classes and properties used in IPBES ontology are created on the fly based on the information that we encounter and the concepts that we aimed to represent. However, the usage of the properties is consistent and the coined URI’s are stable and unique. Currently our ontology consists of 6 classes, each representing a specific part of the data along with their corresponding attributes.
Zenodo () is a general-purpose free and open-access repository operated by the European Organization for Nuclear Research (CERN) and funded by the European Union. It allows researchers in any subject area to deposit data sets, research software, reports, and any other research related digital artifacts. The Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services is using Zenodo to share its products and to ensure:
open access to IPBES products
issuance of digital object identifiers (DOI) to enable citation of IPBES products.
availability of IPBES products in search functionality of CrossRef, DataCite, PubMed, RefBank, GNUB, Mendeley and Zotero.
Uploads (supporting material) must be material that have been prepared for Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (IPBES), and may include dialogue reports, reports and proceedings of workshops commissioned or supported by IPBES, software or databases that facilitate the preparation or use of IPBES reports, policy-relevant tools and methodologies that facilitate the preparation or use of IPBES reports; guidance materials that assist in the preparation of comprehensive and scientifically sound IPBES reports. Supporting materials are not accepted, approved or adopted by the IPBES Plenary.
Collection URL: links directly to your community collection.
Upload URL: address will automatically ensure people who use it will have their record added to your community collection
Harvesting URL: links to a OAI-PMH feed, which can be used by other digital repositories to harvest this community
A persistent Digital Object Identifier (DOI) is assigned for each upload to Zenodo, which makes files citable, trackable and findable. It is possible to reserve a DOI. If a DOI is not reserved, one will automatically be assigned when the expert is submitting the file.
Metadata of each record is sent to DataCite servers during DOI registration and indexed there.
Data and metadata will be retained for the lifetime of the repository, which is as long as CERN exists.
Zenodo accepts large file sizes, up to 50 GB. There is no limit on the number of files, so if you require more space, you can add more files.
Zenodo keeps automatic track of the versioning of your files. Each file gets 2 DOIs automatically, one for the specific file, and one for the project. If you search for the DOI of the project, you will automatically be forwarded to the latest version of the file. This makes it easier to keep track of your different files and of the workflow.
Integration with GitHub; you can easily set up a connection between Zenodo and GitHub. The instructions can be found in , DOI: 10.5281/zenodo.6834336)
All data and metadata uploaded is traceable to a registered Zenodo user.
Metadata means ”data about data”. Metadata provide the context and information required to interpret and understand the data.
Structural metadata: e.g. the file and directory structure, record trail of steps taken during collection and analysis, information about data formats. The related sections in Zenodo are Files, Communities and Upload type
Descriptive metadata: the context and information about the data, e.g. the name of dataset, research discipline, persistent identifier, the time and place of collection and publishing of the dataset, authorship and ownership, content description (keywords, variables, etc.). The related sections in Zenodo are Basic information, Related/alternate identifiers, Contributors, References, Journal, Conference, Book/Report/Chapter, Thesis, and Subjects.
Administrative metadata: e.g. licenses, access rights and funding.
Zenodo supports various data and license types.
Create a Zenodo account
An administrator will review the upload request and add approve it if conditions are met
A minimum of 1 file is required. The maximum file(s) size per dataset is 50 GB. You can contact Zenodo if you have a larger dataset.
Search for IPBES secretariat
Some guidance is needed on what to select
Publication
Annotation collection
Book
Book section
Conference paper
Data management plan
Journal article
Patent
Preprint
Project deliverable
Project milestone
Proposal
Report
Software documentation
Taxonomic treatment
Technical note
Thesis
Working paper
Other
Poster
Presentation
Dataset
Image
Video/Audio
Software
Lesson
Other
Digital Object Identifier: To be assigned by Zenodo. It is possible to Reserve a DOI
Publication data
Title
Authors:
requires First name, last name of author abd affiliation
ORCID ID should be provided whenever possible. All authors should be encouraged to create ORCID IDs
Description
Version
Language
Keywords
Deliverables
Africa Assessment
Asia and the Pacific Assessment
Biodiversity and climate change
Business and biodiversity assessment
Capacity building
Europe and Central Asia Assessment
Guide on the production of assessments
Indigenous and local knowledge
Invasive alien species assessment
Knowledge and data
Land Degradation and Restoration Assessment
Nexus assessment
Pollination Assessment
Scenarios and Models Assessment
Sustainable use of wild species assessment
Transformative change assessment
Values assessment
Document type
Full assessment report
Summary for Policymakers
Supplementation material
Policy
Descriptive term
Data policy
Additional notes
Open access
Embargoed access
Restricted access: If you select this you will need to specify the conditions under which you grant users access to the files in your upload. User requesting access will be asked to justify how they fulfil the conditions. Based on the justification, you decide who to grant/deny access. You are not allowed to charge users for granting access to data hosted on Zenodo.
Closed access
Creative Commons Attribution 4.0 International
Creative Commons Attribution 1.0 Generic
Creative Commons Attribution 2.0 Generic
Creative Commons Attribution 3.0 Unported
Specify grants which have funded your research,
Specify identifiers of related publications and datasets. Supported identifiers include: DOI, Handle, ARK, PURL, ISSN, ISBN, PubMed ID, PubMed Central ID, ADS Bibliographic Code, arXiv, Life Science Identifiers (LSID), EAN-13, ISTC, URNs and URLs.
You have the following options to show the relationship of the upload to the related/alternate identifiers:
cites this upload
is cited by this upload
is supplemented by this upload
is a supplement to this upload
is referenced by this upload
references this upload
is previous version of this upload
is new version of this upload
continues this upload
has this upload as part
is part of this upload
reviews this upload
is reviewed by this upload
documents this upload
is documented by this upload
is compiled/created by this upload
compiled/created this upload
is the source this upload is derived from
has this upload as its source
is identical to this upload
is an alternate identifier to this upload
Last name, First name of author
Affiliation
ORCID ID. Should be provided whenever possible. All authors should be encouraged to create ORCID IDs
Role: Contact person, data collector, data curator, data manager, distributor, Editor, hosting institution, other, producer, project leader, project manager, project member, registration agency, registration authority, related person, research group, researcher, rights holder, sponsor, supervisor, work package leader
e.g. Cranmer, Kyle et al. (2014). Decouple software associated to arXiv:1401.0080
Journal title
Volume
Issue
Pages
Conference title
Acronym
Dates
Place
Website
Session
Part
For parts of books and reports
Publisher
Place (city, country)
ISBN
Book title
Pages
Awarding university
Supervisors
Specify subjects from a taxonomy or controlled vocabulary. Each term must be uniquely identified (e.g. a URL). For free form text, use the keywords field in basic information section.
Do you need support with Zenodo?
Write to support.ipbes@ipbes.net
These assessment directories have been propared by the technical support unit for data, and reviewed by the task force on knowledge and data and the technical support unit for invasive alien species.
The publicly available libraries for approved IPBES assessments and the IPBES ILK library can be found can be found .
All source files are also available on our . For any questions, feedback, or suggestions for future guidelines, contact .
Zotero is, at the most basic level, a reference manager. It is designed to store, manage, and cite bibliographic references, such as books and articles. In Zotero, each of these references constitutes an item. More broadly, Zotero is a powerful tool for collecting and organizing research information and sources.
IPBES has adopted Zotero so all experts must use Zotero:
To manage references
To add in-text citations as they write in word processors e.g. MS Word and Google Docs
To use Zotero and its functions and make importing items easy, you need to install:
The Zotero desktop app
The Zotero Connector for Chrome or Firefox – note that some experts have reported issues with Zotero on Safari.
Zotero should operate the same whether you are using Windows or macOS, although there may be slight differences in how the desktop app appears and how certain functions are accessed. Thus, the Zotero screenshots below may look slightly different from how the Zotero desktop app appears on a user’s screen. One difference is how to access the Zotero Preferences window to change or customize settings in the Zotero desktop app:
Windows, upper left corner: Click Edit > Preferences > Sync tab
macOS, upper left corner: Click Zotero > Preferences > Sync tab
Zotero can be opened from your operating system's dock or file manager like any other program
Click “Log in” in the upper right corner and then “Register for a free account” (in blue font above the login fields)
You can update your email address and personal information once you are logged in.
During the development of an assessment, private groups will be created at the assessment or chapter level depending on the needs of the assessment. Private groups means that only experts who are invited to the group will be able to see the group’s page. The private groups are completely hidden from group searches. They are not shown on members’ public profile pages and will not appear in search engine results. File sharing will be made available to allow group members to access and share files in addition to references. Invitations to the groups are managed by the assessment technical support unit.
Relevant Zotero documentation: https://www.zotero.org/support/collections_and_tags
Zotero refers to a reference as an item; for example, when you add a reference to a Zotero library, you are an adding an item to that library.
Collection: A group or subgroup within a library that allows for hierarchical organization; a collection is like a folder on a computer and is represented by a folder icon. The same item can belong to multiple collections. An item can be imported directly into a collection or imported to the library and then added to a collection. Note that collections are not portable when copying items between different libraries. Collections are used to organize items belonging to a Zotero library.
Due to how Zotero permissions work, everyone has access to all the chapter collections. Please only work within your own chapter collection (and subcollections if applicable) and do not add or delete items from other chapters’ collections or subcollections
A tag is like hashtag or keyword and is used for more detailed characterization of an item than simply placing an item in a collection or subcollection. The number of tags that can be assigned to an item is unlimited. A library or collection can be filtered by a tag or a set of tags to show the items that have been assigned the selected tag(s). Note that tags are portable; if you copy an item from one library to another the item’s tag(s) will transfer along with the item.
Libraries, collections, subcollections, duplicates
Tags are displayed in the lower left corner
Items are displayed in the center panel:
Standard columns for the center panel are Title, Creator (i.e., the author of the reference), and attachment (paper clip icon)
To sort the center panel view: Click on the column heading to sort by that heading; for example, if you click on the “Title” column header, items will be arranged alphabetically by title; clicking the “Title” header again will sort the items in reverse alphabetical order
You can add additional columns to the center panel view by right clicking one of the column headers and selecting additional headers from the popup list; for example, you may wish to have a column for “Year” which displays the year the refence was published
Information for a given item is displayed in the right panel when you click on an item in the center panel.
Make sure you are sign in with the same email address that has been invited to an assessments library.
You need to be signed in on the Zotero client
Consider syncing only the libraries you use. This will minimize bandwidth requirements and improve the fludity of your work.
Go to preferences
Windows, upper left corner: Click Edit > Preferences > Sync tab
macOS, upper left corner: Click Zotero > Preferences > Sync tab
Click on Sync
Click on choose libraries
In addition to setting your library sync preferences, you should also configure preferences for file syncing. It is recommended to set the downloads to "as needed" as shown in the image below.
Open Zotero preferences and click on the General tab (gear icon):
Windows, upper left corner: Click Edit > Preferences > Sync tab
macOS, upper left corner: Click Zotero > Preferences > Sync tab
Under Miscellaneous, uncheck the box for “Automatically tag items with keywords and subject headings” (Figure 4)
The Zotero Connector is a very useful tool for adding items to Zotero as it allows you to import items directly into Zotero with one click while browsing the web.
Zotero recommends adding items via a web browser rather than adding them manually. When adding an item from the web, Zotero automatically extracts the item’s metadata and downloads the PDF if available. This reduces errors in the item information.
Make sure you installed the Zotero Connector
Make sure the Zotero desktop app is open
Complete your browser search for an item (i.e. reference)
When you find an item you want to add to your chapter collection, click on the link for the item to go to the item’s webpage – for example, if you search for a journal article, click on the link that takes you to the journal’s page for the article
Click the Zotero save button in the upper right corner of the browser screen, to the right of the address bar
The Zotero save button resemble different icon forms depending on the type of item the current webpage is displaying – for example, the save icon for a journal article is a lined sheet of paper and the save icon for a book is a blue book
A webpage can be saved even if Zotero does not recognize the information on it – the save icon will be a gray webpage
After you click the save button, a popup window will appear showing which Zotero collection the item is being saved to
Make sure you are saving to your chapter collection or a subcollection for your chapter within the Nexus Assessment library
If you want to save the item to a different collection or subcollection than the current selection, you can change the selection in the popup window (Figure 13)
Once you have the document open the Word desktop app, do the following to add a citation:
Open Zotero desktop app if it is not open already
In the Word document, place the cursor where you want to add the citation
Click on the Zotero tab in the ribbon at the top of the document
Click the “Add/Edit Citation” button in the Zotero ribbon
The first time you click the “Add/Edit Citation” button, the Zotero – Document Preferences window will pop-up; select the following options:
American Psychological Association (APA) 7th edition
Language: English (UK)
For Store Citations As, select Fields
You can select Automatically update citations; if you find that this slows down the citation process, you can deselect this option and click “Refresh” in the Zotero ribbon to manually update the citations
Click “OK”
You can also set the citation style and language in the Preferences window
To set the citation style, open the Preferences window > Cite tab > Styles tab > select American Psychological Association (APA) 7th edition
To set the language, open the Preferences window > Advance tab > select English (UK) in the Language field
For more information about tags, please see here: https://www.zotero.org/support/collections_and_tags
Tags for the library or collection currently displayed in the Zotero center pane are shown in the tag selector box in the lower left corner of the page (see Figure 3).
You can search the library’s tags by typing in the field at the bottom of the tag selector box. To return to seeing all tags in the library or collection, click the “X” to the right of the search field.
Note that some items may have tags automatically added upon import into Zotero. After you add an item to your chapter collection or subcollection, you can add tags to an item.
Click on the item in the center panel– a panel to the right will display the bibliographic information under the “Info” tab
Click the “Tags” tab in the right-hand panel – any tags currently applied to the item will be displayed
Click the “Add” button
Start typing the tag name in the field that appears – as you type, a list of matching existing tags will be displayed
Continue typing your own tag – press the Enter/Return key to apply the tag or select an existing tag from the list and press the Enter/Return key
Click on the item in the center panel– a panel to the right will display the bibliographic information under the “Info” tab
Click the “Tags” tab in the right-hand panel – any tags currently applied to the item will be displayed
Click the minus sign button (“-“) next to the tag you want to remove
To filter items in the current display by tag, click on the tag or tags you would like to filter by. The center pane will then display the times that the selected tag(s) apply to; in the tag selector box, tags not selected will be greyed out. Click on a tag again to deselect and remove the filter. To deselect all tags, click on the arrow next to the multi-colored squares at the bottom right of the tag selector box and then click “Deselect All” from the menu that appears.
In Zotero click "Tools" in the top menu bar and then click "Add-ons"
Go to the Extensions page and then click the gear icon in the top right.
Select Install Add-on from file.
Browse to where you downloaded the .xpi file and select it.
Restart Zotero, by clicking "restart now" in the extensions list where the plugin is now listed.
Once you have the plugin installed simply, right click any item in your collections to add/remove tags in batches
For more information about duplicate items, please see here: https://www.zotero.org/support/duplicate_detection
Given the number of nexus assessment authors, it is inevitable that the same item will be added to the same collection more than once or to multiple collections (i.e., multiple Zotero chapter folders). Thus, there will be duplicate items in the group library and possibly in a given collection or subcollection.
Click on the “Duplicate Items” collection in the left-hand panel under the Nexus Assessment library. The items Zotero thinks are duplicates will be displayed in the center panel. You may find it helpful to then sort the items by title. Note that Zotero finds duplicates within a library, not a collection.
If you decide to detect duplicates, always MERGE duplicates (see below) rather than deleting them. Merging retains all of the collections and tags associated with an item. Please do not delete a duplicate – this removes the item and its information and you may end up removing an item or an item’s information from a chapter other than your own.
To merge items in the “Duplicate Items” collection:
Select an item in the center pane
Zotero automatically co-selects the other items that it thinks are duplicates – all of the duplicates for the selected item will be highlighted in light blue
In the right pane, click the “Merge Items” button
If the information fields for the item do not match completely across the duplicates, you can:
Select one item to be the master item from the list at the top of the right pane
Select the version of mismatched fields to include using the icons to the right of each field
It is important to retain citation links in the final versions of documents.
Authors have different preferences for their choice in word processors. Many experts prefer to use Google Docs because it facilitates online collaboration and it is easy to use. The drafts and and final documents are however, reviewed in MS Word so it is important to convert documents between different processors carefully to retain citation links.
If you use the Zotero word processor plugin to add citations to your document and then open the document in another word processor, the Zotero citation links will be lost. To retain active Zotero citations when moving between programs, you can use the plugin to convert the document to a temporary format that can be safely transferred and then restore it in another supported word processor.
In Word, use File → Save As… to create a copy of the document as a .docx with a new filename (e.g., “My Document - Transfer.docx”).
Click Document Preferences in the Zotero plugin and select “Switch to a Different Word Processor…”.
After the document has been converted, save the changes (File → Save).
Use File → Open… from within a Google Doc to upload the file.
Select Refresh from the Zotero menu in the opened Google Doc to continue using the document.
In the Google Doc, use File → Make a Copy… to create a copy of the document.
In the new document, select “Switch word processors…” from the Zotero menu.
Select File → Download as → Microsoft Word (.docx) and save the converted file.
Open the downloaded file in Word and click Refresh in the Zotero plugin to continue using the document.
To create a reference list based on the citations added to the document:
Place the cursor where you want to add the reference list
Click on the Zotero tab in the ribbon at the top of the document
Click the “Add/Edit Bibliography” button in the Zotero ribbon
The reference list is automatically added to the document
Some common issues when initially using Zotero:
Make sure you are logged in with the same email address that received the invitation to join a group.
There is no Zotero tab in the Microsoft Word ribbon
The Zotero Desktop Client is not open
The Zotero desktop app is not open – open the desktop app
There is a slight lag in the communication between Word and Zotero – try again
There is a Zotero open citation dialog box – try minimizing any open windows or applications to see if there is an open dialog box; if so, close the box
The Zotero Forums are searchable and can be very helpful if you have a unique or strange issue that cannot be resolved by the more common troubleshooting options.
Please contact the assessment technical support unit if you have questions regarding getting files into the assessment/chapter library, organizing the assessment/chapter Library and taking notes, generating bibliographies,citations, and reports.
More information here:
If you have any inquiries or suggestions, please feel free to contact us at
Archive the entire library before you start making any changes. Refer to instructions above on ""
Now, go to this website: . Select "Choose File" and navigate to the chapter file, and click open
Search for DOI:
Parse references from CSV:
Search for DOI from citations:
Namespace prefix | Namespace URI |
---|
Classes |
---|
Class |
---|
Properties |
---|
Class |
---|
Properties |
---|
Class |
---|
Properties |
---|
Class |
---|
Properties |
---|
Class |
---|
Properties |
---|
Class |
---|
Properties |
---|
Class |
---|
Properties |
---|
Class |
---|
Properties |
---|
Class |
---|
Properties |
---|
Class |
---|
Properties |
---|
Submissions can be open or restricted as in the case of anonymized sensitive data. Refer to the section on .
Upload data to the Zenodo community through the . Detailed instructions are available below
Go to
In the, click on the American Psychological Association 7th edition. If it is not in the list of styles, click the 'Get additional styles' button, then find the “American Psychological Association 7th edition” style and click ok.
Zotero can using their an ISBN number, Digital Object Identifier (DOI), or PubMed ID. This is done by clicking the Add Item by Identifier button () in the Zotero toolbar, typing in the ID number, and clicking OK. You can even paste or enter (press Shift+Enter for a larger box) a list of such identifiers at once
Items can be by clicking the green New Item () button in the Zotero toolbar, then selecting the appropriate item type. Metadata can then be added by hand in the right-hand pane. Apart from the versatility this provides, it is important for adding primary documents.
Zotero uses Citation Style Language (CSL) to properly format citations in many different bibliographic . IPBES has adopted the American Psychological Association 7th edition style. To use this style:
You will need the Zotero Tag plug in for this ()
Download the latest release (.xpi file) from the Note If you're using Firefox as your browser, right click the xpi and select "Save As.."
For more information please refer to
List of Zotero documentation:
Help and troubleshooting:
Frequently Asked Questions:
Knowledge base:
Zotero Forums:
skos:prefLabel | The label that is preferred to be used for a chapter, sub-chapter, report or person |
Skos:altLabel | Alternative writing format or language of the preferred label |
ipbes:year | The publication year |
ipbes:hasDoi | The DOI number |
skos:prefLabel | The label that is preferred to be used for a chapter, sub-chapter, report or person |
ipbes:Report | Link to the class Report of the chapter |
ipbes:hasDoi | The DOI number |
ipbes:identifier | The identifier of the chapter or sub-chapter or key message in the report |
foaf.Person | The list of persons who have a role in this chapter |
ipbes:identifier | The identifier of the chapter or sub-chapter or key message in the report |
ipbes:Chapter | Link to the class Chapter of the sub-chapter |
ipbes:Report | Link to the class Report of the sub-chapter |
ipbes:KeyMessage | Link to the class KeyMessage for which the sub-chapter has been referred to |
ipbes:Reference | Link to the class reference for the citations used in each subchapter |
skos:prefLabel | The label that is preferred to be used for a chapter, sub-chapter , report or person |
ipbes:hasDescription | The text that further describes the content |
ipbes:BackgroundMessage | Link to the class BackgroundMessage in which the key message has been referred to |
ipbes:identifier | The identifier of the chapter or sub-chapter or key message in the report |
ipbes:Report | Link to the class Report of the key message |
skos:prefLabel | The label that is preferred to be used for a chapter, sub-chapter, report or person |
ipbes:hasDescription | The text that further describes the content |
ipbes:Illustration | Link to the class Illustration. Used for mentioned tables, figures or boxes in the sub-message |
ipbes:hasEstablishedIncomplete | Level of confidence |
ipbes:hasWellestablished | Level of confidence |
ipbes:hasUnresolved | Level of confidence |
ipbes:hasInconclusive | Level of confidence |
ipbes:SubMessage | Link to the sub-messages used in each background message |
ipbes:identifier | The identifier of the chapter or sub-chapter or key message in the report |
ipbes:Report | Link to the class Report of the key message |
skos:prefLabel | The label that is preferred to be used for a chapter, sub-chapter, report or person |
ipbes:hasDescription | The text that further describes the content |
ipbes:Illustration | Link to the class Illustration. Used for mentioned tables, figures or boxes in the sub-message |
ipbes:hasEstablishedIncomplete | Level of confidence |
ipbes:hasWellestablished | Level of confidence |
ipbes:hasUnresolved | Level of confidence |
ipbes:hasInconclusive | Level of confidence |
ipbes:identifier | The identifier of the chapter or sub-chapter or key message in the report |
ipbes:hasDescription | The text that further describes the content |
ipbes:SubChapter | Link to class SubChapter. Use for subchapters mentioned in the sub-message. |
ipbes:Illustration | Link to the class Illustration. Used for mentioned tables, figures or boxes in the sub-message |
ipbes:hasEstablishedIncomplete | Level of confidence |
ipbes:hasWellestablished | Level of confidence |
ipbes:hasUnresolved | Level of confidence |
ipbes:hasInconclusive | Level of confidence |
ipbes:identifier | The identifier of the chapter or sub-chapter or key message in the report |
skos:prefLabel | The label that is preferred to be used for a chapter, sub-chapter, report or person |
ipbes:hasDescription | The text that further describes the content |
ipbes:hasDoi | The DOI number |
owl:sameAs | Link to other resources such as the zotero repository of the reference |
ipbes:Chapter | Link to the class Chapter in which the reference has been used |
ipbes:Report | Link to the class Report |
ipbes:SubChapter | Link to the class SubChapter in which the reference has been used |
owl:sameAs | Link to other resources such as the zotero repository of the reference |
ipbes:hasDescription | The text that further describes the content |
ipbes:hasDoi | The DOI number |
ipbes:Report | Link to the class Report |
ipbes:SubChapter | Link to the class SubChapter in which the knowledge gap was used |
ipbes:hasDescription | The text that further describes each knowledge gap that is related to the subchapters mentioned in the text |
ipbes:identifier | The identifier of the sub-chapter or illustration mentioned in description |
foaf:firstName | First name of the person |
foaf:lastName | Family name of the person |
ipbes:Chapter | Link to the class Chapter in which the person has a role |
ipbes:Report | Link to the class Report |
skos:prefLabel | The label that is preferred to be used for a chapter, sub-chapter, report or person |
owl:sameAs | Link to other resources about the person, such as ORCID |
ipbes:country | Country of residence of the person |
ipbes:ca | Contributing authors in the stated chapter and report |
ipbes:cl | Coordinating lead authors in the stated chapter and report |
ipbes:fl | Fellows in the stated chapter and report |
ipbes:cs | Co-chairs in the stated chapter and report |
ipbes:la | Lead authors in the stated chapter and report |
ipbes:re | Review editors in the stated chapter and report |
Slack is a messaging app for business that connects people to the information they need. By bringing people together to work as one unified team, Slack transforms how organizations communicate.
From your desktop, visit https://slack.com/signin.
Enter your email address (we suggest using your work email address). Then click Continue.
Check your email for a confirmation code from Slack and enter it.
Below Accept an invitation, click Join next to the workspace you'd like to join.
To join a workspace you've been invited to, you'll need to accept the invitation and set up a Slack account for that workspace:
Check your inbox for an email invitation from Slack.
Click Join Now.
Enter your full name and a password, then click Create Account.
Download the Slack app for iOS.
Check your mobile inbox for an email invitation from Slack.
Tap Join Now.
Enter your full name and password, then tap Next.
Download the Slack app for Android.
Check your mobile inbox for an email invitation from Slack.
Tap Join Now.
Enter your full name and tap Next.
Create a password and tap Next.
This initiative targets experts living and/or working in low- and middle-income countries. Research4Life is designed to enhance the scholarship, teaching, research and policymaking of students, faculty, scientists, and specialists. It is a private-public partnership set up by the World Health Organization (WHO), Food and Agriculture Organization of the United Nations (FAO), United Nations Environment Programme (UNEP), World Intellectual Property Organization (WIPO), International Labour Organization (ILO), Cornell and Yale Universities and the International Association of Scientific, Technical and Medical Publishers.
Currently the partnership has five programmes providing contents in the fields of health, legal information, agriculture, environment, applied sciences and other social science related disciplines: Hinari Access to Research for Health (Hinari), Access to Global Online Research in Agriculture (AGORA), Access to Research in the Environment (OARE), Global Online Access to Legal Information (GOALI) and Access to Research for Development and Innovation (ARDI)
Universities and colleges, research institutes, professional schools, agriculture extension centres, government offices, local non-governmental organizations (NGOs), hospitals and national libraries in eligible countries can benefit from this service. A list of eligible countries is available on https://www.research4life.org/access/eligibility/
Local offices of international organizations are not eligible.
Individual membership is not allowed.
Check for eligibility of your institution here https://www.research4life.org/access/eligibility/
Carefully review the Research4Life registration guide here http://www.research4life.org/howtoregister2/
Complete the online form available at https://registration.research4life.org/register/default.aspx (Only one registration is required per institution)
No. Research4Life will independently review the applications and determine eligibility for access. Once approved, institutions in Group A countries will be granted free access. Group B countries will be granted low-cost access. The latter will be granted a 6-month free trial period and will thereafter be required to pay USD 1500 per annum.
There are many different repositories used to search for papers directly. A short list of the most well-known ones can be found here, with urls so that these websites can be accessed directly.
Searching for articles through Google Scholar will find them in well-indexed repositories. The repository versions are usually those deposited by the authors and may include versions prior to peer review. More information on Google Scholar & article searches.
Data from the Unpaywall (https://unpaywall.org/) database of open access journals and repositories is integrated into the MIT Libraries catalog (), which means an open accessversion of an article will appear as an option in search results if one is available.
You can find open access articles through browser extensions. These tools find legally available manuscript versions as well as final published articles when the journal allows it or the journal is open access.
Enter an article’s URL, DOI, title, or other information on the OA Button website to find free, legal, open access versions. Or install the Chrome or Firefox extension, then click on it from a paywalled article to initiate a search for an open version and, when available, instantly get free access. When free access is not found, the service can contact the author directly to help them make the article available.
Directly search an open, legal database of millions of open access scholarly articles. Or install the Chrome or Firefox extension to connect to open access versions of paywalled articles. Unpaywall data is integrated into the MIT Libraries catalog, as well as Web of Science.
https://libraries.mit.edu/scholarly/publishing/find-oa-articles/
OneDrive for Business is your private space and a great place to save your work. OneDrive is for documents you don’t plan to share with many colleagues, like draft documents or personal documents that others don’t need to see. It’s also a good choice for ad-hoc collaboration with a limited scope of colleagues or for documents with a brief lifecycle.
It might be tempting to save all your documents to OneDrive since it’s easy and convenient. However, you need to think about the content that you have there and consider the implications. If a document is a collaborative effort related to a project or needs to be preserved as part of the Organization’s records, Unite Docs would be a better choice.
Store your unclassified* work files on the Office 365 cloud
Sync with your computer to work offline
Sync with your mobile devices for access anywhere
Share files and send links via email
Simultaneously edit or co-author documents online
Automatic versions saved
Annotate PDF files directly in the mobile app
Files are accessible anywhere on any device
Files are protected from hard drive failure and accidental data loss
Sharing files reduces the number of attachments sent by email
Edit or co-author documents can be simultaneously which eliminates the need to consolidate changes from various collaborators (everyone works on the same document)
Difference between OneDrive for Business and SharePoint Online Site
The main difference: OneDrive is your personal drive vs SharePoint Online Site is a department content space. The good news - both applications function very similarly regarding document management.
A cloud-based service used to store, organize, share, and access information from any device. There are two types of SharePoint site templates: Team site for collaboration and Communication site for
SharePoint Online is a web-based platform designed to enhance collaboration through cloud storage, content management and data sharing. It allows users to access internal sites, documents, and other information from anywhere on the web.
It is different from OneDrive – your personal space. SharePoint Online sites are created to store files and folders that you want to share with colleagues within the Organization. To improve teamwork with colleagues, you can also customize your SharePoint sites by setting up document libraries, resource lists, team calendars as well as news sections.
Access and edit Office 365 files such as Word, Excel, PowerPoint, and OneNote from anywhere
Collaborate with colleagues more effectively and stay connected through the entire project life cycle more easily
Store and access files from one location, ensuring you and colleagues have the latest updates
Files are accessible from anywhere on any connected device
Seamless integration with Microsoft Office allows document editing on the browser
Allows for concurrent document collaboration among colleagues
Provides ability to track, view and roll back to a document’s previous version
Search option available throughout the site and results are organized into sites, files, and people
Provides option to customize your own SharePoint Online space
Provides business owners with ability to maintain roles and access for secure collaboration
Microsoft Teams is primarily a chat-based workspace that enables real-time collaboration and communication among team members. It provides a platform for chat-based discussions, file sharing, video and audio conferencing, and integration with other Microsoft 365 apps.
While SharePoint Online is a web-based collaboration and document management platform that allows teams to create, share, and manage content such as files, documents, and lists. SharePoint provides a central location where teams can collaborate, store and organize content, manage workflows, and create custom applications.
While Teams and SharePoint Online can collaborate on projects and documents, they serve different purposes. Teams is ideal for real-time collaboration and communication, while SharePoint Online is better suited for document management and sharing. In fact, Teams provides a SharePoint site for each team to use as a shared file storage location.
In summary, Teams is a chat-based collaboration tool designed for real-time communication, while SharePoint Online is a document management and content collaboration platform designed for file storage and document sharing., and
Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI: https://doi.org/10.5281/zenodo.3831673
IPBES (2019). Global assessment report on biodiversity and ecosystem services of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 1-1082). Brondízio, E. S., Settele, J., Díaz, S., and Ngo, H. T. (eds). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.3831673
Download the BibTeX file here. Download the RIS file here.
Summary for policymakers of the global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI: https://doi.org/10.5281/zenodo.3553458
IPBES (2019). Summary for policymakers of the global assessment report on biodiversity and ecosystem services of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. XIV-LXI). Díaz, S., Settele, J., Brondízio, E. S., Ngo, H. T., Guèze, M., Agard, J., Arneth, A., Balvanera, P., Brauman, K. A., Butchart, S. H. M., Chan, K. M. A., Garibaldi, L. A., Ichii, K., Liu, J., Subramanian, S. M., Midgley, G. F., Miloslavich, P., Molnár, Z., Obura, D., Pfaff, A., Polasky, S., Purvis, A., Razzaque, J., Reyers, B., Roy Chowdhury, R., Shin, Y. J., Visseren-Hamakers, I. J., Willis, K. J., and Zayas C.N. (eds.). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.3553458
Download the BibTeX file here. Download the RIS file here.
Chapter 1: Assessing a planet in transformation: Rationale and approach of the IPBES Global Assessment on Biodiversity and Ecosystem Service DOI: https://doi.org/10.5281/zenodo.3831852
Brondízio, E. S., Díaz, S., Settele, J., Ngo, H. T., Guèze, M., Aumeeruddy-Thomas, Y., Bai, X., Geschke, A., Molnár, Z., Niamir, A., Pascual, U., Simcock, A., and Jaureguiberry, P. (2019). Chapter 1: Assessing a planet in transformation: Rationale and approach of the IPBES Global Assessment on Biodiversity and Ecosystem Service. In: Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 1-48). Brondízio, E. S., Settele, J., Díaz, S., and Ngo, H. T. (eds). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.3831852
Download the BibTeX file here. Download the RIS file here.
Chapter 2.1. Status and Trends – Drivers of Change DOI: https://doi.org/10.5281/zenodo.3831881
Balvanera, P., Pfaff, A., Viña, A., García-Frapolli, E., Merino, L., Minang, P. A., Nagabhatla, N., Hussain, S. A., and Sidorovich, A. A. (2019) Chapter 2.1. Status and Trends – Drivers of Change. In: Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 49-200). Brondízio, E. S., Settele, J., Díaz, S., and Ngo, H. T. (eds). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.3831881
Download the BibTeX file here. Download the RIS file here.
Chapter 2.2. Status and Trends – Nature DOI: https://doi.org/10.5281/zenodo.3832005
Purvis, A., Molnar, Z., Obura, D., Ichii, K., Willis, K., Chettri, N., Dulloo, E., Hendry, A., Gabrielyan, B., Gutt, J., Jacob, U., Keskin, E., Niamir, A., Öztürk, B., Salimov, R., and Jaureguiberry, P. (2019). Chapter 2.2. Status and Trends – Nature. In: Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 201-308). Brondízio, E. S., Settele, J., Díaz, S., and Ngo, H. T. (eds). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.3832005
Download the BibTeX file here. Download the RIS file here.
Chapter 2.3. Status and Trends – Nature’s Contributions to People (NCP) DOI: https://doi.org/10.5281/zenodo.3832035
Brauman, K. A., Garibaldi, L. A., Polasky, S., Zayas, C., Aumeeruddy-Thomas, Y., Brancalion, P., DeClerck, F., Mastrangelo, M., Nkongolo, N., Palang, H., Shannon, L., Shrestha, U. B., and Verma, M. (2019). Chapter 2.3. Status and Trends – Nature’s Contributions to People (NCP). In: Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 309-384). Brondízio, E. S., Settele, J., Díaz, S., Ngo, and H. T. (eds). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.3832035
Download the BibTeX file here. Download the RIS file here.
Chapter 3. Assessing progress towards meeting major international objectives related to nature and nature's contributions to people DOI: https://doi.org/10.5281/zenodo.3832052
Butchart, S. H. M., Miloslavich, P., Reyers, B., Subramanian, S. M., Adams, C., Bennett, E., Czúcz, B., Galetto, L., Galvin, K., Reyes-García, V., Gerber, L. R., Bekele, T., Jetz, W., Kosamu, I. B. M. K., Palomo, M. G., Panahi, M., Selig, E. R., Singh, G. S., Tarkhnishvili, D., Xu, H., Lynch, A. J., Mwampamba, T. H., and Samakov, A. (2019). Chapter 3. Assessing progress towards meeting major international objectives related to nature and nature’s contributions to people. In: Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 385-598). Brondízio, E. S., Settele, J., Díaz, S., and Ngo, H. T. (eds). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.3832052
Download the BibTeX file here. Download the RIS file here.
Chapter 4: Plausible futures of nature, its contributions to people and their good quality of life DOI: https://doi.org/10.5281/zenodo.3832073
Shin, Y. J., Arneth, A., Roy Chowdhury, R., Midgley, G. F., Leadley, P., Agyeman Boafo, Y., Basher, Z., Bukvareva, E., Heinimann, A., Horcea-Milcu, A. I., Kindlmann, P., Kolb, M., Krenova, Z., Oberdorff, T., Osano, P., Palomo, I., Pichs Madruga, R., Pliscoff, P., Rondinini, C., Saito, O., Sathyapalan, J., and Yue, T. (2019). Chapter 4: Plausible futures of nature, its contributions to people and their good quality of life. In: Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 599-766). Brondízio, E. S., Settele, J., Díaz, S., and Ngo, H. T. (eds). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.3832073
Download the BibTeX file here. Download the RIS file here.
Chapter 5. Pathways towards a Sustainable Future DOI: https://doi.org/10.5281/zenodo.3832099
Chan, K. M. A., Agard, J., Liu, J., Dutra De Aguiar, A. P., Armenteras Pascual, D., Boedhihartono, A. K., Cheung, W. W. L., Hashimoto, S., Hernández-Pedraza, G. C., Hickler, T., Jetzkowitz, J., Kok, M., Murray-Hudson, M., O’Farrell, P., Satterfield, T., Saysel, A. K., Seppelt, R., Strassburg, B., Xue, D., Selomane, O., Balint, L., and A. Mohamed. (2019). Chapter 5. Pathways towards a Sustainable Future. In: Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 767-874). Brondízio, E. S., Settele, J., Díaz, S., and Ngo, H. T. (eds). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.3832099
Download the BibTeX file here. Download the RIS file here.
Chapter 6. Options for Decision Makers DOI: https://doi.org/10.5281/zenodo.3832107
Razzaque, J., Visseren-Hamakers, I. J., McElwee, P., Rusch, G. M., Kelemen, E., Turnhout, E., Williams, M. J., Gautam, A. P., Fernandez-Llamazares, A., Chan, I., Gerber, L. R., Islar, M., Karim, S., Lim, M., Liu, J., Lui, G., Mohammed, A., Mungatana, E., and Muradian R. (2019). Chapter 6. Options for Decision Makers. In: Global assessment report of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services (pp. 875-1028). Brondízio, E. S., Settele, J., Díaz, S., and Ngo, H. T. (eds). IPBES secretariat, Bonn, Germany. DOI: https://doi.org/10.5281/zenodo.3832107
Download the BibTeX file here. Download the RIS file here.
To view a list of all content that exists click the “Content” button on the toolbar.
This is a valuable location for site administrators in managing the content on the
site, with tabs for Content, Books, Comment and Files.
Under the content tab, you can filter by content type, allowing you to search for all events for example.
You can also filter by status: published, promoted or sticky (see above under Creating new content section for description of these status types.)
To update any piece of content, you can check the box next to it. Then, select the update option you want (for example, Promoted selected content to front page) and click the Update button.
Click the edit link to go to a particular piece of content directly in edit mode.
You can also work with files from this page, by selecting the Files tab. (Note, the images that appear in the recent multimedia on the homepage have all been
“promoted” to the homepage.) To promote an image, check the box beside an image and select “Promote selected files” and update.
Using the Books tab you can reorder the sections in a book. Click on the “edit order and titles” link for the particular book and then drag using the arrow to reorder. Save your changes.
Using the Comments tab you can approve or delete comments posted on your site.
ipbes |
foaf |
skos |
ipbes.Report |
ipbes.Chapter |
ipbes.SubChapter |
ipbes.KeyMessage |
ipbes.BackgroundMessage |
ipbes.SubMessage |
ipbes.Illustration |
ipbes.Reference |
ipbes.KnowledgeGap |
foaf.Person |
MS Teams is a workspace for real-time collaboration and communication, meetings, file and app sharing, and even the occasional emoji! All in one place, all in the open, all accessible to everyone.
Microsoft Teams is a collaboration workspace that helps your team stay organized through team chats, audio, video conferencing, and content sharing all in one place. Its integration with Office 365 apps allows users to simultaneously collaborate, edit, and share documents across apps such as Word and SharePoint Online. Any documents shared in Teams will be automatically saved in SharePoint Online.
Easily manage your team’s projects on the go
Edit, co-author, and share files with integrated Office 365 apps
Chat privately or in groups, and communicate with the entire team in dedicated channels
Mention individual team members, or the whole team at once
Sync your account across several mobile devices
Mobile app available for chat and meetings across devices
Complete online chat and meetings solution, including recording and screen sharing
Integrated with Office 365 apps such as Word, SharePoint, OneNote, etc.
Files are stored in SharePoint document libraries and, therefore searchable and accessible via SharePoint Online and OneDrive app
Customizable workspace with tabs of frequently used files and apps
Download Teams for your desktop, iOS, or Android.
Or just use Teams on the web at https://teams.microsoft.com.
Start Teams.
On Mac, go to the Applications folder and click Microsoft Teams.
On mobile, tap the Teams icon.
Sign in with your Office 365 username and password.
Technical Guideline Series
Prepared by Joy Kumagai and Aidin Niamir - IPBES Technical Support Unit (TSU) of Knowledge and Data Reviewed by the Task Force on Knowledge and Data (Hanno Seebens, Rainer Krug, Gregoire Dubois, Matea Vukelić, and Xubin Pan)
For any inquires please contact aidin.niamir@senckenberg.de
Version: 1.0 Last Updated: 19 August 2022
This technical guideline discusses how an indicator should be documented within IPBES and is intended for any experts that are involved in creating an indicator following the FAIR and CARE principles. The guideline focuses on the technical aspects of documentation.
Referenced and used within many biodiversity-related policy documents and instruments, indicators can help us to understand the current state of biodiversity at the ecosystem and species levels, threats and pressures, and conservation responses. They are incredibly important in our current science-policy interface enabling decision making from the international sphere to local responses. As defined by the Biodiversity Indicators Partnership, an indicator is "a measure based on verifiable data that conveys information about more than itself." Indicators often take the form of final datasets resulting from a workflow. An indicator workflow is defined here as the steps performed between the input data and final indicator. Successful biodiversity indicators have a variety of attributes such as scientifically valid, updated over time, responsive to change, easily understood, and consistent as described in the document "Key Knowledge for Successful Biodiversity Indicators (Brooks & Bubb 2014)."
Clear and accessible documentation is necessary for indicators to be effective, consistent, and trustworthy. Unfortunately, indicator workflows often do not follow the FAIR (findable, accessible, interoperable, and reusable) and CARE (collective benefit, authority to control, responsibility, and ethics) principles and are not reproducible by other scientists. For example, small differences in how geospatial layers or assumptions are treated can lead to vastly different results. There needs to be transparency in the underlying calculations, to maintain consistency and ensure reuse by others. IPBES is committed to following the open science principles and increasing transparency in data management. Therefore, this guideline discusses how indicators developed within IPBES should be documented starting from the input data, through processing, to outputs to enable reuse by the community.
Throughout this guideline, we will use the indexes from the publication, Kumagai et al. 2022, as an example for documentation. The data descriptor paper published in Scientific Data describes two indexes which report on how much of six important marine habitats are within protected and conserved areas at the country and global scale
The recommendations throughout this section focus on practical steps to ensure the FAIR and CARE principles can be followed when documenting the indicator and its calculation.
It is essential to document where to find all the necessary inputs that go into the indicator workflow so others can calculate and update the indicator. Therefore, we suggest the following:
All input data are clearly referenced and noted with version and access date;
All input data need to be at least findable, although solely using open access datasets in compliance with the FAIR data management principles would be preferable but not feasible in all cases;
Additionally, all input data used are stored so it is possible to re-calculate the indicator exactly in case the original versions of the data are no longer available;
If any input datasets are products of Indigenous and local knowledge, it is crucial that a process of Free, Prior, and Informed Consent was completed before the data was generated and the information is used and made available only within the limits and following the intent set by the knowledge-holders;
The licences of the respective data are acknowledged and followed.
Example: Following table 2 (shown below) within our example publication, each input dataset is listed together with its reference, the date of access and the version used to calculate the indicator. This information should be associated with the publication of the indicator as, for example, a README file.
Ensuring that others can understand the methodology and repeat the workflow of the indicator allows people to improve upon and use the indicators in their own context, greatly expanding the reach and impact of an indicator. Therefore we suggest the following:
The workflow used to calculate the indicator is contained in reproducible scripts, preferably in an open-source software as explained in Session 4.2 within the IPBES data management tutorials, 'Recommendations for workflow establishment and data management';
Version control software (such as git behind github) is used to track, store, and share the development as well as the different versions of the workflow, which is especially useful when collaborating in a team. GitHub can not only be used to store the workflow, but the repository can be linked to a Zenodo account (explained here) to make the code citable. Other repositories can also be used. Any new releases of the code should be published with Digital Object Identifiers (DOIs) ensuring traceability;
A visual figure is created that details the steps for transforming input data to calculate the indicator, in order to help others understand the workflow;
Documenting the exact versions of the packages, libraries, and software used as well as the operating system is good practice and will help someone to reproduce the exact results by creating the same coding environment. Docker containers and certain packages, such as renv for reproducing packages in R, have been developed to assist with this.
Any assumptions in the workflow are clearly stated and explained. For example, often when overlaying protected areas with species data, it is assumed that species within those protected areas are "protected," while in reality this is often not the case on the ground. Or another example, often in carbon stock calculations an expert may assume a 1-metre depth of soil.
Example: For the habitat protection indexes, these recommendations were followed while developing the workflow. The workflow was created using open source software, R, instead of ArcGIS Pro as this ensured consistency in processing the data and there is no requirement to buy a licence to use the workflow. All scripts used to process the original datasets and to calculate the indexes can be found within the associated GitHub folder, linked respectively within the data availability and code availability sections of the publication. To enable reusability, the workflow is also structured in a user-friendly way so that the entire process can be run using one R script. Finally, figure 5 (shown below) within the publication provides an overview of the workflow to explain what each script does and how it fits into the overall process of creating the indexes.
Now that the inputs and process behind the indicator are clearly documented and explained, the final dataset (i.e. the indicator) should be findable and accessible. Additionally, in the documentation there should be information about the interpretation and limits, e.g. the scale and time frame in which the indicator can be interpreted. Therefore, we recommend the following:
The final indicator dataset is easily findable and accessible in an online repository and has been assigned a DOI;
Within this repository, the indicator dataset is stored in an interoperable format with clear metadata (version number, temporal scale, geographic scale, etc.);
A licence is assigned to the indicator dataset and associated workflow, preferably CC-BY or CC0;
A contact person is clearly identified in the repository with a monitored email;
The indicator is communicated and interpreted clearly, including its limits and what questions it was developed to address, in a report/publication/media release to share it with the wider community;
The workflow used to create the indicator is also available within a repository that contains a readme file (see here) explaining the inputs, processing steps, and how they work together, and licence so future users can re-create the indicator. As mentioned in B, GitHub is a great option for storing the workflows behind the indicator, and can be used with Zenodo to make the code citable by publishing releases of final versions of code with a DOI ensuring traceability (explained in detail here).
Example: These guidelines are followed within our example.
The final indicator dataset is provided in an online and open repository on Zenodo (https://doi.org/10.5281/zenodo.4694821). The final datasets are provided as CSV files (an interoperable file format), and the repository has clear metadata including a DOI, versioning, contact information, and authors' list (see image below).
The linked publication and affiliated media reports serve to communicate the indexes to a broader audience.
The workflow scripts are also stored in the same repository with a README file (https://github.com/jkumagai96/Marine_Habitat_protection) that explains the inputs, coding environment, and the file structure to be able to repeat the workflow.
In general, the associated publication should provide all required information to reproduce the results, including a link to the workflow repository and final dataset.
Within IPBES, it is important that if any expert team develops an indicator, the associated technical support unit informs the technical support unit on knowledge and data. The technical support unit on knowledge and data can ensure that these steps are followed and all input data are accessible and stored in case the original source of the information is removed, enabling reuse by future assessments. Increasing transparency in the process of creating an indicator ensures consistency, allowing the scientific community to repeat workflows, improve upon them, and test different scenarios. Over time this process will build trust for the indicator and encourage their use to help inform policy and action.
Your feedback on this content is welcome. Let us know what other useful material you would like to see here by emailing aidin.niamir@senckenberg.de.
References
Brooks, S. and Bubb, P. (2014) Key Knowledge for Successful Biodiversity Indicators UNEP-WCMC, Cambridge, UK 12pp. https://www.bipindicators.net/system/resources/files/000/000/410/original/901.pdf?1482313832
Kumagai, J.A., Favoretto, F., Pruckner, S. et al. (2022) Habitat Protection Indexes - new monitoring measures for the conservation of coastal and marine habitats. Sci Data 9, 203. https://doi.org/10.1038/s41597-022-01296-4
Prepared by Renske Gudde - IPBES Technical Support Unit (TSU) for Knowledge and Data and Rainer M. Krug - IPBES Task Force on Knowledge and Data. Reviewed by Aidin Niamir and Yanina V. Sica - IPBES Technical Support Unit for Knowledge and Data and the IPBES Task Force on Knowledge and Data (Hanno Seebens and Xubin Pan)
For any inquires please contact aidin.niamir@senckenberg.de
Version: 1.0 Last Updated: 16 October 2023
The IPBES assessment process is a lengthy and complex process, spanning over multiple years and involving many contributors. It is therefore important to track the versions of all files related to the assessment. Here, an IPBES specific versioning scheme for its assessments is being proposed.
There are usually five milestones during an IPBES assessment process; the first, second, and third order drafts, followed by the version submitted to the Plenary and the final approved version. Fast-track assessments have four milestones; they do not have a third order draft.
The suggested versioning scheme builds on the Semantic Versioning 2.0.0 used in software development (https://semver.org), and is adapted for the usage in the context of IPBES.
The IPBES versioning scheme consists of 3 parts separated by a dot (.
):
vDRAFT.MAJOR.MINOR.
The DRAFT follows the following scheme:
0. for versions leading up to the first order draft
Drafts 5 - 9 are reserved for any potential versions between the version submitted to the Plenary and the final approved version for production.
10. final approved version for production
The MAJOR version starts with 0, going up one number for each new major revision, for example after the addition or removal of paragraphs, figures and/or data.
The MINOR version starts usually with 0 and is not often used (but needs to be specified). Minor versions are used for small changes in the text and/or data that do not lead to changes in the results, such as the addition of a reference or correcting of a spelling mistake. Similar to the major versions, for each new minor revision the number goes up by one.
Before the final draft of the first order draft:
Final version of the first order draft and every version before the final version of the second order draft:
Final version of the first order draft and every version before the final version of the second order draft:
Final version of the third order draft and every version before the final version submitted for the Plenary:
Final version to be submitted to the Plenary:
Final version that has been approved by the Plenary and is ready for publication:
The perfect team tool, Unite Mail lets you check calendars, retrieve contacts, and set up meetings from any device.
This guidance is for the IPBES secretariat.
Select File > Add Account.
Enter your email address and click connect.
**Enter your email address and click Connect**
**If prompted, enter your password again, then select OK > Finish** to start using your email account in Outlook
To turn on your Focused inbox:
In Outlook, select the View tab.
Select Show Focused Inbox.
The Focused and Other tabs will appear at the top of your mailbox. You’ll be informed about email flowing to Other, and you can switch between tabs any time to take a quick look.
To change how your messages get organized:
From your inbox, select the Focused or Other tab, and then right-click the message you want to move.
If moving from Focused to Other, choose Move to Other if you want only the selected message moved. Choose Always Move to Other if you want all future messages from the sender to be delivered to the Other tab.
If moving from Other to Focused, choose Move to Focused if you want only the selected message moved. Choose Always Move to Focused if you want all future messages from the sender to be delivered to the Focused tab.
Explore the Files list in Teams.
To learn more, see Files in Microsoft Teams.
To access and share files, use the Files tab and folders since document links may not work with guests.
Select Files on the left side of Teams for quick access to all your files. Watch the video below to learn more:
Open and edit a file directly in Teams on the desktop or, if you prefer, quickly access the file's desktop or web app to make your changes there.
To edit Word documents in Teams:
Open Microsoft Teams.
Navigate to Files to view all your documents.
Select and open the Word document you'd like to edit.
When you share your document with others and give them permission to edit, everyone's changes are made in the same document.
Save your document in OneDrive if it's not already there.
Note: The Share window displays if your document is not currently saved in OneDrive. Select the OneDrive option, then name your document and select OK.
Enter email addresses of the people you want to share with and make choices for permission you want to allow.
Type a message if you want, and select Send.
The people you're sharing with will get mail from you, with a link to your document.
In the top right corner, above the ribbon, click Share.
Enter email addresses of the people you want to share with, and make choices for permission you want to allow.
Type a message if you want, and click Send.
The people you're sharing with will get mail from you, with a link to your document.
In the upper right corner, select Share.
Select Save to save the document to the cloud to share.
Select Send a Copy.
Note: You can select to send the copy as a Word Document, PDF, or HTML.
Select Email as Attachment.
Note: You also have the option to select to share with Outlook,AirDrop, Mail, Messages, Notes, and More (any extensions you have installed on your Mac).
Choose a Mail account provider.
Complete the email with invitees, add an optional note, and send.
Note: If you aren't signedin to a Mail provider, you will need to sign in.
When someone shares a Word document with you, the email you receive includes a link that opens the document in your web browser: in Word for the web. Select Edit Document > Edit in Browser.
If anyone else is working on the document, you'll see their presence and the changes they're making. We call this coauthoring, or real-time collaboration.
From here, if you'd rather work in your Word app, switch from Editing to Open in Desktop App, near the top of the window.
Watch more here. (source: Microsoft)
You'll still be coauthoring, as long as you're a Microsoft 365 subscriber, using one of these versions of Word:
Word 2016 for Windows
Word 2016 for Mac
Word on a mobile device (Android, iOS, or Windows)
If you're using an older version of Word, or if you're not a subscriber, you can still edit the document at the same time others are working in it, but you won't have real-time collaboration. To see others' changes and share yours, you'll have to save the document from time to time.
Documents with Macros (.docm)
If your document contains macros (.docm), you can still edit and collaborate. You can open and edit the content like any other document, including running macros. If you need to edit the macro code, simply check out the file, edit the code, and check it back in.
Mailchimp is a software service used to create and manage mailing lists, newsletters, automated campaigns and more.
You need to be subscribed to the IPBES mailing list to receive notifications from the IPBES secretariat. Subscription is managed from your user profile on the IPBES website
Log-in to your account. See here for more details on how to log-in https://docs.ipbes.net/account/account#login-logout
Click on MyAccount
Click on "Account" to expand section
Scroll to the bottom of the page
Check the box to subscribe
Save changes
Follow the steps detailed in the subscribe section above to get to the Account section
Uncheck the Subscribe box to unsubscribe
Save changes
Open one of the notification emails received from the IPBES secretariat
Click on "unsubscribe" at the bottom of the email
For email & distribution lists, sharing, configuring settings, and more.
It is a tool from Google that provides discussion groups for people sharing common interests through sharing a common email address. It can be used to invite members to a Google meet, set up chat rooms and share documents for collaboration.
You can use Google Groups to
Send email to all group members with a single address
Invite group members to a meeting and participate in discussions
Share content with members, including documents, sites, videos, and calendars
You will need to have a google account if you don't already have one.
Sign in to Google Groups: https://groups.google.com/
Sign in to your Google Account if necessary. Click the blue Sign in button in the top-right corner of the page, then enter your Google Account email or phone number and password.
You can switch between different google accounts by clicking on your profile image at the upper-right corner of your screen and on the menu, select the account you would like to use or click on Add account to sign in to a different account.
In the upper-left corner, click Create group.
Enter information and choose settings for the group. Settings reference.
Click Create group.
Wait a few minutes for your new group to become active before sending a message to it. Otherwise, you might get a notification that your message couldn't be delivered.
Note: The invitations expire after 7 days, but requests to join a group never expire. You can resend invitations if they expire.
Maximum group members—A group can have unlimited members, so there’s no limit to the number of people you can invite, add directly, or approve to join a group.
Child accounts—You can’t add a user with a child Google Account to a group through any method.
If you're a group owner, or if you have permission to manage members, you can add people to your group in three ways:
Sign in to Google Groups then click the name of a group.
On the left, click Members.
At the top, click Add members.
Enter the email addresses of the people to invite. (Optional) To include an invitation message, enter a message.
Click Send invites.
To manage invitations:
On the left, click Pending members.
Take one of the following actions:
When you add people directly, you can assign them the member, manager, or owner role.
Sign in to Google Groups then click the name of a group.
On the left, click Members.
At the top, click Add members.
Enter the email addresses of the people to invite. (Optional) To add a welcome message to the email notification for new members, enter a message.
Click Add members.
You can view requests to join your group and accept or deny them on an individual basis.
Sign in to Google Groups and click the name of a group.
On the left, click Pending members.
Take one of the following actions:
You can view all group members as well as people who have been banned from a group.
Sign in to Google Groups then click the name of a group.
On the left, click Members.
To view people who have been banned from the group, on the left, click Banned users.
To join a group that already exists, just use the search box to find the group and ask to join.
Sign in to Google Groups.
In the left panel, click My groups, Recent groups, or All groups.
Choose a search option:
To quickly revise your search, click an option above the search results. (Not available for All groups.) For example:
Narrow the search by selecting the join time.
Choose whether to view groups from within or outside your organization.
Sign in to Google Groups.
Click All groups and find the group that you want to join.
Click Join group.
Note: If you don't see the "Ask to join group" option, you can email the group and ask to join it.
If you want to link or unlink your Google profile, choose an option:
If you don't want people to view your Google profile, uncheck the Link to my Google account profile box. You can also enter a different display name for people to see.
If you want people to view your Google profile, check the Link to my Google account profile box.
In the Subscription section, choose how often you want email updates from the group:
Every new message
Send daily summaries
Combined updates
Don't send email updates
Click Join group.
If you don't have a Google Account, you can:
Read posts in public groups
Search for posts in public groups
You need a Google Account to
Create and manage a group
Join a group
Post to a group
Delete a post
Read a restricted group's posts
To use these features with Google Groups, you can create a Google Account without changing your email address.
You can also link a non-Gmail email address to an existing Google Account. The linked email address can be made an owner or manager. Learn how to sign in to your Google Account with another email address.
You can start or join conversations in Google Groups by posting a new message or responding to posted messages in your groups.
Start a group discussion about a topic you’re interested in.
Sign in to Google Groups.
Click the name of a group.
At the top left, click New conversation.
Enter your message.
Click Post message.
You can read and respond to messages using Google Groups or email, depending on how the group is set up.
Respond via Google Groups
Sign in to Google Groups.
Click the name of a group.
Click the message you want to read.
Choose whether to reply to the group or individually:
Respond via email
Click the message in your email inbox. You can select any email in the conversation thread to reply to.
To respond only to the person who posted, select Reply. To respond to the whole group, select Reply all.
Requires the Owner or Manager role.
You can decide whether members can reply via email to the entire group or only to certain members of the group. You can also choose to have every message sent to a specified email address.
Sign in to Google Groups.
Click the name of a group.
Click Save changes.
Deleting messages from other members requires the Who can moderate content permission.
You can delete messages you posted, and possibly messages from other group members.
Open the message you want to delete.
In the confirmation box, click OK.
Note: If a post is inappropriate, you can delete it and report it as abuse.
To see the number of unread messages for a group, set up a filter in your email client.
If Groups for Business is turned on, to see the number of unread messages for a group, your subscription option must be set to Each email. Visit View and edit membership settings.
Here are example instructions for Gmail.
In Gmail, create a filter. In the search field, on the To line, enter the group's email address.
After clicking Create filter:
Check the Apply the label box.
In the first field, enter the group's name. You can leave the other options blank.
Click Create.
Your group now appears as a folder in the left panel. As messages arrive to the group, the number of unread messages appears next to the folder.
You can change your display name, photo, email address, and how frequently you get an email from the group.
Sign in to Google Groups.
Click the name of a group.
On the left, click My membership settings.
Choose your settings.
Note the following:
The field for your display name and the check box for linking your Google Account are enabled or disabled based on your group's Member privacy settings.
If the Subscription field is set to Each email, the email updates box is checked automatically.
Click Save changes.
If you no longer want to participate in a group or receive the group’s email, you can:
Unsubscribe from email from the group—You’re still a member of the group, but you no longer receive email when there’s activity.
Leave the group—After you take this action, you can no longer access the group if it's not public.
Change your settings—If the Add me to their groups setting is on, a group manager can add you to a group without your permission and then send you messages from that group. Stop people from directly adding you to a group by following the instructions in I'm in groups I didn't join.
You can stop getting email from a group by changing your settings or leaving the group.
Sign in to Google Groups.
To leave a group and stop getting email from it, you can send an email to group name+unsubscribe@group domain. For example, to leave the group mygroup@googlegroups.com, you would send a message to mygroup+unsubscribe@googlegroups.com. You can send the request with no subject or body text.
If you’re signed in to a work or school account, you can't leave a group that your administrator set to include all members of your work or school.
If you tried to unsubscribe and are still getting email, make sure:
You unsubscribed using the same email address that gets the group email.
The email is not being forwarded from an address that still belongs to the group. If they are, email the address and ask them to remove your address.
You’re not signed up for the group with more than one email address. If you are, unsubscribe that email address as well.
The group you left isn’t nested in another group. You will keep getting email from the second group, unless you leave it also.
You’re on the desktop version of Google Groups. You can only leave a group from the desktop site.
Within text navigation
The footer menu contains quick links to the main menu items, account login, user profile and provides contact information.
Quick links to menu items
Links to log-in/out, create a support ticket, terms of use, and user documentation
IPBES logo and address information
Email contact information for the general, media and communication issues
If you're experiencing issues that affect Microsoft Teams, clearing the cache on your device may help. After you clear the cache, restart Teams.
Restarting Teams after you clear the cache might take longer than usual because the Teams cache files have to be rebuilt.
If Teams is still running, right-click the Teams icon on the taskbar, and then select Quit.
Open the Run dialog box by pressing the Windows logo key +R.
In the Run dialog box, enter the following path, and then select OK:
ConsoleCopy
Delete all files and folders in the directory.
Restart Teams.
A user account is required to use various features of the website
An account can be created by filling out the form at the following link https://www.ipbes.net/user/register. The following information is requested at the time of registration: username, email address, salutation, first name, middle name, last name, job title, affiliation, about, mailing list subscription, and security question.
Once accounts are created, users can login to provide additional information.
All registered users have a dashboard that can be accessed after logging in by clicking on your username at the top right or typing /user at the end of the site’s URL, i.e. https://www.ipbes.net/user. Please bookmark the page for quick access. The user dashboard will contain the user's name, photo and biography. It will also contain all the IPBES roles assigned to the user, groups, form submissions and other content created by the user.
Go to login https://ipbes.net/user/register
Submit the form by clicking on 'create a new account
Subscribe to the IPBES mailing list to stay updated. Note that you can unsubscribe any time by clicking the unsubscribe link in the notifications or by logging in to your profile and unchecking the box below.
To access the IPBES website as an authenticated user you need to log in by either typing the URL in the web address bar or following this link: https://ipbes.net/user/login. Enter your username and password and click login
If you don’t remember or can’t find your password you can get a new password by clicking the Request new password button in https://www.ipbes.net/user. You will then receive an automated email with a link and further instructions for login.
You need to be logged in to view or update your profile. See previous section on how to log in
Once logged in, you’ll see your most recent content, your profile details, and your profile image.
Click on Edit to check and update all your account information and personal information. You will also get access to additional information about you in the About section as well as your timezone and your profile image. You can also see which Groups you belong to and delete your account by clicking the Cancel account button.
Click on Account to expand and view or quickly change the details of your account including: Your username. The email address linked to your account and how you will be contacted. Your password (you can also request a new password if you’ve lost or forgotten it).
When you’re done adding and editing content on the site, you’ll want to make sure you log out to avoid security risks. Once you log out, you’ll be taken back to the Home page of the site.
Search using keywords that will retrieve results containing one or more of the keywords you enter into the Search field. The results will be sorted by relevance, i.e. results corresponding to all search terms first then in decreasing relevance. For example, a search using the keywords “capacity building, knowledge and assessment” first will retrieve results containing all three words, then will retrieve results containing two of them, and finally will retrieve results containing all results with just one of the keywords.
Widen search: add OR to your keyword searches to ensure that you retrieve all possible results around one topic
Spelling: In order to increase your chances of finding the correct results, try using different spellings.
Key words: Try using fewer keywords in your searches; the fewer keywords used, the broader the selection of results.
Boolean search: Boolean Search
Using a star () or ‘wildcard’ word prefix will help you find words with the same beginning and multiple endings. For instance, Kand will bring up images of Kandinsky whether they are written with a y or an i.
Bound search: Using quotations around specific phrasing, i.e. “Tiger, Tiger Burning Bright” will narrow down your results to that specific wording.
The general search page is available at: https://www.ipbes.net/search?search_api_fulltext=
The documents search page is available at: https://www.ipbes.net/documents
The expert search page is available on https://ipbes.net/experts
Once , you will be able to create content on the website using forms that are made available on different parts of the website
The purpose of TRACK is to record, document and share examples of the use of IPBES outputs, such as the IPBES assessment reports, in decision-making or in science.
An ORCID iD reliably connects you with your works, awards and affiliations. Using an ORCID id alleviates mistaken identity; which can occur for example when your name is more common, you have changed your name, use different versions of your name or have a name that has been transliterated into other languages.
ORCID improves recognition for you and your research. Using your iD create reliable connections between your iD and your research activities. It also increases the discoverability of your research outputs.
You own and control your own record, can manage which information is connected, and how it is shared. ORCID’s visibility settings are very granular, so you can make different data elements visible to different groups.
More and more of the systems you already use are connected with ORCID. With , and more than 1200 member organizations and more than 500 live integrations, ORCID is already being used in many of your existing workflows.
The secretariat requires ORCID identifiers to link authors to IPBES products they contribute to. The best way to provide this information is by updating your website user profiles. See documentation on how to update your profile .
ORCID allows you to sync your publications from various indexing platforms.
Airiti
BASE - Bielefeld Academic Search Engine
Crossref Metadata Search
DataCite
Deutsche Nationalbibliothek (DNB)
Europe PubMed Central
ISNI
JaLC
KoreaMed
MLA International Bibliography
Redalyc
Research Data Australia
Scopus - Elsevier
IPBES uses Zenodo which indexes data in DataCite. Please follow the following steps to link your publications to your ORCID profile.
Guest invitation process from Teams
The secretariat has set up a Microsoft Teams/SharePoint collaboration workspace under the United Nations tenant and will invite experts as 'Guests' to the different channels relevant to their chapters.
With guest access, you will have access to teams, documents in channels, resources, chats, and applications. Anyone with a business or consumer email account, such as Outlook, Gmail, or others, can participate as a guest in Teams.
Please provide a Microsoft Office 365 work or school email account to be added as a guest user. Send an email to the secretariat: .
After a guest is added to a team, it may take a few hours before they have access.
To join the TEAMS channels, you will receive two email invitations from the secretariat.
The first email will be from the United Nations, inviting you to access our applications. The email will be from . The message's subject will read, "An invitation from the United Nations to access our applications." Click on the link in the email to redeem your invitation. Please click on the link to accept the invitation within 24 hours. Guests who have a work or school account in Azure Active Directory can accept the invitation and authenticate directly. Other users are sent a one-time passcode to validate their identity (One-time passcode authentication is required).
After successfully redeeming your invitation, you will be redirected to the UN OICT website (https://xx.un.org). Please disregard this and wait for an email invitation to join a specific team's channel.
Next, the secretariat will invite you to join the IPBES MS Teams. The second email will be a welcome email message from Microsoft TEAMS, which will include some information about the team. The email will be from and the message's subject will read, "You have been added to a team in Microsoft Teams." Please accept the invitation either via the Teams desktop application or by selecting Open Microsoft Teams in the email message. See scrennshot below.
After accepting the invitation, you can participate in Teams and channels, receive and respond to channel messages, access files in channels, participate in chats, join meetings, collaborate on documents, and more.
The new version of Teams allows you to quickly and easily sign in to and switch between multiple accounts and organizations. Search and chat have been streamlined to offer more seamless collaboration opportunities.
You can now log into multiple work, school, and personal accounts using the new Teams.
Select your profile picture in the top right of the Teams desktop client.
Select Add another account and enter your credentials in the pop-up window.
You can return to your profile at any time to switch between accounts.
Click on your profile picture in the upper right corner.
You will now see a list of the organizations you’ve been invited to.
If you experience any technical issues, kindly notify the respective technical support unit.
Prepared by Renske Gudde (TSU for data and knowledge management)
Reviewed by Aidin Niamir (TSU for data and knowledge management)
For any inquiries please contact Version 1.0 Last updated: 11 June 2024
DOI:
This page is designed to help navigate through all the documents of the first global assessment, such as the SPM, individual chapters and the supplementary materials.
In Windows, click Start. > Microsoft Teams.
Description | Version |
---|---|
Description | Version |
---|---|
Description | Version |
---|---|
Description | Version |
---|---|
Description | Version |
---|---|
Description | Version |
---|---|
Tap More and then Files at the bottom right of the screen. From there you can also access your cloud storage files.
Note: By default, the document will open directly in Teams, but when choosing your file, you can select More options in the file's row, then select Open in > Word desktop or Browser to open in a different window.
To continue editing in Word for web, select More options in the document and select Open in Browser.
In the top right corner, above the ribbon, click Share > Share.
A t the bottom, next to Directly add members, click Turn off .
To resend a single invitation, point to the invitationon the right, and click Resend invitation . Invitations automatically expire after 7 days, but you can resend them any time.
To cancel a single invitation, point to the invitationon the right, and click Cancel invitation .
To resend or cancel multiple invitations, check the boxes next to the invitationsabove the list on the right, click Resend invitation or Cancel invitation .
To approve a single request, on the right of the request entry, click Approve request .
To reject a single request, on the right of the request entry, click Reject request .
To accept or reject multiple join requests, check the boxes next to the requestsabove the list on the right, click Approve request or Reject request .
To find groups you own, groups inside or outside your organization, or groups you recently joined, click in the search fieldselect an option. (Not available for All groups.)
To search by some other criteria, in the search field, enter your search criteriapress Return or Enter.
To see advanced search options, in the search field, click the Down arrow. Enter your search criteriaclick Search. (Not available for All groups.)
To reply to the group, below the message text, click Reply all. Compose your replyclick Post Message.
To reply only to the person who posted, below the message text, click Reply to author. Compose your replyclick Send.
To forward a message, below the message text, click Forward. Enter some message textclick Send.
On the left, go to Group settingsEmail options.
Under Post replies to, click the displayed optionchoose the option you want.
In the message entry, click MoreDelete.
Next to Choose label, click the Down arrow New label.
Locate the group choose an option:
To stay in the group but stop getting email, for Subscription, click the displayed optionselect No email.
To leave the group and stop getting email, click Leave group Yes, leave group.
The IPBES impact tracking database (TRACK) is available on
Report other technical issues to the secretariat at the following email: .
Translations of the SPM in , , , , , , , , , , and .
Very first version of a file
v0.0.0
After making small changes in the text and adding a new reference (minor change)
v0.0.1
After adding another new reference (minor change)
v0.0.2
After adding new figures and more text (major change)
v0.1.0
File submitted for the first order draft
v1.0.0
First version of a file that was created after the FOD was submitted
v1.0.0
After adding another new reference (minor change)
v1.0.1
After adding new figures and more text (major change)
v1.1.0
File submitted for the second order draft
v2.0.0
First version of a file that was created after the SOD was submitted
v2.0.0
After adding another new reference (minor change)
v2.0.1
After adding new figures and more text (major change)
v2.1.0
File submitted for the third order draft
v3.0.0
First version of a file that was created after the TOD was submitted
v3.0.0
After adding another new reference (minor change)
v3.0.1
After adding new figures and more text (major change)
v3.1.0
File submitted to the Plenary
v4.0.0
File submitted for publication
v10.0.0
OneDrive Files On-Demand is a feature available for Windows that allows you to save disk space by selectively downloading and accessing files stored in your OneDrive cloud storage. With Files On-Demand enabled, you can see all your files and folders in File Explorer, but they are not necessarily stored locally on your computer unless you choose to open or edit them.
Here's how you can use OneDrive Files On-Demand to save disk space:
Enable Files On-Demand: Right-click on the OneDrive icon in the system tray (located in the bottom-right corner of the screen) and select "Settings."
In the Microsoft OneDrive settings window, go to the "Files On-Demand" tab.
Check the box that says "Save space and download files as you use them."
Click "OK" to save the changes.
Once you've enabled Files On-Demand, you can start managing your files to save disk space:
Access files without downloading: In File Explorer, you'll notice that your OneDrive files and folders have a cloud icon next to them. These files are not taking up space on your local drive. Double-clicking on a file will download and open it, allowing you to view and edit it. Once you're done, the file will be removed from your local drive but will still be available in the cloud.
Free up space: If you want to reclaim disk space, you can right-click on any file or folder in File Explorer and select "Free up space." This action will remove the local copy of the file or folder, but it will still be visible and accessible through File Explorer. You can always download it again if needed.
Always keep files offline: On the other hand, if there are specific files or folders that you want to keep available offline all the time, right-click on them and select "Always keep on this device." This option ensures that the selected files or folders are always downloaded and taking up space on your local drive.
With OneDrive Files On-Demand, you can:
Save space on your device by making files online only
Set files and folders to be always available locally on your device
See important information about files, such as whether they are shared
See thumbnails of over 300 different file types even if you don’t have the required application installed to open it
Your files will have these statuses in File Explorer:
A blue cloud icon next to a OneDrive file or folder indicates that the file is only available online. Online-only files don’t take up space on your computer. You see a cloud icon for each online-only file in File Explorer, but the file doesn’t download to your device until you open it. You can’t open online-only files when your device isn’t connected to the Internet. |
When you open an online-only file, it downloads to your device and becomes a locally available file. You can open a locally available file anytime, even without Internet access. If you need more space, you can change the file back to online only. Just right-click the file and select “Free up space.” |
Only files that you mark as "Always keep on this device" have the green circle with the white check mark. These always available files download to your device and take up space, but they’re always there for you even when you’re offline. |
With , these files will become online-only files after the time period you've selected.