Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tesaunders committed Jan 28, 2024
1 parent 6c47fa6 commit 95e9635
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Querying Open Alex for rates of open access for publications authored by researchers affiliated with NZ universities.

## Background

The Ministry of Business, Innovation, and Employment (MBIE) released an [Open Research Policy](https://www.mbie.govt.nz/science-and-technology/science-and-innovation/agencies-policies-and-budget-initiatives/open-research-policy/) in November 2022 which:

> ...requires that all peer-reviewed publications arising from research funded through research investment processes administered by MBIE be made available with Open Access (free of charge, online access for any person) through one of the approved pathways.
Expand All @@ -11,6 +13,8 @@ Universities NZ released a [Pan-University Statement on Open Access](https://www
> Increase open access across our university repositories from 48% of published research (current)
to 70% by 2025.

This dashboard is an attempt to monitor rates of open access across New Zealand universities.

## Data

Data is parsed from the [Open Alex API](https://docs.openalex.org/).
Expand Down
2 changes: 1 addition & 1 deletion oa-dashboard.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ knitr::opts_chunk$set(fig.align="center")
library(tidyverse)
```

This dashboard reads in data extracted from the Open Alex API via [this query](query.html), calculates a variety of metrics, and visualises the data in a series of plots to show trends at a national and institution-specific level since 2010. Plots are shown on the page and saved into the `/fig` directory.
This dashboard reads in data extracted from the Open Alex API via [this query](query.html), calculates a variety of metrics, and visualises the data in a series of plots to show trends at a national and institution-specific level since 2010. All code and plots can be found [here](https://github.com/tesaunders/oa-nz).

```{r}
# Get most current full year
Expand Down

0 comments on commit 95e9635

Please sign in to comment.