-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHendrik_cleaned_v65_CSV_NB2.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 682 should actually have 1 column, instead of 2 in line 681.
848 lines (848 loc) · 166 KB
/
Hendrik_cleaned_v65_CSV_NB2.csv
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
PubMedID;->investigationMethod;->judgement;->referenceExperimentalGroup->nNumber;->referenceExperimentalGroup->observations->numericValue->value;->targetExperimentalGroup->injuryModel;->targetExperimentalGroup->injuryModel->injuryDevice;->targetExperimentalGroup->injuryModel->injuryDevice->distance;->targetExperimentalGroup->injuryModel->injuryDevice->force;->targetExperimentalGroup->injuryModel->injuryDevice->weight;->targetExperimentalGroup->nNumber;->targetExperimentalGroup->observations->numericValue->value;->targetExperimentalGroup->observations->temporalIntervals->duration;->targetExperimentalGroup->organismModel;->targetExperimentalGroup->organismModel->ageCategory;->targetExperimentalGroup->organismModel->gender;->targetExperimentalGroup->organismModel->organismSpecies;->targetExperimentalGroup->organismModel->weight;->targetExperimentalGroup->treatmentTypes;->targetExperimentalGroup->treatmentTypes->compound;->targetExperimentalGroup->treatmentTypes->deliveryMethod;->targetExperimentalGroup->treatmentTypes->dosage;->trend->observedDifference;->targetExperimentalGroup->injuryModel->hasInjuryLocation;->targetExperimentalGroup->treatmentTypes->temperature
1613809;CystVolumeTest;Positive;n = 3;;Contusion;WeightDrop;;50 g/cm;;n = 3;;prior;RatModel;Adult;Female;SpragueDawleyRat;275 g;HypothermicTreatment;;DeliveryMethod;;Lower;Thoracic;31 C
1613809;NonNeuronalCellChangesTest;Positive;n = 3;;Contusion;WeightDrop;;50 g/cm;;n = 3;;prior;RatModel;Adult;Female;SpragueDawleyRat;275 g;HypothermicTreatment;;DeliveryMethod;;Lower;Thoracic;31 C
1613809;OpenFieldTest;Neutral;n = 3;;Contusion;WeightDrop;;50 g/cm;;n = 3;;prior;RatModel;Adult;Female;SpragueDawleyRat;275 g;HypothermicTreatment;;DeliveryMethod;;None;Thoracic;31 C
1810564;HindpawSensationTest;Neutral;n = 12;;Contusion;WeightDrop;;50 g/cm;;n = 10;;0 min;RatModel;Adult;Gender;SpragueDawleyRat;300 g;CompoundTreatment;Indomethacin;DeliveryMethod;2 mg/kg;None;Thoracic;
1810564;InclinedPlaneTest;Positive;n = 12;;Contusion;WeightDrop;;50 g/cm;;n = 10;;0 min;RatModel;Adult;Gender;SpragueDawleyRat;300 g;CompoundTreatment;Indomethacin;DeliveryMethod;2 mg/kg;Higher;Thoracic;
1810564;LesionVolumeTest;Positive;n = 12;;Contusion;WeightDrop;;50 g/cm;;n = 10;;0 min;RatModel;Adult;Gender;SpragueDawleyRat;300 g;CompoundTreatment;Indomethacin;DeliveryMethod;2 mg/kg;Lower;Thoracic;
1810564;MotorEvokedPotentialsTest;Positive;n = 12;;Contusion;WeightDrop;;50 g/cm;;n = 10;;0 min;RatModel;Adult;Gender;SpragueDawleyRat;300 g;CompoundTreatment;Indomethacin;DeliveryMethod;2 mg/kg;Higher;Thoracic;
1810564;SomatosensoryEvokedPotentialsTest;Neutral;n = 12;;Contusion;WeightDrop;;50 g/cm;;n = 10;;0 min;RatModel;Adult;Gender;SpragueDawleyRat;300 g;CompoundTreatment;Indomethacin;DeliveryMethod;2 mg/kg;None;Thoracic;
3143469;CystVolumeTest;Neutral;n = 8;;Contusion;WeightDrop;;50 g/cm;;n = 8;;15 min;RatModel;Adult;Gender;SpragueDawleyRat;300 g;CompoundTreatment;BW755C;InjectionDelivery;10 mg/kg;None;Thoracic;
3143469;InclinedPlaneTest;Positive;n = 15;;Contusion;WeightDrop;;50 g/cm;;n = 15;;15 min;RatModel;Adult;Gender;SpragueDawleyRat;300 g;CompoundTreatment;BW755C;InjectionDelivery;10 mg/kg;Higher;Thoracic;
3143469;InflammationTest;Positive;n = 8;;Contusion;WeightDrop;;50 g/cm;;n = 8;;15 min;RatModel;Adult;Gender;SpragueDawleyRat;300 g;CompoundTreatment;BW755C;InjectionDelivery;10 mg/kg;Lower;Thoracic;
3143469;OpenFieldTest;Positive;n = 15;;Contusion;WeightDrop;;50 g/cm;;n = 15;;15 min;RatModel;Adult;Gender;SpragueDawleyRat;300 g;CompoundTreatment;BW755C;InjectionDelivery;10 mg/kg;Higher;Thoracic;
3143469;ToxicityTest;Neutral;n = 8;;Contusion;WeightDrop;;50 g/cm;;n = 8;;15 min;RatModel;Adult;Gender;SpragueDawleyRat;300 g;CompoundTreatment;BW755C;InjectionDelivery;10 mg/kg;None;Thoracic;
7991623;CystVolumeTest;Positive;n = 6;57.7;Compression;Forceps;;;;n = 6;28.3;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;Lower;Thoracic;
7991623;CystVolumeTest;Positive;n = 6;57.7;Compression;Forceps;;;;n = 4;38.2;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Lipopolysaccharide;DeliveryMethod;0.2 mg;Lower;Thoracic;
7991623;CystVolumeTest;Positive;n = 6;57.7;Compression;Forceps;;;;n = 6;25.6;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;Lower;Thoracic;
7991623;CystVolumeTest;Positive;n = 9;52.6;Compression;Forceps;;;;n = 10;35.7;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;Lower;Thoracic;
7991623;CystVolumeTest;Positive;n = 6;57.7;Compression;Forceps;;;;n = 4;29.8;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;Lower;Thoracic;
7991623;CystVolumeTest;Neutral;n = 6;57.7;Compression;Forceps;;;;n = 6;54.6;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Steroid;InjectionDelivery;2.38 mg;None;Thoracic;
7991623;CystVolumeTest;Neutral;n = 6;57.7;Compression;Forceps;;;;n = 6;64;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;None;Thoracic;
7991623;CystVolumeTest;Neutral;n = 9;52.6;Compression;Forceps;;;;n = 10;51.7;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Steroid;InjectionDelivery;2.38 mg;None;Thoracic;
7991623;CystVolumeTest;Neutral;n = 9;52.6;Compression;Forceps;;;;n = 10;44.5;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;AcetylsalicylicAcid;InjectionDelivery;1.19 mg;None;Thoracic;
7991623;CystVolumeTest;Neutral;n = 6;57.7;Compression;Forceps;;;;n = 6;55.4;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Steroid;InjectionDelivery;2.38 mg;None;Thoracic;
7991623;LesionVolumeTest;Positive;n = 6;1.62;Compression;Forceps;;;;n = 6;1.15;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;Lower;Thoracic;
7991623;LesionVolumeTest;Positive;n = 9;53;Compression;Forceps;;;;n = 10;724;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;Lower;Thoracic;
7991623;LesionVolumeTest;Positive;n = 9;1.89;Compression;Forceps;;;;n = 10;1.33;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;Lower;Thoracic;
7991623;LesionVolumeTest;Positive;n = 6;1.62;Compression;Forceps;;;;n = 6;1.12;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;Lower;Thoracic;
7991623;LesionVolumeTest;Positive;n = 9;53;Compression;Forceps;;;;n = 10;214;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;AcetylsalicylicAcid;InjectionDelivery;1.19 mg;Lower;Thoracic;
7991623;LesionVolumeTest;Neutral;n = 6;1.62;Compression;Forceps;;;;n = 6;1.84;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Steroid;InjectionDelivery;2.38 mg;None;Thoracic;
7991623;LesionVolumeTest;Neutral;n = 6;1.62;Compression;Forceps;;;;n = 4;1.64;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Lipopolysaccharide;DeliveryMethod;0.2 mg;None;Thoracic;
7991623;LesionVolumeTest;Neutral;n = 6;1.62;Compression;Forceps;;;;n = 6;1.68;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Steroid;InjectionDelivery;2.38 mg;None;Thoracic;
7991623;LesionVolumeTest;Neutral;n = 9;53;Compression;Forceps;;;;n = 10;131;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Steroid;InjectionDelivery;2.38 mg;None;Thoracic;
7991623;LesionVolumeTest;Neutral;n = 6;1.62;Compression;Forceps;;;;n = 4;1.63;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;None;Thoracic;
7991623;LesionVolumeTest;Neutral;n = 9;1.89;Compression;Forceps;;;;n = 10;1.63;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;AcetylsalicylicAcid;InjectionDelivery;1.19 mg;None;Thoracic;
7991623;LesionVolumeTest;Neutral;n = 6;1.62;Compression;Forceps;;;;n = 6;1.61;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;None;Thoracic;
7991623;LesionVolumeTest;Neutral;n = 9;1.89;Compression;Forceps;;;;n = 10;1.77;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Steroid;InjectionDelivery;2.38 mg;None;Thoracic;
7991623;OpenFieldTest;Positive;n = 9;2.39;Compression;Forceps;;;;n = 10;4.12;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;Higher;Thoracic;
7991623;OpenFieldTest;Positive;n = 6;2.25;Compression;Forceps;;;;n = 6;4.5;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;Higher;Thoracic;
7991623;OpenFieldTest;Positive;n = 9;2.39;Compression;Forceps;;;;n = 10;3.5;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;AcetylsalicylicAcid;InjectionDelivery;1.19 mg;Higher;Thoracic;
7991623;OpenFieldTest;Positive;n = 9;2.39;Compression;Forceps;;;;n = 10;3.15;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Steroid;InjectionDelivery;2.38 mg;Higher;Thoracic;
7991623;OpenFieldTest;Neutral;n = 6;2.25;Compression;Forceps;;;;n = 6;3.29;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;None;Thoracic;
7991623;OpenFieldTest;Neutral;n = 6;2.25;Compression;Forceps;;;;n = 6;2.92;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Steroid;InjectionDelivery;2.38 mg;None;Thoracic;
7991623;OpenFieldTest;Neutral;n = 6;2.25;Compression;Forceps;;;;n = 4;3.2;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;None;Thoracic;
7991623;OpenFieldTest;Neutral;n = 6;2.25;Compression;Forceps;;;;n = 6;2.58;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;None;Thoracic;
7991623;OpenFieldTest;Neutral;n = 6;2.25;Compression;Forceps;;;;n = 4;3.5;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Lipopolysaccharide;DeliveryMethod;0.2 mg;None;Thoracic;
7991623;OpenFieldTest;Neutral;n = 6;2.25;Compression;Forceps;;;;n = 6;3.25;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Steroid;InjectionDelivery;2.38 mg;None;Thoracic;
7991623;SurvivalObservation;Negative;n = 6;;Compression;Forceps;;;;n = 4;;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;Lower;Thoracic;
7991623;SurvivalObservation;Negative;n = 6;;Compression;Forceps;;;;n = 4;;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Lipopolysaccharide;DeliveryMethod;0.2 mg;Lower;Thoracic;
7991623;SurvivalObservation;Negative;n = 6;;Compression;Forceps;;;;n = 6;;0 min;RatModel;Adult;Female;SpragueDawleyRat;185 g;CompoundTreatment;Indomethacin;DeliveryMethod;0.2 mg;Lower;Thoracic;
8115048;CystVolumeTest;Positive;;;PartialTransection;;;;;;;prior;RatModel;Adult;Gender;WistarRat;;CompoundTreatment;Indomethacin;DeliveryMethod;10 mg/kg;Lower;Thoracic;
8115048;MolecularChangesTest;Positive;;;PartialTransection;;;;;;;prior;RatModel;Adult;Gender;WistarRat;;CompoundTreatment;Indomethacin;DeliveryMethod;10 mg/kg;Lower;Thoracic;
8115048;ToxicityTest;Positive;;;PartialTransection;;;;;;;prior;RatModel;Adult;Gender;WistarRat;;CompoundTreatment;Indomethacin;DeliveryMethod;10 mg/kg;Lower;Thoracic;
8442406;AxonalDamageTest;Positive;n = 5;;PartialTransection;;;;;n = 5;;prior;RatModel;Adult;Male;SpragueDawleyRat;250 g;CompoundTreatment;Indomethacin;DeliveryMethod;10 mg/kg;Lower;Thoracic;
8442406;AxonalDamageTest;Positive;n = 5;;PartialTransection;;;;;n = 5;;prior;RatModel;Adult;Male;SpragueDawleyRat;250 g;CompoundTreatment;Indomethacin;DeliveryMethod;15 mg/kg;Lower;Thoracic;
8442406;CystVolumeTest;Positive;n = 5;;PartialTransection;;;;;n = 5;;prior;RatModel;Adult;Male;SpragueDawleyRat;250 g;CompoundTreatment;Indomethacin;DeliveryMethod;10 mg/kg;Lower;Thoracic;
8442406;LesionVolumeTest;Positive;n = 5;;PartialTransection;;;;;n = 5;;prior;RatModel;Adult;Male;SpragueDawleyRat;250 g;CompoundTreatment;Indomethacin;DeliveryMethod;15 mg/kg;Lower;Thoracic;
8442406;LesionVolumeTest;Positive;n = 5;;PartialTransection;;;;;n = 5;;prior;RatModel;Adult;Male;SpragueDawleyRat;250 g;CompoundTreatment;Indomethacin;DeliveryMethod;10 mg/kg;Lower;Thoracic;
8442406;MyelinationTest;Positive;n = 5;;PartialTransection;;;;;n = 5;;prior;RatModel;Adult;Male;SpragueDawleyRat;250 g;CompoundTreatment;Indomethacin;DeliveryMethod;10 mg/kg;Higher;Thoracic;
8442406;MyelinationTest;Positive;n = 5;;PartialTransection;;;;;n = 5;;prior;RatModel;Adult;Male;SpragueDawleyRat;250 g;CompoundTreatment;Indomethacin;DeliveryMethod;15 mg/kg;Higher;Thoracic;
8450974;CystVolumeTest;Positive;n = 6;;PartialTransection;;;;;n = 11;;prior;RatModel;Adult;Male;SpragueDawleyRat;375 g;CompoundTreatment;Indomethacin;DeliveryMethod;10 mg/kg;Lower;Thoracic;
8450974;SpinalCordEvokedPotentialsTest;Positive;n = 6;;PartialTransection;;;;;n = 11;;prior;RatModel;Adult;Male;SpragueDawleyRat;375 g;CompoundTreatment;Indomethacin;DeliveryMethod;10 mg/kg;Higher;Thoracic;
8730788;CystVolumeTest;Positive;n = 10;;Compression;FogartyBalloonCatheter;;;;n = 10;;30 min;RatModel;Adult;Male;WistarRat;280 g;CompoundTreatment;Riluzole;InjectionDelivery;2 mg/kg;Lower;Thoracic;
8730788;LesionVolumeTest;Positive;n = 10;;Compression;FogartyBalloonCatheter;;;;n = 10;;30 min;RatModel;Adult;Male;WistarRat;280 g;CompoundTreatment;Riluzole;InjectionDelivery;2 mg/kg;Lower;Thoracic;
8730788;OpenFieldTest;Positive;n = 10;;Compression;FogartyBalloonCatheter;;;;n = 10;;30 min;RatModel;Adult;Male;WistarRat;280 g;CompoundTreatment;Riluzole;InjectionDelivery;2 mg/kg;Higher;Thoracic;
8730788;SomatosensoryEvokedPotentialsTest;Positive;n = 10;;Compression;FogartyBalloonCatheter;;;;n = 10;;30 min;RatModel;Adult;Male;WistarRat;280 g;CompoundTreatment;Riluzole;InjectionDelivery;2 mg/kg;Higher;Thoracic;
9048312;ToxicityTest;Neutral;n = 6;;Compression;;;;;n = 6;;prior;RatModel;Adult;Male;SpragueDawleyRat;360 g;HypothermicTreatment;;DeliveryMethod;;None;Thoracic;30 C
9326288;MolecularChangesTest;Positive;n = 6;;Contusion;NYUImpactor;2.5 cm;;;n = 6;;prior;RatModel;AgeCategory;Gender;AnimalSpecies;;CompoundTreatment;Riluzole;DeliveryMethod;8 mg/kg;Higher;Thoracic;
9631482;ToxicityTest;Positive;n = 5;;Compression;Balloon;;;;n = 5;;prior;RatModel;Adult;Male;SpragueDawleyRat;362.5 g;HypothermicTreatment;;DeliveryMethod;;Lower;Cervical;33 C
9872457;BBBTest;Positive;n = 8;9;Contusion;NYUImpactor;;25 g/cm;;n = 8;11;15 min;RatModel;Adult;Male;LongEvansRat;307.5 g;CompoundTreatment;SC58125;OralDelivery;3 mg/kg;Higher;Thoracic;
9872457;BBBTest;Positive;n = 8;15;Contusion;NYUImpactor;;12.5 g/cm;;n = 8;16;15 min;RatModel;Adult;Male;LongEvansRat;307.5 g;CompoundTreatment;SC58125;OralDelivery;3 mg/kg;Higher;Thoracic;
9872457;InflammationTest;Neutral;n = 8;;Contusion;NYUImpactor;;25 g/cm;;n = 8;;15 min;RatModel;Adult;Male;LongEvansRat;307.5 g;CompoundTreatment;SC58125;OralDelivery;3 mg/kg;Higher;Thoracic;
9872457;InflammationTest;Neutral;n = 8;;Contusion;NYUImpactor;;25 g/cm;;n = 8;;15 min;RatModel;Adult;Male;LongEvansRat;307.5 g;CompoundTreatment;SC58125;OralDelivery;3 mg/kg;Higher;Thoracic;
10412796;InflammationTest;Positive;n = 5;;Compression;;;;;n = 5;;0 min;RatModel;Adult;Male;SpragueDawleyRat;387 g;HypothermicTreatment;;DeliveryMethod;;Lower;Thoracic;30 C
10412796;InflammationTest;Positive;n = 5;;Compression;;;;;n = 5;;0 min;RatModel;Adult;Male;SpragueDawleyRat;387 g;HypothermicTreatment;;DeliveryMethod;;Lower;Thoracic;30 C
10412796;LesionVolumeTest;Positive;n = 5;;Compression;;;;;n = 5;;0 min;RatModel;Adult;Male;SpragueDawleyRat;387 g;HypothermicTreatment;;DeliveryMethod;;Lower;Thoracic;30 C
10412796;LesionVolumeTest;Positive;n = 5;;Compression;;;;;n = 5;;0 min;RatModel;Adult;Male;SpragueDawleyRat;387 g;HypothermicTreatment;;DeliveryMethod;;Lower;Thoracic;30 C
10438114;OxidativeStressTest;Positive;n = 10;;Compression;AneurysmClip;;;50 g;n = 10;;30 min;RatModel;Adult;Male;AnimalSpecies;260 g;CompoundTreatment;Magnesium;InjectionDelivery;600 mg/kg;Lower;Thoracic;
10438114;OxidativeStressTest;Neutral;n = 10;;Compression;AneurysmClip;;;50 g;n = 10;;30 min;RatModel;Adult;Male;AnimalSpecies;260 g;CompoundTreatment;Magnesium;InjectionDelivery;300 mg/kg;None;Thoracic;
10438114;SomatosensoryEvokedPotentialsTest;Positive;n = 10;;Compression;AneurysmClip;;;50 g;n = 10;;30 min;RatModel;Adult;Male;AnimalSpecies;260 g;CompoundTreatment;Magnesium;InjectionDelivery;600 mg/kg;Higher;Thoracic;
10438114;SomatosensoryEvokedPotentialsTest;Neutral;n = 10;;Compression;AneurysmClip;;;50 g;n = 10;;30 min;RatModel;Adult;Male;AnimalSpecies;260 g;CompoundTreatment;Magnesium;InjectionDelivery;300 mg/kg;None;Thoracic;
10543012;BBBTest;Positive;n = 10;10.3;Contusion;NYUImpactor;;4 g/cm;;n = 10;15.5;0 min;RatModel;Adult;Male;SpragueDawleyRat;300 g;CompoundTreatment;Progesterone;DeliveryMethod;4 mg/kg;Higher;Thoracic;
10543012;LesionVolumeTest;Positive;n = 10;31;Contusion;NYUImpactor;;4 g/cm;;n = 10;53;0 min;RatModel;Adult;Male;SpragueDawleyRat;300 g;CompoundTreatment;Progesterone;DeliveryMethod;4 mg/kg;Lower;Thoracic;
10557125;AxonalDamageTest;Positive;n = 5;;Compression;;;;;n = 5;;0 min;RatModel;Adult;Male;SpragueDawleyRat;387 g;HypothermicTreatment;;DeliveryMethod;;Lower;Thoracic;30 C
10557125;NeuroprotectionTest;Neutral;n = 5;;Compression;;;;;n = 5;;0 min;RatModel;Adult;Male;SpragueDawleyRat;387 g;HypothermicTreatment;;DeliveryMethod;;Lower;Thoracic;30 C
10705928;OxidativeStressTest;Negative;n = 8;;Compression;AneurysmClip;;;150 g;n = 8;;0 min;RatModel;Adult;Female;WistarRat;180 g;CompoundTreatment;Indomethacin;DeliveryMethod;3 mg/kg;Higher;Thoracic;
10776915;InflammationTest;Positive;n = 4;143.1;Contusion;NYUImpactor;;8 g/cm;;n = 4;511.3;0 min;RatModel;Adult;Female;SpragueDawleyRat;275 g;HypothermicTreatment;;DeliveryMethod;;Lower;Thoracic;30 C
10790883;AxonalRegenerationTest;Positive;n = 6;0;PartialTransection;;;;;n = 6;5.8;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;10 ml;Higher;Thoracic;
10790883;AxonalRegenerationTest;Positive;n = 6;0;PartialTransection;;;;;n = 8;2;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;10 ml;Higher;Thoracic;
10790883;AxonalRegenerationTest;Positive;n = 6;0;PartialTransection;;;;;n = 6;12.8;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;10 ml;Higher;Thoracic;
10869502;OxidativeStressTest;Positive;n = 9;;Contusion;NYUImpactor;1.25 cm;;;n = 9;;15 min;RatModel;Adult;Female;LongEvansRat;237.5 g;CompoundTreatment;Riluzole;DeliveryMethod;8 mg/kg;Lower;Thoracic;
10869502;OxidativeStressTest;Positive;n = 9;;Contusion;NYUImpactor;1.25 cm;;;n = 9;;15 min;RatModel;Adult;Female;LongEvansRat;237.5 g;CompoundTreatment;Riluzole;DeliveryMethod;8 mg/kg;Lower;Thoracic;
10869502;OxidativeStressTest;Positive;n = 9;;Contusion;NYUImpactor;1.25 cm;;;n = 9;;15 min;RatModel;Adult;Female;LongEvansRat;237.5 g;CompoundTreatment;Riluzole;DeliveryMethod;8 mg/kg;Lower;Thoracic;
10879763;BBBTest;Positive;n = 17;10.8;Contusion;NYUImpactor;;8 g/cm;;n = 19;13.3;30 min;RatModel;Adult;Female;SpragueDawleyRat;250 g;HypothermicTreatment;;DeliveryMethod;;Higher;Thoracic;32 C
10879763;LesionVolumeTest;Positive;n = 17;;Contusion;NYUImpactor;;8 g/cm;;n = 19;;30 min;RatModel;Adult;Female;SpragueDawleyRat;250 g;HypothermicTreatment;;DeliveryMethod;;Lower;Thoracic;32 C
10898365;InclinedPlaneTest;Neutral;n = 12;;Compression;;;;;n = 14;;0 min;RatModel;Adult;Male;SpragueDawleyRat;425 g;HypothermicTreatment;;DeliveryMethod;;None;Thoracic;30 C
10898365;OpenFieldTest;Neutral;n = 12;;Compression;;;;;n = 14;;0 min;RatModel;Adult;Male;SpragueDawleyRat;425 g;HypothermicTreatment;;DeliveryMethod;;None;Thoracic;30 C
10908929;LesionVolumeTest;Positive;n = 12;;Compression;Clip;;;;n = 12;;prior;RatModel;Adult;Gender;SpragueDawleyRat;315 g;HypothermicTreatment;;DeliveryMethod;;Lower;Cervical;34 C
10908929;OpenFieldTest;Neutral;n = 12;;Compression;Clip;;;;n = 12;;prior;RatModel;Adult;Gender;SpragueDawleyRat;315 g;HypothermicTreatment;;DeliveryMethod;;None;Cervical;34 C
10908929;OpenFieldTest;Positive;n = 12;;Compression;Clip;;;;n = 12;;prior;RatModel;Adult;Gender;SpragueDawleyRat;315 g;HypothermicTreatment;;DeliveryMethod;;Higher;Cervical;30 C
10908929;SomatosensoryEvokedPotentialsTest;Positive;n = 12;;Compression;Clip;;;;n = 12;;prior;RatModel;Adult;Gender;SpragueDawleyRat;315 g;HypothermicTreatment;;DeliveryMethod;;Higher;Cervical;34 C
10925216;NeuronalCellLossTest;Positive;n = 4;;CompleteTransection;;;;;n = 4;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;Lower;Thoracic;
10925216;NeuronalCellLossTest;Neutral;n = 4;;CompleteTransection;;;;;n = 4;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;Lower;Thoracic;
11011817;BBBTest;Neutral;n = 9;10.2;Contusion;NYUImpactor;1.25 cm;;;n = 9;11;120 min;RatModel;Adult;Female;LongEvansRat;237.5 g;CompoundTreatment;Riluzole;DeliveryMethod;8 mg/kg;None;Thoracic;
11011817;LesionVolumeTest;Neutral;n = 9;;Contusion;NYUImpactor;1.25 cm;;;n = 9;;120 min;RatModel;Adult;Female;LongEvansRat;237.5 g;CompoundTreatment;Riluzole;DeliveryMethod;8 mg/kg;None;Thoracic;
11031083;InflammationTest;Positive;n = 4;;CompleteTransection;;;;;n = 8;;prior;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
11031083;InflammationTest;Positive;n = 4;;CompleteTransection;;;;;n = 9;;prior;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
11031083;InflammationTest;Positive;n = 4;;CompleteTransection;;;;;n = 8;;prior;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
11031083;InflammationTest;Neutral;n = 4;;CompleteTransection;;;;;n = 8;;prior;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;None;Thoracic;
11045677;LesionVolumeTest;Positive;n = 5;;Compression;;;;35 g;n = 5;;0 min;RatModel;Adult;Male;SpragueDawleyRat;387 g;HypothermicTreatment;;DeliveryMethod;;Lower;Thoracic;30 C
11045677;NeurogenesisTest;Positive;n = 5;;Compression;;;;35 g;n = 5;;0 min;RatModel;Adult;Male;SpragueDawleyRat;387 g;HypothermicTreatment;;DeliveryMethod;;Higher;Thoracic;30 C
11302627;AxonalRegenerationTest;Positive;n = 15;;Compression;EpiduralClip;;;53 g;n = 15;;0 min;RatModel;Adult;Female;WistarRat;252.5 g;CompoundTreatment;Riluzole;DeliveryMethod;5 mg/kg;Higher;Cervical;
11302627;BBBTest;Positive;n = 15;8.7;Compression;EpiduralClip;;;53 g;n = 15;11.9;0 min;RatModel;Adult;Female;WistarRat;252.5 g;CompoundTreatment;Riluzole;DeliveryMethod;5 mg/kg;Higher;Cervical;
11302627;InclinedPlaneTest;Positive;n = 15;;Compression;EpiduralClip;;;53 g;n = 15;;0 min;RatModel;Adult;Female;WistarRat;252.5 g;CompoundTreatment;Riluzole;DeliveryMethod;5 mg/kg;Higher;Cervical;
11302627;LesionVolumeTest;Positive;n = 15;;Compression;EpiduralClip;;;53 g;n = 15;;0 min;RatModel;Adult;Female;WistarRat;252.5 g;CompoundTreatment;Riluzole;DeliveryMethod;5 mg/kg;Lower;Cervical;
11336442;BBBTest;Positive;n = 20;14.7;Contusion;NYUImpactor;;8 g/cm;;n = 20;17.4;prior;RatModel;Adult;Male;SpragueDawleyRat;212.5 g;CompoundTreatment;NS398;DeliveryMethod;5 mg/kg;Higher;Thoracic;
11336442;InflammationTest;Positive;n = 20;;Contusion;NYUImpactor;;8 g/cm;;n = 20;;prior;RatModel;Adult;Male;SpragueDawleyRat;212.5 g;CompoundTreatment;NS398;DeliveryMethod;5 mg/kg;Lower;Thoracic;
11336442;LesionVolumeTest;Positive;n = 20;;Contusion;NYUImpactor;;8 g/cm;;n = 20;;prior;RatModel;Adult;Male;SpragueDawleyRat;212.5 g;CompoundTreatment;NS398;DeliveryMethod;5 mg/kg;Higher;Thoracic;
11336442;MechanicalAllodyniaTest;Positive;n = 20;;Contusion;NYUImpactor;;8 g/cm;;n = 20;;prior;RatModel;Adult;Male;SpragueDawleyRat;212.5 g;CompoundTreatment;NS398;DeliveryMethod;5 mg/kg;Lower;Thoracic;
11402362;BloodCirculationExamination;Neutral;n = 6;;Compression;;;;35 g;n = 6;;15 min;RatModel;Adult;Male;SpragueDawleyRat;385 g;HypothermicTreatment;;DeliveryMethod;;None;Thoracic;30 C
11746451;MotorReflexTest;Positive;n = 10;;Contusion;Forceps;;;;n = 10;;360 min;GuineaPigModel;Adult;Gender;GuineaPigSpecies;300 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;;Higher;Thoracic;
11746451;MotorReflexTest;Positive;n = 10;;Contusion;Forceps;;;;n = 3;;0 min;GuineaPigModel;Adult;Gender;GuineaPigSpecies;300 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;;Higher;Thoracic;
11746451;SomatosensoryEvokedPotentialsTest;Positive;n = 10;;Contusion;Forceps;;;;n = 10;;360 min;GuineaPigModel;Adult;Gender;GuineaPigSpecies;300 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;;Higher;Thoracic;
11746451;SomatosensoryEvokedPotentialsTest;Positive;n = 10;;Contusion;Forceps;;;;n = 3;;0 min;GuineaPigModel;Adult;Gender;GuineaPigSpecies;300 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;;Higher;Thoracic;
11939502;MolecularChangesTest;Positive;n = 6;;CompleteTransection;;;;;n = 6;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;;Higher;Thoracic;
11939502;NeuronalCellLossTest;Positive;n = 6;;CompleteTransection;;;;;n = 6;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;Lower;Thoracic;
11939502;NonNeuronalCellChangesTest;Positive;n = 6;;CompleteTransection;;;;;n = 6;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;Higher;Thoracic;
11948352;AdhesiveRemovalTest;Neutral;n = 12;;Contusion;;;;;n = 12;;0 min;RatModel;Adult;Male;WistarRat;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;6 U;None;Cervical;
11948352;AxonalRegenerationTest;Positive;n = 12;;Contusion;;;;;n = 12;;0 min;RatModel;Adult;Male;WistarRat;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;6 U;Higher;Cervical;
11948352;SpinalCordEvokedPotentialsTest;Positive;n = 12;;Contusion;;;;;n = 12;;0 min;RatModel;Adult;Male;WistarRat;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;6 U;Higher;Cervical;
11948352;WalkingAnalysisTest;Positive;n = 12;;Contusion;;;;;n = 12;;0 min;RatModel;Adult;Male;WistarRat;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;6 U;Higher;Cervical;
11948352;WalkingAnalysisTest;Positive;n = 12;;Contusion;;;;;n = 12;;0 min;RatModel;Adult;Male;WistarRat;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;6 U;Higher;Cervical;
11948352;WalkingAnalysisTest;Positive;n = 12;;Contusion;;;;;n = 12;;0 min;RatModel;Adult;Male;WistarRat;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;6 U;Higher;Cervical;
11948352;WalkingAnalysisTest;Positive;n = 12;;Contusion;;;;;n = 12;;0 min;RatModel;Adult;Male;WistarRat;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;6 U;Higher;Cervical;
12082184;ApoptosisTest;Positive;n = 6;;Contusion;UnivOfTriesteImpactor;;1 n;;n = 14;;60 min;RatModel;Adult;Female;SpragueDawleyRat;240 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Lower;Thoracic;
12082184;ApoptosisTest;Positive;n = 6;;Contusion;UnivOfTriesteImpactor;;1 n;;n = 14;;60 min;RatModel;Adult;Female;SpragueDawleyRat;240 g;CompoundTreatment;Erythropoietin;DeliveryMethod;500 u/kg;Lower;Thoracic;
12082184;BBBTest;Positive;n = 6;10;Contusion;UnivOfTriesteImpactor;;1 n;;n = 14;18;60 min;RatModel;Adult;Female;SpragueDawleyRat;240 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Higher;Thoracic;
12082184;LesionVolumeTest;Positive;n = 6;1;Contusion;UnivOfTriesteImpactor;;1 n;;n = 14;0.75;60 min;RatModel;Adult;Female;SpragueDawleyRat;240 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Lower;Thoracic;
12082184;LesionVolumeTest;Positive;n = 6;1;Contusion;UnivOfTriesteImpactor;;1 n;;n = 14;0.75;60 min;RatModel;Adult;Female;SpragueDawleyRat;240 g;CompoundTreatment;Erythropoietin;DeliveryMethod;500 u/kg;Lower;Thoracic;
12082184;OpenFieldTest;Positive;n = 6;;Compression;AneurysmClip;;0.6 n;;n = 14;;0 min;RatModel;Adult;Female;SpragueDawleyRat;240 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;Higher;Thoracic;
12082184;OpenFieldTest;Neutral;n = 6;;Contusion;UnivOfTriesteImpactor;;1 n;;n = 14;;60 min;RatModel;Adult;Female;SpragueDawleyRat;240 g;CompoundTreatment;Erythropoietin;DeliveryMethod;500 u/kg;None;Thoracic;
12116291;BloodCirculationExamination;Positive;n = 6;;PartialTransection;;;;;n = 7;;prior;RatModel;Adult;Male;SpragueDawleyRat;385 g;CompoundTreatment;Ibuprofen;DeliveryMethod;10 mg/kg;Lower;Thoracic;
12116291;BloodCirculationExamination;Positive;n = 6;;PartialTransection;;;;;n = 6;;prior;RatModel;Adult;Male;SpragueDawleyRat;385 g;CompoundTreatment;Indomethacin;DeliveryMethod;10 mg/kg;Lower;Thoracic;
12116291;CystVolumeTest;Positive;n = 6;;PartialTransection;;;;;n = 7;;prior;RatModel;Adult;Male;SpragueDawleyRat;385 g;CompoundTreatment;Ibuprofen;DeliveryMethod;10 mg/kg;Lower;Thoracic;
12116291;CystVolumeTest;Positive;n = 6;;PartialTransection;;;;;n = 6;;prior;RatModel;Adult;Male;SpragueDawleyRat;385 g;CompoundTreatment;Indomethacin;DeliveryMethod;10 mg/kg;Lower;Thoracic;
12116291;LesionVolumeTest;Positive;n = 6;;PartialTransection;;;;;n = 7;;prior;RatModel;Adult;Male;SpragueDawleyRat;385 g;CompoundTreatment;Ibuprofen;DeliveryMethod;10 mg/kg;Lower;Thoracic;
12116291;LesionVolumeTest;Positive;n = 6;;PartialTransection;;;;;n = 6;;prior;RatModel;Adult;Male;SpragueDawleyRat;385 g;CompoundTreatment;Indomethacin;DeliveryMethod;10 mg/kg;Lower;Thoracic;
12116291;SomatosensoryEvokedPotentialsTest;Positive;n = 6;;PartialTransection;;;;;n = 6;;prior;RatModel;Adult;Male;SpragueDawleyRat;385 g;CompoundTreatment;Indomethacin;DeliveryMethod;10 mg/kg;Higher;Thoracic;
12116291;SomatosensoryEvokedPotentialsTest;Positive;n = 6;;PartialTransection;;;;;n = 7;;prior;RatModel;Adult;Male;SpragueDawleyRat;385 g;CompoundTreatment;Ibuprofen;DeliveryMethod;10 mg/kg;Higher;Thoracic;
12763339;AngiogenesisTest;Positive;n = 10;;Contusion;AllenWeightDropDevice;;50 g/cm;;n = 10;;0 min;RatModel;Adult;Female;SpragueDawleyRat;205 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;Lower;Thoracic;
12763339;AxonalDamageTest;Positive;n = 10;;Contusion;AllenWeightDropDevice;;50 g/cm;;n = 10;;0 min;RatModel;Adult;Female;SpragueDawleyRat;205 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;Lower;Thoracic;
12763339;BBBTest;Positive;n = 10;5;Contusion;AllenWeightDropDevice;;50 g/cm;;n = 10;12.5;0 min;RatModel;Adult;Female;SpragueDawleyRat;205 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;Higher;Thoracic;
12763339;CystVolumeTest;Positive;n = 10;;Contusion;AllenWeightDropDevice;;50 g/cm;;n = 10;;0 min;RatModel;Adult;Female;SpragueDawleyRat;205 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;Lower;Thoracic;
12763339;InclinedPlaneTest;Positive;n = 10;;Contusion;AllenWeightDropDevice;;50 g/cm;;n = 10;;0 min;RatModel;Adult;Female;SpragueDawleyRat;205 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;Higher;Thoracic;
12763339;MyelinationTest;Neutral;n = 10;;Contusion;AllenWeightDropDevice;;50 g/cm;;n = 10;;0 min;RatModel;Adult;Female;SpragueDawleyRat;205 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;None;Thoracic;
12763339;NeuroprotectionTest;Positive;n = 10;;Contusion;AllenWeightDropDevice;;50 g/cm;;n = 10;;0 min;RatModel;Adult;Female;SpragueDawleyRat;205 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;Higher;Thoracic;
12763339;OpenFieldTest;Positive;n = 10;;Contusion;AllenWeightDropDevice;;50 g/cm;;n = 10;;0 min;RatModel;Adult;Female;SpragueDawleyRat;205 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;Higher;Thoracic;
12783273;BBBTest;Positive;n = 8;8.17;Contusion;AllenWeightDropDevice;;50 g/cm;;n = 8;11.5;0 min;RatModel;Adult;Female;SpragueDawleyRat;245 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;Higher;Thoracic;
12783273;BloodBrainBarrierTest;Positive;n = 8;;Contusion;AllenWeightDropDevice;;50 g/cm;;n = 8;;0 min;RatModel;Adult;Female;SpragueDawleyRat;245 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;Lower;Thoracic;
12783273;InclinedPlaneTest;Positive;n = 8;;Contusion;AllenWeightDropDevice;;50 g/cm;;n = 8;;0 min;RatModel;Adult;Female;SpragueDawleyRat;245 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;Higher;Thoracic;
12805103;AxonalRegenerationTest;Positive;n = 8;;Compression;Clip;;;8 g;n = 11;;60 min;MouseModel;Adult;Gender;CD1_Mouse;;CompoundTreatment;MinocyclineMC;DeliveryMethod;50 mg/kg;Higher;Thoracic;
12805103;BBBTest;Positive;n = 15;5;Compression;Clip;;;8 g;n = 18;10;60 min;MouseModel;Adult;Gender;CD1_Mouse;;CompoundTreatment;MinocyclineMC;DeliveryMethod;50 mg/kg;Higher;Thoracic;
12805103;InclinedPlaneTest;Positive;n = 15;;Compression;Clip;;;8 g;n = 18;;60 min;MouseModel;Adult;Gender;CD1_Mouse;;CompoundTreatment;MinocyclineMC;DeliveryMethod;50 mg/kg;Higher;Thoracic;
12805103;LesionVolumeTest;Positive;n = 5;;Compression;Clip;;;8 g;n = 6;;60 min;MouseModel;Adult;Gender;CD1_Mouse;;CompoundTreatment;MinocyclineMC;DeliveryMethod;50 mg/kg;Lower;Thoracic;
12805103;SurvivalObservation;Positive;n = 26;;Compression;Clip;;;8 g;n = 25;;60 min;MouseModel;Adult;Gender;CD1_Mouse;;CompoundTreatment;MinocyclineMC;DeliveryMethod;50 mg/kg;Higher;Thoracic;
12821386;AxonalRegenerationTest;Positive;;0;PartialTransection;;;;;n = 6;12.3;0 min;RatModel;Adult;Female;SpragueDawleyRat;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.025 U;Higher;Thoracic;
12920606;LesionVolumeTest;Positive;n = 8;;Contusion;WeightDrop;;50 g/cm;;n = 8;;0 min;RatModel;Adult;Male;WistarRat;237.5 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Higher;Thoracic;
12920606;OxidativeStressTest;Positive;n = 8;;Contusion;WeightDrop;;50 g/cm;;n = 8;;0 min;RatModel;Adult;Male;WistarRat;237.5 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Lower;Thoracic;
14588118;ApoptosisTest;Positive;n = 3;;Contusion;NYUImpactor;;0.8 g/cm;;n = 3;;0 min;RatModel;Adult;Male;SpragueDawleyRat;230 g;CompoundTreatment;MinocyclineMC;InjectionDelivery;90 mg/kg;Lower;Thoracic;
14588118;BBBTest;Positive;n = 13;15;Contusion;NYUImpactor;;0.8 g/cm;;n = 13;18;0 min;RatModel;Adult;Male;SpragueDawleyRat;230 g;CompoundTreatment;MinocyclineMC;InjectionDelivery;90 mg/kg;Higher;Thoracic;
14588118;LesionVolumeTest;Positive;n = 3;;Contusion;NYUImpactor;;0.8 g/cm;;n = 3;;0 min;RatModel;Adult;Male;SpragueDawleyRat;230 g;CompoundTreatment;MinocyclineMC;InjectionDelivery;90 mg/kg;Lower;Thoracic;
14588118;MolecularChangesTest;Positive;n = 3;;Contusion;NYUImpactor;;0.8 g/cm;;n = 3;;0 min;RatModel;Adult;Male;SpragueDawleyRat;230 g;CompoundTreatment;MinocyclineMC;InjectionDelivery;90 mg/kg;Higher;Thoracic;
14588118;NonNeuronalCellChangesTest;Positive;n = 3;;Contusion;NYUImpactor;;0.8 g/cm;;n = 3;;0 min;RatModel;Adult;Male;SpragueDawleyRat;230 g;CompoundTreatment;MinocyclineMC;InjectionDelivery;90 mg/kg;Lower;Thoracic;
14588302;InflammationTest;Positive;n = 0;;Contusion;NYUImpactor;;25 g/cm;;n = 4;;20 min;RatModel;Adult;Gender;LongEvansRat;;CompoundTreatment;Celebocid;OralDelivery;3 mg/kg;Lower;Thoracic;
14588302;InflammationTest;Positive;n = 0;;Contusion;NYUImpactor;;25 g/cm;;n = 4;;20 min;RatModel;Adult;Gender;LongEvansRat;;CompoundTreatment;Celebocid;OralDelivery;3 mg/kg;Lower;Thoracic;
14622121;MolecularChangesTest;Positive;n = 10;;CompleteTransection;;;;;n = 4;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;Higher;Thoracic;
14622121;MolecularChangesTest;Neutral;n = 10;;CompleteTransection;;;;;n = 4;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;None;Thoracic;
14622121;NeuronalCellLossTest;Positive;n = 10;;CompleteTransection;;;;;n = 4;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;Lower;Thoracic;
14622121;NeuronalCellLossTest;Neutral;n = 10;;CompleteTransection;;;;;n = 4;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;None;Thoracic;
14630702;AxonalRegenerationTest;Positive;n = 12;;PartialTransection;;;;;n = 12;;0 min;RatModel;Adult;Female;FischerRat;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;Higher;Thoracic;
14630702;LesionVolumeTest;Positive;n = 12;;PartialTransection;;;;;n = 12;;0 min;RatModel;Adult;Female;FischerRat;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;Lower;Thoracic;
14630702;MyelinationTest;Positive;n = 12;;PartialTransection;;;;;n = 12;;0 min;RatModel;Adult;Female;FischerRat;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;Higher;Thoracic;
14713941;ApoptosisTest;Positive;n = 15;;Compression;;;;;n = 15;;0 min;RatModel;Adult;Male;SpragueDawleyRat;320 g;HypothermicTreatment;;DeliveryMethod;;Lower;Thoracic;32 C
14981254;ApoptosisTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 3;;60 min;RatModel;Adult;Female;SpragueDawleyRat;305 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;180 mg/kg;Lower;Thoracic;
14981254;BBBTest;Positive;n = 10;13;Contusion;NYUImpactor;;4 g/cm;;n = 10;17;60 min;RatModel;Adult;Female;SpragueDawleyRat;305 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;180 mg/kg;Higher;Thoracic;
14981254;LesionVolumeTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 3;;60 min;RatModel;Adult;Female;SpragueDawleyRat;305 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;180 mg/kg;Lower;Thoracic;
14981254;ToxicityTest;Neutral;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 3;;60 min;RatModel;Adult;Female;SpragueDawleyRat;305 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;18 mg/kg;None;Thoracic;
14981254;ToxicityTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 3;;60 min;RatModel;Adult;Female;SpragueDawleyRat;305 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Lower;Thoracic;
14981254;ToxicityTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 3;;60 min;RatModel;Adult;Female;SpragueDawleyRat;305 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;180 mg/kg;Lower;Thoracic;
14981254;WalkingAnalysisTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 3;;60 min;RatModel;Adult;Female;SpragueDawleyRat;305 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;180 mg/kg;Higher;Thoracic;
14999069;ApoptosisTest;Positive;n = 6;;PartialTransection;;;;;n = 6;;30 min;RatModel;Adult;Gender;WistarRat;;CompoundTreatment;MinocyclineMC;DeliveryMethod;50 mg/kg;Lower;Cervical;
14999069;AxonalDamageTest;Positive;n = 4;;PartialTransection;;;;;n = 4;;30 min;RatModel;Adult;Gender;WistarRat;;CompoundTreatment;MinocyclineMC;DeliveryMethod;50 mg/kg;Lower;Cervical;
14999069;FootprintAnalysisTest;Positive;n = 8;;PartialTransection;;;;;n = 8;;30 min;RatModel;Adult;Gender;WistarRat;;CompoundTreatment;MinocyclineMC;DeliveryMethod;50 mg/kg;Lower;Cervical;
14999069;InflammationTest;Positive;n = 4;;PartialTransection;;;;;n = 4;;30 min;RatModel;Adult;Gender;WistarRat;;CompoundTreatment;MinocyclineMC;DeliveryMethod;50 mg/kg;Lower;Cervical;
14999069;WalkingAnalysisTest;Positive;n = 8;;PartialTransection;;;;;n = 8;;30 min;RatModel;Adult;Gender;WistarRat;;CompoundTreatment;MinocyclineMC;DeliveryMethod;50 mg/kg;Higher;Cervical;
15009633;InflammationTest;Positive;n = 4;;Compression;EpiduralClip;;;50 g;n = 4;;120 min;RatModel;Adult;Female;WistarRat;200 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15009633;MolecularChangesTest;Positive;n = 4;;Compression;EpiduralClip;;;50 g;n = 4;;120 min;RatModel;Adult;Female;WistarRat;200 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15009633;NonNeuronalCellChangesTest;Positive;n = 7;;Compression;EpiduralClip;;;50 g;n = 8;;120 min;RatModel;Adult;Female;WistarRat;200 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15009633;OxidativeStressTest;Positive;n = 4;;Compression;EpiduralClip;;;50 g;n = 4;;120 min;RatModel;Adult;Female;WistarRat;200 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15099674;MolecularChangesTest;Positive;n = 4;;CompleteTransection;;;;;n = 4;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;Higher;Thoracic;
15099674;ToxicityTest;Positive;n = 4;;CompleteTransection;;;;;n = 4;;60 min ;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;Lower;Thoracic;
15102919;AutonomicDysreflexiaTest;Positive;n = 7;;Compression;Clip;;;50 g;n = 6;;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15102919;BBBTest;Positive;n = 6;7;Compression;Clip;;;50 g;n = 7;8;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
15102919;BBBTest;Positive;n = 6;7.8;Compression;Clip;;;35 g;n = 9;9.7;120 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
15102919;InclinedPlaneTest;Positive;n = 6;;Compression;Clip;;;35 g;n = 9;;120 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
15102919;LesionVolumeTest;Positive;;;Compression;Clip;;;35 g;;;120 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15102919;LesionVolumeTest;Positive;;;Compression;Clip;;;50 g;;;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15102919;MechanicalAllodyniaTest;Positive;n = 7;;Compression;Clip;;;35 g;n = 8;;120 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15102919;MolecularChangesTest;Positive;n = 5;;Compression;Clip;;;50 g;n = 7;;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
15102919;MolecularChangesTest;Positive;n = 5;;Compression;Clip;;;35 g;n = 6;;120 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
15102919;MyelinationTest;Positive;n = 5;;Compression;Clip;;;35 g;n = 6;;120 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
15102919;MyelinationTest;Positive;n = 5;;Compression;Clip;;;50 g;n = 7;;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
15102919;WalkingAnalysisTest;Positive;n = 7;;Compression;Clip;;;35 g;n = 9;;120 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
15115604;ApoptosisTest;Positive;n = 3;;Contusion;NYUImpactor;;8 g/cm;;n = 3;;prior;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;FasterDecrease;Thoracic;
15115604;ApoptosisTest;Positive;n = 3;;Contusion;NYUImpactor;;8 g/cm;;n = 3;;prior;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;0.1 mg/kg;FasterDecrease;Thoracic;
15115604;ApoptosisTest;Positive;n = 3;;Contusion;NYUImpactor;;8 g/cm;;n = 3;;prior;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;0.1 mg/kg;FasterDecrease;Thoracic;
15115604;ApoptosisTest;Positive;n = 3;;Contusion;NYUImpactor;;8 g/cm;;n = 3;;prior;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;0.1 mg/kg;FasterDecrease;Thoracic;
15115604;ApoptosisTest;Positive;n = 3;;Contusion;NYUImpactor;;8 g/cm;;n = 3;;prior;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;FasterDecrease;Thoracic;
15115604;ApoptosisTest;Neutral;n = 3;;Contusion;NYUImpactor;;8 g/cm;;n = 3;;prior;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;FasterIncrease;Thoracic;
15115604;ApoptosisTest;Neutral;n = 3;;Contusion;NYUImpactor;;8 g/cm;;n = 3;;prior;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;0.003 mg/kg;FasterIncrease;Thoracic;
15115604;ApoptosisTest;Neutral;n = 3;;Contusion;NYUImpactor;;8 g/cm;;n = 3;;prior;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;0.1 mg/kg;FasterIncrease;Thoracic;
15115604;ApoptosisTest;Neutral;n = 3;;Contusion;NYUImpactor;;8 g/cm;;n = 3;;prior;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;0.1 mg/kg;FasterIncrease;Thoracic;
15115604;BBBTest;Positive;n = 8;15;Contusion;NYUImpactor;;8 g/cm;;n = 8;18.3;prior;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;0.1 mg/kg;FasterIncrease;Thoracic;
15115604;LesionVolumeTest;Positive;n = 3;;Contusion;NYUImpactor;;8 g/cm;;n = 3;;prior;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;0.1 mg/kg;FasterDecrease;Thoracic;
15293235;AxonalRegenerationTest;Positive;n = 5;;PartialTransection;;;;;n = 5;;na;RatModel;Adult;Male;LewisRat;275 g;CompoundTreatment;Indomethacin;DeliveryMethod;2 mg/kg;Higher;Thoracic;
15293235;MolecularChangesTest;Positive;n = 5;;PartialTransection;;;;;n = 5;;na;RatModel;Adult;Male;LewisRat;275 g;CompoundTreatment;Indomethacin;DeliveryMethod;2 mg/kg;Lower;Thoracic;
15307905;AxonalRegenerationTest;Positive;n = 5;2.3;PartialTransection;;;;;n = 5;22.1;0 min;RatModel;Adult;Gender;SpragueDawleyRat;225 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.025 U;Higher;Cervical;
15307905;AxonalRegenerationTest;Neutral;n = 5;;PartialTransection;;;;;n = 5;;0 min;RatModel;Adult;Gender;SpragueDawleyRat;225 g;CompoundTreatment;LithiumChloride;DeliveryMethod;85 mg/kg;None;Cervical;
15307905;ForelimbStrengthTest;Positive;n = 4;7.7;PartialTransection;;;;;n = 4;29.1;0 min;RatModel;Adult;Gender;SpragueDawleyRat;225 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.025 U;Higher;Cervical;
15307905;ForelimbStrengthTest;Neutral;n = 4;7.7;PartialTransection;;;;;n = 4;18.1;0 min;RatModel;Adult;Gender;SpragueDawleyRat;225 g;CompoundTreatment;LithiumChloride;DeliveryMethod;85 mg/kg;None;Cervical;
15312174;OxidativeStressTest;Positive;n = 17;;Compression;Clip;;;50 g;n = 17;;120 min;RatModel;Adult;Female;WistarRat;220 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15312174;OxidativeStressTest;Positive;n = 17;;Compression;Clip;;;50 g;n = 17;;120 min;RatModel;Adult;Female;WistarRat;220 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15312174;OxidativeStressTest;Positive;n = 17;;Compression;Clip;;;50 g;n = 17;;120 min;RatModel;Adult;Female;WistarRat;220 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15312174;OxidativeStressTest;Positive;n = 17;;Compression;Clip;;;50 g;n = 17;;120 min;RatModel;Adult;Female;WistarRat;220 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15456912;BBBTest;Positive;n = 10;12;Compression;WeightDrop;;;15 g;n = 10;21;0 min;MouseModel;Adult;Male;C57_BL6_Mouse;;CompoundTreatment;Erythropoietin;DeliveryMethod;0.01 ml/kg;Higher;Thoracic;
15456912;BBBTest;Neutral;n = 10;11;Compression;WeightDrop;;;15 g;n = 10;10;0 min;MouseModel;Adult;Male;C57_BL6_Mouse;;CompoundTreatment;Erythropoietin;DeliveryMethod;0.01 ml/kg;None;Thoracic;
15456912;BBBTest;Negative;n = 10;11;Compression;WeightDrop;;;15 g;n = 10;9;0 min;MouseModel;Adult;Male;C57_BL6_Mouse;;CompoundTreatment;Erythropoietin;DeliveryMethod;0.01 ml/kg;Lower;Thoracic;
15456912;SurvivalObservation;Neutral;n = 10;;Compression;WeightDrop;;;15 g;n = 10;;0 min;MouseModel;Adult;Male;C57_BL6_Mouse;;CompoundTreatment;Erythropoietin;DeliveryMethod;0.01 ml/kg;None;Thoracic;
15456912;SurvivalObservation;Neutral;n = 10;;Compression;WeightDrop;;;15 g;n = 10;;0 min;MouseModel;Adult;Male;C57_BL6_Mouse;;CompoundTreatment;Erythropoietin;DeliveryMethod;0.01 ml/kg;None;Thoracic;
15456912;SurvivalObservation;Neutral;n = 10;;Compression;WeightDrop;;;15 g;n = 10;;0 min;MouseModel;Adult;Male;C57_BL6_Mouse;;CompoundTreatment;Erythropoietin;DeliveryMethod;0.01 ml/kg;None;Thoracic;
15465595;InflammationTest;Positive;n = 5;;Compression;Clip;;;35 g;n = 5;;120 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15465595;InflammationTest;Positive;n = 5;;Compression;Clip;;;50 g;n = 5;;120 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15465595;InflammationTest;Positive;n = 5;;Compression;Clip;;;35 g;n = 5;;120 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15465595;InflammationTest;Positive;n = 5;;Compression;Clip;;;50 g;n = 5;;120 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15465595;InflammationTest;Positive;n = 5;;Compression;Clip;;;35 g;n = 5;;120 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15465595;InflammationTest;Positive;n = 5;;Compression;Clip;;;50 g;n = 5;;120 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15465595;InflammationTest;Positive;n = 5;;Compression;Clip;;;50 g;n = 5;;120 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15465595;InflammationTest;Positive;n = 5;;Compression;Clip;;;35 g;n = 5;;120 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15605375;ApoptosisTest;Positive;n = 3;;Contusion;WeightDrop;;30 g/cm;;n = 3;;prior;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;OralDelivery;5 mg/kg;Lower;Thoracic;
15605375;AstrogliosisTest;Positive;n = 3;;Contusion;WeightDrop;;30 g/cm;;n = 3;;prior;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;OralDelivery;5 mg/kg;Lower;Thoracic;
15605375;BBBTest;Positive;n = 9;9;Contusion;WeightDrop;;30 g/cm;;n = 9;19;prior;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;OralDelivery;5 mg/kg;Higher;Thoracic;
15605375;InflammationTest;Positive;n = 3;;Contusion;WeightDrop;;30 g/cm;;n = 3;;prior;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;OralDelivery;5 mg/kg;Lower;Thoracic;
15605375;InflammationTest;Positive;n = 3;;Contusion;WeightDrop;;30 g/cm;;n = 3;;prior;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;OralDelivery;5 mg/kg;Lower;Thoracic;
15605375;LesionVolumeTest;Positive;n = 3;;Contusion;WeightDrop;;30 g/cm;;n = 3;;prior;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;OralDelivery;5 mg/kg;Lower;Thoracic;
15659600;AxonalRegenerationTest;Positive;n = 22;;Compression;Clip;;;50 g;n = 19;;120 min;RatModel;Adult;Male;WistarRat;300 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;FasterIncrease;Thoracic;
15659600;AxonalRegenerationTest;Positive;n = 22;;Compression;Clip;;;50 g;n = 19;;120 min;RatModel;Adult;Male;WistarRat;300 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;FasterIncrease;Thoracic;
15659600;AxonalRegenerationTest;Positive;n = 22;;Compression;Clip;;;50 g;n = 19;;120 min;RatModel;Adult;Male;WistarRat;300 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;FasterIncrease;Thoracic;
15659600;AxonalRegenerationTest;Positive;n = 22;;Compression;Clip;;;50 g;n = 19;;120 min;RatModel;Adult;Male;WistarRat;300 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;FasterIncrease;Thoracic;
15659600;AxonalRegenerationTest;Neutral;n = 22;;Compression;Clip;;;50 g;n = 19;;120 min;RatModel;Adult;Male;WistarRat;300 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;FasterDecrease;Thoracic;
15659600;BBBTest;Positive;n = 7;7.8;Compression;Clip;;;50 g;n = 9;10.6;120 min;RatModel;Adult;Male;WistarRat;300 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;FasterIncrease;Thoracic;
15659600;MechanicalAllodyniaTest;Positive;n = 22;;Compression;Clip;;;50 g;n = 19;;120 min;RatModel;Adult;Male;WistarRat;300 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;FasterDecrease;Thoracic;
15659600;MyelinationTest;Positive;n = 22;;Compression;Clip;;;50 g;n = 19;;120 min;RatModel;Adult;Male;WistarRat;300 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;FasterIncrease;Thoracic;
15659600;NeuroprotectionTest;Positive;n = 22;;Compression;Clip;;;50 g;n = 19;;120 min;RatModel;Adult;Male;WistarRat;300 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;FasterIncrease;Thoracic;
15684768;PainTest;Positive;;;Compression;;;;;n = 19;;0 min;DogModel;Adult;Gender;DogSpecies;18143.68 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;2 ml/kg;Higher;Thoracic;
15684768;SomatosensoryEvokedPotentialsTest;Positive;;;Compression;;;;;n = 19;;0 min;DogModel;Adult;Gender;DogSpecies;18143.68 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;2 ml/kg;Higher;Thoracic;
15716629;BBBTest;Positive;n = 15;6.85;Compression;Forceps;;;;n = 15;9.1;10 min;RatModel;AgeCategory;Female;LongEvansRat;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;Higher;Thoracic;
15716629;BBBTest;Positive;n = 6;3.67;Compression;Forceps;;;;n = 7;7.5;10 min;RatModel;AgeCategory;Female;LongEvansRat;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;Higher;Thoracic;
15716629;BBBTest;Neutral;n = 14;9.7;Compression;Forceps;;;;n = 13;9.9;10 min;RatModel;AgeCategory;Female;LongEvansRat;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;None;Thoracic;
15716629;BladderFunctionTest;Positive;n = 15;;Compression;Forceps;;;;n = 15;;10 min;RatModel;AgeCategory;Female;LongEvansRat;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;Lower;Thoracic;
15748877;ToxicityTest;Neutral;n = 6;;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 6;;0 min;RatModel;Adult;Male;SpragueDawleyRat;280 g;CompoundTreatment;Riluzole;MicrodialysisDelivery;2 mM;None;Thoracic;
15748877;ToxicityTest;Neutral;n = 6;;Contusion;MASCISImpactor;;4 g/cm;;n = 6;;0 min;RatModel;Adult;Male;SpragueDawleyRat;280 g;CompoundTreatment;Riluzole;MicrodialysisDelivery;2 mM;None;Thoracic;
15852057;OpenFieldTest;Positive;n = 6;1.3;Contusion;WeightDrop;;1.04166667 g/cm;;n = 6;2.7;0 min;RabbitModel;Adult;Gender;AnimalSpecies;3000 g;CompoundTreatment;Indomethacin;InjectionDelivery;3 mg/kg;Higher;Cervical;
15852057;OpenFieldTest;Neutral;n = 6;1.3;Contusion;WeightDrop;;1.04166667 g/cm;;n = 6;2.7;0 min;RabbitModel;Adult;Gender;AnimalSpecies;3000 g;CompoundTreatment;Indomethacin;InjectionDelivery;0.1 mg/kg;None;Cervical;
15852057;OpenFieldTest;Positive;n = 6;1.3;Contusion;WeightDrop;;1.04166667 g/cm;;n = 6;2.7;0 min;RabbitModel;Adult;Gender;AnimalSpecies;3000 g;CompoundTreatment;Indomethacin;InjectionDelivery;0.3 mg/kg;Higher;Cervical;
15852057;OpenFieldTest;Positive;n = 6;1.3;Contusion;WeightDrop;;1.04166667 g/cm;;n = 6;2.7;0 min;RabbitModel;Adult;Gender;AnimalSpecies;3000 g;CompoundTreatment;Indomethacin;InjectionDelivery;1.0 mg/kg;Higher;Cervical;
15852057;OxidativeStressTest;Positive;n = 6;;Contusion;WeightDrop;;1.04166667 g/cm;;n = 6;;0 min;RabbitModel;Adult;Gender;AnimalSpecies;3000 g;CompoundTreatment;Indomethacin;InjectionDelivery;3 mg/kg;Lower;Cervical;
15890340;AutonomicDysreflexiaTest;Positive;n = 21;;Compression;Clip;;;50 g;n = 17;;120 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15890340;AxonalRegenerationTest;Positive;n = 21;;Compression;Clip;;;50 g;n = 17;;120 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
15890340;BloodCirculationExamination;Neutral;n = 21;;Compression;Clip;;;50 g;n = 17;;120 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
15890340;BloodCirculationExamination;Neutral;n = 21;;Compression;Clip;;;50 g;n = 17;;120 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
15890340;LesionVolumeTest;Positive;n = 21;;Compression;Clip;;;50 g;n = 17;;120 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15992367;ApoptosisTest;Positive;n = 5;;Compression;EpiduralClip;;;50 g;n = 5;;120 min;RatModel;Adult;Female;WistarRat;200 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15992367;NeuronalCellLossTest;Positive;n = 5;;Compression;EpiduralClip;;;50 g;n = 5;;120 min;RatModel;Adult;Female;WistarRat;200 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15992367;NonNeuronalCellChangesTest;Positive;n = 5;;Compression;EpiduralClip;;;50 g;n = 5;;120 min;RatModel;Adult;Female;WistarRat;200 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
15992367;OxidativeStressTest;Positive;n = 5;;Compression;EpiduralClip;;;50 g;n = 5;;120 min;RatModel;Adult;Female;WistarRat;200 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
16130149;CystVolumeTest;Positive;n = 3;;Contusion;NYUImpactor;;0.625 g/cm;;n = 3;;15 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;4 mg/kg;Lower;Thoracic;
16130149;InflammationTest;Positive;n = 3;;Contusion;NYUImpactor;;0.625 g/cm;;n = 3;;15 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;4 mg/kg;Lower;Thoracic;
16130149;MyelinationTest;Positive;n = 3;;Contusion;NYUImpactor;;0.625 g/cm;;n = 3;;15 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;4 mg/kg;Higher;Thoracic;
16130149;ToxicityTest;Positive;n = 3;;Contusion;NYUImpactor;;0.625 g/cm;;n = 3;;15 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;4 mg/kg;Lower;Thoracic;
16130149;ToxicityTest;Neutral;n = 3;;Contusion;NYUImpactor;;0.625 g/cm;;n = 3;;15 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;4 mg/kg;Higher;Thoracic;
16130149;ToxicityTest;Neutral;n = 3;;Contusion;NYUImpactor;;0.625 g/cm;;n = 3;;15 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;4 mg/kg;None;Thoracic;
16240212;GastricUlcerogenesisTest;Neutral;n = 12;0.25;CompleteTransection;;;;;n = 12;1.62;0 min;RatModel;Adult;Male;SpragueDawleyRat;400 g;HypothermicTreatment;;DeliveryMethod;;Higher;Cervical;23.8 C
16240212;GastricUlcerogenesisTest;Neutral;n = 12;0.25;CompleteTransection;;;;;n = 12;2;0 min;RatModel;Adult;Male;SpragueDawleyRat;400 g;HypothermicTreatment;;DeliveryMethod;;Higher;Cervical;19.4 C
16256834;ApoptosisTest;Positive;n = 8;;Contusion;AllenWeightDropDevice;;40 g/cm;;n = 8;;0 min ;RatModel;Adult;Female;WistarRat;230 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;Lower;Thoracic;
16259377;BloodCirculationExamination;Positive;n = 10;;Contusion;WeightDrop;;;;n = 10;;5 min;RabbitModel;Adult;Gender;NewZealandRabbit;;CompoundTreatment;Magnesium;InjectionDelivery;100 mg/kg;Lower;Thoracic;
16259377;OxidativeStressTest;Positive;n = 10;;Contusion;WeightDrop;;;;n = 10;;5 min;RabbitModel;Adult;Gender;NewZealandRabbit;;CompoundTreatment;Magnesium;InjectionDelivery;100 mg/kg;Lower;Thoracic;
16259377;OxidativeStressTest;Positive;n = 10;;Contusion;WeightDrop;;;;n = 10;;5 min;RabbitModel;Adult;Gender;NewZealandRabbit;;CompoundTreatment;Magnesium;InjectionDelivery;100 mg/kg;Lower;Thoracic;
16260722;BBBTest;Positive;n = 18;9;Contusion;UnivOfTriesteImpactor;;;;n = 18;13.5;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Higher;Thoracic;
16260722;BBBTest;Positive;n = 18;9;Contusion;UnivOfTriesteImpactor;;;;n = 18;13.5;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;InjectionDelivery;500 u/kg;Higher;Thoracic;
16260722;InflammationTest;Positive;n = 18;;Contusion;UnivOfTriesteImpactor;;;;n = 18;;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Lower;Thoracic;
16260722;InflammationTest;Positive;n = 18;;Contusion;UnivOfTriesteImpactor;;;;n = 18;;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;InjectionDelivery;5000 u/kg;Lower;Thoracic;
16260722;InflammationTest;Positive;n = 18;;Contusion;UnivOfTriesteImpactor;;;;n = 18;;1440 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Lower;Thoracic;
16260722;LesionVolumeTest;Positive;n = 18;;Contusion;UnivOfTriesteImpactor;;;;n = 18;;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Lower;Thoracic;
16260722;LesionVolumeTest;Positive;n = 18;;Contusion;UnivOfTriesteImpactor;;;;n = 18;;1440 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Lower;Thoracic;
16317421;ApoptosisTest;Positive;n = 6;;Compression;Clip;;;95 g;n = 6;;120 min;RatModel;Adult;Male;SpragueDawleyRat;210 g;CompoundTreatment;Inosine;DeliveryMethod;75 mg/kg;Lower;Thoracic;
16317421;ApoptosisTest;Positive;n = 6;;Compression;Clip;;;95 g;n = 6;;720 min;RatModel;Adult;Male;SpragueDawleyRat;210 g;CompoundTreatment;Inosine;DeliveryMethod;75 mg/kg;Lower;Thoracic;
16317421;LesionVolumeTest;Positive;n = 6;;Compression;Clip;;;95 g;n = 6;;120 min;RatModel;Adult;Male;SpragueDawleyRat;210 g;CompoundTreatment;Inosine;DeliveryMethod;75 mg/kg;Lower;Thoracic;
16317421;LesionVolumeTest;Positive;n = 6;;Compression;Clip;;;95 g;n = 6;;720 min;RatModel;Adult;Male;SpragueDawleyRat;210 g;CompoundTreatment;Inosine;DeliveryMethod;75 mg/kg;Lower;Thoracic;
16379576;AxonalRegenerationTest;Positive;n = 7;;Compression;Clip;;;35 g;n = 7;;120 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
16379576;AxonalRegenerationTest;Positive;n = 6;;Compression;Clip;;;50 g;n = 6;;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
16379576;BBBTest;Neutral;n = 6;7.4;Compression;Clip;;;50 g;n = 6;8.4;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
16379576;BBBTest;Neutral;n = 7;8;Compression;Clip;;;35 g;n = 7;10;120 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
16379576;MyelinationTest;Positive;n = 20;;Compression;Clip;;;50 g;n = 13;;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
16379576;MyelinationTest;Positive;n = 6;;Compression;Clip;;;50 g;n = 6;;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
16379576;MyelinationTest;Positive;n = 7;;Compression;Clip;;;35 g;n = 7;;120 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
16396987;MolecularChangesTest;Neutral;n = 11;;CompleteTransection;;;;;n = 6;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;Higher;Thoracic;
16396987;MolecularChangesTest;Neutral;n = 11;;CompleteTransection;;;;;n = 6;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;Higher;Thoracic;
16477096;SwimmingTest;Positive;n = 20;;Contusion;WeightDrop;;50 g/cm;;n = 20;;60 min;RatModel;Adult;Male;WistarRat;200 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Higher;Thoracic;
16503802;MyelinationTest;Positive;n = 4;;CompleteTransection;;;;;n = 4;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;Higher;Thoracic;
16503802;OligodendrogliaChangesTest;Neutral;n = 4;;CompleteTransection;;;;;n = 4;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;None;Thoracic;
16503802;OligodendrogliaChangesTest;Neutral;n = 4;;CompleteTransection;;;;;n = 4;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;Higher;Thoracic;
16547753;LesionVolumeTest;Positive;n = 8;;Compression;AneurysmClip;;0.6 n;;n = 8;;5 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;3000 u/kg;Lower;Thoracic;
16547753;LesionVolumeTest;Positive;n = 8;;Compression;AneurysmClip;;0.6 n;;n = 8;;5 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;Lower;Thoracic;
16547753;SwimmingTest;Positive;n = 8;;Compression;AneurysmClip;;0.6 n;;n = 8;;5 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;3000 u/kg;Higher;Thoracic;
16547753;SwimmingTest;Positive;n = 8;;Compression;AneurysmClip;;0.6 n;;n = 8;;5 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;Higher;Thoracic;
16619678;BBBTest;Positive;n = 6;9;Compression;Clip;;;58 g;n = 6;13;prior;RatModel;Adult;Gender;SpragueDawleyRat;287.5 g;CompoundTreatment;Erythropoietin;InjectionDelivery;0.01 mg/kg;Higher;Thoracic;
16619678;BBBTest;Positive;n = 6;9;Compression;Clip;;;58 g;n = 6;16;prior;RatModel;Adult;Gender;SpragueDawleyRat;287.5 g;CompoundTreatment;Erythropoietin;InjectionDelivery;0.01 mg/kg;Higher;Thoracic;
16624960;AxonalRegenerationTest;Positive;n = 5;;PartialTransection;;;;;n = 6;;0 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.05 U;Higher;Cervical;
16624960;SomatosensoryEvokedPotentialsTest;Positive;n = 5;;PartialTransection;;;;;n = 6;;0 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.05 U;Higher;Cervical;
16638021;ApoptosisTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 4;;30 min;RatModel;Adult;Female;SpragueDawleyRat;312.5 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;30 mg/kg;Lower;Thoracic;
16638021;ApoptosisTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 12;;30 min;RatModel;Adult;Female;SpragueDawleyRat;312.5 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Lower;Thoracic;
16638021;ApoptosisTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 12;;60 min;RatModel;Adult;Female;SpragueDawleyRat;312.5 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Lower;Thoracic;
16638021;ApoptosisTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 12;;1440 min;RatModel;Adult;Female;SpragueDawleyRat;312.5 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Lower;Thoracic;
16638021;BBBTest;Positive;n = 3;8.3;Contusion;NYUImpactor;;4 g/cm;;n = 12;15;30 min;RatModel;Adult;Female;SpragueDawleyRat;312.5 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Higher;Thoracic;
16638021;BBBTest;Positive;n = 3;8.3;Contusion;NYUImpactor;;4 g/cm;;n = 12;14.5;60 min;RatModel;Adult;Female;SpragueDawleyRat;312.5 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Higher;Thoracic;
16638021;BBBTest;Positive;n = 3;8.3;Contusion;NYUImpactor;;4 g/cm;;n = 4;14.6;1440 min;RatModel;Adult;Female;SpragueDawleyRat;312.5 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;30 mg/kg;Higher;Thoracic;
16638021;BBBTest;Positive;n = 3;8.3;Contusion;NYUImpactor;;4 g/cm;;n = 12;14.5;1440 min;RatModel;Adult;Female;SpragueDawleyRat;312.5 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Higher;Thoracic;
16638021;InflammationTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 4;;30 min;RatModel;Adult;Female;SpragueDawleyRat;312.5 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;30 mg/kg;Lower;Thoracic;
16638021;InflammationTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 12;;30 min;RatModel;Adult;Female;SpragueDawleyRat;312.5 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Lower;Thoracic;
16638021;InflammationTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 12;;60 min;RatModel;Adult;Female;SpragueDawleyRat;312.5 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Lower;Thoracic;
16638021;InflammationTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 12;;1440 min;RatModel;Adult;Female;SpragueDawleyRat;312.5 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Lower;Thoracic;
16638021;LesionVolumeTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 4;;30 min;RatModel;Adult;Female;SpragueDawleyRat;312.5 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;30 mg/kg;Lower;Thoracic;
16638021;LesionVolumeTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 12;;30 min;RatModel;Adult;Female;SpragueDawleyRat;312.5 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Lower;Thoracic;
16638021;LesionVolumeTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 12;;60 min;RatModel;Adult;Female;SpragueDawleyRat;312.5 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Lower;Thoracic;
16638021;LesionVolumeTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 12;;1440 min;RatModel;Adult;Female;SpragueDawleyRat;312.5 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Lower;Thoracic;
16672645;AxonalRegenerationTest;Positive;n = 3;;PartialTransection;;;;;n = 7;;0 min;RatModel;Adult;Female;SpragueDawleyRat;187.5 g;CompoundTreatment;AntiNG2Antibody;DeliveryMethod;50 �l;Higher;Thoracic;
16705682;AxonalRegenerationTest;Neutral;n = 7;21.7;PartialTransection;;;;;n = 7;26.3;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;2 iu;None;Cervical;
16705682;AxonalRegenerationTest;Neutral;n = 7;;PartialTransection;;;;;n = 7;;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;2 iu;None;Cervical;
16705682;RearingTest;Neutral;n = 7;;PartialTransection;;;;;n = 7;;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;2 iu;None;Cervical;
16705682;WalkingAnalysisTest;Neutral;n = 7;;PartialTransection;;;;;n = 7;;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;2 iu;None;Cervical;
16712973;AutonomicDysreflexiaTest;Positive;n = 4;;CompleteTransection;;;;;n = 4;;prior;MouseModel;Adult;Male;C57_BL6_Mouse;;CompoundTreatment;Estrogen;InjectionDelivery;5 mg;Higher;Thoracic;
16712973;AxonalRegenerationTest;Neutral;n = 4;;CompleteTransection;;;;;n = 4;;prior;MouseModel;Adult;Male;C57_BL6_Mouse;;CompoundTreatment;Estrogen;InjectionDelivery;5 mg;None;Thoracic;
16712973;BloodCirculationExamination;Positive;n = 4;25;CompleteTransection;;;;;n = 4;9;prior;MouseModel;Adult;Male;C57_BL6_Mouse;;CompoundTreatment;Estrogen;InjectionDelivery;5 mg;Lower;Thoracic;
16712973;InflammationTest;Neutral;n = 4;;CompleteTransection;;;;;n = 4;;prior;MouseModel;Adult;Male;C57_BL6_Mouse;;CompoundTreatment;Estrogen;InjectionDelivery;5 mg;None;Thoracic;
16712973;InflammationTest;Negative;n = 4;1;CompleteTransection;;;;;n = 4;3;prior;MouseModel;Adult;Male;C57_BL6_Mouse;;CompoundTreatment;Estrogen;InjectionDelivery;5 mg;Higher;Thoracic;
16712973;LesionVolumeTest;Neutral;n = 4;;CompleteTransection;;;;;n = 4;;prior;MouseModel;Adult;Male;C57_BL6_Mouse;;CompoundTreatment;Estrogen;InjectionDelivery;5 mg;None;Thoracic;
16712973;TailFlickReflexTest;Neutral;n = 4;;CompleteTransection;;;;;n = 4;;prior;MouseModel;Adult;Male;C57_BL6_Mouse;;CompoundTreatment;Estrogen;InjectionDelivery;5 mg;None;Thoracic;
16774470;ApoptosisTest;Positive;;;Compression;;;;;;;prior;RatModel;Aged;Female;SpragueDawleyRat;375 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Lower;Thoracic;
16774470;ApoptosisTest;Positive;;;Compression;;;;;;;prior;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Lower;Thoracic;
16774470;ApoptosisTest;Positive;;;Contusion;Forceps;;;;;;prior;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Lower;Thoracic;
16774470;ApoptosisTest;Positive;;;Contusion;Forceps;;;;;;prior;RatModel;Aged;Female;SpragueDawleyRat;375 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Lower;Thoracic;
16774470;BBBTest;Positive;;;Contusion;Forceps;;;;;;prior;RatModel;Aged;Female;SpragueDawleyRat;375 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Higher;Thoracic;
16774470;BBBTest;Positive;;;Compression;;;;;;;prior;RatModel;Aged;Female;SpragueDawleyRat;375 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Higher;Thoracic;
16774470;BBBTest;Positive;;;Contusion;Forceps;;;;;;prior;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Higher;Thoracic;
16774470;BBBTest;Positive;;;Compression;;;;;;;prior;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Higher;Thoracic;
16774470;BladderFunctionTest;Neutral;;;Contusion;Forceps;;;;;;prior;RatModel;Aged;Female;SpragueDawleyRat;375 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;None;Thoracic;
16774470;BladderFunctionTest;Neutral;;;Contusion;Forceps;;;;;;prior;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;None;Thoracic;
16774470;BladderFunctionTest;Neutral;;;Compression;;;;;;;prior;RatModel;Aged;Female;SpragueDawleyRat;375 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;None;Thoracic;
16774470;BladderFunctionTest;Neutral;;;Compression;;;;;;;prior;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;None;Thoracic;
16774470;BodyWeightExamination;Positive;;;Compression;;;;;;;prior;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Lower;Thoracic;
16774470;BodyWeightExamination;Positive;;;Compression;;;;;;;prior;RatModel;Aged;Female;SpragueDawleyRat;375 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Lower;Thoracic;
16774470;BodyWeightExamination;Positive;;;Contusion;Forceps;;;;;;prior;RatModel;Aged;Female;SpragueDawleyRat;375 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Lower;Thoracic;
16774470;BodyWeightExamination;Positive;;;Contusion;Forceps;;;;;;prior;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Lower;Thoracic;
16774470;LesionVolumeTest;Positive;;;Compression;;;;;;;prior;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Lower;Thoracic;
16774470;LesionVolumeTest;Positive;;;Compression;;;;;;;prior;RatModel;Aged;Female;SpragueDawleyRat;375 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Lower;Thoracic;
16774470;LesionVolumeTest;Positive;;;Contusion;Forceps;;;;;;prior;RatModel;Aged;Female;SpragueDawleyRat;375 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Lower;Thoracic;
16774470;LesionVolumeTest;Positive;;;Contusion;Forceps;;;;;;prior;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Lower;Thoracic;
16774470;NeuronalCellLossTest;Positive;;;Compression;;;;;;;prior;RatModel;Aged;Female;SpragueDawleyRat;375 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Lower;Thoracic;
16774470;NeuronalCellLossTest;Positive;;;Contusion;Forceps;;;;;;prior;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Lower;Thoracic;
16774470;NeuronalCellLossTest;Positive;;;Compression;;;;;;;prior;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Lower;Thoracic;
16774470;NeuronalCellLossTest;Positive;;;Contusion;Forceps;;;;;;prior;RatModel;Aged;Female;SpragueDawleyRat;375 g;CompoundTreatment;Estrogen;InjectionDelivery;180000 g/l;Lower;Thoracic;
16837588;AxonalRegenerationTest;Positive;n = 5;11.5;PartialTransection;;;;;n = 7;1271.6;0 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;5 iu;Higher;Cervical;
16837588;OpenFieldTest;Positive;n = 5;1.6;PartialTransection;;;;;n = 7;2.86;0 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;5 iu;Higher;Cervical;
16837588;RearingTest;Neutral;n = 5;;PartialTransection;;;;;n = 7;;0 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;5 iu;None;Cervical;
16837588;WalkingAnalysisTest;Neutral;n = 5;;PartialTransection;;;;;n = 7;;0 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;5 iu;None;Cervical;
16902996;ApoptosisTest;Neutral;n = 4;;Contusion;NYUImpactor;;0.625 g/cm;;n = 4;;15 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;4 mg/kg;None;Thoracic;
16902996;ApoptosisTest;Neutral;n = 4;;Contusion;NYUImpactor;;0.625 g/cm;;n = 4;;15 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;4 mg/kg;None;Thoracic;
16902996;AxonalRegenerationTest;Neutral;n = 4;;Contusion;NYUImpactor;;0.625 g/cm;;n = 4;;15 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;4 mg/kg;None;Thoracic;
16902996;MolecularChangesTest;Neutral;n = 4;;Contusion;NYUImpactor;;0.625 g/cm;;n = 4;;15 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Estrogen;InjectionDelivery;4 mg/kg;Lower;Thoracic;
16965762;AxonalRegenerationTest;Positive;n = 4;;CompleteTransection;;;;;n = 4;;0 min;RatModel;Adult;Female;SpragueDawleyRat;275 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.03 U;Higher;Thoracic;
16965762;BBBTest;Positive;n = 4;2.7;CompleteTransection;;;;;n = 4;6;0 min;RatModel;Adult;Female;SpragueDawleyRat;275 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.03 U;Higher;Thoracic;
16965762;BBBTest;Neutral;n = 4;2.7;CompleteTransection;;;;;n = 4;0.7;0 min;RatModel;Adult;Female;SpragueDawleyRat;275 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.03 U;None;Thoracic;
16965762;CystVolumeTest;Neutral;n = 4;;CompleteTransection;;;;;n = 4;;0 min;RatModel;Adult;Female;SpragueDawleyRat;275 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.03 U;Higher;Thoracic;
17023852;ApoptosisTest;Positive;n = 4;;Compression;WeightDrop;;;120 g;n = 4;;15 min;RatModel;Adult;Male;WistarRat;440 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Lower;Thoracic;
17023852;LesionVolumeTest;Positive;n = 4;;Compression;WeightDrop;;;120 g;n = 4;;15 min;RatModel;Adult;Male;WistarRat;440 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Lower;Thoracic;
17048772;AutonomicDysreflexiaTest;Positive;n = 5;;Compression;Clip;;;50 g;n = 4;;360 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
17048772;BBBTest;Positive;n = 5;7.7;Compression;Clip;;;50 g;n = 4;8.9;360 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
17048772;InflammationTest;Positive;n = 4;;Compression;Clip;;;50 g;n = 4;;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
17048772;InflammationTest;Positive;n = 5;;Compression;Clip;;;50 g;n = 6;;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
17048772;OxidativeStressTest;Positive;n = 4;;Compression;Clip;;;50 g;n = 4;;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
17048772;OxidativeStressTest;Positive;n = 4;;Compression;Clip;;;50 g;n = 4;;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
17048772;OxidativeStressTest;Positive;n = 4;;Compression;Clip;;;50 g;n = 4;;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
17048772;OxidativeStressTest;Positive;n = 4;;Compression;Clip;;;50 g;n = 4;;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
17050723;AxonalRegenerationTest;Positive;n = 16;;Contusion;;;;;n = 16;;0 min;RatModel;Adult;Male;WistarRat;235 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;Higher;Cervical;
17050723;AxonalRegenerationTest;Positive;n = 16;;Contusion;;;;;n = 16;;0 min;RatModel;Adult;Male;WistarRat;235 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;Higher;Cervical;
17050723;MechanicalAllodyniaTest;Neutral;n = 16;;Contusion;;;;;n = 16;;0 min;RatModel;Adult;Male;WistarRat;235 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;None;Cervical;
17050723;ThermalHyperalgesiaTest;Neutral;n = 16;;Contusion;;;;;n = 16;;0 min;RatModel;Adult;Male;WistarRat;235 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;None;Cervical;
17141961;AxonalRegenerationTest;Positive;n = 7;;Contusion;UnivOfTriesteImpactor;;;;n = 7;;30 min;RatModel;Adult;Male;SpragueDawleyRat;255 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Higher;Thoracic;
17141961;BBBTest;Positive;n = 7;8;Contusion;UnivOfTriesteImpactor;;;;n = 7;15;30 min;RatModel;Adult;Male;SpragueDawleyRat;255 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Higher;Thoracic;
17141961;LesionVolumeTest;Positive;n = 7;;Contusion;UnivOfTriesteImpactor;;;;n = 7;;30 min;RatModel;Adult;Male;SpragueDawleyRat;255 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Lower;Thoracic;
17141961;MolecularChangesTest;Positive;n = 7;;Contusion;UnivOfTriesteImpactor;;;;n = 7;;30 min;RatModel;Adult;Male;SpragueDawleyRat;255 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Lower;Thoracic;
17141961;OligodendrogliaChangesTest;Neutral;n = 7;;Contusion;UnivOfTriesteImpactor;;;;n = 7;;30 min;RatModel;Adult;Male;SpragueDawleyRat;255 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Higher;Thoracic;
17167171;AstrogliosisTest;Positive;n = 6;;Contusion;NYUImpactor;;8 g/cm;;n = 6;;5 min;RatModel;Adult;Gender;SpragueDawleyRat;312.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;3 mg/kg;Lower;Thoracic;
17167171;BBBTest;Positive;n = 9;10;Contusion;NYUImpactor;;8 g/cm;;n = 9;13;5 min;RatModel;Adult;Gender;SpragueDawleyRat;312.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;3 mg/kg;Higher;Thoracic;
17167171;InflammationTest;Positive;n = 6;;Contusion;NYUImpactor;;8 g/cm;;n = 6;;5 min;RatModel;Adult;Gender;SpragueDawleyRat;312.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;3 mg/kg;Lower;Thoracic;
17167171;InflammationTest;Positive;n = 4;;Contusion;NYUImpactor;;8 g/cm;;n = 4;;5 min;RatModel;Adult;Gender;SpragueDawleyRat;312.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;3 mg/kg;Lower;Thoracic;
17167171;LesionVolumeTest;Positive;n = 9;;Contusion;NYUImpactor;;8 g/cm;;n = 9;;5 min;RatModel;Adult;Gender;SpragueDawleyRat;312.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;3 mg/kg;Lower;Thoracic;
17167171;NeuronalCellLossTest;Positive;n = 9;;Contusion;NYUImpactor;;8 g/cm;;n = 9;;5 min;RatModel;Adult;Gender;SpragueDawleyRat;312.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;3 mg/kg;Lower;Thoracic;
17167171;NeuroprotectionTest;Positive;n = 9;;Contusion;NYUImpactor;;8 g/cm;;n = 9;;5 min;RatModel;Adult;Gender;SpragueDawleyRat;312.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;3 mg/kg;Higher;Thoracic;
17167171;OxidativeStressTest;Positive;n = 4;;Contusion;NYUImpactor;;8 g/cm;;n = 4;;5 min;RatModel;Adult;Gender;SpragueDawleyRat;312.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;3 mg/kg;Lower;Thoracic;
17167171;OxidativeStressTest;Positive;n = 4;;Contusion;NYUImpactor;;8 g/cm;;n = 4;;5 min;RatModel;Adult;Gender;SpragueDawleyRat;312.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;3 mg/kg;Lower;Thoracic;
17167171;ThermalHyperalgesiaTest;Positive;n = 6;;Contusion;NYUImpactor;;8 g/cm;;n = 6;;5 min;RatModel;Adult;Gender;SpragueDawleyRat;312.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;3 mg/kg;Lower;Thoracic;
17184185;FootprintAnalysisTest;Neutral;n = 10;;Compression;;;;20 g;n = 10;;prior;RatModel;Adult;Male;WistarRat;325 g;CompoundTreatment;Indomethacin;InjectionDelivery;20 mg/kg;FasterDecrease;Thoracic;
17184185;InclinedPlaneTest;Neutral;n = 10;;Compression;;;;20 g;n = 10;;prior;RatModel;Adult;Male;WistarRat;325 g;CompoundTreatment;Indomethacin;InjectionDelivery;20 mg/kg;FasterDecrease;Thoracic;
17184185;InflammationTest;Positive;n = 6;;Compression;;;;20 g;n = 6;;prior;RatModel;Adult;Male;WistarRat;325 g;CompoundTreatment;Iloprost;DeliveryMethod;;FasterDecrease;Thoracic;
17184185;InflammationTest;Positive;n = 6;;Compression;;;;20 g;n = 6;;prior;RatModel;Adult;Male;WistarRat;325 g;CompoundTreatment;Indomethacin;InjectionDelivery;20 mg/kg;FasterDecrease;Thoracic;
17184185;InflammationTest;Positive;n = 6;;Compression;;;;20 g;n = 6;;prior;RatModel;Adult;Male;WistarRat;325 g;CompoundTreatment;Iloprost;DeliveryMethod;;FasterDecrease;Thoracic;
17184185;InflammationTest;Positive;n = 6;;Compression;;;;20 g;n = 6;;prior;RatModel;Adult;Male;WistarRat;325 g;CompoundTreatment;Indomethacin;InjectionDelivery;20 mg/kg;FasterDecrease;Thoracic;
17184185;InflammationTest;Neutral;n = 6;;Compression;;;;20 g;n = 6;;prior;RatModel;Adult;Male;WistarRat;325 g;CompoundTreatment;Indomethacin;InjectionDelivery;20 mg/kg;FasterIncrease;Thoracic;
17184185;InflammationTest;Neutral;n = 6;;Compression;;;;20 g;n = 6;;prior;RatModel;Adult;Male;WistarRat;325 g;CompoundTreatment;Iloprost;DeliveryMethod;;FasterIncrease;Thoracic;
17184185;InflammationTest;Neutral;n = 6;;Compression;;;;20 g;n = 6;;prior;RatModel;Adult;Male;WistarRat;325 g;CompoundTreatment;Iloprost;DeliveryMethod;;FasterIncrease;Thoracic;
17184185;InflammationTest;Neutral;n = 6;;Compression;;;;20 g;n = 6;;prior;RatModel;Adult;Male;WistarRat;325 g;CompoundTreatment;Indomethacin;InjectionDelivery;20 mg/kg;FasterIncrease;Thoracic;
17184185;OpenFieldTest;Positive;n = 10;;Compression;;;;20 g;n = 10;;prior;RatModel;Adult;Male;WistarRat;325 g;CompoundTreatment;Iloprost;DeliveryMethod;;FasterIncrease;Thoracic;
17204255;BBBTest;Neutral;n = 19;11;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 19;11;0 min;RatModel;Adult;Mixed;SpragueDawleyRat;246 g;CompoundTreatment;Progesterone;DeliveryMethod;4 mg/kg;None;Thoracic;
17204255;BBBTest;Neutral;n = 18;11;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 18;11;0 min;RatModel;Adult;Mixed;SpragueDawleyRat;246 g;CompoundTreatment;Progesterone;DeliveryMethod;8 mg/kg;None;Thoracic;
17204255;BBBTest;Neutral;n = 19;11;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 19;11;0 min;RatModel;Adult;Mixed;SpragueDawleyRat;246 g;CompoundTreatment;Progesterone;DeliveryMethod;8 mg/kg;None;Thoracic;
17204255;LesionVolumeTest;Neutral;n = 19;;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 19;;0 min;RatModel;Adult;Mixed;SpragueDawleyRat;246 g;CompoundTreatment;Progesterone;DeliveryMethod;4 mg/kg;None;Thoracic;
17204255;LesionVolumeTest;Neutral;n = 18;;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 18;;0 min;RatModel;Adult;Mixed;SpragueDawleyRat;246 g;CompoundTreatment;Progesterone;DeliveryMethod;8 mg/kg;None;Thoracic;
17204255;LesionVolumeTest;Neutral;n = 19;;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 19;;0 min;RatModel;Adult;Mixed;SpragueDawleyRat;246 g;CompoundTreatment;Progesterone;DeliveryMethod;8 mg/kg;None;Thoracic;
17204255;LesionVolumeTest;Neutral;n = 19;;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 19;;0 min;RatModel;Adult;Mixed;SpragueDawleyRat;246 g;CompoundTreatment;Progesterone;DeliveryMethod;4 mg/kg;None;Thoracic;
17204255;LesionVolumeTest;Neutral;n = 18;;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 18;;0 min;RatModel;Adult;Mixed;SpragueDawleyRat;246 g;CompoundTreatment;Progesterone;DeliveryMethod;8 mg/kg;None;Thoracic;
17204255;LesionVolumeTest;Neutral;n = 19;;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 19;;0 min;RatModel;Adult;Mixed;SpragueDawleyRat;246 g;CompoundTreatment;Progesterone;DeliveryMethod;8 mg/kg;None;Thoracic;
17217414;AstrogliosisTest;Neutral;n = 3;;Contusion;WeightDrop;;40 g/cm;;n = 3;;120 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;OralDelivery;5 mg/kg;Lower;Thoracic;
17217414;BBBTest;Positive;n = 6;8;Contusion;WeightDrop;;40 g/cm;;n = 6;19;120 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;OralDelivery;5 mg/kg;Higher;Thoracic;
17217414;BloodBrainBarrierTest;Positive;n = 3;;Contusion;WeightDrop;;40 g/cm;;n = 3;;120 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;OralDelivery;5 mg/kg;Lower;Thoracic;
17217414;InflammationTest;Positive;n = 3;;Contusion;WeightDrop;;40 g/cm;;n = 3;;120 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;OralDelivery;5 mg/kg;Lower;Thoracic;
17217414;InflammationTest;Positive;n = 3;;Contusion;WeightDrop;;40 g/cm;;n = 3;;120 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;OralDelivery;5 mg/kg;Lower;Thoracic;
17217414;LesionVolumeTest;Positive;n = 3;;Contusion;WeightDrop;;40 g/cm;;n = 3;;120 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;OralDelivery;5 mg/kg;Lower;Thoracic;
17217414;MolecularChangesTest;Positive;n = 3;;Contusion;WeightDrop;;40 g/cm;;n = 3;;120 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;OralDelivery;5 mg/kg;Higher;Thoracic;
17217414;ToxicityTest;Positive;n = 3;;Contusion;WeightDrop;;40 g/cm;;n = 3;;120 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;OralDelivery;5 mg/kg;Lower;Thoracic;
17236773;ApoptosisTest;Positive;n = 8;;Contusion;WeightDrop;;40 g/cm;;n = 8;;0 min;RatModel;Adult;Female;WistarRat;230 g;CompoundTreatment;MethylprednisoloneMP;DeliveryMethod;1000 u/kg;Lower;Thoracic;
17236773;ApoptosisTest;Positive;n = 8;;Contusion;WeightDrop;;40 g/cm;;n = 8;;0 min;RatModel;Adult;Female;WistarRat;230 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;Lower;Thoracic;
17236773;ApoptosisTest;Positive;n = 8;;Contusion;WeightDrop;;40 g/cm;;n = 8;;0 min;RatModel;Adult;Female;WistarRat;230 g;CompoundTreatment;Albumin;DeliveryMethod;1000 u/kg;Lower;Thoracic;
17236773;BBBTest;Positive;n = 8;3;Contusion;WeightDrop;;40 g/cm;;n = 8;8;0 min;RatModel;Adult;Female;WistarRat;230 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;Higher;Thoracic;
17236773;BBBTest;Positive;n = 8;;Contusion;WeightDrop;;40 g/cm;;n = 8;;0 min;RatModel;Adult;Female;WistarRat;230 g;CompoundTreatment;MethylprednisoloneMP;DeliveryMethod;1000 u/kg;Higher;Thoracic;
17236773;BBBTest;Positive;n = 8;;Contusion;WeightDrop;;40 g/cm;;n = 8;;0 min;RatModel;Adult;Female;WistarRat;230 g;CompoundTreatment;Albumin;DeliveryMethod;1000 u/kg;Higher;Thoracic;
17236773;InflammationTest;Positive;n = 8;;Contusion;WeightDrop;;40 g/cm;;n = 8;;0 min;RatModel;Adult;Female;WistarRat;230 g;CompoundTreatment;Albumin;DeliveryMethod;1000 u/kg;Lower;Thoracic;
17236773;InflammationTest;Positive;n = 8;;Contusion;WeightDrop;;40 g/cm;;n = 8;;0 min;RatModel;Adult;Female;WistarRat;230 g;CompoundTreatment;MethylprednisoloneMP;DeliveryMethod;1000 u/kg;Lower;Thoracic;
17236773;InflammationTest;Positive;n = 8;;Contusion;WeightDrop;;40 g/cm;;n = 8;;0 min;RatModel;Adult;Female;WistarRat;230 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;Lower;Thoracic;
17402853;BBBTest;Positive;n = 6;8;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 6;11;prior;RatModel;Adult;Mixed;SpragueDawleyRat;261 g;CompoundTreatment;Estrogen;InjectionDelivery;;Higher;Thoracic;
17402853;LesionVolumeTest;Neutral;n = 6;;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 6;;prior;RatModel;Adult;Mixed;SpragueDawleyRat;261 g;CompoundTreatment;Estrogen;InjectionDelivery;;None;Thoracic;
17402853;LesionVolumeTest;Neutral;n = 6;;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 6;;prior;RatModel;Adult;Mixed;SpragueDawleyRat;261 g;CompoundTreatment;Estrogen;InjectionDelivery;;None;Thoracic;
17402853;LesionVolumeTest;Neutral;n = 6;;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 6;;prior;RatModel;Adult;Mixed;SpragueDawleyRat;261 g;CompoundTreatment;Estrogen;InjectionDelivery;;None;Thoracic;
17406376;InflammationTest;Positive;n = 8;;Contusion;NYUImpactor;;4 g/cm;;n = 8;;15 min;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;Inosine;InjectionDelivery;100 mg/kg;Lower;Thoracic;
17406376;InflammationTest;Neutral;n = 10;;Contusion;NYUImpactor;;4 g/cm;;n = 10;;15 min;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;Inosine;DeliveryMethod;100 mg/kg;None;Thoracic;
17410603;AutonomicDysreflexiaTest;Neutral;n = 10;;Compression;EpiduralClip;;;50 g;n = 6;;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Magnesium;DeliveryMethod;;None;Thoracic;
17410603;AutonomicDysreflexiaTest;Neutral;n = 10;;Compression;EpiduralClip;;;50 g;n = 11;;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;1000 mg/kg;None;Thoracic;
17410603;AutonomicDysreflexiaTest;Neutral;n = 10;;Compression;EpiduralClip;;;50 g;n = 5;;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Magnesium;InjectionDelivery;300 mg/kg;None;Thoracic;
17410603;AutonomicDysreflexiaTest;Neutral;n = 10;;Compression;EpiduralClip;;;50 g;n = 11;;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Magnesium;InjectionDelivery;1000 mg/kg;None;Thoracic;
17410603;BBBTest;Positive;n = 10;6.4;Compression;EpiduralClip;;;50 g;n = 11;7.3;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;1000 mg/kg;Higher;Thoracic;
17410603;BBBTest;Positive;n = 10;6.4;Compression;EpiduralClip;;;50 g;n = 6;7.6;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Magnesium;DeliveryMethod;;Higher;Thoracic;
17410603;BBBTest;Positive;n = 10;6.4;Compression;EpiduralClip;;;50 g;n = 5;7.7;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Magnesium;InjectionDelivery;300 mg/kg;Higher;Thoracic;
17410603;LesionVolumeTest;Positive;n = 10;;Compression;EpiduralClip;;;50 g;n = 6;;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Magnesium;DeliveryMethod;;Lower;Thoracic;
17410603;LesionVolumeTest;Positive;n = 10;;Compression;EpiduralClip;;;50 g;n = 5;;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Magnesium;InjectionDelivery;300 mg/kg;Lower;Thoracic;
17410603;LesionVolumeTest;Positive;n = 10;;Compression;EpiduralClip;;;50 g;n = 6;;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Magnesium;DeliveryMethod;;Lower;Thoracic;
17410603;LesionVolumeTest;Neutral;n = 10;;Compression;EpiduralClip;;;50 g;n = 11;;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Magnesium;InjectionDelivery;1000 mg/kg;None;Thoracic;
17410603;LesionVolumeTest;Neutral;n = 10;;Compression;EpiduralClip;;;50 g;n = 11;;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;1000 mg/kg;None;Thoracic;
17410603;LesionVolumeTest;Neutral;n = 10;;Compression;EpiduralClip;;;50 g;n = 11;;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Magnesium;InjectionDelivery;1000 mg/kg;None;Thoracic;
17410603;MechanicalAllodyniaTest;Positive;n = 10;;Compression;EpiduralClip;;;50 g;n = 6;;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Magnesium;DeliveryMethod;;Lower;Thoracic;
17410603;MechanicalAllodyniaTest;Positive;n = 10;;Compression;EpiduralClip;;;50 g;n = 11;;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Magnesium;InjectionDelivery;1000 mg/kg;Lower;Thoracic;
17410603;MechanicalAllodyniaTest;Positive;n = 10;;Compression;EpiduralClip;;;50 g;n = 11;;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;1000 mg/kg;Lower;Thoracic;
17410603;MechanicalAllodyniaTest;Positive;n = 10;;Compression;EpiduralClip;;;50 g;n = 5;;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Magnesium;InjectionDelivery;300 mg/kg;Lower;Thoracic;
17410603;MyelinationTest;Neutral;n = 10;;Compression;EpiduralClip;;;50 g;n = 11;;15 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;1000 mg/kg;None;Thoracic;
17428993;AxonalRegenerationTest;Positive;n = 6;;Contusion;NYUImpactor;;;;n = 6;;10080 min;RatModel;Adult;Female;SpragueDawleyRat;180 g;CompoundTreatment;Ibuprofen;InjectionDelivery;60 mg/kg;Higher;Thoracic;
17428993;AxonalRegenerationTest;Positive;n = 7;;PartialTransection;;;;;n = 12;;0 min;RatModel;Adult;Female;SpragueDawleyRat;180 g;CompoundTreatment;Ibuprofen;InjectionDelivery;60 mg/kg;Higher;Thoracic;
17428993;BBBTest;Positive;n = 6;14;Contusion;NYUImpactor;;;;n = 6;15.5;10080 min;RatModel;Adult;Female;SpragueDawleyRat;180 g;CompoundTreatment;Ibuprofen;InjectionDelivery;60 mg/kg;Higher;Thoracic;
17428993;BBBTest;Positive;n = 7;13.5;PartialTransection;;;;;n = 12;15.5;0 min;RatModel;Adult;Female;SpragueDawleyRat;180 g;CompoundTreatment;Ibuprofen;InjectionDelivery;60 mg/kg;Higher;Thoracic;
17428993;FootprintAnalysisTest;Positive;n = 6;;Contusion;NYUImpactor;;;;n = 6;;10080 min;RatModel;Adult;Female;SpragueDawleyRat;180 g;CompoundTreatment;Ibuprofen;InjectionDelivery;60 mg/kg;Higher;Thoracic;
17428993;FootprintAnalysisTest;Positive;n = 7;;PartialTransection;;;;;n = 12;;0 min;RatModel;Adult;Female;SpragueDawleyRat;180 g;CompoundTreatment;Ibuprofen;InjectionDelivery;60 mg/kg;Higher;Thoracic;
17428993;MolecularChangesTest;Positive;n = 6;;Contusion;NYUImpactor;;;;n = 6;;10080 min;RatModel;Adult;Female;SpragueDawleyRat;180 g;CompoundTreatment;Ibuprofen;InjectionDelivery;60 mg/kg;Lower;Thoracic;
17428993;MolecularChangesTest;Positive;n = 7;;PartialTransection;;;;;n = 12;;0 min;RatModel;Adult;Female;SpragueDawleyRat;180 g;CompoundTreatment;Ibuprofen;InjectionDelivery;60 mg/kg;Lower;Thoracic;
17428993;WalkingAnalysisTest;Positive;n = 6;;Contusion;NYUImpactor;;;;n = 6;;10080 min;RatModel;Adult;Female;SpragueDawleyRat;180 g;CompoundTreatment;Ibuprofen;InjectionDelivery;60 mg/kg;Higher;Thoracic;
17428993;WalkingAnalysisTest;Positive;n = 7;;PartialTransection;;;;;n = 12;;0 min;RatModel;Adult;Female;SpragueDawleyRat;180 g;CompoundTreatment;Ibuprofen;InjectionDelivery;60 mg/kg;Higher;Thoracic;
17433295;ApoptosisTest;Neutral;n = 7;;Contusion;OSUImpactor;;;;n = 7;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;None;Thoracic;
17433295;ApoptosisTest;Neutral;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;None;Thoracic;
17433295;BBBTest;Neutral;n = 6;12;Contusion;OSUImpactor;;;;n = 6;13;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;None;Thoracic;
17433295;BBBTest;Neutral;n = 6;13;Contusion;OSUImpactor;;;;n = 6;13;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;1 mg/kg;None;Thoracic;
17433295;BBBTest;Neutral;n = 6;13;Contusion;OSUImpactor;;;;n = 6;15.4;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;None;Thoracic;
17433295;FootprintAnalysisTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;1 mg/kg;Higher;Thoracic;
17433295;FootprintAnalysisTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;1 mg/kg;Higher;Thoracic;
17433295;FootprintAnalysisTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;Higher;Thoracic;
17433295;FootprintAnalysisTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;Higher;Thoracic;
17433295;InflammationTest;Neutral;n = 7;;Contusion;OSUImpactor;;;;n = 7;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;None;Thoracic;
17433295;InflammationTest;Neutral;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;None;Thoracic;
17433295;LesionVolumeTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;Higher;Thoracic;
17433295;LesionVolumeTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;Lower;Thoracic;
17433295;LesionVolumeTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;Lower;Thoracic;
17433295;LesionVolumeTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;Higher;Thoracic;
17433295;NeuronalCellLossTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;Lower;Thoracic;
17433295;NeuronalCellLossTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;Lower;Thoracic;
17433295;NeuronalCellLossTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;1 mg/kg;Lower;Thoracic;
17433295;NeuronalCellLossTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;1 mg/kg;Lower;Thoracic;
17433295;OpenFieldTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;Higher;Thoracic;
17433295;OpenFieldTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;Higher;Thoracic;
17433295;WalkingAnalysisTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;1 mg/kg;Higher;Thoracic;
17433295;WalkingAnalysisTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;1 mg/kg;Higher;Thoracic;
17433295;WalkingAnalysisTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;1 mg/kg;Higher;Thoracic;
17433295;WalkingAnalysisTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;1 mg/kg;Higher;Thoracic;
17433295;WalkingAnalysisTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;Higher;Thoracic;
17433295;WalkingAnalysisTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;1 mg/kg;Higher;Thoracic;
17433295;WalkingAnalysisTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;1 mg/kg;Higher;Thoracic;
17433295;WalkingAnalysisTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;Higher;Thoracic;
17433295;WalkingAnalysisTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;Higher;Thoracic;
17433295;WalkingAnalysisTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;Higher;Thoracic;
17433295;WalkingAnalysisTest;Positive;n = 6;;Contusion;OSUImpactor;;;;n = 6;;15 min;RatModel;Adult;Female;SpragueDawleyRat;229.5 g;CompoundTreatment;Pioglitazone;DeliveryMethod;10 mg/kg;Higher;Thoracic;
17518539;AxonalRegenerationTest;Positive;n = 15;;PartialTransection;;;;;n = 15;;129600 min;GuineaPigModel;Adult;Female;GuineaPigSpecies;400 g;CompoundTreatment;Inosine;InjectionDelivery;10 mm;Higher;Thoracic;
17518539;MotorReflexTest;Positive;n = 15;;PartialTransection;;;;;n = 15;;129600 min;GuineaPigModel;Adult;Female;GuineaPigSpecies;400 g;CompoundTreatment;Inosine;InjectionDelivery;10 mm;Higher;Thoracic;
17532502;CystVolumeTest;Positive;n = 18;;Contusion;WeightDrop;;0.5 g/cm;;n = 18;;0 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Riluzole;DeliveryMethod;8 mg/kg;Lower;Thoracic;
17532502;InclinedPlaneTest;Positive;n = 18;;Contusion;WeightDrop;;0.5 g/cm;;n = 18;;0 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Riluzole;DeliveryMethod;8 mg/kg;Higher;Thoracic;
17532502;LesionVolumeTest;Positive;n = 18;;Contusion;WeightDrop;;0.5 g/cm;;n = 18;;0 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Riluzole;DeliveryMethod;8 mg/kg;Lower;Thoracic;
17532502;MyelinationTest;Positive;n = 18;;Contusion;WeightDrop;;0.5 g/cm;;n = 18;;0 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Riluzole;DeliveryMethod;8 mg/kg;Higher;Thoracic;
17532502;NeuronalCellLossTest;Positive;n = 18;;Contusion;WeightDrop;;0.5 g/cm;;n = 18;;0 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Riluzole;DeliveryMethod;8 mg/kg;Lower;Thoracic;
17532502;OpenFieldTest;Positive;n = 18;;Contusion;WeightDrop;;0.5 g/cm;;n = 18;;0 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Riluzole;DeliveryMethod;8 mg/kg;Higher;Thoracic;
17532502;OxidativeStressTest;Positive;n = 18;;Contusion;WeightDrop;;0.5 g/cm;;n = 18;;0 min;RatModel;Adult;Male;WistarRat;225 g;CompoundTreatment;Riluzole;DeliveryMethod;8 mg/kg;Lower;Thoracic;
17540369;AxonalRegenerationTest;Positive;n = 6;;Compression;Forceps;;;;n = 5;;17280 min;RatModel;Adult;Male;SpragueDawleyRat;312.5 g;CompoundTreatment;NT3Lentivirus;DeliveryMethod;;Higher;Thoracic;
17540369;AxonalRegenerationTest;Positive;n = 6;;Compression;Forceps;;;;n = 4;;0 min;RatModel;Adult;Male;SpragueDawleyRat;312.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;20 u/ml;Higher;Thoracic;
17608147;InclinedPlaneTest;Positive;n = 7;;Contusion;WeightDrop;;40 g/cm;;n = 7;;0 min;RatModel;Adult;Female;WistarRat;230 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;Higher;Thoracic;
17608147;InflammationTest;Positive;n = 7;;Contusion;WeightDrop;;40 g/cm;;n = 7;;0 min;RatModel;Adult;Female;WistarRat;230 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;Lower;Thoracic;
17614942;ApoptosisTest;Positive;n = 6;;PartialTransection;;;;;n = 6;;30 min;RatModel;Adult;Male;WistarRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;0.04 mg/kg;Lower;Thoracic;
17614942;ApoptosisTest;Positive;n = 6;;PartialTransection;;;;;n = 7;;30 min;RatModel;Adult;Male;WistarRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;0.04 mg/kg;Lower;Thoracic;
17614942;AxonalDamageTest;Positive;n = 6;;PartialTransection;;;;;n = 7;;30 min;RatModel;Adult;Male;WistarRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;0.04 mg/kg;Lower;Thoracic;
17614942;AxonalDamageTest;Positive;n = 6;;PartialTransection;;;;;n = 6;;30 min;RatModel;Adult;Male;WistarRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;0.04 mg/kg;Lower;Thoracic;
17614942;InflammationTest;Neutral;n = 6;;PartialTransection;;;;;n = 7;;30 min;RatModel;Adult;Male;WistarRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;0.04 mg/kg;None;Thoracic;
17614942;InflammationTest;Neutral;n = 6;;PartialTransection;;;;;n = 6;;30 min;RatModel;Adult;Male;WistarRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;0.04 mg/kg;None;Thoracic;
17614942;LesionVolumeTest;Positive;n = 6;;PartialTransection;;;;;n = 7;;30 min;RatModel;Adult;Male;WistarRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;0.04 mg/kg;Lower;Thoracic;
17614942;LesionVolumeTest;Positive;n = 6;;PartialTransection;;;;;n = 6;;30 min;RatModel;Adult;Male;WistarRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;0.04 mg/kg;Lower;Thoracic;
17614942;SchwannCellChangesTest;Positive;n = 6;;PartialTransection;;;;;n = 6;;30 min;RatModel;Adult;Male;WistarRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;0.04 mg/kg;Higher;Thoracic;
17614942;SchwannCellChangesTest;Positive;n = 6;;PartialTransection;;;;;n = 7;;30 min;RatModel;Adult;Male;WistarRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;0.04 mg/kg;Higher;Thoracic;
17634369;ApoptosisTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 6;;0 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Lower;Thoracic;
17634369;AxonalDamageTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 6;;0 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Lower;Thoracic;
17634369;BBBTest;Positive;n = 20;8;Contusion;NYUImpactor;;4 g/cm;;n = 20;11;0 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Higher;Thoracic;
17634369;BBBTest;Positive;n = 20;8;Contusion;NYUImpactor;;4 g/cm;;n = 20;11;120 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Higher;Thoracic;
17634369;InclinedPlaneTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 6;;0 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Higher;Thoracic;
17634369;LesionVolumeTest;Positive;n = 3;;Contusion;NYUImpactor;;4 g/cm;;n = 6;;0 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Lower;Thoracic;
17634369;WalkingAnalysisTest;Positive;n = 20;;Contusion;NYUImpactor;;4 g/cm;;n = 20;;0 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Higher;Thoracic;
17634369;WalkingAnalysisTest;Positive;n = 20;;Contusion;NYUImpactor;;4 g/cm;;n = 20;;0 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Higher;Thoracic;
17704735;ApoptosisTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;prior;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.6 mg/kg;Lower;Thoracic;
17704735;ApoptosisTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;prior;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;ApoptosisTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.6 mg/kg;Lower;Thoracic;
17704735;ApoptosisTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Higher;Thoracic;
17704735;ApoptosisTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;prior;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;ApoptosisTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.6 mg/kg;Higher;Thoracic;
17704735;ApoptosisTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;ApoptosisTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;ApoptosisTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Higher;Thoracic;
17704735;BBBTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;prior;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Higher;Thoracic;
17704735;BBBTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.6 mg/kg;Higher;Thoracic;
17704735;BBBTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Higher;Thoracic;
17704735;BBBTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.6 mg/kg;Higher;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.6 mg/kg;Lower;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.6 mg/kg;Lower;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.6 mg/kg;Lower;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.6 mg/kg;Lower;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;prior;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.6 mg/kg;Lower;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.6 mg/kg;Lower;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;prior;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;InflammationTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;LesionVolumeTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.6 mg/kg;Lower;Thoracic;
17704735;LesionVolumeTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;prior;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;LesionVolumeTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;LesionVolumeTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;LesionVolumeTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;MyelinationTest;Neutral;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.6 mg/kg;Lower;Thoracic;
17704735;OxidativeStressTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;prior;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;OxidativeStressTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.6 mg/kg;Lower;Thoracic;
17704735;OxidativeStressTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.6 mg/kg;Lower;Thoracic;
17704735;OxidativeStressTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;prior;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;OxidativeStressTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17704735;OxidativeStressTest;Positive;n = 10;;Compression;Clip;;;24 g;n = 10;;180 min;MouseModel;Adult;Male;CD1_Mouse;27.5 g;CompoundTreatment;Estrogen;InjectionDelivery;0.3 mg/kg;Lower;Thoracic;
17936749;BBBTest;Positive;n = 8;9.5;Contusion;UnivOfTriesteImpactor;;1 n;;n = 8;13.9;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;Higher;Thoracic;
17936749;BBBTest;Neutral;n = 8;9.5;Contusion;UnivOfTriesteImpactor;;1 n;;n = 8;9;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;MethylprednisoloneMP;DeliveryMethod;30 mg/kg;None;Thoracic;
17936749;MolecularChangesTest;Positive;n = 8;;Contusion;UnivOfTriesteImpactor;;1 n;;n = 8;;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;MethylprednisoloneMP;DeliveryMethod;30 mg/kg;Higher;Thoracic;
17936749;MolecularChangesTest;Positive;n = 8;;Contusion;UnivOfTriesteImpactor;;1 n;;n = 8;;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;MethylprednisoloneMP;DeliveryMethod;30 mg/kg;Higher;Thoracic;
17936749;MolecularChangesTest;Positive;n = 8;;Contusion;UnivOfTriesteImpactor;;1 n;;n = 8;;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;Higher;Thoracic;
17936749;MolecularChangesTest;Positive;n = 8;;Contusion;UnivOfTriesteImpactor;;1 n;;n = 8;;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;Higher;Thoracic;
17936749;MolecularChangesTest;Positive;n = 8;;Contusion;UnivOfTriesteImpactor;;1 n;;n = 8;;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;Higher;Thoracic;
17936749;MolecularChangesTest;Positive;n = 8;;Contusion;UnivOfTriesteImpactor;;1 n;;n = 8;;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;Higher;Thoracic;
17936749;MolecularChangesTest;Neutral;n = 8;;Contusion;UnivOfTriesteImpactor;;1 n;;n = 8;;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;MethylprednisoloneMP;DeliveryMethod;30 mg/kg;None;Thoracic;
17936749;MolecularChangesTest;Neutral;n = 8;;Contusion;UnivOfTriesteImpactor;;1 n;;n = 8;;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;MethylprednisoloneMP;DeliveryMethod;30 mg/kg;None;Thoracic;
17936749;MolecularChangesTest;Neutral;n = 8;;Contusion;UnivOfTriesteImpactor;;1 n;;n = 8;;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;MethylprednisoloneMP;DeliveryMethod;30 mg/kg;None;Thoracic;
17936749;MolecularChangesTest;Neutral;n = 8;;Contusion;UnivOfTriesteImpactor;;1 n;;n = 8;;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;MethylprednisoloneMP;DeliveryMethod;30 mg/kg;None;Thoracic;
17936749;MolecularChangesTest;Neutral;n = 8;;Contusion;UnivOfTriesteImpactor;;1 n;;n = 8;;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;None;Thoracic;
17936749;MolecularChangesTest;Neutral;n = 8;;Contusion;UnivOfTriesteImpactor;;1 n;;n = 8;;30 min;RatModel;Adult;Gender;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;None;Thoracic;
17936753;AxonalRegenerationTest;Positive;n = 3;;PartialTransection;;;;;n = 3;;0 min;CatModel;Adult;Female;CatSpecies;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;25 iu;Higher;Thoracic;
17936753;WalkingAnalysisTest;Positive;n = 3;;PartialTransection;;;;;n = 2;;0 min;CatModel;Adult;Female;CatSpecies;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;25 iu;Higher;Thoracic;
17936753;WalkingAnalysisTest;Positive;n = 3;;PartialTransection;;;;;n = 3;;0 min;CatModel;Adult;Female;CatSpecies;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;25 iu;Higher;Thoracic;
17936753;WalkingAnalysisTest;Positive;n = 3;;PartialTransection;;;;;n = 3;;0 min;CatModel;Adult;Female;CatSpecies;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;25 iu;Higher;Thoracic;
17936753;WalkingAnalysisTest;Positive;n = 3;;PartialTransection;;;;;n = 2;;0 min;CatModel;Adult;Female;CatSpecies;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;25 iu;Higher;Thoracic;
17936753;WalkingAnalysisTest;Positive;n = 3;;PartialTransection;;;;;n = 2;;0 min;CatModel;Adult;Female;CatSpecies;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;25 iu;Higher;Thoracic;
17936753;WalkingAnalysisTest;Positive;n = 3;;PartialTransection;;;;;n = 3;;0 min;CatModel;Adult;Female;CatSpecies;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;25 iu;Higher;Thoracic;
17936753;WalkingAnalysisTest;Neutral;n = 3;;PartialTransection;;;;;n = 2;;0 min;CatModel;Adult;Female;CatSpecies;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;25 iu;None;Thoracic;
17936753;WalkingAnalysisTest;Neutral;n = 3;;PartialTransection;;;;;n = 3;;0 min;CatModel;Adult;Female;CatSpecies;;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;25 iu;None;Thoracic;
18056009;AxonalRegenerationTest;Positive;n = 7;;PartialTransection;;;;;n = 8;;0 min;RatModel;Adult;Female;SpragueDawleyRat;;CompoundTreatment;NOGOReceptorAntagonist;DeliveryMethod;500 mm;Higher;Cervical;
18056009;AxonalRegenerationTest;Negative;n = 7;;PartialTransection;;;;;n = 8;;0 min;RatModel;Adult;Female;SpragueDawleyRat;;CompoundTreatment;NOGOReceptorAntagonist;DeliveryMethod;500 mm;Lower;Cervical;
18056009;WalkingAnalysisTest;Positive;n = 7;;PartialTransection;;;;;n = 8;;0 min;RatModel;Adult;Female;SpragueDawleyRat;;CompoundTreatment;NOGOReceptorAntagonist;DeliveryMethod;500 mm;Higher;Cervical;
18056009;WalkingAnalysisTest;Positive;n = 7;;PartialTransection;;;;;n = 8;;0 min;RatModel;Adult;Female;SpragueDawleyRat;;CompoundTreatment;NOGOReceptorAntagonist;DeliveryMethod;500 mm;Higher;Cervical;
18056009;WalkingAnalysisTest;Negative;n = 7;;PartialTransection;;;;;n = 8;;0 min;RatModel;Adult;Female;SpragueDawleyRat;;CompoundTreatment;NOGOReceptorAntagonist;DeliveryMethod;500 mm;Lower;Cervical;
18056009;WalkingAnalysisTest;Negative;n = 7;;PartialTransection;;;;;n = 8;;0 min;RatModel;Adult;Female;SpragueDawleyRat;;CompoundTreatment;NOGOReceptorAntagonist;DeliveryMethod;500 mm;Lower;Cervical;
18065151;AngiogenesisTest;Positive;n = 14;;Contusion;UnivOfTriesteImpactor;;;;n = 14;;30 min;RatModel;Adult;Male;SpragueDawleyRat;255 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Higher;Thoracic;
18065151;AstrogliosisTest;Positive;n = 14;;Contusion;UnivOfTriesteImpactor;;;;n = 14;;30 min;RatModel;Adult;Male;SpragueDawleyRat;255 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Lower;Thoracic;
18065151;BBBTest;Positive;n = 14;8;Contusion;UnivOfTriesteImpactor;;;;n = 14;15;30 min;RatModel;Adult;Male;SpragueDawleyRat;255 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Higher;Thoracic;
18065151;LesionVolumeTest;Positive;n = 14;;Contusion;UnivOfTriesteImpactor;;;;n = 14;;30 min;RatModel;Adult;Male;SpragueDawleyRat;255 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;Lower;Thoracic;
18065151;MolecularChangesTest;Neutral;n = 14;;Contusion;UnivOfTriesteImpactor;;;;n = 14;;30 min;RatModel;Adult;Male;SpragueDawleyRat;255 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;None;Thoracic;
18158149;ApoptosisTest;Positive;n = 6;;Compression;Forceps;;;;n = 6;;0 min;RatModel;Adult;Gender;LongEvansRat;275 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.6 U;Lower;Cervical;
18158149;AxonalRegenerationTest;Positive;n = 6;;Compression;Forceps;;;;n = 6;;0 min;RatModel;Adult;Gender;LongEvansRat;275 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.6 U;Higher;Cervical;
18158149;ContactPlacingResponseTest;Positive;n = 6;;Compression;Forceps;;;;n = 6;;0 min;RatModel;Adult;Gender;LongEvansRat;275 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.6 U;Higher;Cervical;
18158149;ForelimbStrengthTest;Positive;n = 6;;Compression;Forceps;;;;n = 6;;0 min;RatModel;Adult;Gender;LongEvansRat;275 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.6 U;Higher;Cervical;
18158149;ForelimbStrengthTest;Neutral;n = 6;;Compression;Forceps;;;;n = 6;;0 min;RatModel;Adult;Gender;LongEvansRat;275 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.6 U;None;Cervical;
18158149;ManualDexterityTest;Positive;n = 6;;Compression;Forceps;;;;n = 6;;0 min;RatModel;Adult;Gender;LongEvansRat;275 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.6 U;Higher;Cervical;
18194520;NeuronalCellLossTest;Neutral;n = 4;;PartialTransection;;;;;n = 5;;0 min;MonkeyModel;Adult;Gender;MacaqueMonkey;;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;10 g/l;None;Cervical;
18234196;AxonalRegenerationTest;Neutral;n = 10;;PartialTransection;;;;;n = 10;;0 min;MouseModel;Adult;Female;C57_BL6_Mouse;;CompoundTreatment;NOGOReceptorAntagonist;InjectionDelivery;;None;Thoracic;
18234196;WalkingAnalysisTest;Neutral;n = 10;;PartialTransection;;;;;n = 10;;0 min;MouseModel;Adult;Female;C57_BL6_Mouse;;CompoundTreatment;NOGOReceptorAntagonist;InjectionDelivery;;None;Thoracic;
18280653;BBBTest;Neutral;n = 12;13;Compression;Balloon;;;;n = 12;13;60 min;RatModel;Adult;Gender;WistarRat;315 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;None;Thoracic;
18280653;BBBTest;Neutral;n = 12;13;Compression;Balloon;;;;n = 12;13;60 min;RatModel;Adult;Gender;WistarRat;315 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;None;Thoracic;
18280653;LesionVolumeTest;Positive;n = 12;;Compression;Balloon;;;;n = 12;;60 min;RatModel;Adult;Gender;WistarRat;315 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Lower;Thoracic;
18280653;LesionVolumeTest;Positive;n = 12;;Compression;Balloon;;;;n = 12;;60 min;RatModel;Adult;Gender;WistarRat;315 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;Lower;Thoracic;
18309506;BBBTest;Positive;n = 10;8.2;Compression;AneurysmClip;;0.7 n;;n = 10;14;0 min;RatModel;Adult;Female;WistarRat;285 g;CompoundTreatment;Erythropoietin;InjectionDelivery;14000 iu;Higher;Thoracic;
18309506;BBBTest;Positive;n = 10;8.2;Compression;AneurysmClip;;0.7 n;;n = 10;17;0 min;RatModel;Adult;Female;WistarRat;285 g;CompoundTreatment;Erythropoietin;InjectionDelivery;1000 iu;Higher;Thoracic;
18313052;BBBTest;Neutral;n = 11;11.3;Contusion;OSUImpactor;;2.3 n;;n = 11;11.6;60 min;RatModel;Adult;Male;SpragueDawleyRat;330 g;CompoundTreatment;Darbepoetin;InjectionDelivery;10 mg/kg;None;Thoracic;
18313052;BBBTest;Neutral;n = 11;11.3;Contusion;OSUImpactor;;2.3 n;;n = 12;11.7;60 min;RatModel;Adult;Male;SpragueDawleyRat;330 g;CompoundTreatment;Erythropoietin;InjectionDelivery;5000 u/kg;None;Thoracic;
18313052;FootprintAnalysisTest;Neutral;n = 11;;Contusion;OSUImpactor;;2.3 n;;n = 12;;60 min;RatModel;Adult;Male;SpragueDawleyRat;330 g;CompoundTreatment;Erythropoietin;InjectionDelivery;5000 u/kg;None;Thoracic;
18313052;FootprintAnalysisTest;Neutral;n = 11;;Contusion;OSUImpactor;;2.3 n;;n = 11;;60 min;RatModel;Adult;Male;SpragueDawleyRat;330 g;CompoundTreatment;Darbepoetin;InjectionDelivery;10 mg/kg;None;Thoracic;
18313052;HindpawSensationTest;Neutral;n = 11;;Contusion;OSUImpactor;;2.3 n;;n = 12;;60 min;RatModel;Adult;Male;SpragueDawleyRat;330 g;CompoundTreatment;Erythropoietin;InjectionDelivery;5000 u/kg;None;Thoracic;
18313052;HindpawSensationTest;Neutral;n = 11;;Contusion;OSUImpactor;;2.3 n;;n = 11;;60 min;RatModel;Adult;Male;SpragueDawleyRat;330 g;CompoundTreatment;Darbepoetin;InjectionDelivery;10 mg/kg;None;Thoracic;
18313052;LesionVolumeTest;Neutral;n = 11;;Contusion;OSUImpactor;;2.3 n;;n = 11;;60 min;RatModel;Adult;Male;SpragueDawleyRat;330 g;CompoundTreatment;Darbepoetin;InjectionDelivery;10 mg/kg;None;Thoracic;
18313052;LesionVolumeTest;Neutral;n = 11;;Contusion;OSUImpactor;;2.3 n;;n = 12;;60 min;RatModel;Adult;Male;SpragueDawleyRat;330 g;CompoundTreatment;Erythropoietin;InjectionDelivery;5000 u/kg;None;Thoracic;
18313052;WalkingAnalysisTest;Neutral;n = 11;;Contusion;OSUImpactor;;2.3 n;;n = 11;;60 min;RatModel;Adult;Male;SpragueDawleyRat;330 g;CompoundTreatment;Darbepoetin;InjectionDelivery;10 mg/kg;None;Thoracic;
18313052;WalkingAnalysisTest;Neutral;n = 11;;Contusion;OSUImpactor;;2.3 n;;n = 12;;60 min;RatModel;Adult;Male;SpragueDawleyRat;330 g;CompoundTreatment;Erythropoietin;InjectionDelivery;5000 u/kg;None;Thoracic;
18316064;BBBTest;Positive;n = 6;15.3;Compression;Clip;;;20 g;n = 6;18.6;0 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;Estrogen;DeliveryMethod;4 mg/kg;Higher;Thoracic;
18316064;BBBTest;Positive;n = 6;15.3;Compression;Clip;;;20 g;n = 6;16;0 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;Estrogen;DeliveryMethod;1 mg/kg;Higher;Thoracic;
18316064;InflammationTest;Positive;n = 3;;Compression;Clip;;;20 g;n = 3;;0 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;Estrogen;DeliveryMethod;4 mg/kg;Lower;Thoracic;
18316064;InflammationTest;Positive;n = 3;;Compression;Clip;;;20 g;n = 3;;0 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;Estrogen;DeliveryMethod;4 mg/kg;Lower;Thoracic;
18316064;InflammationTest;Neutral;n = 3;;Compression;Clip;;;20 g;n = 3;;0 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;Estrogen;DeliveryMethod;4 mg/kg;None;Thoracic;
18316064;InflammationTest;Neutral;n = 3;;Compression;Clip;;;20 g;n = 3;;0 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;Estrogen;DeliveryMethod;4 mg/kg;None;Thoracic;
18316064;InflammationTest;Neutral;n = 3;;Compression;Clip;;;20 g;n = 3;;0 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;Estrogen;DeliveryMethod;4 mg/kg;None;Thoracic;
18316064;InflammationTest;Neutral;n = 3;;Compression;Clip;;;20 g;n = 3;;0 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;Estrogen;DeliveryMethod;4 mg/kg;None;Thoracic;
18316064;LesionVolumeTest;Positive;n = 3;;Compression;Clip;;;20 g;n = 3;;0 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;Estrogen;DeliveryMethod;4 mg/kg;Lower;Thoracic;
18316064;LesionVolumeTest;Positive;n = 3;;Compression;Clip;;;20 g;n = 3;;0 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;Estrogen;DeliveryMethod;4 mg/kg;Lower;Thoracic;
18316064;LesionVolumeTest;Neutral;n = 3;;Compression;Clip;;;20 g;n = 3;;0 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;Estrogen;DeliveryMethod;1 mg/kg;None;Thoracic;
18316064;ScarringTest;Positive;n = 3;;Compression;Clip;;;20 g;n = 3;;0 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;Estrogen;DeliveryMethod;4 mg/kg;Higher;Thoracic;
18316064;WalkingAnalysisTest;Positive;n = 6;;Compression;Clip;;;20 g;n = 6;;0 min;RatModel;Adult;Male;WistarRat;275 g;CompoundTreatment;Estrogen;DeliveryMethod;4 mg/kg;Higher;Thoracic;
18317490;InflammationTest;Positive;n = 5;;Compression;Clip;;;20 g;n = 5;;0 min;RatModel;Adult;Male;SpragueDawleyRat;250 g;HypothermicTreatment;;DeliveryMethod;;Lower;Thoracic;33 C
18317490;InflammationTest;Positive;n = 6;;Compression;Clip;;;20 g;n = 6;;0 min;RatModel;Adult;Male;SpragueDawleyRat;250 g;HypothermicTreatment;;DeliveryMethod;;Lower;Thoracic;33 C
18317490;OpenFieldTest;Positive;n = 6;;Compression;Clip;;;20 g;n = 6;;0 min;RatModel;Adult;Male;SpragueDawleyRat;250 g;HypothermicTreatment;;DeliveryMethod;;Higher;Thoracic;33 C
18351400;ApoptosisTest;Positive;n = 8;;Contusion;NYUImpactor;;4 g/cm;;n = 8;;30 min;RatModel;Adult;Male;SpragueDawleyRat;325 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;30 mg/kg;Lower;Thoracic;
18351400;InclinedPlaneTest;Positive;n = 8;;Contusion;NYUImpactor;;4 g/cm;;n = 8;;30 min;RatModel;Adult;Male;SpragueDawleyRat;325 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;30 mg/kg;Higher;Thoracic;
18351400;InflammationTest;Positive;n = 8;;Contusion;NYUImpactor;;4 g/cm;;n = 8;;30 min;RatModel;Adult;Male;SpragueDawleyRat;325 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;30 mg/kg;Lower;Thoracic;
18351400;LesionVolumeTest;Positive;n = 8;;Contusion;NYUImpactor;;4 g/cm;;n = 8;;30 min;RatModel;Adult;Male;SpragueDawleyRat;325 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;30 mg/kg;Lower;Thoracic;
18351400;OpenFieldTest;Positive;n = 8;;Contusion;NYUImpactor;;4 g/cm;;n = 8;;30 min;RatModel;Adult;Male;SpragueDawleyRat;325 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;30 mg/kg;Higher;Thoracic;
18353313;InflammationTest;Neutral;n = 5;;AspirationLesion;;;;;n = 3;;0 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.02 U;None;Cervical;
18353313;MolecularChangesTest;Positive;n = 5;;AspirationLesion;;;;;n = 3;;0 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.02 U;Higher;Cervical;
18486695;AstrogliosisTest;Neutral;n = 5;;PartialTransection;Vibraknife;;;;n = 9;;0 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0,18 U in 6 ���l (high dose);None;Cervical;
18486695;AstrogliosisTest;Neutral;n = 5;;PartialTransection;Vibraknife;;;;n = 8;;0 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0,06 U in 6 ���l (low dose);None;Cervical;
18486695;AxonalRegenerationTest;Positive;n = 5;;PartialTransection;Vibraknife;;;;n = 9;;0 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0,18 U in 6 ���l (high dose);Higher;Cervical;
18486695;AxonalRegenerationTest;Positive;n = 5;;PartialTransection;Vibraknife;;;;n = 8;;0 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0,06 U in 6 ���l (low dose);Higher;Cervical;
18486695;MolecularChangesTest;Positive;n = 5;;PartialTransection;Vibraknife;;;;n = 8;;0 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0,06 U in 6 ���l (low dose);Higher;Cervical;
18486695;MolecularChangesTest;Positive;n = 5;;PartialTransection;Vibraknife;;;;n = 8;;0 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0,06 U in 6 ���l (low dose);Lower;Cervical;
18486695;MolecularChangesTest;Positive;n = 5;;PartialTransection;Vibraknife;;;;n = 9;;0 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0,18 U in 6 ���l (high dose);Lower;Cervical;
18486695;MolecularChangesTest;Positive;n = 5;;PartialTransection;Vibraknife;;;;n = 9;;0 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0,18 U in 6 ���l (high dose);Higher;Cervical;
18486695;ScarringTest;Neutral;n = 5;;PartialTransection;Vibraknife;;;;n = 8;;0 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0,06 U in 6 ���l (low dose);None;Cervical;
18486695;ScarringTest;Neutral;n = 5;;PartialTransection;Vibraknife;;;;n = 9;;0 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0,18 U in 6 ���l (high dose);None;Cervical;
18508036;NeuronalCellLossTest;Neutral;n = 4;;PartialTransection;;;;;n = 7;;0 min;MonkeyModel;Adult;Mixed;MacaqueMonkey;4000 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;10 g/l;None;Cervical;
18508036;NeuronalCellLossTest;Neutral;n = 4;;PartialTransection;;;;;n = 7;;0 min;MonkeyModel;Adult;Mixed;MacaqueMonkey;4000 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;10 g/l;None;Cervical;
18584320;ApoptosisTest;Positive;n = 5;;CompleteTransection;;;;;n = 5;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;Lower;Thoracic;
18584320;MolecularChangesTest;Positive;n = 5;;CompleteTransection;;;;;n = 5;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;Lower;Thoracic;
18584320;NonNeuronalCellChangesTest;Positive;n = 5;;CompleteTransection;;;;;n = 5;;60 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;4 mg/kg;Lower;Thoracic;
18607385;BBBSubscoreTest;Neutral;n = 7;5;Contusion;NYUImpactor;;8 g/cm;;n = 7;3;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;CyclosporineA;DeliveryMethod;2.5 mg/kg;None;Thoracic;
18607385;BBBSubscoreTest;Neutral;n = 7;5;Contusion;NYUImpactor;;8 g/cm;;n = 7;5;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;MethylprednisoloneMP;DeliveryMethod;30 mg/kg;None;Thoracic;
18607385;BBBSubscoreTest;Neutral;n = 7;5;Contusion;NYUImpactor;;8 g/cm;;n = 7;4;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;Melatonin;DeliveryMethod;10 mg/kg;None;Thoracic;
18607385;BBBSubscoreTest;Neutral;n = 7;5;Contusion;NYUImpactor;;8 g/cm;;n = 7;4;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;Melatonin;DeliveryMethod;10 mg/kg;None;Thoracic;
18607385;BBBSubscoreTest;Neutral;n = 7;5;Contusion;NYUImpactor;;8 g/cm;;n = 7;5;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;MethylprednisoloneMP;DeliveryMethod;30 mg/kg;None;Thoracic;
18607385;BBBSubscoreTest;Neutral;n = 7;5;Contusion;NYUImpactor;;8 g/cm;;n = 7;3;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;Erythropoietin;DeliveryMethod;2000 u/kg;None;Thoracic;
18607385;BBBSubscoreTest;Neutral;n = 7;5;Contusion;NYUImpactor;;8 g/cm;;n = 7;3;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;CyclosporineA;DeliveryMethod;2.5 mg/kg;None;Thoracic;
18607385;BBBSubscoreTest;Neutral;n = 7;5;Contusion;NYUImpactor;;8 g/cm;;n = 7;5;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;Erythropoietin;DeliveryMethod;2000 u/kg;None;Thoracic;
18607385;BBBTest;Neutral;n = 7;11;Contusion;NYUImpactor;;8 g/cm;;n = 7;11;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;Melatonin;DeliveryMethod;10 mg/kg;None;Thoracic;
18607385;BBBTest;Neutral;n = 7;11;Contusion;NYUImpactor;;8 g/cm;;n = 7;10.5;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;CyclosporineA;DeliveryMethod;2.5 mg/kg;None;Thoracic;
18607385;BBBTest;Neutral;n = 7;11;Contusion;NYUImpactor;;8 g/cm;;n = 7;11;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;Erythropoietin;DeliveryMethod;2000 u/kg;None;Thoracic;
18607385;BBBTest;Neutral;n = 7;11;Contusion;NYUImpactor;;8 g/cm;;n = 7;11;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;MethylprednisoloneMP;DeliveryMethod;30 mg/kg;None;Thoracic;
18607385;LesionVolumeTest;Neutral;n = 7;10;Contusion;NYUImpactor;;8 g/cm;;n = 7;10;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;Melatonin;DeliveryMethod;10 mg/kg;None;Thoracic;
18607385;LesionVolumeTest;Neutral;n = 7;10;Contusion;NYUImpactor;;8 g/cm;;n = 7;9;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;Erythropoietin;DeliveryMethod;2000 u/kg;None;Thoracic;
18607385;LesionVolumeTest;Neutral;n = 7;10;Contusion;NYUImpactor;;8 g/cm;;n = 7;11;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;MethylprednisoloneMP;DeliveryMethod;30 mg/kg;None;Thoracic;
18607385;LesionVolumeTest;Neutral;n = 7;10;Contusion;NYUImpactor;;8 g/cm;;n = 7;9;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;CyclosporineA;DeliveryMethod;2.5 mg/kg;None;Thoracic;
18607385;RearingTest;Neutral;n = 7;6;Contusion;NYUImpactor;;8 g/cm;;n = 7;5;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;Melatonin;DeliveryMethod;10 mg/kg;None;Thoracic;
18607385;RearingTest;Neutral;n = 7;6;Contusion;NYUImpactor;;8 g/cm;;n = 7;6;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;Erythropoietin;DeliveryMethod;2000 u/kg;None;Thoracic;
18607385;RearingTest;Neutral;n = 7;6;Contusion;NYUImpactor;;8 g/cm;;n = 7;9;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;MethylprednisoloneMP;DeliveryMethod;30 mg/kg;None;Thoracic;
18607385;RearingTest;Neutral;n = 7;6;Contusion;NYUImpactor;;8 g/cm;;n = 7;7;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;MethylprednisoloneMP;DeliveryMethod;30 mg/kg;None;Thoracic;
18607385;RearingTest;Neutral;n = 7;6;Contusion;NYUImpactor;;8 g/cm;;n = 7;8;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;Erythropoietin;DeliveryMethod;2000 u/kg;None;Thoracic;
18607385;RearingTest;Neutral;n = 7;6;Contusion;NYUImpactor;;8 g/cm;;n = 7;2;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;Melatonin;DeliveryMethod;10 mg/kg;None;Thoracic;
18607385;RearingTest;Negative;n = 7;6;Contusion;NYUImpactor;;8 g/cm;;n = 7;2;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;CyclosporineA;DeliveryMethod;2.5 mg/kg;Lower;Thoracic;
18607385;RearingTest;Negative;n = 7;6;Contusion;NYUImpactor;;8 g/cm;;n = 7;1;prior;RatModel;Adult;Female;LongEvansRat;;CompoundTreatment;CyclosporineA;DeliveryMethod;2.5 mg/kg;Lower;Thoracic;
18625498;BBBTest;Neutral;n = 15;11.7;Contusion;NYUImpactor;;8 g/cm;;n = 15;11.4;0 min;RatModel;Adult;Female;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;None;Thoracic;
18625498;BBBTest;Neutral;n = 10;10.9;Compression;AneurysmClip;;;20 g;n = 10;11.3;0 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;None;Thoracic;
18625498;CystVolumeTest;Neutral;n = 12;;Contusion;NYUImpactor;;8 g/cm;;n = 12;;0 min;RatModel;Adult;Female;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;None;Thoracic;
18625498;CystVolumeTest;Neutral;n = 12;;Contusion;NYUImpactor;;8 g/cm;;n = 12;;0 min;RatModel;Adult;Female;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;None;Thoracic;
18625498;LesionVolumeTest;Neutral;n = 10;;Compression;AneurysmClip;;;20 g;n = 10;;0 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;None;Thoracic;
18625498;LesionVolumeTest;Neutral;n = 12;;Contusion;NYUImpactor;;8 g/cm;;n = 12;;0 min;RatModel;Adult;Female;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;None;Thoracic;
18625498;LesionVolumeTest;Neutral;n = 10;;Compression;AneurysmClip;;;50 g;n = 10;;0 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;None;Thoracic;
18625498;LesionVolumeTest;Neutral;n = 10;;Compression;AneurysmClip;;;50 g;n = 10;;0 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;None;Thoracic;
18625498;LesionVolumeTest;Neutral;n = 10;;Compression;AneurysmClip;;;20 g;n = 10;;0 min;RatModel;Adult;Female;WistarRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;None;Thoracic;
18625498;LesionVolumeTest;Neutral;n = 12;;Contusion;NYUImpactor;;8 g/cm;;n = 12;;0 min;RatModel;Adult;Female;SpragueDawleyRat;250 g;CompoundTreatment;Erythropoietin;DeliveryMethod;5000 u/kg;None;Thoracic;
18633702;OxidativeStressTest;Positive;n = 14;;Compression;Clip;;;50 g;n = 14;;5 min;RatModel;Adult;Female;WistarRat;300 g;HypothermicTreatment;;DeliveryMethod;27 C;Lower;Thoracic;
18633702;OxidativeStressTest;Positive;n = 14;;Compression;Clip;;;50 g;n = 14;;5 min;RatModel;Adult;Female;WistarRat;300 g;HypothermicTreatment;;DeliveryMethod;27 C;Lower;Thoracic;
18635178;InflammationTest;Positive;n = 7;;Compression;EpiduralClip;;;40 g;n = 7;;60 min;RatModel;Adult;Gender;WistarRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;150 u/kg;FasterDecrease;Thoracic;
18635178;InflammationTest;Positive;n = 7;;Compression;EpiduralClip;;;40 g;n = 7;;30 min;RatModel;Adult;Gender;WistarRat;210 g;CompoundTreatment;Ketamine;DeliveryMethod;100 mg/kg;FasterDecrease;Thoracic;
18635178;OxidativeStressTest;Positive;n = 7;;Compression;EpiduralClip;;;40 g;n = 7;;60 min;RatModel;Adult;Gender;WistarRat;210 g;CompoundTreatment;Ketamine;DeliveryMethod;100 mg/kg;FasterDecrease;Thoracic;
18635178;OxidativeStressTest;Positive;n = 7;;Compression;EpiduralClip;;;40 g;n = 7;;30 min;RatModel;Adult;Gender;WistarRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;150 u/kg;FasterIncrease;Thoracic;
18635178;OxidativeStressTest;Positive;n = 7;;Compression;EpiduralClip;;;40 g;n = 7;;60 min;RatModel;Adult;Gender;WistarRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;150 u/kg;FasterDecrease;Thoracic;
18635178;OxidativeStressTest;Positive;n = 7;;Compression;EpiduralClip;;;40 g;n = 7;;30 min;RatModel;Adult;Gender;WistarRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;150 u/kg;FasterIncrease;Thoracic;
18635178;OxidativeStressTest;Positive;n = 7;;Compression;EpiduralClip;;;40 g;n = 7;;60 min;RatModel;Adult;Gender;WistarRat;210 g;CompoundTreatment;Ketamine;DeliveryMethod;100 mg/kg;FasterIncrease;Thoracic;
18635178;OxidativeStressTest;Neutral;n = 7;;Compression;EpiduralClip;;;40 g;n = 7;;30 min;RatModel;Adult;Gender;WistarRat;210 g;CompoundTreatment;Ketamine;DeliveryMethod;100 mg/kg;None;Thoracic;
18838063;BBBTest;Neutral;n = 8;11.8;Contusion;NYUImpactor;;8 g/cm;;n = 15;12.1;0 min;RatModel;Adult;Male;SpragueDawleyRat;250 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;None;Thoracic;
18838063;BBBTest;Neutral;n = 7;11.8;Contusion;NYUImpactor;;8 g/cm;;n = 15;12;0 min;RatModel;Adult;Male;SpragueDawleyRat;250 g;CompoundTreatment;MinocyclineMC;InjectionDelivery;90 mg/kg;None;Thoracic;
18838063;LesionVolumeTest;Neutral;n = 7;;Contusion;NYUImpactor;;8 g/cm;;n = 15;;0 min;RatModel;Adult;Male;SpragueDawleyRat;250 g;CompoundTreatment;MinocyclineMC;InjectionDelivery;90 mg/kg;None;Thoracic;
18838063;LesionVolumeTest;Neutral;n = 8;;Contusion;NYUImpactor;;8 g/cm;;n = 15;;0 min;RatModel;Adult;Male;SpragueDawleyRat;250 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;90 mg/kg;None;Thoracic;
18849175;InflammationTest;Positive;n = 8;;PartialTransection;;;;;n = 8;;30 min;RatModel;Adult;Male;WistarRat;235 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;40 mg/kg;Lower;Thoracic;
18849175;MechanicalAllodyniaTest;Positive;n = 8;;PartialTransection;;;;;n = 8;;30 min;RatModel;Adult;Male;WistarRat;235 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;40 mg/kg;Lower;Thoracic;
18849175;NeuronalActivityTest;Positive;n = 8;;PartialTransection;;;;;n = 8;;30 min;RatModel;Adult;Male;WistarRat;235 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;40 mg/kg;Higher;Thoracic;
18849175;ThermalHyperalgesiaTest;Positive;n = 8;;PartialTransection;;;;;n = 8;;30 min;RatModel;Adult;Male;WistarRat;235 g;CompoundTreatment;MinocyclineMC;DeliveryMethod;40 mg/kg;Lower;Thoracic;
18930033;AstrogliosisTest;Positive;n = 3;;PartialTransection;;;;;n = 3;;0 min;RatModel;Adult;Female;SpragueDawleyRat;275 g;CompoundTreatment;VimentinAntiSenseDNA;DeliveryMethod;0.06 U;Lower;Thoracic;
18930033;AstrogliosisTest;Neutral;n = 3;;PartialTransection;;;;;n = 3;;0 min;RatModel;Adult;Female;SpragueDawleyRat;275 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;None;Thoracic;
18930033;CystVolumeTest;Positive;n = 3;;PartialTransection;;;;;n = 3;;0 min;RatModel;Adult;Female;SpragueDawleyRat;275 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;Lower;Thoracic;
18930033;NonNeuronalCellChangesTest;Positive;n = 3;;PartialTransection;;;;;n = 3;;0 min;RatModel;Adult;Female;SpragueDawleyRat;275 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;Lower;Thoracic;
19053058;MyelinationTest;Positive;n = 6;;CompleteTransection;;;;;n = 6;;180 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;16 mg/kg;Higher;Thoracic;
19053058;NeuronalCellLossTest;Positive;n = 6;;CompleteTransection;;;;;n = 6;;180 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;16 mg/kg;Lower;Thoracic;
19053058;NeuronalCellLossTest;Positive;n = 6;;CompleteTransection;;;;;n = 6;;180 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;16 mg/kg;Lower;Thoracic;
19053058;OligodendrogliaChangesTest;Positive;n = 6;;CompleteTransection;;;;;n = 6;;180 min;RatModel;Adult;Male;SpragueDawleyRat;275 g;CompoundTreatment;Progesterone;InjectionDelivery;16 mg/kg;Higher;Thoracic;
19109493;AxonalRegenerationTest;Positive;n = 8;;Contusion;Forceps;;;;n = 8;;0 min;MouseModel;Adult;Mixed;MouseSpecies;22.5 g;CompoundTreatment;ChondroitinaseABC;InfusionDelivery;0.06 U;Higher;Thoracic;
19109493;AxonalRegenerationTest;Positive;n = 8;;Contusion;Forceps;;;;n = 8;;0 min;MouseModel;Adult;Mixed;MouseSpecies;22.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;Higher;Thoracic;
19109493;MolecularChangesTest;Neutral;n = 8;;Contusion;Forceps;;;;n = 8;;0 min;MouseModel;Adult;Mixed;MouseSpecies;22.5 g;CompoundTreatment;ChondroitinaseABC;InfusionDelivery;0.06 U;None;Thoracic;
19109493;MolecularChangesTest;Neutral;n = 8;;Contusion;Forceps;;;;n = 8;;0 min;MouseModel;Adult;Mixed;MouseSpecies;22.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;None;Thoracic;
19109493;MolecularChangesTest;Neutral;n = 8;;Contusion;Forceps;;;;n = 8;;0 min;MouseModel;Adult;Mixed;MouseSpecies;22.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;Higher;Thoracic;
19109493;NeuronalCellLossTest;Positive;n = 8;;Contusion;Forceps;;;;n = 8;;0 min;MouseModel;Adult;Mixed;MouseSpecies;22.5 g;CompoundTreatment;ChondroitinaseABC;InfusionDelivery;0.06 U;Lower;Thoracic;
19109493;NeuronalCellLossTest;Positive;n = 8;;Contusion;Forceps;;;;n = 8;;0 min;MouseModel;Adult;Mixed;MouseSpecies;22.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;Lower;Thoracic;
19109493;NonNeuronalCellChangesTest;Positive;n = 8;;Contusion;Forceps;;;;n = 8;;0 min;MouseModel;Adult;Mixed;MouseSpecies;22.5 g;CompoundTreatment;ChondroitinaseABC;InfusionDelivery;0.06 U;Lower;Thoracic;
19109493;NonNeuronalCellChangesTest;Positive;n = 8;;Contusion;Forceps;;;;n = 8;;0 min;MouseModel;Adult;Mixed;MouseSpecies;22.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;Lower;Thoracic;
19109493;NonNeuronalCellChangesTest;Positive;n = 8;;Contusion;Forceps;;;;n = 8;;0 min;MouseModel;Adult;Mixed;MouseSpecies;22.5 g;CompoundTreatment;ChondroitinaseABC;DeliveryMethod;0.06 U;Lower;Thoracic;
19109493;NonNeuronalCellChangesTest;Positive;n = 8;;Contusion;Forceps;;;;n = 8;;0 min;MouseModel;Adult;Mixed;MouseSpecies;22.5 g;CompoundTreatment;ChondroitinaseABC;InfusionDelivery;0.06 U;Lower;Thoracic;
19125588;BBBTest;Positive;n = 22;7.7;Contusion;MASCISImpactor;;4 g/cm;;n = 25;9.4;4320 min;RatModel;Adult;Female;SpragueDawleyRat;260 g;CompoundTreatment;Ibuprofen;InjectionDelivery;70 mg/kg;Higher;Thoracic;
19125588;MolecularChangesTest;Positive;n = 22;;Contusion;MASCISImpactor;;4 g/cm;;n = 25;;4320 min;RatModel;Adult;Female;SpragueDawleyRat;260 g;CompoundTreatment;Ibuprofen;InjectionDelivery;70 mg/kg;Lower;Thoracic;
19125588;OpenFieldTest;Positive;n = 22;;Contusion;MASCISImpactor;;4 g/cm;;n = 25;;4320 min;RatModel;Adult;Female;SpragueDawleyRat;260 g;CompoundTreatment;Ibuprofen;InjectionDelivery;70 mg/kg;Higher;Thoracic;
19250688;ApoptosisTest;Positive;;;Compression;Clip;;;50 g;;;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
19250688;InflammationTest;Positive;;;Compression;Clip;;;50 g;;;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
19250688;InflammationTest;Positive;;100;Compression;Clip;;;50 g;;65;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Lower;Thoracic;
19250688;NeuroprotectionTest;Positive;;;Compression;Clip;;;50 g;;;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
19250688;NeuroprotectionTest;Positive;;;Compression;Clip;;;50 g;;;120 min;RatModel;Adult;Female;WistarRat;275 g;CompoundTreatment;AntiCD11dAntibody;InjectionDelivery;1 mg/kg;Higher;Thoracic;
19291225;AxonalRegenerationTest;Positive;n = 6;;PartialTransection;;;;;n = 7;;0 min;MonkeyModel;Adult;Mixed;MacaqueMonkey;4000 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;10 g/l;Higher;Cervical;
19291225;AxonalRegenerationTest;Positive;n = 6;;PartialTransection;;;;;n = 7;;0 min;MonkeyModel;Adult;Mixed;MacaqueMonkey;4000 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;10 g/l;Higher;Cervical;
19291225;LesionVolumeTest;Positive;n = 6;;PartialTransection;;;;;n = 7;;0 min;MonkeyModel;Adult;Mixed;MacaqueMonkey;4000 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;10 g/l;Lower;Cervical;
19291225;LesionVolumeTest;Positive;n = 6;;PartialTransection;;;;;n = 7;;0 min;MonkeyModel;Adult;Mixed;MacaqueMonkey;4000 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;10 g/l;Lower;Cervical;
19291225;ManualDexterityTest;Positive;n = 6;;PartialTransection;;;;;n = 7;;0 min;MonkeyModel;Adult;Mixed;MacaqueMonkey;4000 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;10 g/l;Higher;Cervical;
19291225;ManualDexterityTest;Positive;n = 6;;PartialTransection;;;;;n = 7;;0 min;MonkeyModel;Adult;Mixed;MacaqueMonkey;4000 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;10 g/l;Higher;Cervical;
19317592;BBBTest;Positive;n = 10;7.2;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 10;8.2;15 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;Magnesium;DeliveryMethod;;Higher;Thoracic;
19317592;BBBTest;Positive;;10;Contusion;InfiniteHorizonImpactor;;1.5 n;;;12;15 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;Magnesium;InjectionDelivery;190 ��mol/kg;Higher;Thoracic;
19317592;LesionVolumeTest;Positive;;;Contusion;InfiniteHorizonImpactor;;1.5 n;;;;15 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;Magnesium;InjectionDelivery;190 ��mol/kg;Lower;Thoracic;
19317592;LesionVolumeTest;Positive;n = 10;;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 10;;15 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;Magnesium;DeliveryMethod;;Lower;Thoracic;
19317592;LesionVolumeTest;Positive;;100;Contusion;InfiniteHorizonImpactor;;1.5 n;;;67;15 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;Magnesium;InjectionDelivery;190 ��mol/kg;Lower;Thoracic;
19317592;LesionVolumeTest;Neutral;n = 10;;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 10;;15 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;Magnesium;InjectionDelivery;60 mg/kg;None;Thoracic;
19317592;LesionVolumeTest;Neutral;n = 10;;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 10;;15 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;1000 mg/kg;None;Thoracic;
19317592;LesionVolumeTest;Neutral;n = 10;;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 10;;15 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;Magnesium;InjectionDelivery;1000 mg/kg;None;Thoracic;
19317592;NeuroprotectionTest;Positive;;;Contusion;InfiniteHorizonImpactor;;1.5 n;;;;15 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;Magnesium;InjectionDelivery;190 ��mol/kg;Higher;Thoracic;
19317592;NeuroprotectionTest;Positive;;;Contusion;InfiniteHorizonImpactor;;1.5 n;;;;15 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;Magnesium;InjectionDelivery;254 ��mol/kg;Higher;Thoracic;
19317592;NeuroprotectionTest;Positive;;;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 5;;15 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;Magnesium;DeliveryMethod;254 ��mol/kg;Higher;Thoracic;
19317592;OpenFieldTest;Neutral;n = 10;;Contusion;InfiniteHorizonImpactor;;1.5 n;;n = 10;;15 min;RatModel;Adult;Female;SpragueDawleyRat;212.5 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;1000 mg/kg;None;Thoracic;
19350644;BBBTest;Positive;n = 14;11;Contusion;OSUImpactor;;;;n = 13;11;5 min;RatModel;Adult;Female;FischerRat;190 g;HypothermicTreatment;;DeliveryMethod;;Higher;Cervical;33 C
19350644;ForelimbStrengthTest;Positive;n = 14;;Contusion;OSUImpactor;;;;n = 13;;5 min;RatModel;Adult;Female;FischerRat;190 g;HypothermicTreatment;;DeliveryMethod;;Higher;Cervical;33 C
19350644;InclinedPlaneTest;Neutral;n = 14;;Contusion;OSUImpactor;;;;n = 13;;5 min;RatModel;Adult;Female;FischerRat;190 g;HypothermicTreatment;;DeliveryMethod;;None;Cervical;33 C
19350644;LesionVolumeTest;Positive;n = 14;;Contusion;OSUImpactor;;;;n = 13;;5 min;RatModel;Adult;Female;FischerRat;190 g;HypothermicTreatment;;DeliveryMethod;;Higher;Cervical;33 C
19350644;NeuronalCellLossTest;Positive;n = 14;;Contusion;OSUImpactor;;;;n = 13;;5 min;RatModel;Adult;Female;FischerRat;190 g;HypothermicTreatment;;DeliveryMethod;;Lower;Cervical;33 C
19350644;NeuronalCellLossTest;Positive;n = 14;;Contusion;OSUImpactor;;;;n = 13;;5 min;RatModel;Adult;Female;FischerRat;190 g;HypothermicTreatment;;DeliveryMethod;;Lower;Cervical;33 C
19368865;LethargyObservation;Positive;n = 4;;CompleteTransection;;;;;n = 4;;40320 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Riluzole;DeliveryMethod;8 mg/kg;Lower;Thoracic;
19368865;LethargyObservation;Neutral;n = 4;;CompleteTransection;;;;;n = 4;;40320 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Riluzole;DeliveryMethod;10 mg/kg;Higher;Thoracic;
19368865;SpasticityObservation;Positive;n = 4;;CompleteTransection;;;;;n = 4;;40320 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Riluzole;DeliveryMethod;8 mg/kg;Lower;Thoracic;
19368865;SpasticityObservation;Positive;n = 4;;CompleteTransection;;;;;n = 4;;40320 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Riluzole;DeliveryMethod;10 mg/kg;Lower;Thoracic;
19368865;SpasticityObservation;Positive;n = 4;;CompleteTransection;;;;;n = 4;;40320 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Riluzole;DeliveryMethod;8 mg/kg;Lower;Thoracic;
19368865;SpasticityObservation;Neutral;n = 4;;CompleteTransection;;;;;n = 4;;40320 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;Riluzole;DeliveryMethod;10 mg/kg;Higher;Thoracic;
19372269;AxonalRegenerationTest;Positive;n = 7;;PartialTransection;;;;;n = 7;;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;3 g/l;Higher;Thoracic;
19372269;AxonalRegenerationTest;Positive;n = 7;;PartialTransection;;;;;n = 7;;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;3 g/l;Higher;Thoracic;
19372269;AxonalRegenerationTest;Positive;n = 7;;PartialTransection;;;;;n = 7;;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;3 g/l;Higher;Thoracic;
19372269;AxonalRegenerationTest;Positive;n = 7;;PartialTransection;;;;;n = 7;;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;3 g/l;Higher;Thoracic;
19372269;AxonalRegenerationTest;Neutral;n = 7;;PartialTransection;;;;;n = 7;;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;3 g/l;None;Thoracic;
19372269;AxonalRegenerationTest;Neutral;n = 7;;PartialTransection;;;;;n = 7;;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;3 g/l;None;Thoracic;
19372269;WalkingAnalysisTest;Positive;n = 17;;PartialTransection;;;;;n = 17;;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;3 g/l;Higher;Thoracic;
19372269;WalkingAnalysisTest;Positive;n = 17;;PartialTransection;;;;;n = 17;;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;3 g/l;Higher;Thoracic;
19372269;WalkingAnalysisTest;Positive;n = 17;;PartialTransection;;;;;n = 17;;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;3 g/l;Lower;Thoracic;
19372269;WalkingAnalysisTest;Positive;n = 17;;PartialTransection;;;;;n = 17;;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;3 g/l;Higher;Thoracic;
19372269;WalkingAnalysisTest;Positive;n = 17;;PartialTransection;;;;;n = 17;;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;3 g/l;Higher;Thoracic;
19372269;WalkingAnalysisTest;Positive;n = 17;;PartialTransection;;;;;n = 17;;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;3 g/l;Lower;Thoracic;
19372269;WalkingAnalysisTest;Positive;n = 17;;PartialTransection;;;;;n = 17;;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;3 g/l;Higher;Thoracic;
19372269;WalkingAnalysisTest;Positive;n = 17;;PartialTransection;;;;;n = 17;;0 min;RatModel;Adult;Female;SpragueDawleyRat;225 g;CompoundTreatment;AntiNogoAAntibody;DeliveryMethod;3 g/l;Higher;Thoracic;
19383246;AxonalRegenerationTest;Positive;n = 20;;Contusion;WeightDrop;;2 g/cm;;n = 20;;0 min;RatModel;Adult;Male;SpragueDawleyRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;Higher;Thoracic;
19383246;BBBTest;Positive;n = 20;9;Contusion;WeightDrop;;2 g/cm;;n = 20;11;0 min;RatModel;Adult;Male;SpragueDawleyRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;Higher;Thoracic;
19383246;LesionVolumeTest;Positive;n = 20;;Contusion;WeightDrop;;2 g/cm;;n = 20;;0 min;RatModel;Adult;Male;SpragueDawleyRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;Lower;Thoracic;
19383246;LesionVolumeTest;Positive;n = 20;;Contusion;WeightDrop;;2 g/cm;;n = 20;;0 min;RatModel;Adult;Male;SpragueDawleyRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;Lower;Thoracic;
19383246;MolecularChangesTest;Positive;n = 20;;Contusion;WeightDrop;;2 g/cm;;n = 20;;0 min;RatModel;Adult;Male;SpragueDawleyRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;Lower;Thoracic;
19383246;MolecularChangesTest;Positive;n = 20;;Contusion;WeightDrop;;2 g/cm;;n = 20;;0 min;RatModel;Adult;Male;SpragueDawleyRat;210 g;CompoundTreatment;Erythropoietin;DeliveryMethod;1000 u/kg;Higher;Thoracic;
19429019;ApoptosisTest;Positive;n = 6;;Contusion;WeightDrop;;0.83333333 g/cm;;n = 6;;120 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;DeliveryMethod;5 mg/kg;Lower;Thoracic;
19429019;ApoptosisTest;Positive;n = 6;;Contusion;WeightDrop;;0.83333333 g/cm;;n = 6;;120 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;DeliveryMethod;5 mg/kg;Lower;Thoracic;
19429019;ApoptosisTest;Positive;n = 11;;Contusion;WeightDrop;;0.83333333 g/cm;;n = 8;;120 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;DeliveryMethod;5 mg/kg;Lower;Thoracic;
19429019;ApoptosisTest;Positive;n = 11;;Contusion;WeightDrop;;0.83333333 g/cm;;n = 8;;120 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;DeliveryMethod;5 mg/kg;Lower;Thoracic;
19429019;BBBTest;Positive;n = 6;10;Contusion;WeightDrop;;0.83333333 g/cm;;n = 6;14;120 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;DeliveryMethod;5 mg/kg;Higher;Thoracic;
19429019;LesionVolumeTest;Neutral;n = 11;;Contusion;WeightDrop;;0.83333333 g/cm;;n = 8;;120 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;DeliveryMethod;5 mg/kg;None;Thoracic;
19429019;LesionVolumeTest;Neutral;n = 6;;Contusion;WeightDrop;;0.83333333 g/cm;;n = 6;;120 min;RatModel;Adult;Female;SpragueDawleyRat;237.5 g;CompoundTreatment;AtorvastatinAT;DeliveryMethod;5 mg/kg;None;Thoracic;
19441987;BBBTest;Positive;n = 13;8.6;Contusion;NYUImpactor;;8 g/cm;;n = 0;13.8;480 min;RatModel;Adult;Female;SpragueDawleyRat;275 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;Higher;Thoracic;
19441987;BBBTest;Positive;n = 13;3.9;Contusion;NYUImpactor;;4 g/cm;;n = 20;6.9;10 min;RatModel;Adult;Female;SpragueDawleyRat;275 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;Higher;Thoracic;
19441987;BBBTest;Neutral;n = 13;8.6;Contusion;NYUImpactor;;8 g/cm;;n = 0;8;720 min;RatModel;Adult;Female;SpragueDawleyRat;275 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;None;Thoracic;
19441987;LesionVolumeTest;Positive;n = 13;;Contusion;NYUImpactor;;4 g/cm;;n = 17;;10 min;RatModel;Adult;Female;SpragueDawleyRat;275 g;CompoundTreatment;Magnesium;DeliveryMethod;30 mg/kg;Lower;Thoracic;
19441987;LesionVolumeTest;Positive;n = 13;;Contusion;NYUImpactor;;4 g/cm;;n = 20;;10 min;RatModel;Adult;Female;SpragueDawleyRat;275 g;CompoundTreatment;Magnesium;DeliveryMethod;600 mg/kg;Lower;Thoracic;
19441987;LesionVolumeTest;Positive;n = 13;;Contusion;NYUImpactor;;4 g/cm;;n = 20;;10 min;RatModel;Adult;Female;SpragueDawleyRat;275 g;CompoundTreatment;Magnesium;DeliveryMethod;;Lower;Thoracic;
19458542;ApoptosisTest;Neutral;n = 5;47;Compression;EpiduralClip;;;35 g;n = 5;41;60 min;RatModel;Adult;Female;WistarRat;225 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;1000 mg/kg;None;Cervical;
19458542;ApoptosisTest;Neutral;n = 5;55;Compression;EpiduralClip;;;35 g;n = 5;35;60 min;RatModel;Adult;Female;WistarRat;225 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;1000 mg/kg;None;Cervical;
19458542;AxonalRegenerationTest;Positive;n = 10;33.8;Compression;EpiduralClip;;;35 g;n = 12;55.9;60 min;RatModel;Adult;Female;WistarRat;225 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;1000 mg/kg;Higher;Cervical;
19458542;BBBTest;Positive;n = 11;4.5;Compression;EpiduralClip;;;35 g;n = 12;7.2;60 min;RatModel;Adult;Female;WistarRat;225 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;1000 mg/kg;Higher;Cervical;
19458542;InclinedPlaneTest;Neutral;n = 11;37.9;Compression;EpiduralClip;;;35 g;n = 12;40;60 min;RatModel;Adult;Female;WistarRat;225 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;1000 mg/kg;None;Cervical;
19458542;LesionVolumeTest;Positive;n = 10;67.7;Compression;EpiduralClip;;;35 g;n = 12;84.1;60 min;RatModel;Adult;Female;WistarRat;225 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;1000 mg/kg;Lower;Cervical;
19458542;MolecularChangesTest;Positive;n = 3;0.24;Compression;EpiduralClip;;;35 g;n = 3;0.38;60 min;RatModel;Adult;Female;WistarRat;225 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;1000 mg/kg;Higher;Cervical;
19458542;NeuronalCellLossTest;Positive;n = 5;0.18;Compression;EpiduralClip;;;35 g;n = 5;0.46;60 min;RatModel;Adult;Female;WistarRat;225 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;1000 mg/kg;Lower;Cervical;
19458542;OligodendrogliaChangesTest;Neutral;n = 5;0.9;Compression;EpiduralClip;;;35 g;n = 5;0.95;60 min;RatModel;Adult;Female;WistarRat;225 g;CompoundTreatment;PolyethyleneGlycolPEG;InjectionDelivery;1000 mg/kg;None;Cervical;
1010461440;AstrogliosisTest;Neutral;n = 5;;Compression;;;;50 g;n = 5;;0 min;RatModel;Adult;Male;SpragueDawleyRat;387 g;HypothermicTreatment;;DeliveryMethod;;Lower;Thoracic;30 C