Skip to content

Commit

Permalink
add funder and data source metadata #39
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Dec 9, 2020
1 parent 9e10585 commit 9ee7ee7
Show file tree
Hide file tree
Showing 8 changed files with 112 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ jobs:
add_git_labels: true
push: ${{ github.event_name != 'pull_request' }}
- name: Log in to Azure
if: github.ref == 'refs/heads/main'
uses: azure/[email protected]
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Deploy to Azure Webapps
if: github.ref == 'refs/heads/main'
run: |
shinycaas::az_webapp(
plan = "hoad",
Expand Down
12 changes: 12 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ Authors@R:
person(
given = "Göttingen State and University Library",
role = c("cph", "fnd")
),
person(
given = "German Research Foundation",
role = c("spn")
),
person(
given = "Crossref",
role = c("dtc")
),
person(
given = "OpenAPC Initiative",
role = c("dtc")
)
)
Description:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ The compliance checker helps libraries and funders of open access publications s

## Data Sources

<!-- TODO this should be replaced by proper metadata in pkgdown sidebar https://github.com/subugoe/metacheck/issues/39 -->

- [Crossref REST API (Metadata Plus)](https://github.com/CrossRef/rest-api-doc)
- [Open APC Initiative](https://openapc.net/)

Expand All @@ -129,4 +131,6 @@ The package includes:

## Funding acknowledgement

<!-- TODO this should be replaced by proper metadata in pkgdown sidebar https://github.com/subugoe/metacheck/issues/39 -->

This scholarly communication analytics services is supported by the [Deutsche Forschungsgemeinschaft](https://gepris.dfg.de/gepris/projekt/416115939).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 82 additions & 0 deletions man/figures/metadata-from-crossref-logo-200.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/openAPC_01+.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions man/metacheck-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ authors:
href: https://www.maxheld.de
Göttingen State and University Library:
href: https://www.sub.uni-goettingen.de/
German Research Foundation:
href: https://www.dfg.de
html: <img src="reference/figures/dfg_logo_schriftzug_blau_foerderung_en.jpg" height="15">
Crossref:
href: https://www.crossref.org
html: <img src="reference/figures/metadata-from-crossref-logo-200.svg" height="15">
OpenAPC Initiative:
href: https://github.com/openapc
html: <img src="reference/figures/openAPC_01+.png" height="15">
template:
package: subugoetheme
home:
Expand Down

0 comments on commit 9ee7ee7

Please sign in to comment.