-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
- Pangaea is not yet submitting views and downloads to DataCite, so this information could be left out.
dryad.dryadhas usage stats, andgbif.gbifhas lots of citations (the occurrences that you also have in your output). Maybe show two or three repositories to show different patterns? You could have them all in one GraphQL query, but need to alias them, e.g.
pangaea: repository(id: $repository) {
id
name
}
gbif: repository(id: $repository) {
id
name
}
- fetch the aggregate citation count over the whole repository and/or a specific query. There are issues with generating the numbers, but that is up to me.
- Generate a downloadable bibtex file (just contact the individual bibtex entries into a single file with extension .bib).
- consider a query term with more hits, e.g.
polarstern(a research vessel from the same institution that also hosts Pangaea). Or show aggregated numbers for the whole repository.
Metadata
Metadata
Assignees
Labels
No labels