Commit d5ce577
authored
Fix CITATION.cff top-level metadata (#1921)
Related to #1916.
This keeps the existing article citation as `preferred-citation`, and
adds the required top-level CFF metadata for the software itself:
`cff-version`, message, type, title, authors, repository, URL, license,
and keywords.
I intentionally did not change the existing preferred article citation.
Local checks:
- parsed `CITATION.cff` as YAML and checked that `cff-version` and
`preferred-citation` are present;
- `git diff --check`.
I could not run `cffconvert --validate` locally because `cffconvert` is
not installed in this environment.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Added citation information for DP-GEN, including how to reference the
software, project details, author information, repository and
documentation links, license, and keywords.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 932afac commit d5ce577
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
1 | 19 | | |
2 | 20 | | |
3 | 21 | | |
| |||
0 commit comments