diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-12-23 15:24:21 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-12-23 15:24:21 -0800 |
commit | 3a7a946a1f271cd0f334129fa3bb51c451b82966 (patch) | |
tree | b256eda90dc4625b9ed6786628d712557d3eb53a /notes | |
parent | c490144b8ab446c66544251a880dcacfee50a2d7 (diff) | |
download | sandcrawler-3a7a946a1f271cd0f334129fa3bb51c451b82966.tar.gz sandcrawler-3a7a946a1f271cd0f334129fa3bb51c451b82966.zip |
old notes on dryad datasets
Diffstat (limited to 'notes')
-rw-r--r-- | notes/dryad_datasets.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/notes/dryad_datasets.md b/notes/dryad_datasets.md new file mode 100644 index 0000000..5c727b1 --- /dev/null +++ b/notes/dryad_datasets.md @@ -0,0 +1,17 @@ + +api docs: https://datadryad.org/api/v2/docs + +current search queries return 38,000 hits (December 2020) + +exmaple with multiple versions: + https://datadryad.org/stash/dataset/doi:10.5061/dryad.fbg79cnr0 + https://datadryad.org/api/v2/datasets/doi%3A10.5061%2Fdryad.fbg79cnr0 + https://datadryad.org/api/v2/datasets/doi%3A10.5061%2Fdryad.fbg79cnr0/versions + + +how to handle versions? DOI doesn't get incremented. + +on archive.org, could have separate item for each version, or sub-directories within item, one for each version + +in fatcat, could have a release for each version, but only one with +the DOI; or could have a separate fileset for each version |