-
Notifications
You must be signed in to change notification settings - Fork 248
/
codemeta.json
118 lines (118 loc) · 8.7 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/BSD-3-Clause",
"codeRepository": "https://github.com/NeuralEnsemble/python-neo",
"contIntegration": "https://github.com/NeuralEnsemble/python-neo/actions",
"dateModified": "2024-10-14",
"downloadUrl": "https://files.pythonhosted.org/packages/e0/0d/e973b7e8464b6f1d88022c46040f203d93c0b080af0e33702bb11873dbbb/neo-0.13.4.tar.gz",
"issueTracker": "https://github.com/NeuralEnsemble/python-neo/issues",
"name": "Neo",
"version": "0.13.4",
"identifier": "RRID:SCR_000634",
"description": "Neo is a Python package for working with electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats, including Spike2, NeuroExplorer, AlphaOmega, Axon, Blackrock, Plexon, Tdt, and support for writing to a subset of these formats plus non-proprietary formats including HDF5.\n\nThe goal of Neo is to improve interoperability between Python tools for analyzing, visualizing and generating electrophysiology data by providing a common, shared object model. In order to be as lightweight a dependency as possible, Neo is deliberately limited to represention of data, with no functions for data analysis or visualization.\n\nNeo is used by a number of other software tools, including SpykeViewer (data analysis and visualization), Elephant (data analysis), the G-node suite (databasing), PyNN (simulations), tridesclous_ (spike sorting) and ephyviewer (data visualization).\n\nNeo implements a hierarchical data model well adapted to intracellular and extracellular electrophysiology and EEG data with support for multi-electrodes (for example tetrodes). Neo's data objects build on the quantities package, which in turn builds on NumPy by adding support for physical dimensions. Thus Neo objects behave just like normal NumPy arrays, but with additional metadata, checks for dimensional consistency and automatic unit conversion.",
"applicationCategory": "neuroscience",
"releaseNotes": "https://neo.readthedocs.io/en/latest/releases/0.13.4.html",
"funding": "https://cordis.europa.eu/project/id/945539",
"developmentStatus": "active",
"referencePublication": "https://doi.org/10.3389/fninf.2014.00010",
"funder": {
"@type": "Organization",
"name": "European Commission"
},
"programmingLanguage": ["Python"],
"operatingSystem": ["Linux", "Windows", "macOS"],
"softwareRequirements": [
"Python (version 3.9+)",
"see https://github.com/NeuralEnsemble/python-neo/blob/master/pyproject.toml"
],
"relatedLink": ["https://neo.readthedocs.io", "https://neuralensemble.org/community"],
"author": [
{ "@type": "Person", "givenName": "Samuel", "familyName": "Garcia" },
{
"@type": "Person",
"@id": "http://orcid.org/0000-0002-4793-7541",
"givenName": "Andrew P.",
"familyName": "Davison"
},
{ "@type": "Person", "givenName": "Chris", "familyName": "Rodgers" },
{ "@type": "Person", "givenName": "Pierre", "familyName": "Yger" },
{ "@type": "Person", "givenName": "Yann", "familyName": "Mahnoun" },
{ "@type": "Person", "givenName": "Luc", "familyName": "Estabanez" },
{ "@type": "Person", "givenName": "Andrey", "familyName": "Sobolev" },
{ "@type": "Person", "givenName": "Thierry", "familyName": "Brizzi" },
{ "@type": "Person", "givenName": "Florent", "familyName": "Jaillet" },
{ "@type": "Person", "givenName": "Philipp", "familyName": "Rautenberg" },
{ "@type": "Person", "givenName": "Thomas", "familyName": "Wachtler" },
{ "@type": "Person", "givenName": "Cyril", "familyName": "Dejean" },
{ "@type": "Person", "givenName": "Robert", "familyName": "Pröpper" },
{ "@type": "Person", "givenName": "Domenico", "familyName": "Guarino" },
{ "@type": "Person", "givenName": "Achilleas", "familyName": "Koutsou" },
{ "@type": "Person", "givenName": "Erik", "familyName": "Li" },
{ "@type": "Person", "givenName": "Georg", "familyName": "Raiser" },
{ "@type": "Person", "givenName": "Joffrey", "familyName": "Gonin" },
{ "@type": "Person", "givenName": "Kyler", "familyName": "Brown" },
{ "@type": "Person", "givenName": "Mikkel Elle", "familyName": "Lepperød" },
{ "@type": "Person", "givenName": "C Daniel", "familyName": "Meliza" },
{ "@type": "Person", "givenName": "Michael", "familyName": "Denker" },
{ "@type": "Person", "givenName": "Julia", "familyName": "Sprenger" },
{ "@type": "Person", "givenName": "Maximilian", "familyName": "Schmidt" },
{ "@type": "Person", "givenName": "Johanna", "familyName": "Senk" },
{ "@type": "Person", "givenName": "Carlos", "familyName": "Canova" },
{ "@type": "Person", "givenName": "Hélissande", "familyName": "Fragnaud" },
{ "@type": "Person", "givenName": "Mark", "familyName": "Hollenbeck" },
{ "@type": "Person", "givenName": "Mieszko", "familyName": "Grodzicki" },
{ "@type": "Person", "givenName": "Rick", "familyName": "Gerkin" },
{ "@type": "Person", "givenName": "Matthieu", "familyName": "Sénoville" },
{ "@type": "Person", "givenName": "Chadwick", "familyName": "Boulay" },
{ "@type": "Person", "givenName": "Björn", "familyName": "Müller" },
{ "@type": "Person", "givenName": "William", "familyName": "Hart" },
{ "@type": "Person", "alternateName": "erikli(github)" },
{ "@type": "Person", "givenName": "Jeffrey", "familyName": "Gill" },
{ "@type": "Person", "givenName": "Lucas", "alternateName": "lkoelman@github" },
{ "@type": "Person", "givenName": "Mark", "familyName": "Histed" },
{ "@type": "Person", "givenName": "Mike", "familyName": "Sintsov" },
{ "@type": "Person", "givenName": "Scott W", "familyName": "Harden" },
{ "@type": "Person", "givenName": "Chek Yin", "familyName": "Choi", "alternateName": "hkchekc@github" },
{ "@type": "Person", "givenName": "Corentin", "familyName": "Fragnaud" },
{ "@type": "Person", "givenName": "Alexander", "familyName": "Kleinjohann" },
{ "@type": "Person", "givenName": "Christian", "familyName": "Kothe" },
{ "@type": "Person", "alternateName": "rishidhingra@github" },
{ "@type": "Person", "givenName": "Hugo", "familyName": "van Kemenade" },
{ "@type": "Person", "givenName": "Aitor", "familyName": "Morales-Gregorio" },
{ "@type": "Person", "givenName": "Peter N", "familyName": "Steinmetz" },
{ "@type": "Person", "givenName": "Shashwat", "familyName": "Sridhar" },
{ "@type": "Person", "givenName": "Alessio", "familyName": "Buccino" },
{ "@type": "Person", "givenName": "Regimantas", "familyName": "Jurkus" },
{ "@type": "Person", "givenName": "Steffen", "familyName": "Buergers" },
{ "@type": "Person", "givenName": "Etienne", "familyName": "Combrisson" },
{ "@type": "Person", "givenName": "Ben", "familyName": "Dichter" },
{ "@type": "Person", "givenName": "Elodie", "familyName": "Legouée" },
{ "@type": "Person", "givenName": "Heberto", "familyName": "Mayorquin" },
{ "@type": "Person", "givenName": "Thomas", "familyName": "Perret" },
{ "@type": "Person", "givenName": "Zach", "familyName": "McKenzie" },
{ "@type": "Person", "givenName": "Moritz Alexander", "familyName": "Kern" },
{ "@type": "Person", "givenName": "Joscha", "familyName": "Schmiedt" },
{ "@type": "Person", "givenName": "Daniel P.", "familyName": "Crepeau" },
{ "@type": "Person", "givenName": "Divyansh", "familyName": "Gupta" },
{ "@type": "Person", "givenName": "Nate", "familyName": "Dolensek" },
{ "@type": "Person", "givenName": "Philipp", "familyName": "Hornauer" },
{ "@type": "Person", "givenName": "Robert", "familyName": "Wolff" },
{ "@type": "Person", "givenName": "Jules", "familyName": "Lebert" },
{ "@type": "Person", "givenName": "Benjamin", "familyName": "Heasly" },
{ "@type": "Person", "givenName": "Baptiste", "familyName": "Grimaud" },
{ "@type": "Person", "givenName": "Cody", "familyName": "Baker" },
{ "@type": "Person", "givenName": "Fernando J.", "familyName": "Chaure" },
{ "@type": "Person", "alternateName": "Filipe@github" },
{ "@type": "Person", "givenName": "Matthias", "familyName": "Klumpp" },
{ "@type": "Person", "givenName": "Greg", "familyName": "Knoll" },
{ "@type": "Person", "givenName": "Chris", "familyName": "Halcrow" },
{ "@type": "Person", "givenName": "Szonja", "familyName": "Weigl" },
{ "@type": "Person", "givenName": "Teo", "familyName": "Lohrer"},
{ "@type": "Person", "givenName": "Kyu Hun", "familyName": "Lee"},
{ "@type": "Person", "givenName": "Xin", "familyName": "Niu"},
{ "@type": "Person", "givenName": "Anthony", "familyName": "Pinto"},
{ "@type": "Person", "givenName": "Chris", "familyName": "Heydrick"},
{"@type": "Person", "givenName": "Nikhil", "familyName": "Chandra"}
]
}