-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcodemeta.json
37 lines (37 loc) · 1.28 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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "",
"@type": "Person",
"email": "faymanns@student.ethz.ch",
"name": "Florian Aymanns",
"affiliation": "Department of Information Technology and Electrical Engineering, ETH Zurich"
},
{
"@id": "",
"@type": "Person",
"email": "rudin@biomed.ee.ethz.ch",
"name": "Markus Rudin",
"affiliation": "Institute for Biomedical Engineering, ETH and University of Zurich"
},
{
"@id": "0000-0001-7037-2449",
"@type": "Person",
"email": "ioanas@biomed.ee.ethz.ch",
"name": "Horea-Ioanas Ioan",
"affiliation": "Institute for Biomedical Engineering, ETH and University of Zurich"
}
],
"identifier": "",
"codeRepository": "https://github.com/IBT-FMI/COSplay",
"datePublished": "2018-02-16",
"dateModified": "2018-02-16",
"dateCreated": "2018-02-16",
"description": "Contrast Optimized Stimulation player",
"keywords": "bids, optogenetics, electrophysiology, sensory-stimulation, trigger-events, fMRI, stimulus-evoked, Bruker, ParaVision, contrast-optimized-stimulation, lab-equipment, TTL, BNC",
"license": "BSD",
"title": "COSplay",
"version": "1.1"
}