-
Notifications
You must be signed in to change notification settings - Fork 0
Add OpenCite provenance metadata files and license #51
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
6 commits
Select commit
Hold shift + click to select a range
957749b
Add OpenCite provenance metadata files
beanbean9339 2126be7
Add CI workflow to provenance metadata PR
beanbean9339 761ebc8
Merge remote-tracking branch 'origin/main' into feature/provenance-me…
beanbean9339 2bfecc7
Update CI configuration and metadata files for improved accuracy and …
beanbean9339 200c0d2
Update metadata files for version 1.0.0 release, including descriptio…
beanbean9339 98f4e5f
updating commit hash
beanbean9339 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,33 @@ | ||
| name: CI | ||
|
|
||
| on: | ||
| pull_request: | ||
| push: | ||
| branches: | ||
| - main | ||
|
|
||
| jobs: | ||
| build-and-test: | ||
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v7 | ||
|
|
||
| - name: Setup Node.js | ||
| uses: actions/setup-node@v7 | ||
| with: | ||
| node-version: 24 | ||
| cache: npm | ||
|
|
||
| - name: Install dependencies | ||
| run: npm ci | ||
|
|
||
| - name: Run tests | ||
| run: npm run test | ||
|
|
||
| - name: Build | ||
| run: npm run build | ||
|
|
||
| - name: Validate metadata files | ||
| run: npm run validate:metadata |
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,40 @@ | ||
| { | ||
| "title": "OpenCite", | ||
| "upload_type": "software", | ||
| "description": "OpenCite is a web app to generate provenance files (CITATION.cff and .zenodo.json) for GitHub repositories from a single form to keep release metadata aligned across outputs.", | ||
| "version": "1.0.0", | ||
| "publication_date": "2026-09-04", | ||
| "license": "MIT", | ||
| "keywords": [ | ||
| "imageomics", | ||
| "citation", | ||
| "metadata", | ||
| "zenodo", | ||
| "FAIR", | ||
| "provenance", | ||
| "attribution", | ||
| "cff-format" | ||
| ], | ||
| "creators": [ | ||
| { | ||
| "name": "Lo, Isabella", | ||
| "affiliation": "Imageomics Institute" | ||
| }, | ||
| { | ||
| "name": "Campolongo, Elizabeth", | ||
| "orcid": "0000-0003-0846-2413", | ||
| "affiliation": "Imageomics Institute" | ||
| } | ||
| ], | ||
| "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. (2026). Collaborative Distributed Science Guide (Version 2.0.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| cff-version: 1.2.0 | ||
| message: "If you find this software helpful in your research, please cite both the software and our paper." | ||
| title: "OpenCite" | ||
| abstract: "OpenCite is a web app to generate provenance files (CITATION.cff and .zenodo.json) for GitHub repositories from a single form to keep release metadata aligned across outputs." | ||
| type: software | ||
| version: "1.0.0" | ||
| date-released: "2026-09-04" | ||
| repository-code: "https://github.com/Imageomics/OpenCite" | ||
| license: "MIT" | ||
| keywords: | ||
| - "imageomics" | ||
| - "citation" | ||
| - "metadata" | ||
| - "zenodo" | ||
| - "FAIR" | ||
| - "provenance" | ||
| - "attribution" | ||
| - "cff-format" | ||
| authors: | ||
| - family-names: "Lo" | ||
| given-names: "Isabella" | ||
| - family-names: "Campolongo" | ||
| given-names: "Elizabeth" | ||
| orcid: "https://orcid.org/0000-0003-0846-2413" | ||
| identifiers: | ||
| - type: url | ||
| description: "The GitHub release URL of tag v1.0.0." | ||
| value: "https://github.com/Imageomics/OpenCite/releases/tag/v1.0.0" | ||
| - type: url | ||
| description: "The GitHub URL of the commit tagged with v1.0.0." | ||
| value: "https://github.com/Imageomics/OpenCite/tree/<commit-hash>" # Update on release | ||
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,21 @@ | ||
| MIT License | ||
|
|
||
| Copyright (c) 2026 Imageomics Institute | ||
|
|
||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
|
|
||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
|
|
||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.