From ca5e2a1ea2ce2202c7b8745377c4001e30f42a4b Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Fri, 22 Nov 2024 13:31:08 -0500 Subject: [PATCH] Format footnote with extension --- docs/wiki-guide/doi-generation.md | 9 +++------ mkdocs.yaml | 1 + 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/wiki-guide/doi-generation.md b/docs/wiki-guide/doi-generation.md index 9e0aa56..6923701 100644 --- a/docs/wiki-guide/doi-generation.md +++ b/docs/wiki-guide/doi-generation.md @@ -28,7 +28,8 @@ Hugging Face allows for the generation of a DOI through the settings tab on the ### 2. Generate a DOI with Zenodo -This is the most common method used for generating a DOI for a GitHub repository, because [Zenodo](https://zenodo.org/) has a [GitHub integration](https://zenodo.org/account/settings/github/), which is accessed through your Zenodo account settings (for more information, please see [GitHub's associated Docs](https://docs.github.com/articles/referencing-and-citing-content)). Zenodo can also be used to generate DOIs for data, as is relatively common in biology. However, for direct use of ML models and datasets, there are many more advantages to using Hugging Face; please see the [Data Archive Options Comparative Overview](../pdfs/Data_Archive-Publication-Options-Comparative-Overview.pdf) for more information.* +This is the most common method used for generating a DOI for a GitHub repository, because [Zenodo](https://zenodo.org/) has a [GitHub integration](https://zenodo.org/account/settings/github/), which is accessed through your Zenodo account settings (for more information, please see [GitHub's associated Docs](https://docs.github.com/articles/referencing-and-citing-content)). Zenodo can also be used to generate DOIs for data, as is relatively common in biology. However, for direct use of ML models and datasets, there are many more advantages to using Hugging Face; please see the [Data Archive Options Comparative Overview](../pdfs/Data_Archive-Publication-Options-Comparative-Overview.pdf) for more information.[^1] +[^1]: The [Data Archive Options Comparative Overview](../pdfs/Data_Archive-Publication-Options-Comparative-Overview.pdf) was created in May 2023 when we were deciding Institute archive recommendations, so it does not include information about newer features such as [Hugging Face's dataset viewer](https://huggingface.co/docs/hub/en/datasets-viewer), which greatly simplifies previewing datasets for downstream users. #### Automatic Generation @@ -72,9 +73,5 @@ When creating a new record on Zenodo, please ensure that other members of your p ### 3. Generate a DOI with Dryad -[Dryad](https://datadryad.org/stash/about) is another research data repository, similar to Zenodo, through which one can archive digital objects (such as, but not limited to, data) supporting scholarly publications, and obtain a DOI. It has a review process when depositing data and requires dedication to the public domain (CC0) of all digital objects uploaded. Imageomics through OSU is a member organization of Dryad, reducing or eliminating data deposit charge(s). To determine whether Dryad is a suitable archive for Institute data products supporting your publication, please consider the [Data Archive Options Comparative Overview](../pdfs/Data_Archive-Publication-Options-Comparative-Overview.pdf) for more information, and consult with the Institute's Senior Data Scientist.* +[Dryad](https://datadryad.org/stash/about) is another research data repository, similar to Zenodo, through which one can archive digital objects (such as, but not limited to, data) supporting scholarly publications, and obtain a DOI. It has a review process when depositing data and requires dedication to the public domain (CC0) of all digital objects uploaded. Imageomics through OSU is a member organization of Dryad, reducing or eliminating data deposit charge(s). To determine whether Dryad is a suitable archive for Institute data products supporting your publication, please consider the [Data Archive Options Comparative Overview](../pdfs/Data_Archive-Publication-Options-Comparative-Overview.pdf) for more information, and consult with the Institute's Senior Data Scientist.[^1] -
-
- -*The [Data Archive Options Comparative Overview](../pdfs/Data_Archive-Publication-Options-Comparative-Overview.pdf) was created in May 2023 when we were deciding Institute archive recommendations, so it does not include information about newer features such as [Hugging Face's dataset viewer](https://huggingface.co/docs/hub/en/datasets-viewer), which greatly simplifies previewing datasets for downstream users. diff --git a/mkdocs.yaml b/mkdocs.yaml index ee09b75..f366fc6 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -68,6 +68,7 @@ plugins: markdown_extensions: - admonition - attr_list + - footnotes - md_in_html - pymdownx.betterem - pymdownx.blocks.caption