Reconciliation of duplicate values in publication. Fixes #953#967
Reconciliation of duplicate values in publication. Fixes #953#967dgarijo merged 9 commits intoKnowledgeCaptureAndDiscovery:devfrom
Conversation
…tureAndDiscovery#953 ReferencePublication and CreditText. Better extract bibtext. Same label for 'author'.
|
Please resolve confllicts. Apologies.. |
Co-authored-by: Daniel Garijo <dgarijov@gmail.com>
| - `contributing guidelines`: Guidelines indicating how to contribute to a software component. | ||
| - `contributors`: Contributors to a software component. Note: Contributor metadata is exported from metadata files (e.g., CodeMeta, CONTRIBUTORS, etc.) not from git logs. | ||
| - `copyright_holder`: Entity or individual owning the rights to the software. The year is also extracted, if available. | ||
| - `credit_text`: A formatted citation string used to provide credit for the software component, keeping it separate from any associated scholarly publications. |
There was a problem hiding this comment.
We include this in the schema.org export, but not as a new category.
| Example: | ||
| ``` | ||
| "creditText": [ | ||
| "Garijo, D., Mao, A., Dharmala, H., Diwanji, C., Wang, J., et al. (somef: software metadata extraction framework). " |
There was a problem hiding this comment.
credit text should include the link to the software repository too
There was a problem hiding this comment.
creditText is only used in schema.org export.
We don't have the referencePublication category in somef. Only citation (with the preferred_citation flag).
referencePublication and creditText are in the schema.org export.
|
|
||
| ``` | ||
|
|
||
| In the CodeMeta export, these categories are mapped to their respective fields, ensuring compliance with scientific metadata standards. |
There was a problem hiding this comment.
This is true, but the fields are slightly different from the ones you listed
| if not author_str: | ||
| return [] | ||
|
|
||
| # 1. Limpiar llaves de LaTeX/BibTeX y saltos de línea |
There was a problem hiding this comment.
No comments in spanish pls
dgarijo
left a comment
There was a problem hiding this comment.
Small changes and clarifications.
These may affect the logic a bit. Please review
Co-authored-by: Daniel Garijo <dgarijov@gmail.com>
Merge pull request KnowledgeCaptureAndDiscovery#967 from juanjemdIos/master
ReferencePublication and CreditText. Better extract bibtext. Same label for 'author'.