forked from SciCodes/meeting-info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
25 lines (25 loc) · 823 Bytes
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "YOUR DESCRIPTION",
"name": "REPONAME",
"codeRepository": "https://github.com/scicodes/REPONAME",
"issueTracker": "https://github.com/scicodes/REPONAME/issues",
"license": "https://github.com/scicodes/REPONAME/blob/master/LICENSE",
"version": "0.0.0",
"author": [
{
"@type": "Person",
"givenName": "FIRSTNAME",
"familyName": "LASTNAME",
"affiliation": "California Institute of Technology Library",
"email": "EMAIL",
"@id": "https://orcid.org/YOUR-ORCID"
}],
"developmentStatus": "active",
"downloadUrl": "https://github.com/scicodes/REPONAME/archive/master.zip",
"keywords": [
"software",
],
"maintainer": "https://orcid.org/YOUR-ORCID",
}