Publishing Materials on Zenodo

Overview While learning how to use Zenodo, I tried registering some materials, so this is a memo of that process. The DOI assigned to the registered material is as follows. https://zenodo.org/doi/10.5281/zenodo.12508032 DOI Regarding DOIs, there are ones that provide access to the latest version and ones assigned to each version. The DOI above is the former. Version 1 is as follows. https://zenodo.org/doi/10.5281/zenodo.12508033 For more on versioning, please also refer to the following article. ...

June 25, 2024 · 46 min · Nakamura

Linking a GitHub Repository with Zenodo

Overview I recently published a plugin for comparing annotations in Mirador 3: https://github.com/nakamura196/mirador-compare-plugin This time, I connected this repository with Zenodo. As a result, a DOI is now automatically assigned each time a release is created: https://zenodo.org/doi/10.5281/zenodo.10449856 Zenodo Configuration Access the following and select the GitHub repository to link: /account/settings/github/ GitHub The following is not required, but prepares the GitHub repository for integration with Zenodo. Creating CITATION.cff By creating this, the ORCID ID appears to be displayed under Creators: ...

January 2, 2024 · 6 min · Nakamura