Skip to content

Commit

Permalink
Automated registration to ebrains knowledge graph (NeuralEnsemble#541)
Browse files Browse the repository at this point in the history
* add initial draft of codemeta.json
* update list of authors
  • Loading branch information
Moritz-Alexander-Kern committed Feb 24, 2023
1 parent 03275d3 commit 9dbdf53
Showing 1 changed file with 115 additions and 0 deletions.
115 changes: 115 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/BSD-3-Clause",
"codeRepository": "git+https://github.com/NeuralEnsemble/elephant.git",
"contIntegration": "https://github.com/NeuralEnsemble/elephant/actions",
"dateCreated": "2013-17-15",
"datePublished": "2015-04-08",
"dateModified": "2022-02-24",
"downloadUrl": "https://files.pythonhosted.org/packages/dc/54/c3303b8af84ea5ee3c7b720620797d988553d8a5703e264c1c2549841380/elephant-0.11.2.tar.gz",
"issueTracker": "https://github.com/NeuralEnsemble/elephant/issues",
"name": "Elephant",
"version": "0.12.0",
"identifier": "doi:10.5281/zenodo.1186602",
"description": "Elephant (Electrophysiology Analysis Toolkit) is an open-source, community centered library for the analysis of electrophysiological data in the Python programming language. The focus of Elephant is on generic analysis functions for spike train data and time series recordings from electrodes, such as the local field potentials (LFP) or intracellular voltages.In addition to providing a common platform for analysis code from different laboratories, the Elephant project aims to provide a consistent and homogeneous analysis framework that is built on a modular foundation. \nElephant is the direct successor to Neurotools and maintains ties to complementary projects such as OpenElectrophy and spykeviewer.",
"applicationCategory": "library",
"releaseNotes": "https://github.com/NeuralEnsemble/elephant/releases",
"funding": "EU Grant 604102 (HBP), EU Grant 720270(HBP), EU Grant 785907(HBP), EU Grant 945539(HBP)",
"developmentStatus": "active",
"keywords": [
"neuroscience",
"neurophysiology",
"electrophysiology",
"statistics",
"data-analysis"
],
"programmingLanguage": [
"Python3",
""
],
"operatingSystem": [
"Linux",
"Windows",
"MacOS"
],
"softwareRequirements": [
"https://github.com/NeuralEnsemble/elephant/tree/master/requirements"
],
"relatedLink": [
"http://python-elephant.org",
"http://elephant.readthedocs.org/"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-1255-7300",
"givenName": "Michael",
"familyName": "Denker",
"affiliation": {
"@type": "Organization",
"name": "Institute of Neuroscience and Medicine (INM-6) and Institute for Advanced Simulation (IAS-6) and JARA-Institute Brain Structure-Function Relationships (INM-10), Jülich Research Centre, Jülich, Germany"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-0503-5264",
"givenName": "Cristiano",
"familyName": "Köhler",
"affiliation": {
"@type": "Organization",
"name": "Institute of Neuroscience and Medicine (INM-6) and Institute for Advanced Simulation (IAS-6) and JARA-Institute Brain Structure-Function Relationships (INM-10), Jülich Research Centre, Jülich, Germany"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-0789-6279",
"givenName": "Regimantas",
"familyName": "Jurkus",
"affiliation": {
"@type": "Organization",
"name": "Institute of Neuroscience and Medicine (INM-6) and Institute for Advanced Simulation (IAS-6) and JARA-Institute Brain Structure-Function Relationships (INM-10), Jülich Research Centre, Jülich, Germany"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-9302-5893",
"givenName": "Maximilian",
"familyName": "Kramer",
"affiliation": {
"@type": "Organization",
"name": "Institute of Neuroscience and Medicine (INM-6) and Institute for Advanced Simulation (IAS-6) and JARA-Institute Brain Structure-Function Relationships (INM-10), Jülich Research Centre, Jülich, Germany"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-7292-1982",
"givenName": "Moritz",
"familyName": "Kern",
"affiliation": {
"@type": "Organization",
"name": "Institute of Neuroscience and Medicine (INM-6) and Institute for Advanced Simulation (IAS-6) and JARA-Institute Brain Structure-Function Relationships (INM-10), Jülich Research Centre, Jülich, Germany"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-9557-1003",
"givenName": "Anno Christopher",
"familyName": "Kurth",
"affiliation": {
"@type": "Organization",
"name": "Institute of Neuroscience and Medicine (INM-6) and Institute for Advanced Simulation (IAS-6) and JARA-Institute Brain Structure-Function Relationships (INM-10), Jülich Research Centre, Jülich, Germany"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-9170-4422",
"givenName": "Junji",
"familyName": "Ito",
"affiliation": {
"@type": "Organization",
"name": "Institute of Neuroscience and Medicine (INM-6) and Institute for Advanced Simulation (IAS-6) and JARA-Institute Brain Structure-Function Relationships (INM-10), Jülich Research Centre, Jülich, Germany"
}
}
]
}

0 comments on commit 9dbdf53

Please sign in to comment.