arrow-left

All pages
gitbookPowered by GitBook
1 of 12

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Technical Guideline Series

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.

  1. Conversion to the Robinson Projectionarrow-up-right

  2. Preparing and Mapping Data to IPBES Regions and Subregionsarrow-up-right

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.

Cartographic Guidelines arrow-up-right
Guidelines for Colourarrow-up-right
File Formatsarrow-up-right
How to Upload to and Download from Zenodoarrow-up-right
How to Cite IPBES Assessment Reportsarrow-up-right
Guidelines for the Delivery of Figures
Considerations when Working with Indigenous and Local Knowledge arrow-up-right
Contributing Authors Template Email considering ILK arrow-up-right
How to Document an Indicator
Snowballing for Literaturearrow-up-right
GitHubarrow-up-right
[email protected]envelope

Part 10 - Contributing Authors Template Email considering ILK

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 [email protected]envelope and [email protected]envelope

Version: 1.0 Last Updated: 18 July 2022

DOI: 10.5281/zenodo.6655926arrow-up-right

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.

hashtag
Contributing Authors Template Email considering ILK and the data and knowledge management policy

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 . 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] began in [year] and will run until [year]. It is being developed based on the attached scoping document approved by the IPBES Plenary.

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 ().

To enable open science and accessibility within IPBES, the Platform has a data and knowledge management policy available at .

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]

Intergovernmental Platform on Biodiversity and Ecosystem Services (IPBES)arrow-up-right
https://ict.ipbes.net/ipbes-ict-guide/data-management/technical-guidelines/ILK-considerationsarrow-up-right
https://doi.org/10.5281/zenodo.3551078arrow-up-right

Part 1 - Conversion to the Robinson Projection

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 [email protected]envelope

Version: 2.1 Last Updated: 15 July 2022

DOI: 10.5281/zenodo.6840235arrow-up-right

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 .

hashtag
I. Raster Data

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.

hashtag
II. Vector Data

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.

hashtag
III. Combine Vector and Raster

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 .

*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

Part 4 - Guidelines for Colour

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:

hashtag
I. Overview of Pallets:

hashtag
A Types of Pallets:

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.

hashtag
B. Colour Blind Friendly Palettes

When creating a map or figure, please choose colour schemes that are colour blind friendly (more information about colour palettes and colour blindnessarrow-up-right or about colour schemes and contrastsarrow-up-right). 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:

  1. Sim Daldonismarrow-up-right, open source for Mac and iOS, to simulate various types of colour blindness

  2. Color Oraclearrow-up-right, 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)

  3. ColourSimulationsarrow-up-right, real-time simulations of red-green colour-blindness for Windows.

There is also an R-package colorBlindnessarrow-up-right (with its own guidearrow-up-right) which provides a collection of safe colours for various types of figures and maps.

hashtag
C. No rainbow colour palettes

Rainbow colour schemes are interpreted by humans to have sharp artificial boundaries that are not representative of the underlying data. Crameri et al. 2020 coversarrow-up-right 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 this articlearrow-up-right 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.

Figure 2: Map illustrating the differences of interpretation of data displayed with a sunset palette scheme and the traditional rainbow palette.

hashtag
II. RColorBrewer in R and Examples

hashtag
A. RColorBrewer

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.

This articlearrow-up-right provides a great overview on how to use the RColorBrewer package with these palettes integrated with ggplot with examples.

hashtag
B. Hexadecimal

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.” - R colour cheatsheetarrow-up-right

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.

hashtag
C. Examples

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 here for free downloadarrow-up-right. These are just example datasets whose accuracy has not been checked.

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.

hashtag
III. Suggestions

  • 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

hashtag
IV. Additional Resources

  • R Colour Sheet: https://www.nceas.ucsb.edu/sites/default/files/2020-04/colorPaletteCheatsheet.pdfarrow-up-right

  • Useful tool to assist in picking palettes and colours: https://colorbrewer2.org/arrow-up-right

  • Tool to visualise colours as someone with different types of colour blindness: https://davidmathlogic.com/colorblind/#%23D81B60-%231E88E5-%23FFC107-%23004D40arrow-up-right

  • 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 [email protected]envelope.

[email protected]envelope
10.5281/zenodo.6838820arrow-up-right
this linkarrow-up-right
[email protected]envelope
herearrow-up-right
library(RColorBrewer)
library(ggplot2)
library(sf)
library(rnaturalearth)
RColorBrewer::display.brewer.all()
RColorBrewer::display.brewer.all(colorblindFriendly = TRUE)
RColorBrewer::display.brewer.pal(n = 5, name = 'YlOrRd')
RColorBrewer::brewer.pal(n = 5, name = "YlOrRd")

## [1] "#FFFFB2" "#FECC5C" "#FD8D3C" "#F03B20" "#BD0026"
land <- ne_countries(scale = 110, returnclass = "sf") # Downloads land polygons 
cities <- read_sf("ne_110m_populated_places.shp") # Downloads the large cities points dataset

robin <- "+proj=robin +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs"# Defines Projection 

# Converts to Robinson
land <- st_transform(land, crs = robin)
cities <- st_transform(cities, crs = robin)
ggplot(cities) +
  geom_sf(data = land, # adds land for reference
          col = NA,
          fill = "gray60") +
  geom_sf(aes(color = POP_MIN/1000000)) + # Assigns the colour of the large cities to their minimum population size
  scale_color_gradient( # used with continuous data
    low = "#FFFFB2", 
    high = "#BD0026") +
  labs(color = "Population (millions)") +
  theme(legend.position = "bottom", # Places legend on the bottom 
        panel.background = element_blank(), # controls the background panel colour 
        panel.grid.major = element_line(color = "grey80")) # controls the grid line colour 
ggplot(land) +
  geom_sf(aes(fill = continent, color = continent)) + # Fill and colour are the same to effective remove borders
  scale_color_brewer(palette = "Dark2") + # Uses a RColorBrewer palette
  scale_fill_brewer(palette = "Dark2") +
   theme(legend.position = "bottom", 
        legend.title = element_blank(),
         panel.background = element_blank(), 
        panel.grid.major = element_line(color = "grey80")) 
library(terra)
library(raster)
library(graticule)
library(rgdal)
library(rworldmap)
crs <- "+proj=robin +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m"
prec <- raster::getData(name = "worldclim", var = "prec", res = 10)[[1]] # load data
plot(prec)
raster::crs(prec)

## CRS arguments: +proj=longlat +datum=WGS84 +no_defs
jp <- terra::rast(prec$prec1)
jp <- jp * 1 # to deal with NAs in this datasaet
rob <- terra::project(jp, crs, mask=TRUE)
plot(rob) #Plot the raster
# Creates latitude and longitude labels and graticules
lat <- c(-90, -60, -30, 0, 30, 60, 90)
long <- c(-180, -120, -60, 0, 60, 120, 180)
labs <- graticule::graticule_labels(lons = long, lats = lat, xline = -180, yline = 90, proj = crs) # labels for the graticules 
lines <- graticule::graticule(lons = long, lats = lat, proj = crs) # graticules 
plot(rob,axes = F) #Plot the raster
plot(lines, lty = 5, col = "grey", add = TRUE) # plots graticules 
text(subset(labs, labs$islon), lab = parse(text = labs$lab[labs$islon]), pos = 3, xpd = NA) # plots longitude labels
text(subset(labs, !labs$islon), lab = parse(text = labs$lab[!labs$islon]), pos = 2, xpd = NA) # plots latitude labels
worldmap <- rworldmap::getMap(resolution = "coarse") # Load countries 
raster::crs(worldmap)

## CRS arguments:
##  +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs

plot(worldmap) # Plot world map (vector)

## Warning in wkt(obj): CRS object has no comment
worldmap <- sp::spTransform(worldmap,crs) # Project to Robinson 

## Warning in spTransform(xSP, CRSobj, ...): NULL source CRS comment, falling back
## to PROJ string

## Warning in wkt(obj): CRS object has no comment

plot(worldmap)
plot(lines, lty = 5, col = "grey", add = TRUE) # plots graticules 
text(subset(labs, labs$islon), lab = parse(text = labs$lab[labs$islon]), pos = 3, xpd = NA) # plots longitude labels
text(subset(labs, !labs$islon), lab = parse(text = labs$lab[!labs$islon]), pos = 2, xpd = NA) # plots latitude labels
## Vector & Raster
plot(rob,axes = F) # Plot the raster
plot(worldmap,add=T) # Plot the vector data 
plot(lines, lty = 5, col = "grey", add = TRUE) # plots graticules 
text(subset(labs, labs$islon), lab = parse(text = labs$lab[labs$islon]), pos = 3, xpd = NA) # plots longitude labels
text(subset(labs, !labs$islon), lab = parse(text = labs$lab[!labs$islon]), pos = 2, xpd = NA) # plots latitude labels
https://cran.r-project.org/web/packages/colorBlindness/vignettes/colorBlindness.htmlarrow-up-right

Part 11 - How to Document an Indicator

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 [email protected]envelope

Version: 1.0 Last Updated: 19 August 2022

DOI: 10.5281/zenodo.6882518arrow-up-right

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.

hashtag
I. Introduction

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 , 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 " (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 (findable, accessible, interoperable, and reusable) and (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, , 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

hashtag
II. Documentation

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.

hashtag
A. Input data for the calculation of the indicator:

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;

circle-info

Example: Following (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.

hashtag
B. Development and presentation of the indicator workflow:

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, '';

  • Version control software (such as 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 () 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;

circle-info

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.

hashtag
C. Outputs

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;

circle-info

Example: These guidelines are followed within our example.

  • The final indicator dataset is provided in an online and open repository on Zenodo (). 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).

In general, the associated publication should provide all required information to reproduce the results, including a link to the workflow repository and final dataset.

hashtag
III. IPBES Process

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 .

References

  1. Brooks, S. and Bubb, P. (2014) Key Knowledge for Successful Biodiversity Indicators UNEP-WCMC, Cambridge, UK 12pp.

  2. 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.

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.

  • 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 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.

  • 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 () 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 ).

  • 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 () that explains the inputs, coding environment, and the file structure to be able to repeat the workflow.

  • Biodiversity Indicators Partnershiparrow-up-right
    Key Knowledge for Successful Biodiversity Indicatorsarrow-up-right
    FAIRarrow-up-right
    CAREarrow-up-right
    Kumagai et al. 2022arrow-up-right
    table 2arrow-up-right
    Recommendations for workflow establishment and data managementarrow-up-right
    gitarrow-up-right
    explained herearrow-up-right
    https://doi.org/10.5281/zenodo.4694821arrow-up-right
    [email protected]envelope
    https://www.bipindicators.net/system/resources/files/000/000/410/original/901.pdf?1482313832arrow-up-right
    https://doi.org/10.1038/s41597-022-01296-4arrow-up-right
    renvarrow-up-right
    see herearrow-up-right
    herearrow-up-right
    https://github.com/jkumagai96/Marine_Habitat_protectionarrow-up-right

    Part 9 - Considerations When Working with Indigenous and Local Knowledge

    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 [email protected]envelope and [email protected]envelope

    Version: 1.1 Last Updated: 14 July 2022

    DOI: 10.5281/zenodo.6834183arrow-up-right

    hashtag
    I. Introduction

    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

    hashtag
    II. FPIC and moving towards the CARE and FAIR principles

    hashtag
    A. Overarching challenges

    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.

    hashtag
    B. Overarching approaches for FPIC and moving towards CARE and FAIR

    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;

    • Specific materials are developed to make assessment findings more accessible to IPLCs. For example, the document ;

    4. Ensuring that access to confidential ILK is restricted

    • 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.

    • 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).

    hashtag
    III. CARE and FPIC when working with different ILK sources

    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.

    hashtag
    A. Outcomes of IPBES dialogues (reports)

    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.

    hashtag
    B. FPIC and CARE in review of other literature and published materials

    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.

    hashtag
    C. Unpublished materials

    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.

    hashtag
    D. Contributions from Contributing Authors

    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;

    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.

    hashtag
    IV. Documentation for each type of source

    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

    Part 3 - Cartographic Guidelines

    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.

    Part 8 - Guidelines for the delivery of figures

    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.

    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.

  • Their full submitted contribution may be made publicly available in a data management report or in supplementary materials.

    IPBES data and knowledge management policyarrow-up-right
    IPBES methodological guidance on recognizing and working with indigenous and local knowledgearrow-up-right
    CARE principles for indigenous data governancearrow-up-right
    FAIR guiding principles for scientific data management and stewardshiparrow-up-right
    UNESCO recommendation on open sciencearrow-up-right
    [email protected]envelope
    [email protected]envelope
    https://ict.ipbes.net/data-management/technical-guidelines/ILK-considerationsarrow-up-right
    Key messages of relevance for IPLCs from the global assessmentarrow-up-right
    [email protected]envelope
    [email protected]envelope

    hashtag
    I. Cartographic Elements and considerations for IPBES assessments:

    hashtag
    A. Cartographic Elements

    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:

    hashtag
    B. Projections

    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.

    hashtag
    C. Color Considerations

    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, Guidelines for Colour.arrow-up-right

    hashtag
    II. Disclaimers:

    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.

    For more information on how to display disputed or contentious boundary lines and territories, please contact the TSU on knowledge and data ([email protected]envelope)

    hashtag
    III. Country Borders

    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.

    To access the full guidance and associated files, please go to this website: https://doi.org/10.5281/zenodo.5883632arrow-up-right and request access. Once you have access, download all files and read the full instructions.

    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.

    hashtag
    IV. Suggestions:

    Streamlining the design of maps allows for better comparison and integration. Therefore, to facilitate the standardization of maps within IPBES, we recommend the following:

    • Avoid country borders, if needed country borders are black, continuous, and 0.2 in size and follow the guidance available on Zenodo (https://doi.org/10.5281/zenodo.5883632arrow-up-right)

    • 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:

    • Administrative borders: https://gadm.org/data.htmlarrow-up-right

    • Standardizing country names:

      • ISO 3166-1 alpha 3 (https://www.iso.org/iso-3166-country-codes.htmlarrow-up-right) 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 [email protected]envelope

    *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 herearrow-up-right

    [email protected]envelope
    10.5281/zenodo.6992222arrow-up-right
    hashtag
    I. Overarching guidance
    • 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.

    hashtag
    II. Double check these items

    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 (https://doi.org/10.5281/zenodo.5883632arrow-up-right).

    • World maps are in the robinson projectionarrow-up-right.

    • Country names are in ISO 3166-1 alpha 3 codearrow-up-right 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 this UN websitearrow-up-right.

    • Colors used in figures are color blind friendly.

    • Licenses behind IPBES original figures are or .

    hashtag
    III. What to include in each repository

    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.

    hashtag
    A. Created by IPBES experts

    • 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).

      • 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.

    • 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.

    hashtag
    B. Created by an external source

    • 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 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 figure is in high resolution (600 dpi or vector format).

        • The caption has a where necessary.

    • Adapted figures (modified)

      • 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.

    hashtag
    IV. Examples

    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.

    hashtag
    Original schematic figure

    The data deposit package associated with this figure can be found here: https://doi.org/10.5281/zenodo.4359655arrow-up-right

    hashtag
    Original data driven figure

    The data deposit package associated with this figure can be found here: https://doi.org/10.5281/zenodo.6468917arrow-up-right

    hashtag
    Adapted figure

    The data deposit package associated with this figure can be found here: https://doi.org/10.5281/zenodo.6453019arrow-up-right

    [email protected]envelope
    10.5281/zenodo.6833989arrow-up-right
    library(sf) 
    library(dplyr)
    library(magrittr)
    library(rnaturalearth)
    library(graticule)
    library(ggplot2)
    library(ggspatial)
    robin <- "+proj=robin +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs"
    
    # Land polygons from rnaturalearth pckage
    world <- rnaturalearth::ne_download(scale = 10, type = 'land', category = 'physical', returnclass = "sf") # sf mulitpologyon 
    
    ## OGR data source with driver: ESRI Shapefile 
    ## Source: "C:\Users\jkumagai\AppData\Local\Temp\Rtmp8GjHuK", layer: "ne_10m_land"
    ## with 11 features
    ## It has 3 fields
    
    world_robin <- sf::st_transform(world, crs = robin) # changes the projection
    
    # ocean from rnaturalearth package
    ocean <- rnaturalearth::ne_download(scale = 10, type = 'ocean', category = 'physical', returnclass = "sf")
    
    ## OGR data source with driver: ESRI Shapefile 
    ## Source: "C:\Users\jkumagai\AppData\Local\Temp\Rtmp8GjHuK", layer: "ne_10m_ocean"
    ## with 1 features
    ## It has 3 fields
    
    ocean <- sf::st_transform(ocean, crs = robin) # changes the projection
    ocean <- ocean[,1]
    # Creates latitude and longitude labels and graticules
    lat <- c(-90, -60, -30, 0, 30, 60, 90)
    long <- c(-180, -120, -60, 0, 60, 120, 180)
    labs <- graticule::graticule_labels(lons = long, lats = lat, xline = -180, yline = 90, proj = robin) # labels for the graticules 
    lines <- graticule::graticule(lons = long, lats = lat, proj = robin) # graticules 
    # Global Map 
    par(mar = c(0,3,0,2)) # Adjusts the edges of the frame 
    plot(lines, lty = 5, col = "lightgrey") # plots graticules 
    plot(ocean, col = alpha("lightskyblue", 0.3), add = TRUE) # plots ocean polygons
    plot(world_robin[,1], col = "white", add = TRUE) # plots Land boundaries
    text(subset(labs, labs$islon), lab = parse(text = labs$lab[labs$islon]), pos = 3, cex = 0.7, xpd = NA) # plots longitude labels
    text(subset(labs, !labs$islon), lab = parse(text = labs$lab[!labs$islon]), pos = 2, cex = 0.7, xpd = NA) # plots latitude labels
    box(which = "plot", lty = "solid") # Map frame 
    ggplot() + 
      geom_sf(data = world, color = "black", fill = "lightgrey") + # plots the land polygons
      coord_sf(xlim = c(-117.5, -86.5), ylim = c(14.5, 33.0)) + # sets the maps extent
      theme(panel.grid.major = element_line(color = gray(.5), # sets latitude and longitude lines 
                                            linetype = "dashed", size = 0.5),
            panel.background = element_rect(fill = "#b3e5fc"), # sets background panel color 
            panel.border = element_rect(colour = "black", fill=NA, size=0.5)) + # sets panel border 
       ggspatial::annotation_north_arrow(location = "bl", which_north = "true", # sets north arrow 
                              style = north_arrow_minimal,
            pad_x = unit(-0.1, "in"), pad_y = unit(0.45, "in")) +
      ggspatial::annotation_scale(location = "bl") # sets scale bar
    # Loading data 
    grey_areas <- read_sf("country_borders/grey_areas.shp")
    solid_borders <- read_sf("country_borders/solid_borders.shp")
    dashed_borders <- read_sf("country_borders/dashed_borders.shp")
    dotted_borders <- read_sf("country_borders/dotted_borders.shp")
    major_lakes <- read_sf("country_borders/Major_Lakes.shp")
    
    # Project data
    grey_areas <- st_transform(grey_areas, robin)
    solid_borders <- st_wrap_dateline(solid_borders) # corrects borders that cross the dateline
    solid_borders <- st_transform(solid_borders, robin)
    dashed_borders <- st_transform(dashed_borders, robin)
    dotted_borders <- st_transform(dotted_borders, robin)
    major_lakes <- st_transform(major_lakes, robin)
    # Global Map from earlier 
    par(mar = c(0,3,0,2)) # Adjusts the edges of the frame 
    plot(lines, lty = 5, col = "lightgrey") # plots graticules 
    plot(ocean, col = alpha("lightskyblue", 0.3), lwd = 0.2, add = TRUE) # plots ocean polygons
    plot(world_robin[,1], col = "white", border = NA, lwd = 0.2, add = TRUE) # plots land boundaries
    
    # Plot borders 
    plot(grey_areas, col = "grey30", border = NA, add = TRUE) # plot grey areas 
    plot(solid_borders, col = "grey40", lwd = 0.2, add = TRUE) # plot solid borders 
    plot(dashed_borders, col = "grey40", lwd = 0.2, lty = "dashed", add = TRUE) # plot dashed borders 
    plot(dotted_borders, col = "grey40", lwd = 0.2, lty = "dotted", add = TRUE) # plot dotted borders 
    plot(major_lakes, col = "lightblue2", lwd = 0.2, border = "grey40", add = TRUE) # plot major lakes 
    
    # Add lables to graticules 
    text(subset(labs, labs$islon), lab = parse(text = labs$lab[labs$islon]), pos = 3, cex = 0.7, xpd = NA) # plots longitude labels
    text(subset(labs, !labs$islon), lab = parse(text = labs$lab[!labs$islon]), pos = 2, cex = 0.7, xpd = NA) # plots latitude labels
    box(which = "plot", lty = "solid") # Map frame 
    countrycodearrow-up-right
    https://www.marineregions.org/downloads.phparrow-up-right
    https://www.naturalearthdata.com/downloads/arrow-up-right

    Upload the figure in an open formatarrow-up-right and in high resolution (600 dpi or vector format).

  • Assign the license (CC0arrow-up-right or CC BYarrow-up-right). 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 disclaimerarrow-up-right where necessary. Please see our guidancearrow-up-right on how to reserve a DOI before publishing.

  • Please also check that country names in the data follow the ISO 3166 1 alpha 3 codearrow-up-right.

  • 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.

    • 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.

  • file formats guidelinearrow-up-right
    CC0arrow-up-right
    CC-BYarrow-up-right
    CC0arrow-up-right
    CC BYarrow-up-right
    disclaimerarrow-up-right
    our guidancearrow-up-right
    UN guidancearrow-up-right
    disclaimerarrow-up-right
    open formatarrow-up-right
    disclaimerarrow-up-right
    our guidancearrow-up-right
    Chapter 5 of the Values Assessment - Figure 5.4arrow-up-right
    Chapter 4 of the Values Assessment - Figure 4.15arrow-up-right
    Chapter 3 of the Sustainable Use Assessment - Figure 3.21arrow-up-right

    Part 2 - Preparing and Mapping Data to IPBES Regions and Sub-regions

    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 [email protected]envelope

    Version: 2.3 Last Updated: 15 August 2022

    DOI: 10.5281/zenodo.6992546arrow-up-right

    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.

    hashtag
    I. Downloading Necessary Data

    hashtag
    A. Downloading FAO data

    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

    hashtag
    B. Downloading IPBES regions and subregions

    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 download the shapefile manually, please go to the .

    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.

    hashtag
    II. Uploading data into R Studio

    Now that our data is on our computer, we need to upload the data into R studio and project the spatial data.

    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 .

    To plot the ocean in our maps, we will also download ocean data from the rnaturalearth package and project it

    hashtag
    III. Cleaning the data

    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.

    hashtag
    IV: Joining and Aggregating

    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.

    hashtag
    V. Mapping

    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.

    Your feedback on this content is welcome. Let us know what other useful material would you like to see here by emailing .

    library(sf) 
    library(dplyr)
    library(magrittr)
    library(FAOSTAT)
    library(httr) # to download data off of Zenodo
    library(rnaturalearth) # download ocean data from natural earth 
    library(graticule) # for mapping 
    UN guidancearrow-up-right
    here.arrow-up-right
    IPBES Regions and Sub-Regions Zenodo entryarrow-up-right
    this linkarrow-up-right
    [email protected]envelope
    The picture above shows the resulting R Studio window which displays what was downloaded in a human readable form.
    FAOSTAT::download_faostat_bulk("http://fenixservices.fao.org/faostat/static/bulkdownloads/Population_E_All_Data_(Normalized).zip", getwd())
    recordID <- "3923633"
    url_record <- paste0("https://zenodo.org/api/records/", recordID)
    record <- httr::GET(url_record)
    record # Status 200 indicates a successful download
    ## Response [https://zenodo.org/api/records/3928281]
    ##   Date: 2021-02-04 13:31
    ##   Status: 200
    ##   Content-Type: application/json
    ##   Size: 6.41 kB
    View(content(record)) # view displays the output in a human readable form within R Studio
    # Contains the url to download the shapefile
    url_shape <- content(record)$files[[5]]$links$download 
    
    httr::GET(url_shape, write_disk("ipbes_regions_subregions.zip", overwrite = T)) # Downloads shapefile
    ## Response [https://zenodo.org/api/files/581f2706-24e9-43d0-a776-0ce97f377938/ipbes_regions_subregions_shape_1.1.zip]
    ##   Date: 2021-02-04 13:31
    ##   Status: 200
    ##   Content-Type: application/octet-stream
    ##   Size: 175 MB
    ## <ON DISK>  C:\Users\jkumagai\Documents\IPBES\R\Geoinformatics\Technical Guidelines Series\Mapping Guidelines v2\ipbes_regions_subregions.zip
    unzip("ipbes_regions_subregions.zip") # unzips shapefile
    pop_raw <- FAOSTAT::read_faostat_bulk("Population_E_All_Data_(Normalized).zip") # load the population data using FAOSTAT's built in function 
    shape <- sf::st_read("IPBES_Regions_Subregions2.shp") # shapefile
    
    ## Reading layer `IPBES_Regions_Subregions2' from data source `C:\Users\jkumagai\Documents\IPBES\R\Geoinformatics\Technical Guidelines Series\Mapping Guidelines v2\IPBES_Regions_Subregions2.shp' using driver `ESRI Shapefile'
    ## Simple feature collection with 257 features and 5 fields
    ## geometry type:  MULTIPOLYGON
    ## dimension:      XY
    ## bbox:           xmin: -180 ymin: -90 xmax: 180 ymax: 83.65833
    ## geographic CRS: WGS 84
    crs_robin <-  "+proj=robin +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs"
    shape <- sf::st_transform(shape, crs_robin)
    ocean <- rnaturalearth::ne_download(scale = 10, type = 'ocean', category = 'physical', returnclass = "sf")
    
    ## OGR data source with driver: ESRI Shapefile 
    ## Source: "C:\Users\jkumagai\AppData\Local\Temp\RtmpqmEyBR", layer: "ne_10m_ocean"
    ## with 1 features
    ## It has 3 fields
    
    ocean <- sf::st_transform(ocean, crs = crs_robin) # changes the projection
    ocean <- ocean[,1]
    pop_2018 <- pop_raw %>% 
      dplyr::filter(element == "Total Population - Both sexes" &
               year == 2018) %>% 
      dplyr::select(area_code, # these columns are selected from the original data
             area,
             element,
             year,
             unit,
             value)
    tail(pop_2018$area, 34)
    
    ##  [1] "World"                                  
    ##  [2] "Africa"                                 
    ##  [3] "Eastern Africa"                         
    ##  [4] "Middle Africa"                          
    ##  [5] "Northern Africa"                        
    ##  [6] "Southern Africa"                        
    ##  [7] "Western Africa"                         
    ##  [8] "Americas"                               
    ##  [9] "Northern America"                       
    ## [10] "Central America"                        
    ## [11] "Caribbean"                              
    ## [12] "South America"                          
    ## [13] "Asia"                                   
    ## [14] "Central Asia"                           
    ## [15] "Eastern Asia"                           
    ## [16] "Southern Asia"                          
    ## [17] "South-Eastern Asia"                     
    ## [18] "Western Asia"                           
    ## [19] "Europe"                                 
    ## [20] "Eastern Europe"                         
    ## [21] "Northern Europe"                        
    ## [22] "Southern Europe"                        
    ## [23] "Western Europe"                         
    ## [24] "Oceania"                                
    ## [25] "Australia and New Zealand"              
    ## [26] "Melanesia"                              
    ## [27] "Micronesia"                             
    ## [28] "Polynesia"                              
    ## [29] "European Union"                         
    ## [30] "Least Developed Countries"              
    ## [31] "Land Locked Developing Countries"       
    ## [32] "Small Island Developing States"         
    ## [33] "Low Income Food Deficit Countries"      
    ## [34] "Net Food Importing Developing Countries"
    
    pop_2018 <- pop_2018[1:237, ] # Selects the first 237 records, thus removing the last 34 which are aggregated data
    pop_2018 <- FAOSTAT::translateCountryCode(data = pop_2018, from = "FAOST_CODE", to = "ISO3_CODE", "area_code") # Add's the ISO Code to the data
    ## 
    ## NOTE: Please make sure that the country are matched according to their definition
    ## Warning in FAOSTAT::translateCountryCode(data = pop_2018, from = "FAOST_CODE", : The following entries does not have 'ISO3_CODE' available
    ##     FAOST_CODE ISO3_CODE
    ## 53         351      <NA>
    ## 234        277      <NA>
    ##                                            OFFICIAL_FAO_NAME
    ## 53  China (China mainland, Hong Kong SAR, Macao SAR, Taiwan)
    ## 234                              the Republic of South Sudan
    pop_2018[230,2] <- "SSD" # South Sudan
    pop_2018 <- na.omit(pop_2018) # removes China (including other areas)
    colnames(shape)[2] <- "ISO3_CODE" 
    regions <- shape %>%   
      as.data.frame() %>% # drops the spatial attributes
      dplyr::select(ISO3_CODE, Region, Sub_Region)  # filters the columns
    
    pop_2018 <- dplyr::left_join(x = pop_2018, y = regions, by = "ISO3_CODE") %>% # Joins data
     tidyr::drop_na() # conveenient function from tidyr package 
    pop_2018 <- pop_2018 %>% 
      dplyr::group_by(Region) %>% # Grouping by regions
      dplyr::mutate(region_pop = sum(value)/1000) %>% # calculates total population (millions) per region
      dplyr::ungroup() %>% 
      dplyr::group_by(Sub_Region) %>% # Grouping by sub-region 
      dplyr::mutate(sub_region_pop = sum(value)/1000) %>% # calculates total population (millions) per sub-region
      dplyr::ungroup() 
    pop_2018
    
    ## # A tibble: 234 x 11
    ##    FAOST_CODE ISO3_CODE area  element  year unit   value Region Sub_Region
    ##         <int> <chr>     <chr> <chr>   <int> <chr>  <dbl> <chr>  <chr>     
    ##  1          1 ARM       Arme~ Total ~  2018 1000~ 2.95e3 Europ~ Eastern E~
    ##  2          2 AFG       Afgh~ Total ~  2018 1000~ 3.72e4 Asia ~ South Asia
    ##  3          3 ALB       Alba~ Total ~  2018 1000~ 2.88e3 Europ~ Central a~
    ##  4          4 DZA       Alge~ Total ~  2018 1000~ 4.22e4 Africa North Afr~
    ##  5          5 ASM       Amer~ Total ~  2018 1000~ 5.55e1 Asia ~ Oceania   
    ##  6          6 AND       Ando~ Total ~  2018 1000~ 7.70e1 Europ~ Central a~
    ##  7          7 AGO       Ango~ Total ~  2018 1000~ 3.08e4 Africa Southern ~
    ##  8          8 ATG       Anti~ Total ~  2018 1000~ 9.63e1 Ameri~ Caribbean 
    ##  9          9 ARG       Arge~ Total ~  2018 1000~ 4.44e4 Ameri~ South Ame~
    ## 10         10 AUS       Aust~ Total ~  2018 1000~ 2.49e4 Asia ~ Oceania   
    ## # ... with 224 more rows, and 2 more variables: region_pop <dbl>,
    ## #   sub_region_pop <dbl>
    data <- dplyr::full_join(x = shape, y = pop_2018, by = "ISO3_CODE")
    data_region <- data %>% # this dissolves the data by region
      dplyr::group_by(Region.x) %>% 
      dplyr::summarise(region_pop2 = sum(value, na.rm = T)/1000) %>% 
      sf::st_cast() 
    
    data_subregion <- data %>% # this dissolves the data by subregion
      dplyr::group_by(Sub_Region.x) %>% 
      dplyr::summarise(sub_region_pop2 = sum(value, na.rm=T)/1000) %>% 
      sf::st_cast()
    data_region$region_pop2 <- as.character(round(data_region$region_pop2 )) # Treats the values as groups so the legend displays correctly 
    data_region$region_pop2[5] <- "0927" # Ensures the legend displays correctly
    
    # Plotting by regions
    palette <- c("grey","aliceblue", "lightskyblue", "dodgerblue", "dodgerblue4") # colors
    
    
    plot(data_region[,2], pal = palette, main = "Total population (millions) in 2018 per region")
    # Creates latitude and longitude labels and graticules
    lat <- c(-90, -60, -30, 0, 30, 60, 90)
    long <- c(-180, -120, -60, 0, 60, 120, 180)
    labs <- graticule::graticule_labels(lons = long, lats = lat, xline = -180, yline = 90, proj = crs_robin) # labels for the graticules 
    lines <- graticule::graticule(lons = long, lats = lat, proj = crs_robin) # graticules 
    par(mar = c(2,3,1,2)) # Adjusts the edges of the frame 
    plot(lines, lty = 5, col = "lightgrey",  main = "Total population (millions) in 2018 per region") # plots graticules 
    plot(ocean, col = ggplot2::alpha("slategray1", 0.3), add = TRUE) 
    plot(data_region[,2], pal = palette, add = TRUE)
    text(subset(labs, labs$islon), lab = parse(text = labs$lab[labs$islon]), pos = 3, xpd = NA) # plots longitude labels
    text(subset(labs, !labs$islon), lab = parse(text = labs$lab[!labs$islon]), pos = 2, xpd = NA) # plots latitude labels
    legend("bottom", # adding the legend last 
           legend = (data_region %>% pull(region_pop2) %>% sort()),
           fill = palette, 
           horiz = TRUE, bty = "n")
    box(which = "plot", lty = "solid") # Map frame 
    plot(data_subregion[,2], main = "Total population (millions) in 2018 per sub-region", breaks = "quantile")

    Part 6 - How to Upload to and Download from Zenodo

    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 [email protected]envelope

    Version: 1.1 Last Updated: 14 July 2022

    DOI: 10.5281/zenodo.6834336arrow-up-right

    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: .

    hashtag
    I. Zenodo overview

    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

    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:

    1. Access to IPBES products

    2. A digital object identifier (DOI) to enable citation of the product or deposit including direct access to its digital representation

    3. 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.

    hashtag
    II. How to upload to Zenodo manually

    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.

    hashtag
    A. Some important things to mention

    1. 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.

    2. can be used to become familiar with the interface and practice without permanently uploading files

    3. 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

    hashtag
    B. How to reserve a DOI

    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.

    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.

    hashtag
    C. Authors versus contributors

    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.

    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.

    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.

    hashtag
    D. Related identifiers

    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.

    hashtag
    E. Access and licenses

    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

    hashtag
    F. Versioning and Keywords:

    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

    hashtag
    III. How to upload to Zenodo using GitHub

    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:

    1. Log in and choose your repository on GitHub and ensure it is publicly available

    2. Log into your Zenodo account

    3. 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)

    Each new release should create a new version of the Zenodo Upload, published automatically.

    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.

    hashtag
    IV. How to share Zenodo entries

    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]

    For example, see the Zenodo upload of this technical guideline here:

    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.

    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:

    hashtag
    V. How to download from Zenodo

    hashtag
    A. Manually

    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.

    hashtag
    B. Programmatically using R

    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.

    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:

    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:

    For any questions please feel free to contact us at . If you have any Zenodo specific questions they may be answered on their .

    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

  • 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

  • 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

  • Back on GitHub, under settings click "Webhooks" in the left-hand menu. There should be a webhook configured to Zenodo

  • Create a new on your GitHub repository. Click publish

  • 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

  • https://ict.ipbes.net/repositories/zenodoarrow-up-right
    Zenodoarrow-up-right
    Zenodoarrow-up-right
    https://zenodo.org/communities/ipbes/arrow-up-right
    Zenodo sandboxarrow-up-right
    a new upload on Zenodoarrow-up-right
    IPBES Data Management Tutorialsarrow-up-right
    GitHub Guide on this topic here.arrow-up-right
    This resourcearrow-up-right
    https://doi.org/10.5281/zenodo.5713976arrow-up-right
    10.5281/zenodo.3551078arrow-up-right
    herearrow-up-right
    download_zenodoarrow-up-right
    inborutilsarrow-up-right
    IPBES regions and subregionsarrow-up-right
    [email protected]envelope
    frequently asked question pagearrow-up-right
    Figure 1: Reserving a DOI on Zenodo
    Figure 2: Options of some available roles for names listed under the Contributors section.
    Figure 4: The Zenodo interface when your GitHub account is linked. The bottom of the image shows a repository and corresponding toggle switch
    Figure 6: Example of available files and the download option from the IPBES Data Management Tutorials Zenodo record (https://doi.org/10.5281/zenodo.4020373)
    # Install the package inborutis and load into library
    library(inborutils)
    
    doi <- "10.5281/zenodo.3923633"
    local_path <- "data"
    inborutils::download_zenodo(doi, local_path, quiet = TRUE)
    list.files(local_path)
    # Install these packages and then load them into library
    library(magrittr)             # Package for the pipe function 
    library(sf)                   # Package to read the vector data
    
    path <- "data/ipbes_regions_subregions_shape_1.1.zip"
    unzip(path,                   # pathname of the zip file 
          exdir = local_path)     # pathname to extract files to
    
    file <- list.files(path = local_path, pattern = "\\.shp$", full.names = T)
    data <- sf::st_read(file, quiet = T)
    
    # Plot some data
    Mexico <- data %>% filter(ISO_3 == "MEX")
    plot(Mexico[,1], main = "Mexico")
    releasearrow-up-right
    Figure 3: Example of related identifiers specified on the overarching IPBES Data Management Tutorials Zenodo upload (https://doi.org/10.5281/zenodo.4020373)
    Figure 5: Screen shot capturing the area of the Zenodo upload which specifies the DOI to use to cite all versions of the IPBES data management policy

    Part 5 - File formats

    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 [email protected]envelope

    Version: 1.1 Last Updated: 15 July 2022

    DOI: 10.5281/zenodo.6839037arrow-up-right

    hashtag
    I. Executive Summary

    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.

    hashtag
    II. Geospatial Files

    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 .

    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.

    hashtag
    A. Vector Data

    hashtag
    i. GeoPackage

    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.

    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.

    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

    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.

    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 .

    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

    hashtag
    ii. Shapefile

    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 .

    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.

    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 .

    • .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

    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

    To export and read a shapefile, the sf package can also be used.

    hashtag
    iii. GeoJSON

    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.

    More technical information can be found on the Sustainability of Digital Formats website which supports the US Library of Congress Collections.

    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.

    hashtag
    iv. KML/KMZ

    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.

    More information on KML is available from Google.

    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

    hashtag
    B. Raster Data

    hashtag
    i. GeoTIFF and Cloud Optimized GeoTIFF

    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.

    More information can be found on from the NASA standards and references webpage.

    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

    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

    hashtag
    ii. Geopackage (raster)

    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.

    More information on how the tiles are stored within the GeoPackage can be found

    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

    hashtag
    iii. NetCDF

    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.

    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.

    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.

    hashtag

    hashtag
    C. Resources and useful R packages for handling spatial data

    For more information on these geospatial data types and other types can be found here as well:

    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.

    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.

    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.

    hashtag
    III. Tabular Files

    The rest of this technical guideline will go through recommended file formats for tabular, textual files, and image files with less detailed information.

    hashtag
    i. Structure

    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.

    hashtag
    ii. CSV / TXT

    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.

    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.

    To export a table as a CSV file or tab delineated file in R, follow and adapt this code:

    hashtag
    IV. Textual Files

    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.

    hashtag
    i. TXT

    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.

    hashtag
    ii. PDF

    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.

    More information on the PDF file format can be found .

    hashtag
    iii. DOCX

    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.

    If you interested, more technical information can be found .

    hashtag
    V. Image Files

    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

    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.

    hashtag
    Vector Image Files

    hashtag
    i. SVG

    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.

    hashtag
    ii. EPS

    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.

    hashtag
    iii. PDF

    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.

    hashtag
    Raster Image Files

    hashtag
    i. PNG

    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.

    hashtag
    ii. JPEG / JPG

    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.

    hashtag
    iii. TIFF

    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.

    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 .

    PNG, JPEG

    .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

  • 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.

  • KML/KMZ

    sf

    GeoTIFF

    raster / terra

    NetCDF

    ncdf4

    30

    25

    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

    Data Type

    Recommended R Package

    Link to a conversion guide

    GeoPackage (vector)

    sf / stars

    GeoPackage (raster)

    sf / stars

    Shapefiles

    sf

    GeoJSON

    Experiment

    Minimum Temperature

    Maximum Temperature

    Average Temperature

    1

    8

    20

    15

    2

    15

    27

    23

    3

    Experiment

    Variable

    Temperature

    1

    Minimum Temperature

    8

    1

    Maximum Temperature

    20

    1

    Average Temperature

    15

    2

    this data carpentry websitearrow-up-right
    this guidearrow-up-right
    their websitearrow-up-right
    online here for small shapefilesarrow-up-right
    herearrow-up-right
    ESRI’s website herearrow-up-right
    herearrow-up-right
    herearrow-up-right
    herearrow-up-right
    herearrow-up-right
    Cloud Optimized GeoTIFFarrow-up-right
    herearrow-up-right
    herearrow-up-right
    herearrow-up-right
    herearrow-up-right
    this websitearrow-up-right
    this guidearrow-up-right
    https://gisgeography.com/gis-formats/arrow-up-right
    R Spatialarrow-up-right
    sfarrow-up-right
    rasterarrow-up-right
    terraarrow-up-right
    herearrow-up-right
    herearrow-up-right
    herearrow-up-right
    this websitearrow-up-right
    [email protected]envelope

    Photographs

    sf

    21

    Minimum Temperature

    Part 7 - How to Cite IPBES Assessment Reports

    Technical Guideline Series

    Prepared by the technical support unit of knowledge and data

    For any inquires please contact

    Version: 6.0 Last Updated: October 6th 2025

    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.

    library(magrittr) # for the pipe operator 
    library(sf) # we use sf package to handle vector data 
    
    States <- raster::getData("GADM", country = "United States", level = 1) # Downloads data from GADM
    Utah_sf <- st_as_sf(States) %>% dplyr::filter(NAME_1 == "Utah") # Select just the state of Utah for simplicity 
    Utah_sf %>% 
      st_write("Utah_geopackage.gpkg", # Uses the GPKG driver of the GDAL library 
               layer = "Utah")  # Names the layer, as a GeoPackage can have multiple layers 
    Utah_test <- st_read("Utah_geopackage.gpkg",
                        layer = "Utah")
    # Export 
    Utah_sf %>% 
      write_sf("Utah_shapefile.shp")
    
    # Read
    Utah_test2 <- read_sf("Utah_shapefile.shp")
    # Export 
    Utah_sf %>% 
      st_write("Utah.geojson",
               driver = "GeoJSON",
               layer_options = "RFC7946=YES")
    
    # Read
    Utah_test3 <- read_sf("Utah.geojson")
    st_crs(Utah_sf) # check projection
    
    ## Coordinate Reference System:
    ##   User input: +proj=longlat +datum=WGS84 +no_defs 
    ##   wkt:
    ## GEOGCRS["unknown",
    ##     DATUM["World Geodetic System 1984",
    ##         ELLIPSOID["WGS 84",6378137,298.257223563,
    ##             LENGTHUNIT["metre",1]],
    ##         ID["EPSG",6326]],
    ##     PRIMEM["Greenwich",0,
    ##         ANGLEUNIT["degree",0.0174532925199433],
    ##         ID["EPSG",8901]],
    ##     CS[ellipsoidal,2],
    ##         AXIS["longitude",east,
    ##             ORDER[1],
    ##             ANGLEUNIT["degree",0.0174532925199433,
    ##                 ID["EPSG",9122]]],
    ##         AXIS["latitude",north,
    ##             ORDER[2],
    ##             ANGLEUNIT["degree",0.0174532925199433,
    ##                 ID["EPSG",9122]]]]
    # Export 
    st_write(Utah_sf, "Utah.kml", driver = "kml")
    
    # Read
    Utah_test4 <- st_read("Utah.kml")
    library(raster)
    
    # Create raster to export
    artwork <- raster() %>% 
      setValues(runif(ncell(.)))  # fill with random values
    
    # Export
    writeRaster(artwork, "artwork.tif")
    raster("artwork.tif")
    
    ## class      : RasterLayer 
    ## dimensions : 180, 360, 64800  (nrow, ncol, ncell)
    ## resolution : 1, 1  (x, y)
    ## extent     : -180, 180, -90, 90  (xmin, xmax, ymin, ymax)
    ## crs        : +proj=longlat +datum=WGS84 +no_defs 
    ## source     : artwork.tif 
    ## names      : artwork 
    ## values     : 1.338031e-05, 0.9999878  (min, max)
    library(stars)
    
    # Writing a Geopackage 
    artwork %>% 
      st_as_stars %>% # this converts the RasterLayer to a stars object
      write_stars("artwork.gpkg",
                  driver = "GPKG")
    
    # Read the GeoPackage 
    artwork_gpkg_stars <- read_stars("artwork.gpkg") %>% 
      as("Raster")
    artwork_gpkg_stars
    
    ## class      : RasterLayer 
    ## dimensions : 180, 360, 64800  (nrow, ncol, ncell)
    ## resolution : 1, 1  (x, y)
    ## extent     : -180, 180, -90, 90  (xmin, xmax, ymin, ymax)
    ## crs        : +proj=longlat +datum=WGS84 +no_defs 
    ## source     : memory
    ## names      : layer 
    ## values     : 1.338031e-05, 0.9999878  (min, max)
    library(ncdf4)
    data(volcano) # store volcano dataset 
    z <- 10*volcano      # matrix of elevations
    x <- 100*(1:nrow(z)) # meter spacing (S to N)
    y <- 100*(1:ncol(z)) # meter spacing (E to W)
    # Define the netcdf coorindate variables
    dim1 <- ncdim_def(name = "EW", units = "meters", vals = as.double(x)) # Defines longitude 
    dim2 <- ncdim_def(name = "SN", units = "meters", vals = as.double(y)) # Defines latitude 
    
    # Define the empty netcdf variable (elevation)
    fillvalue <- 1e32
    dlname <- "Elevation"
    elevation_def <- ncvar_def("Elevation", units = "meters", list(dim1,dim2), fillvalue, dlname , prec="double")
    # create netCDF file and put arrays
    file_volcano <- nc_create("Volcano.nc",list(elevation_def),force_v4=TRUE)
    
    # Add variables into the file
    ncvar_put(file_volcano, elevation_def, z)
    
    # Get a summary of the created file: 
    file_volcano
    
    ## File Volcano.nc (NC_FORMAT_NETCDF4):
    ## 
    ##      1 variables (excluding dimension variables):
    ##         double Elevation[EW,SN]   (Contiguous storage)  
    ##             units: meters
    ##             _FillValue: 1e+32
    ## 
    ##      2 dimensions:
    ##         EW  Size:87
    ##             units: meters
    ##             long_name: EW
    ##         SN  Size:61
    ##             units: meters
    ##             long_name: SN
    nc_close(file_volcano)
    # First step is to open the file
    example <- nc_open("Volcano.nc")
    example
    
    ## File Volcano.nc (NC_FORMAT_NETCDF4):
    ## 
    ##      1 variables (excluding dimension variables):
    ##         double Elevation[EW,SN]   (Contiguous storage)  
    ##             units: meters
    ##             _FillValue: 1e+32
    ## 
    ##      2 dimensions:
    ##         EW  Size:87
    ##             units: meters
    ##             long_name: EW
    ##         SN  Size:61
    ##             units: meters
    ##             long_name: SN
    lon <- ncvar_get(example,"EW")               # longitude
    lat <- ncvar_get(example, "SN")              # latitude 
    elevation <- ncvar_get(example, "Elevation") # variable
    filled.contour(lon,lat,elevation, color = terrain.colors, asp = 1)
    # csv
    write.csv(mtcars,                   # Dataset 
              "mtcars.csv",             # Name of file 
              fileEncoding="UTF-8")     # Specifies encoding (UTF-8 preferred)
    
    # tab
    write.table(mtcars,                 # Dataset
                file = "mtcars.txt",    # Name of file 
                sep = "\t",             # Tab delineation 
                fileEncoding = "UTF-8") # Specifies encoding (UTF-8 preferred)
    svg("example_1.svg")                     # SVG graphics device and file name 
    
    plot(rnorm(100), main = "Example Graph") # Plot your graph 
    
    dev.off()                                # Close the graphics device 
    setEPS()
    postscript("example_2.eps")
    
    plot(rnorm(100), main = "Example Graph")  # Plot your graph 
    
    dev.off()
    pdf("example_3.pdf",         
        width = 4, height = 4,               # Width and height in inches 
        paper = "A4")                        # Paper size 
    
    plot(rnorm(100), main = "Example Graph") # Plot your graph 
    
    dev.off()
    png("example_4.png",
         width = 4, height = 4,
         units = "in",                       # Units in inches 
         res = 300)                          # resolution in dpi
    
    plot(rnorm(100), main = "Example Graph") # Plot your graph 
    
    dev.off()
    jpeg("example_5.jpeg", width = 4, height = 4, units = 'in', res = 300)
    plot(rnorm(100), main = "Example Graph")                               # Plot your graph 
    dev.off()
    tiff("example_6.tiff", width = 4, height = 4, units = "in", res = 300)             
    plot(rnorm(100), main = "Example Graph")                                # Plot your graph 
    dev.off()
    hashtag
    I. Business and Biodiversity Assessment

    hashtag
    Full report

    Methodological assessment of the impact and dependence of business on biodiversity and nature’s contributions to people of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services DOI:

    IPBES (2026). Methodological assessment of the impact and dependence of business on biodiversity and nature’s contributions to people of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Rueda X., Jones M., Polasky S., (eds.). IPBES secretariat, Bonn, Germany. DOI:

    Download the . Download the .

    hashtag
    Summary for Policymakers

    Summary for policymakers of the Methodological Assessment Report of the Impact and Dependency of Business on Biodiversity and Nature’s Contributions to People DOI:

    IPBES (2026). Summary for policymakers of the Methodological Assessment Report of the Impact and Dependency of Business on Biodiversity and Nature’s Contributions to People. Jones M., Polasky S., Rueda X., Brooks S., Carter Ingram J., Egoh B. N., von Hase A., Kohsaka R., Kulak M., Leach K., Loyola R., Mandle L., Rodriguez-Osuna V., Schaafsma M. and Sonter L. J. (eds.). IPBES secretariat, Bonn, Germany. DOI:

    Download the . Download the .

    hashtag
    Chapter 1

    Chapter 1: Setting the scene DOI: https://doi.org/10.5281/zenodo.17074175

    Rodriguez Osuna, V., Ingram J.C., Budiani I., de Jesus E., Inostroza L., Kalumanga Ngallaba E., Perram A., Schultz L., Shimshack J., Teren G., Ayambire R., Priyadarshini P. (2026). Chapter 1: Setting the scene. In: Methodological Assessment Report of the Impact and Dependency of Business on Biodiversity and Nature’s Contributions to People of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Rueda X., Jones M., Polasky S., (eds.). IPBES secretariat, Bonn, Germany. DOI:

    Download the . Download the .

    hashtag
    Chapter 2

    Chapter 2: How does business depend on biodiversity? DOI:

    Egoh B.N., Schaafsma M., Duan H., Hochard J., Joo W., López Cubillos S., Paspaldzhiev I., Prodanova H., Willemen L., Koh N.S., Lankia T., Vargas O. (2026). Chapter 2: How does business depend on biodiversity? In: Methodological Assessment Report of the Impact and Dependency of Business on Biodiversity and Nature’s Contributions to People of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Rueda X., Jones M., Polasky S., (eds.). IPBES secretariat, Bonn, Germany. DOI:

    Download the . Download the .

    hashtag
    Chapter 3

    Chapter 3: How does business impact biodiversity? DOI:

    Mandle L., Koshaka R., Bull J., Crona B., Johnson M.A., Oguge N.O., Panwar R., Romero C., Ávila Ortega D.I., Chelangat S. Chetty K., Vargas O. (2026). Chapter​ 3: How does business impact biodiversity?. In: Methodological Assessment Report of the Impact and Dependency of Business on Biodiversity and Nature’s Contributions to People of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Rueda X., Jones M., Polasky S., (eds.). IPBES secretariat, Bonn, Germany. DOI:

    Download the . Download the .

    hashtag
    Chapter 4

    Chapter 4: Approaches for measurement of business dependencies and impacts on biodiversity DOI:

    Brooks S., Kulak M., Feger C., Lee H., van Oorschot M., Pavani B.F., Pfister S., Verones F., Zanetti E.A., Bedford J., Nemecek D., Vera Paz A. (2026). Chapter 4: Approaches for measurement of business dependencies and impacts on biodiversity. In: Methodological Assessment Report of the Impact and Dependency of Business on Biodiversity and Nature’s Contributions to People of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Rueda X., Jones M., Polasky S., (eds.). IPBES secretariat, Bonn, Germany. DOI:

    Download the . Download the .

    hashtag
    Chapter 5

    Chapter 5: Businesses as key actors in transformative change: options for action DOI:

    von Hase A., Sonter L.J., Nguyen T., Adam J., Dickinson S., Enrici M-H., Fabregas T., Howard P., Hummel Wicher N.L., Husain H.J., Lasmana F.P., Narain D., Vera Paz A., Tarasova-Krasiieva, O., Vargas, O. (2026). Chapter 5: Businesses as key actors in transformative change: options for action. In: Methodological Assessment Report of the Impact and Dependency of Business on Biodiversity and Nature’s Contributions to People of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Rueda X., Jones M., Polasky S., (eds.). IPBES secretariat, Bonn, Germany. DOI:

    Download the . Download the .

    hashtag
    Chapter 6

    Chapter 6: Creating an enabling environment for business: options for action by governments, the financial sector, Indigenous people and local communities and civil society DOI:

    Leach K., Loyola R., Chatwin A., Leenders C., Mukumbuta Guillemin I., Park M.S., Syed Hazari S.M., Yiu E. Prodani K., Rabeschini G., Vera Paz A. (2026). Chapter 6: Creating an enabling environment for business: options for action by governments, the financial sector, Indigenous people and local communities and civil society. In: Methodological Assessment Report of the Impact and Dependency of Business on Biodiversity and Nature’s Contributions to People of the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services. Rueda X., Jones M., Polasky S., (eds.). IPBES secretariat, Bonn, Germany. DOI:

    Download the . Download the .

    hashtag
    II. Transformative Change Assessment

    hashtag
    Full report

    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 .

    hashtag
    Summary for Policymakers

    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 .

    hashtag
    Chapter 1

    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 .

    hashtag
    Chapter 2

    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 .

    hashtag
    Chapter 3

    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 .

    hashtag
    Chapter 4

    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 .

    hashtag
    Chapter 5

    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 .

    hashtag
    III. Nexus Assessment

    hashtag
    Full report

    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 .

    hashtag
    Summary for Policymakers

    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 .

    hashtag
    Chapter 1

    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 .

    hashtag
    Chapter 2

    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., Fischer, J., Földvári, G., Godoy-Faúndez, A., 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 .

    hashtag
    Chapter 3

    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 .

    hashtag
    Chapter 4

    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 .

    hashtag
    Chapter 5

    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., Duchková, H., 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., Kulmala, S., Lalika, M., Lee, K.-C., Llope, M., Mácová, K., Melo, F., Milano, F. A., Minaverry, C. M., Morand, S., Mustafa, M. A., 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

    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 .

    hashtag
    Chapter 5.1

    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 .

    hashtag
    Chapter 5.2

    Chapter 5.2: Options for delivering sustainable approaches to water DOI:

    Kumar, R., Pauker, C., Santos, M. J., Gyawali, D., Kouame, A. A., Kulmala, S., Lalika, M., Minaverry, C. M., 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 .

    hashtag
    Chapter 5.3

    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 .

    hashtag
    Chapter 5.4

    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 .

    hashtag
    Chapter 5.5

    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 .

    hashtag
    Chapter 5.6

    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 .

    hashtag
    Chapter 6

    Chapter 6: Options for delivering sustainable approaches to public and private finance for biodiversity-related elements of the nexus DOI:

    Ley, D., Vause, J., 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 .

    hashtag
    Chapter 7

    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 .

    hashtag
    IV. Invasive Alien Species Assessment

    hashtag
    Full report

    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 .

    hashtag
    Summary for Policymakers

    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 .

    hashtag
    Chapter 1

    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 .

    hashtag
    Chapter 2

    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 .

    hashtag
    Chapter 3

    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 .

    hashtag
    Chapter 4

    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 .

    hashtag
    Chapter 5

    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 .

    hashtag
    Chapter 6

    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 .

    hashtag
    V. Sustainable Use Assessment

    hashtag
    Full report

    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 .

    hashtag
    Summary for Policymakers

    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 .

    hashtag
    Chapter 1

    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 .

    hashtag
    Chapter 2

    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 .

    hashtag
    Chapter 3

    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 .

    hashtag
    Chapter 4

    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 .

    hashtag
    Chapter 5

    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 .

    hashtag
    Chapter 6

    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 .

    hashtag
    VI. Values Assessment

    hashtag
    Full report

    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 .

    hashtag
    Summary for Policymakers

    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 .

    hashtag
    Chapter 1

    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 .

    hashtag
    Chapter 2

    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 .

    hashtag
    Chapter 3

    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 .

    hashtag
    Chapter 4

    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 .

    hashtag
    Chapter 5

    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 .

    hashtag
    Chapter 6

    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 .

    hashtag
    VII. Global Assessment

    hashtag
    Full report

    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 .

    hashtag
    Summary for Policymakers

    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 .

    hashtag
    Chapter 1

    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 .

    hashtag
    Chapter 2.1

    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 .

    hashtag
    Chapter 2.2

    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 .

    hashtag
    Chapter 2.3

    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 .

    hashtag
    Chapter 3

    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 .

    hashtag
    Chapter 4

    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 .

    hashtag
    Chapter 5

    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 .

    hashtag
    Chapter 6

    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 .

    [email protected]envelope
    https://doi.org/10.5281/zenodo.5783347arrow-up-right
    https://doi.org/10.5281/zenodo.17185116arrow-up-right
    https://doi.org/10.5281/zenodo.17185116arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.15369060arrow-up-right
    https://doi.org/10.5281/zenodo.15369060arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.17074175arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.17074303arrow-up-right
    https://doi.org/10.5281/zenodo.17074303arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.17074410arrow-up-right
    https://doi.org/10.5281/zenodo.17074410arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.17074500arrow-up-right
    https://doi.org/10.5281/zenodo.17074500arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.17074573arrow-up-right
    https://doi.org/10.5281/zenodo.17074573arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.17074600arrow-up-right
    https://doi.org/10.5281/zenodo.17074600arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.11382215arrow-up-right
    https://doi.org/10.5281/zenodo.11382215arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.11382230arrow-up-right
    https://doi.org/10.5281/zenodo.11382230arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.11382238arrow-up-right
    https://doi.org/10.5281/zenodo.11382238arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.11382240arrow-up-right
    https://doi.org/10.5281/zenodo.11382240arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.11382244arrow-up-right
    https://doi.org/10.5281/zenodo.11382244arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.11382246arrow-up-right
    https://doi.org/10.5281/zenodo.11382246arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.11382248arrow-up-right
    https://doi.org/10.5281/zenodo.11382248arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.13850054arrow-up-right
    https://doi.org/10.5281/zenodo.13850054arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.13850289arrow-up-right
    https://doi.org/10.5281/zenodo.13850289arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.13850293arrow-up-right
    https://doi.org/10.5281/zenodo.13850293arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.13850301arrow-up-right
    https://doi.org/10.5281/zenodo.13850301arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.13850303arrow-up-right
    https://doi.org/10.5281/zenodo.13850303arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.13850305arrow-up-right
    https://doi.org/10.5281/zenodo.13850305arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.13850309arrow-up-right
    https://doi.org/10.5281/zenodo.13850309arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.13850315arrow-up-right
    https://doi.org/10.5281/zenodo.13850315arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.13850321arrow-up-right
    https://doi.org/10.5281/zenodo.13850321arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.13850325arrow-up-right
    https://doi.org/10.5281/zenodo.13850325arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.13850331arrow-up-right
    https://doi.org/10.5281/zenodo.13850331arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.13850335arrow-up-right
    https://doi.org/10.5281/zenodo.13850335arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.13850339arrow-up-right
    https://doi.org/10.5281/zenodo.13850339arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.13850345arrow-up-right
    https://doi.org/10.5281/zenodo.13850345arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.13850349arrow-up-right
    https://doi.org/10.5281/zenodo.13850349arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.13850355arrow-up-right
    https://doi.org/10.5281/zenodo.13850355arrow-up-right
    BibTex file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.7430682arrow-up-right
    https://doi.org/10.5281/zenodo.7430682arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.7430692arrow-up-right
    https://doi.org/10.5281/zenodo.7430692arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.7430723arrow-up-right
    https://doi.org/10.5281/zenodo.7430723arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.7430725arrow-up-right
    https://doi.org/10.5281/zenodo.7430725arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.7430727arrow-up-right
    https://doi.org/10.5281/zenodo.7430727arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.7430731arrow-up-right
    https://doi.org/10.5281/zenodo.7430731arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.7430733arrow-up-right
    https://doi.org/10.5281/zenodo.7430733arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.7430747arrow-up-right
    https://doi.org/10.5281/zenodo.7430747arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.6448567arrow-up-right
    https://doi.org/10.5281/zenodo.6448567arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.6425599arrow-up-right
    https://doi.org/10.5281/zenodo.6425599arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.6425671arrow-up-right
    https://doi.org/10.5281/zenodo.6425671arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.6053970arrow-up-right
    https://doi.org/10.5281/zenodo.6053970arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.6451322arrow-up-right
    https://doi.org/10.5281/zenodo.6451322arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.6451494arrow-up-right
    https://doi.org/10.5281/zenodo.6451494arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.6451922arrow-up-right
    https://doi.org/10.5281/zenodo.6451922arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.6452037arrow-up-right
    https://doi.org/10.5281/zenodo.6452037arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.6522522arrow-up-right
    https://doi.org/10.5281/zenodo.6522522arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.6522392arrow-up-right
    https://doi.org/10.5281/zenodo.6522392arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.6418971arrow-up-right
    https://doi.org/10.5281/zenodo.6418971arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.6493134arrow-up-right
    https://doi.org/10.5281/zenodo.6493134arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.6521298arrow-up-right
    https://doi.org/10.5281/zenodo.6521298arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.6522261arrow-up-right
    https://doi.org/10.5281/zenodo.6522261arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.6522326arrow-up-right
    https://doi.org/10.5281/zenodo.6522326arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.6522359arrow-up-right
    https://doi.org/10.5281/zenodo.6522359arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.3831673arrow-up-right
    https://doi.org/10.5281/zenodo.3831673arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.3553458arrow-up-right
    https://doi.org/10.5281/zenodo.3553458arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.3831852arrow-up-right
    https://doi.org/10.5281/zenodo.3831852arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.3831881arrow-up-right
    https://doi.org/10.5281/zenodo.3831881arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.3832005arrow-up-right
    https://doi.org/10.5281/zenodo.3832005arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.3832035arrow-up-right
    https://doi.org/10.5281/zenodo.3832035arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.3832052arrow-up-right
    https://doi.org/10.5281/zenodo.3832052arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.3832073arrow-up-right
    https://doi.org/10.5281/zenodo.3832073arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.3832099arrow-up-right
    https://doi.org/10.5281/zenodo.3832099arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right
    https://doi.org/10.5281/zenodo.3832107arrow-up-right
    https://doi.org/10.5281/zenodo.3832107arrow-up-right
    BibTeX file herearrow-up-right
    RIS file herearrow-up-right