-
Notifications
You must be signed in to change notification settings - Fork 0
/
dataset_data_citations.json
9095 lines (9095 loc) · 451 KB
/
dataset_data_citations.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"datasets": [
{
"doi": "10.26275/duz8-mq3n",
"type": "Dataset",
"name": "Computational modelling of the mechanical behavior of the colon",
"id": 44,
"version": 2,
"citation": "Patel, B., Kassab, G., & Gregersen, H. (2019). <i>Computational modelling of the mechanical behavior of the colon</i> (Version 2) [Data set]. SPARC Consortium. https://doi.org/10.26275/DUZ8-MQ3N",
"versions": [
{
"doi": "10.26275/rujv-dtvs",
"version": 1
},
{
"doi": "10.26275/duz8-mq3n",
"version": 2
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.wzeff3e",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Patel, B. (2019). Simulating colonic tissue mechanics using a structure-based material model in Abaqus v1. https://doi.org/10.17504/protocols.io.wzeff3e\n",
"source": "SPARC"
},
{
"curie": "doi:10.1016/j.jmbbm.2017.08.031",
"relationship": "Describes",
"type": "Originating Publication",
"comment": "",
"citation": "Patel, B., Chen, H., Ahuja, A., Krieger, J. F., Noblet, J., Chambers, S., & Kassab, G. S. (2018). Constitutive modeling of the passive inflation-extension behavior of the swine colon. Journal of the Mechanical Behavior of Biomedical Materials, 77, 176\u00e2\u0080\u0093186. https://doi.org/10.1016/j.jmbbm.2017.08.031\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/t4ng-2zm6",
"type": "Dataset",
"name": "Chronic interfacing with the autonomic nervous system using carbon nanotube (CNT) yarn electrodes",
"id": 48,
"version": 1,
"citation": "McCallum, G., Sui, X., Qiu, C., Marmerstein, J., Zheng, Y., E. Eggers, T., Hu, C., Dai, L., & Durand, D. (2020). <i>Chronic interfacing with the autonomic nervous system using carbon nanotube (CNT) yarn electrodes</i> (Version 1) [Data set]. SPARC Consortium. https://doi.org/10.26275/T4NG-2ZM6",
"versions": [
{
"doi": "10.26275/t4ng-2zm6",
"version": 1
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.wssfeee",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Glossopharyngeal Nerve Chronic Recording In Anesthetized Rat v1. (2019). https://doi.org/10.17504/protocols.io.wssfeee\n",
"source": "SPARC"
},
{
"curie": "doi:10.1038/s41598-017-10639-w",
"relationship": "Describes",
"type": "Originating Publication",
"comment": "",
"citation": "McCallum, G. A., Sui, X., Qiu, C., Marmerstein, J., Zheng, Y., Eggers, T. E., Hu, C., Dai, L., & Durand, D. M. (2017). Chronic interfacing with the autonomic nervous system using carbon nanotube (CNT) yarn electrodes. Scientific Reports, 7(1). https://doi.org/10.1038/s41598-017-10639-w\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/qh3q-elj6",
"type": "Dataset",
"name": "Influence of left vagal stimulus pulse parameters on vagal and gastric activity in rat",
"id": 9,
"version": 4,
"citation": "Ward, M., Nowak, T. V., Phillips, R., Tan, Z., & Powley, T. L. (2019). <i>Influence of left vagal stimulus pulse parameters on vagal and gastric activity in rat</i> (Version 4) [Data set]. SPARC Consortium. https://doi.org/10.26275/QH3Q-ELJ6",
"versions": [
{
"doi": "10.26275/egqg-mixe",
"version": 1
},
{
"doi": "10.26275/ywtg-hpr5",
"version": 2
},
{
"doi": "10.26275/ur01-txyx",
"version": 3
},
{
"doi": "10.26275/qh3q-elj6",
"version": 4
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.2kugcww",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Ward, M., V Nowak, T., Tan, Z., Rajwa, B., Phillips, R., & L Powley, T. (2019). A simple approach to identify the influence of left vagal stimulus pulse parameters on vagal and gastric electrical activity in rat v1. https://doi.org/10.17504/protocols.io.2kugcww\n",
"source": "SPARC"
},
{
"curie": "doi:10.1109/TNSRE.2014.2351271",
"relationship": "Describes",
"type": "Originating Publication",
"comment": "",
"citation": "Ward, M. P., Qing, K. Y., Otto, K. J., Worth, R. M., John, S. W. M., & Irazoqui, P. P. (2015). A Flexible Platform for Biofeedback-Driven Control and Personalization of Electrical Nerve Stimulation Therapy. IEEE Transactions on Neural Systems and Rehabilitation Engineering, 23(3), 475\u00e2\u0080\u0093484. https://doi.org/10.1109/tnsre.2014.2351271\n",
"source": "SPARC"
},
{
"curie": "doi:10.1101/2023.08.30.555315",
"relationship": "Cites",
"type": "Work",
"comment": "",
"citation": "Wernisch, L., Edwards, T., Berthon, A., Tessier-Lariviere, O., Sarkans, E., Stoukidi, M., Fortier-Poisson, P., Pinkney, M., Thornton, M., Hanley, C., Lee, S., Jennings, J., Appleton, B., Garsed, P., Patterson, B., Buttinger, W., Gonshaw, S., Jakopec, M., Shunmugam, S., \u00e2\u0080\u00a6 Hewage, E. (2023). Online Bayesian Optimization of Nerve Stimulation. https://doi.org/10.1101/2023.08.30.555315\n",
"source": "OCI"
}
]
},
{
"doi": "10.26275/guqw-r3ca",
"type": "Dataset",
"name": "Processed fMRI data of transcutaneous auricular vagus nerve (taVNS) stimulation in humans",
"id": 50,
"version": 1,
"citation": "Napadow, V., & Sclocco, R. (2020). <i>Processed fMRI data of transcutaneous auricular vagus nerve (taVNS) stimulation in humans</i> (Version 1) [Data set]. SPARC Consortium. https://doi.org/10.26275/GUQW-R3CA",
"versions": [
{
"doi": "10.26275/guqw-r3ca",
"version": 1
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.9zqh75w",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Napadow, V., Sclocco, R., Napadow, V., & Sclocco, R. (2019). 7T MRI Protocol for response to Respiratory-gated Auricular Vagal Afferent Nerve Stimulation v1. https://doi.org/10.17504/protocols.io.9zqh75w\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/mvwc-fnqm",
"type": "Dataset",
"name": "Vagus nerve stimulation promotes gastric emptying by increasing pyloric opening measured with magnetic resonance imaging",
"id": 24,
"version": 2,
"citation": "Lu, K.-H., Cao, J., Oleson, S., Ward, M., Phillips, R., Powley, T. L., Liu, Z., Jaffey, D., & Rajwa, B. (2019). <i>Vagus nerve stimulation promotes gastric emptying by increasing pyloric opening measured with magnetic resonance imaging</i> (Version 2) [Data set]. SPARC Consortium. https://doi.org/10.26275/MVWC-FNQM",
"versions": [
{
"doi": "10.26275/oeww-pt2a",
"version": 1
},
{
"doi": "10.26275/mvwc-fnqm",
"version": 2
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.wvxfe7n",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Lu, K.-H., Liu, Z., & Cao, J. (2019). Contrast-enhanced magnetic resonance imaging of gastric emptying and motility in rats v1. https://doi.org/10.17504/protocols.io.wvxfe7n\n",
"source": "SPARC"
},
{
"curie": "doi:10.1111/nmo.13380",
"relationship": "Describes",
"type": "Originating Publication",
"comment": "",
"citation": "Lu, K. \u00e2\u0080\u0090H., Cao, J., Oleson, S., Ward, M. P., Phillips, R. J., Powley, T. L., & Liu, Z. (2018). Vagus nerve stimulation promotes gastric emptying by increasing pyloric opening measured with magnetic resonance imaging. Neurogastroenterology & Motility, 30(10). Portico. https://doi.org/10.1111/nmo.13380\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/c4xq-9kl0",
"type": "Dataset",
"name": "Effect of intermittent hypoxia preconditioning in rats with chronic cervical spinal cord injury \u2013 An electrophysiological study",
"id": 52,
"version": 1,
"citation": "Mitchell, G., Gonzalez-Rothi, E., Allen, L., Ciesla, M., Tadjalli, A., & Simon, A. (2020). <i>Effect of intermittent hypoxia preconditioning in rats with chronic cervical spinal cord injury \u2013 An electrophysiological study</i> (Version 1) [Data set]. SPARC Consortium. https://doi.org/10.26275/C4XQ-9KL0",
"versions": [
{
"doi": "10.26275/c4xq-9kl0",
"version": 1
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.2jpgcmn",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Gonzalez-Rothi, E., Tadjalli, A., Perim, R., & Mitchell, G. (2019). SPARC bilateral terminal phrenic neurophysiology preparation with moderate acute intermittent hypoxia v1. https://doi.org/10.17504/protocols.io.2jpgcmn\n",
"source": "SPARC"
},
{
"curie": "doi:10.17504/protocols.io.2j3gcqn",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Gonzalez-Rothi, E., Allen, L., Simon, A., Seven, Y., Ciesla, M., & Mitchell, G. (2019). SPARC Long-term exposure to intermittent hypoxia (or normoxia) using a custom in-cage computer controlled system v1. https://doi.org/10.17504/protocols.io.2j3gcqn\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/pzek-91wx",
"type": "Dataset",
"name": "Robust 3-Dimensional visualization of human colon enteric nervous system without tissue sectioning",
"id": 55,
"version": 1,
"citation": "Graham, K. D., Huerta-Lopez, S., Sengupta, R., Shenoy, A., Schneider, S., Wright, C. M., Feldman, M., Furth, E., Lemke, A., Wilkins, B. J., Naji, A., Doolin, E., Howard, M., & Heuckeroth, R. (2020). <i>Robust 3-Dimensional visualization of human colon enteric nervous system without tissue sectioning</i> (Version 1) [Data set]. SPARC Consortium. https://doi.org/10.26275/PZEK-91WX",
"versions": [
{
"doi": "10.26275/pzek-91wx",
"version": 1
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.wyeffte",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Heuckeroth, R., Huerta Lopez, S., Graham, K., & Sengupta, R. (2019). Human colon tissue clearing and Immunohistochemistry v1. https://doi.org/10.17504/protocols.io.wyeffte\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/ge74-ypxd",
"type": "Dataset",
"name": "Visualizing sympathetic projections in the intact brown adipose tissue depot in the mouse",
"id": 54,
"version": 1,
"citation": "Lee, S., & Zeltser, L. (2020). <i>Visualizing sympathetic projections in the intact brown adipose tissue depot in the mouse</i> (Version 1) [Data set]. SPARC Consortium. https://doi.org/10.26275/GE74-YPXD",
"versions": [
{
"doi": "10.26275/ge74-ypxd",
"version": 1
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.wqmfdu6",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Lee, S., & Zeltser, L. (2019). iDisco immunolabeling in brown adipose tissue (BAT) v1. https://doi.org/10.17504/protocols.io.wqmfdu6\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/dwzu-xtmj",
"type": "Dataset",
"name": "Cholera toxin B retrograde tracing from brown adipose tissue and forelimb to the stellate ganglion",
"id": 56,
"version": 1,
"citation": "Lee, S., & Zeltser, L. (2020). <i>Cholera toxin B retrograde tracing from brown adipose tissue and forelimb to the stellate ganglion</i> (Version 1) [Data set]. SPARC Consortium. https://doi.org/10.26275/DWZU-XTMJ",
"versions": [
{
"doi": "10.26275/dwzu-xtmj",
"version": 1
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.wjrfcm6",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Lee, S., & Zeltser, L. (2018). Retrograde labeling of brown adipose tissue (BAT)-projecting sympathetic neurons with cholera toxin B (CTB) v1. https://doi.org/10.17504/protocols.io.wjrfcm6\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/xmsp-wwtu",
"type": "Dataset",
"name": "Quantification of Cholera Toxin Subunit Beta (CTb) positive neurons in the coeliac nodose and dorsal root ganglia 1 week after pancreas injection in mice",
"id": 57,
"version": 1,
"citation": "Li, R., Jimenez-Gonzalez, M., & Stanley, S. (2020). <i>Quantification of Cholera Toxin Subunit Beta (CTb) positive neurons in the coeliac nodose and dorsal root ganglia 1 week after pancreas injection in mice</i> (Version 1) [Data set]. SPARC Consortium. https://doi.org/10.26275/XMSP-WWTU",
"versions": [
{
"doi": "10.26275/xmsp-wwtu",
"version": 1
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.14egnx47pl5d/v1",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Jimenez Gonzalez, M. (2019). Intrapancreatic injection surgery v1. https://doi.org/10.17504/protocols.io.14egnx47pl5d/v1\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/w4my-puqm",
"type": "Dataset",
"name": "Functional neuronal nodose recording from pig- Modulation by myocardial ischemia and variably coupled PVC's",
"id": 58,
"version": 1,
"citation": "Vaseghi, M., Salavtion, S., Yamagochi, N., Hoang, J., Lin, N., Ardell, J., & Armour, J. (2020). <i>Functional neuronal nodose recording from pig- Modulation by myocardial ischemia and variably coupled PVC's</i> (Version 1) [Data set]. SPARC Consortium. https://doi.org/10.26275/W4MY-PUQM",
"versions": [
{
"doi": "10.26275/w4my-puqm",
"version": 1
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.2i4gcgw",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Ardell, J. (2019). Pig-Neural recording and analysis-workflow v1. https://doi.org/10.17504/protocols.io.2i4gcgw\n",
"source": "SPARC"
},
{
"curie": "doi:10.17504/protocols.io.2ncgdaw",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Vaseghi, M., & Ardell, J. (2019). Pig Nodose Ganglion protocol v1. https://doi.org/10.17504/protocols.io.2ncgdaw\n",
"source": "SPARC"
},
{
"curie": "doi:10.1152/ajpheart.00286.2019",
"relationship": "Describes",
"type": "Originating Publication",
"comment": "",
"citation": "Salavatian, S., Yamaguchi, N., Hoang, J., Lin, N., Patel, S., Ardell, J. L., Armour, J. A., & Vaseghi, M. (2019). Premature ventricular contractions activate vagal afferents and alter autonomic tone: implications for premature ventricular contraction-induced cardiomyopathy. American Journal of Physiology-Heart and Circulatory Physiology, 317(3), H607\u00e2\u0080\u0093H616. https://doi.org/10.1152/ajpheart.00286.2019\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/ppgj-qqpf",
"type": "Dataset",
"name": "Mapping of human gastric enteroendocrine cells",
"id": 59,
"version": 1,
"citation": "Fakhry, J., Stebbing, M., Hunne, B., Bayguinov, Y., Ward, S. M., Sasse, K. C., Callaghan, B., McQuade, R. M., & Furness, J. (2020). <i>Mapping of human gastric enteroendocrine cells</i> (Version 1) [Data set]. SPARC Consortium. https://doi.org/10.26275/PPGJ-QQPF",
"versions": [
{
"doi": "10.26275/ppgj-qqpf",
"version": 1
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.w3tfgnn",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Immunohistochemistry and high resolution microscopy of human gastric enteroendocrine cells v1. (2019). https://doi.org/10.17504/protocols.io.w3tfgnn\n",
"source": "SPARC"
},
{
"curie": "doi:10.1007/s00441-018-2957-0",
"relationship": "Describes",
"type": "Originating Publication",
"comment": "",
"citation": "Fakhry, J., Stebbing, M. J., Hunne, B., Bayguinov, Y., Ward, S. M., Sasse, K. C., Callaghan, B., McQuade, R. M., & Furness, J. B. (2018). Relationships of endocrine cells to each other and to other cell types in the human gastric fundus and corpus. Cell and Tissue Research, 376(1), 37\u00e2\u0080\u009349. https://doi.org/10.1007/s00441-018-2957-0\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/mzth-oxbk",
"type": "Dataset",
"name": "Quantification of the relationship between rat gastric nerve fibers and enteroendocrine cells (EEC)",
"id": 21,
"version": 2,
"citation": "Hunne, B., Furness, J., Stebbing, M., McQuade, R. M., & Fahkry, J. (2019). <i>Quantification of the relationship between rat gastric nerve fibers and enteroendocrine cells (EEC)</i> (Version 2) [Data set]. SPARC Consortium. https://doi.org/10.26275/MZTH-OXBK",
"versions": [
{
"doi": "10.26275/qi7v-ewoz",
"version": 1
},
{
"doi": "10.26275/mzth-oxbk",
"version": 2
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.xz8fp9w",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Hunne, B., Stebbing, M., M McQuade, R., & B Furness, J. (2019). Immunohistochemistry and high resolution microscopy of rat gastric nerve fibers and their relationship with enteroendocrine cells v1. https://doi.org/10.17504/protocols.io.xz8fp9w\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/o9qr-l4x9",
"type": "Dataset",
"name": "Quantification of rat gastric enteroendocrine cells",
"id": 20,
"version": 3,
"citation": "Hunne, B., Furness, J., Stebbing, M., McQuade, R. M., & Fahkry, J. (2019). <i>Quantification of rat gastric enteroendocrine cells</i> (Version 3) [Data set]. SPARC Consortium. https://doi.org/10.26275/O9QR-L4X9",
"versions": [
{
"doi": "10.26275/guf5-mitp",
"version": 1
},
{
"doi": "10.26275/bnu0-qlv6",
"version": 2
},
{
"doi": "10.26275/o9qr-l4x9",
"version": 3
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.xeyfjfw",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Hunne, B., Stebbing, M., M. McQuade, R., & B. Furness, J. (2019). Immunohistochemistry and high resolution microscopy of rat gastric enteroendocrine cells v1. https://doi.org/10.17504/protocols.io.xeyfjfw\n",
"source": "SPARC"
},
{
"curie": "doi:10.1007/s00441-019-03029-3",
"relationship": "Describes",
"type": "Originating Publication",
"comment": "",
"citation": "Hunne, B., Stebbing, M. J., McQuade, R. M., & Furness, J. B. (2019). Distributions and relationships of chemically defined enteroendocrine cells in the rat gastric mucosa. Cell and Tissue Research, 378(1), 33\u00e2\u0080\u009348. https://doi.org/10.1007/s00441-019-03029-3\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/spfh-lx9g",
"type": "Dataset",
"name": "Imaging fast neural traffic at fascicular level with electrical impedance tomography - Proof of principle in rat sciatic nerve",
"id": 62,
"version": 1,
"citation": "Aristovich, K., Donega, M., Blochet, C., Avery, J., Hannan, S., Chew, D. J., & Holder, D. (2020). <i>Imaging fast neural traffic at fascicular level with electrical impedance tomography - Proof of principle in rat sciatic nerve</i> (Version 1) [Data set]. SPARC Consortium. https://doi.org/10.26275/SPFH-LX9G",
"versions": [
{
"doi": "10.26275/spfh-lx9g",
"version": 1
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.ww7ffhn",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Aristovich, K., Donega, M., & Holder, D. (2019). EIT data aquisition in rat sciatic nerve using stimulation of tibial and peroneal branches v1. https://doi.org/10.17504/protocols.io.ww7ffhn\n",
"source": "SPARC"
},
{
"curie": "doi:10.1088/1741-2552/aad78e",
"relationship": "Describes",
"type": "Originating Publication",
"comment": "",
"citation": "Aristovich, K., Doneg\u00c3\u00a1, M., Blochet, C., Avery, J., Hannan, S., Chew, D. J., & Holder, D. (2018). Imaging fast neural traffic at fascicular level with electrical impedance tomography: proof of principle in rat sciatic nerve. Journal of Neural Engineering, 15(5), 056025. https://doi.org/10.1088/1741-2552/aad78e\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/wzry-sf7v",
"type": "Dataset",
"name": "Spatial distribution and morphometric characterization of vagal afferents associated with the myenteric plexus of the rat stomach",
"id": 10,
"version": 3,
"citation": "Powley, T. L., Phillips, R., Jaffey, D., Rajwa, B., McAdams, J., Baronowsky, E., Chesney, L., Black, D., & Evans, C. (2019). <i>Spatial distribution and morphometric characterization of vagal afferents associated with the myenteric plexus of the rat stomach</i> (Version 3) [Data set]. SPARC Consortium. https://doi.org/10.26275/WZRY-SF7V",
"versions": [
{
"doi": "10.26275/8ny3-btg0",
"version": 1
},
{
"doi": "10.26275/8nh6-vfcg",
"version": 2
},
{
"doi": "10.26275/wzry-sf7v",
"version": 3
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.2ipgcdn",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Powley, T., Mcadams, J., & Phillips, R. (2019). High resolution labeling of vagal afferent fibers using Dextran-Biotin with counterstaining v1. https://doi.org/10.17504/protocols.io.2ipgcdn\n",
"source": "SPARC"
},
{
"curie": "doi:10.1152/ajpregu.00111.2020",
"relationship": "Cites",
"type": "Work",
"comment": "",
"citation": "Tan, Z. T., Ward, M., Phillips, R. J., Zhang, X., Jaffey, D. M., Chesney, L., Rajwa, B., Baronowsky, E. A., McAdams, J., & Powley, T. L. (2021). Stomach region stimulated determines effects on duodenal motility in rats. American Journal of Physiology-Regulatory, Integrative and Comparative Physiology, 320(3), R331\u00e2\u0080\u0093R341. https://doi.org/10.1152/ajpregu.00111.2020\n",
"source": "OCI"
}
]
},
{
"doi": "10.26275/3m8n-0owa",
"type": "Dataset",
"name": "Spatial distribution and morphometric characterization of vagal afferents (intramuscular arrays (IMAs)) within the longitudinal and circular muscle layers of the rat stomach",
"id": 11,
"version": 3,
"citation": "Powley, T., Phillips, R. J., Jaffey, D., Rajwa, B., McAdams, J., Baronowsky, E., Chesney, L., Black, D., Martin, F. N., & Hudson, C. N. (2019). <i>Spatial distribution and morphometric characterization of vagal afferents (intramuscular arrays (IMAs)) within the longitudinal and circular muscle layers of the rat stomach</i> (Version 3) [Data set]. SPARC Consortium. https://doi.org/10.26275/3M8N-0OWA",
"versions": [
{
"doi": "10.26275/c1xt-qpy2",
"version": 1
},
{
"doi": "10.26275/jlwa-u2kl",
"version": 2
},
{
"doi": "10.26275/3m8n-0owa",
"version": 3
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.2ipgcdn",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Powley, T., Mcadams, J., & Phillips, R. (2019). High resolution labeling of vagal afferent fibers using Dextran-Biotin with counterstaining v1. https://doi.org/10.17504/protocols.io.2ipgcdn\n",
"source": "SPARC"
},
{
"curie": "doi:10.1002/cne.23892",
"relationship": "Describes",
"type": "Originating Publication",
"comment": "",
"citation": "Powley, T. L., Hudson, C. N., McAdams, J. L., Baronowsky, E. A., & Phillips, R. J. (2015). Vagal Intramuscular Arrays: The Specialized Mechanoreceptor Arbors That Innervate the Smooth Muscle Layers of the Stomach Examined in the Rat. Journal of Comparative Neurology, 524(4), 713\u00e2\u0080\u0093737. Portico. https://doi.org/10.1002/cne.23892\n",
"source": "SPARC"
},
{
"curie": "doi:10.1152/ajpregu.00111.2020",
"relationship": "Cites",
"type": "Work",
"comment": "",
"citation": "Tan, Z. T., Ward, M., Phillips, R. J., Zhang, X., Jaffey, D. M., Chesney, L., Rajwa, B., Baronowsky, E. A., McAdams, J., & Powley, T. L. (2021). Stomach region stimulated determines effects on duodenal motility in rats. American Journal of Physiology-Regulatory, Integrative and Comparative Physiology, 320(3), R331\u00e2\u0080\u0093R341. https://doi.org/10.1152/ajpregu.00111.2020\n",
"source": "OCI"
}
]
},
{
"doi": "10.26275/ukz3-0fao",
"type": "Dataset",
"name": "Spatial distribution and morphometric characterization of vagal efferents associated with the myenteric plexus of the rat stomach",
"id": 12,
"version": 3,
"citation": "Powley, T., Phillips, R., Jaffey, D., Rajwa, B., McAdams, J., Baronowsky, E., Chesney, L., Black, D., & Evans, C. (2019). <i>Spatial distribution and morphometric characterization of vagal efferents associated with the myenteric plexus of the rat stomach</i> (Version 3) [Data set]. SPARC Consortium. https://doi.org/10.26275/UKZ3-0FAO",
"versions": [
{
"doi": "10.26275/brlo-loos",
"version": 1
},
{
"doi": "10.26275/u8cz-lkal",
"version": 2
},
{
"doi": "10.26275/ukz3-0fao",
"version": 3
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.2iqgcdw",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Jaffey, D., Powley, T., Mcadams, J., & Phillips, R. (2019). High resolution labeling of vagal efferent fibers using Dextran-Biotin with counterstaining v1. https://doi.org/10.17504/protocols.io.2iqgcdw\n",
"source": "SPARC"
},
{
"curie": "doi:10.1038/s41583-021-00544-7",
"relationship": "Cites",
"type": "Work",
"comment": "",
"citation": "Kim, M., Heo, G., & Kim, S.-Y. (2022). Neural signalling of gut mechanosensation in ingestive and digestive processes. Nature Reviews Neuroscience, 23(3), 135\u00e2\u0080\u0093156. https://doi.org/10.1038/s41583-021-00544-7\n",
"source": "OCI"
},
{
"curie": "doi:10.1152/ajpregu.00260.2022",
"relationship": "Cites",
"type": "Work",
"comment": "",
"citation": "Jaffey, D. M., McAdams, J. L., Baronowsky, E. A., Black, D., & Powley, T. L. (2023). Vagal preganglionic axons arborize in the myenteric plexus into two types: nitrergic and non-nitrergic postganglionic motor pools? American Journal of Physiology-Regulatory, Integrative and Comparative Physiology, 324(3), R305\u00e2\u0080\u0093R316. https://doi.org/10.1152/ajpregu.00260.2022\n",
"source": "Datacite"
}
]
},
{
"doi": "10.26275/1upo-xvkt",
"type": "Dataset",
"name": "Feline brainstem neuron extracellular potential recordings",
"id": 35,
"version": 3,
"citation": "Morris, K., Horton, K.-K., Segers, L., Nuding, S., Gestreau, C., Alencar, P., Shuman, D., O'Connor, R., Lindsey, B., Bolser, D., Davenport, P., & Pitts, T. (2019). <i>Feline brainstem neuron extracellular potential recordings</i> (Version 3) [Data set]. SPARC Consortium. https://doi.org/10.26275/1UPO-XVKT",
"versions": [
{
"doi": "10.26275/b4uk-9dpp",
"version": 1
},
{
"doi": "10.26275/jdap-bpbu",
"version": 2
},
{
"doi": "10.26275/1upo-xvkt",
"version": 3
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.bci8iuhw",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Segers, L., Morris, K., & Bolser, D. (2020). Morris USF Lab protocol v2. https://doi.org/10.17504/protocols.io.bci8iuhw\n",
"source": "SPARC"
},
{
"curie": "doi:10.3389/fphys.2018.00785",
"relationship": "Describes",
"type": "Originating Publication",
"comment": "",
"citation": "Horton, K.-K., Segers, L. S., Nuding, S. C., O\u00e2\u0080\u0099Connor, R., Alencar, P. A., Davenport, P. W., Bolser, D. C., Pitts, T., Lindsey, B. G., Morris, K. F., & Gestreau, C. (2018). Central Respiration and Mechanical Ventilation in the Gating of Swallow With Breathing. Frontiers in Physiology, 9. https://doi.org/10.3389/fphys.2018.00785\n",
"source": "SPARC"
},
{
"curie": "doi:10.1101/2021.02.10.430563",
"relationship": "Cites",
"type": "Work",
"comment": "",
"citation": "Bandrowski, A., Grethe, J. S., Pilko, A., Gillespie, T., Pine, G., Patel, B., Surles-Zeigler, M., & Martone, M. E. (2021). SPARC Data Structure: Rationale and Design of a FAIR Standard for Biomedical Research Data. https://doi.org/10.1101/2021.02.10.430563\n",
"source": "Datacite"
}
]
},
{
"doi": "10.26275/uztw-z5sc",
"type": "Dataset",
"name": "Prototype simulation of undiseased human cardiac ventricular cells",
"id": 63,
"version": 2,
"citation": "Clancy, C., & Yang, P.-C. (2020). <i>Prototype simulation of undiseased human cardiac ventricular cells</i> (Version 2) [Data set]. SPARC Consortium. https://doi.org/10.26275/UZTW-Z5SC",
"versions": [
{
"doi": "10.26275/cqqt-4gtx",
"version": 1
},
{
"doi": "10.26275/uztw-z5sc",
"version": 2
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.xjwfkpe",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "clancy, C., & Yang, P.-C. (2019). Undiseased Human Cardiac Ventricular Cells v1. https://doi.org/10.17504/protocols.io.xjwfkpe\n",
"source": "SPARC"
},
{
"curie": "doi:10.1371/journal.pcbi.1002061",
"relationship": "Describes",
"type": "Originating Publication",
"comment": "",
"citation": "O\u00e2\u0080\u0099Hara, T., Vir\u00c3\u00a1g, L., Varr\u00c3\u00b3, A., & Rudy, Y. (2011). Simulation of the Undiseased Human Cardiac Ventricular Action Potential: Model Formulation and Experimental Validation. PLoS Computational Biology, 7(5), e1002061. https://doi.org/10.1371/journal.pcbi.1002061\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/osy6-dn3o",
"type": "Dataset",
"name": "Bilateral recordings of cervical vagus nerve activity in rats",
"id": 51,
"version": 1,
"citation": "Ay, I., Helmer, K., Napadow, V., & Monello, C. (2020). <i>Bilateral recordings of cervical vagus nerve activity in rats</i> (Version 1) [Data set]. SPARC Consortium. https://doi.org/10.26275/OSY6-DN3O",
"versions": [
{
"doi": "10.26275/osy6-dn3o",
"version": 1
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.yxhfxj6",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Napadow, V., Ay, I., & Morello, C. (2019). Recordings of cervical vagus nerve activity v1. https://doi.org/10.17504/protocols.io.yxhfxj6\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/4qvr-kwzq",
"type": "Dataset",
"name": "Ussing chamber pressure pump",
"id": 68,
"version": 1,
"citation": "Michel, K., & Schemann, M. (2020). <i>Ussing chamber pressure pump</i> (Version 1) [Data set]. SPARC Consortium. https://doi.org/10.26275/4QVR-KWZQ",
"versions": [
{
"doi": "10.26275/4qvr-kwzq",
"version": 1
}
],
"citations": []
},
{
"doi": "10.26275/xkoa-oqec",
"type": "Dataset",
"name": "iBAT (interscapular Brown Adipose Tissue) sympathetic innervation circuit pseudorabies viral tracing in reporter mice",
"id": 73,
"version": 1,
"citation": "Muenzberg, H., Berthoud, H.-R., Burk, D., Morrison, C. D., Yu, S., Qualls-Creekmore, E., Fran\u00e7ois, M., Zhang, R., Huesing, C., Lee, N., Torres, H., & Saurage, C. (2020). <i>iBAT (interscapular Brown Adipose Tissue) sympathetic innervation circuit pseudorabies viral tracing in reporter mice</i> (Version 1) [Data set]. SPARC Consortium. https://doi.org/10.26275/XKOA-OQEC",
"versions": [
{
"doi": "10.26275/xkoa-oqec",
"version": 1
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.wzuff6w",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Huesing, C., Muenzberg, H., Burk, D., & Torres, H. (2019). iDISCO protocol for whole-mount immunostaining and volume imaging v1. https://doi.org/10.17504/protocols.io.wzuff6w\n",
"source": "SPARC"
},
{
"curie": "doi:10.17504/protocols.io.wz3ff8n",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Huesing, C., Torres, H., Burk, D., & Muenzberg, H. (2019). Light sheet microscopy v1. https://doi.org/10.17504/protocols.io.wz3ff8n\n",
"source": "SPARC"
},
{
"curie": "doi:10.17504/protocols.io.w2vfge6",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Pseudorabies Virus (PRV) injection into interscapular brown adipose tissue v1. (2019). https://doi.org/10.17504/protocols.io.w2vfge6\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/63lh-hdz5",
"type": "Dataset",
"name": "Electrophysiology in dog after subcutaneous nerve stimulation",
"id": 49,
"version": 1,
"citation": "Wan, J., Chen, M., Yuan, Y., Wang, Z., Shen, C., Fishbein, M., Chen, Z., Wong, J., Grant, M., Everett, T., & Chen, P.-S. (2020). <i>Electrophysiology in dog after subcutaneous nerve stimulation</i> (Version 1) [Data set]. SPARC Consortium. https://doi.org/10.26275/63LH-HDZ5",
"versions": [
{
"doi": "10.26275/63lh-hdz5",
"version": 1
}
],
"citations": [
{
"curie": "doi:10.1016/j.hrthm.2019.02.027",
"relationship": "Describes",
"type": "Originating Publication",
"comment": "",
"citation": "Wan, J., Chen, M., Yuan, Y., Wang, Z., Shen, C., Fishbein, M. C., Chen, Z., Wong, J., Grant, M. B., Everett, T. H., & Chen, P.-S. (2019). Antiarrhythmic and proarrhythmic effects of subcutaneous nerve stimulation in ambulatory dogs. Heart Rhythm, 16(8), 1251\u00e2\u0080\u00931260. https://doi.org/10.1016/j.hrthm.2019.02.027\n",
"source": "SPARC"
},
{
"curie": "doi:10.17504/protocols.io.bz5wp87e",
"relationship": "Cites",
"type": "Work",
"comment": "",
"citation": "Subcutaneous nerve stimulation in canine model of persistent atrial fibrillation v1. (2021). https://doi.org/10.17504/protocols.io.bz5wp87e\n",
"source": "Datacite"
}
]
},
{
"doi": "10.26275/prjd-jhoc",
"type": "Dataset",
"name": "Submandibular ganglion stained by bungarotoxin and nanosensors in mouse",
"id": 75,
"version": 1,
"citation": "Xia, J., Yang, H., Mu, M., Duerr, T., Monaghan, J., & Clark, H. (2020). <i>Submandibular ganglion stained by bungarotoxin and nanosensors in mouse</i> (Version 1) [Data set]. SPARC Consortium. https://doi.org/10.26275/PRJD-JHOC",
"versions": [
{
"doi": "10.26275/prjd-jhoc",
"version": 1
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.wxrffm6",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Staining and imaging of mouse submandibular ganglion by \u00ce\u00b1-bungarotoxin and nanosensor v1. (2019). https://doi.org/10.17504/protocols.io.wxrffm6\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/nnyt-bqpg",
"type": "Dataset",
"name": "Phrenic nerve immunohistochemistry",
"id": 53,
"version": 1,
"citation": "Mitchell, G., Gonzalez-Rothi, E., Bolser, D., Davenport, P. W., Allen, L., Ciesla, M., Seven, Y., Tadjalli, A., Simon, A., & Svetlov, A. (2020). <i>Phrenic nerve immunohistochemistry</i> (Version 1) [Data set]. SPARC Consortium. https://doi.org/10.26275/NNYT-BQPG",
"versions": [
{
"doi": "10.26275/nnyt-bqpg",
"version": 1
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.2j3gcqn",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Gonzalez-Rothi, E., Allen, L., Simon, A., Seven, Y., Ciesla, M., & Mitchell, G. (2019). SPARC Long-term exposure to intermittent hypoxia (or normoxia) using a custom in-cage computer controlled system v1. https://doi.org/10.17504/protocols.io.2j3gcqn\n",
"source": "SPARC"
},
{
"curie": "doi:10.17504/protocols.io.2kfgctn",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Gonzalez-Rothi, E., Seven, Y., Allen, L., Ciesla, M., & Mitchell, G. (2019). SPARC Adenosine 2A Receptor Immunohistochemistry Protocol in Rat Tissues Labeled with Cholera Toxin B-fragment v1. https://doi.org/10.17504/protocols.io.2kfgctn\n",
"source": "SPARC"
},
{
"curie": "doi:10.17504/protocols.io.2kggctw",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Gonzalez-Rothi, E., Seven, Y., Allen, L., Ciesla, M., & Mitchell, G. (2019). SPARC Serotonin (5-HT) Immunohistochemistry Protocol in Rat Tissues Labeled with Cholera Toxin B-fragment v1. https://doi.org/10.17504/protocols.io.2kggctw\n",
"source": "SPARC"
},
{
"curie": "doi:10.17504/protocols.io.2khgct6",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Gonzalez-Rothi, E., Seven, Y., Allen, L., Ciesla, M., & Mitchell, G. (2019). SPARC Serotonin 2A Receptor (5-HT2AR) Immunohistochemistry Protocol in Rat Tissues Labeled with Cholera Toxin B-fragment v1. https://doi.org/10.17504/protocols.io.2khgct6\n",
"source": "SPARC"
},
{
"curie": "doi:10.17504/protocols.io.2kigcue",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Gonzalez-Rothi, E., Seven, Y., Allen, L., Ciesla, M., & Mitchell, G. (2019). SPARC Serotonin 2B Receptor (5-HT2BR) Immunohistochemistry Protocol in Rat Tissues Labeled with Cholera Toxin B-fragment v1. https://doi.org/10.17504/protocols.io.2kigcue\n",
"source": "SPARC"
},
{
"curie": "doi:10.17504/protocols.io.2kjgcun",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Gonzalez-Rothi, E., Seven, Y., Allen, L., Ciesla, M., & Mitchell, G. (2019). SPARC Serotonin 7 Receptor (5-HT7) Immunohistochemistry Protocol in Rat Tissues Labeled with Cholera Toxin B-fragment v1. https://doi.org/10.17504/protocols.io.2kjgcun\n",
"source": "SPARC"
},
{
"curie": "doi:10.17504/protocols.io.2kngcve",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Gonzalez-Rothi, E., Ciesla, M., Allen, L., & Mitchell, G. (2019). SPARC C2 Spinal Cord Hemisection Protocol in Rats v1. https://doi.org/10.17504/protocols.io.2kngcve\n",
"source": "SPARC"
},
{
"curie": "doi:10.17504/protocols.io.2kpgcvn",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Allen, L., Ciesla, M., Seven, Y., Gonzalez-Rothi, E., & Pool, G. (2019). SPARC Retrograde Neuroanatomical Tracing of Phrenic Motor Neurons Using Intrapleural Injections of Cholera Toxin B Fragment v1. https://doi.org/10.17504/protocols.io.2kpgcvn\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/owri-mpsx",
"type": "Dataset",
"name": "Functional recordings from the pig intrinsic cardiac nervous system (ICN)",
"id": 28,
"version": 2,
"citation": "Rajendran, P., Vaseghi, M., & Ardell, J. (2019). <i>Functional recordings from the pig intrinsic cardiac nervous system (ICN)</i> (Version 2) [Data set]. SPARC Consortium. https://doi.org/10.26275/OWRI-MPSX",
"versions": [
{
"doi": "10.26275/9p7j-frrt",
"version": 1
},
{
"doi": "10.26275/owri-mpsx",
"version": 2
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.2jugcnw",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "Ardell, J. (2019). Pig ICN recording v1. https://doi.org/10.17504/protocols.io.2jugcnw\n",
"source": "SPARC"
},
{
"curie": "doi:10.1016/j.ifacol.2023.01.031",
"relationship": "Cites",
"type": "Work",
"comment": "",
"citation": "Gee, M. M., Lenhoff, A. M., Schwaber, J. S., Ogunnaike, B. A., & Vadigepalli, R. (2022). Modeling and Analysis of the Intrinsic Cardiac Nervous System in Closed-Loop Cardiovascular Control. IFAC-PapersOnLine, 55(23), 146\u00e2\u0080\u0093147. https://doi.org/10.1016/j.ifacol.2023.01.031\n",
"source": "Datacite"
}
]
},
{
"doi": "10.26275/pgr9-bk2e",
"type": "Dataset",
"name": "Pig vagus nerve stained with Masson's trichrome",
"id": 82,
"version": 1,
"citation": "Pelot, N. A., Ezzell, J. A., Goldhagen, G. B., Musselman, E., Cariello, J. E., Clissold, K. A., & Grill, W. M. (2020). Pig vagus nerve stained with Masson's trichrome [Data set]. In <i>Quantified vagus nerve morphology across species</i> (Version 1). SPARC Consortium. https://doi.org/10.26275/PGR9-BK2E",
"versions": [
{
"doi": "10.26275/pgr9-bk2e",
"version": 1
}
],
"citations": [
{
"curie": "doi:10.17504/protocols.io.6bqhamw",
"relationship": "IsDocumentedBy",
"type": "Protocol",
"comment": "",
"citation": "SPARC_Duke_PelotGrill_OT2-OD025340_PigVagusNerve_Collection_Histology_Microscopy v1. (2019). https://doi.org/10.17504/protocols.io.6bqhamw\n",
"source": "SPARC"
}
]
},
{
"doi": "10.26275/z3ab-7j9y",
"type": "Dataset",
"name": "Rat vagus nerve stained with Masson's trichrome",
"id": 16,
"version": 5,
"citation": "Pelot, N. A., Ezzell, J. A., Goldhagen, G. B., Musselman, E., Cariello, J. E., Clissold, K. A., & Grill, W. M. (2020). <i>Rat vagus nerve stained with Masson's trichrome</i> (Version 5) [Data set]. SPARC Consortium. https://doi.org/10.26275/Z3AB-7J9Y",
"versions": [
{
"doi": "10.26275/3mmo-foyt",
"version": 1
},
{
"doi": "10.26275/hny2-8eyb",
"version": 2
},
{
"doi": "10.26275/q3cq-wk6c",
"version": 3
},
{
"doi": "10.26275/dt65-mfvt",
"version": 4