You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Given a readme file (or a GitHub/Gitlab repository) SOMEF will extract the follo
27
27
-**Build file**: Build file(s) of the project. For example, files used to create a Docker image for the target software, package files, etc.
28
28
-**Citation**: Preferred citation(s) as the authors have stated in their readme file. SOMEF recognizes Bibtex, Citation File Format files and other means by which authors cite their papers (e.g., by in-text citation).
29
29
For CITATION.cff files, SOMEF now generates two separate entries: one for the software tool and another for the preferred citation (if available). This ensures metadata like DOI or version is correctly assigned to each entity.
30
+
SOMEF now performs citation reconciliation: scholarly publications (articles) are assigned in codemeta to `referencePublication`, while the software itself is credited in `creditText`. (See https://somef.readthedocs.io/en/latest/output/#codemeta-format).
30
31
We recognize the following properties:
31
32
- Title: Title of the publication
32
33
- Author: list of author names in the publication
@@ -41,7 +42,7 @@ We recognize the following properties:
41
42
-**Contact**: Contact person responsible for maintaining a software component
42
43
-**Continuous integration**: Link to continuous integration service(s)
43
44
-**Contribution guidelines**: Text indicating how to contribute to this code repository
44
-
-**Contributors**: Contributors to a software component. Note: Contributor metadata is exported from metadata files (e.g., CodeMeta, CONTRIBUTORS, etc.) not from git logs.
45
+
-**Contributor**: Contributors to a software component. Note: Contributor metadata is exported from metadata files (e.g., CodeMeta, CONTRIBUTORS, etc.) not from git logs.
45
46
-**Creation date**: Date when the repository was created
46
47
-**Copyright holder**: Entity or individual owning the rights to the software. The year is also extracted, if available.
0 commit comments