Skip to content

Commit

Permalink
list sheets in correct section
Browse files Browse the repository at this point in the history
closes #331
opens #329 a bit more, b/c now the table isn't even described
on static website
  • Loading branch information
maxheld83 committed Nov 5, 2021
1 parent a0cdac0 commit f3f4d86
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 27 deletions.
10 changes: 9 additions & 1 deletion R/email.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,15 @@ mc_body_block <- function(dois, translator = mc_translator(), ...) {
blastula::block_title(translator$translate("Individual Results")),
blastula::block_text(translator$translate(
"You can find individual results for every DOI in the attached spreadsheet."
))
)),
blastula::block_text(
blastula::md(
mc_long_docs_string(
"table.md",
lang = translator$get_translation_language()
)
)
)
)
}

Expand Down
7 changes: 7 additions & 0 deletions inst/long_docs/de/table.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Die Datei enthält folgende Datenblätter:

- `cr_overview`: Überblick
- `cc_license_check`: Detailauswertung Lizenzüberprüfung
- `tdm`: Detailauswertung Volltextlinks und TDM
- `funder_info`: Förderinformationen lt. Crossref
- `pretest`: Ergebnisse der Vorabprüfung
7 changes: 7 additions & 0 deletions inst/long_docs/en/table.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The file contains the following sheets:

- `cr_overview`: Overview
- `cc_license_check`: License metadata
- `tdm`: Full-text links for Text and Data Mining (TDM)
- `funder_info`: Funder information
- `pretest`: Pre-test
13 changes: 0 additions & 13 deletions inst/rmarkdown/templates/bericht/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,3 @@ funder_metrics(mcres$funder_info) %>%
Erneut können Crossref Metadaten mehr als einen Förderer pro DOI enthalten, so dass Anteile ggfs. auf über 100% addieren.

Bitte beachten Sie, dass aufgrund der unvollständigen Abdeckung Crossref (noch) nicht geeignet ist für umfangreiche Analysen des Förderkontexts von Publikationen.


## Datenanhang

Beigefügt zur Email befindet sich ein Excel-Spreadsheet mit Metadaten auf Artikelebene für weitere Analysen.

Es umfasst folgende Datenblätter:

- `cr_overview`: Überblick
- `cc_license_check`: Detailauswertung Lizenzüberprüfung
- `tdm`: Detailauswertung Volltextlinks und TDM
- `funder_info`: Förderinformationen lt. Crossref
- `pretest`: Ergebnisse der Vorabprüfung
13 changes: 0 additions & 13 deletions inst/rmarkdown/templates/report/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,3 @@ funder_metrics(mcres$funder_info) %>%
Here again, Crossref metadata can include more than one funder for each DOI, and the percentages can add to more than 100%.

Please note that due to the (still) limited coverage of Crossref, results may not be suitable to comprehensively analyse funding contexts of a publication.


### Attachment

An attached Excel-Spreadsheet allows you to build on our analysis.

It contains the following sheets with article-level metadata:

- `cr_overview`: Overview
- `cc_license_check`: License metadata
- `tdm`: Full-text links for Text and Data Mining (TDM)
- `funder_info`: Funder information
- `pretest`: Pre-test

0 comments on commit f3f4d86

Please sign in to comment.