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.

Plot metric counts per year

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

Plot metric counts per author affiliation

Plot stacked bar plot showing how individual author's affiliations of University of Oxford's outputs contribute their metric counts to the corresponding aggregated total. The plot shows top 30 author affiliations (other than University of Oxford) by the combined citations, views and downloads count.

Plot metric counts per individual output

Plot stacked bar plot showing how individual outputs of University of Oxford's contribute their metric counts to the corresponding aggregated total. The plot shows DOIs of top 30 outputs by the combined citations, views and downloads count.

Display a word cloud of output titles.

Display a word cloud of words from output titles in which word size is determined by the aggregated citations, views and downloads count corresponding to all output titles in which it appears.

Plot via Vega Editor an interactive matrix diagram of output authors' affiliations

Generate data in the format that you can use in Vega Editor to plot an interactive matrix diagram of University of Oxford's outputs author affiliations. In this diagram:

*For affiliation to geographic region mapping see below.