-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmedlinestrings.bib
3718 lines (3716 loc) · 252 KB
/
medlinestrings.bib
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
% Encoding: UTF-8
@String { _AACN_Advanced_Critical_Care_ = {AACN Advanced Critical Care} }
@String { _Abdominal_Imaging_ = {Abdom Imaging} }
@String { _Academic_Emergency_Medicine_ = {Acad Emerg Med} }
@String { _Academic_Medicine_ = {Acad Med} }
@String { _Academic_Radiology_ = {Acad Radiol} }
@String { _Accident_Analysis_and_Prevention_ = {Accid Anal Prev} }
@String { _ACM_Computing_Surveys_ = {ACM Comput Surv} }
@String { _ACM_Transactions_on_Graphics_ = {ACM Trans Graph} }
@String { _ACM_Transactions_on_Information_Systems_ = {ACM Transactions on Information Systems} }
@String { _ACM_Transactions_on_Mathematical_Software_ = {ACM Transactions on Mathematical Software} }
@String { _Acoustics_Research_Letters_Online_ = {Acoustics Research Letters Online} }
@String { _ACP_Journal_Club_ = {ACP J Club} }
@String { _ACS_Chemical_Neuroscience_ = {ACS Chem Neurosci} }
@String { _Acta_Anaesthesiologica_Belgica_ = {Acta Anaesthesiol Belg} }
@String { _Acta_Anaesthesiologica_Scandinavica_ = {Acta Anaesthesiol Scand} }
@String { _Acta_Anaesthesiologica_Scandinavica_Supplementum_ = {Acta Anaesthesiol Scand Suppl} }
@String { _Acta_Anatomica_ = {Acta Anat (Basel)} }
@String { _Acta_Bio-Medica_de_L_Ateneo_Parmense_ = {Acta Biomed Ateneo Parmense} }
@String { _Acta_Biochimica_Polonica_ = {Acta Biochim Pol} }
@String { _Acta_Biologica_Hungarica_ = {Acta Biol Hung} }
@String { _Acta_Biomaterialia_ = {Acta Biomater} }
@String { _Acta_Biotheoretica_ = {Acta Biotheor} }
@String { _Acta_Cardiologica_ = {Acta Cardiol} }
@String { _Acta_Chemica_Scandinavica_ = {Acta Chem Scand} }
@String { _Acta_Chirurgiae_Plasticae_ = {Acta Chir Plast} }
@String { _Acta_Chirurgica_Belgica_ = {Acta Chir Belg} }
@String { _Acta_Chirurgica_Hungarica_ = {Acta Chir Hung} }
@String { _Acta_Chirurgica_Iugoslavica_ = {Acta Chir Iugosl} }
@String { _Acta_Cientifica_Venezolana_ = {Acta Cient Venez} }
@String { _Acta_Clinica_Belgica_ = {Acta Clin Belg} }
@String { _Acta_Clinica_Belgica_Supplementum_ = {Acta Clin Belg Suppl} }
@String { _Acta_Crystallographica_Section_A_Foundations_of_Crystallography_ = {Acta Crystallogr A} }
@String { _Acta_Crystallographica_Section_B_Structural_Science_ = {Acta Crystallogr B} }
@String { _Acta_Crystallographica_Section_C_Crystal_Structure_Communications_ = {Acta Crystallogr C} }
@String { _Acta_Cytologica_ = {Acta Cytol} }
@String { _Acta_Dermato-Venereologica_ = {Acta Derm Venereol} }
@String { _Acta_Dermato-Venereologica_Supplementum_ = {Acta Derm Venereol Suppl (Stockh)} }
@String { _Acta_Diabetologica_ = {Acta Diabetol} }
@String { _Acta_Europaea_Fertilitatis_ = {Acta Eur Fertil} }
@String { _Acta_Gastroenterologica_Belgica_ = {Acta Gastroenterol Belg} }
@String { _Acta_Gastroenterologica_Latinoamericana_ = {Acta Gastroenterol Latinoam} }
@String { _Acta_Geneticae_Medicae_et_Gemellologiae_ = {Acta Genet Med Gemellol (Roma)} }
@String { _Acta_Haematologica_ = {Acta Haematol} }
@String { _Acta_Histochemica_ = {Acta Histochem} }
@String { _Acta_Histochemica_Supplementband_ = {Acta Histochem Suppl} }
@String { _Acta_Leprologica_ = {Acta Leprol} }
@String { _Acta_Medica_Austriaca_ = {Acta Med Austriaca} }
@String { _Acta_Medica_Croatica_ = {Acta Med Croatica} }
@String { _Acta_Medica_Hradec_Kralove_ = {Acta Medica (Hradec Kralove)} }
@String { _Acta_Medica_Hradec_Kralove_Supplementum_ = {Acta Medica (Hradec Kralove) Suppl} }
@String { _Acta_Medica_Okayama_ = {Acta Med Okayama} }
@String { _Acta_Medica_Portuguesa_ = {Acta Med Port} }
@String { _Acta_Microbiologica_Bulgarica_ = {Acta Microbiol Bulg} }
@String { _Acta_Microbiologica_et_Immunologica_Hungarica_ = {Acta Microbiol Immunol Hung} }
@String { _Acta_Microbiologica_Polonica_ = {Acta Microbiol Pol} }
@String { _Acta_Neurobiologiae_Experimentalis_ = {Acta Neurobiol Exp (Warsz)} }
@String { _Acta_Neurochirurgica_ = {Acta Neurochir (Wien)} }
@String { _Acta_Neurochirurgica_Supplementum_ = {Acta Neurochir Suppl (Wien)} }
@String { _Acta_Neurologica_Belgica_ = {Acta Neurol Belg} }
@String { _Acta_Neurologica_Scandinavica_ = {Acta Neurol Scand} }
@String { _Acta_Neurologica_Scandinavica_Supplementum_ = {Acta Neurol Scand Suppl} }
@String { _Acta_Neuropathologica_ = {Acta Neuropathol (Berl)} }
@String { _Acta_Neuropsychiatrica_ = {Acta Neuropsychiatrica} }
@String { _Acta_Obstetricia_et_Gynecologica_Scandinavica_ = {Acta Obstet Gynecol Scand} }
@String { _Acta_Obstetricia_et_Gynecologica_Scandinavica_Supplement_ = {Acta Obstet Gynecol Scand Suppl} }
@String { _Acta_Odontologica_Scandinavica_ = {Acta Odontol Scand} }
@String { _Acta_Oncologica_ = {Acta Oncol} }
@String { _Acta_Ophthalmologica_ = {Acta Ophthalmol} }
@String { _Acta_Ophthalmologica_Scandinavica_ = {Acta Ophthalmol Scand} }
@String { _Acta_Ophthalmologica_Scandinavica_Supplement_ = {Acta Ophthalmol Scand Suppl} }
@String { _Acta_Orthopaedica_Belgica_ = {Acta Orthop Belg} }
@String { _Acta_Orthopaedica_et_Traumatologica_Turcica_ = {Acta Orthop Traumatol Turc} }
@String { _Acta_Orthopaedica_Scandinavica_ = {Acta Orthop Scand} }
@String { _Acta_Orthopaedica_Scandinavica_Supplementum_ = {Acta Orthop Scand Suppl} }
@String { _Acta_Oto-Laryngologica_ = {Acta Otolaryngol (Stockh)} }
@String { _Acta_Oto-Laryngologica_Supplement_ = {Acta Otolaryngol Suppl (Stockh)} }
@String { _Acta_Oto-Rhino-Laryngologica_Belgica_ = {Acta Otorhinolaryngol Belg} }
@String { _Acta_Otorhinolaryngologica_Italica_ = {Acta Otorhinolaryngol Ital} }
@String { _Acta_Otorrinolaringologica_Espanola_ = {Acta Otorrinolaringol Esp} }
@String { _Acta_Paediatrica_ = {Acta Paediatr} }
@String { _Acta_Paediatrica_Japonica_ = {Acta Paediatr Jpn} }
@String { _Acta_Paediatrica_Supplement_ = {Acta Paediatr Suppl} }
@String { _Acta_Pharmaceutica_Hungarica_ = {Acta Pharm Hung} }
@String { _Acta_Physiologica_et_Pharmacologica_Bulgarica_ = {Acta Physiol Pharmacol Bulg} }
@String { _Acta_Physiologica_Hungarica_ = {Acta Physiol Hung} }
@String { _Acta_Physiologica_Pharmacologica_et_Therapeutica_Latinoamericana_ = {Acta Physiol Pharmacol Ther Latinoam} }
@String { _Acta_Physiologica_Scandinavica_ = {Acta Physiol Scand} }
@String { _Acta_Physiologica_Scandinavica_Supplementum_ = {Acta Physiol Scand Suppl} }
@String { _Acta_Poloniae_Pharmaceutica_ = {Acta Pol Pharm} }
@String { _Acta_Psychiatrica_Scandinavica_ = {Acta Psychiatr Scand} }
@String { _Acta_Psychiatrica_Scandinavica_Supplementum_ = {Acta Psychiatr Scand Suppl} }
@String { _Acta_Psychologica_ = {Acta Psychol (Amst)} }
@String { _Acta_Radiologica_ = {Acta Radiol} }
@String { _Acta_Radiologica_Supplementum_ = {Acta Radiol Suppl} }
@String { _Acta_Stomatologica_Belgica_ = {Acta Stomatol Belg} }
@String { _Acta_Tropica_ = {Acta Trop} }
@String { _Acta_Universitatis_Carolinae_Medica_ = {Acta Univ Carol [Med] (Praha)} }
@String { _Acta_Universitatis_Carolinae_Medica_Monographia_ = {Acta Univ Carol Med Monogr} }
@String { _Acta_Universitatis_Palackianae_Olomucensis_Facultatis_Medicae_ = {Acta Univ Palacki Olomuc Fac Med} }
@String { _Acta_Urologica_Belgica_ = {Acta Urol Belg} }
@String { _Acta_Veterinaria_Hungarica_ = {Acta Vet Hung} }
@String { _Acta_Veterinaria_Scandinavica_ = {Acta Vet Scand} }
@String { _Acta_Veterinaria_Scandinavica_Supplement_ = {Acta Vet Scand Suppl} }
@String { _Acta_Virologica_ = {Acta Virol} }
@String { _Actas_Urologicas_Espanolas_ = {Actas Urol Esp} }
@String { _Acupuncture_and_Electro-Therapeutics_Research_ = {Acupunct Electrother Res} }
@String { _Acustica_ = {Acustica} }
@String { _Addiction_ = {Addiction} }
@String { _Addictive_Behaviors_ = {Addict Behav} }
@String { _Administration_and_Policy_in_Mental_Health_ = {Adm Policy Ment Health} }
@String { _Adolescence_ = {Adolescence} }
@String { _Advanced_Drug_Delivery_Reviews_ = {Adv Drug Deliv Rev} }
@String { _Advances_and_Technical_Standards_in_Neurosurgery_ = {Adv Tech Stand Neurosurg} }
@String { _Advances_in_Anatomy_Embryology_and_Cell_Biology_ = {Adv Anat Embryol Cell Biol} }
@String { _Advances_in_Applied_Microbiology_ = {Adv Appl Microbiol} }
@String { _Advances_in_Biochemical_EngineeringBiotechnology_ = {Adv Biochem Eng Biotechnol} }
@String { _Advances_in_Biochemical_Psychopharmacology_ = {Adv Biochem Psychopharmacol} }
@String { _Advances_in_Biophysics_ = {Adv Biophys} }
@String { _Advances_in_Cancer_Research_ = {Adv Cancer Res} }
@String { _Advances_in_Carbohydrate_Chemistry_and_Biochemistry_ = {Adv Carbohydr Chem Biochem} }
@String { _Advances_in_Cardiac_Surgery_ = {Adv Card Surg} }
@String { _Advances_in_Cardiology_ = {Adv Cardiol} }
@String { _Advances_in_Child_Development_and_Behavior_ = {Adv Child Dev Behav} }
@String { _Advances_in_Chromatography_ = {Adv Chromatogr} }
@String { _Advances_in_Clinical_Chemistry_ = {Adv Clin Chem} }
@String { _Advances_in_Colloid_and_Interface_Science_ = {Adv Colloid Interface Sci} }
@String { _Advances_in_Computational_Intelligence_ = {Adv Comput Intell} }
@String { _Advances_in_Contraception_ = {Adv Contracept} }
@String { _Advances_in_Dermatology_ = {Adv Dermatol} }
@String { _Advances_in_Enzyme_Regulation_ = {Adv Enzyme Regul} }
@String { _Advances_in_Enzymology_and_Related_Areas_of_Molecular_Biology_ = {Adv Enzymol Relat Areas Mol Biol} }
@String { _Advances_in_Experimental_Medicine_and_Biology_ = {Adv Exp Med Biol} }
@String { _Advances_in_Food_and_Nutrition_Research_ = {Adv Food Nutr Res} }
@String { _Advances_in_Genetics_ = {Adv Genet} }
@String { _Advances_in_Human_Genetics_ = {Adv Hum Genet} }
@String { _Advances_in_Immunology_ = {Adv Immunol} }
@String { _Advances_in_Inorganic_Biochemistry_ = {Adv Inorg Biochem} }
@String { _Advances_in_Internal_Medicine_ = {Adv Intern Med} }
@String { _Advances_in_Lipid_Research_ = {Adv Lipid Res} }
@String { _Advances_in_Microbial_Physiology_ = {Adv Microb Physiol} }
@String { _Advances_in_Nephrology_From_the_Necker_Hospital_ = {Adv Nephrol Necker Hosp} }
@String { _Advances_in_Neurology_ = {Adv Neurol} }
@String { _Advances_in_Nutritional_Research_ = {Adv Nutr Res} }
@String { _Advances_in_Operative_Orthopaedics_ = {Adv Oper Orthop} }
@String { _Advances_in_Oto-Rhino-Laryngology_ = {Adv Otorhinolaryngol} }
@String { _Advances_in_Parasitology_ = {Adv Parasitol} }
@String { _Advances_in_Pediatric_Infectious_Diseases_ = {Adv Pediatr Infect Dis} }
@String { _Advances_in_Pediatrics_ = {Adv Pediatr} }
@String { _Advances_in_Peritoneal_Dialysis_ = {Adv Perit Dial} }
@String { _Advances_in_Pharmacology_ = {Adv Pharmacol} }
@String { _Advances_in_Prostaglandin_Thromboxane_and_Leukotriene_Research_ = {Adv Prostaglandin Thromboxane Leukot Res} }
@String { _Advances_in_Protein_Chemistry_ = {Adv Protein Chem} }
@String { _Advances_in_Psychosomatic_Medicine_ = {Adv Psychosom Med} }
@String { _Advances_in_Renal_Replacement_Therapy_ = {Adv Ren Replace Ther} }
@String { _Advances_in_Second_Messenger_and_Phosphoprotein_Research_ = {Adv Second Messenger Phosphoprotein Res} }
@String { _Advances_in_Surgery_St_Louis_Mo_ = {Adv Surg} }
@String { _Advances_in_Veterinary_Medicine_ = {Adv Vet Med} }
@String { _Advances_in_Virus_Research_ = {Adv Virus Res} }
@String { _Adverse_Drug_Reactions_and_Toxicological_Reviews_ = {Adverse Drug React Toxicol Rev} }
@String { _Aesthetic_Plastic_Surgery_ = {Aesthetic Plast Surg} }
@String { _African_Health_Sciences_ = {Afr Health Sci} }
@String { _African_Journal_of_Medicine_and_Medical_Sciences_ = {Afr J Med Med Sci} }
@String { _Age_and_Ageing_ = {Age Ageing} }
@String { _Agents_and_Actions_Supplements_ = {Agents Actions Suppl} }
@String { _Aging_ = {Aging (Milano)} }
@String { _AIDS_ = {AIDS} }
@String { _AIDS_Care_ = {AIDS Care} }
@String { _AIDS_Clinical_Review_ = {AIDS Clin Rev} }
@String { _AIDS_Education_and_Prevention_ = {AIDS Educ Prev} }
@String { _AIDS_Research_and_Human_Retroviruses_ = {AIDS Res Hum Retroviruses} }
@String { _Aktuelle_Radiologie_ = {Aktuelle Radiol} }
@String { _Akusherstvo_I_Ginekologiia_ = {Akush Ginekol (Sofiia)} }
@String { _Alaska_Medicine_ = {Alaska Med} }
@String { _Alcohol_ = {Alcohol} }
@String { _Alcohol_and_Alcoholism_ = {Alcohol Alcohol} }
@String { _Alcohol_and_Alcoholism_Supplement_ = {Alcohol Alcohol Suppl} }
@String { _Alcohol_Health_and_Research_World_ = {Alcohol Health Res World} }
@String { _Alcoholism_Clinical_and_Experimental_Research_ = {Alcohol Clin Exp Res} }
@String { _Algorithmica_ = {Algorithmica} }
@String { _Alimentary_Pharmacology_and_Therapeutics_ = {Aliment Pharmacol Ther} }
@String { _Allergie_et_Immunologie_ = {Allerg Immunol (Paris)} }
@String { _Allergologia_et_Immunopathologia_ = {Allergol Immunopathol (Madr)} }
@String { _Allergy_ = {Allergy} }
@String { _Allergy_and_Asthma_Proceedings_ = {Allergy Asthma Proc} }
@String { _Alternative_Therapies_in_Health_and_Medicine_ = {Altern Ther Health Med} }
@String { _Alzheimer_Disease_and_Associated_Disorders_ = {Alzheimer Dis Assoc Disord} }
@String { _American_Annals_of_the_Deaf_ = {Am Ann Deaf} }
@String { _American_Association_of_Physicists_in_Medicine_ = {American Association of Physicists in Medicine} }
@String { _American_Family_Physician_ = {Am Fam Physician} }
@String { _American_Heart_Journal_ = {Am Heart J} }
@String { _American_Indian_and_Alaska_Native_Mental_Health_Research_ = {Am Indian Alsk Native Ment Health Res} }
@String { _American_Indian_and_Alaska_Native_Mental_Health_Research_Monograph_Series_ = {Am Indian Alsk Native Ment Health Res Monogr Ser} }
@String { _American_Industrial_Hygiene_Association_Journal_ = {Am Ind Hyg Assoc J} }
@String { _American_Journal_of_Cardiac_Imaging_ = {Am J Card Imaging} }
@String { _American_Journal_of_Cardiology_ = {Am J Cardiol} }
@String { _American_Journal_of_Cardiovascular_Pathology_ = {Am J Cardiovasc Pathol} }
@String { _American_Journal_of_Chinese_Medicine_ = {Am J Chin Med} }
@String { _American_Journal_of_Clinical_Hypnosis_ = {Am J Clin Hypn} }
@String { _American_Journal_of_Clinical_Nutrition_ = {Am J Clin Nutr} }
@String { _American_Journal_of_Clinical_Oncology_ = {Am J Clin Oncol} }
@String { _American_Journal_of_Clinical_Pathology_ = {Am J Clin Pathol} }
@String { _American_Journal_of_Community_Psychology_ = {Am J Community Psychol} }
@String { _American_Journal_of_Contact_Dermatitis_ = {Am J Contact Dermat} }
@String { _American_Journal_of_Critical_Care_ = {Am J Crit Care} }
@String { _American_Journal_of_Dermatopathology_ = {Am J Dermatopathol} }
@String { _American_Journal_of_Drug_and_Alcohol_Abuse_ = {Am J Drug Alcohol Abuse} }
@String { _American_Journal_of_Emergency_Medicine_ = {Am J Emerg Med} }
@String { _American_Journal_of_Epidemiology_ = {Am J Epidemiol} }
@String { _American_Journal_of_Forensic_Medicine_and_Pathology_ = {Am J Forensic Med Pathol} }
@String { _American_Journal_of_Gastroenterology_ = {Am J Gastroenterol} }
@String { _American_Journal_of_Geriatric_Psychiatry_ = {Am J Geriatr Psychiatry} }
@String { _American_Journal_of_Hand_Surgery_ = {Am J Hand Surg} }
@String { _American_Journal_of_Health-System_Pharmacy_ = {Am J Health Syst Pharm} }
@String { _American_Journal_of_Hematology_ = {Am J Hematol} }
@String { _American_Journal_of_Human_Genetics_ = {Am J Hum Genet} }
@String { _American_Journal_of_Hypertension_ = {Am J Hypertens} }
@String { _American_Journal_of_Industrial_Medicine_ = {Am J Ind Med} }
@String { _American_Journal_of_Infection_Control_ = {Am J Infect Control} }
@String { _American_Journal_of_Kidney_Diseases_ = {Am J Kidney Dis} }
@String { _American_Journal_of_Knee_Surgery_ = {Am J Knee Surg} }
@String { _American_Journal_of_Law_and_Medicine_ = {Am J Law Med} }
@String { _American_Journal_of_Medical_Genetics_ = {Am J Med Genet} }
@String { _American_Journal_of_Medical_Genetics_Part_A_ = {Am J Med Genet A} }
@String { _American_Journal_of_Medical_Genetics_Part_B_ = {Am J Med Genet B} }
@String { _American_Journal_of_Medical_Genetics_Supplement_ = {Am J Med Genet Suppl} }
@String { _American_Journal_of_Medical_Quality_ = {Am J Med Qual} }
@String { _American_Journal_of_Medicine_ = {Am J Med} }
@String { _American_Journal_of_Mental_Retardation_ = {Am J Ment Retard} }
@String { _American_Journal_of_Nephrology_ = {Am J Nephrol} }
@String { _American_Journal_of_Neuroradiology_ = {AJNR Am J Neuroradiol} }
@String { _American_Journal_of_Nursing_ = {Am J Nurs} }
@String { _American_Journal_of_Obstetrics_and_Gynecology_ = {Am J Obstet Gynecol} }
@String { _American_Journal_of_Occupational_Therapy_ = {Am J Occup Ther} }
@String { _American_Journal_of_Ophthalmology_ = {Am J Ophthalmol} }
@String { _American_Journal_of_Orthodontics_and_Dentofacial_Orthopedics_ = {Am J Orthod Dentofacial Orthop} }
@String { _American_Journal_of_Orthopedics_ = {Am J Orthop} }
@String { _American_Journal_of_Orthopsychiatry_ = {Am J Orthopsychiatry} }
@String { _American_Journal_of_Otolaryngology_ = {Am J Otolaryngol} }
@String { _American_Journal_of_Otology_ = {Am J Otol} }
@String { _American_Journal_of_Pathology_ = {Am J Pathol} }
@String { _American_Journal_of_Perinatology_ = {Am J Perinatol} }
@String { _American_Journal_of_Physical_Anthropology_ = {Am J Phys Anthropol} }
@String { _American_Journal_of_Physical_Medicine_and_Rehabilitation_ = {Am J Phys Med Rehabil} }
@String { _American_Journal_of_Physiology_ = {Am J Physiol} }
@String { _American_Journal_of_Physiology_Cell_Physiology_ = {Am J Physiol Cell Physiol} }
@String { _American_Journal_of_Physiology_Endocrinology_and_Metabolism_ = {Am J Physiol Endocrinol Metab} }
@String { _American_Journal_of_Physiology_Heart_and_Circulatory_Physiology_ = {Am J Physiol Heart Circ Physiol} }
@String { _American_Journal_of_Preventive_Medicine_ = {Am J Prev Med} }
@String { _American_Journal_of_Primatology_ = {Am J Primatol} }
@String { _American_Journal_of_Psychiatry_ = {Am J Psychiatry} }
@String { _American_Journal_of_Psychoanalysis_ = {Am J Psychoanal} }
@String { _American_Journal_of_Psychology_ = {Am J Psychol} }
@String { _American_Journal_of_Psychotherapy_ = {Am J Psychother} }
@String { _American_Journal_of_Public_Health_ = {Am J Public Health} }
@String { _American_Journal_of_Reproductive_Immunology_ = {Am J Reprod Immunol} }
@String { _American_Journal_of_Respiratory_and_Critical_Care_Medicine_ = {Am J Respir Crit Care Med} }
@String { _American_Journal_of_Respiratory_Cell_and_Molecular_Biology_ = {Am J Respir Cell Mol Biol} }
@String { _American_Journal_of_Rhinology_ = {Am J Rhinol} }
@String { _American_Journal_of_Roentgenology_ = {AJR Am J Roentgenol} }
@String { _American_Journal_of_Sports_Medicine_ = {Am J Sports Med} }
@String { _American_Journal_of_Surgery_ = {Am J Surg} }
@String { _American_Journal_of_Surgical_Pathology_ = {Am J Surg Pathol} }
@String { _American_Journal_of_the_Medical_Sciences_ = {Am J Med Sci} }
@String { _American_Journal_of_Transplantation_ = {Am J Transplant} }
@String { _American_Journal_of_Tropical_Medicine_and_Hygiene_ = {Am J Trop Med Hyg} }
@String { _American_Journal_of_Veterinary_Research_ = {Am J Vet Res} }
@String { _American_Journal_on_Addictions_ = {Am J Addict} }
@String { _American_Psychologist_ = {Am Psychol} }
@String { _American_Review_of_Respiratory_Disease_ = {Am Rev Respir Dis} }
@String { _American_Statistician_ = {Am Stat} }
@String { _American_Surgeon_ = {Am Surg} }
@String { _American_Thoracic_Society_International_Conference_ = {American Thoracic Society International Conference} }
@String { _Anaesthesia_ = {Anaesthesia} }
@String { _Anaesthesia_and_Intensive_Care_ = {Anaesth Intensive Care} }
@String { _Anaesthesiologie_und_Reanimation_ = {Anaesthesiol Reanim} }
@String { _Anaesthesist_ = {Anaesthesist} }
@String { _Anais_Da_Academia_Brasileira_de_Ciencias_ = {An Acad Bras Cienc} }
@String { _Anales_de_la_Real_Academia_Nacional_de_Medicina_ = {An R Acad Nac Med (Madr)} }
@String { _Anales_de_Medicina_Interna_ = {An Med Interna} }
@String { _Anales_Espanoles_de_Pediatria_ = {An Esp Pediatr} }
@String { _Anales_Otorrinolaringologicos_Iberoamericanos_ = {An Otorrinolaringol Ibero Am} }
@String { _Analyst_ = {Analyst} }
@String { _Analytical_and_Quantitative_Cytology_and_Histology_ = {Anal Quant Cytol Histol} }
@String { _Analytical_Biochemistry_ = {Anal Biochem} }
@String { _Analytical_Cellular_Pathology_ = {Anal Cell Pathol} }
@String { _Analytical_Chemistry_ = {Anal Chem} }
@String { _Anasthesiologie_Intensivmedizin_Notfallmedizin_Schmerztherapie_ = {Anasthesiol_Intensivmed_Notfallmed Schmerzther} }
@String { _Anatomia_Histologia_Embryologia_ = {Anat Histol Embryol} }
@String { _Anatomical_Record_ = {Anat Rec} }
@String { _Anatomischer_Anzeiger_ = {Anat Anz} }
@String { _Anatomy_and_Embryology_ = {Anat Embryol (Berl)} }
@String { _Andrologia_ = {Andrologia} }
@String { _Anesteziologiia_I_Reanimatologiia_ = {Anesteziol Reanimatol} }
@String { _Anesthesia_and_Analgesia_ = {Anesth Analg} }
@String { _Anesthesiology_ = {Anesthesiology} }
@String { _Anesthesiology_Research_and_Practice_ = {Anesthesiology Research and Practice} }
@String { _Angiogenesis_ = {Angiogenesis} }
@String { _Angiology_ = {Angiology} }
@String { _Angle_Orthodontist_ = {Angle Orthod} }
@String { _Animal_Genetics_ = {Anim Genet} }
@String { _Animal_Reproduction_Science_ = {Anim Reprod Sci} }
@String { _Annales_Academiae_Medicae_Stetinensis_ = {Ann Acad Med Stetin} }
@String { _Annales_Chirurgiae_et_Gynaecologiae_ = {Ann Chir Gynaecol} }
@String { _Annales_Chirurgiae_et_Gynaecologiae_Supplementum_ = {Ann Chir Gynaecol Suppl} }
@String { _Annales_D_Endocrinologie_ = {Ann Endocrinol (Paris)} }
@String { _Annales_D_Oto-Laryngologie_et_de_Chirurgie_Cervico-Faciale_ = {Ann Otolaryngol Chir Cervicofac} }
@String { _Annales_D_Urologie_ = {Ann Urol (Paris)} }
@String { _Annales_de_Biologie_Clinique_ = {Ann Biol Clin (Paris)} }
@String { _Annales_de_Cardiologie_et_D_Angeiologie_ = {Ann Cardiol Angeiol (Paris)} }
@String { _Annales_de_Chirurgie_ = {Ann Chir} }
@String { _Annales_de_Chirurgie_de_la_Main_et_du_Membre_Superieur_ = {Ann Chir Main Memb Super} }
@String { _Annales_de_Chirurgie_Plastique_et_Esthetique_ = {Ann Chir Plast Esthet} }
@String { _Annales_de_Dermatologie_et_de_Venereologie_ = {Ann Dermatol Venereol} }
@String { _Annales_de_Genetique_ = {Ann Genet} }
@String { _Annales_de_Medecine_Interne_ = {Ann Med Interne (Paris)} }
@String { _Annales_de_Pathologie_ = {Ann Pathol} }
@String { _Annales_de_Radiologie_ = {Ann Radiol (Paris)} }
@String { _Annales_Francaises_D_Anesthesie_et_de_Reanimation_ = {Ann Fr Anesth Reanim} }
@String { _Annales_Pharmaceutiques_Francaises_ = {Ann Pharm Fr} }
@String { _Annales_Universitatis_Mariae_Curie-Sklodowska_Sectio_D_Medicina_ = {Ann Univ Mariae Curie Sklodowska [Med]} }
@String { _Annali_dell_Istituto_Superiore_di_Sanita_ = {Ann Ist Super Sanita} }
@String { _Annali_di_Igiene_ = {Ann Ig} }
@String { _Annali_Italiani_di_Chirurgia_ = {Ann Ital Chir} }
@String { _Annali_Italiani_di_Medicina_Interna_ = {Ann Ital Med Int} }
@String { _Annals_of_Allergy_Asthma_and_Immunology_ = {Ann Allergy Asthma Immunol} }
@String { _Annals_of_Behavioral_Medicine_ = {Ann Behav Med} }
@String { _Annals_of_Biomedical_Engineering_ = {Ann Biomed Eng} }
@String { _Annals_of_Clinical_and_Laboratory_Science_ = {Ann Clin Lab Sci} }
@String { _Annals_of_Clinical_Biochemistry_ = {Ann Clin Biochem} }
@String { _Annals_of_Clinical_Psychiatry_ = {Ann Clin Psychiatry} }
@String { _Annals_of_Clinical_Research_ = {Ann Clin Res} }
@String { _Annals_of_Dentistry_ = {Ann Dent} }
@String { _Annals_of_Emergency_Medicine_ = {Ann Emerg Med} }
@String { _Annals_of_Epidemiology_ = {Ann Epidemiol} }
@String { _Annals_of_Hematology_ = {Ann Hematol} }
@String { _Annals_of_Human_Biology_ = {Ann Hum Biol} }
@String { _Annals_of_Human_Genetics_ = {Ann Hum Genet} }
@String { _Annals_of_Internal_Medicine_ = {Ann Intern Med} }
@String { _Annals_of_Medicine_ = {Ann Med} }
@String { _Annals_of_Neurology_ = {Ann Neurol} }
@String { _Annals_of_Nuclear_Medicine_ = {Ann Nucl Med} }
@String { _Annals_of_Nutrition_and_Metabolism_ = {Ann Nutr Metab} }
@String { _Annals_of_Occupational_Hygiene_ = {Ann Occup Hyg} }
@String { _Annals_of_Oncology_ = {Ann Oncol} }
@String { _Annals_of_Otology_Rhinology_and_Laryngology_ = {Ann Otol Rhinol Laryngol} }
@String { _Annals_of_Otology_Rhinology_and_Laryngology_Supplement_ = {Ann Otol Rhinol Laryngol Suppl} }
@String { _Annals_of_Pharmacotherapy_ = {Ann Pharmacother} }
@String { _Annals_of_Plastic_Surgery_ = {Ann Plast Surg} }
@String { _Annals_of_Statistics_ = {Ann Stat} }
@String { _Annals_of_Surgery_ = {Ann Surg} }
@String { _Annals_of_Surgical_Oncology_ = {Ann Surg Oncol} }
@String { _Annals_of_the_Academy_of_Medicine_Singapore_ = {Ann Acad Med Singapore} }
@String { _Annals_of_the_American_Thoracic_Society_ = {Ann Am Thorac Soc} }
@String { _Annals_of_the_Icrp_ = {Ann ICRP} }
@String { _Annals_of_the_New_York_Academy_of_Sciences_ = {Ann N Y Acad Sci} }
@String { _Annals_of_the_Rheumatic_Diseases_ = {Ann Rheum Dis} }
@String { _Annals_of_the_Royal_College_of_Surgeons_of_England_ = {Ann R Coll Surg Engl} }
@String { _Annals_of_Thoracic_Surgery_ = {Ann Thorac Surg} }
@String { _Annals_of_Translational_Medicine_ = {Ann Transl Med} }
@String { _Annals_of_Tropical_Medicine_and_Parasitology_ = {Ann Trop Med Parasitol} }
@String { _Annals_of_Tropical_Paediatrics_ = {Ann Trop Paediatr} }
@String { _Annals_of_Vascular_Surgery_ = {Ann Vasc Surg} }
@String { _Annual_International_Conference_of_the_IEEE_Engineering_in_Medicine_and_Biology_Society_ = {Annual International Conference of the IEEE Engineering in Medicine and Biology Society} }
@String { _Annual_Meeting_of_the_European_Society_of_Thoracic_Imaging_ = {Annual Meeting of the European Society of Thoracic Imaging} }
@String { _Annual_Meeting_of_the_International_Society_for_Magnetic_Resonance_in_Medicine_ = {ISMRM} }
@String { _Annual_Meeting_of_the_Radiological_Society_of_North_America_ = {RSNA} }
@String { _Annual_Review_of_Biochemistry_ = {Annu Rev Biochem} }
@String { _Annual_Review_of_Biomedical_Engineering_ = {Annu Rev Biomed Eng} }
@String { _Annual_Review_of_Biophysics_and_Biomolecular_Structure_ = {Annu Rev Biophys Biomol Struct} }
@String { _Annual_Review_of_Cell_and_Developmental_Biology_ = {Annu Rev Cell Dev Biol} }
@String { _Annual_Review_of_Entomology_ = {Annu Rev Entomol} }
@String { _Annual_Review_of_Genetics_ = {Annu Rev Genet} }
@String { _Annual_Review_of_Immunology_ = {Annu Rev Immunol} }
@String { _Annual_Review_of_Medicine_ = {Annu Rev Med} }
@String { _Annual_Review_of_Microbiology_ = {Annu Rev Microbiol} }
@String { _Annual_Review_of_Neuroscience_ = {Annu Rev Neurosci} }
@String { _Annual_Review_of_Nursing_Research_ = {Annu Rev Nurs Res} }
@String { _Annual_Review_of_Nutrition_ = {Annu Rev Nutr} }
@String { _Annual_Review_of_Pathology_ = {Annu Rev Pathol} }
@String { _Annual_Review_of_Pharmacology_and_Toxicology_ = {Annu Rev Pharmacol Toxicol} }
@String { _Annual_Review_of_Physical_Chemistry_ = {Annu Rev Phys Chem} }
@String { _Annual_Review_of_Physiology_ = {Annu Rev Physiol} }
@String { _Annual_Review_of_Psychology_ = {Annu Rev Psychol} }
@String { _Annual_Review_of_Public_Health_ = {Annu Rev Public Health} }
@String { _Ans_Advances_in_Nursing_Science_ = {ANS Adv Nurs Sci} }
@String { _Anthropologischer_Anzeiger_ = {Anthropol Anz} }
@String { _Anti-Cancer_Drug_Design_ = {Anticancer Drug Des} }
@String { _Anti-Cancer_Drugs_ = {Anticancer Drugs} }
@String { _Antibiotics_and_Chemotherapy_ = {Antibiot Chemother} }
@String { _Antibiotiki_I_Khimioterapiia_ = {Antibiot Khimioter} }
@String { _Anticancer_Research_ = {Anticancer Res} }
@String { _Antimicrobial_Agents_and_Chemotherapy_ = {Antimicrob Agents Chemother} }
@String { _Antisense_and_Nucleic_Acid_Drug_Development_ = {Antisense Nucleic Acid Drug Dev} }
@String { _Antiviral_Research_ = {Antiviral Res} }
@String { _Antonie_Van_Leeuwenhoek_ = {Antonie Van Leeuwenhoek} }
@String { _Aorn_Journal_ = {AORN J} }
@String { _Apidologie_ = {Apidologie} }
@String { _Apmis_ = {APMIS} }
@String { _Apmis_Supplementum_ = {APMIS Suppl} }
@String { _Appetite_ = {Appetite} }
@String { _Applied_and_Computational_Harmonic_Analysis_ = {Applied and Computational Harmonic Analysis} }
@String { _Applied_and_Environmental_Microbiology_ = {Appl Environ Microbiol} }
@String { _Applied_and_Theoretical_Electrophoresis_ = {Appl Theor Electrophor} }
@String { _Applied_Biochemistry_and_Biotechnology_ = {Appl Biochem Biotechnol} }
@String { _Applied_Ergonomics_ = {Appl Ergon} }
@String { _Applied_Human_Science_ = {Appl Human Sci} }
@String { _Applied_Magnetic_Resonance_ = {Appl Magn Reson} }
@String { _Applied_Nursing_Research_ = {Appl Nurs Res} }
@String { _Applied_Optics_ = {Applied Optics} }
@String { _Applied_Psychophysiology_and_Biofeedback_ = {Appl Psychophysiol Biofeedback} }
@String { _Applied_Radiation_and_Isotopes_ = {Appl Radiat Isot} }
@String { _Applied_Radiology_ = {Appl Radiol} }
@String { _Arbeiten_Aus_Dem_Paul-Ehrlich-Institut_Bundesamt_Fur_Sera_UndImpfstoffe_Zu_Frankfurt_AM_Arb_Paul_Ehrlich_Inst_Bundesamt_Ser_ = {Impfstoffe Frankf A M} }
@String { _Archiv_der_Pharmazie_ = {Arch Pharm (Weinheim)} }
@String { _Archiv_Fur_Kriminologie_ = {Arch Kriminol} }
@String { _Archiv_Fur_Psychologie_ = {Arch Psychol (Frankf)} }
@String { _Archiv_Fur_Tierernahrung_ = {Arch Tierernahr} }
@String { _Archives_D_Anatomie_et_de_Cytologie_Pathologiques_ = {Arch Anat Cytol Pathol} }
@String { _Archives_de_L_Institut_Pasteur_D_Algerie_ = {Arch Inst Pasteur Alger} }
@String { _Archives_de_L_Institut_Pasteur_de_Madagascar_ = {Arch Inst Pasteur Madagascar} }
@String { _Archives_de_L_Institut_Pasteur_de_Tunis_ = {Arch Inst Pasteur Tunis} }
@String { _Archives_de_Pediatrie_ = {Arch Pediatr} }
@String { _Archives_Des_Maladies_du_Coeur_et_Des_Vaisseaux_ = {Arch Mal Coeur Vaiss} }
@String { _Archives_Italiennes_de_Biologie_ = {Arch Ital Biol} }
@String { _Archives_of_Andrology_ = {Arch Androl} }
@String { _Archives_of_Biochemistry_and_Biophysics_ = {Arch Biochem Biophys} }
@String { _Archives_of_Dermatological_Research_ = {Arch Dermatol Res} }
@String { _Archives_of_Dermatology_ = {Arch Dermatol} }
@String { _Archives_of_Disease_in_Childhood_ = {Arch Dis Child} }
@String { _Archives_of_Disease_in_Childhood_Fetal_and_Neonatal_Edition_ = {Arch Dis Child Fetal Neonatal Ed} }
@String { _Archives_of_Environmental_Contamination_and_Toxicology_ = {Arch Environ Contam Toxicol} }
@String { _Archives_of_Environmental_Health_ = {Arch Environ Health} }
@String { _Archives_of_Family_Medicine_ = {Arch Fam Med} }
@String { _Archives_of_General_Psychiatry_ = {Arch Gen Psychiatry} }
@String { _Archives_of_Gynecology_and_Obstetrics_ = {Arch Gynecol Obstet} }
@String { _Archives_of_Histology_and_Cytology_ = {Arch Histol Cytol} }
@String { _Archives_of_Insect_Biochemistry_and_Physiology_ = {Arch Insect Biochem Physiol} }
@String { _Archives_of_Internal_Medicine_ = {Arch Intern Med} }
@String { _Archives_of_Medical_Research_ = {Arch Med Res} }
@String { _Archives_of_Microbiology_ = {Arch Microbiol} }
@String { _Archives_of_Neurology_ = {Arch Neurol} }
@String { _Archives_of_Ophthalmology_ = {Arch Ophthalmol} }
@String { _Archives_of_Oral_Biology_ = {Arch Oral Biol} }
@String { _Archives_of_Orthopaedic_and_Trauma_Surgery_ = {Arch Orthop Trauma Surg} }
@String { _Archives_of_Otolaryngology_Head_and_Neck_Surgery_ = {Arch Otolaryngol Head Neck Surg} }
@String { _Archives_of_Pathology_and_Laboratory_Medicine_ = {Arch Pathol Lab Med} }
@String { _Archives_of_Pediatrics_and_Adolescent_Medicine_ = {Arch Pediatr Adolesc Med} }
@String { _Archives_of_Physical_Medicine_and_Rehabilitation_ = {Arch Phys Med Rehabil} }
@String { _Archives_of_Physiology_and_Biochemistry_ = {Arch Physiol Biochem} }
@String { _Archives_of_Psychiatric_Nursing_ = {Arch Psychiatr Nurs} }
@String { _Archives_of_Sexual_Behavior_ = {Arch Sex Behav} }
@String { _Archives_of_Surgery_ = {Arch Surg} }
@String { _Archives_of_Toxicology_ = {Arch Toxicol} }
@String { _Archives_of_Toxicology_Supplement_ = {Arch Toxicol Suppl} }
@String { _Archives_of_Virology_ = {Arch Virol} }
@String { _Archives_of_Virology_Supplementum_ = {Arch Virol Suppl} }
@String { _Archivio_Italiano_di_Urologia_Andrologia_ = {Arch Ital Urol Androl} }
@String { _Archivos_de_Bronconeumologia_ = {Arch Bronconeumol} }
@String { _Archivos_Del_Instituto_de_Cardiologia_de_Mexico_ = {Arch Inst Cardiol Mex} }
@String { _Archivos_Espanoles_de_Urologia_ = {Arch Esp Urol} }
@String { _Archivos_Latinoamericanos_de_Nutricion_ = {Arch Latinoam Nutr} }
@String { _Archivum_Immunologiae_et_Therapiae_Experimentalis_ = {Arch Immunol Ther Exp (Warsz)} }
@String { _Arerugi_Japanese_Journal_of_Allergology_ = {Arerugi} }
@String { _Arhiv_Za_Higijenu_Rada_I_Toksikologiju_ = {Arh Hig Rada Toksikol} }
@String { _Arkhiv_Patologii_ = {Arkh Patol} }
@String { _Arquivos_Brasileiros_de_Cardiologia_ = {Arq Bras Cardiol} }
@String { _Arquivos_de_Gastroenterologia_ = {Arq Gastroenterol} }
@String { _Arquivos_de_Neuro-Psiquiatria_ = {Arq Neuropsiquiatr} }
@String { _Arteriosclerosis_Thrombosis_and_Vascular_Biology_ = {Arterioscler Thromb Vasc Biol} }
@String { _Artery_ = {Artery} }
@String { _Arthritis_and_Rheumatism_ = {Arthritis Rheum} }
@String { _Arthroscopy_ = {Arthroscopy} }
@String { _Artificial_Cells_Blood_Substitutes_and_Immobilization_BiotechnologyArtif_Cells_Blood_Substit_Immobi_ = {Biotechnol} }
@String { _Artificial_Intelligence_ = {Artif Intell} }
@String { _Artificial_Intelligence_in_Medicine_ = {Artif Intell Med} }
@String { _Artificial_Life_ = {Artif Life} }
@String { _Artificial_Organs_ = {Artif Organs} }
@String { _Arzneimittel-Forschung_ = {Arzneimittelforschung} }
@String { _Asaio_Journal_ = {ASAIO J} }
@String { _Asdc_Journal_of_Dentistry_for_Children_ = {ASDC J Dent Child} }
@String { _ASHA_ = {ASHA} }
@String { _ASHA_Supplement_ = {ASHA Suppl} }
@String { _Asia-Pacific_Journal_of_Public_Health_ = {Asia Pac J Public Health} }
@String { _Asian_Pacific_Journal_of_Allergy_and_Immunology_ = {Asian Pac J Allergy Immunol} }
@String { _Association_for_Research_in_Vision_and_Ophthalmology_ = {Association for Research in Vision and Ophthalmology} }
@String { _Astroparticle_Physics_ = {Astroparticle Physics} }
@String { _Astrophysical_Journal_ = {Astrophysical Journal} }
@String { _Atencion_Primaria_ = {Aten Primaria} }
@String { _Atherosclerosis_ = {Atherosclerosis} }
@String { _Audiology_ = {Audiology} }
@String { _Audiology_and_Neuro-Otology_ = {Audiol Neurootol} }
@String { _Auris_Nasus_Larynx_ = {Auris Nasus Larynx} }
@String { _Australasian_Journal_of_Dermatology_ = {Australas J Dermatol} }
@String { _Australasian_Physical_and_Engineering_Sciences_in_Medicine_ = {Australas Phys Eng Sci Med} }
@String { _Australasian_Radiology_ = {Australas Radiol} }
@String { _Australian_and_New_Zealand_Journal_of_Medicine_ = {Aust N Z J Med} }
@String { _Australian_and_New_Zealand_Journal_of_Obstetrics_and_Gynaecology_ = {Aust N Z J Obstet Gynaecol} }
@String { _Australian_and_New_Zealand_Journal_of_Ophthalmology_ = {Aust N Z J Ophthalmol} }
@String { _Australian_and_New_Zealand_Journal_of_Psychiatry_ = {Aust N Z J Psychiatry} }
@String { _Australian_and_New_Zealand_Journal_of_Public_Health_ = {Aust N Z J Public Health} }
@String { _Australian_and_New_Zealand_Journal_of_Surgery_ = {Aust N Z J Surg} }
@String { _Australian_Dental_Journal_ = {Aust Dent J} }
@String { _Australian_Family_Physician_ = {Aust Fam Physician} }
@String { _Australian_Journal_of_Science_and_Medicine_in_Sport_ = {Aust J Sci Med Sport} }
@String { _Australian_Veterinary_Journal_ = {Aust Vet J} }
@String { _Autoimmunity_Yverdon-Les-Bains_ = {Autoimmunity} }
@String { _Automedica_ = {Automedica} }
@String { _Aviakosmicheskaia_I_Ekologicheskaia_Meditsina_ = {Aviakosm Ekolog Med} }
@String { _Avian_Diseases_ = {Avian Dis} }
@String { _Aviation_Space_and_Environmental_Medicine_ = {Aviat Space Environ Med} }
@String { _Baillieres_Clinical_Endocrinology_and_Metabolism_ = {Baillieres Clin Endocrinol Metab} }
@String { _Baillieres_Clinical_Gastroenterology_ = {Baillieres Clin Gastroenterol} }
@String { _Baillieres_Clinical_Haematology_ = {Baillieres Clin Haematol} }
@String { _Baillieres_Clinical_Neurology_ = {Baillieres Clin Neurol} }
@String { _Baillieres_Clinical_Obstetrics_and_Gynaecology_ = {Baillieres Clin Obstet Gynaecol} }
@String { _Baillieres_Clinical_Rheumatology_ = {Baillieres Clin Rheumatol} }
@String { _Bangladesh_Medical_Research_Council_Bulletin_ = {Bangladesh Med Res Counc Bull} }
@String { _Basic_Life_Sciences_ = {Basic Life Sci} }
@String { _Basic_Research_in_Cardiology_ = {Basic Res Cardiol} }
@String { _Behavior_Genetics_ = {Behav Genet} }
@String { _Behavior_Modification_ = {Behav Modif} }
@String { _Behavioral_and_Brain_Sciences_ = {Behav Brain Sci} }
@String { _Behavioral_Medicine_ = {Behav Med} }
@String { _Behavioral_Neuroscience_ = {Behav Neurosci} }
@String { _Behavioral_Sciences_and_the_Law_ = {Behav Sci Law} }
@String { _Behaviour_Research_and_Therapy_ = {Behav Res Ther} }
@String { _Behavioural_Brain_Research_ = {Behav Brain Res} }
@String { _Behavioural_Pharmacology_ = {Behav Pharmacol} }
@String { _Behring_Institute_Mitteilungen_MarburgLahn_ = {Behring Inst Mitt} }
@String { _Beitrage_Zur_Gerichtlichen_Medizin_ = {Beitr Gerichtl Med} }
@String { _Beitrage_Zur_Infusionstherapie_und_Transfusionsmedizin_ = {Beitr Infusionsther Transfusionsmed} }
@String { _Belgian_Journal_of_Zoology_ = {Belgian Journal of Zoology} }
@String { _Bell_System_Technical_Journal_ = {Bell System Technical Journal} }
@String { _Berliner_und_Munchener_Tierarztliche_Wochenschrift_ = {Berl Munch Tierarztl Wochenschr} }
@String { _Bibliotheca_Nutritio_et_Dieta_ = {Bibl Nutr Dieta} }
@String { _Bildgebung_ = {Bildgebung} }
@String { _Bio-Medical_Materials_and_Engineering_ = {Biomed Mater Eng} }
@String { _Biocell_ = {Biocell} }
@String { _Biochemical_and_Biophysical_Research_Communications_ = {Biochem Biophys Res Commun} }
@String { _Biochemical_Genetics_ = {Biochem Genet} }
@String { _Biochemical_Journal_ = {Biochem J} }
@String { _Biochemical_Pharmacology_ = {Biochem Pharmacol} }
@String { _Biochemical_Society_Symposia_ = {Biochem Soc Symp} }
@String { _Biochemical_Society_Transactions_ = {Biochem Soc Trans} }
@String { _Biochemistry_ = {Biochemistry} }
@String { _Biochemistry_and_Cell_Biology_ = {Biochem Cell Biol} }
@String { _Biochemistry_and_Molecular_Biology_International_ = {Biochem Mol Biol Int} }
@String { _Biochimica_et_Biophysica_Acta_ = {Biochim Biophys Acta} }
@String { _Biochimie_ = {Biochimie} }
@String { _Bioconjugate_Chemistry_ = {Bioconjug Chem} }
@String { _BioData_Mining_ = {BioData Min} }
@String { _BioDrugs_ = {BioDrugs} }
@String { _Bioelectromagnetics_ = {Bioelectromagnetics} }
@String { _Bioessays_ = {Bioessays} }
@String { _Biofactors_ = {Biofactors} }
@String { _Biofizika_ = {Biofizika} }
@String { _Bioinformatics_ = {Bioinformatics} }
@String { _Biological_and_Pharmaceutical_Bulletin_ = {Biol Pharm Bull} }
@String { _Biological_Bulletin_ = {Biol Bull} }
@String { _Biological_Chemistry_ = {Biol Chem} }
@String { _Biological_Cybernetics_ = {Biol Cybern} }
@String { _Biological_Psychiatry_ = {Biol Psychiatry} }
@String { _Biological_Psychology_ = {Biol Psychol} }
@String { _Biological_Research_ = {Biol Res} }
@String { _Biological_Reviews_of_the_Cambridge_Philosophical_Society_ = {Biol Rev Camb Philos Soc} }
@String { _Biological_Signals_ = {Biol Signals} }
@String { _Biological_Trace_Element_Research_ = {Biol Trace Elem Res} }
@String { _Biologicals_ = {Biologicals} }
@String { _Biology_of_Blood_and_Marrow_Transplantation_ = {Biol Blood Marrow Transplant} }
@String { _Biology_of_Reproduction_ = {Biol Reprod} }
@String { _Biology_of_the_Cell_ = {Biol Cell} }
@String { _Biology_of_the_Neonate_ = {Biol Neonate} }
@String { _Biomaterials_ = {Biomaterials} }
@String { _Biomedical_and_Environmental_Sciences_ = {Biomed Environ Sci} }
@String { _Biomedical_Chromatography_ = {Biomed Chromatogr} }
@String { _Biomedical_Digital_Libraries_ = {Biomed Digit Libr} }
@String { _Biomedical_Engineering_Online_ = {Biomed Eng Online} }
@String { _Biomedical_Instrumentation_and_Technology_ = {Biomed Instrum Technol} }
@String { _Biomedical_Optics_Express_ = {Biomed Opt Express} }
@String { _Biomedical_Peptides_Proteins_and_Nucleic_Acids_ = {Biomed Pept Proteins Nucleic Acids} }
@String { _Biomedical_Sciences_Instrumentation_ = {Biomed Sci Instrum} }
@String { _Biomedical_Simulation_ = {Biomedical Simulation} }
@String { _Biomedicine_and_Pharmacotherapy_ = {Biomed Pharmacother} }
@String { _Biomedizinische_Technik_ = {Biomed Tech (Berl)} }
@String { _Biometals_ = {Biometals} }
@String { _Biometrics_ = {Biometrics} }
@String { _Biometrika_ = {Biometrika} }
@String { _Bioorganic_and_Medicinal_Chemistry_ = {Bioorg Med Chem} }
@String { _Bioorganicheskaia_Khimiia_ = {Bioorg Khim} }
@String { _Biopharmaceutics_and_Drug_Disposition_ = {Biopharm Drug Dispos} }
@String { _Biophysical_Chemistry_ = {Biophys Chem} }
@String { _Biophysical_Journal_ = {Biophys J} }
@String { _Biophysics_Journal_ = {Biophys J} }
@String { _Biopolymers_ = {Biopolymers} }
@String { _Biorheology_ = {Biorheology} }
@String { _Bioscience_Reports_ = {Biosci Rep} }
@String { _Biosensors_and_Bioelectronics_ = {Biosens Bioelectron} }
@String { _Biosystems_ = {Biosystems} }
@String { _Biotechnic_and_Histochemistry_ = {Biotech Histochem} }
@String { _Biotechniques_ = {Biotechniques} }
@String { _Biotechnology_ = {Biotechnology} }
@String { _Biotechnology_and_Applied_Biochemistry_ = {Biotechnol Appl Biochem} }
@String { _Biotechnology_and_Genetic_Engineering_Reviews_ = {Biotechnol Genet Eng Rev} }
@String { _Biotherapy_ = {Biotherapy} }
@String { _Biulleten_Eksperimentalnoi_Biologii_I_Meditsiny_ = {Biull Eksp Biol Med} }
@String { _BJR_Supplement_ = {BJR Suppl} }
@String { _Blood_ = {Blood} }
@String { _Blood_Cells_Molecules_and_Diseases_ = {Blood Cells Mol Dis} }
@String { _Blood_Coagulation_and_Fibrinolysis_ = {Blood Coagul Fibrinolysis} }
@String { _Blood_Pressure_ = {Blood Press} }
@String { _Blood_Pressure_Supplement_ = {Blood Press Suppl} }
@String { _Blood_Purification_ = {Blood Purif} }
@String { _Blood_Reviews_ = {Blood Rev} }
@String { _Blut_ = {Blut} }
@String{_BMC_Bioinformatics_ = {BMC Bioinformatics}}
@String { _BMC_Cancer_ = {BMC Cancer} }
@String { _BMC_Immunology_ = {BMC Immunol} }
@String { _BMC_Infectious_Diseases_ = {BMC Infect Dis} }
@String { _BMC_Medical_Imaging_ = {BMC Med Imaging} }
@String { _BMC_Medical_Informatics_and_Decision_Making_ = {BMC Med Inform Decis Mak} }
@String { _BMC_Medical_Research_Methodology_ = {BMC Med Res Methodol} }
@String { _BMC_Neurology_ = {BMC Neurol} }
@String { _BMC_Public_Health_ = {BMC Public Health} }
@String { _BMC_Pulmonary_Medicine_ = {BMC Pulm Med} }
@String { _BMC_Research_Notes_ = {BMC Res Notes} }
@String { _BMC_Surgery_ = {BMC Surg} }
@String { _BMC_Womens_Health_ = {BMC Womens Health} }
@String { _BMJ_ = {BMJ} }
@String { _BMJ_Case_Reports_ = {BMJ Case Rep} }
@String { _BMJ_Clinical_Research_Ed_ = {BMJ Clin Res Ed} }
@String { _BMJ_Open_ = {BMJO} }
@String { _Boletin_-_Asociacion_Medica_de_Puerto_Rico_ = {Bol Asoc Med P R} }
@String { _Boletin_Chileno_de_Parasitologia_ = {Bol Chil Parasitol} }
@String { _Boletin_de_Estudios_Medicos_Y_Biologicos_ = {Bol Estud Med Biol} }
@String { _Bollettino_-_Societa_Italiana_Biologia_Sperimentale_ = {Boll Soc Ital Biol Sper} }
@String { _Bollettino_Chimico_Farmaceutico_ = {Boll Chim Farm} }
@String { _Bone_ = {Bone} }
@String { _Bone_Marrow_Transplantation_ = {Bone Marrow Transplant} }
@String { _Brain_ = {Brain} }
@String { _Brain_and_Cognition_ = {Brain Cogn} }
@String { _Brain_and_Development_ = {Brain Dev} }
@String { _Brain_and_Language_ = {Brain Lang} }
@String { _Brain_Behavior_and_Evolution_ = {Brain Behav Evol} }
@String { _Brain_Behavior_and_Immunity_ = {Brain Behav Immun} }
@String { _Brain_Injury_ = {Brain Inj} }
@String { _Brain_Pathology_ = {Brain Pathol} }
@String { _Brain_Research_ = {Brain Res} }
@String { _Brain_Research_Bulletin_ = {Brain Res Bull} }
@String { _Brain_Research_Cognitive_Brain_Research_ = {Brain Res Cogn Brain Res} }
@String { _Brain_Research_Developmental_Brain_Research_ = {Brain Res Dev Brain Res} }
@String { _Brain_Research_Molecular_Brain_Research_ = {Brain Res Mol Brain Res} }
@String { _Brain_Research_Protocols_ = {Brain Res Protoc} }
@String { _Brain_Research_Reviews_ = {Brain Res Rev} }
@String { _Brain_Structure_and_Function_ = {Brain Struct Funct} }
@String { _Brain_Topography_ = {Brain Topogr} }
@String { _Brain_Tumor_Pathology_ = {Brain Tumor Pathol} }
@String { _Bratislavske_Lekarske_Listy_ = {Bratisl Lek Listy} }
@String { _Brazilian_Journal_of_Medical_and_Biological_Research_ = {Braz J Med Biol Res} }
@String { _Breast_ = {Breast} }
@String { _Breast_Cancer_ = {Breast Cancer} }
@String { _Breast_Cancer_Research_ = {Breast Cancer Res} }
@String { _Breast_Cancer_Research_and_Treatment_ = {Breast Cancer Res Treat} }
@String { _Breast_Journal_ = {Breast J} }
@String { _British_Dental_Journal_ = {Br Dent J} }
@String { _British_Journal_of_Anaesthesia_ = {Br J Anaesth} }
@String { _British_Journal_of_Audiology_ = {Br J Audiol} }
@String { _British_Journal_of_Biomedical_Science_ = {Br J Biomed Sci} }
@String { _British_Journal_of_Cancer_ = {Br J Cancer} }
@String { _British_Journal_of_Clinical_Pharmacology_ = {Br J Clin Pharmacol} }
@String { _British_Journal_of_Clinical_Psychology_ = {Br J Clin Psychol} }
@String { _British_Journal_of_Dermatology_ = {Br J Dermatol} }
@String { _British_Journal_of_Diseases_of_the_Chest_ = {Br J Dis Chest} }
@String { _British_Journal_of_Educational_Psychology_ = {Br J Educ Psychol} }
@String { _British_Journal_of_General_Practice_ = {Br J Gen Pract} }
@String { _British_Journal_of_Haematology_ = {Br J Haematol} }
@String { _British_Journal_of_Hand_Surgery_ = {Br J Hand Surg} }
@String { _British_Journal_of_Hospital_Medicine_ = {Br J Hosp Med} }
@String { _British_Journal_of_Industrial_Medicine_ = {Br J Ind Med} }
@String { _British_Journal_of_Mathematical_and_Statistical_Psychology_ = {Br J Math Stat Psychol} }
@String { _British_Journal_of_Medical_Psychology_ = {Br J Med Psychol} }
@String { _British_Journal_of_Neurosurgery_ = {Br J Neurosurg} }
@String { _British_Journal_of_Nutrition_ = {Br J Nutr} }
@String { _British_Journal_of_Obstetrics_and_Gynaecology_ = {Br J Obstet Gynaecol} }
@String { _British_Journal_of_Ophthalmology_ = {Br J Ophthalmol} }
@String { _British_Journal_of_Oral_and_Maxillofacial_Surgery_ = {Br J Oral Maxillofac Surg} }
@String { _British_Journal_of_Orthodontics_ = {Br J Orthod} }
@String { _British_Journal_of_Pharmacology_ = {Br J Pharmacol} }
@String { _British_Journal_of_Plastic_Surgery_ = {Br J Plast Surg} }
@String { _British_Journal_of_Psychiatry_ = {Br J Psychiatry} }
@String { _British_Journal_of_Psychiatry_Supplement_ = {Br J Psychiatry Suppl} }
@String { _British_Journal_of_Psychology_ = {Br J Psychol} }
@String { _British_Journal_of_Radiology_ = {Br J Radiol} }
@String { _British_Journal_of_Rheumatology_ = {Br J Rheumatol} }
@String { _British_Journal_of_Social_Psychology_ = {Br J Soc Psychol} }
@String { _British_Journal_of_Sociology_ = {Br J Sociol} }
@String { _British_Journal_of_Sports_Medicine_ = {Br J Sports Med} }
@String { _British_Journal_of_Surgery_ = {Br J Surg} }
@String { _British_Journal_of_Urology_ = {Br J Urol} }
@String { _British_Journal_of_Urology_International_ = {BJU Int} }
@String { _British_Machine_Vision_Conference_ = {British Machine Vision Conference} }
@String { _British_Medical_Bulletin_ = {Br Med Bull} }
@String { _British_Medical_Journal_ = {Br Med J} }
@String { _British_Poultry_Science_ = {Br Poult Sci} }
@String { _Bulletin__Hospital_for_Joint_Diseases_ = {Bull Hosp Jt Dis} }
@String { _Bulletin_de_L_Academie_Nationale_de_Medecine_ = {Bull Acad Natl Med} }
@String { _Bulletin_de_L_Association_Des_Anatomistes_ = {Bull Assoc Anat (Nancy)} }
@String { _Bulletin_de_la_Societe_Belge_D_Ophtalmologie_ = {Bull Soc Belge Ophtalmol} }
@String { _Bulletin_de_la_Societe_Des_Sciences_Medicales_du_Grand-Duche_de_Luxembourg_ = {Bull Soc Sci Med Grand Duche Luxemb} }
@String { _Bulletin_du_Cancer_ = {Bull Cancer} }
@String { _Bulletin_du_Groupement_International_Pour_la_Recherche_Scientifique_En_Stomatologie_et_Odontologie_ = {Bull Group Int Rech Sci Stomatol Odontol} }
@String { _Bulletin_et_Memoires_de_L_Academie_Royale_de_Medecine_de_Belgique_ = {Bull Mem Acad R Med Belg} }
@String { _Bulletin_of_Environmental_Contamination_and_Toxicology_ = {Bull Environ Contam Toxicol} }
@String { _Bulletin_of_Mathematical_Biology_ = {Bull Math Biol} }
@String{_Bulletin_of_the_Autralian_Mathematical_Society_ = {B Aust Math Soc}}
@String { _Bulletin_of_the_History_of_Medicine_ = {Bull Hist Med} }
@String { _Bulletin_of_the_Institute_of_Maritime_and_Tropical_Medicine_in_Gdynia_ = {Bull Inst Marit Trop Med Gdynia} }
@String { _Bulletin_of_the_Medical_Library_Association_ = {Bull Med Libr Assoc} }
@String { _Bulletin_of_the_Menninger_Clinic_ = {Bull Menninger Clin} }
@String { _Bulletin_of_the_New_York_Academy_of_Medicine_ = {Bull N Y Acad Med} }
@String { _Bulletin_of_the_World_Health_Organization_ = {Bull World Health Organ} }
@String { _Bulletin_on_Narcotics_ = {Bull Narc} }
@String { _Bulletin_on_the_Rheumatic_Diseases_ = {Bull Rheum Dis} }
@String { _Burns_ = {Burns} }
@String { _CA_a_Cancer_Journal_for_Clinicians_ = {CA Cancer J Clin} }
@String { _Caduceus_ = {Caduceus} }
@String { _Cahiers_D_Anesthesiologie_ = {Cah Anesthesiol} }
@String { _Cahiers_de_Sociologie_et_de_Demographie_Medicales_ = {Cah Sociol Demogr Med} }
@String { _Calcified_Tissue_International_ = {Calcif Tissue Int} }
@String { _Cambridge_Quarterly_of_Healthcare_Ethics_ = {Camb Q Healthc Ethics} }
@String { _Canada_Communicable_Disease_Report_ = {Can Commun Dis Rep} }
@String { _Canadian_Association_of_Radiologists_Journal_ = {Can Assoc Radiol J} }
@String { _Canadian_Family_Physician_ = {Can Fam Physician} }
@String { _Canadian_Journal_of_Anaesthesia_ = {Can J Anaesth} }
@String { _Canadian_Journal_of_Applied_Physiology_ = {Can J Appl Physiol} }
@String { _Canadian_Journal_of_Cardiology_ = {Can J Cardiol} }
@String { _Canadian_Journal_of_Experimental_Psychology_ = {Can J Exp Psychol} }
@String { _Canadian_Journal_of_Gastroenterology_ = {Can J Gastroenterol} }
@String { _Canadian_Journal_of_Microbiology_ = {Can J Microbiol} }
@String { _Canadian_Journal_of_Neurological_Sciences_ = {Can J Neurol Sci} }
@String { _Canadian_Journal_of_Oncology_ = {Can J Oncol} }
@String { _Canadian_Journal_of_Ophthalmology_ = {Can J Ophthalmol} }
@String { _Canadian_Journal_of_Physiology_and_Pharmacology_ = {Can J Physiol Pharmacol} }
@String { _Canadian_Journal_of_Psychiatry_Revue_Canadienne_de_Psychiatrie_ = {Can J Psychiatry} }
@String { _Canadian_Journal_of_Public_Health_Revue_Canadienne_de_Sante_Publique_ = {Can J Public Health} }
@String { _Canadian_Journal_of_Surgery_ = {Can J Surg} }
@String { _Canadian_Journal_of_Veterinary_Research_ = {Can J Vet Res} }
@String { _Canadian_Veterinary_Journal_ = {Can Vet J} }
@String { _Cancer_ = {Cancer} }
@String { _Cancers_ = {Cancers} }
@String { _Cancer_and_Metastasis_Reviews_ = {Cancer Metastasis Rev} }
@String { _Cancer_Biochemistry_Biophysics_ = {Cancer Biochem Biophys} }
@String { _Cancer_Biomarkers_ = {Cancer Biomark} }
@String { _Cancer_Biotherapy_and_Radiopharmaceuticals_ = {Cancer Biother Radiopharm} }
@String { _Cancer_Causes_and_Control_ = {Cancer Causes Control} }
@String { _Cancer_Chemotherapy_and_Biological_Response_Modifiers_ = {Cancer Chemother Biol Response Modif} }
@String { _Cancer_Chemotherapy_and_Pharmacology_ = {Cancer Chemother Pharmacol} }
@String { _Cancer_Detection_and_Prevention_ = {Cancer Detect Prev} }
@String { _Cancer_Epidemiology_ = {Cancer Epidemiol} }
@String { _Cancer_Epidemiology_Biomarkers_and_Prevention_ = {Cancer Epidemiol Biomarkers Prev} }
@String { _Cancer_Gene_Therapy_ = {Cancer Gene Ther} }
@String { _Cancer_Genetics_and_Cytogenetics_ = {Cancer Genet Cytogenet} }
@String { _Cancer_Imaging_ = {Cancer Imaging} }
@String { _Cancer_Immunology_Immunotherapy_ = {Cancer Immunol Immunother} }
@String { _Cancer_Investigation_ = {Cancer Invest} }
@String { _Cancer_Journal_From_Scientific_American_ = {Cancer J Sci Am} }
@String { _Cancer_Letters_ = {Cancer Lett} }
@String { _Cancer_Nursing_ = {Cancer Nurs} }
@String { _Cancer_Prevention_Research_ = {Cancer Prev Res} }
@String { _Cancer_Radiotherapie_ = {Cancer Radiother} }
@String { _Cancer_Research_ = {Cancer Res} }
@String { _Cancer_Surveys_ = {Cancer Surv} }
@String { _Cancer_Treatment_and_Research_ = {Cancer Treat Res} }
@String { _Cancer_Treatment_Reviews_ = {Cancer Treat Rev} }
@String { _Carbohydrate_Research_ = {Carbohydr Res} }
@String { _Carcinogenesis_ = {Carcinogenesis} }
@String { _Carcinogenesis_A_Comprehensive_Survey_ = {Carcinog Compr Surv} }
@String { _Cardiologia_ = {Cardiologia} }
@String { _Cardiology_ = {Cardiology} }
@String { _Cardiology_Clinics_ = {Cardiol Clin} }
@String { _Cardiology_in_Review_ = {Cardiol Rev} }
@String { _Cardiology_in_the_Young_ = {Cardiol Young} }
@String { _Cardiovascular_and_Interventional_Radiology_ = {Cardiovasc Intervent Radiol} }
@String { _Cardiovascular_Drugs_and_Therapy_ = {Cardiovasc Drugs Ther} }
@String { _Cardiovascular_Research_ = {Cardiovasc Res} }
@String { _Cardiovascular_Surgery_ = {Cardiovasc Surg} }
@String { _Caries_Research_ = {Caries Res} }
@String { _Case_Reports_in_Medicine_ = {Case Report Med} }
@String { _Casopis_Lekaru_Ceskych_ = {Cas Lek Cesk} }
@String { _Catheterization_and_Cardiovascular_Diagnosis_ = {Cathet Cardiovasc Diagn} }
@String { _Catheterization_and_Cardiovascular_Interventions_ = {Catheter Cardiovasc Interv} }
@String { _Cell_ = {Cell} }
@String { _Cell_Adhesion_and_Communication_ = {Cell Adhes Commun} }
@String { _Cell_and_Tissue_Research_ = {Cell Tissue Res} }
@String { _Cell_Biochemistry_and_Biophysics_ = {Cell Biochem Biophys} }
@String { _Cell_Biochemistry_and_Function_ = {Cell Biochem Funct} }
@String { _Cell_Biology_and_Toxicology_ = {Cell Biol Toxicol} }
@String { _Cell_Biology_International_ = {Cell Biol Int} }
@String { _Cell_Calcium_ = {Cell Calcium} }
@String { _Cell_Growth_and_Differentiation_ = {Cell Growth Differ} }
@String { _Cell_Motility_and_the_Cytoskeleton_ = {Cell Motil Cytoskeleton} }
@String { _Cell_Proliferation_ = {Cell Prolif} }
@String { _Cell_Research_ = {Cell Res} }
@String { _Cell_Stress_and_Chaperones_ = {Cell Stress Chaperones} }
@String { _Cell_Structure_and_Function_ = {Cell Struct Funct} }
@String { _Cell_Transplantation_ = {Cell Transplant} }
@String { _Cellular_and_Molecular_Life_Sciences_ = {Cell Mol Life Sci} }
@String { _Cellular_and_Molecular_Neurobiology_ = {Cell Mol Neurobiol} }
@String { _Cellular_Immunology_ = {Cell Immunol} }
@String { _Cellular_Oncology_ = {Cell Oncol} }
@String { _Cellular_Signalling_ = {Cell Signal} }
@String { _Central_African_Journal_of_Medicine_ = {Cent Afr J Med} }
@String { _Central_European_Journal_of_Public_Health_ = {Cent Eur J Public Health} }
@String { _Cephalalgia_ = {Cephalalgia} }
@String { _Cerebral_Cortex_ = {Cereb Cortex} }
@String { _Cerebrovascular_Diseases_ = {Cerebrovasc Dis} }
@String { _Ceska_A_Slovenska_Farmacie_ = {Ceska Slov Farm} }
@String { _Ceska_A_Slovenska_Oftalmologie_ = {Cesk Slov Oftalmol} }
@String { _Ceska_Gynekologie_ = {Ceska Gynekol} }
@String { _Ceskoslovenska_Fysiologie_ = {Cesk Fysiol} }
@String { _Ceskoslovenska_Patologie_ = {Cesk Patol} }
@String { _Ceylon_Medical_Journal_ = {Ceylon Med J} }
@String { _Chang_Keng_I_Hsueh_Chang_Gung_Medical_Journal_ = {Chang Keng I Hsueh} }
@String { _Chemical_and_Pharmaceutical_Bulletin_ = {Chem Pharm Bull (Tokyo)} }
@String { _Chemical_Immunology_ = {Chem Immunol} }
@String { _Chemical_Research_in_Toxicology_ = {Chem Res Toxicol} }
@String { _Chemical_Senses_ = {Chem Senses} }
@String { _Chemico-Biological_Interactions_ = {Chem Biol Interact} }
@String { _Chemistry_and_Biology_ = {Chem Biol} }
@String { _Chemistry_and_Physics_of_Lipids_ = {Chem Phys Lipids} }
@String { _Chemosphere_ = {Chemosphere} }
@String { _Chemotherapy_ = {Chemotherapy} }
@String { _Chemphyschem_ = {Chemphyschem} }
@String { _Chen_Tzu_Yen_Chiu_Acupuncture_Research_ = {Chen Tzu Yen Chiu} }
@String { _Chest_ = {Chest} }
@String { _Chest_Surgery_Clinics_of_North_America_ = {Chest Surg Clin N Am} }
@String { _Child_Abuse_and_Neglect_ = {Child Abuse Negl} }
@String { _Child_and_Adolescent_Psychiatric_Clinics_of_North_America_ = {Child Adolesc Psychiatr Clin N Am} }
@String { _Child_Care_Health_and_Development_ = {Child Care Health Dev} }
@String { _Child_Development_ = {Child Dev} }
@String { _Child_Psychiatry_and_Human_Development_ = {Child Psychiatry Hum Dev} }
@String { _Child_Welfare_ = {Child Welfare} }
@String { _Childs_Nervous_System_ = {Childs Nerv Syst} }
@String { _Chinese_Journal_of_Biotechnology_ = {Chin J Biotechnol} }
@String { _Chinese_Journal_of_Physiology_ = {Chin J Physiol} }
@String { _Chinese_Medical_Journal_ = {Chin Med J (Engl)} }
@String { _Chinese_Medical_Sciences_Journal_ = {Chin Med Sci J} }
@String { _Chirality_ = {Chirality} }
@String { _Chirurg_ = {Chirurg} }
@String { _Chirurgia_ = {Chirurgia (Bucur)} }
@String { _Chirurgia_Degli_Organi_di_Movimento_ = {Chir Organi Mov} }
@String { _Chirurgia_Italiana_ = {Chir Ital} }
@String { _Chirurgia_Maxillofacialis_et_Plastica_ = {Chir Maxillofac Plast} }
@String { _Chirurgia_Narzadow_Ruchu_I_Ortopedia_Polska_ = {Chir Narzadow Ruchu Ortop Pol} }
@String { _Chirurgie_ = {Chirurgie} }
@String { _Chromosoma_ = {Chromosoma} }
@String { _Chromosome_Research_ = {Chromosome Res} }
@String { _Chronic_Diseases_in_Canada_ = {Chronic Dis Can} }
@String { _Chronic_obstructive_pulmonary_diseases_Miami_ = {Chronic Obstr Pulm Dis (Miami)} }
@String { _Chronic_Respiratory_Disease_ = {Chron Respir Dis} }
@String { _Chronobiology_International_ = {Chronobiol Int} }
@String { _Chung-Hua_Cheng_Hsing_Shao_Shang_Wai_Ko_Tsa_Chih_Chinese_Journal_OfPlastic_Surgery_and_Burns_Chung_Hua_Cheng_Hsing_Shao_Shang_Wai_Ko_Ts_ = {Chih} }
@String { _Chung-Hua_Chieh_Ho_Ho_Hu_Hsi_Tsa_Chih_Chinese_Journal_of_Tuberculosis_and_Respiratory_Diseases_ = {Chung Hua Chieh Ho Ho Hu Hsi Tsa Chih} }
@String { _Chung-Hua_Chung_Liu_Tsa_Chih_Chinese_Journal_of_Oncology_ = {Chung Hua Chung Liu Tsa Chih} }
@String { _Chung-Hua_Erh_Pi_Yen_Hou_Ko_Tsa_Chih_Chinese_Journal_of_Otorhinolaryngology_ = {Chung Hua Erh Pi Yen Hou Ko Tsa Chih} }
@String { _Chung-Hua_Fu_Chan_Ko_Tsa_Chih_Chinese_Journal_of_Obstetrics_AndGynecology_ = {Chung Hua Fu Chan Ko Tsa Chih} }
@String { _Chung-Hua_Hsueh_Yeh_Hsueh_Tsa_Chih_Chinese_Journal_of_Hematology_ = {Chung Hua Hsueh Yeh Hsueh Tsa Chi} }
@String { _Chung-Hua_I_Hsueh_Tsa_Chih_Chinese_Medical_Journal_ = {Chung Hua I Hsueh Tsa Chih} }
@String { _Chung-Hua_Kou_Chiang_I_Hsueh_Tsa_Chih_Chinese_Journal_of_Stomatology_ = {Chung Hua Kou Chiang Hsueh Tsa Chih} }
@String { _Chung-Hua_Liu_Hsing_Ping_Hsueh_Tsa_Chih_Chinese_Journal_of_Epidemiology_Pei-Ching_ = {Chung Hua Liu Hsing Ping Hsueh Tsa Chih} }
@String { _Chung-Hua_Min_Kuo_Hsiao_Erh_Ko_I_Hsueh_Hui_Tsa_Chih_Chung_Hua_Min_KuoHsiao_Erh_Ko_I_Hsueh_Hu_ = {Tsa Chih} }
@String { _Chung-Hua_Min_Kuo_Wei_Sheng_Wu_Chi_Mien_I_Hsueh_Tsa_Chih_Chinese_JournalOf_Microbiology_and_Immunology_Chung_Hua_Min_Kuo_Wei_Sheng_Wu_Chi_Mien_ = {Hsueh Tsa Chih} }
@String { _Chung-Hua_Nei_Ko_Tsa_Chih_Chinese_Journal_of_Internal_Medicine_ = {Chung Hua Nei Ko Tsa Chih} }
@String { _Chung-Hua_Ping_Li_Hsueh_Tsa_Chih_Chinese_Journal_of_Pathology_ = {Chung Hua Ping Li Hsueh Tsa Chih} }
@String { _Chung-Hua_Shih_Yen_Ho_Lin_Chuang_Ping_Tu_Hsueh_Tsa_Chih_ChineseJournal_of_Experimental_and_Clinical_Virology_Chung_Hua_Shih_Yen_Ho_Lin_Chuang_Ping_T_ = {Hsueh Tsa Chih} }
@String { _Chung-Hua_Wai_Ko_Tsa_Chih_Chinese_Journal_of_Surgery_ = {Chung Hua Wai Ko Tsa Chih} }
@String { _Chung-Hua_Yen_Ko_Tsa_Chih_Chinese_Journal_of_Ophthalmology_ = {Chung Hua Yen Ko Tsa Chih} }
@String { _Chung-Hua_Yu_Fang_I_Hsueh_Tsa_Chih_Chinese_Journal_of_Preventive_Medicine_ = {Chung Hua Yu Fang I Hsueh Tsa Chih} }
@String { _Chung-Kuo_Chi_Sheng_Chung_Hsueh_Yu_Chi_Sheng_Chung_Ping_Tsa_Chih_ChineseJournal_of_Parasitology_and_Parasitic_Diseases_Chung_Kuo_Chi_Sheng_Chung_Hsueh_Yu_Ch_ = {Sheng Chung Ping Tsa Chih} }
@String { _Chung-Kuo_Chung_Hsi_I_Chieh_Ho_Tsa_Chih_Pei-Ching_ = {Chung Kuo Chung Hsi I Chieh Ho Tsa Chih} }
@String { _Chung-Kuo_Chung_Yao_Tsa_Chih_China_Journal_of_Chinese_Materia_Medica_Pei-Ching_ = {Chung Kuo Chung Yao Tsa Chih} }
@String { _Chung-Kuo_Hsiu_Fu_Chung_Chien_Wai_Ko_Tsa_Chih_Chinesse_Journal_OfReparative_and_Reconstructive_Surgery_Cheng-Tu_Shih_Chung_Kuo_Hsiu_Fu_Chung_Chien_Wai_Ko_Ts_ = {Chih} }
@String { _Chung-Kuo_I_Hsueh_Ko_Hsueh_Yuan_Hsueh_Pao_Acta_Academiae_Medicinae_Sinicae_ = {Chung Kuo I Hsueh Ko Hsueh Yuan Hsueh Pao} }
@String { _Chung-Kuo_I_Liao_Chi_Hsieh_Tsa_Chih_Chinese_Journal_of_Medical_Instrumentation_Shang-Hai_Shih_ = {Chung Kuo I Liao Chi Hsieh Tsa Chih} }
@String { _Chung-Kuo_Yao_Li_Hsueh_Pao_Acta_Pharmacologica_Sinica_ = {Chung Kuo Yao Li Hsueh Pao} }
@String { _Chung-Kuo_Ying_Yung_Sheng_Li_Hsueh_Tsa_Chih_Chinese_Journal_of_Applied_Physiology_ = {Chung Kuo Ying Yung Sheng Li Hsueh Tsa Chih} }
@String { _Chung_Yao_Tsai_Journal_of_Chinese_Medicinal_Materials_Kuang-Chou_Shih_ = {Chung Yao Tsai} }
@String { _Ciba_Foundation_Symposium_ = {Ciba Found Symp} }
@String { _Circulation_ = {Circulation} }
@String { _Circulation_Cardiovascular_Imaging_ = {Circ Cardiovasc Imaging} }
@String { _Circulation_Journal_ = {Circ J} }
@String { _Circulation_Research_ = {Circ Res} }
@String { _Cirugia_Pediatrica_ = {Cir Pediatr} }
@String { _CLAO_Journal_ = {CLAO J} }
@String { _Cleft_Palate-Craniofacial_Journal_ = {Cleft Palate Craniofac J} }
@String { _Cleveland_Clinic_Journal_of_Medicine_ = {Cleve Clin J Med} }
@String { _Climacteric_ = {Climacteric} }
@String { _Clinica_Chimica_Acta_ = {Clin Chim Acta} }
@String { _Clinica_Terapeutica_ = {Clin Ter} }
@String { _Clinical_Anatomy_ = {Clin Anat} }
@String { _Clinical_and_Applied_Thrombosis/Hemostasis_ = {Clin Appl Thromb Hemost} }
@String { _Clinical_and_Diagnostic_Laboratory_Immunology_ = {Clin Diagn Lab Immunol} }
@String { _Clinical_and_Experimental_Allergy_ = {Clin Exp Allergy} }
@String { _Clinical_and_Experimental_Dermatology_ = {Clin Exp Dermatol} }
@String { _Clinical_and_Experimental_Hypertension_ = {Clin Exp Hypertens} }
@String { _Clinical_and_Experimental_Immunology_ = {Clin Exp Immunol} }
@String { _Clinical_and_Experimental_Metastasis_ = {Clin Exp Metastasis} }
@String { _Clinical_and_Experimental_Obstetrics_and_Gynecology_ = {Clin Exp Obstet Gynecol} }
@String { _Clinical_and_Experimental_Ophthalmology_ = {Clin Exp Ophthalmol} }
@String { _Clinical_and_Experimental_Optometry_ = {Clin Exp Optometry} }
@String { _Clinical_and_Experimental_Pharmacology_and_Physiology_ = {Clin Exp Pharmacol Physiol} }
@String { _Clinical_and_Experimental_Pharmacology_and_Physiology_Supplement_ = {Clin Exp Pharmacol Physiol Suppl} }
@String { _Clinical_and_Experimental_Rheumatology_ = {Clin Exp Rheumatol} }
@String { _Clinical_and_Investigative_Medicine_Medecine_Clinique_et_Experimentale_ = {Clin Invest Med} }
@String { _Clinical_and_Laboratory_Haematology_ = {Clin Lab Haematol} }
@String { _Clinical_Autonomic_Research_ = {Clin Auton Res} }
@String { _Clinical_Biochemistry_ = {Clin Biochem} }
@String { _Clinical_Cancer_Research_ = {Clin Cancer Res} }
@String { _Clinical_Cardiology_ = {Clin Cardiol} }
@String { _Clinical_Chemistry_ = {Clin Chem} }
@String { _Clinical_Chemistry_and_Laboratory_Medicine_ = {Clin Chem Lab Med} }
@String { _Clinical_Colorectal_Cancer_ = {Clin Colorectal Cancer} }
@String { _Clinical_Diabetes_ = {Clin Diab} }
@String { _Clinical_Dysmorphology_ = {Clin Dysmorphol} }
@String { _Clinical_Electroencephalography_ = {Clin Electroencephalogr} }
@String { _Clinical_Endocrinology_ = {Clin Endocrinol (Oxf)} }
@String { _Clinical_Gastroenterology_and_Hepatology_ = {Clin Gastroenterol Hepatol} }
@String { _Clinical_Genetics_ = {Clin Genet} }
@String { _Clinical_Genitourinary_Cancer_ = {Clin Genitourin Cancer} }
@String { _Clinical_Hemorheology_and_Microcirculation_ = {Clin Hemorheol Microcirc} }
@String { _Clinical_Imaging_ = {Clin Imaging} }
@String { _Clinical_Immunology_and_Immunopathology_ = {Clin Immunol Immunopathol} }
@String { _Clinical_Infectious_Diseases_ = {Clin Infect Dis} }
@String { _Clinical_Journal_of_Pain_ = {Clin J Pain} }
@String { _Clinical_Journal_of_Sport_Medicine_ = {Clin J Sport Med} }
@String{_Clinical_Journal_of_the_American_Society_of_Nephrology_ = {Clin J Am Soc Nephrol}}
@String { _Clinical_Microbiology_Reviews_ = {Clin Microbiol Rev} }
@String { _Clinical_Nephrology_ = {Clin Nephrol} }
@String { _Clinical_Neurology_and_Neurosurgery_ = {Clin Neurol Neurosurg} }
@String { _Clinical_Neuropathology_ = {Clin Neuropathol} }
@String { _Clinical_Neuropharmacology_ = {Clin Neuropharmacol} }
@String { _Clinical_Neurophysiology_ = {Clin Neurophysiol} }
@String { _Clinical_Neuroscience_ = {Clin Neurosci} }
@String { _Clinical_Neurosurgery_ = {Clin Neurosurg} }
@String { _Clinical_Nuclear_Medicine_ = {Clin Nucl Med} }
@String { _Clinical_Obstetrics_and_Gynecology_ = {Clin Obstet Gynecol} }
@String { _Clinical_Oncology_ = {Clin Oncol} }
@String { _Clinical_Oncology_Royal_College_of_Radiologists_ = {Clin Oncol (R Coll Radiol)} }
@String { _Clinical_Orthopaedics_and_Related_Research_ = {Clin Orthop Relat Res} }
@String { _Clinical_Otolaryngology_ = {Clin Otolaryngol} }
@String { _Clinical_Pediatrics_ = {Clin Pediatr (Phila)} }
@String { _Clinical_Pharmacokinetics_ = {Clin Pharmacokinet} }
@String { _Clinical_Pharmacology_and_Therapeutics_ = {Clin Pharmacol Ther} }
@String { _Clinical_Physiology_ = {Clin Physiol} }
@String { _Clinical_Psychology_Review_ = {Clin Psychol Rev} }
@String { _Clinical_Radiology_ = {Clin Radiol} }
@String { _Clinical_Rehabilitation_ = {Clin Rehabil} }
@String { _Clinical_Reviews_in_Allergy_and_Immunology_ = {Clin Rev Allergy Immunol} }
@String { _Clinical_Rheumatology_ = {Clin Rheumatol} }
@String { _Clinical_Science_ = {Clin Sci (Colch)} }
@String { _Clinical_Symposia_ = {Clin Symp} }
@String { _Clinical_Techniques_in_Small_Animal_Practice_ = {Clin Tech Small Anim Pract} }
@String { _Clinical_Therapeutics_ = {Clin Ther} }
@String { _Clinical_Transplantation_ = {Clin Transplant} }
@String { _Clinical_Transplants_ = {Clin Transpl} }
@String { _Clinics_in_Chest_Medicine_ = {Clin Chest Med} }
@String { _Clinics_in_Dermatology_ = {Clin Dermatol} }
@String { _Clinics_in_Diagnostic_Ultrasound_ = {Clin Diagn Ultrasound} }
@String { _Clinics_in_Geriatric_Medicine_ = {Clin Geriatr Med} }
@String { _Clinics_in_Laboratory_Medicine_ = {Clin Lab Med} }
@String { _Clinics_in_Perinatology_ = {Clin Perinatol} }
@String { _Clinics_in_Plastic_Surgery_ = {Clin Plast Surg} }
@String { _Clinics_in_Podiatric_Medicine_and_Surgery_ = {Clin Podiatr Med Surg} }
@String { _Clinics_in_Sports_Medicine_ = {Clin Sports Med} }
@String { _Clio_Medica_ = {Clio Med} }
@String { _CMAJ_ = {CMAJ} }
@String { _Cochrane_Database_of_Systematic_Reviews_ = {Cochrane Database of Systematic Reviews} }
@String { _Cold_Spring_Harbor_Symposia_on_Quantitative_Biology_ = {Cold Spring Harb Symp Quant Biol} }
@String { _Collegium_Antropologicum_ = {Coll Antropol} }
@String { _Communicable_Disease_Report_CDR_Review_ = {Commun Dis Rep CDR Rev} }
@String { _Communicable_Disease_Report_CDR_Supplement_ = {Commun Dis Rep CDR Suppl} }
@String { _Communicable_Disease_Report_CDR_Weekly_ = {Commun Dis Rep CDR Wkly} }
@String { _Communicable_Diseases_Intelligence_ = {Commun Dis Intell} }
@String { _Communications_of_the_Association_for_Computing_Machinery_ = {Commun ACM} }
@String { _Communications_on_Pure_and_Applied_Mathematics_ = {Commun Pure Appl Math} }
@String { _Community_Dental_Health_Houndsmills_Hampshire_ = {Community Dent Health} }
@String { _Community_Dentistry_and_Oral_Epidemiology_ = {Community Dent Oral Epidemiol} }
@String { _Community_Mental_Health_Journal_ = {Community Ment Health J} }
@String { _Comparative_Immunology_Microbiology_and_Infectious_Diseases_ = {Comp Immunol Microbiol Infect Dis} }
@String { _Comprehensive_Psychiatry_ = {Compr Psychiatry} }
@String { _Comprehensive_Therapy_ = {Compr Ther} }
@String { _Comptes_Rendus_de_L_Academie_Des_Sciences_Serie_III_Sciences_de_La_Vie_ = {C R Acad Sci III} }
@String { _Comptes_Rendus_Des_Seances_de_la_Societe_de_Biologie_et_de_Ses_Filiales_ = {C R Seances Soc Biol Fil} }
@String { _Computational_Methods_in_Biomechanics_and_Biomedical_Engineering_ = {Comput Methods Biomech Biomed Eng} }
@String{_Computational_Pathology_and_Ophthalmic_Medical_Image_Analysis_ = {Computational Pathology and Ophthalmic Medical Image Analysis}}
@String { _Computer-Aided_Design_ = {Computer-Aided Design} }
@String { _Computer_Aided_Surgery_ = {Comput Aided Surg} }
@String { _Computer_Assisted_Radiology_and_Surgery_ = {Comput Assist Radiol Surg} }
@String { _Computer_Graphics_and_Image_Processing_ = {Comput Graph Image Process} }