FREYA Logo FREYA WP2 User Story3 As an administrator for the University of Oxford I am interested in the reuse of research outputs from our university, so that I can help identify the most interesting research outputs.

It is important for research organisations to measure quality and quantity of their outputs as well as their relevance to latest global research trends and to their own strategic science direction.

This notebook uses the DataCite GraphQL API to retrieve up to 100 outputs (e.g. publications or datasets) from University of Oxford in order to quantify and visualise their reuse.

Goal: By the end of this notebook, for a given organization, you should be able to display:

Install libraries and prepare GraphQL client

Define and run GraphQL query

Define the GraphQL query to retrieve up to 100 outputs (e.g. publications or datasets) from University of Oxford, using its Research Organization Registry (ROR) identifier.

Run the above query via the GraphQL client

Display total metric counts

Display total number of citations, views and downloads of University of Oxford's outputs.

Plot metric counts per output type

Plot stacked bar plot showing how each type of University of Oxford's outputs contribute their metric counts to the corresponding aggregated total.