diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 027a62bc..e06452f3 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -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/login@v1.1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Deploy to Azure Webapps
+ if: github.ref == 'refs/heads/main'
run: |
shinycaas::az_webapp(
plan = "hoad",
diff --git a/DESCRIPTION b/DESCRIPTION
index 5a22406e..02038561 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -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:
diff --git a/README.md b/README.md
index 679a0e51..ca9091b1 100644
--- a/README.md
+++ b/README.md
@@ -114,6 +114,8 @@ The compliance checker helps libraries and funders of open access publications s
## Data Sources
+
+
- [Crossref REST API (Metadata Plus)](https://github.com/CrossRef/rest-api-doc)
- [Open APC Initiative](https://openapc.net/)
@@ -129,4 +131,6 @@ The package includes:
## Funding acknowledgement
+
+
This scholarly communication analytics services is supported by the [Deutsche Forschungsgemeinschaft](https://gepris.dfg.de/gepris/projekt/416115939).
diff --git a/man/figures/dfg_logo_schriftzug_blau_foerderung_en.jpg b/man/figures/dfg_logo_schriftzug_blau_foerderung_en.jpg
new file mode 100644
index 00000000..42c516f1
Binary files /dev/null and b/man/figures/dfg_logo_schriftzug_blau_foerderung_en.jpg differ
diff --git a/man/figures/metadata-from-crossref-logo-200.svg b/man/figures/metadata-from-crossref-logo-200.svg
new file mode 100644
index 00000000..da00bfba
--- /dev/null
+++ b/man/figures/metadata-from-crossref-logo-200.svg
@@ -0,0 +1,82 @@
+
+
+
+
diff --git a/man/figures/openAPC_01+.png b/man/figures/openAPC_01+.png
new file mode 100644
index 00000000..f7c35951
Binary files /dev/null and b/man/figures/openAPC_01+.png differ
diff --git a/man/metacheck-package.Rd b/man/metacheck-package.Rd
index fb798afe..0cf9c336 100644
--- a/man/metacheck-package.Rd
+++ b/man/metacheck-package.Rd
@@ -29,6 +29,9 @@ Authors:
Other contributors:
\itemize{
\item Göttingen State and University Library [copyright holder, funder]
+ \item German Research Foundation [sponsor]
+ \item Crossref [data contributor]
+ \item OpenAPC Initiative [data contributor]
}
}
diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml
index 738406f1..3e0d1088 100644
--- a/pkgdown/_pkgdown.yml
+++ b/pkgdown/_pkgdown.yml
@@ -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:
+ Crossref:
+ href: https://www.crossref.org
+ html:
+ OpenAPC Initiative:
+ href: https://github.com/openapc
+ html:
template:
package: subugoetheme
home: