|
1 | 1 | { |
2 | 2 | "@context": "https://doi.org/10.5063/schema/codemeta-2.0", |
3 | 3 | "@type": "SoftwareSourceCode", |
4 | | - "description": "%DESCRIPTION%", |
5 | 4 | "name": "%REPO_NAME%", |
| 5 | + "description": "%DESCRIPTION%", |
6 | 6 | "codeRepository": "https://github.com/caltechlibrary/%REPO_NAME%", |
7 | 7 | "issueTracker": "https://github.com/caltechlibrary/%REPO_NAME%/issues", |
| 8 | + "readme": "https://github.com/caltechlibrary/%REPO_NAME%/blob/main/README.md", |
8 | 9 | "license": "https://github.com/caltechlibrary/%REPO_NAME%/blob/main/LICENSE", |
9 | 10 | "version": "0.0.0", |
10 | 11 | "author": [ |
|
16 | 17 | "email": "%AUTHOR_EMAIL%", |
17 | 18 | "@id": "https://orcid.org/YOUR-ORCID" |
18 | 19 | }], |
| 20 | + "dateCreated": "%CREATION_DATE%", |
| 21 | + "programmingLanguage": { |
| 22 | + "@type": "ComputerLanguage", |
| 23 | + "name": "Python", |
| 24 | + "url": "https://python.org" |
| 25 | + }, |
19 | 26 | "developmentStatus": "active", |
20 | 27 | "downloadUrl": "https://github.com/caltechlibrary/%REPO_NAME%/archive/main.zip", |
21 | 28 | "keywords": [ |
22 | 29 | "software", |
23 | 30 | "science" |
24 | 31 | ], |
25 | | - "maintainer": "https://orcid.org/YOUR-ORCID", |
| 32 | + "maintainer": { |
| 33 | + "@type": "Person", |
| 34 | + "@id": "https://orcid.org/YOUR-ORCID" |
| 35 | + }, |
26 | 36 | "funder": { |
27 | 37 | "@id": "https://doi.org/10.13039/100006961", |
28 | 38 | "@type": "Organization", |
|
0 commit comments