From 4ea436df4f6928b37ca47345dee4532f56a69d36 Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Mon, 8 Jan 2024 16:33:45 -0800 Subject: [PATCH] fix: codemeta.json itself should follow the template --- codemeta.json | 153 +++++++++++++++++++++++++------------------------- 1 file changed, 77 insertions(+), 76 deletions(-) diff --git a/codemeta.json b/codemeta.json index 508497d..0ab7319 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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" }