-
Notifications
You must be signed in to change notification settings - Fork 18
Add more Neo content types #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
2464693
9d76b91
6d5e491
08ae5f4
f5a1269
2a901a1
cdea0ab
b868a8b
62c096e
abec208
453caf0
e6718ca
48ef6e4
c41ac1d
19942cc
3a3c793
f622412
30917be
d597961
4bd96ce
432bf0b
7e5c417
79ed0a4
1a87f02
21815ba
f015b4c
79da225
828f2c3
98f43f3
3fd95bd
1319ed2
e57ab16
12796ef
a0949cf
a25fd40
f11139b
778d385
962a4c8
0570472
ff113c9
4d4d33b
7b8d809
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| { | ||
| "@context": { | ||
| "@vocab": "https://openminds.om-i.org/props/" | ||
| }, | ||
| "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.alphaomega.v0-eng", | ||
| "@type": "https://openminds.om-i.org/types/ContentType", | ||
| "dataType": null, | ||
| "description": null, | ||
| "displayLabel": null, | ||
| "fileExtension": [ | ||
| ".lsx", | ||
| ".mpx" | ||
| ], | ||
| "name": "application/vnd.alphaomega.v0-eng", | ||
| "relatedMediaType": null, | ||
| "specification": null, | ||
| "synonym": null | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "@context": { | ||
| "@vocab": "https://openminds.om-i.org/props/" | ||
| }, | ||
| "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.axona", | ||
| "@type": "https://openminds.om-i.org/types/ContentType", | ||
| "dataType": null, | ||
| "description": null, | ||
| "displayLabel": null, | ||
| "fileExtension": [ | ||
| ".bin", | ||
| ".set" | ||
| ], | ||
| "name": "application/vnd.axona", | ||
| "relatedMediaType": null, | ||
| "specification": null, | ||
| "synonym": [ | ||
| "Axona Format" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "@context": { | ||
| "@vocab": "https://openminds.om-i.org/props/" | ||
| }, | ||
| "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.biocam+hdf5", | ||
| "@type": "https://openminds.om-i.org/types/ContentType", | ||
| "dataType": null, | ||
| "description": null, | ||
| "displayLabel": null, | ||
| "fileExtension": [ | ||
| ".hdf5", | ||
| ".h5" | ||
| ], | ||
| "name": "application/vnd.biocam+hdf5", | ||
| "relatedMediaType": null, | ||
| "specification": null, | ||
| "synonym": [ | ||
| "Biocam HDF5" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,22 @@ | ||
| { | ||
| "@context": { | ||
| "@vocab": "https://openminds.om-i.org/props/" | ||
| }, | ||
| "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.klustakwik", | ||
| "@type": "https://openminds.om-i.org/types/ContentType", | ||
| "dataType": null, | ||
| "description": null, | ||
| "displayLabel": null, | ||
| "fileExtension": null, | ||
| "name": "application/vnd.klustakwik", | ||
| "relatedMediaType": null, | ||
| "specification": null, | ||
| "synonym": [ | ||
| "KlustaKwik Format" | ||
| ] | ||
| { | ||
| "@context": { | ||
| "@vocab": "https://openminds.om-i.org/props/" | ||
| }, | ||
| "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.klustakwik", | ||
| "@type": "https://openminds.om-i.org/types/ContentType", | ||
| "dataType": null, | ||
| "description": null, | ||
| "displayLabel": null, | ||
| "fileExtension": [ | ||
| ".fet", | ||
| ".clu", | ||
| ".res", | ||
| ".spk" | ||
| ], | ||
| "name": "application/vnd.klustakwik", | ||
| "relatedMediaType": null, | ||
| "specification": null, | ||
| "synonym": [ | ||
| "KlustaKwik Format" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| { | ||
| "@context": { | ||
| "@vocab": "https://openminds.om-i.org/props/" | ||
| }, | ||
| "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.maxwell+hdf5", | ||
| "@type": "https://openminds.om-i.org/types/ContentType", | ||
| "dataType": null, | ||
| "description": null, | ||
| "displayLabel": null, | ||
| "fileExtension": [ | ||
| ".hdf5", | ||
| ".h5" | ||
| ], | ||
| "name": "application/vnd.maxwell+hdf5", | ||
| "relatedMediaType": null, | ||
| "specification": null, | ||
| "synonym": [ | ||
| "MaxOne HDF5", | ||
| "MaxTwo HDF5" | ||
| ] | ||
|
Comment on lines
+17
to
+20
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is a bit weird, MaxOne and MaxTwo are different MEA systems. If they are using the same file format the synonym of the file format should not be combined with the system name (unless this is what they officially do). I would suggest calling this MaxWell HDF5, or MaxWell Biosystems HDF5 |
||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| { | ||
| "@context": { | ||
| "@vocab": "https://openminds.om-i.org/props/" | ||
| }, | ||
| "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.mearec+hdf5", | ||
| "@type": "https://openminds.om-i.org/types/ContentType", | ||
| "dataType": null, | ||
| "description": null, | ||
| "displayLabel": null, | ||
| "fileExtension": [ | ||
| ".hdf5", | ||
| ".h5" | ||
| ], | ||
| "name": "application/vnd.mearec+hdf5", | ||
| "relatedMediaType": null, | ||
| "specification": null, | ||
| "synonym": [ | ||
| "Multi-Electrode-Arrays HDF5", | ||
| "MEA HDF5" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "@context": { | ||
| "@vocab": "https://openminds.om-i.org/props/" | ||
| }, | ||
| "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.neuralensemble.neo+pickle", | ||
| "@type": "https://openminds.om-i.org/types/ContentType", | ||
| "dataType": null, | ||
| "description": null, | ||
| "displayLabel": null, | ||
| "fileExtension": [ | ||
| ".pkl", | ||
| ".pickle" | ||
| ], | ||
| "name": "application/vnd.neuralensemble.neo+pickle", | ||
| "relatedMediaType": null, | ||
| "specification": null, | ||
| "synonym": [ | ||
| "Pickled Neo Format" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| { | ||
| "@context": { | ||
| "@vocab": "https://openminds.om-i.org/props/" | ||
| }, | ||
| "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.neuroshare.types", | ||
| "@type": "https://openminds.om-i.org/types/ContentType", | ||
| "dataType": null, | ||
| "description": null, | ||
| "displayLabel": null, | ||
| "fileExtension": null, | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No extension? is this not a content type for files but for bundles? |
||
| "name": "application/vnd.neuroshare.types", | ||
| "relatedMediaType": null, | ||
| "specification": null, | ||
| "synonym": null | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,13 +2,13 @@ | |
| "@context": { | ||
| "@vocab": "https://openminds.om-i.org/props/" | ||
| }, | ||
| "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.neuroshareapi", | ||
| "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.neuroshare.api", | ||
| "@type": "https://openminds.om-i.org/types/ContentType", | ||
| "dataType": null, | ||
| "description": null, | ||
| "displayLabel": null, | ||
| "fileExtension": null, | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. no extensions? is this for bundles not for files? |
||
| "name": "application/vnd.neuroshareapi", | ||
| "name": "application/vnd.neuroshare.api", | ||
| "relatedMediaType": null, | ||
| "specification": null, | ||
| "synonym": [ | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| { | ||
| "@context": { | ||
| "@vocab": "https://openminds.om-i.org/props/" | ||
| }, | ||
| "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.numpy.array", | ||
| "@type": "https://openminds.om-i.org/types/ContentType", | ||
| "dataType": null, | ||
| "description": "A standard binary file format in NumPy for persisting a single arbitrary NumPy array on disk.", | ||
| "displayLabel": null, | ||
| "fileExtension": [ | ||
| ".npy" | ||
| ], | ||
| "name": "application/vnd.numpy.array", | ||
| "relatedMediaType": null, | ||
| "specification": null, | ||
| "synonym": [ | ||
| "NumPy array" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,19 @@ | ||||||
| { | ||||||
| "@context": { | ||||||
| "@vocab": "https://openminds.om-i.org/props/" | ||||||
| }, | ||||||
| "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.numpy.multiarray", | ||||||
| "@type": "https://openminds.om-i.org/types/ContentType", | ||||||
| "dataType": null, | ||||||
| "description": "File format by numpy that provides storage of array data using gzip compression.", | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| "displayLabel": null, | ||||||
| "fileExtension": [ | ||||||
| ".npz" | ||||||
| ], | ||||||
| "name": "application/vnd.numpy.multiarray", | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @apdavison should this be ?
Suggested change
|
||||||
| "relatedMediaType": null, | ||||||
| "specification": null, | ||||||
| "synonym": [ | ||||||
| "NumPy multiarray" | ||||||
| ] | ||||||
| } | ||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,11 @@ | |
| "dataType": null, | ||
| "description": null, | ||
| "displayLabel": null, | ||
| "fileExtension": null, | ||
| "fileExtension": [ | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this really one content type? or rather different ones? |
||
| ".dat", | ||
| ".npy", | ||
| ".json" | ||
| ], | ||
| "name": "application/vnd.openephys", | ||
| "relatedMediaType": null, | ||
| "specification": null, | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,19 @@ | ||||||
| { | ||||||
| "@context": { | ||||||
| "@vocab": "https://openminds.om-i.org/props/" | ||||||
| }, | ||||||
| "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.spike2-32.sonpy.son", | ||||||
| "@type": "https://openminds.om-i.org/types/ContentType", | ||||||
| "dataType": null, | ||||||
| "description": null, | ||||||
| "displayLabel": null, | ||||||
| "fileExtension": [ | ||||||
| ".smr" | ||||||
| ], | ||||||
| "name": "application/vnd.spike2-32.sonpy.son", | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
what was the .son for? we need to define a convention of bitness for our content types |
||||||
| "relatedMediaType": null, | ||||||
| "specification": null, | ||||||
| "synonym": [ | ||||||
| "CED spike2 files (32 bit)" | ||||||
| ] | ||||||
| } | ||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| { | ||
| "@context": { | ||
| "@vocab": "https://openminds.om-i.org/props/" | ||
| }, | ||
| "@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.spike2-64.sonpy.son", | ||
| "@type": "https://openminds.om-i.org/types/ContentType", | ||
| "dataType": null, | ||
| "description": null, | ||
| "displayLabel": null, | ||
| "fileExtension": [ | ||
| ".smrx" | ||
| ], | ||
| "name": "application/vnd.spike2-64.sonpy.son", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. convention for bitness should be different I think (see spike2-32) |
||
| "relatedMediaType": null, | ||
| "specification": null, | ||
| "synonym": [ | ||
| "CED spike2 files (64 bit)" | ||
| ] | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,10 @@ | |
| "dataType": null, | ||
| "description": null, | ||
| "displayLabel": null, | ||
| "fileExtension": null, | ||
| "fileExtension": [ | ||
| ".bin", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Isn't |
||
| ".meta" | ||
| ], | ||
| "name": "application/vnd.spikeglx.system", | ||
| "relatedMediaType": null, | ||
| "specification": null, | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -7,7 +7,12 @@ | |||||||||||||||||||||||
| "dataType": null, | ||||||||||||||||||||||||
| "description": null, | ||||||||||||||||||||||||
| "displayLabel": null, | ||||||||||||||||||||||||
| "fileExtension": null, | ||||||||||||||||||||||||
| "fileExtension": [ | ||||||||||||||||||||||||
| ".tsq", | ||||||||||||||||||||||||
| ".tbk", | ||||||||||||||||||||||||
| ".tev", | ||||||||||||||||||||||||
| ".sev" | ||||||||||||||||||||||||
|
Comment on lines
+11
to
+14
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||
| ], | ||||||||||||||||||||||||
| "name": "application/vnd.tdt", | ||||||||||||||||||||||||
| "relatedMediaType": null, | ||||||||||||||||||||||||
| "specification": null, | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if
-engbelongs to the company name andv0points to the version it should be this way around, no? @apdavison