Created
January 16, 2025 15:59
-
-
Save jhpoelen/8048091bd7a71d25cae8cfd33f3eae51 to your computer and use it in GitHub Desktop.
verify BatLit version v0.6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# verify-batlit.sh uses Preston [1] to verify the availability of BatLit content on batlit.org (metadata), Zenodo (pdfs). | |
# | |
# For background and methods, see Elliott et al. 2023 [2]. | |
# | |
# | |
# References | |
# | |
# [1] Michael Elliott, Jorrit Poelen, Icaro Alzuru, Emilio Berti, & partha04patel. (2025). bio-guoda/preston: 0.10.5 (0.10.5). Zenodo. https://doi.org/10.5281/zenodo.14662206 | |
# [2] Elliott M.J., Poelen, J.H. & Fortes, J.A.B. (2023) Signing data citations enables data verification and citation persistence. Sci Data. https://doi.org/10.1038/s41597-023-02230-y hash://sha256/f849c870565f608899f183ca261365dce9c9f1c5441b1c779e0db49df9c2a19d | |
export ZENODO_TOKEN=[SECRET] | |
# ^^^^ | |
# needed only to access restricted content | |
preston verify\ | |
--algo md5\ | |
--remote https://batlit.org/data,https://zenodo.org\ | |
--anchor hash://md5/db73e659e8cf16ef50e82bb5e72ae97b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment