Skip to content

Commit

Permalink
fix: codemeta.json itself should follow the template
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Jan 9, 2024
1 parent c44522a commit 4ea436d
Showing 1 changed file with 77 additions and 76 deletions.
153 changes: 77 additions & 76 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -1,78 +1,79 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"author": [
{
"@id": "https://orcid.org/0000-0001-9105-5960",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"familyName": "Hucka",
"givenName": "Michael"
},
{
"@id": "https://orcid.org/0000-0003-0900-6903",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"familyName": "Doiel",
"givenName": "Robert"
},
{
"@id": "https://orcid.org/0000-0001-9266-5146",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"familyName": "Morrell",
"givenName": "Thomas E."
},
{
"@id": "https://orcid.org/0000-0001-5644-440X",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"familyName": "Keswick",
"givenName": "Tommy"
}
],
"issueTracker": "https://github.com/caltechlibrary/template/issues",
"license": "https://github.com/caltechlibrary/template/blob/main/LICENSE",
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/template/archive/main.zip",
"codeRepository": "https://github.com/caltechlibrary/template",
"datePublished": "2022-07-14",
"keywords": [
"template",
"software"
],
"name": "Caltech Library Software Repository Template",
"description": "Template repository for software projects by the Caltech Library",
"version": "1.22.0",
"maintainer": [
{
"@id": "https://orcid.org/0000-0001-9105-5960",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"familyName": "Hucka",
"givenName": "Michael"
}
],
"funder": [
{
"@id": "https://doi.org/10.13039/100006961",
"@type": "Organization",
"name": "Caltech Library"
}
]
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "Caltech Library Software Repository Template",
"identifier": "template",
"description": "Template repository for software projects by the Caltech Library",
"version": "1.22.0",
"datePublished": "2022-07-14",
"dateCreated": "2019-07-23",
"author": [
{
"@id": "https://orcid.org/0000-0001-9105-5960",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"familyName": "Hucka",
"givenName": "Michael"
},
{
"@id": "https://orcid.org/0000-0003-0900-6903",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"familyName": "Doiel",
"givenName": "Robert"
},
{
"@id": "https://orcid.org/0000-0001-9266-5146",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"familyName": "Morrell",
"givenName": "Thomas E."
},
{
"@id": "https://orcid.org/0000-0001-5644-440X",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"familyName": "Keswick",
"givenName": "Tommy"
}
],
"funder": [
{
"@id": "https://doi.org/10.13039/100006961",
"@type": "Organization",
"name": "Caltech Library"
}
],
"copyrightHolder": [
{
"@id": "https://ror.org/05dxps055",
"@type": "Organization",
"name": "California Institute of Technology"
}
],
"copyrightYear": 2024,
"license": "https://github.com/caltechlibrary/template/blob/main/LICENSE",
"isAccessibleForFree": true,
"codeRepository": "https://github.com/caltechlibrary/template",
"readme": "https://github.com/caltechlibrary/template/blob/main/README.md",
"releaseNotes": "https://github.com/caltechlibrary/template/blob/main/CHANGES.md",
"issueTracker": "https://github.com/caltechlibrary/template/issues",
"downloadUrl": "https://github.com/caltechlibrary/template/archive/main.zip",
"keywords": [
"template",
"software"
],
"developmentStatus": "active"
}

0 comments on commit 4ea436d

Please sign in to comment.