Skip to content

Initial feedback user story 1 - datacenter-publication-citations #2

@mfenner

Description

@mfenner
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions