-
Notifications
You must be signed in to change notification settings - Fork 30
new properties (license, version) from citation.cff. Fixes #935 #948
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
dgarijo
merged 20 commits into
KnowledgeCaptureAndDiscovery:dev
from
juanjemdIos:master
Apr 16, 2026
Merged
Changes from 18 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
bb1845a
new properties (license, version) from citation.cff. Fixes #935
juanjemdIos f76adad
Improve extraction and structure of citation and reference publications
juanjemdIos da0c518
Revert reference_publication category to keep all citations in CAT_CI…
juanjemdIos d23cae9
upperCase typo error writting "Widoco" in a test
juanjemdIos 78055b1
Standardize license fields and consolidate results. Fixes #955
juanjemdIos 3d84e8f
fix documentation consistency and order tables. Fixes #954
juanjemdIos 4ddc072
Apply suggestion from @dgarijo
dgarijo c9e0564
Update docs/index.md
juanjemdIos 5686a9e
Update docs/index.md
juanjemdIos cce43bf
Update docs/index.md
juanjemdIos c5a74c5
resolve category inconsistencies and standardize properties and types…
juanjemdIos ef50754
Merge branch 'master' of https://github.com/juanjemdIos/somef
juanjemdIos 20e1ef0
Funding and funder in codemeta export. Fixes #960
juanjemdIos b5e04da
Fixes mkdocs and ensures file names. CSS. New citation.cff and bibtex…
juanjemdIos 5e46dfb
update supported dependency types in output.md
juanjemdIos 7bf29b7
Apply suggestion from @dgarijo
dgarijo 6489482
Apply suggestion from @dgarijo
dgarijo 7479ea4
Apply suggestion from @dgarijo
dgarijo 9867098
Apply suggestion from @dgarijo
dgarijo e8f3a2a
Apply suggestion from @dgarijo
dgarijo 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
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,11 @@ | ||
| The following metadata fields can be extracted from a BibTeX *.bib file. | ||
| These fields are defined in the [BibTeX specification](https://www.bibtex.org/Format/), and are mapped according to the [CodeMeta crosswalk for BibTeX](https://github.com/codemeta/codemeta/blob/master/crosswalks/BibTeX.csv). | ||
|
|
||
| | Software metadata category | SOMEF metadata JSON path | BibTeX metadata file field | | ||
| |----------------------------|---------------------------------------|---------------------| | ||
| | citation - value | citation[i].result.value | Full BibTeX entry (reconstructed) | | ||
| | citation - author | citation[i].result.author | author | | ||
| | citation - doi | citation[i].result.doi | doi | | ||
| | citation - title | citation[i].result.title | title | | ||
| | citation - url | citation[i].result.url | url | | ||
| | citation - format | citation[i].result.format | Fixed to "bibtex" | |
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,26 @@ | ||
| The following metadata fields can be extracted from a CITATION.cff file. | ||
| These fields are defined in the [CITATION.cff specification](https://citation-file-format.github.io/), currently at version [1.2.0](https://github.com/citation-file-format/citation-file-format/releases/tag/1.2.0), and are mapped according to the [CodeMeta crosswalk](https://github.com/codemeta/codemeta/tree/master/crosswalks). | ||
|
|
||
| | Software metadata category | SOMEF metadata JSON path | CITATION.cff metadata file field | | ||
| |----------------------------|---------------------------------------|---------------------| | ||
| | citation - authors - name | citation[i].result.authors[j].name | authors / preferred-citation.authors | | ||
| | citation - authors - family_name | citation[i].result.authors[j].family_name | authors.family-names | | ||
| | citation - authors - given_name | citation[i].result.authors[j].given_name | authors.given-names | | ||
| | citation - authors - url | citation[i].result.authors[j].url | authors.orcid | | ||
| | citation - doi | citation[i].result.doi | doi / preferred-citation.doi | | ||
| | citation - datePublished | citation[i].result.datePublished | date-released | | ||
| | citation - is_preferred_citation | citation[i].result.is_preferred_citation | "True" if from preferred-citation. Omitted otherwise| | ||
| | citation - journal | citation[i].result.journal | preferred-citation.journal | | ||
| | citation - year | citation[i].result.year | preferred-citation.year | | ||
| | citation - pages | citation[i].result.pages | preferred-citation.pages | | ||
| | citation - title | citation[i].result.title | title / preferred-citation.title | | ||
| | citation - type | citation[i].result.type | type / preferred-citation.type *(1)* | | ||
| | license - value | license[i].result.value | license | | ||
| | license - spdx_id | license[i].result.spdx_id | license | | ||
| | license - name | license[i].result.name | license | | ||
|
|
||
| --- | ||
|
|
||
| *(1)* | ||
| For the CFF main block, the type is mapped to SoftwareApplication. For the preferred-citation block, it is mapped to ScholarlyArticle. | ||
|
|
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.