FREYA Logo FREYA WP2 User Story 4 As a funder I want to see how many of the research outputs funded by me have an open license enabling reuse, so that I am sure I properly support Open Science.

Funders that support open research are interested in monitoring the extent of open access given to the outputs of grants they award - while the grant is active as well as retrospectively.

This notebook uses the DataCite GraphQL API to retrieve and report license types of outputs of the following funders to date:

Goal: By the end of this notebook you should be able to:

Install libraries and prepare GraphQL client

Define and run GraphQL query

Define the GraphQL query to find all outputs and associated licenses for three different funders: DFG (Deutsche Forschungsgemeinschaft, Germany), ANR (Agence Nationale de la Recherche, France) and SNF (Schweizerischer Nationalfonds zur Förderung der Wissenschaftlichen Forschung, Switzerland)).

Run the above query via the GraphQL client

Display bar plot of number of outputs per license type and funder.

Plot an interactive bar plot showing the proportion of outputs issued under a given license type, for each funder.

Plot output counts per license type, funder and year

Plot an interactive bar plot showing for each funder the proportion of outputs published in a given year under a given license type.