This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbibliography.json
7174 lines (7174 loc) · 235 KB
/
bibliography.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"publisher": "Mayfield",
"ISBN": "0874840538 9780874840537",
"publisher-place": "Mountain View, CA",
"shortTitle": "Dictionary of word roots and combining forms",
"title": "Dictionary of word roots and combining forms: compiled from the Greek, Latin, and other languages, with special reference to biological terms and scientific names",
"language": "English",
"issued": {
"date-parts": [
[
"1960"
]
]
},
"author": [
{
"given": "Donald J.",
"family": "Borror"
}
],
"source": "Open WorldCat",
"event-place": "Mountain View, CA",
"type": "book",
"id": "borror:1960dictionary"
},
{
"publisher": "Clarendon Press",
"ISBN": "0198642245",
"publisher-place": "Oxford",
"title": "Oxford Latin dictionary",
"call-number": "PA2365.E5 O9 1982b",
"number-of-pages": "2126",
"source": "Library of Congress ISBN",
"event-place": "Oxford",
"issued": {
"date-parts": [
[
"1982"
]
]
},
"type": "book",
"id": "glare:1982oxford",
"editor": [
{
"given": "P.G.W.",
"family": "Glare"
}
]
},
{
"note": "PMID: 16016791\nPMCID: PMC194697",
"author": [
{
"given": "George L.",
"family": "Banay"
}
],
"title": "An Introduction to Medical Terminology. I. Greek and Latin Derivations",
"URL": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC194697/",
"issue": "1",
"ISSN": "0025-7338",
"page": "1-27",
"volume": "36",
"source": "PubMed Central",
"issued": {
"date-parts": [
[
"1948",
1
]
]
},
"container-title": "Bulletin of the Medical Library Association",
"accessed": {
"date-parts": [
[
"2014",
9,
9
]
]
},
"journalAbbreviation": "Bull Med Libr Assoc",
"type": "article-journal",
"id": "banay:1948introduction"
},
{
"publisher": "Davis",
"ISBN": "0803600321",
"publisher-place": "Philadelphia",
"shortTitle": "Dunmore and Fleischer's medical terminology",
"title": "Dunmore and Fleischer's medical terminology: Exercises in etymology",
"call-number": "R123 .D86 2004",
"abstract": "Focuses on the terminology of the anatomy. As the title suggests, the bulk of the book consists of exercises; it seems quite good at what it does. Integrates some interesting details from classical mythology and medicine (seemingly drawing some inspiration from the Masciantonio collection or a common source).",
"author": [
{
"given": "Cheryl",
"family": "Walker-Esbaugh"
},
{
"given": "Laine H.",
"family": "McCarthy"
},
{
"given": "Rhonda A.",
"family": "Sparks"
}
],
"number-of-pages": "301",
"edition": "3",
"source": "Library of Congress ISBN",
"issued": {
"date-parts": [
[
"2004"
]
]
},
"event-place": "Philadelphia",
"type": "book",
"id": "esbaugh:2004dunmore"
},
{
"DOI": "10.1097/00000372-200106000-00025",
"language": "en",
"shortTitle": "The Different Originality of Homer and Thucydides",
"title": "The Different Originality of Homer and Thucydides",
"URL": "http://content.wkhealth.com/linkback/openurl?sid=WKPTLP:landingpage&an=00000372-200106000-00025",
"issue": "3",
"ISSN": "0193-1091",
"page": "274-275",
"volume": "23",
"source": "CrossRef",
"issued": {
"date-parts": [
[
"2001",
6
]
]
},
"author": [
{
"given": "Carmelo",
"family": "Urso"
}
],
"container-title": "The American Journal of Dermatopathology",
"accessed": {
"date-parts": [
[
"2014",
8,
30
]
]
},
"type": "article-journal",
"id": "urso:2001different"
},
{
"DOI": "10.1016/S0940-9602(03)80067-5",
"author": [
{
"given": "J.",
"family": "Krmpoti\u0107-Nemani\u0107"
},
{
"given": "I.",
"family": "Vinter"
}
],
"title": "Missing and incorrect terms in terminologia anatomica (1998)",
"URL": "http://www.sciencedirect.com/science/article/pii/S0940960203800675",
"issue": "4",
"abstract": "Summary\nBased on our studies we suggest that the term articulation femoropatellaris should be introduced in the new anatomic terminology, because of the importance of this entity in the function and pathology of the knee joint. In order to indicate that the condylar surfaces, having a different function are separated from the patellar surface of the femur, the term \u201clinea condylopatellaris medialis and linea condylopatellaris lateralis\u201d should be introduced in the anatomical terminology.\n\nThe term \u201cnodus lymphoideus\u201d should be changed to nodus lymphaticus because the adjective lymphaticus means belonging to the node in question while the adjective lymphoideus means \u201csimilar\u201d, which is not correct.",
"ISSN": "0940-9602",
"page": "387-388",
"volume": "185",
"source": "ScienceDirect",
"issued": {
"date-parts": [
[
"2003",
7
]
]
},
"container-title": "Annals of Anatomy/Anatomischer Anzeiger",
"accessed": {
"date-parts": [
[
"2014",
9,
9
]
]
},
"type": "article-journal",
"id": "nemani\u0107:2003missing"
},
{
"publisher": "Oxford University Press",
"ISBN": "9780199580316",
"publisher-place": "Oxford",
"title": "Oxford Latin dictionary",
"call-number": "PA2365.E5 O9 2012",
"edition": "2",
"source": "Library of Congress ISBN",
"issued": {
"date-parts": [
[
"2012"
]
]
},
"number-of-volumes": "2",
"event-place": "Oxford",
"type": "book",
"id": "glare:2012oxford",
"editor": [
{
"given": "P.G.W.",
"family": "Glare"
}
]
},
{
"publisher": "Elsevier",
"ISBN": "0444512721",
"publisher-place": "Amsterdam",
"shortTitle": "Elsevier's dictionary of plant names of North America, including Mexico",
"title": "Elsevier's dictionary of plant names of North America, including Mexico: in Latin, Spanish (Mexican and European) and English (American)",
"call-number": "QK13 .W49 2003",
"number-of-pages": "600",
"source": "Library of Congress ISBN",
"event-place": "Amsterdam",
"issued": {
"date-parts": [
[
"2003"
]
]
},
"type": "book",
"id": "white:2003elsevier",
"editor": [
{
"given": "Richard C.",
"family": "White"
}
]
},
{
"note": "PMID: 11433607",
"author": [
{
"given": "Alena",
"family": "Ivanov\u00e1"
},
{
"given": "Anna",
"family": "Holom\u00e1\u0148ov\u00e1"
}
],
"title": "Anatomic nomenclature by Vesalius",
"URL": "http://www.bmj.sk/2001/10203-08.pdf",
"issue": "3",
"abstract": "Our paper deals with the situation of medieval anatomy language in the pre-Vesalian period. It also explains the necessity of terminology reform undertaken by Vesalius in his De humani corporis fabrica. It describes formation principles of the scientific language of anatomy based on pure classical Latin while eliminating Arabic and Greek elements. Emphasis is laid on Vesalius' effort to unify terms as far as their meaning is concerned, to record lexical items and to create a permanent nomenclature in order to eliminate discrepancies in this field of communication. Our paper contains a lot of information on terminology demonstrating Vesalius' language reform and reminding us of his great achievement, for which he is considered a forerunner of anatomy nomenclature codification. (Ref. 5.)",
"ISSN": "0006-9248",
"page": "169-173",
"volume": "102",
"source": "NCBI PubMed",
"issued": {
"date-parts": [
[
"2001"
]
]
},
"container-title": "Bratislavsk\u00e9 lek\u00e1rske listy/Bratislava Medical Journal",
"journalAbbreviation": "Bratisl Lek Listy",
"type": "article-journal",
"id": "ivanov\u00e1:2001anatomic"
},
{
"note": "PMID: 24123982",
"DOI": "10.1002/ajmg.a.36244",
"author": [
{
"given": "John M",
"family": "Opitz"
},
{
"given": "Giovanni",
"family": "Neri"
}
],
"language": "eng",
"title": "Historical perspective on developmental concepts and terminology",
"issue": "11",
"abstract": "In their ontogeny and phylogeny all living beings are historical entities. The revolution in biology of the 18th and 19th centuries that did away with the scala naturae according to which we humans, the acme of creation, \"made a little lower than the angels,\" also led to the gradual realization that a humble one-celled protist (\"protoctist\"), such as Entamoeba histolytica of ill repute [Margulis and Chapman, ] has the same 4-billion-year phylogeny as that of Homo sapiens, vivid testimony to common ancestry and the relatedness of all living beings on earth. The group of medical geneticists who assembled at the NIH, Bethesda, MD this January to address terms pertaining to human ontogeny, did so in the long tradition of Sydenham, Linnaeus, Meckel, Geoffroy St-Hilaire p\u00e8re et fils, Wilhelm His and so many others before who had over the previous two centuries wrestled as earnestly as they could with concepts of \"classification\" and nomenclature of developmental anomalies. The prior massive need for classification per se in medical morphology has diminished over the years in favor of ever more sophisticated understanding of pathogenesis and cause through experimental biology and genetics; however, in the winter of 2013 it was still found prudent to respect terminological precedent on general terms while recognizing recent advances in developmental pathology requiring clarification and definition of special terms. Efforts along similar lines instigated by the German Society of Anatomists at their first meeting in Leipzig in 1887 culminated, after intense years of work by hundreds of experts and consultants under the goad of Wilhelm His, in the Basel Nomina Anatomica [BNA, His (1895)]. His, himself, stated prefatorily that the BNA had no legislative weight, only an evanescent consensus of many to be amended in the future as needed and indicated. Without hubris, no one before or after will do the same. The more substantial the consensus the more permanent the structure. After some 120 years the BNA is alive and flourishing. Now retitled Terminologia Anatomica, it has been amended and added to many times, is still in Latin but now with synonyms in English, the new lingua franca of science, for every anatomical, histological and embryological term. May our successors be equally effective.",
"ISSN": "1552-4833",
"page": "2711-2725",
"volume": "161A",
"source": "NCBI PubMed",
"issued": {
"date-parts": [
[
"2013",
11
]
]
},
"container-title": "American journal of medical genetics",
"journalAbbreviation": "Am. J. Med. Genet. A",
"type": "article-journal",
"id": "opitz:2013historical"
},
{
"publisher": "Elsevier",
"ISBN": "0444989692",
"publisher-place": "Amsterdam",
"shortTitle": "Dictionary of weeds of eastern Europe",
"title": "Elsevier's dictionary of weeds of eastern Europe: their common names and importance in Latin, Albanian, Bulgarian, Czech, German, English, Greek, Hungarian, Polish, Romanian, Russian, Serbo-Croat, and Slovak",
"call-number": "SB613.E852 D53 1987",
"number-of-pages": "479",
"source": "Library of Congress ISBN",
"event-place": "Amsterdam",
"issued": {
"date-parts": [
[
"1987"
]
]
},
"type": "book",
"id": "williams:1987elsevier",
"editor": [
{
"given": "Gareth",
"family": "Williams"
},
{
"given": "Ka\u0301roly",
"family": "Hunyadi"
}
]
},
{
"publisher": "Saunders/Elsevier",
"ISBN": "9781455728466",
"publisher-place": "Saint Louis, MO",
"title": "The language of medicine",
"call-number": "R123 .C43 2014",
"author": [
{
"given": "Davi-Ellen",
"family": "Chabner"
}
],
"number-of-pages": "1041",
"edition": "10",
"source": "Library of Congress ISBN",
"issued": {
"date-parts": [
[
"2014"
]
]
},
"event-place": "Saint Louis, MO",
"type": "book",
"id": "chabner:2014language"
},
{
"publisher": "Lippincott Williams & Wilkins",
"ISBN": "0781733901",
"publisher-place": "Philadelphia",
"title": "Stedman's medical dictionary",
"URL": "http://link.library.utoronto.ca/eir/EIRdetail.cfm?Resources__ID=14615",
"call-number": "R121 .S8 2006",
"edition": "28",
"source": "Library of Congress ISBN",
"issued": {
"date-parts": [
[
"2006"
]
]
},
"event-place": "Philadelphia",
"type": "book",
"id": "stegman:2006stedman",
"editor": [
{
"given": "Julie K.",
"family": "Stegman"
},
{
"given": "Eric",
"family": "Branger"
},
{
"given": "Tiffany",
"family": "Piper"
},
{
"given": "Thomas W.",
"family": "Filardo"
},
{
"given": "John H.",
"family": "Dirckx"
},
{
"given": "Raymond",
"family": "Lukens"
},
{
"given": "William R.",
"family": "Hensyl"
}
]
},
{
"DOI": "10.1002/ca.21185",
"language": "en",
"shortTitle": "AnatomicalTerms.info",
"title": "AnatomicalTerms.info: Heading for an online solution to the anatomical synonym problem. Hurdles in data-reuse from the <i>Terminologia Anatomica</i> and the foundational model of anatomy and potentials for future development",
"URL": "http://onlinelibrary.wiley.com/doi/10.1002/ca.21185/abstract",
"issue": "7",
"abstract": "The many synonyms for anatomical structures confuse medical students and complicate medical communication. Easily accessible translations would alleviate this problem. None of the presently available resources\u2014Terminologia Anatomica (TA), digital terminologies such as the Foundational Model of Anatomy (FMA), and websites\u2014are fully satisfactory to this aim. Internet technologies offer new possibilities to solve the problem. Several authors have called for an online TA. An online translation resource should be easily accessible, user-friendly, comprehensive, expandable, and its quality determinable. As first step towards this goal, we built a translation website that we named www.AnatomicalTerms.info, based on the database of the FMA. It translates between English, Latin, eponyms, and to a lesser extent other languages, and presently contains over 31,000 terms for 7,250 structures, covering 95% of TA. In addition, it automatically presents searches for images, documents and anatomical variations regarding the sought structure. Several terminological and conceptual issues were encountered in transferring data from TA and FMA into AnatomicalTerms.info, resultant from these resources' different set-ups (paper versus digital) and targets (machine versus human-user). To the best of our knowledge, AnatomicalTerms.info is unique in its combination of user-friendliness and comprehensiveness. As next step, wiki-like expandability will be added to enable open contribution of clinical synonyms and terms in different languages. Specific quality measures will be taken to strike a balance between open contribution and quality assurance. AnatomicalTerms.info's mechanism that \u201ctranslates\u201d terms to structures furthermore may enhance targeted searching by linking images, descriptions, and other anatomical resources to the structures. Clin. Anat. 24:817\u2013830, 2011. \u00a9 2011 Wiley-Liss, Inc.",
"ISSN": "1098-2353",
"page": "817-830",
"volume": "24",
"source": "Wiley Online Library",
"issued": {
"date-parts": [
[
"2011",
10
]
]
},
"author": [
{
"given": "O. Paul",
"family": "Gob\u00e9e"
},
{
"given": "Dani\u00ebl",
"family": "Jansma"
},
{
"given": "Marco C.",
"family": "DeRuiter"
}
],
"container-title": "Clinical Anatomy",
"accessed": {
"date-parts": [
[
"2014",
9,
9
]
]
},
"journalAbbreviation": "Clin. Anat.",
"type": "article-journal",
"id": "gob\u00e9e:2011anatomicalterms"
},
{
"note": "PMID: 23228528",
"DOI": "10.1016/j.reuma.2012.10.007",
"author": [
{
"given": "Karla",
"family": "Chiapas-Gasca"
},
{
"given": "Luiz Fernando De Souza",
"family": "Passos"
},
{
"given": "Sandra L\u00facia",
"family": "Euz\u00e9bio Ribeiro"
},
{
"given": "Pablo",
"family": "Villase\u00f1or-Ovies"
}
],
"language": "eng",
"title": "Nomina anatomica. Anatomic terminology and the old French terminology",
"URL": "http://www.sciencedirect.com/science/article/pii/S1699258X12002458",
"issued": {
"date-parts": [
[
"2012",
12
]
]
},
"abstract": "A surprising finding in our seminars in Latin America and Spain was that approximately half of the participants continued to use the old French anatomical nomenclature. The substance of this paper is a table in which we compare the anatomical names for the items reviewed in our seminar, in a Spanish version of the old French nomenclature and in the Spanish, Portuguese, and English versions of the currently employed anatomical terms.",
"ISSN": "1885-1398",
"page": "3-9",
"volume": "8, supplement 2",
"source": "NCBI PubMed",
"container-title": "Reumatolog\u00eda clinica",
"journalAbbreviation": "Reumatol Clin",
"type": "article-journal",
"id": "gasca:2012nomina"
},
{
"publisher": "Thomas",
"publisher-place": "Springfield, IL",
"title": "A medical Greek and Latin workbook",
"call-number": "R123 .M23",
"author": [
{
"given": "James A.",
"family": "McCulloch"
}
],
"number-of-pages": "154",
"source": "toroprod.library.utoronto.ca Library Catalog",
"event-place": "Springfield, IL",
"issued": {
"date-parts": [
[
"1962"
]
]
},
"type": "book",
"id": "mcculloch:1962medical"
},
{
"publisher": "Springer Netherlands",
"ISBN": "978-1-4020-6242-1, 978-1-4020-6359-6",
"publisher-place": "Dordrecht",
"language": "en",
"title": "Pronunciation of Scientific Names and Terms",
"URL": "http://dx.doi.org/10.1007/0-306-48380-7_3441",
"DOI": "10.1007/0-306-48380-7_3441",
"issued": {
"date-parts": [
[
"2008"
]
]
},
"author": [
{
"given": "J. Howard",
"family": "Frank"
}
],
"source": "CrossRef",
"event-place": "Dordrecht",
"container-title": "Encyclopedia of Entomology",
"accessed": {
"date-parts": [
[
"2014",
5,
7
]
]
},
"type": "entry-encyclopedia",
"id": "frank:2008pronunciation",
"editor": [
{
"given": "John L.",
"family": "Capinera"
}
]
},
{
"DOI": "10.1055/s-2003-812548",
"author": [
{
"given": "Axel",
"family": "Karenberg"
}
],
"language": "de",
"title": "\u201eDie Poesie in Wirklichkeit verwandeln\u201d. Antike Sagengestalten in der modernen Medizin",
"URL": "https://www.thieme-connect.com/products/ejournals/abstract/10.1055/s-2003-812548",
"issue": "51/52",
"ISSN": "0012-0472, 1439-4413",
"page": "2698-2706",
"volume": "128",
"source": "CrossRef",
"issued": {
"date-parts": [
[
"2003",
12
]
]
},
"container-title": "Deutsche medizinische Wochenschrift",
"accessed": {
"date-parts": [
[
"2014",
9,
15
]
]
},
"journalAbbreviation": "DMW",
"type": "article-journal",
"id": "karenberg:2003poesie"
},
{
"publisher": "Whitston",
"ISBN": "0878751386",
"publisher-place": "Troy, NY",
"title": "Medical terminology from Greek and Latin",
"call-number": "R123 .P3 1982",
"author": [
{
"given": "Sandra R.",
"family": "Patterson"
},
{
"given": "Lawrence S.",
"family": "Thompson"
}
],
"number-of-pages": "275",
"source": "toroprod.library.utoronto.ca Library Catalog",
"event-place": "Troy, NY",
"issued": {
"date-parts": [
[
"1982"
]
]
},
"type": "book",
"id": "patterson:1982medical"
},
{
"DOI": "10.1002/ca.22345",
"language": "en",
"shortTitle": "The naming of the cranial nerves",
"title": "The naming of the cranial nerves: A historical review",
"URL": "http://onlinelibrary.wiley.com/doi/10.1002/ca.22345/abstract",
"issue": "1",
"abstract": "The giants of medicine and anatomy have each left their mark on the history of the cranial nerves, and much of the history of anatomic study can be viewed through the lens of how the cranial nerves were identified and named. A comprehensive literature review on the classification of the cranial names was performed. The identification of the cranial nerves began with Galen in the 2nd century AD and evolved up through the mid-20th century. In 1778, Samuel S\u00f6mmerring, a German anatomist, classified the 12 cranial nerves as we recognize them today. This review expands on the excellent investigations of Flamm, Shaw, and Simon et al., with discussion of the historical identification as well as the process of naming the human cranial nerves. Clin. Anat. 27:14\u201319, 2014. \u00a9 2013 Wiley Periodicals, Inc.",
"ISSN": "1098-2353",
"page": "14-19",
"volume": "27",
"source": "Wiley Online Library",
"issued": {
"date-parts": [
[
"2014",
1
]
]
},
"author": [
{
"given": "Matthew C.",
"family": "Davis"
},
{
"given": "Christoph J.",
"family": "Griessenauer"
},
{
"given": "Anand N.",
"family": "Bosmia"
},
{
"given": "R. Shane",
"family": "Tubbs"
},
{
"given": "Mohammadali M.",
"family": "Shoja"
}
],
"container-title": "Clinical Anatomy",
"accessed": {
"date-parts": [
[
"2014",
4,
10
]
]
},
"journalAbbreviation": "Clin. Anat.",
"type": "article-journal",
"id": "davis:2014naming"
},
{
"publisher": "Thieme",
"ISBN": "9783131216526 3131216522",
"publisher-place": "Stuttgart",
"shortTitle": "Medizinische Terminologie",
"title": "Medizinische Terminologie: Lehr- und Arbeitsbuch",
"language": "German",
"issued": {
"date-parts": [
[
"2007"
]
]
},
"author": [
{
"given": "Wolfgang",
"family": "Caspar"
}
],
"source": "Open WorldCat",
"event-place": "Stuttgart",
"type": "book",
"id": "caspar:2007medizinische"
},
{
"publisher": "Lippincott Williams & Wilkins",
"ISBN": "9780781788458",
"publisher-place": "Philadelphia",
"title": "Medical terminology made incredibly easy!",
"URL": "http://link.library.utoronto.ca/eir/EIRdetail.cfm?Resources__ID=976115&T=F",
"call-number": "R123 .M394 2009",
"author": [
{
"given": "Helen Christina",
"family": "Ballestas"
},
{
"given": "Kim",
"family": "Davis"
},
{
"given": "Vivian C.",
"family": "Gamblian"
},
{
"given": "Donna",
"family": "Headrick"
},
{
"given": "Shelley",
"family": "Huffstutler-Hawkins"
},
{
"given": "Julia Anne",
"family": "Isen"
},
{
"given": "Hope Siddons",
"family": "Knight"
},
{
"given": "Megan",
"family": "McClintock"
},
{
"given": "Aaron",
"family": "Pack"
},
{
"given": "Noel C.",
"family": "Piano"
},
{
"given": "Angela R.",
"family": "Roughley"
},
{
"given": "Donna",
"family": "Scemons"
},
{
"given": "Marilyn D.",
"family": "Sellers"
},
{
"given": "Connie K.",
"family": "Smith"
},
{
"given": "Jennifer K.",
"family": "Sofie"
},
{
"given": "Benita",
"family": "Walton-Moss"
}
],
"number-of-pages": "410",
"edition": "3",
"source": "Library of Congress ISBN",
"issued": {
"date-parts": [
[
"2009"
]
]
},
"event-place": "Philadelphia",
"type": "book",
"id": "ballestas:2009medical"
},
{
"note": "PMID: 7235198",
"DOI": "10.1097/00000372-198100310-00005",
"language": "en",
"shortTitle": "A description and directory of plural forms of medical Latin words and terms",
"title": "A description and directory of plural forms of medical Latin words and terms",
"URL": "http://journals.lww.com/amjdermatopathology/Citation/1981/00310/A_description_and_directory_of_plural_forms_of.5.aspx",
"issue": "1",
"ISSN": "0193-1091",
"page": "41-53",
"volume": "3",
"source": "CrossRef",
"issued": {
"date-parts": [
[
"1981"
]
]
},
"author": [
{
"given": "John H.",
"family": "Dirckx"
},
{
"given": "Morris",
"family": "Leider"
}
],
"container-title": "The American Journal of Dermatopathology",
"accessed": {
"date-parts": [
[
"2014",
7,
23
]
]
},
"journalAbbreviation": "Am J Dermatopathol",
"type": "article-journal",
"id": "dirckx:1981description"
},
{
"collection-title": "Handbook of clinical neurology",
"ISBN": "9780444520098",
"publisher-place": "Edinburgh",
"title": "The Greco-Roman world",
"URL": "http://dx.doi.org/10.1016/S0072-9752(08)02105-2",
"DOI": "10.1016/S0072-9752(08)02105-2",
"call-number": "RC338 .H58 2010",
"abstract": "This chapter focuses on the relevance of neuroanatomy, neurophysiology, and disorders of the nervous system in the Greco-Roman world. All technical terms and the general frame of reference are modern, not historical. The guiding principles of modern science\u2014the formulation of testable hypotheses, controlled experimentation, and observer objectivity\u2014are largely the achievements of later generations, and their application to the ancient neurosciences would be premature. From this perspective, many old theories regarding brain function and the nature of scientific evidence are decidedly speculative and dubious. In this early phase of medicine, it was also impossible to classify illnesses morphologically or etiologically. Instead, various clusters of symptoms and signs were summarized to define different kinds of diseases. It is for this reason that ancient terms such as \u201cepilepsy\u201d and \u201capoplexy\u201d bear only a slight resemblance to the modern versions. It is critical to keep in mind when studying ancient neurology that Greco-Roman science differs fundamentally from modern science.",
"collection-number": "3rd ser., 17 (95)",
"publisher": "Elsevier",
"page": "49-59",
"source": "Library of Congress ISBN",
"issued": {
"date-parts": [
[
"2009"
]
]
},
"event-place": "Edinburgh",
"container-title": "History of neurology",
"author": [
{
"given": "Axel",
"family": "Karenberg"
}
],
"type": "chapter",
"id": "karenberg:2009greco",
"editor": [
{
"given": "Stanley",
"family": "Finger"
},
{
"given": "Franc\u0327ois",
"family": "Boller"
},
{
"given": "Kenneth L.",
"family": "Tyler"
}
]
},
{
"note": "PMID: 17694812",
"author": [
{
"given": "Bo\u017eena",
"family": "D\u017euganov\u00e1"
}
],
"language": "eng",
"title": "Seemingly or partially negative prefixes in medical English",
"URL": "http://www.bmj.sk/2007/10845-15.pdf",
"issue": "4-5",
"abstract": "In this article we will try to find out if the prefixes anti-, contra-, counter-, de-, dys-, ex-, extra-, mal- can negate the words they combine with (Ref. 9). Full Text (Free, PDF) www.bmj.sk.",
"ISSN": "0006-9248",
"page": "233-236",
"volume": "108",
"source": "NCBI PubMed",
"issued": {
"date-parts": [
[
"2007"
]
]
},
"container-title": "Bratislavsk\u00e9 lek\u00e1rske listy/Bratislava Medical Journal",
"journalAbbreviation": "Bratisl Lek Listy",
"type": "article-journal",
"id": "d\u017euganov\u00e1:2007seemingly"
},
{
"DOI": "10.1002/dc.23092",
"language": "en",
"shortTitle": "Standardized terminology and nomenclature for pancreatobiliary cytology",
"title": "Standardized terminology and nomenclature for pancreatobiliary cytology: The Papanicolaou Society of Cytopathology guidelines",
"URL": "http://onlinelibrary.wiley.com.myaccess.library.utoronto.ca/doi/10.1002/dc.23092/abstract",
"issue": "4",
"abstract": "The Papanicolaou Society of Cytopathology has developed a set of guidelines for pancreatobiliary cytology including indications for endoscopic ultrasound (EUS)-guided fine needle aspiration (FNA) biopsy, techniques of EUS-FNA, terminology and nomenclature of pancreatobiliary disease, ancillary testing, and postbiopsy treatment and management. All documents are based on the expertise of the authors, a review of the literature, discussions of the draft document at several national and international meetings over an 18-month period and synthesis of online comments of the draft document on the Papanicolaou Society of Cytopathology web site (www.papsociety.org). This document selectively presents the results of these discussions and focuses on a proposed standardized terminology scheme for pancreatobiliary specimens that correlate cytological diagnosis with biological behavior and increasingly conservative patient management of surveillance only. The proposed terminology scheme recommends a six-tiered system: Nondiagnostic, Negative, Atypical, Neoplastic (benign or other), Suspicious and Positive. Unique to this scheme is the \u201cNeoplastic\u201d category separated into \u201cbenign\u201d (serous cystadenoma), or \u201cOther\u201d (premalignant mucinous cysts, neuroendocrine tumors, and solid-pseudopapillary neoplasms). The positive or malignant category is reserved for high-grade, aggressive malignancies including ductal adenocarcinoma, acinar cell carcinoma, poorly differentiated neuroendocrine carcinomas, pancreatoblastoma, lymphoma, and metastases. Interpretation categories do not have to be used. Some pathology laboratory information systems require an interpretation category, which places the cytological diagnosis into a general category. This proposed scheme provides terminology that standardizes the category of the various diseases of the pancreas, some of which are difficult to diagnose specifically by cytology. In addition, this terminology scheme attempts to provide maximum flexibility for patient management, which has become increasingly conservative for some neoplasms. Diagn. Cytopathol. 2014;42:338\u2013350. \u00a9 2014 Wiley Periodicals, Inc.",
"ISSN": "1097-0339",
"page": "338-350",
"volume": "42",
"source": "Wiley Online Library",
"issued": {
"date-parts": [
[
"2014",
4
]
]
},
"author": [
{
"given": "Martha B.",
"family": "Pitman"
},
{
"given": "Barbara A.",
"family": "Centeno"
},
{
"given": "Syed Z.",
"family": "Ali"
},
{
"given": "Muriel",
"family": "Genevay"
},
{
"given": "Ed",
"family": "Stelow"
},
{
"given": "Mari",
"family": "Mino-Kenudson"
},
{
"given": "Carlos",
"family": "Fernandez-del Castillo"
},
{
"given": "C.",
"family": "Max Schmidt"
},
{
"given": "William",
"family": "Brugge"
},
{
"given": "Lester",
"family": "Layfield"
}
],
"container-title": "Diagnostic Cytopathology",
"accessed": {
"date-parts": [