You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pangaea is not yet submitting views and downloads to DataCite, so this information could be left out. dryad.dryad has usage stats, and gbif.gbif has 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.
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.polarstern(a research vessel from the same institution that also hosts Pangaea). Or show aggregated numbers for the whole repository.