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

assets.yaml 30 KB

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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
  1. - '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.8/context.json
  2. access:
  3. - schemaKey: AccessRequirements
  4. status: dandi:OpenAccess
  5. blobDateModified: '2025-01-09T15:11:40.062832-05:00'
  6. contentSize: 169
  7. contentUrl:
  8. - https://api.dandiarchive.org/api/assets/049f8dbc-bba9-4c90-92b1-7078bc8e266b/download/
  9. - https://dandiarchive.s3.amazonaws.com/blobs/f32/41d/f3241d1b-4787-44ba-b660-cc4a04d5751c
  10. dateModified: '2025-01-09T15:36:23.324297-05:00'
  11. digest:
  12. dandi:dandi-etag: 73cd4a1777d2788c05235a6f8eb21579-1
  13. dandi:sha2-256: 20b9b60ef876e60cb2bcc0174088570707cfb012d5eeb7f0a8d41ed3e9b78e3e
  14. encodingFormat: application/json
  15. id: dandiasset:049f8dbc-bba9-4c90-92b1-7078bc8e266b
  16. identifier: 049f8dbc-bba9-4c90-92b1-7078bc8e266b
  17. path: dataset_description.json
  18. schemaKey: Asset
  19. schemaVersion: 0.6.8
  20. wasGeneratedBy:
  21. - description: Metadata generated by DANDI cli
  22. endDate: '2025-01-09T15:36:23.324254-05:00'
  23. id: urn:uuid:c7e93b9c-93ab-43f7-bd7b-eba20435fbf3
  24. name: Metadata generation
  25. schemaKey: Activity
  26. startDate: '2025-01-09T15:36:23.324254-05:00'
  27. wasAssociatedWith:
  28. - identifier: RRID:SCR_019009
  29. name: DANDI Command Line Interface
  30. schemaKey: Software
  31. url: https://github.com/dandi/dandi-cli
  32. version: 0.66.3
  33. - '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.8/context.json
  34. access:
  35. - schemaKey: AccessRequirements
  36. status: dandi:OpenAccess
  37. blobDateModified: '2025-01-09T15:10:40.146190-05:00'
  38. contentSize: 94
  39. contentUrl:
  40. - https://api.dandiarchive.org/api/assets/c5f06470-17a7-4756-bbd6-775d2de1e47a/download/
  41. - https://dandiarchive.s3.amazonaws.com/blobs/9b7/11a/9b711a46-4d33-4624-b7ca-6ee42fa5392c
  42. dateModified: '2025-01-09T15:36:23.350164-05:00'
  43. digest:
  44. dandi:dandi-etag: b569c0b0a4dedf6aa8d5c8afb3bfd3cd-1
  45. dandi:sha2-256: 69aaff02a1f5e2f66fe8cca123cfbdc500edc7ebc6841ae3701b225258618ee3
  46. encodingFormat: text/tab-separated-values
  47. id: dandiasset:c5f06470-17a7-4756-bbd6-775d2de1e47a
  48. identifier: c5f06470-17a7-4756-bbd6-775d2de1e47a
  49. path: participants.tsv
  50. schemaKey: Asset
  51. schemaVersion: 0.6.8
  52. wasAttributedTo: []
  53. wasGeneratedBy:
  54. - description: Metadata generated by DANDI cli
  55. endDate: '2025-01-09T15:36:22.890281-05:00'
  56. id: urn:uuid:9486dd89-a7fa-4c33-aa5b-38bce9c9ae92
  57. name: Metadata generation
  58. schemaKey: Activity
  59. startDate: '2025-01-09T15:36:22.890281-05:00'
  60. wasAssociatedWith:
  61. - identifier: RRID:SCR_019009
  62. name: DANDI Command Line Interface
  63. schemaKey: Software
  64. url: https://github.com/dandi/dandi-cli
  65. version: 0.66.3
  66. - description: Metadata generated by DANDI cli
  67. endDate: '2025-01-09T15:36:23.350123-05:00'
  68. id: urn:uuid:d721ed34-3678-4afc-a8f1-9f33274584ba
  69. name: Metadata generation
  70. schemaKey: Activity
  71. startDate: '2025-01-09T15:36:23.350123-05:00'
  72. wasAssociatedWith:
  73. - identifier: RRID:SCR_019009
  74. name: DANDI Command Line Interface
  75. schemaKey: Software
  76. url: https://github.com/dandi/dandi-cli
  77. version: 0.66.3
  78. - '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.8/context.json
  79. access:
  80. - schemaKey: AccessRequirements
  81. status: dandi:OpenAccess
  82. blobDateModified: '2025-01-09T15:10:40.146190-05:00'
  83. contentSize: 97
  84. contentUrl:
  85. - https://api.dandiarchive.org/api/assets/97fb7c60-bc9e-482f-a7bb-0aabde53f37d/download/
  86. - https://dandiarchive.s3.amazonaws.com/blobs/517/e7a/517e7a0b-3a5e-4321-96ce-8d8c67f5550a
  87. dateModified: '2025-01-09T15:36:23.474693-05:00'
  88. digest:
  89. dandi:dandi-etag: fe08c6cd0849106cf1f6a05d8ddf41ee-1
  90. dandi:sha2-256: 84071188fdc7b563f993dc7db269e6fc1e3cb456c5fb701dbfd362b6ef69512d
  91. encodingFormat: text/tab-separated-values
  92. id: dandiasset:97fb7c60-bc9e-482f-a7bb-0aabde53f37d
  93. identifier: 97fb7c60-bc9e-482f-a7bb-0aabde53f37d
  94. path: samples.tsv
  95. schemaKey: Asset
  96. schemaVersion: 0.6.8
  97. wasAttributedTo: []
  98. wasGeneratedBy:
  99. - description: Metadata generated by DANDI cli
  100. endDate: '2025-01-09T15:36:22.890551-05:00'
  101. id: urn:uuid:323e4e39-7419-4fb5-a216-e3602947d932
  102. name: Metadata generation
  103. schemaKey: Activity
  104. startDate: '2025-01-09T15:36:22.890551-05:00'
  105. wasAssociatedWith:
  106. - identifier: RRID:SCR_019009
  107. name: DANDI Command Line Interface
  108. schemaKey: Software
  109. url: https://github.com/dandi/dandi-cli
  110. version: 0.66.3
  111. - description: Metadata generated by DANDI cli
  112. endDate: '2025-01-09T15:36:23.474660-05:00'
  113. id: urn:uuid:0f5bd7b2-973a-4405-b6aa-8d813ebc2fba
  114. name: Metadata generation
  115. schemaKey: Activity
  116. startDate: '2025-01-09T15:36:23.474660-05:00'
  117. wasAssociatedWith:
  118. - identifier: RRID:SCR_019009
  119. name: DANDI Command Line Interface
  120. schemaKey: Software
  121. url: https://github.com/dandi/dandi-cli
  122. version: 0.66.3
  123. - '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.8/context.json
  124. access:
  125. - schemaKey: AccessRequirements
  126. status: dandi:OpenAccess
  127. blobDateModified: '2019-04-15T02:23:48.362576-04:00'
  128. contentSize: 3612
  129. contentUrl:
  130. - https://api.dandiarchive.org/api/assets/a817dea9-fac0-47a9-a1d8-248fc7932fe6/download/
  131. - https://dandiarchive.s3.amazonaws.com/blobs/265/1dd/2651dd49-c662-481b-9594-04842bb48e29
  132. dateModified: '2025-01-09T16:09:30.470081-05:00'
  133. digest:
  134. dandi:dandi-etag: 37831f1fc1a35ea5b1a2c81363576925-1
  135. dandi:sha2-256: 0879a1a00238b48a3f09f56f7075fb48b32289d80ad698a2931aed7754b64ef5
  136. encodingFormat: application/octet-stream
  137. id: dandiasset:a817dea9-fac0-47a9-a1d8-248fc7932fe6
  138. identifier: a817dea9-fac0-47a9-a1d8-248fc7932fe6
  139. path: derivatives/dwi/sub-MR243/sub-MR243_sample-brain_acq-MulShell.bvecs
  140. schemaKey: Asset
  141. schemaVersion: 0.6.8
  142. wasAttributedTo: []
  143. wasGeneratedBy:
  144. - description: Metadata generated by DANDI cli
  145. endDate: '2025-01-09T16:09:30.171114-05:00'
  146. id: urn:uuid:c326b54a-46ac-48d4-9aa6-f9ced11c7049
  147. name: Metadata generation
  148. schemaKey: Activity
  149. startDate: '2025-01-09T16:09:30.171114-05:00'
  150. wasAssociatedWith:
  151. - identifier: RRID:SCR_019009
  152. name: DANDI Command Line Interface
  153. schemaKey: Software
  154. url: https://github.com/dandi/dandi-cli
  155. version: 0.66.3
  156. - description: Metadata generated by DANDI cli
  157. endDate: '2025-01-09T16:09:30.470053-05:00'
  158. id: urn:uuid:2c624564-4de4-42f7-bf83-fb07683c4ed9
  159. name: Metadata generation
  160. schemaKey: Activity
  161. startDate: '2025-01-09T16:09:30.470053-05:00'
  162. wasAssociatedWith:
  163. - identifier: RRID:SCR_019009
  164. name: DANDI Command Line Interface
  165. schemaKey: Software
  166. url: https://github.com/dandi/dandi-cli
  167. version: 0.66.3
  168. - '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.8/context.json
  169. access:
  170. - schemaKey: AccessRequirements
  171. status: dandi:OpenAccess
  172. blobDateModified: '2019-08-26T21:18:13.277834-04:00'
  173. contentSize: 6333
  174. contentUrl:
  175. - https://api.dandiarchive.org/api/assets/2f2e9654-b4bb-407b-851d-a0a8fcab58e7/download/
  176. - https://dandiarchive.s3.amazonaws.com/blobs/627/c04/627c0423-55e4-46ec-9600-9eab56c6e01e
  177. dateModified: '2025-01-09T16:09:30.444766-05:00'
  178. digest:
  179. dandi:dandi-etag: 32873d1612fabac93c5f71b316661d6e-1
  180. dandi:sha2-256: 67cc1412bce16020654b53f3f0f24762268a28d1787af9f00f6a9f2869e16637
  181. encodingFormat: application/octet-stream
  182. id: dandiasset:2f2e9654-b4bb-407b-851d-a0a8fcab58e7
  183. identifier: 2f2e9654-b4bb-407b-851d-a0a8fcab58e7
  184. path: derivatives/dwi/sub-MR243/sub-MR243_sample-brain_acq-DSI.bvecs
  185. schemaKey: Asset
  186. schemaVersion: 0.6.8
  187. wasAttributedTo: []
  188. wasGeneratedBy:
  189. - description: Metadata generated by DANDI cli
  190. endDate: '2025-01-09T16:09:29.698082-05:00'
  191. id: urn:uuid:f298b99a-a26c-4182-a42e-ba2ab3e715aa
  192. name: Metadata generation
  193. schemaKey: Activity
  194. startDate: '2025-01-09T16:09:29.698082-05:00'
  195. wasAssociatedWith:
  196. - identifier: RRID:SCR_019009
  197. name: DANDI Command Line Interface
  198. schemaKey: Software
  199. url: https://github.com/dandi/dandi-cli
  200. version: 0.66.3
  201. - description: Metadata generated by DANDI cli
  202. endDate: '2025-01-09T16:09:30.444726-05:00'
  203. id: urn:uuid:c6272d04-3793-4151-a5fa-1cdbf8d8c860
  204. name: Metadata generation
  205. schemaKey: Activity
  206. startDate: '2025-01-09T16:09:30.444726-05:00'
  207. wasAssociatedWith:
  208. - identifier: RRID:SCR_019009
  209. name: DANDI Command Line Interface
  210. schemaKey: Software
  211. url: https://github.com/dandi/dandi-cli
  212. version: 0.66.3
  213. - '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.8/context.json
  214. access:
  215. - schemaKey: AccessRequirements
  216. status: dandi:OpenAccess
  217. blobDateModified: '2019-04-15T02:49:24.441780-04:00'
  218. contentSize: 1020
  219. contentUrl:
  220. - https://api.dandiarchive.org/api/assets/d2a91c39-6bc4-43e2-ab51-e4a4c7f4b643/download/
  221. - https://dandiarchive.s3.amazonaws.com/blobs/5f7/d1d/5f7d1dc8-765d-495e-8396-560ded0cd845
  222. dateModified: '2025-01-09T16:09:30.390830-05:00'
  223. digest:
  224. dandi:dandi-etag: 7999bfbdf6fbf0e4722378a39c46c9e4-1
  225. dandi:sha2-256: 49340519bd2bcb1f8a00407fbcf8ea502a6b599ad4f7262ebac3711e93ddb29f
  226. encodingFormat: application/octet-stream
  227. id: dandiasset:d2a91c39-6bc4-43e2-ab51-e4a4c7f4b643
  228. identifier: d2a91c39-6bc4-43e2-ab51-e4a4c7f4b643
  229. path: derivatives/dwi/sub-MR243/sub-MR243_sample-brain_acq-MulShell.bvals
  230. schemaKey: Asset
  231. schemaVersion: 0.6.8
  232. wasAttributedTo: []
  233. wasGeneratedBy:
  234. - description: Metadata generated by DANDI cli
  235. endDate: '2025-01-09T16:09:29.714447-05:00'
  236. id: urn:uuid:aea6911c-4283-465d-bfa5-866db038fbb9
  237. name: Metadata generation
  238. schemaKey: Activity
  239. startDate: '2025-01-09T16:09:29.714447-05:00'
  240. wasAssociatedWith:
  241. - identifier: RRID:SCR_019009
  242. name: DANDI Command Line Interface
  243. schemaKey: Software
  244. url: https://github.com/dandi/dandi-cli
  245. version: 0.66.3
  246. - description: Metadata generated by DANDI cli
  247. endDate: '2025-01-09T16:09:30.390783-05:00'
  248. id: urn:uuid:ec582662-8b78-46e7-a74e-68139037384f
  249. name: Metadata generation
  250. schemaKey: Activity
  251. startDate: '2025-01-09T16:09:30.390783-05:00'
  252. wasAssociatedWith:
  253. - identifier: RRID:SCR_019009
  254. name: DANDI Command Line Interface
  255. schemaKey: Software
  256. url: https://github.com/dandi/dandi-cli
  257. version: 0.66.3
  258. - '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.8/context.json
  259. access:
  260. - schemaKey: AccessRequirements
  261. status: dandi:OpenAccess
  262. blobDateModified: '2019-08-26T21:18:13.272834-04:00'
  263. contentSize: 8696
  264. contentUrl:
  265. - https://api.dandiarchive.org/api/assets/2b504184-90f8-4dce-b806-daef312f6f9b/download/
  266. - https://dandiarchive.s3.amazonaws.com/blobs/cc4/26e/cc426eb3-9ae1-4672-8908-5f2dcb945b2b
  267. dateModified: '2025-01-09T16:09:30.494483-05:00'
  268. digest:
  269. dandi:dandi-etag: 1dcac75a2d104f4bb4e235f1abc69410-1
  270. dandi:sha2-256: 87bf2f1fae2ee9331a04b3efcd962853895d7c5c13c911812f0bf0c8d0147639
  271. encodingFormat: application/octet-stream
  272. id: dandiasset:2b504184-90f8-4dce-b806-daef312f6f9b
  273. identifier: 2b504184-90f8-4dce-b806-daef312f6f9b
  274. path: derivatives/dwi/sub-MR243/sub-MR243_sample-brain_acq-DSI.bvals
  275. schemaKey: Asset
  276. schemaVersion: 0.6.8
  277. wasAttributedTo: []
  278. wasGeneratedBy:
  279. - description: Metadata generated by DANDI cli
  280. endDate: '2025-01-09T16:09:29.697793-05:00'
  281. id: urn:uuid:78a7a5c2-2c3e-49fc-a8d1-30f93ed9a1e5
  282. name: Metadata generation
  283. schemaKey: Activity
  284. startDate: '2025-01-09T16:09:29.697793-05:00'
  285. wasAssociatedWith:
  286. - identifier: RRID:SCR_019009
  287. name: DANDI Command Line Interface
  288. schemaKey: Software
  289. url: https://github.com/dandi/dandi-cli
  290. version: 0.66.3
  291. - description: Metadata generated by DANDI cli
  292. endDate: '2025-01-09T16:09:30.494459-05:00'
  293. id: urn:uuid:825f7320-09e5-4cc0-ae00-5674f9f6a09b
  294. name: Metadata generation
  295. schemaKey: Activity
  296. startDate: '2025-01-09T16:09:30.494459-05:00'
  297. wasAssociatedWith:
  298. - identifier: RRID:SCR_019009
  299. name: DANDI Command Line Interface
  300. schemaKey: Software
  301. url: https://github.com/dandi/dandi-cli
  302. version: 0.66.3
  303. - '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.8/context.json
  304. access:
  305. - schemaKey: AccessRequirements
  306. status: dandi:OpenAccess
  307. blobDateModified: '2019-04-08T19:08:46.944464-04:00'
  308. contentSize: 8696
  309. contentUrl:
  310. - https://api.dandiarchive.org/api/assets/0da53186-43a8-4012-aa99-789c8c22a92f/download/
  311. - https://dandiarchive.s3.amazonaws.com/blobs/cee/490/cee49002-615d-49fe-a8ec-c2471ad20d5b
  312. dateModified: '2025-01-09T16:09:33.272291-05:00'
  313. digest:
  314. dandi:dandi-etag: dee162b37d1fc2e55da510943b54d37c-1
  315. dandi:sha2-256: 779601d4ac24c44e4e99ecdb2689f19b91684ea01a3c816da4683db81697058d
  316. encodingFormat: application/octet-stream
  317. id: dandiasset:0da53186-43a8-4012-aa99-789c8c22a92f
  318. identifier: 0da53186-43a8-4012-aa99-789c8c22a92f
  319. path: derivatives/dwi/sub-MR256/sub-MR256_sample-brain_acq-DSI.bvals
  320. schemaKey: Asset
  321. schemaVersion: 0.6.8
  322. wasAttributedTo: []
  323. wasGeneratedBy:
  324. - description: Metadata generated by DANDI cli
  325. endDate: '2025-01-09T16:09:32.441895-05:00'
  326. id: urn:uuid:efb85d76-b5c1-42d8-9b1b-90be042bbc3d
  327. name: Metadata generation
  328. schemaKey: Activity
  329. startDate: '2025-01-09T16:09:32.441895-05:00'
  330. wasAssociatedWith:
  331. - identifier: RRID:SCR_019009
  332. name: DANDI Command Line Interface
  333. schemaKey: Software
  334. url: https://github.com/dandi/dandi-cli
  335. version: 0.66.3
  336. - description: Metadata generated by DANDI cli
  337. endDate: '2025-01-09T16:09:33.272251-05:00'
  338. id: urn:uuid:229a0da3-ad11-46cf-b10d-d116364033e6
  339. name: Metadata generation
  340. schemaKey: Activity
  341. startDate: '2025-01-09T16:09:33.272251-05:00'
  342. wasAssociatedWith:
  343. - identifier: RRID:SCR_019009
  344. name: DANDI Command Line Interface
  345. schemaKey: Software
  346. url: https://github.com/dandi/dandi-cli
  347. version: 0.66.3
  348. - '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.8/context.json
  349. access:
  350. - schemaKey: AccessRequirements
  351. status: dandi:OpenAccess
  352. blobDateModified: '2019-04-08T19:08:46.948464-04:00'
  353. contentSize: 14637
  354. contentUrl:
  355. - https://api.dandiarchive.org/api/assets/c4d5446b-8476-424c-afbe-14e28f629f48/download/
  356. - https://dandiarchive.s3.amazonaws.com/blobs/146/dd2/146dd29e-2791-4513-9ddf-5bcd0ec7ad6e
  357. dateModified: '2025-01-09T16:09:33.494557-05:00'
  358. digest:
  359. dandi:dandi-etag: e4971d7be4a69230dae1a34ad3071647-1
  360. dandi:sha2-256: e376f32454db656330bad54d2d7b8c7122459e876fee02af6424941557bab80f
  361. encodingFormat: application/octet-stream
  362. id: dandiasset:c4d5446b-8476-424c-afbe-14e28f629f48
  363. identifier: c4d5446b-8476-424c-afbe-14e28f629f48
  364. path: derivatives/dwi/sub-MR256/sub-MR256_sample-brain_acq-DSI.bvecs
  365. schemaKey: Asset
  366. schemaVersion: 0.6.8
  367. wasAttributedTo: []
  368. wasGeneratedBy:
  369. - description: Metadata generated by DANDI cli
  370. endDate: '2025-01-09T16:09:32.622962-05:00'
  371. id: urn:uuid:aaedb5c3-b8bd-497c-8e86-e102c765a20a
  372. name: Metadata generation
  373. schemaKey: Activity
  374. startDate: '2025-01-09T16:09:32.622962-05:00'
  375. wasAssociatedWith:
  376. - identifier: RRID:SCR_019009
  377. name: DANDI Command Line Interface
  378. schemaKey: Software
  379. url: https://github.com/dandi/dandi-cli
  380. version: 0.66.3
  381. - description: Metadata generated by DANDI cli
  382. endDate: '2025-01-09T16:09:33.494514-05:00'
  383. id: urn:uuid:966fd926-a392-4653-89e2-0f30908708a5
  384. name: Metadata generation
  385. schemaKey: Activity
  386. startDate: '2025-01-09T16:09:33.494514-05:00'
  387. wasAssociatedWith:
  388. - identifier: RRID:SCR_019009
  389. name: DANDI Command Line Interface
  390. schemaKey: Software
  391. url: https://github.com/dandi/dandi-cli
  392. version: 0.66.3
  393. - '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.8/context.json
  394. access:
  395. - schemaKey: AccessRequirements
  396. status: dandi:OpenAccess
  397. blobDateModified: '2019-04-15T02:49:24.441780-04:00'
  398. contentSize: 1020
  399. contentUrl:
  400. - https://api.dandiarchive.org/api/assets/c58c1079-5a20-43a1-98c3-84a3b46af72d/download/
  401. - https://dandiarchive.s3.amazonaws.com/blobs/5f7/d1d/5f7d1dc8-765d-495e-8396-560ded0cd845
  402. dateModified: '2025-01-09T16:09:35.180146-05:00'
  403. digest:
  404. dandi:dandi-etag: 7999bfbdf6fbf0e4722378a39c46c9e4-1
  405. dandi:sha2-256: 49340519bd2bcb1f8a00407fbcf8ea502a6b599ad4f7262ebac3711e93ddb29f
  406. encodingFormat: application/octet-stream
  407. id: dandiasset:c58c1079-5a20-43a1-98c3-84a3b46af72d
  408. identifier: c58c1079-5a20-43a1-98c3-84a3b46af72d
  409. path: derivatives/dwi/sub-MR256/sub-MR256_sample-brain_acq-MulShell.bvals
  410. schemaKey: Asset
  411. schemaVersion: 0.6.8
  412. wasAttributedTo: []
  413. wasGeneratedBy:
  414. - description: Metadata generated by DANDI cli
  415. endDate: '2025-01-09T16:09:34.555372-05:00'
  416. id: urn:uuid:dc3bc0e7-82b3-4af8-b53e-a02bddcec98b
  417. name: Metadata generation
  418. schemaKey: Activity
  419. startDate: '2025-01-09T16:09:34.555372-05:00'
  420. wasAssociatedWith:
  421. - identifier: RRID:SCR_019009
  422. name: DANDI Command Line Interface
  423. schemaKey: Software
  424. url: https://github.com/dandi/dandi-cli
  425. version: 0.66.3
  426. - description: Metadata generated by DANDI cli
  427. endDate: '2025-01-09T16:09:35.180099-05:00'
  428. id: urn:uuid:f04e8acd-528b-4613-84c6-04e92a6903a9
  429. name: Metadata generation
  430. schemaKey: Activity
  431. startDate: '2025-01-09T16:09:35.180099-05:00'
  432. wasAssociatedWith:
  433. - identifier: RRID:SCR_019009
  434. name: DANDI Command Line Interface
  435. schemaKey: Software
  436. url: https://github.com/dandi/dandi-cli
  437. version: 0.66.3
  438. - '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.8/context.json
  439. access:
  440. - schemaKey: AccessRequirements
  441. status: dandi:OpenAccess
  442. blobDateModified: '2019-04-15T02:23:48.362576-04:00'
  443. contentSize: 3612
  444. contentUrl:
  445. - https://api.dandiarchive.org/api/assets/bfcd9e24-efac-4a59-997f-802ed1369d21/download/
  446. - https://dandiarchive.s3.amazonaws.com/blobs/265/1dd/2651dd49-c662-481b-9594-04842bb48e29
  447. dateModified: '2025-01-09T16:09:35.223854-05:00'
  448. digest:
  449. dandi:dandi-etag: 37831f1fc1a35ea5b1a2c81363576925-1
  450. dandi:sha2-256: 0879a1a00238b48a3f09f56f7075fb48b32289d80ad698a2931aed7754b64ef5
  451. encodingFormat: application/octet-stream
  452. id: dandiasset:bfcd9e24-efac-4a59-997f-802ed1369d21
  453. identifier: bfcd9e24-efac-4a59-997f-802ed1369d21
  454. path: derivatives/dwi/sub-MR256/sub-MR256_sample-brain_acq-MulShell.bvecs
  455. schemaKey: Asset
  456. schemaVersion: 0.6.8
  457. wasAttributedTo: []
  458. wasGeneratedBy:
  459. - description: Metadata generated by DANDI cli
  460. endDate: '2025-01-09T16:09:34.836814-05:00'
  461. id: urn:uuid:b90adaa4-79f6-4d3c-8c3e-e99844ecec7a
  462. name: Metadata generation
  463. schemaKey: Activity
  464. startDate: '2025-01-09T16:09:34.836814-05:00'
  465. wasAssociatedWith:
  466. - identifier: RRID:SCR_019009
  467. name: DANDI Command Line Interface
  468. schemaKey: Software
  469. url: https://github.com/dandi/dandi-cli
  470. version: 0.66.3
  471. - description: Metadata generated by DANDI cli
  472. endDate: '2025-01-09T16:09:35.223818-05:00'
  473. id: urn:uuid:61b84421-16eb-4975-a4a7-72315c63ffef
  474. name: Metadata generation
  475. schemaKey: Activity
  476. startDate: '2025-01-09T16:09:35.223818-05:00'
  477. wasAssociatedWith:
  478. - identifier: RRID:SCR_019009
  479. name: DANDI Command Line Interface
  480. schemaKey: Software
  481. url: https://github.com/dandi/dandi-cli
  482. version: 0.66.3
  483. - '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.8/context.json
  484. access:
  485. - schemaKey: AccessRequirements
  486. status: dandi:OpenAccess
  487. blobDateModified: '2019-04-15T02:57:16.245146-04:00'
  488. contentSize: 167096143
  489. contentUrl:
  490. - https://api.dandiarchive.org/api/assets/d6ec359c-ab6f-4610-8ce4-87946b287968/download/
  491. - https://dandiarchive.s3.amazonaws.com/blobs/86f/58e/86f58eed-8cd9-43f2-887e-1bd97da6449f
  492. dateModified: '2025-01-09T16:09:39.415176-05:00'
  493. digest:
  494. dandi:dandi-etag: 422aac4e50a7431fdfdc065feb907704-3
  495. dandi:sha2-256: 4a7722d47594cdb1da91d009cd133944885d2e4b0b6b2ceea599b56f18d57e2d
  496. encodingFormat: application/gzip
  497. id: dandiasset:d6ec359c-ab6f-4610-8ce4-87946b287968
  498. identifier: d6ec359c-ab6f-4610-8ce4-87946b287968
  499. path: derivatives/dwi/sub-MR256/sub-MR256_sample-brain_acq-MulShell_desc-DWImasked.nii.gz
  500. schemaKey: Asset
  501. schemaVersion: 0.6.8
  502. wasAttributedTo: []
  503. wasGeneratedBy:
  504. - description: Metadata generated by DANDI cli
  505. endDate: '2025-01-09T16:09:36.018034-05:00'
  506. id: urn:uuid:1e641ab7-20ff-478e-81e8-1a3bd6a76ce7
  507. name: Metadata generation
  508. schemaKey: Activity
  509. startDate: '2025-01-09T16:09:36.018034-05:00'
  510. wasAssociatedWith:
  511. - identifier: RRID:SCR_019009
  512. name: DANDI Command Line Interface
  513. schemaKey: Software
  514. url: https://github.com/dandi/dandi-cli
  515. version: 0.66.3
  516. - description: Metadata generated by DANDI cli
  517. endDate: '2025-01-09T16:09:39.415064-05:00'
  518. id: urn:uuid:b5af9f93-b0d0-4336-aca5-0692c78b2d25
  519. name: Metadata generation
  520. schemaKey: Activity
  521. startDate: '2025-01-09T16:09:39.415064-05:00'
  522. wasAssociatedWith:
  523. - identifier: RRID:SCR_019009
  524. name: DANDI Command Line Interface
  525. schemaKey: Software
  526. url: https://github.com/dandi/dandi-cli
  527. version: 0.66.3
  528. - '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.8/context.json
  529. access:
  530. - schemaKey: AccessRequirements
  531. status: dandi:OpenAccess
  532. blobDateModified: '2019-04-08T16:51:23.670296-04:00'
  533. contentSize: 465154660
  534. contentUrl:
  535. - https://api.dandiarchive.org/api/assets/aae3c9d1-80a1-4507-aa8e-046375477716/download/
  536. - https://dandiarchive.s3.amazonaws.com/blobs/5d4/35e/5d435eaa-10f4-49fa-803b-1b1397b023d3
  537. dateModified: '2025-01-09T16:09:40.093250-05:00'
  538. digest:
  539. dandi:dandi-etag: 99cea2b0e92f8feee4b6ff0422f9b851-7
  540. dandi:sha2-256: 5bf98e5e94291598f1023257bf9d21166fa3a59b3133e273cd3bacc0c8293168
  541. encodingFormat: application/gzip
  542. id: dandiasset:aae3c9d1-80a1-4507-aa8e-046375477716
  543. identifier: aae3c9d1-80a1-4507-aa8e-046375477716
  544. path: derivatives/dwi/sub-MR256/sub-MR256_sample-brain_acq-DSI_desc-DWImasked.nii.gz
  545. schemaKey: Asset
  546. schemaVersion: 0.6.8
  547. wasAttributedTo: []
  548. wasGeneratedBy:
  549. - description: Metadata generated by DANDI cli
  550. endDate: '2025-01-09T16:09:32.803591-05:00'
  551. id: urn:uuid:4ae57384-73ee-48a1-971b-177e9e21eff9
  552. name: Metadata generation
  553. schemaKey: Activity
  554. startDate: '2025-01-09T16:09:32.803591-05:00'
  555. wasAssociatedWith:
  556. - identifier: RRID:SCR_019009
  557. name: DANDI Command Line Interface
  558. schemaKey: Software
  559. url: https://github.com/dandi/dandi-cli
  560. version: 0.66.3
  561. - description: Metadata generated by DANDI cli
  562. endDate: '2025-01-09T16:09:40.093199-05:00'
  563. id: urn:uuid:d28611e7-4ff6-4a46-9d1f-08c19b7d7dad
  564. name: Metadata generation
  565. schemaKey: Activity
  566. startDate: '2025-01-09T16:09:40.093199-05:00'
  567. wasAssociatedWith:
  568. - identifier: RRID:SCR_019009
  569. name: DANDI Command Line Interface
  570. schemaKey: Software
  571. url: https://github.com/dandi/dandi-cli
  572. version: 0.66.3
  573. - '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.8/context.json
  574. access:
  575. - schemaKey: AccessRequirements
  576. status: dandi:OpenAccess
  577. blobDateModified: '2019-08-28T11:00:54.494743-04:00'
  578. contentSize: 211341921
  579. contentUrl:
  580. - https://api.dandiarchive.org/api/assets/737e9db1-67a6-4f77-a727-ceef33d2eaec/download/
  581. - https://dandiarchive.s3.amazonaws.com/blobs/f19/d8a/f19d8a9f-7bd6-4bf9-a643-d4694e7d7343
  582. dateModified: '2025-01-09T16:09:33.123258-05:00'
  583. digest:
  584. dandi:dandi-etag: d0026a09b62b151b0c775b93faa095d3-4
  585. dandi:sha2-256: f540b4c2de65639c2b3771fc4723451b013ec4df131a262f7021538e7ca2306f
  586. encodingFormat: application/gzip
  587. id: dandiasset:737e9db1-67a6-4f77-a727-ceef33d2eaec
  588. identifier: 737e9db1-67a6-4f77-a727-ceef33d2eaec
  589. path: derivatives/dwi/sub-MR243/sub-MR243_sample-brain_acq-DSI_desc-DWImasked.nii.gz
  590. schemaKey: Asset
  591. schemaVersion: 0.6.8
  592. wasAttributedTo: []
  593. wasGeneratedBy:
  594. - description: Metadata generated by DANDI cli
  595. endDate: '2025-01-09T16:09:29.708674-05:00'
  596. id: urn:uuid:0a1b9438-f8de-4a49-98e4-d8b204037c3f
  597. name: Metadata generation
  598. schemaKey: Activity
  599. startDate: '2025-01-09T16:09:29.708674-05:00'
  600. wasAssociatedWith:
  601. - identifier: RRID:SCR_019009
  602. name: DANDI Command Line Interface
  603. schemaKey: Software
  604. url: https://github.com/dandi/dandi-cli
  605. version: 0.66.3
  606. - description: Metadata generated by DANDI cli
  607. endDate: '2025-01-09T16:09:33.123211-05:00'
  608. id: urn:uuid:62a79dbf-1011-4114-930a-d9c073f470b9
  609. name: Metadata generation
  610. schemaKey: Activity
  611. startDate: '2025-01-09T16:09:33.123211-05:00'
  612. wasAssociatedWith:
  613. - identifier: RRID:SCR_019009
  614. name: DANDI Command Line Interface
  615. schemaKey: Software
  616. url: https://github.com/dandi/dandi-cli
  617. version: 0.66.3
  618. - '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.8/context.json
  619. access:
  620. - schemaKey: AccessRequirements
  621. status: dandi:OpenAccess
  622. blobDateModified: '2019-08-28T11:13:21.247399-04:00'
  623. contentSize: 147965698
  624. contentUrl:
  625. - https://api.dandiarchive.org/api/assets/07b6391a-3c1e-4fb8-82dc-bd79938c359d/download/
  626. - https://dandiarchive.s3.amazonaws.com/blobs/422/3e6/4223e611-2bf8-4be7-82fd-effa92128b14
  627. dateModified: '2025-01-09T16:09:35.039392-05:00'
  628. digest:
  629. dandi:dandi-etag: cd9e8c6e3c3fd3286386ee085750672c-3
  630. dandi:sha2-256: 4243fedca23f195de54f325f1183e644e352c26b5b88bfc95d8437e8a081e200
  631. encodingFormat: application/gzip
  632. id: dandiasset:07b6391a-3c1e-4fb8-82dc-bd79938c359d
  633. identifier: 07b6391a-3c1e-4fb8-82dc-bd79938c359d
  634. path: derivatives/dwi/sub-MR243/sub-MR243_sample-brain_acq-MulShell_desc-DWImasked.nii.gz
  635. schemaKey: Asset
  636. schemaVersion: 0.6.8
  637. wasAttributedTo: []
  638. wasGeneratedBy:
  639. - description: Metadata generated by DANDI cli
  640. endDate: '2025-01-09T16:09:32.001258-05:00'
  641. id: urn:uuid:28c6db2d-72ea-43c2-9f71-2590facb37ef
  642. name: Metadata generation
  643. schemaKey: Activity
  644. startDate: '2025-01-09T16:09:32.001258-05:00'
  645. wasAssociatedWith:
  646. - identifier: RRID:SCR_019009
  647. name: DANDI Command Line Interface
  648. schemaKey: Software
  649. url: https://github.com/dandi/dandi-cli
  650. version: 0.66.3
  651. - description: Metadata generated by DANDI cli
  652. endDate: '2025-01-09T16:09:35.039347-05:00'
  653. id: urn:uuid:888ddd90-4b93-4b60-a485-21e13b9f5cca
  654. name: Metadata generation
  655. schemaKey: Activity
  656. startDate: '2025-01-09T16:09:35.039347-05:00'
  657. wasAssociatedWith:
  658. - identifier: RRID:SCR_019009
  659. name: DANDI Command Line Interface
  660. schemaKey: Software
  661. url: https://github.com/dandi/dandi-cli
  662. version: 0.66.3
  663. - '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.8/context.json
  664. access:
  665. - schemaKey: AccessRequirements
  666. status: dandi:OpenAccess
  667. blobDateModified: '2019-04-08T18:50:11.282554-04:00'
  668. contentSize: 4206
  669. contentUrl:
  670. - https://api.dandiarchive.org/api/assets/7c6875f4-f255-42e2-9753-50148869f324/download/
  671. - https://dandiarchive.s3.amazonaws.com/blobs/29d/4a0/29d4a004-57cd-4b29-a27e-dea0e9b11d59
  672. dateModified: '2025-01-09T16:27:16.021334-05:00'
  673. digest:
  674. dandi:dandi-etag: e234c5f4e302b9b50bb7d17bcf011b3e-1
  675. dandi:sha2-256: 818c9154565c04f2aad6a224f0cf9ce6887dd6ffe474603e02e5a9074e743c18
  676. encodingFormat: application/gzip
  677. id: dandiasset:7c6875f4-f255-42e2-9753-50148869f324
  678. identifier: 7c6875f4-f255-42e2-9753-50148869f324
  679. path: derivatives/micr/sub-MR256/sub-MR256_sample-brain_stain-LY_space-dwi_desc-injection.nii.gz
  680. schemaKey: Asset
  681. schemaVersion: 0.6.8
  682. wasAttributedTo: []
  683. wasGeneratedBy:
  684. - description: Metadata generated by DANDI cli
  685. endDate: '2025-01-09T16:27:15.506112-05:00'
  686. id: urn:uuid:44a699aa-44ec-46d8-b395-d729df8e8b28
  687. name: Metadata generation
  688. schemaKey: Activity
  689. startDate: '2025-01-09T16:27:15.506112-05:00'
  690. wasAssociatedWith:
  691. - identifier: RRID:SCR_019009
  692. name: DANDI Command Line Interface
  693. schemaKey: Software
  694. url: https://github.com/dandi/dandi-cli
  695. version: 0.66.3
  696. - description: Metadata generated by DANDI cli
  697. endDate: '2025-01-09T16:27:16.021298-05:00'
  698. id: urn:uuid:4a8822d0-8887-42bb-aa7d-0d0ea01ce95e
  699. name: Metadata generation
  700. schemaKey: Activity
  701. startDate: '2025-01-09T16:27:16.021298-05:00'
  702. wasAssociatedWith:
  703. - identifier: RRID:SCR_019009
  704. name: DANDI Command Line Interface
  705. schemaKey: Software
  706. url: https://github.com/dandi/dandi-cli
  707. version: 0.66.3
  708. - '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.8/context.json
  709. access:
  710. - schemaKey: AccessRequirements
  711. status: dandi:OpenAccess
  712. blobDateModified: '2019-09-02T11:15:49.239517-04:00'
  713. contentSize: 4307
  714. contentUrl:
  715. - https://api.dandiarchive.org/api/assets/b89f1114-bac0-4f47-9968-6c391965fece/download/
  716. - https://dandiarchive.s3.amazonaws.com/blobs/182/d35/182d35d2-8644-47e6-8b5a-cc7fbd00ee17
  717. dateModified: '2025-01-09T16:27:16.163788-05:00'
  718. digest:
  719. dandi:dandi-etag: 12dc308eb362b58cfa98380f089837d5-1
  720. dandi:sha2-256: e38514dff73377e1ceb5697e895b1ce392daad96f421c4ebbe82fbbd5a83eb89
  721. encodingFormat: application/gzip
  722. id: dandiasset:b89f1114-bac0-4f47-9968-6c391965fece
  723. identifier: b89f1114-bac0-4f47-9968-6c391965fece
  724. path: derivatives/micr/sub-MR243/sub-MR243_sample-brain_stain-FS_space-dwi_desc-injection.nii.gz
  725. schemaKey: Asset
  726. schemaVersion: 0.6.8
  727. wasAttributedTo: []
  728. wasGeneratedBy:
  729. - description: Metadata generated by DANDI cli
  730. endDate: '2025-01-09T16:27:15.300404-05:00'
  731. id: urn:uuid:2495dc2b-dbf8-47eb-aa19-8205d9562360
  732. name: Metadata generation
  733. schemaKey: Activity
  734. startDate: '2025-01-09T16:27:15.300404-05:00'
  735. wasAssociatedWith:
  736. - identifier: RRID:SCR_019009
  737. name: DANDI Command Line Interface
  738. schemaKey: Software
  739. url: https://github.com/dandi/dandi-cli
  740. version: 0.66.3
  741. - description: Metadata generated by DANDI cli
  742. endDate: '2025-01-09T16:27:16.163758-05:00'
  743. id: urn:uuid:05d14f41-97a4-458e-8a42-95c3f04f3432
  744. name: Metadata generation
  745. schemaKey: Activity
  746. startDate: '2025-01-09T16:27:16.163758-05:00'
  747. wasAssociatedWith:
  748. - identifier: RRID:SCR_019009
  749. name: DANDI Command Line Interface
  750. schemaKey: Software
  751. url: https://github.com/dandi/dandi-cli
  752. version: 0.66.3
Tip!

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

Comments

Loading...