-
Notifications
You must be signed in to change notification settings - Fork 6
/
codemeta.json
62 lines (62 loc) · 2.1 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Neuroscience",
"author": [
{
"id": "_:author_1",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Center for Computational Mathematics, Flatiron Institute"
},
"email": "jmagland@flatironinstitute.org",
"familyName": "Magland",
"givenName": "Jeremy"
},
{
"id": "_:author_2",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Center for Computational Mathematics, Flatiron Institute"
},
"familyName": "Soules",
"givenName": "Jeff"
},
{
"id": "_:author_3",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "CatalystNeuro"
},
"familyName": "Baker",
"givenName": "Cody"
},
{
"id": "_:author_4",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "CatalystNeuro"
},
"familyName": "Dichter",
"givenName": "Benjamin"
}
],
"codeRepository": "git+https://github.com/flatironinstitute/neurosift",
"dateCreated": "2023-06-21",
"datePublished": "2023-06-21",
"version": "0.2.13",
"dateModified": "2024-08-19",
"description": "Neurosift is a browser-based tool designed for the visualization of NWB (Neurodata Without Borders) files, whether stored locally or hosted remotely, and enables interactive exploration of the DANDI Archive.\n\n",
"license": "https://spdx.org/licenses/Apache-2.0",
"name": "Neurosift",
"programmingLanguage": [
"Typescript",
"Python"
],
"issueTracker": "https://github.com/flatironinstitute/neurosift/issues",
"referencePublication": "https://doi.org/10.21105/joss.06590"
}