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
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
- '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.7/context.json
access:
- schemaKey: AccessRequirements
status: dandi:OpenAccess
approach: []
blobDateModified: '2024-06-05T15:26:36.821053-04:00'
contentSize: 944432790
contentUrl:
- https://api.dandiarchive.org/api/assets/bc5e7d71-3983-4fd3-aa0a-ffb573ba2820/download/
- https://dandiarchive.s3.amazonaws.com/blobs/2b4/ad7/2b4ad7eb-4aaf-4eb4-8692-804815fb7bcd
dateModified: '2024-06-05T15:50:23.572552-04:00'
datePublished: '2024-06-05T19:54:28.806975+00:00'
digest:
dandi:dandi-etag: 0157d04706a5633b280b9dab8edfbffe-15
dandi:sha2-256: ec53eaca22bc32ad1815205b56e9337ba4c2fe5ada82d1dc5959a6af7b0cfe91
encodingFormat: application/x-nwb
id: dandiasset:bc5e7d71-3983-4fd3-aa0a-ffb573ba2820
identifier: bc5e7d71-3983-4fd3-aa0a-ffb573ba2820
measurementTechnique: []
path: sub-04/sub-04_image.nwb
publishedBy:
endDate: '2024-06-05T19:54:28.806975+00:00'
id: urn:uuid:ffe62875-756d-48e6-9ef6-e0374eda6e4d
name: DANDI publish
schemaKey: PublishActivity
startDate: '2024-06-05T19:54:28.806975+00:00'
wasAssociatedWith:
- id: urn:uuid:42438b27-8556-413b-8fc3-e0a73c50b4de
identifier: RRID:SCR_017571
name: DANDI API
schemaKey: Software
version: 0.1.0
schemaKey: Asset
schemaVersion: 0.6.7
variableMeasured: []
wasAttributedTo:
- age:
schemaKey: PropertyValue
unitText: ISO-8601 duration
value: P1D
valueReference:
schemaKey: PropertyValue
value: dandi:BirthReference
identifier: '04'
schemaKey: Participant
sex:
name: Unknown
schemaKey: SexType
species:
identifier: http://purl.obolibrary.org/obo/NCBITaxon_10029
name: Cricetulus griseus - Cricetulus aureus
schemaKey: SpeciesType
wasGeneratedBy:
- description: 04. Experiments were conducted in a 4 electrodes setup. Electrodes
before pulsing were precisely lifted by 0mm. CanCan protocol applied at 6.4kV
(first pulse) with the subsequent canceling pulses 12.5% lower than pulses before.
Packets were repeated 10 times at 1Hz frequency. Then also at 1Hz frequency protocol
was shifted and then electrode 2 was starting electrode with noted amplitude of
the first pulse. Protocol finished when all 4 electrodes were active pulse electrodes.
Detailed information on pulsing parameters, electrodes, and procedures can be
found in 10.1016/j.bioelechem.2023.108437.
identifier: single_time_point
name: single_time_point
schemaKey: Session
startDate: '2021-05-20T13:17:02-04:00'
- description: Metadata generated by DANDI cli
endDate: '2024-06-05T15:50:23.572552-04:00'
id: urn:uuid:5900279d-c1fa-4aa9-8609-9b0e73eea8bc
name: Metadata generation
schemaKey: Activity
startDate: '2024-06-05T15:50:22.819090-04:00'
wasAssociatedWith:
- identifier: RRID:SCR_019009
name: DANDI Command Line Interface
schemaKey: Software
url: https://github.com/dandi/dandi-cli
version: 0.62.0
- '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.7/context.json
access:
- schemaKey: AccessRequirements
status: dandi:OpenAccess
approach: []
blobDateModified: '2024-06-05T15:29:01.875318-04:00'
contentSize: 851250018
contentUrl:
- https://api.dandiarchive.org/api/assets/1723c2f0-fcfc-4315-b5ea-eea72d437520/download/
- https://dandiarchive.s3.amazonaws.com/blobs/764/517/7645173b-e9ea-41cd-a4a1-8ce9970a16d3
dateModified: '2024-06-05T15:50:24.157089-04:00'
datePublished: '2024-06-05T19:54:28.814101+00:00'
digest:
dandi:dandi-etag: 725850f7498fcf5b2f2ea774d52c6dd8-13
dandi:sha2-256: 15f3ad39de0ef11aee534835555f7cfc6562effc26d6410a5f0239eb98d2d344
encodingFormat: application/x-nwb
id: dandiasset:1723c2f0-fcfc-4315-b5ea-eea72d437520
identifier: 1723c2f0-fcfc-4315-b5ea-eea72d437520
measurementTechnique: []
path: sub-06/sub-06_image.nwb
publishedBy:
endDate: '2024-06-05T19:54:28.814101+00:00'
id: urn:uuid:16d7f4ea-42dd-4ea7-82a8-28cf1eb53364
name: DANDI publish
schemaKey: PublishActivity
startDate: '2024-06-05T19:54:28.814101+00:00'
wasAssociatedWith:
- id: urn:uuid:9d831c15-ff19-4d3c-b163-f4c87737b478
identifier: RRID:SCR_017571
name: DANDI API
schemaKey: Software
version: 0.1.0
schemaKey: Asset
schemaVersion: 0.6.7
variableMeasured: []
wasAttributedTo:
- age:
schemaKey: PropertyValue
unitText: ISO-8601 duration
value: P1D
valueReference:
schemaKey: PropertyValue
value: dandi:BirthReference
identifier: '06'
schemaKey: Participant
sex:
name: Unknown
schemaKey: SexType
species:
identifier: http://purl.obolibrary.org/obo/NCBITaxon_10029
name: Cricetulus griseus - Cricetulus aureus
schemaKey: SpeciesType
wasGeneratedBy:
- description: 06. Experiments were conducted in a 4 electrodes setup. Electrodes
before pulsing were precisely lifted by 3mm. CanCan protocol applied at 6.4kV
(first pulse) with the subsequent canceling pulses 12.5% lower than pulses before.
Packets were repeated 10 times at 1Hz frequency. Then also at 1Hz frequency protocol
was shifted and then electrode 2 was starting electrode with noted amplitude of
the first pulse. Protocol finished when all 4 electrodes were active pulse electrodes.
Detailed information on pulsing parameters, electrodes, and procedures can be
found in 10.1016/j.bioelechem.2023.108437.
identifier: single_time_point
name: single_time_point
schemaKey: Session
startDate: '2021-05-20T13:33:47-04:00'
- description: Metadata generated by DANDI cli
endDate: '2024-06-05T15:50:24.157089-04:00'
id: urn:uuid:72ef2bf1-d1d9-41bb-832d-4c42fcb3d18c
name: Metadata generation
schemaKey: Activity
startDate: '2024-06-05T15:50:23.316618-04:00'
wasAssociatedWith:
- identifier: RRID:SCR_019009
name: DANDI Command Line Interface
schemaKey: Software
url: https://github.com/dandi/dandi-cli
version: 0.62.0
- '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.7/context.json
access:
- schemaKey: AccessRequirements
status: dandi:OpenAccess
approach: []
blobDateModified: '2024-06-05T15:25:19.587162-04:00'
contentSize: 929884473
contentUrl:
- https://api.dandiarchive.org/api/assets/002e77a2-ef3b-4eaf-8691-ed6e2b48d7aa/download/
- https://dandiarchive.s3.amazonaws.com/blobs/191/043/1910431f-f4a6-4c58-8621-78f2b9d4be52
dateModified: '2024-06-05T15:50:24.449000-04:00'
datePublished: '2024-06-05T19:54:28.820613+00:00'
digest:
dandi:dandi-etag: 69ac95cec070172355497b199d20c545-14
dandi:sha2-256: d6ecf4a44117fe75c8b46260b4373c28df82f642b088e4aa5bc6fada5315661a
encodingFormat: application/x-nwb
id: dandiasset:002e77a2-ef3b-4eaf-8691-ed6e2b48d7aa
identifier: 002e77a2-ef3b-4eaf-8691-ed6e2b48d7aa
measurementTechnique: []
path: sub-03/sub-03_image.nwb
publishedBy:
endDate: '2024-06-05T19:54:28.820613+00:00'
id: urn:uuid:a7b83bf4-bd8d-4c9f-854f-403e8ef92665
name: DANDI publish
schemaKey: PublishActivity
startDate: '2024-06-05T19:54:28.820613+00:00'
wasAssociatedWith:
- id: urn:uuid:83d12a40-8f0f-4daa-a083-8789abb48155
identifier: RRID:SCR_017571
name: DANDI API
schemaKey: Software
version: 0.1.0
schemaKey: Asset
schemaVersion: 0.6.7
variableMeasured: []
wasAttributedTo:
- age:
schemaKey: PropertyValue
unitText: ISO-8601 duration
value: P1D
valueReference:
schemaKey: PropertyValue
value: dandi:BirthReference
identifier: '03'
schemaKey: Participant
sex:
name: Unknown
schemaKey: SexType
species:
identifier: http://purl.obolibrary.org/obo/NCBITaxon_10029
name: Cricetulus griseus - Cricetulus aureus
schemaKey: SpeciesType
wasGeneratedBy:
- description: 03. Experiments were conducted in a 4 electrodes setup. Electrodes
before pulsing were precisely lifted by 1mm. CanCan protocol applied at 6.4kV
(first pulse) with the subsequent canceling pulses 12.5% lower than pulses before.
Packets were repeated 10 times at 1Hz frequency. Then also at 1Hz frequency protocol
was shifted and then electrode 2 was starting electrode with noted amplitude of
the first pulse. Protocol finished when all 4 electrodes were active pulse electrodes.
Detailed information on pulsing parameters, electrodes, and procedures can be
found in 10.1016/j.bioelechem.2023.108437.
identifier: single_time_point
name: single_time_point
schemaKey: Session
startDate: '2021-05-20T12:58:50-04:00'
- description: Metadata generated by DANDI cli
endDate: '2024-06-05T15:50:24.449000-04:00'
id: urn:uuid:b137f9e2-27c8-463e-ae12-f4480c85a6c1
name: Metadata generation
schemaKey: Activity
startDate: '2024-06-05T15:50:23.462416-04:00'
wasAssociatedWith:
- identifier: RRID:SCR_019009
name: DANDI Command Line Interface
schemaKey: Software
url: https://github.com/dandi/dandi-cli
version: 0.62.0
- '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.7/context.json
access:
- schemaKey: AccessRequirements
status: dandi:OpenAccess
approach: []
blobDateModified: '2024-06-05T15:30:22.115879-04:00'
contentSize: 946166674
contentUrl:
- https://api.dandiarchive.org/api/assets/5b4343bc-8654-4500-850f-e22513b93e6d/download/
- https://dandiarchive.s3.amazonaws.com/blobs/617/282/61728271-1779-41af-9968-71dac517ca62
dateModified: '2024-06-05T15:50:23.878757-04:00'
datePublished: '2024-06-05T19:54:28.828068+00:00'
digest:
dandi:dandi-etag: 7ea0514d7bae7fed0b567c56345ef1c5-15
dandi:sha2-256: e3c2c61a8ffdf430123715f3c663b7d142d1ff7784ed5219c7c1342f26f5b3ab
encodingFormat: application/x-nwb
id: dandiasset:5b4343bc-8654-4500-850f-e22513b93e6d
identifier: 5b4343bc-8654-4500-850f-e22513b93e6d
measurementTechnique: []
path: sub-07/sub-07_image.nwb
publishedBy:
endDate: '2024-06-05T19:54:28.828068+00:00'
id: urn:uuid:c14b815f-0b4f-4aa7-9711-1e88b60d6b9d
name: DANDI publish
schemaKey: PublishActivity
startDate: '2024-06-05T19:54:28.828068+00:00'
wasAssociatedWith:
- id: urn:uuid:ab2052c2-f17e-4977-bfa5-dc3e8972fd75
identifier: RRID:SCR_017571
name: DANDI API
schemaKey: Software
version: 0.1.0
schemaKey: Asset
schemaVersion: 0.6.7
variableMeasured: []
wasAttributedTo:
- age:
schemaKey: PropertyValue
unitText: ISO-8601 duration
value: P1D
valueReference:
schemaKey: PropertyValue
value: dandi:BirthReference
identifier: '07'
schemaKey: Participant
sex:
name: Unknown
schemaKey: SexType
species:
identifier: http://purl.obolibrary.org/obo/NCBITaxon_10029
name: Cricetulus griseus - Cricetulus aureus
schemaKey: SpeciesType
wasGeneratedBy:
- description: 07. Experiments were conducted in a 4 electrodes setup. Electrodes
before pulsing were precisely lifted by 0mm. CanCan protocol applied at 6.4kV
(first pulse) with the subsequent canceling pulses 12.5% lower than pulses before.
Packets were repeated 10 times at 1Hz frequency. Then also at 1Hz frequency protocol
was shifted and then electrode 2 was starting electrode with noted amplitude of
the first pulse. Protocol finished when all 4 electrodes were active pulse electrodes.
Detailed information on pulsing parameters, electrodes, and procedures can be
found in 10.1016/j.bioelechem.2023.108437.
identifier: single_time_point
name: single_time_point
schemaKey: Session
startDate: '2021-05-20T14:40:14-04:00'
- description: Metadata generated by DANDI cli
endDate: '2024-06-05T15:50:23.878757-04:00'
id: urn:uuid:ea20a24e-a2bb-4420-bd72-b23c2402d291
name: Metadata generation
schemaKey: Activity
startDate: '2024-06-05T15:50:23.692989-04:00'
wasAssociatedWith:
- identifier: RRID:SCR_019009
name: DANDI Command Line Interface
schemaKey: Software
url: https://github.com/dandi/dandi-cli
version: 0.62.0
- '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.7/context.json
access:
- schemaKey: AccessRequirements
status: dandi:OpenAccess
approach: []
blobDateModified: '2024-06-05T15:27:49.354878-04:00'
contentSize: 891624968
contentUrl:
- https://api.dandiarchive.org/api/assets/f9728289-eb36-44e9-b7a7-de5f957435b1/download/
- https://dandiarchive.s3.amazonaws.com/blobs/535/816/5358162c-409e-403e-bde5-ff6effad1238
dateModified: '2024-06-05T15:50:23.783031-04:00'
datePublished: '2024-06-05T19:54:28.834760+00:00'
digest:
dandi:dandi-etag: 9db1042fa39e751dbbbd75c5b6abded8-14
dandi:sha2-256: 8ca71107f2d0bed61140aebe48b962c7de001eec1bee7a8c2b822a7c29903e6c
encodingFormat: application/x-nwb
id: dandiasset:f9728289-eb36-44e9-b7a7-de5f957435b1
identifier: f9728289-eb36-44e9-b7a7-de5f957435b1
measurementTechnique: []
path: sub-05/sub-05_image.nwb
publishedBy:
endDate: '2024-06-05T19:54:28.834760+00:00'
id: urn:uuid:9d3ea262-375c-4a39-82ca-6d217d7f8f5a
name: DANDI publish
schemaKey: PublishActivity
startDate: '2024-06-05T19:54:28.834760+00:00'
wasAssociatedWith:
- id: urn:uuid:42d354e9-4489-46b1-8877-7f5c9cd17011
identifier: RRID:SCR_017571
name: DANDI API
schemaKey: Software
version: 0.1.0
schemaKey: Asset
schemaVersion: 0.6.7
variableMeasured: []
wasAttributedTo:
- age:
schemaKey: PropertyValue
unitText: ISO-8601 duration
value: P1D
valueReference:
schemaKey: PropertyValue
value: dandi:BirthReference
identifier: '05'
schemaKey: Participant
sex:
name: Unknown
schemaKey: SexType
species:
identifier: http://purl.obolibrary.org/obo/NCBITaxon_10029
name: Cricetulus griseus - Cricetulus aureus
schemaKey: SpeciesType
wasGeneratedBy:
- description: 05. Experiments were conducted in a 4 electrodes setup. Electrodes
before pulsing were precisely lifted by 2mm. CanCan protocol applied at 6.4kV
(first pulse) with the subsequent canceling pulses 12.5% lower than pulses before.
Packets were repeated 10 times at 1Hz frequency. Then also at 1Hz frequency protocol
was shifted and then electrode 2 was starting electrode with noted amplitude of
the first pulse. Protocol finished when all 4 electrodes were active pulse electrodes.
Detailed information on pulsing parameters, electrodes, and procedures can be
found in 10.1016/j.bioelechem.2023.108437.
identifier: single_time_point
name: single_time_point
schemaKey: Session
startDate: '2021-05-20T13:23:55-04:00'
- description: Metadata generated by DANDI cli
endDate: '2024-06-05T15:50:23.783031-04:00'
id: urn:uuid:0961897e-3347-473e-ba6f-797bfd295e94
name: Metadata generation
schemaKey: Activity
startDate: '2024-06-05T15:50:23.042352-04:00'
wasAssociatedWith:
- identifier: RRID:SCR_019009
name: DANDI Command Line Interface
schemaKey: Software
url: https://github.com/dandi/dandi-cli
version: 0.62.0
- '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.7/context.json
access:
- schemaKey: AccessRequirements
status: dandi:OpenAccess
approach: []
blobDateModified: '2024-06-05T15:31:22.373833-04:00'
contentSize: 922186029
contentUrl:
- https://api.dandiarchive.org/api/assets/0d21d16c-f4cd-4a66-a0fd-c879df86da49/download/
- https://dandiarchive.s3.amazonaws.com/blobs/05a/b6e/05ab6ee7-a2f8-4969-8bb7-476dd494609b
dateModified: '2024-06-05T15:51:37.441246-04:00'
datePublished: '2024-06-05T19:54:28.850246+00:00'
digest:
dandi:dandi-etag: 49653680d5219aff89b2c2828c67be5c-14
dandi:sha2-256: 34c4b732eb03a22882931ba0668217a4e31f509dd9801c316babe2e18db2476c
encodingFormat: application/x-nwb
id: dandiasset:0d21d16c-f4cd-4a66-a0fd-c879df86da49
identifier: 0d21d16c-f4cd-4a66-a0fd-c879df86da49
measurementTechnique: []
path: sub-08/sub-08_image.nwb
publishedBy:
endDate: '2024-06-05T19:54:28.850246+00:00'
id: urn:uuid:cf5826fa-7aef-407d-9e90-69f8343bd044
name: DANDI publish
schemaKey: PublishActivity
startDate: '2024-06-05T19:54:28.850246+00:00'
wasAssociatedWith:
- id: urn:uuid:b5c8d3c2-2558-479e-8703-77ecbe4766c4
identifier: RRID:SCR_017571
name: DANDI API
schemaKey: Software
version: 0.1.0
schemaKey: Asset
schemaVersion: 0.6.7
variableMeasured: []
wasAttributedTo:
- age:
schemaKey: PropertyValue
unitText: ISO-8601 duration
value: P1D
valueReference:
schemaKey: PropertyValue
value: dandi:BirthReference
identifier: 08
schemaKey: Participant
sex:
name: Unknown
schemaKey: SexType
species:
identifier: http://purl.obolibrary.org/obo/NCBITaxon_10029
name: Cricetulus griseus - Cricetulus aureus
schemaKey: SpeciesType
wasGeneratedBy:
- description: 08. Experiments were conducted in a 4 electrodes setup. Electrodes
before pulsing were precisely lifted by 1mm. CanCan protocol applied at 6.4kV
(first pulse) with the subsequent canceling pulses 12.5% lower than pulses before.
Packets were repeated 10 times at 1Hz frequency. Then also at 1Hz frequency protocol
was shifted and then electrode 2 was starting electrode with noted amplitude of
the first pulse. Protocol finished when all 4 electrodes were active pulse electrodes.
Detailed information on pulsing parameters, electrodes, and procedures can be
found in 10.1016/j.bioelechem.2023.108437.
identifier: single_time_point
name: single_time_point
schemaKey: Session
startDate: '2021-05-20T14:46:54-04:00'
- description: Metadata generated by DANDI cli
endDate: '2024-06-05T15:51:37.441246-04:00'
id: urn:uuid:067d51ae-0a2a-46e0-a2ee-470de821d18e
name: Metadata generation
schemaKey: Activity
startDate: '2024-06-05T15:51:37.369585-04:00'
wasAssociatedWith:
- identifier: RRID:SCR_019009
name: DANDI Command Line Interface
schemaKey: Software
url: https://github.com/dandi/dandi-cli
version: 0.62.0
- '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.7/context.json
access:
- schemaKey: AccessRequirements
status: dandi:OpenAccess
approach: []
blobDateModified: '2024-06-05T15:33:24.170327-04:00'
contentSize: 864348645
contentUrl:
- https://api.dandiarchive.org/api/assets/6cd35a2a-72ee-4379-84b6-3c5ab47e9e52/download/
- https://dandiarchive.s3.amazonaws.com/blobs/b06/a8d/b06a8d68-e93c-4a6e-ba0b-061a6a10802e
dateModified: '2024-06-05T15:51:48.952289-04:00'
datePublished: '2024-06-05T19:54:28.856933+00:00'
digest:
dandi:dandi-etag: 7136d86b7dc73abb64dee299b3640652-13
dandi:sha2-256: 09b255233b22b792323a7e8633ebb4cd1e622dcac26371af2ae68113768023f6
encodingFormat: application/x-nwb
id: dandiasset:6cd35a2a-72ee-4379-84b6-3c5ab47e9e52
identifier: 6cd35a2a-72ee-4379-84b6-3c5ab47e9e52
measurementTechnique: []
path: sub-10/sub-10_image.nwb
publishedBy:
endDate: '2024-06-05T19:54:28.856933+00:00'
id: urn:uuid:55cd217b-f8c6-4142-b051-0e83e3a02eb1
name: DANDI publish
schemaKey: PublishActivity
startDate: '2024-06-05T19:54:28.856933+00:00'
wasAssociatedWith:
- id: urn:uuid:fd8a1bd1-3197-4ac5-8bca-a9d6022742e4
identifier: RRID:SCR_017571
name: DANDI API
schemaKey: Software
version: 0.1.0
schemaKey: Asset
schemaVersion: 0.6.7
variableMeasured: []
wasAttributedTo:
- age:
schemaKey: PropertyValue
unitText: ISO-8601 duration
value: P1D
valueReference:
schemaKey: PropertyValue
value: dandi:BirthReference
identifier: '10'
schemaKey: Participant
sex:
name: Unknown
schemaKey: SexType
species:
identifier: http://purl.obolibrary.org/obo/NCBITaxon_10029
name: Cricetulus griseus - Cricetulus aureus
schemaKey: SpeciesType
wasGeneratedBy:
- description: 10. Experiments were conducted in a 4 electrodes setup. Electrodes
before pulsing were precisely lifted by 3mm. CanCan protocol applied at 6.4kV
(first pulse) with the subsequent canceling pulses 12.5% lower than pulses before.
Packets were repeated 10 times at 1Hz frequency. Then also at 1Hz frequency protocol
was shifted and then electrode 2 was starting electrode with noted amplitude of
the first pulse. Protocol finished when all 4 electrodes were active pulse electrodes.
Detailed information on pulsing parameters, electrodes, and procedures can be
found in 10.1016/j.bioelechem.2023.108437.
identifier: single_time_point
name: single_time_point
schemaKey: Session
startDate: '2021-05-20T15:07:03-04:00'
- description: Metadata generated by DANDI cli
endDate: '2024-06-05T15:51:48.952289-04:00'
id: urn:uuid:65028dd7-2fe8-470f-a067-f02d7040a4e8
name: Metadata generation
schemaKey: Activity
startDate: '2024-06-05T15:51:48.710419-04:00'
wasAssociatedWith:
- identifier: RRID:SCR_019009
name: DANDI Command Line Interface
schemaKey: Software
url: https://github.com/dandi/dandi-cli
version: 0.62.0
- '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.7/context.json
access:
- schemaKey: AccessRequirements
status: dandi:OpenAccess
approach: []
blobDateModified: '2024-06-05T15:35:30.464246-04:00'
contentSize: 932578477
contentUrl:
- https://api.dandiarchive.org/api/assets/ab7377ee-942a-4884-9bdc-194d49ae367d/download/
- https://dandiarchive.s3.amazonaws.com/blobs/1f2/0ef/1f20ef73-d72d-444d-b975-c83391989687
dateModified: '2024-06-05T15:51:49.405428-04:00'
datePublished: '2024-06-05T19:54:28.863297+00:00'
digest:
dandi:dandi-etag: 6dd718d50e2111c600847c2439b217db-14
dandi:sha2-256: e45ffe7a88d94bda48dd0181f24d5f719ecd52356a8bfadc16326b01bb38b375
encodingFormat: application/x-nwb
id: dandiasset:ab7377ee-942a-4884-9bdc-194d49ae367d
identifier: ab7377ee-942a-4884-9bdc-194d49ae367d
measurementTechnique: []
path: sub-12/sub-12_image.nwb
publishedBy:
endDate: '2024-06-05T19:54:28.863297+00:00'
id: urn:uuid:4ab1c5c7-a2fa-434a-a195-fb41aeedbc22
name: DANDI publish
schemaKey: PublishActivity
startDate: '2024-06-05T19:54:28.863297+00:00'
wasAssociatedWith:
- id: urn:uuid:0fb7a955-8c0c-449f-a940-22932325f47a
identifier: RRID:SCR_017571
name: DANDI API
schemaKey: Software
version: 0.1.0
schemaKey: Asset
schemaVersion: 0.6.7
variableMeasured: []
wasAttributedTo:
- age:
schemaKey: PropertyValue
unitText: ISO-8601 duration
value: P1D
valueReference:
schemaKey: PropertyValue
value: dandi:BirthReference
identifier: '12'
schemaKey: Participant
sex:
name: Unknown
schemaKey: SexType
species:
identifier: http://purl.obolibrary.org/obo/NCBITaxon_10029
name: Cricetulus griseus - Cricetulus aureus
schemaKey: SpeciesType
wasGeneratedBy:
- description: 12. Experiments were conducted in a 4 electrodes setup. Electrodes
before pulsing were precisely lifted by 1mm. CanCan protocol applied at 6.4kV
(first pulse) with the subsequent canceling pulses 12.5% lower than pulses before.
Packets were repeated 10 times at 1Hz frequency. Then also at 1Hz frequency protocol
was shifted and then electrode 2 was starting electrode with noted amplitude of
the first pulse. Protocol finished when all 4 electrodes were active pulse electrodes.
Detailed information on pulsing parameters, electrodes, and procedures can be
found in 10.1016/j.bioelechem.2023.108437.
identifier: single_time_point
name: single_time_point
schemaKey: Session
startDate: '2021-05-20T15:23:48-04:00'
- description: Metadata generated by DANDI cli
endDate: '2024-06-05T15:51:49.405428-04:00'
id: urn:uuid:ccffafd7-6ab1-40e4-966a-07669916f181
name: Metadata generation
schemaKey: Activity
startDate: '2024-06-05T15:51:48.833607-04:00'
wasAssociatedWith:
- identifier: RRID:SCR_019009
name: DANDI Command Line Interface
schemaKey: Software
url: https://github.com/dandi/dandi-cli
version: 0.62.0
- '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.7/context.json
access:
- schemaKey: AccessRequirements
status: dandi:OpenAccess
approach: []
blobDateModified: '2024-06-05T15:34:26.614157-04:00'
contentSize: 949868521
contentUrl:
- https://api.dandiarchive.org/api/assets/4fce0e28-f715-4ea6-9af8-b23a90ee6959/download/
- https://dandiarchive.s3.amazonaws.com/blobs/cc9/eca/cc9eca01-1fb8-4225-baa9-7163d45779ae
dateModified: '2024-06-05T15:51:49.596064-04:00'
datePublished: '2024-06-05T19:54:28.869584+00:00'
digest:
dandi:dandi-etag: bc78ae7e64608c0b8e0757fb860f73b8-15
dandi:sha2-256: a56ba0cc6d5860aeec37e771f2baf4acb4eb36522e6ea62c1890e810df98775d
encodingFormat: application/x-nwb
id: dandiasset:4fce0e28-f715-4ea6-9af8-b23a90ee6959
identifier: 4fce0e28-f715-4ea6-9af8-b23a90ee6959
measurementTechnique: []
path: sub-11/sub-11_image.nwb
publishedBy:
endDate: '2024-06-05T19:54:28.869584+00:00'
id: urn:uuid:75db5993-82d9-40e1-82ce-7c0e34fd727b
name: DANDI publish
schemaKey: PublishActivity
startDate: '2024-06-05T19:54:28.869584+00:00'
wasAssociatedWith:
- id: urn:uuid:858e739c-57f3-4dfe-97b6-893358767138
identifier: RRID:SCR_017571
name: DANDI API
schemaKey: Software
version: 0.1.0
schemaKey: Asset
schemaVersion: 0.6.7
variableMeasured: []
wasAttributedTo:
- age:
schemaKey: PropertyValue
unitText: ISO-8601 duration
value: P1D
valueReference:
schemaKey: PropertyValue
value: dandi:BirthReference
identifier: '11'
schemaKey: Participant
sex:
name: Unknown
schemaKey: SexType
species:
identifier: http://purl.obolibrary.org/obo/NCBITaxon_10029
name: Cricetulus griseus - Cricetulus aureus
schemaKey: SpeciesType
wasGeneratedBy:
- description: 11. Experiments were conducted in a 4 electrodes setup. Electrodes
before pulsing were precisely lifted by 0mm. CanCan protocol applied at 6.4kV
(first pulse) with the subsequent canceling pulses 12.5% lower than pulses before.
Packets were repeated 10 times at 1Hz frequency. Then also at 1Hz frequency protocol
was shifted and then electrode 2 was starting electrode with noted amplitude of
the first pulse. Protocol finished when all 4 electrodes were active pulse electrodes.
Detailed information on pulsing parameters, electrodes, and procedures can be
found in 10.1016/j.bioelechem.2023.108437.
identifier: single_time_point
name: single_time_point
schemaKey: Session
startDate: '2021-05-20T15:15:58-04:00'
- description: Metadata generated by DANDI cli
endDate: '2024-06-05T15:51:49.596064-04:00'
id: urn:uuid:ff42c98d-23e6-4b66-8a31-dd6cbacb922f
name: Metadata generation
schemaKey: Activity
startDate: '2024-06-05T15:51:49.175499-04:00'
wasAssociatedWith:
- identifier: RRID:SCR_019009
name: DANDI Command Line Interface
schemaKey: Software
url: https://github.com/dandi/dandi-cli
version: 0.62.0
- '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.7/context.json
access:
- schemaKey: AccessRequirements
status: dandi:OpenAccess
approach: []
blobDateModified: '2024-06-05T15:32:24.865252-04:00'
contentSize: 882490721
contentUrl:
- https://api.dandiarchive.org/api/assets/6e1a3126-db9b-48f7-8ac0-913c3932d442/download/
- https://dandiarchive.s3.amazonaws.com/blobs/3be/26e/3be26ecb-c427-48ef-8b35-ac7acb139278
dateModified: '2024-06-05T15:51:49.432391-04:00'
datePublished: '2024-06-05T19:54:28.875690+00:00'
digest:
dandi:dandi-etag: d5a1ee87e229b7cb1440a0f813bf4a7e-14
dandi:sha2-256: 15bca2c7654d6b9f7bb7979dc6164a570d55265d89afab1f18aad74f620deb4e
encodingFormat: application/x-nwb
id: dandiasset:6e1a3126-db9b-48f7-8ac0-913c3932d442
identifier: 6e1a3126-db9b-48f7-8ac0-913c3932d442
measurementTechnique: []
path: sub-09/sub-09_image.nwb
publishedBy:
endDate: '2024-06-05T19:54:28.875690+00:00'
id: urn:uuid:daea3a89-6f55-40cc-bee9-89182aece1c7
name: DANDI publish
schemaKey: PublishActivity
startDate: '2024-06-05T19:54:28.875690+00:00'
wasAssociatedWith:
- id: urn:uuid:2c63fc2e-41a2-4cff-8a00-8f28fbb7f46e
identifier: RRID:SCR_017571
name: DANDI API
schemaKey: Software
version: 0.1.0
schemaKey: Asset
schemaVersion: 0.6.7
variableMeasured: []
wasAttributedTo:
- age:
schemaKey: PropertyValue
unitText: ISO-8601 duration
value: P1D
valueReference:
schemaKey: PropertyValue
value: dandi:BirthReference
identifier: 09
schemaKey: Participant
sex:
name: Unknown
schemaKey: SexType
species:
identifier: http://purl.obolibrary.org/obo/NCBITaxon_10029
name: Cricetulus griseus - Cricetulus aureus
schemaKey: SpeciesType
wasGeneratedBy:
- description: 09. Experiments were conducted in a 4 electrodes setup. Electrodes
before pulsing were precisely lifted by 2mm. CanCan protocol applied at 6.4kV
(first pulse) with the subsequent canceling pulses 12.5% lower than pulses before.
Packets were repeated 10 times at 1Hz frequency. Then also at 1Hz frequency protocol
was shifted and then electrode 2 was starting electrode with noted amplitude of
the first pulse. Protocol finished when all 4 electrodes were active pulse electrodes.
Detailed information on pulsing parameters, electrodes, and procedures can be
found in 10.1016/j.bioelechem.2023.108437.
identifier: single_time_point
name: single_time_point
schemaKey: Session
startDate: '2021-05-20T14:56:41-04:00'
- description: Metadata generated by DANDI cli
endDate: '2024-06-05T15:51:49.432391-04:00'
id: urn:uuid:cfd22666-1e98-4702-b3e4-af794d574459
name: Metadata generation
schemaKey: Activity
startDate: '2024-06-05T15:51:48.875493-04:00'
wasAssociatedWith:
- identifier: RRID:SCR_019009
name: DANDI Command Line Interface
schemaKey: Software
url: https://github.com/dandi/dandi-cli
version: 0.62.0
- '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.7/context.json
access:
- schemaKey: AccessRequirements
status: dandi:OpenAccess
approach: []
blobDateModified: '2024-06-05T15:36:29.973796-04:00'
contentSize: 898771725
contentUrl:
- https://api.dandiarchive.org/api/assets/2d1a970b-6b8a-4316-bf82-fc1b4b7a52ed/download/
- https://dandiarchive.s3.amazonaws.com/blobs/c51/410/c51410e0-faba-436b-bb86-c1be5661bf9d
dateModified: '2024-06-05T15:52:15.170644-04:00'
datePublished: '2024-06-05T19:54:28.881989+00:00'
digest:
dandi:dandi-etag: 48883a5c2b6d6400813b5750eae83561-14
dandi:sha2-256: c23c7a72f649c126af63e2007f3a4e21656fcef24f8b06827b017dfcfc9fec43
encodingFormat: application/x-nwb
id: dandiasset:2d1a970b-6b8a-4316-bf82-fc1b4b7a52ed
identifier: 2d1a970b-6b8a-4316-bf82-fc1b4b7a52ed
measurementTechnique: []
path: sub-13/sub-13_image.nwb
publishedBy:
endDate: '2024-06-05T19:54:28.881989+00:00'
id: urn:uuid:12d650d7-ab27-48c0-8ea2-8f07cd782b0a
name: DANDI publish
schemaKey: PublishActivity
startDate: '2024-06-05T19:54:28.881989+00:00'
wasAssociatedWith:
- id: urn:uuid:298c36ba-af51-4339-ab54-dde2e097b905
identifier: RRID:SCR_017571
name: DANDI API
schemaKey: Software
version: 0.1.0
schemaKey: Asset
schemaVersion: 0.6.7
variableMeasured: []
wasAttributedTo:
- age:
schemaKey: PropertyValue
unitText: ISO-8601 duration
value: P1D
valueReference:
schemaKey: PropertyValue
value: dandi:BirthReference
identifier: '13'
schemaKey: Participant
sex:
name: Unknown
schemaKey: SexType
species:
identifier: http://purl.obolibrary.org/obo/NCBITaxon_10029
name: Cricetulus griseus - Cricetulus aureus
schemaKey: SpeciesType
wasGeneratedBy:
- description: 13. Experiments were conducted in a 4 electrodes setup. Electrodes
before pulsing were precisely lifted by 2mm. CanCan protocol applied at 6.4kV
(first pulse) with the subsequent canceling pulses 12.5% lower than pulses before.
Packets were repeated 10 times at 1Hz frequency. Then also at 1Hz frequency protocol
was shifted and then electrode 2 was starting electrode with noted amplitude of
the first pulse. Protocol finished when all 4 electrodes were active pulse electrodes.
Detailed information on pulsing parameters, electrodes, and procedures can be
found in 10.1016/j.bioelechem.2023.108437.
identifier: single_time_point
name: single_time_point
schemaKey: Session
startDate: '2021-05-20T15:33:42-04:00'
- description: Metadata generated by DANDI cli
endDate: '2024-06-05T15:52:15.170644-04:00'
id: urn:uuid:362b3e0e-1655-4559-a04c-72858fe7292e
name: Metadata generation
schemaKey: Activity
startDate: '2024-06-05T15:52:15.098354-04:00'
wasAssociatedWith:
- identifier: RRID:SCR_019009
name: DANDI Command Line Interface
schemaKey: Software
url: https://github.com/dandi/dandi-cli
version: 0.62.0
- '@context': https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.7/context.json
access:
- schemaKey: AccessRequirements
status: dandi:OpenAccess
approach: []
blobDateModified: '2024-06-05T15:37:26.146640-04:00'
contentSize: 856302220
contentUrl:
- https://api.dandiarchive.org/api/assets/65083881-5bb4-482a-9528-fad483122c1b/download/
- https://dandiarchive.s3.amazonaws.com/blobs/df6/52b/df652b2a-9f54-4a81-bf19-07c028523f05
dateModified: '2024-06-05T15:52:58.864057-04:00'
datePublished: '2024-06-05T19:54:28.888250+00:00'
digest:
dandi:dandi-etag: 9a9049f3200af23a56760a822c49a599-13
dandi:sha2-256: 076923258d4eefec8ec3bc5c146cccdfead0e25251b9fd48f9493901d4375da1
encodingFormat: application/x-nwb
id: dandiasset:65083881-5bb4-482a-9528-fad483122c1b
identifier: 65083881-5bb4-482a-9528-fad483122c1b
measurementTechnique: []
path: sub-14/sub-14_image.nwb
publishedBy:
endDate: '2024-06-05T19:54:28.888250+00:00'
id: urn:uuid:1955a21f-7168-4da0-9b0d-78e388b64d3f
name: DANDI publish
schemaKey: PublishActivity
startDate: '2024-06-05T19:54:28.888250+00:00'
wasAssociatedWith:
- id: urn:uuid:41548e3f-9431-474a-8fa8-ee6731f81b17
identifier: RRID:SCR_017571
name: DANDI API
schemaKey: Software
version: 0.1.0
schemaKey: Asset
schemaVersion: 0.6.7
variableMeasured: []
wasAttributedTo:
- age:
schemaKey: PropertyValue
unitText: ISO-8601 duration
value: P1D
valueReference:
schemaKey: PropertyValue
value: dandi:BirthReference
identifier: '14'
schemaKey: Participant
sex:
name: Unknown
schemaKey: SexType
species:
identifier: http://purl.obolibrary.org/obo/NCBITaxon_10029
name: Cricetulus griseus - Cricetulus aureus
schemaKey: SpeciesType
wasGeneratedBy:
- description: 14. Experiments were conducted in a 4 electrodes setup. Electrodes
before pulsing were precisely lifted by 3mm. CanCan protocol applied at 6.4kV
(first pulse) with the subsequent canceling pulses 12.5% lower than pulses before.
Packets were repeated 10 times at 1Hz frequency. Then also at 1Hz frequency protocol
was shifted and then electrode 2 was starting electrode with noted amplitude of
the first pulse. Protocol finished when all 4 electrodes were active pulse electrodes.
Detailed information on pulsing parameters, electrodes, and procedures can be
found in 10.1016/j.bioelechem.2023.108437.
identifier: single_time_point
name: single_time_point
schemaKey: Session
startDate: '2021-05-20T15:42:23-04:00'
- description: Metadata generated by DANDI cli
endDate: '2024-06-05T15:52:58.864057-04:00'
id: urn:uuid:99555be8-39c5-42a5-9feb-ba0e701ebcb0
name: Metadata generation
schemaKey: Activity
startDate: '2024-06-05T15:52:58.749874-04:00'
wasAssociatedWith:
- identifier: RRID:SCR_019009
name: DANDI Command Line Interface
schemaKey: Software
url: https://github.com/dandi/dandi-cli
version: 0.62.0
Tip!
Press p or to see the previous file or,
n or to see the next file