Skip to content

Commit

Permalink
Create codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Oct 30, 2024
1 parent b7adf56 commit 3e44d14
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/openMetadataInitiative/openMINDS_MATLAB",
"contIntegration": "https://github.com/openMetadataInitiative/openMINDS_MATLAB/actions",
"issueTracker": "https://github.com/openMetadataInitiative/openMINDS_MATLAB/issues",
"name": "openMINDS MATLAB",
"description": "openMINDS MATLAB is a toolbox to support the creation and use of openMINDS metadata models and schemas in MATLAB, with import and export in JSON-LD format. The package contains all openMINDS schemas as MATLAB classes in addition to schema base classes and utility methods.",
"applicationCategory": "neuroscience",
"releaseNotes": "https://github.com/openMetadataInitiative/openMINDS_MATLAB/releases",
"funding": "https://cordis.europa.eu/project/id/945539",
"developmentStatus": "active",
"funder": {
"@type": "Organization",
"name": "European Commission"
},
"programmingLanguage": [
"MATLAB"
],
"operatingSystem": [
"Linux",
"Windows",
"macOS"
],
"softwareRequirements": [
"MATLAB R2022b or later"
],
"relatedLink": [
"https://openminds-documentation.readthedocs.io"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-8297-1753",
"givenName": "Eivind",
"familyName": "Hennestad"
}
],
"version": "0.9.3",
"downloadUrl": "https://github.com/openMetadataInitiative/openMINDS_MATLAB/releases/download/v0.9.3/openMINDS_MATLAB_v0_9_3.mltbx",
"dateModified": "2024-10-01"
}

0 comments on commit 3e44d14

Please sign in to comment.