-
Notifications
You must be signed in to change notification settings - Fork 53
Adding first draft of guidelines for bibliographic metadata using the codemeta schema #487
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
Open
gavinpringle
wants to merge
47
commits into
EVERSE-ResearchSoftware:main
Choose a base branch
from
gavinpringle:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+112
−0
Open
Changes from 5 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
d5efc54
Create complete_bibliographic_metadata_codemeta.md
gavinpringle df2e746
Update complete_bibliographic_metadata_codemeta.md
gavinpringle 0e6dc36
Merge branch 'EVERSE-ResearchSoftware:main' into main
gavinpringle 6357de4
Update complete_bibliographic_metadata_codemeta.md
gavinpringle b6ead8e
Update complete_bibliographic_metadata_codemeta.md
gavinpringle f7dba31
Update complete_bibliographic_metadata_codemeta.md
gavinpringle 1b24f62
Update complete_bibliographic_metadata_codemeta.md
gavinpringle 19a2bd8
Update complete_bibliographic_metadata_codemeta.md
gavinpringle 52aaebd
Update complete_bibliographic_metadata_codemeta.md
gavinpringle bd91033
Update complete_bibliographic_metadata_codemeta.md
gavinpringle 8b29d1f
Automated update of RSQKit data files
github-actions[bot] 6451872
Automated update of RSQKit data files
github-actions[bot] 78a5f37
Merge branch 'EVERSE-ResearchSoftware:main' into main
gavinpringle 5a469e8
Automated update of RSQKit data files
github-actions[bot] 005e77d
Automated update of RSQKit data files
github-actions[bot] ddd1299
Automated update of RSQKit data files
github-actions[bot] f23e772
Automated update of RSQKit data files
github-actions[bot] c7b7086
Automated update of RSQKit data files
github-actions[bot] d06022f
Update pages/your_tasks/complete_bibliographic_metadata_codemeta.md
gavinpringle cc5e175
Update pages/your_tasks/complete_bibliographic_metadata_codemeta.md
gavinpringle 440e49c
Update pages/your_tasks/complete_bibliographic_metadata_codemeta.md
gavinpringle c284408
Update complete_bibliographic_metadata_codemeta.md
gavinpringle 1ba1167
Update complete_bibliographic_metadata_codemeta.md
gavinpringle 51cc0b8
Automated update of RSQKit data files
github-actions[bot] 351a12e
Automated update of RSQKit data files
github-actions[bot] 5b68268
Automated update of RSQKit data files
github-actions[bot] 0e9b3dd
Automated update of RSQKit data files
github-actions[bot] efab322
Automated update of RSQKit data files
github-actions[bot] 821ed6a
Automated update of RSQKit data files
github-actions[bot] 04dac35
Automated update of RSQKit data files
github-actions[bot] 4e8817e
Automated update of RSQKit data files
github-actions[bot] 808843c
Automated update of RSQKit data files
github-actions[bot] 0e72c33
Automated update of RSQKit data files
github-actions[bot] fb51f7c
Automated update of RSQKit data files
github-actions[bot] 4248a4e
Automated update of RSQKit data files
github-actions[bot] 7762544
Automated update of RSQKit data files
github-actions[bot] 9749dd4
Automated update of RSQKit data files
github-actions[bot] 832a6cd
Automated update of RSQKit data files
github-actions[bot] 38c09b1
Merge branch 'main' into main
dgarijo 3a1e060
Automated update of RSQKit data files
github-actions[bot] dcc3d73
Apply suggestion from @dgarijo
dgarijo 5680dce
Apply suggestion from @dgarijo
dgarijo dc40b7f
Apply suggestion from @dgarijo
dgarijo 256118d
Apply suggestion from @dgarijo
dgarijo 7ae49c2
Apply suggestion from @dgarijo
dgarijo 8af3da9
Automated update of RSQKit data files
github-actions[bot] 290d6ee
Automated update of RSQKit data files
github-actions[bot] 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
110 changes: 110 additions & 0 deletions
110
pages/your_tasks/complete_bibliographic_metadata_codemeta.md
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,110 @@ | ||
| --- | ||
| title: "How to provide complete bibliographic metadata as a CodeMeta file" | ||
| search_exclude: false | ||
| description: "Guidance on creating a complete CodeMeta file for software projects." | ||
| contributors: [Gavin J. Pringle] # Add contributors' names here | ||
| page_id: complete_bibliographic_metadata_codemeta | ||
| related_pages: | ||
| your_tasks: [software_metadata] | ||
| quality_indicators: [] # Add relevant quality indicators here | ||
| keywords: ["codemeta", "bibliographic metadata", "software citation"] | ||
| training: | ||
dgarijo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - name: "EVERSE TeSS" | ||
dgarijo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| registry: TeSS | ||
dgarijo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| url: "https://everse-training.app.cern.ch" | ||
dgarijo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| --- | ||
|
|
||
| ## How to provide complete bibliographic metadata as a CodeMeta file? | ||
|
|
||
| ### Why It Matters | ||
|
|
||
| Creating a `codemeta.json` file is like giving your software a passport. | ||
| It makes your project easy to find, cite, and use. | ||
| This file helps others understand what your software does and who contributed to it. | ||
|
|
||
| ### What to Focus On | ||
|
|
||
| When you're setting up a `codemeta.json` file, keep these things in mind: | ||
|
|
||
| - **Keep It Current**: Update the file whenever your software changes. New version? New contributor? Make sure it's reflected. | ||
| - **Check for Errors**: Use a JSON-LD validator to catch any mistakes, e.g., {% tool "jasonldvalidator" %}. | ||
| - **Use Persistent Identifiers**: Add a Digital Object Identifier (DOI) for the software release itself for long-term citation (e.g., from Zenodo). Ensure ORCID iDs are included for all people. | ||
| - **Detail Contributors**: Use the `Person` schema and include ORCID iDs (the persistent identifier for people) for authors and contributors. | ||
| - **Clarify Licensing**: Use a Software Package Data Exchange (SPDX) identifier to make the license clear. | ||
| - **Acknowledge Funders**: Include funder details with identifiers like Crossref Funder IDs. | ||
|
|
||
| For more on software metadata, check out the [Software Metadata](./software_metadata) page. | ||
|
|
||
| ### How to Create It | ||
|
|
||
| - **Do It Yourself**: You can manually create the file using the CodeMeta schema. Check out the example below. | ||
| - **Use Tools**: Try {% tool "codemetagenerator" %} for a form-based approach or {% tool "somef" %} for command-line generation. Always review and add details like ORCIDs and funder info. | ||
gavinpringle marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - **Archive Your Work**: Release your software on a platform that assigns DOIs, like {% tool "zenodo" %}. Add the DOI to your `codemeta.json`. | ||
gavinpringle marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - **Validate**: Use a service like {% tool "jasonldvalidator" %} to ensure everything is correct. | ||
|
|
||
| #### Example Template | ||
|
|
||
| Here's a sample `codemeta.json` file to get you started: | ||
|
|
||
| ```json | ||
| { | ||
| "@context": "https://doi.org/10.5063/schema/codemeta-2.0", | ||
gavinpringle marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "@type": "SoftwareSourceCode", | ||
| "name": "Your Software Name", | ||
| "description": "A brief description of your software.", | ||
| "version": "1.0.0", | ||
| "author": [ | ||
| { | ||
| "@type": "Person", | ||
| "givenName": "First", | ||
| "familyName": "Author", | ||
| "email": "first.author@example.com", | ||
| "identifier": "https://orcid.org/0000-0002-1825-0097", | ||
| "affiliation": { | ||
| "@type": "Organization", | ||
| "name": "University of Edinburgh" | ||
| } | ||
| }, | ||
| { | ||
| "@type": "Person", | ||
| "givenName": "Second", | ||
| "familyName": "Author", | ||
| "identifier": "https://orcid.org/0000-0003-0000-0000" | ||
| } | ||
| ], | ||
| "contributor": [ | ||
| { | ||
| "@type": "Person", | ||
| "givenName": "Key", | ||
| "familyName": "Contributor", | ||
| "identifier": "https://orcid.org/0000-0001-9999-9999", | ||
| "role": { | ||
gavinpringle marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "@type": "Role", | ||
| "roleName": "SoftwareMaintainer" | ||
| } | ||
| } | ||
| ], | ||
| "license": "MIT", | ||
gavinpringle marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "codeRepository": "https://github.com/yourusername/your-repo", | ||
| "issueTracker": "https://github.com/yourusername/your-repo/issues", | ||
| "programmingLanguage": "Python", | ||
| "keywords": ["software", "example", "codemeta"], | ||
| "dateCreated": "Wednesday 1 October 2023", | ||
gavinpringle marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "dateModified": "Wednesday 10 October 2023", | ||
gavinpringle marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "softwareRequirements": [ | ||
| "numpy", | ||
| "pandas" | ||
| ], | ||
| "relatedLink": "https://yourwebsite.com", | ||
| "identifier": "https://doi.org/10.1234/exampledoi", | ||
| "funder": [ | ||
| { | ||
| "@type": "Organization", | ||
| "name": "Funder Name", | ||
| "identifier": "https://doi.org/10.13039/100000001" | ||
| } | ||
| ] | ||
| } | ||
| ``` | ||
| By following these steps, you can provide complete bibliographic metadata for your software project in a CodeMeta file, enhancing its discoverability and citation. | ||
|
|
||
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.