pooch icon indicating copy to clipboard operation
pooch copied to clipboard

Dataverse doi resolution

Open dokempf opened this issue 2 years ago • 0 comments

Relevant issues/PRs: This fixes #317.

This adds support for DOI conversion from DataVerse repositories. In order to do so, it contains two refactorings which are in isolated commits:

  • DOI resolution is now a chain of responsibility (see #317)
  • parse_url's DOI branch so far assumed exactly one / being present in a DOI, which is not true for Dataverse DOI's

The testing code accesses a published dataset hosted at my institution: https://heidata.uni-heidelberg.de/dataset.xhtml?persistentId=doi:10.11588/data/TKCFEF

dokempf avatar Jul 25 '22 09:07 dokempf