Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

index.html 3.0 KB
Raw

You have to be logged in to leave a comment. Sign In
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
  1. <html><head><style>body {
  2. color: black;
  3. }
  4. </style></head><body><p><img src="https://avatars.githubusercontent.com/u/53260526?s=400&u=9fd82f767e66beeb3959efaf11be707dd4209c96&v=4" width="200px"> </p>
  5. <h1 id="dandi-distributed-archives-for-neurophysiology-data-integration">DANDI: Distributed Archives for Neurophysiology Data Integration</h1>
  6. <p>DANDI is a public archive of neurophysiology datasets, including raw and
  7. processed data, and associated software containers. Datasets are shared according
  8. to a Creative Commons CC0 or CC-BY licenses. This US BRAIN Initiative supported
  9. data archive publishes and shares neurophysiology data including electrophysiology,
  10. optophysiology, and behavioral time-series, and images from immunostaining
  11. experiments. </p>
  12. <p>The data uses a set of community standards: </p>
  13. <ul>
  14. <li>NWB: Neurodata Without Borders</li>
  15. <li>BIDS: Brain Imaging Data Structure</li>
  16. <li>NIDM: Neuro Imaging Data Model</li>
  17. <li>NGFF: Next Generation File Format</li>
  18. </ul>
  19. <p>Development of DANDI is supported by the National Institute of Mental Health.</p>
  20. <h2 id="dandisets">Dandisets</h2>
  21. <p>We define a DANDI dataset as a Dandiset. A Dandiset is an organized collection of
  22. assets (files) with both file level and dataset level metadata generated from an
  23. experiment or a project.</p>
  24. <h3 id="web-resources">Web resources</h3>
  25. <ul>
  26. <li>Web interface: <a href="https://dandiarchive.org/">https://dandiarchive.org/</a></li>
  27. <li>API: <a href="https://api.dandiarchive.org/swagger/">https://api.dandiarchive.org/swagger/</a></li>
  28. <li>Handbook: <a href="https://handbook.dandiarchive.org">https://handbook.dandiarchive.org</a></li>
  29. <li>Helpdesk: <a href="https://github.com/dandi/helpdesk/issues/new/choose">https://github.com/dandi/helpdesk/issues/new/choose</a></li>
  30. <li>Github: <a href="https://github.com/dandi">https://github.com/dandi</a></li>
  31. <li>S3 Location: s3://dandiarchive/</li>
  32. <li>DANDI Hub (a Jupyterhub instance): <a href="https://hub.dandiarchive.org/">https://hub.dandiarchive.org/</a> (Requires registration via the Web interface)</li>
  33. </ul>
  34. <h3 id="organization-of-the-s3-bucket">Organization of the S3 bucket</h3>
  35. <ul>
  36. <li><strong>blobs</strong> - This key store houses the actual binary data indexed by unique keys. This
  37. is done to provide deduplication when publishing new datasets containing existing
  38. data.</li>
  39. <li><strong>dandisets</strong> - Information about each Dandiset including metadata, a manifest of
  40. all assets contained in a Dandiset, and asset metadata. This information should
  41. allow anyone to access all the data relevant to a Dandiset </li>
  42. </ul>
  43. <p>Other prefixes in the bucket can be ignored. For example:</p>
  44. <ul>
  45. <li><em>dandiarchive</em> - This folder stores an inventory listing of all items in the bucket.
  46. This is generated automatically by the S3 Inventory service.</li>
  47. </ul>
  48. <h4 id="keywords-">Keywords:</h4>
  49. <ul>
  50. <li>biology </li>
  51. <li>cell imaging</li>
  52. <li>electrophysiology </li>
  53. <li>infrastructure </li>
  54. <li>life sciences </li>
  55. <li>neuroimaging </li>
  56. <li>neurophysiology </li>
  57. <li>neuroscience</li>
  58. </ul>
  59. </body></html>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...