-
Notifications
You must be signed in to change notification settings - Fork 0
Citation update and Zenodo snapshot prep #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
80d1d13
Update to preferred name
egrace479 3f54597
Set new version and release date
egrace479 a7d5ee5
Add Zenodo metadata file and validation test for tracking with snapshot
egrace479 8a1d8db
Reference is redundant, tracked in new Zenodo metadata file
egrace479 47b7e18
Reset date
egrace479 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| name: Check zenodo metadata | ||
|
|
||
| on: | ||
| push: | ||
| paths: | ||
| - '.zenodo.json' | ||
| - '.github/workflows/validate-zenodo.yaml' | ||
|
|
||
| jobs: | ||
| check-zenodo-metadata: | ||
|
|
||
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: '22' | ||
| - name: Install dependencies | ||
| run: npm install zenodraft@0.14.1 | ||
| - name: Check .zenodo.json file | ||
| run: | | ||
| npx zenodraft metadata validate .zenodo.json |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,62 @@ | ||
| { | ||
| "creators": [ | ||
| { | ||
| "name": "Campolongo, Elizabeth", | ||
| "orcid": "0000-0003-0846-2413", | ||
| "affiliation": "The Ohio State University" | ||
| }, | ||
| { | ||
| "name": "Thompson, Matthew", | ||
| "orcid": "0000-0003-0583-8585", | ||
| "affiliation": "The Ohio State University" | ||
| }, | ||
| { | ||
| "name": "Zhang, Net", | ||
| "orcid": "0000-0003-2664-451X", | ||
| "affiliation": "The Ohio State University" | ||
| }, | ||
| { | ||
| "name": "Duan, Yuehua", | ||
| "orcid": "0000-0002-8547-5907", | ||
| "affiliation": "The Ohio State University" | ||
| }, | ||
| { | ||
| "name": "Bradley, John", | ||
| "orcid": "0000-0003-3858-848X", | ||
| "affiliation": "Duke University" | ||
| }, | ||
| { | ||
| "name": "Lapp, Hilmar", | ||
| "orcid": "0000-0001-9107-0714", | ||
| "affiliation": "Duke University" | ||
| } | ||
| ], | ||
| "description": "<p>Imageomics-focused guide to collaborative work, including GitHub and Hugging Face workflows. </p>\n<p>The website hosts Imageomics-focused guides to FAIR (findable, accessible, interoperable, reusable) and reproducible workflows, documentation, and general best-practices for collaborative science. We aim to provide a helpful resource for scientists working in <a href=\"https://imageomics.github.io/Imageomics-guide/wiki-guide/Glossary-for-Imageomics/#imageomics\"><em>imageomics</em></a> and related interdisciplinary fields.</p>\n<p>Website: <a href=\"https://imageomics.github.io/Imageomics-guide/\">imageomics.github.io/Imageomics-guide/</a></p> <p>This guide houses the information needed to get started with and use Imageomics Institute resources readily available to all members. However, most of this guide is applicable to anyone working more broadly in the field of imageomics or adjacent fields of computer and data science, and it is tailored to help domain scientists bridging that gap.</p>", | ||
| "keywords": [ | ||
| "imageomics", | ||
| "metadata", | ||
| "guide", | ||
| "best practices", | ||
| "cheat-sheet", | ||
| "command line cheat-sheet", | ||
| "collaborative science", | ||
| "projects", | ||
| "collaborative workflows", | ||
| "standards" | ||
| ], | ||
| "title": "Imageomics Guide", | ||
| "version": "2.3.0", | ||
| "license": "CC0-1.0", | ||
| "publication_date": "2025-12-04", | ||
| "grants": [ | ||
| { | ||
| "id": "021nxhr62::2118240" | ||
| }, | ||
| { | ||
| "id": "021nxhr62::2330423" | ||
| } | ||
| ], | ||
| "references": [ | ||
| "Campolongo, E. G., Thompson, M. J., Zhang, N., Duan, Y., Bradley, J., Zarubiieva, I., Taylor, G., & Lapp, H. (2025). Collaborative Distributed Science Guide (Version 1.3.0) [Computer software]. https://doi.org/10.5281/zenodo.17210328" | ||
| ] | ||
| } |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.