Skip to content

Commit

Permalink
Merge pull request #9 from subugoe/aug23
Browse files Browse the repository at this point in the history
Add blog post to the documentation
  • Loading branch information
njahn82 authored Sep 5, 2023
2 parents 6d22309 + 2274ddf commit ead8615
Show file tree
Hide file tree
Showing 6 changed files with 2,913 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,10 @@ jobs:
fc-cache -fv
- uses: quarto-dev/quarto-actions/setup@v2
with:
version: 1.3.433

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
- uses: r-lib/actions/setup-renv@v2

- name: Create dashboard documents
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## About

Source code repository for building and hosting dashboards to highlight Open Access uptake in hybrid journals included in transformative agreements.
Source code repository for building and hosting the Hybrid Open Access Dashboard (HOAD). A [blog post](https://www.coalition-s.org/blog/introducing-the-hybrid-open-access-dashboard-hoad/) introduces the aim of the dashboard and some key functionalities.

The dashboards are built using [Quarto](https://quarto.org/), an open source tool for scientific and technical publishing. Quarto documents contain text and analytical source code, in our case R, and are rendered to HTML. More specifically, we created parameterised reports from which Quarto generates publisher-specific views. The resulting website is published on GitHub pages.

Expand All @@ -26,7 +26,7 @@ This repository contains templates that are used to build specific Quarto docume

## Software dependencies

Underlying data analysis uses the R programming language. [`DESCRIPTION`](DESCRIPTION) gives a detailed overview of our R package dependencies. The `R` folder contains a collection of R functions and scripts used to build the dashboards.
Underlying data analysis uses the R programming language. [`DESCRIPTION`](DESCRIPTION) gives a detailed overview of R package dependencies. The `R` folder contains a collection of R functions and scripts used to build the dashboards.

## Data

Expand Down
Loading

0 comments on commit ead8615

Please sign in to comment.