-
Notifications
You must be signed in to change notification settings - Fork 0
/
fullstrings.bib
3711 lines (3708 loc) · 305 KB
/
fullstrings.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_ = {Abdominal Imaging} }
@String { _Academic_Emergency_Medicine_ = {Academic Emergency Medicine} }
@String { _Academic_Medicine_ = {Academic Medicine} }
@String { _Academic_Radiology_ = {Academic Radiology} }
@String { _Accident_Analysis_and_Prevention_ = {Accident Analysis and Prevention} }
@String { _ACM_Computing_Surveys_ = {ACM Computing Surveys} }
@String { _ACM_Transactions_on_Graphics_ = {ACM Transactions on Graphics} }
@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 Journal Club} }
@String { _ACS_Chemical_Neuroscience_ = {ACS Chemical Neuroscience} }
@String { _Acta_Anaesthesiologica_Belgica_ = {Acta Anaesthesiologica Belgica} }
@String { _Acta_Anaesthesiologica_Scandinavica_ = {Acta Anaesthesiologica Scandinavica} }
@String { _Acta_Anaesthesiologica_Scandinavica_Supplementum_ = {Acta Anaesthesiologica Scandinavica Supplementum} }
@String { _Acta_Anatomica_ = {Acta Anatomica} }
@String { _Acta_Bio-Medica_de_L_Ateneo_Parmense_ = {Acta Bio-Medica de L Ateneo Parmense} }
@String { _Acta_Biochimica_Polonica_ = {Acta Biochimica Polonica} }
@String { _Acta_Biologica_Hungarica_ = {Acta Biologica Hungarica} }
@String { _Acta_Biomaterialia_ = {Acta Biomaterialia} }
@String { _Acta_Biotheoretica_ = {Acta Biotheoretica} }
@String { _Acta_Cardiologica_ = {Acta Cardiologica} }
@String { _Acta_Chemica_Scandinavica_ = {Acta Chemica Scandinavica} }
@String { _Acta_Chirurgiae_Plasticae_ = {Acta Chirurgiae Plasticae} }
@String { _Acta_Chirurgica_Belgica_ = {Acta Chirurgica Belgica} }
@String { _Acta_Chirurgica_Hungarica_ = {Acta Chirurgica Hungarica} }
@String { _Acta_Chirurgica_Iugoslavica_ = {Acta Chirurgica Iugoslavica} }
@String { _Acta_Cientifica_Venezolana_ = {Acta Cientifica Venezolana} }
@String { _Acta_Clinica_Belgica_ = {Acta Clinica Belgica} }
@String { _Acta_Clinica_Belgica_Supplementum_ = {Acta Clinica Belgica Supplementum} }
@String { _Acta_Crystallographica_Section_A_Foundations_of_Crystallography_ = {Acta Crystallographica Section A Foundations of Crystallography} }
@String { _Acta_Crystallographica_Section_B_Structural_Science_ = {Acta Crystallographica Section B Structural Science} }
@String { _Acta_Crystallographica_Section_C_Crystal_Structure_Communications_ = {Acta Crystallographica Section C Crystal Structure Communications} }
@String { _Acta_Cytologica_ = {Acta Cytologica} }
@String { _Acta_Dermato-Venereologica_ = {Acta Dermato-Venereologica} }
@String { _Acta_Dermato-Venereologica_Supplementum_ = {Acta Dermato-Venereologica Supplementum} }
@String { _Acta_Diabetologica_ = {Acta Diabetologica} }
@String { _Acta_Europaea_Fertilitatis_ = {Acta Europaea Fertilitatis} }
@String { _Acta_Gastroenterologica_Belgica_ = {Acta Gastroenterologica Belgica} }
@String { _Acta_Gastroenterologica_Latinoamericana_ = {Acta Gastroenterologica Latinoamericana} }
@String { _Acta_Geneticae_Medicae_et_Gemellologiae_ = {Acta Geneticae Medicae Et Gemellologiae} }
@String { _Acta_Haematologica_ = {Acta Haematologica} }
@String { _Acta_Histochemica_ = {Acta Histochemica} }
@String { _Acta_Histochemica_Supplementband_ = {Acta Histochemica Supplementband} }
@String { _Acta_Leprologica_ = {Acta Leprologica} }
@String { _Acta_Medica_Austriaca_ = {Acta Medica Austriaca} }
@String { _Acta_Medica_Croatica_ = {Acta Medica Croatica} }
@String { _Acta_Medica_Hradec_Kralove_ = {Acta Medica Hradec Kralove} }
@String { _Acta_Medica_Hradec_Kralove_Supplementum_ = {Acta Medica Hradec Kralove Supplementum} }
@String { _Acta_Medica_Okayama_ = {Acta Medica Okayama} }
@String { _Acta_Medica_Portuguesa_ = {Acta Medica Portuguesa} }
@String { _Acta_Microbiologica_Bulgarica_ = {Acta Microbiologica Bulgarica} }
@String { _Acta_Microbiologica_et_Immunologica_Hungarica_ = {Acta Microbiologica Et Immunologica Hungarica} }
@String { _Acta_Microbiologica_Polonica_ = {Acta Microbiologica Polonica} }
@String { _Acta_Neurobiologiae_Experimentalis_ = {Acta Neurobiologiae Experimentalis} }
@String { _Acta_Neurochirurgica_ = {Acta Neurochirurgica} }
@String { _Acta_Neurochirurgica_Supplementum_ = {Acta Neurochirurgica Supplementum} }
@String { _Acta_Neurologica_Belgica_ = {Acta Neurologica Belgica} }
@String { _Acta_Neurologica_Scandinavica_ = {Acta Neurologica Scandinavica} }
@String { _Acta_Neurologica_Scandinavica_Supplementum_ = {Acta Neurologica Scandinavica Supplementum} }
@String { _Acta_Neuropathologica_ = {Acta Neuropathologica} }
@String { _Acta_Neuropsychiatrica_ = {Acta Neuropsychiatrica} }
@String { _Acta_Obstetricia_et_Gynecologica_Scandinavica_ = {Acta Obstetricia Et Gynecologica Scandinavica} }
@String { _Acta_Obstetricia_et_Gynecologica_Scandinavica_Supplement_ = {Acta Obstetricia Et Gynecologica Scandinavica Supplement} }
@String {_Acta_Odontologica_Scandinavica_mi = {Acta Odontologica Scandinavica}}
@String { _Acta_Oncologica_ = {Acta Oncologica} }
@String { _Acta_Ophthalmologica_ = {Acta Ophthalmologica} }
@String { _Acta_Ophthalmologica_Scandinavica_ = {Acta Ophthalmologica Scandinavica} }
@String { _Acta_Ophthalmologica_Scandinavica_Supplement_ = {Acta Ophthalmologica Scandinavica Supplement} }
@String { _Acta_Orthopaedica_Belgica_ = {Acta Orthopaedica Belgica} }
@String { _Acta_Orthopaedica_et_Traumatologica_Turcica_ = {Acta Orthopaedica et Traumatologica Turcica} }
@String { _Acta_Orthopaedica_Scandinavica_ = {Acta Orthopaedica Scandinavica} }
@String { _Acta_Orthopaedica_Scandinavica_Supplementum_ = {Acta Orthopaedica Scandinavica Supplementum} }
@String { _Acta_Oto-Laryngologica_ = {Acta Oto-Laryngologica} }
@String { _Acta_Oto-Laryngologica_Supplement_ = {Acta Oto-Laryngologica Supplement} }
@String { _Acta_Oto-Rhino-Laryngologica_Belgica_ = {Acta Oto-Rhino-Laryngologica Belgica} }
@String { _Acta_Otorhinolaryngologica_Italica_ = {Acta Otorhinolaryngologica Italica} }
@String { _Acta_Otorrinolaringologica_Espanola_ = {Acta Otorrinolaringologica Espanola} }
@String { _Acta_Paediatrica_ = {Acta Paediatrica} }
@String { _Acta_Paediatrica_Japonica_ = {Acta Paediatrica Japonica} }
@String { _Acta_Paediatrica_Supplement_ = {Acta Paediatrica Supplement} }
@String { _Acta_Pharmaceutica_Hungarica_ = {Acta Pharmaceutica Hungarica} }
@String { _Acta_Physiologica_et_Pharmacologica_Bulgarica_ = {Acta Physiologica Et Pharmacologica Bulgarica} }
@String { _Acta_Physiologica_Hungarica_ = {Acta Physiologica Hungarica} }
@String { _Acta_Physiologica_Pharmacologica_et_Therapeutica_Latinoamericana_ = {Acta Physiologica Pharmacologica Et Therapeutica Latinoamericana} }
@String { _Acta_Physiologica_Scandinavica_ = {Acta Physiologica Scandinavica} }
@String { _Acta_Physiologica_Scandinavica_Supplementum_ = {Acta Physiologica Scandinavica Supplementum} }
@String { _Acta_Poloniae_Pharmaceutica_ = {Acta Poloniae Pharmaceutica} }
@String { _Acta_Psychiatrica_Scandinavica_ = {Acta Psychiatrica Scandinavica} }
@String { _Acta_Psychiatrica_Scandinavica_Supplementum_ = {Acta Psychiatrica Scandinavica Supplementum} }
@String { _Acta_Psychologica_ = {Acta Psychologica} }
@String { _Acta_Radiologica_ = {Acta Radiologica} }
@String { _Acta_Radiologica_Supplementum_ = {Acta Radiologica Supplementum} }
@String { _Acta_Stomatologica_Belgica_ = {Acta Stomatologica Belgica} }
@String { _Acta_Tropica_ = {Acta Tropica} }
@String { _Acta_Universitatis_Carolinae_Medica_ = {Acta Universitatis Carolinae Medica} }
@String { _Acta_Universitatis_Carolinae_Medica_Monographia_ = {Acta Universitatis Carolinae Medica Monographia} }
@String { _Acta_Universitatis_Palackianae_Olomucensis_Facultatis_Medicae_ = {Acta Universitatis Palackianae Olomucensis Facultatis Medicae} }
@String { _Acta_Urologica_Belgica_ = {Acta Urologica Belgica} }
@String { _Acta_Veterinaria_Hungarica_ = {Acta Veterinaria Hungarica} }
@String { _Acta_Veterinaria_Scandinavica_ = {Acta Veterinaria Scandinavica} }
@String { _Acta_Veterinaria_Scandinavica_Supplement_ = {Acta Veterinaria Scandinavica Supplement} }
@String { _Acta_Virologica_ = {Acta Virologica} }
@String { _Actas_Urologicas_Espanolas_ = {Actas Urologicas Espanolas} }
@String { _Acupuncture_and_Electro-Therapeutics_Research_ = {Acupuncture and Electro-Therapeutics Research} }
@String { _Acustica_ = {Acustica} }
@String { _Addiction_ = {Addiction} }
@String { _Addictive_Behaviors_ = {Addictive Behaviors} }
@String { _Administration_and_Policy_in_Mental_Health_ = {Administration and Policy in Mental Health} }
@String { _Adolescence_ = {Adolescence} }
@String { _Advanced_Drug_Delivery_Reviews_ = {Advanced Drug Delivery Reviews} }
@String { _Advanced_Functional_Materials_ = {Advanced Functional Materials} }
@String { _Advances_and_Technical_Standards_in_Neurosurgery_ = {Advances and Technical Standards in Neurosurgery} }
@String { _Advances_in_Anatomy_Embryology_and_Cell_Biology_ = {Advances in Anatomy Embryology and Cell Biology} }
@String { _Advances_in_Applied_Microbiology_ = {Advances in Applied Microbiology} }
@String { _Advances_in_Biochemical_EngineeringBiotechnology_ = {Advances in Biochemical EngineeringBiotechnology} }
@String { _Advances_in_Biochemical_Psychopharmacology_ = {Advances in Biochemical Psychopharmacology} }
@String { _Advances_in_Biophysics_ = {Advances in Biophysics} }
@String { _Advances_in_Cancer_Research_ = {Advances in Cancer Research} }
@String { _Advances_in_Carbohydrate_Chemistry_and_Biochemistry_ = {Advances in Carbohydrate Chemistry and Biochemistry} }
@String { _Advances_in_Cardiac_Surgery_ = {Advances in Cardiac Surgery} }
@String { _Advances_in_Cardiology_ = {Advances in Cardiology} }
@String { _Advances_in_Child_Development_and_Behavior_ = {Advances in Child Development and Behavior} }
@String { _Advances_in_Chromatography_ = {Advances in Chromatography} }
@String { _Advances_in_Clinical_Chemistry_ = {Advances in Clinical Chemistry} }
@String { _Advances_in_Colloid_and_Interface_Science_ = {Advances in Colloid and Interface Science} }
@String { _Advances_in_Computational_Intelligence_ = {Advances in Computational Intelligence } }
@String { _Advances_in_Contraception_ = {Advances in Contraception} }
@String { _Advances_in_Dermatology_ = {Advances in Dermatology} }
@String { _Advances_in_Enzyme_Regulation_ = {Advances in Enzyme Regulation} }
@String { _Advances_in_Enzymology_and_Related_Areas_of_Molecular_Biology_ = {Advances in Enzymology and Related Areas of Molecular Biology} }
@String { _Advances_in_Experimental_Medicine_and_Biology_ = {Advances in Experimental Medicine and Biology} }
@String { _Advances_in_Food_and_Nutrition_Research_ = {Advances in Food and Nutrition Research} }
@String { _Advances_in_Genetics_ = {Advances in Genetics} }
@String { _Advances_in_Human_Genetics_ = {Advances in Human Genetics} }
@String { _Advances_in_Immunology_ = {Advances in Immunology} }
@String { _Advances_in_Inorganic_Biochemistry_ = {Advances in Inorganic Biochemistry} }
@String { _Advances_in_Internal_Medicine_ = {Advances in Internal Medicine} }
@String { _Advances_in_Lipid_Research_ = {Advances in Lipid Research} }
@String { _Advances_in_Microbial_Physiology_ = {Advances in Microbial Physiology} }
@String { _Advances_in_Nephrology_From_the_Necker_Hospital_ = {Advances in Nephrology From the Necker Hospital} }
@String { _Advances_in_Neurology_ = {Advances in Neurology} }
@String { _Advances_in_Nutritional_Research_ = {Advances in Nutritional Research} }
@String { _Advances_in_Operative_Orthopaedics_ = {Advances in Operative Orthopaedics} }
@String { _Advances_in_Oto-Rhino-Laryngology_ = {Advances in Oto-Rhino-Laryngology} }
@String { _Advances_in_Parasitology_ = {Advances in Parasitology} }
@String { _Advances_in_Pediatric_Infectious_Diseases_ = {Advances in Pediatric Infectious Diseases} }
@String { _Advances_in_Pediatrics_ = {Advances in Pediatrics} }
@String { _Advances_in_Peritoneal_Dialysis_ = {Advances in Peritoneal Dialysis} }
@String { _Advances_in_Pharmacology_ = {Advances in Pharmacology} }
@String { _Advances_in_Prostaglandin_Thromboxane_and_Leukotriene_Research_ = {Advances in Prostaglandin Thromboxane and Leukotriene Research} }
@String { _Advances_in_Protein_Chemistry_ = {Advances in Protein Chemistry} }
@String { _Advances_in_Psychosomatic_Medicine_ = {Advances in Psychosomatic Medicine} }
@String { _Advances_in_Renal_Replacement_Therapy_ = {Advances in Renal Replacement Therapy} }
@String { _Advances_in_Second_Messenger_and_Phosphoprotein_Research_ = {Advances in Second Messenger and Phosphoprotein Research} }
@String { _Advances_in_Surgery_St_Louis_Mo_ = {Advances in Surgery St Louis Mo} }
@String { _Advances_in_Veterinary_Medicine_ = {Advances in Veterinary Medicine} }
@String { _Advances_in_Virus_Research_ = {Advances in Virus Research} }
@String { _Adverse_Drug_Reactions_and_Toxicological_Reviews_ = {Adverse Drug Reactions and Toxicological Reviews} }
@String { _Aesthetic_Plastic_Surgery_ = {Aesthetic Plastic Surgery} }
@String { _African_Health_Sciences_ = {African Health Sciences} }
@String { _African_Journal_of_Medicine_and_Medical_Sciences_ = {African Journal of Medicine and Medical Sciences} }
@String { _Age_and_Ageing_ = {Age and Ageing} }
@String { _Agents_and_Actions_Supplements_ = {Agents and Actions Supplements} }
@String { _Aging_ = {Aging} }
@String { _AIDS_ = {AIDS} }
@String { _AIDS_Care_ = {AIDS Care} }
@String { _AIDS_Clinical_Review_ = {AIDS Clinical Review} }
@String { _AIDS_Education_and_Prevention_ = {AIDS Education and Prevention} }
@String { _AIDS_Research_and_Human_Retroviruses_ = {AIDS Research and Human Retroviruses} }
@String { _Aktuelle_Radiologie_ = {Aktuelle Radiologie} }
@String { _Akusherstvo_I_Ginekologiia_ = {Akusherstvo I Ginekologiia} }
@String { _Alaska_Medicine_ = {Alaska Medicine} }
@String { _Alcohol_ = {Alcohol} }
@String { _Alcohol_and_Alcoholism_ = {Alcohol and Alcoholism} }
@String { _Alcohol_and_Alcoholism_Supplement_ = {Alcohol and Alcoholism Supplement} }
@String { _Alcohol_Health_and_Research_World_ = {Alcohol Health and Research World} }
@String { _Alcoholism_Clinical_and_Experimental_Research_ = {Alcoholism Clinical and Experimental Research} }
@String { _Algorithmica_ = {Algorithmica} }
@String { _Alimentary_Pharmacology_and_Therapeutics_ = {Alimentary Pharmacology and Therapeutics} }
@String { _Allergie_et_Immunologie_ = {Allergie Et Immunologie} }
@String { _Allergologia_et_Immunopathologia_ = {Allergologia Et Immunopathologia} }
@String { _Allergy_ = {Allergy} }
@String { _Allergy_and_Asthma_Proceedings_ = {Allergy and Asthma Proceedings} }
@String { _Alternative_Therapies_in_Health_and_Medicine_ = {Alternative Therapies in Health and Medicine} }
@String { _Alzheimer_Disease_and_Associated_Disorders_ = {Alzheimer Disease and Associated Disorders} }
@String { _American_Annals_of_the_Deaf_ = {American Annals of the Deaf} }
@String { _American_Association_of_Physicists_in_Medicine_ = {American Association of Physicists in Medicine} }
@String { _American_Family_Physician_ = {American Family Physician} }
@String { _American_Heart_Journal_ = {American Heart Journal} }
@String { _American_Indian_and_Alaska_Native_Mental_Health_Research_ = {American Indian and Alaska Native Mental Health Research} }
@String { _American_Indian_and_Alaska_Native_Mental_Health_Research_Monograph_Series_ = {American Indian and Alaska Native Mental Health Research Monograph Series} }
@String { _American_Industrial_Hygiene_Association_Journal_ = {American Industrial Hygiene Association Journal} }
@String { _American_Journal_of_Cardiac_Imaging_ = {American Journal of Cardiac Imaging} }
@String { _American_Journal_of_Cardiology_ = {American Journal of Cardiology} }
@String { _American_Journal_of_Cardiovascular_Pathology_ = {American Journal of Cardiovascular Pathology} }
@String { _American_Journal_of_Chinese_Medicine_ = {American Journal of Chinese Medicine} }
@String { _American_Journal_of_Clinical_Hypnosis_ = {American Journal of Clinical Hypnosis} }
@String { _American_Journal_of_Clinical_Nutrition_ = {American Journal of Clinical Nutrition} }
@String { _American_Journal_of_Clinical_Oncology_ = {American Journal of Clinical Oncology} }
@String { _American_Journal_of_Clinical_Pathology_ = {American Journal of Clinical Pathology} }
@String { _American_Journal_of_Community_Psychology_ = {American Journal of Community Psychology} }
@String { _American_Journal_of_Contact_Dermatitis_ = {American Journal of Contact Dermatitis} }
@String { _American_Journal_of_Critical_Care_ = {American Journal of Critical Care} }
@String { _American_Journal_of_Dermatopathology_ = {American Journal of Dermatopathology} }
@String { _American_Journal_of_Drug_and_Alcohol_Abuse_ = {American Journal of Drug and Alcohol Abuse} }
@String { _American_Journal_of_Emergency_Medicine_ = {American Journal of Emergency Medicine} }
@String { _American_Journal_of_Epidemiology_ = {American Journal of Epidemiology} }
@String { _American_Journal_of_Forensic_Medicine_and_Pathology_ = {American Journal of Forensic Medicine and Pathology} }
@String { _American_Journal_of_Gastroenterology_ = {American Journal of Gastroenterology} }
@String { _American_Journal_of_Geriatric_Psychiatry_ = {American Journal of Geriatric Psychiatry} }
@String { _American_Journal_of_Hand_Surgery_ = {American Journal of Hand Surgery} }
@String { _American_Journal_of_Health-System_Pharmacy_ = {American Journal of Health-System Pharmacy} }
@String { _American_Journal_of_Hematology_ = {American Journal of Hematology} }
@String { _American_Journal_of_Human_Genetics_ = {American Journal of Human Genetics} }
@String { _American_Journal_of_Hypertension_ = {American Journal of Hypertension} }
@String { _American_Journal_of_Industrial_Medicine_ = {American Journal of Industrial Medicine} }
@String { _American_Journal_of_Infection_Control_ = {American Journal of Infection Control} }
@String { _American_Journal_of_Kidney_Diseases_ = {American Journal of Kidney Diseases} }
@String { _American_Journal_of_Knee_Surgery_ = {American Journal of Knee Surgery} }
@String { _American_Journal_of_Law_and_Medicine_ = {American Journal of Law and Medicine} }
@String { _American_Journal_of_Medical_Genetics_ = {American Journal of Medical Genetics} }
@String { _American_Journal_of_Medical_Genetics_Part_A_ = {American Journal of Medical Genetics Part A} }
@String { _American_Journal_of_Medical_Genetics_Part_B_ = {American Journal of Medical Genetics Part B} }
@String { _American_Journal_of_Medical_Genetics_Supplement_ = {American Journal of Medical Genetics Supplement} }
@String { _American_Journal_of_Medical_Quality_ = {American Journal of Medical Quality} }
@String { _American_Journal_of_Medicine_ = {American Journal of Medicine} }
@String { _American_Journal_of_Mental_Retardation_ = {American Journal of Mental Retardation} }
@String { _American_Journal_of_Nephrology_ = {American Journal of Nephrology} }
@String { _American_Journal_of_Neuroradiology_ = {American Journal of Neuroradiology} }
@String { _American_Journal_of_Nursing_ = {American Journal of Nursing} }
@String { _American_Journal_of_Obstetrics_and_Gynecology_ = {American Journal of Obstetrics and Gynecology} }
@String { _American_Journal_of_Occupational_Therapy_ = {American Journal of Occupational Therapy} }
@String { _American_Journal_of_Ophthalmology_ = {American Journal of Ophthalmology} }
@String { _American_Journal_of_Orthodontics_and_Dentofacial_Orthopedics_ = {American Journal of Orthodontics and Dentofacial Orthopedics} }
@String { _American_Journal_of_Orthopedics_ = {American Journal of Orthopedics} }
@String { _American_Journal_of_Orthopsychiatry_ = {American Journal of Orthopsychiatry} }
@String { _American_Journal_of_Otolaryngology_ = {American Journal of Otolaryngology} }
@String { _American_Journal_of_Otology_ = {American Journal of Otology} }
@String { _American_Journal_of_Pathology_ = {American Journal of Pathology} }
@String { _American_Journal_of_Perinatology_ = {American Journal of Perinatology} }
@String { _American_Journal_of_Physical_Anthropology_ = {American Journal of Physical Anthropology} }
@String { _American_Journal_of_Physical_Medicine_and_Rehabilitation_ = {American Journal of Physical Medicine and Rehabilitation} }
@String { _American_Journal_of_Physiology_ = {American Journal of Physiology} }
@String { _American_Journal_of_Physiology_Cell_Physiology_ = {American Journal of Physiology: Cell Physiology} }
@String { _American_Journal_of_Physiology_Endocrinology_and_Metabolism_ = {American Journal of Physiology: Endocrinology and Metabolism} }
@String { _American_Journal_of_Physiology_Heart_and_Circulatory_Physiology_ = {American Journal of Physiology: Heart and Circulatory Physiology} }
@String { _American_Journal_of_Preventive_Medicine_ = {American Journal of Preventive Medicine} }
@String { _American_Journal_of_Primatology_ = {American Journal of Primatology} }
@String { _American_Journal_of_Psychiatry_ = {American Journal of Psychiatry} }
@String { _American_Journal_of_Psychoanalysis_ = {American Journal of Psychoanalysis} }
@String { _American_Journal_of_Psychology_ = {American Journal of Psychology} }
@String { _American_Journal_of_Psychotherapy_ = {American Journal of Psychotherapy} }
@String { _American_Journal_of_Public_Health_ = {American Journal of Public Health} }
@String { _American_Journal_of_Reproductive_Immunology_ = {American Journal of Reproductive Immunology} }
@String { _American_Journal_of_Respiratory_and_Critical_Care_Medicine_ = {American Journal of Respiratory and Critical Care Medicine} }
@String { _American_Journal_of_Respiratory_Cell_and_Molecular_Biology_ = {American Journal of Respiratory Cell and Molecular Biology} }
@String { _American_Journal_of_Rhinology_ = {American Journal of Rhinology} }
@String { _American_Journal_of_Roentgenology_ = {American Journal of Roentgenology} }
@String { _American_Journal_of_Sports_Medicine_ = {American Journal of Sports Medicine} }
@String { _American_Journal_of_Surgery_ = {American Journal of Surgery} }
@String { _American_Journal_of_Surgical_Pathology_ = {American Journal of Surgical Pathology} }
@String { _American_Journal_of_the_Medical_Sciences_ = {American Journal of the Medical Sciences} }
@String{_American_Journal_of_Transplantation_ = {American Journal of Transplantation}}
@String { _American_Journal_of_Tropical_Medicine_and_Hygiene_ = {American Journal of Tropical Medicine and Hygiene} }
@String { _American_Journal_of_Veterinary_Research_ = {American Journal of Veterinary Research} }
@String { _American_Journal_on_Addictions_ = {American Journal on Addictions} }
@String { _American_Psychologist_ = {American Psychologist} }
@String { _American_Review_of_Respiratory_Disease_ = {American Review of Respiratory Disease} }
@String { _American_Statistician_ = {American Statistician} }
@String { _American_Surgeon_ = {American Surgeon} }
@String { _American_Thoracic_Society_International_Conference_ = {American Thoracic Society International Conference} }
@String { _Anaesthesia_ = {Anaesthesia} }
@String { _Anaesthesia_and_Intensive_Care_ = {Anaesthesia and Intensive Care} }
@String { _Anaesthesiologie_und_Reanimation_ = {Anaesthesiologie Und Reanimation} }
@String { _Anaesthesist_ = {Anaesthesist} }
@String { _Anais_Da_Academia_Brasileira_de_Ciencias_ = {Anais Da Academia Brasileira de Ciencias} }
@String { _Anales_de_la_Real_Academia_Nacional_De_Medicina_ = {Anales de la Real Academia Nacional De Medicina} }
@String { _Anales_de_Medicina_Interna_ = {Anales de Medicina Interna} }
@String { _Anales_Espanoles_de_Pediatria_ = {Anales Espanoles de Pediatria} }
@String { _Anales_Otorrinolaringologicos_Iberoamericanos_ = {Anales Otorrinolaringologicos Iberoamericanos} }
@String { _Analyst_ = {Analyst} }
@String { _Analytical_and_Quantitative_Cytology_and_Histology_ = {Analytical and Quantitative Cytology and Histology} }
@String { _Analytical_Biochemistry_ = {Analytical Biochemistry} }
@String { _Analytical_Cellular_Pathology_ = {Analytical Cellular Pathology} }
@String { _Analytical_Chemistry_ = {Analytical Chemistry} }
@String { _Anasthesiologie_Intensivmedizin_Notfallmedizin_SchmerztherapieAnasthesiol_Intensivmed_Notfallme_ = {Anasthesiologie Intensivmedizin Notfallmedizin SchmerztherapieAnasthesiol Intensivmed Notfallme} }
@String { _Anatomia_Histologia_Embryologia_ = {Anatomia Histologia Embryologia} }
@String { _Anatomical_Record_ = {Anatomical Record} }
@String { _Anatomischer_Anzeiger_ = {Anatomischer Anzeiger} }
@String { _Anatomy_and_Embryology_ = {Anatomy and Embryology} }
@String { _Andrologia_ = {Andrologia} }
@String { _Anesteziologiia_I_Reanimatologiia_ = {Anesteziologiia I Reanimatologiia} }
@String { _Anesthesia_and_Analgesia_ = {Anesthesia and Analgesia} }
@String { _Anesthesiology_ = {Anesthesiology} }
@String { _Anesthesiology_Research_and_Practice_ = {Anesthesiology Research and Practice} }
@String { _Angiogenesis_ = {Angiogenesis} }
@String { _Angiology_ = {Angiology} }
@String { _Angle_Orthodontist_ = {Angle Orthodontist} }
@String { _Animal_Genetics_ = {Animal Genetics} }
@String { _Animal_Reproduction_Science_ = {Animal Reproduction Science} }
@String { _Annales_Academiae_Medicae_Stetinensis_ = {Annales Academiae Medicae Stetinensis} }
@String { _Annales_Chirurgiae_et_Gynaecologiae_ = {Annales Chirurgiae Et Gynaecologiae} }
@String { _Annales_Chirurgiae_et_Gynaecologiae_Supplementum_ = {Annales Chirurgiae Et Gynaecologiae Supplementum} }
@String { _Annales_D_Endocrinologie_ = {Annales D Endocrinologie} }
@String { _Annales_D_Oto-Laryngologie_et_de_Chirurgie_Cervico-Faciale_ = {Annales D Oto-Laryngologie Et de Chirurgie Cervico-Faciale} }
@String { _Annales_D_Urologie_ = {Annales D Urologie} }
@String { _Annales_de_Biologie_Clinique_ = {Annales de Biologie Clinique} }
@String { _Annales_de_Cardiologie_et_D_Angeiologie_ = {Annales de Cardiologie Et D Angeiologie} }
@String { _Annales_de_Chirurgie_ = {Annales de Chirurgie} }
@String { _Annales_de_Chirurgie_De_la_Main_et_Du_Membre_Superieur_ = {Annales de Chirurgie De la Main Et Du Membre Superieur} }
@String { _Annales_de_Chirurgie_Plastique_et_Esthetique_ = {Annales de Chirurgie Plastique Et Esthetique} }
@String { _Annales_de_Dermatologie_et_De_Venereologie_ = {Annales de Dermatologie Et De Venereologie} }
@String { _Annales_de_Genetique_ = {Annales de Genetique} }
@String { _Annales_de_Medecine_Interne_ = {Annales de Medecine Interne} }
@String { _Annales_de_Pathologie_ = {Annales de Pathologie} }
@String { _Annales_de_Radiologie_ = {Annales de Radiologie} }
@String { _Annales_Francaises_D_Anesthesie_et_de_Reanimation_ = {Annales Francaises D Anesthesie Et de Reanimation} }
@String { _Annales_Pharmaceutiques_Francaises_ = {Annales Pharmaceutiques Francaises} }
@String { _Annales_Universitatis_Mariae_Curie-Sklodowska_Sectio_D_Medicina_ = {Annales Universitatis Mariae Curie-Sklodowska Sectio D Medicina} }
@String { _Annali_dell_Istituto_Superiore_di_Sanita_ = {Annali dell Istituto Superiore di Sanita} }
@String { _Annali_di_Igiene_ = {Annali di Igiene} }
@String { _Annali_Italiani_di_Chirurgia_ = {Annali Italiani di Chirurgia} }
@String { _Annali_Italiani_di_Medicina_Interna_ = {Annali Italiani di Medicina Interna} }
@String { _Annals_of_Allergy_Asthma_and_Immunology_ = {Annals of Allergy Asthma and Immunology} }
@String { _Annals_of_Behavioral_Medicine_ = {Annals of Behavioral Medicine} }
@String { _Annals_of_Biomedical_Engineering_ = {Annals of Biomedical Engineering} }
@String { _Annals_of_Clinical_and_Laboratory_Science_ = {Annals of Clinical and Laboratory Science} }
@String { _Annals_of_Clinical_Biochemistry_ = {Annals of Clinical Biochemistry} }
@String { _Annals_of_Clinical_Psychiatry_ = {Annals of Clinical Psychiatry} }
@String { _Annals_of_Clinical_Research_ = {Annals of Clinical Research} }
@String { _Annals_of_Dentistry_ = {Annals of Dentistry} }
@String { _Annals_of_Emergency_Medicine_ = {Annals of Emergency Medicine} }
@String { _Annals_of_Epidemiology_ = {Annals of Epidemiology} }
@String { _Annals_of_Hematology_ = {Annals of Hematology} }
@String { _Annals_of_Human_Biology_ = {Annals of Human Biology} }
@String { _Annals_of_Human_Genetics_ = {Annals of Human Genetics} }
@String { _Annals_of_Internal_Medicine_ = {Annals of Internal Medicine} }
@String { _Annals_of_Medicine_ = {Annals of Medicine} }
@String { _Annals_of_Neurology_ = {Annals of Neurology} }
@String { _Annals_of_Nuclear_Medicine_ = {Annals of Nuclear Medicine} }
@String { _Annals_of_Nutrition_and_Metabolism_ = {Annals of Nutrition and Metabolism} }
@String { _Annals_of_Occupational_Hygiene_ = {Annals of Occupational Hygiene} }
@String { _Annals_of_Oncology_ = {Annals of Oncology} }
@String { _Annals_of_Otology_Rhinology_and_Laryngology_ = {Annals of Otology Rhinology and Laryngology} }
@String { _Annals_of_Otology_Rhinology_and_Laryngology_Supplement_ = {Annals of Otology Rhinology and Laryngology Supplement} }
@String { _Annals_of_Pharmacotherapy_ = {Annals of Pharmacotherapy} }
@String { _Annals_of_Plastic_Surgery_ = {Annals of Plastic Surgery} }
@String { _Annals_of_Statistics_ = {Annals of Statistics} }
@String { _Annals_of_Surgery_ = {Annals of Surgery} }
@String { _Annals_of_Surgical_Oncology_ = {Annals of Surgical Oncology} }
@String { _Annals_of_the_Academy_of_Medicine_Singapore_ = {Annals of the Academy of Medicine Singapore} }
@String{_Annals_of_the_American_Thoracic_Society_ = {}}
@String { _Annals_of_the_Icrp_ = {Annals of the Icrp} }
@String { _Annals_of_the_New_York_Academy_of_Sciences_ = {Annals of the New York Academy of Sciences} }
@String { _Annals_of_the_Rheumatic_Diseases_ = {Annals of the Rheumatic Diseases} }
@String { _Annals_of_the_Royal_College_of_Surgeons_of_England_ = {Annals of the Royal College of Surgeons of England} }
@String { _Annals_of_Thoracic_Surgery_ = {Annals of Thoracic Surgery} }
@String { _Annals_of_Tropical_Medicine_and_Parasitology_ = {Annals of Tropical Medicine and Parasitology} }
@String { _Annals_of_Tropical_Paediatrics_ = {Annals of Tropical Paediatrics} }
@String { _Annals_of_Vascular_Surgery_ = {Annals of Vascular Surgery} }
@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_ = {Annual Meeting of the International Society for Magnetic Resonance in Medicine} }
@String { _Annual_Meeting_of_the_Radiological_Society_of_North_America_ = {Annual Meeting of the Radiological Society of North America} }
@String { _Annual_Review_of_Biochemistry_ = {Annual Review of Biochemistry} }
@String { _Annual_Review_of_Biomedical_Engineering_ = {Annual Review of Biomedical Engineering} }
@String { _Annual_Review_of_Biophysics_and_Biomolecular_Structure_ = {Annual Review of Biophysics and Biomolecular Structure} }
@String { _Annual_Review_of_Cell_and_Developmental_Biology_ = {Annual Review of Cell and Developmental Biology} }
@String { _Annual_Review_of_Entomology_ = {Annual Review of Entomology} }
@String { _Annual_Review_of_Genetics_ = {Annual Review of Genetics} }
@String { _Annual_Review_of_Immunology_ = {Annual Review of Immunology} }
@String { _Annual_Review_of_Medicine_ = {Annual Review of Medicine} }
@String { _Annual_Review_of_Microbiology_ = {Annual Review of Microbiology} }
@String { _Annual_Review_of_Neuroscience_ = {Annual Review of Neuroscience} }
@String { _Annual_Review_of_Nursing_Research_ = {Annual Review of Nursing Research} }
@String { _Annual_Review_of_Nutrition_ = {Annual Review of Nutrition} }
@String { _Annual_Review_of_Pathology_ = {Annual Review of Pathology} }
@String { _Annual_Review_of_Pharmacology_and_Toxicology_ = {Annual Review of Pharmacology and Toxicology} }
@String { _Annual_Review_of_Physical_Chemistry_ = {Annual Review of Physical Chemistry} }
@String { _Annual_Review_of_Physiology_ = {Annual Review of Physiology} }
@String { _Annual_Review_of_Psychology_ = {Annual Review of Psychology} }
@String { _Annual_Review_of_Public_Health_ = {Annual Review of Public Health} }
@String { _Ans_Advances_in_Nursing_Science_ = {Ans Advances in Nursing Science} }
@String { _Anthropologischer_Anzeiger_ = {Anthropologischer Anzeiger} }
@String { _Anti-Cancer_Drug_Design_ = {Anti-Cancer Drug Design} }
@String { _Anti-Cancer_Drugs_ = {Anti-Cancer Drugs} }
@String { _Antibiotics_and_Chemotherapy_ = {Antibiotics and Chemotherapy} }
@String { _Antibiotiki_I_Khimioterapiia_ = {Antibiotiki I Khimioterapiia} }
@String { _Anticancer_Research_ = {Anticancer Research} }
@String { _Antimicrobial_Agents_and_Chemotherapy_ = {Antimicrobial Agents and Chemotherapy} }
@String { _Antisense_and_Nucleic_Acid_Drug_Development_ = {Antisense and Nucleic Acid Drug Development} }
@String { _Antiviral_Research_ = {Antiviral Research} }
@String { _Antonie_Van_Leeuwenhoek_ = {Antonie Van Leeuwenhoek} }
@String { _Aorn_Journal_ = {Aorn Journal} }
@String { _Apidologie_ = {Apidologie} }
@String { _Apmis_ = {Apmis} }
@String { _Apmis_Supplementum_ = {Apmis Supplementum} }
@String { _Appetite_ = {Appetite} }
@String { _Applied_and_Computational_Harmonic_Analysis_ = {Applied and Computational Harmonic Analysis} }
@String { _Applied_and_Environmental_Microbiology_ = {Applied and Environmental Microbiology} }
@String { _Applied_and_Theoretical_Electrophoresis_ = {Applied and Theoretical Electrophoresis} }
@String { _Applied_Biochemistry_and_Biotechnology_ = {Applied Biochemistry and Biotechnology} }
@String { _Applied_Ergonomics_ = {Applied Ergonomics} }
@String { _Applied_Human_Science_ = {Applied Human Science} }
@String { _Applied_Magnetic_Resonance_ = {Applied Magnetic Resonance} }
@String { _Applied_Nursing_Research_ = {Applied Nursing Research} }
@String { _Applied_Optics_ = {Applied Optics} }
@String { _Applied_Psychophysiology_and_Biofeedback_ = {Applied Psychophysiology and Biofeedback} }
@String { _Applied_Radiation_and_Isotopes_ = {Applied Radiation and Isotopes} }
@String { _Applied_Radiology_ = {Applied Radiology} }
@String { _Applied_Sciences_ = {Applied Sciences} }
@String { _Arbeiten_Aus_Dem_Paul-Ehrlich-Institut_Bundesamt_Fur_Sera_UndImpfstoffe_Zu_Frankfurt_AM_Arb_Paul_Ehrlich_Inst_Bundesamt_Ser_ = {Arbeiten Aus Dem Paul-Ehrlich-Institut Bundesamt Fur Sera UndImpfstoffe Zu Frankfurt AM Arb Paul Ehrlich Inst Bundesamt Ser} }
@String { _Archiv_der_Pharmazie_ = {Archiv Der Pharmazie} }
@String { _Archiv_Fur_Kriminologie_ = {Archiv Fur Kriminologie} }
@String { _Archiv_Fur_Psychologie_ = {Archiv Fur Psychologie} }
@String { _Archiv_Fur_Tierernahrung_ = {Archiv Fur Tierernahrung} }
@String { _Archives_D_Anatomie_et_de_Cytologie_Pathologiques_ = {Archives D Anatomie Et de Cytologie Pathologiques} }
@String { _Archives_de_L_Institut_Pasteur_D_Algerie_ = {Archives de L Institut Pasteur D Algerie} }
@String { _Archives_de_L_Institut_Pasteur_De_Madagascar_ = {Archives de L Institut Pasteur De Madagascar} }
@String { _Archives_de_L_Institut_Pasteur_De_Tunis_ = {Archives de L Institut Pasteur De Tunis} }
@String { _Archives_de_Pediatrie_ = {Archives de Pediatrie} }
@String { _Archives_Des_Maladies_Du_Coeur_et_Des_Vaisseaux_ = {Archives Des Maladies Du Coeur Et Des Vaisseaux} }
@String { _Archives_Italiennes_de_Biologie_ = {Archives Italiennes de Biologie} }
@String { _Archives_of_Andrology_ = {Archives of Andrology} }
@String { _Archives_of_Biochemistry_and_Biophysics_ = {Archives of Biochemistry and Biophysics} }
@String { _Archives_of_Dermatological_Research_ = {Archives of Dermatological Research} }
@String { _Archives_of_Dermatology_ = {Archives of Dermatology} }
@String { _Archives_of_Disease_in_Childhood_ = {Archives of Disease in Childhood} }
@String { _Archives_of_Disease_in_Childhood_Fetal_and_Neonatal_Edition_ = {Archives of Disease in Childhood Fetal and Neonatal Edition} }
@String { _Archives_of_Environmental_Contamination_and_Toxicology_ = {Archives of Environmental Contamination and Toxicology} }
@String { _Archives_of_Environmental_Health_ = {Archives of Environmental Health} }
@String { _Archives_of_Family_Medicine_ = {Archives of Family Medicine} }
@String { _Archives_of_General_Psychiatry_ = {Archives of General Psychiatry} }
@String { _Archives_of_Gynecology_and_Obstetrics_ = {Archives of Gynecology and Obstetrics} }
@String { _Archives_of_Histology_and_Cytology_ = {Archives of Histology and Cytology} }
@String { _Archives_of_Insect_Biochemistry_and_Physiology_ = {Archives of Insect Biochemistry and Physiology} }
@String { _Archives_of_Internal_Medicine_ = {Archives of Internal Medicine} }
@String { _Archives_of_Medical_Research_ = {Archives of Medical Research} }
@String { _Archives_of_Microbiology_ = {Archives of Microbiology} }
@String { _Archives_of_Neurology_ = {Archives of Neurology} }
@String { _Archives_of_Ophthalmology_ = {Archives of Ophthalmology} }
@String { _Archives_of_Oral_Biology_ = {Archives of Oral Biology} }
@String { _Archives_of_Orthopaedic_and_Trauma_Surgery_ = {Archives of Orthopaedic and Trauma Surgery} }
@String { _Archives_of_Otolaryngology_Head_and_Neck_Surgery_ = {Archives of Otolaryngology -- Head and Neck Surgery} }
@String { _Archives_of_Pathology_and_Laboratory_Medicine_ = {Archives of Pathology and Laboratory Medicine} }
@String { _Archives_of_Pediatrics_and_Adolescent_Medicine_ = {Archives of Pediatrics and Adolescent Medicine} }
@String { _Archives_of_Physical_Medicine_and_Rehabilitation_ = {Archives of Physical Medicine and Rehabilitation} }
@String { _Archives_of_Physiology_and_Biochemistry_ = {Archives of Physiology and Biochemistry} }
@String { _Archives_of_Psychiatric_Nursing_ = {Archives of Psychiatric Nursing} }
@String { _Archives_of_Sexual_Behavior_ = {Archives of Sexual Behavior} }
@String { _Archives_of_Surgery_ = {Archives of Surgery} }
@String { _Archives_of_Toxicology_ = {Archives of Toxicology} }
@String { _Archives_of_Toxicology_Supplement_ = {Archives of Toxicology Supplement} }
@String { _Archives_of_Virology_ = {Archives of Virology} }
@String { _Archives_of_Virology_Supplementum_ = {Archives of Virology Supplementum} }
@String { _Archivio_Italiano_di_Urologia_Andrologia_ = {Archivio Italiano di Urologia Andrologia} }
@String { _Archivos_de_Bronconeumologia_ = {Archivos de Bronconeumologia} }
@String { _Archivos_Del_Instituto_de_Cardiologia_De_Mexico_ = {Archivos Del Instituto de Cardiologia De Mexico} }
@String { _Archivos_Espanoles_de_Urologia_ = {Archivos Espanoles de Urologia} }
@String { _Archivos_Latinoamericanos_de_Nutricion_ = {Archivos Latinoamericanos de Nutricion} }
@String { _Archivum_Immunologiae_et_Therapiae_Experimentalis_ = {Archivum Immunologiae Et Therapiae Experimentalis} }
@String { _Arerugi_Japanese_Journal_of_Allergology_ = {Arerugi Japanese Journal of Allergology} }
@String { _Arhiv_Za_Higijenu_Rada_I_Toksikologiju_ = {Arhiv Za Higijenu Rada I Toksikologiju} }
@String { _Arkhiv_Patologii_ = {Arkhiv Patologii} }
@String { _Arquivos_Brasileiros_de_Cardiologia_ = {Arquivos Brasileiros de Cardiologia} }
@String { _Arquivos_de_Gastroenterologia_ = {Arquivos de Gastroenterologia} }
@String { _Arquivos_de_Neuro-Psiquiatria_ = {Arquivos de Neuro-Psiquiatria} }
@String { _Arteriosclerosis_Thrombosis_and_Vascular_Biology_ = {Arteriosclerosis Thrombosis and Vascular Biology} }
@String { _Artery_ = {Artery} }
@String { _Arthritis_and_Rheumatism_ = {Arthritis and Rheumatism} }
@String { _Arthroscopy_ = {Arthroscopy} }
@String { _Artificial_Cells_Blood_Substitutes_and_Immobilization_BiotechnologyArtif_Cells_Blood_Substit_Immobi_ = {Artificial Cells Blood Substitutes and Immobilization BiotechnologyArtif Cells Blood Substit Immobi} }
@String { _Artificial_Intelligence_ = {Artificial Intelligence} }
@String { _Artificial_Intelligence_in_Medicine_ = {Artificial Intelligence in Medicine} }
@String { _Artificial_Life_ = {Artificial Life} }
@String { _Artificial_Organs_ = {Artificial Organs} }
@String { _Arzneimittel-Forschung_ = {Arzneimittel-Forschung} }
@String { _Asaio_Journal_ = {Asaio Journal} }
@String { _Asdc_Journal_of_Dentistry_for_Children_ = {Asdc Journal of Dentistry For Children} }
@String { _ASHA_ = {ASHA} }
@String { _ASHA_Supplement_ = {ASHA Supplement} }
@String { _Asia-Pacific_Journal_of_Public_Health_ = {Asia-Pacific Journal of Public Health} }
@String { _Asian_Pacific_Journal_of_Allergy_and_Immunology_ = {Asian Pacific Journal of Allergy and Immunology} }
@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_ = {Atencion Primaria} }
@String { _Atherosclerosis_ = {Atherosclerosis} }
@String { _Audiology_ = {Audiology} }
@String { _Audiology_and_Neuro-Otology_ = {Audiology and Neuro-Otology} }
@String { _Auris_Nasus_Larynx_ = {Auris Nasus Larynx} }
@String { _Australasian_Journal_of_Dermatology_ = {Australasian Journal of Dermatology} }
@String { _Australasian_Physical_and_Engineering_Sciences_in_Medicine_ = {Australasian Physical and Engineering Sciences in Medicine} }
@String { _Australasian_Radiology_ = {Australasian Radiology} }
@String { _Australian_and_New_Zealand_Journal_of_Medicine_ = {Australian and New Zealand Journal of Medicine} }
@String { _Australian_and_New_Zealand_Journal_of_Obstetrics_and_Gynaecology_ = {Australian and New Zealand Journal of Obstetrics and Gynaecology} }
@String { _Australian_and_New_Zealand_Journal_of_Ophthalmology_ = {Australian and New Zealand Journal of Ophthalmology} }
@String { _Australian_and_New_Zealand_Journal_of_Psychiatry_ = {Australian and New Zealand Journal of Psychiatry} }
@String { _Australian_and_New_Zealand_Journal_of_Public_Health_ = {Australian and New Zealand Journal of Public Health} }
@String { _Australian_and_New_Zealand_Journal_of_Surgery_ = {Australian and New Zealand Journal of Surgery} }
@String { _Australian_Dental_Journal_ = {Australian Dental Journal} }
@String { _Australian_Family_Physician_ = {Australian Family Physician} }
@String { _Australian_Journal_of_Science_and_Medicine_in_Sport_ = {Australian Journal of Science and Medicine in Sport} }
@String { _Australian_Veterinary_Journal_ = {Australian Veterinary Journal} }
@String { _Autoimmunity_Yverdon-Les-Bains_ = {Autoimmunity Yverdon-Les-Bains} }
@String { _Automedica_ = {Automedica} }
@String { _Aviakosmicheskaia_I_Ekologicheskaia_Meditsina_ = {Aviakosmicheskaia I Ekologicheskaia Meditsina} }
@String { _Avian_Diseases_ = {Avian Diseases} }
@String { _Aviation_Space_and_Environmental_Medicine_ = {Aviation Space and Environmental Medicine} }
@String { _Baillieres_Clinical_Endocrinology_and_Metabolism_ = {Baillieres Clinical Endocrinology and Metabolism} }
@String { _Baillieres_Clinical_Gastroenterology_ = {Baillieres Clinical Gastroenterology} }
@String { _Baillieres_Clinical_Haematology_ = {Baillieres Clinical Haematology} }
@String { _Baillieres_Clinical_Neurology_ = {Baillieres Clinical Neurology} }
@String { _Baillieres_Clinical_Obstetrics_and_Gynaecology_ = {Baillieres Clinical Obstetrics and Gynaecology} }
@String { _Baillieres_Clinical_Rheumatology_ = {Baillieres Clinical Rheumatology} }
@String { _Bangladesh_Medical_Research_Council_Bulletin_ = {Bangladesh Medical Research Council Bulletin} }
@String { _Basic_Life_Sciences_ = {Basic Life Sciences} }
@String { _Basic_Research_in_Cardiology_ = {Basic Research in Cardiology} }
@String { _Behavior_Genetics_ = {Behavior Genetics} }
@String { _Behavior_Modification_ = {Behavior Modification} }
@String { _Behavioral_and_Brain_Sciences_ = {Behavioral and Brain Sciences} }
@String { _Behavioral_Medicine_ = {Behavioral Medicine} }
@String { _Behavioral_Neuroscience_ = {Behavioral Neuroscience} }
@String { _Behavioral_Sciences_and_the_Law_ = {Behavioral Sciences and the Law} }
@String { _Behaviour_Research_and_Therapy_ = {Behaviour Research and Therapy} }
@String { _Behavioural_Brain_Research_ = {Behavioural Brain Research} }
@String { _Behavioural_Pharmacology_ = {Behavioural Pharmacology} }
@String { _Behring_Institute_Mitteilungen_MarburgLahn_ = {Behring Institute Mitteilungen MarburgLahn} }
@String { _Beitrage_Zur_Gerichtlichen_Medizin_ = {Beitrage Zur Gerichtlichen Medizin} }
@String { _Beitrage_Zur_Infusionstherapie_und_Transfusionsmedizin_ = {Beitrage Zur Infusionstherapie Und Transfusionsmedizin} }
@String { _Belgian_Journal_of_Zoology_ = {Belgian Journal of Zoology} }
@String { _Bell_System_Technical_Journal_ = {Bell System Technical Journal} }
@String { _Berliner_und_Munchener_Tierarztliche_Wochenschrift_ = {Berliner Und Munchener Tierarztliche Wochenschrift} }
@String { _Bibliotheca_Nutritio_et_Dieta_ = {Bibliotheca Nutritio Et Dieta} }
@String { _Bildgebung_ = {Bildgebung} }
@String { _Bio-Medical_Materials_and_Engineering_ = {Bio-Medical Materials and Engineering} }
@String { _Biocell_ = {Biocell} }
@String { _Biochemical_and_Biophysical_Research_Communications_ = {Biochemical and Biophysical Research Communications} }
@String { _Biochemical_Genetics_ = {Biochemical Genetics} }
@String { _Biochemical_Journal_ = {Biochemical Journal} }
@String { _Biochemical_Pharmacology_ = {Biochemical Pharmacology} }
@String { _Biochemical_Society_Symposia_ = {Biochemical Society Symposia} }
@String { _Biochemical_Society_Transactions_ = {Biochemical Society Transactions} }
@String { _Biochemistry_ = {Biochemistry} }
@String { _Biochemistry_and_Cell_Biology_ = {Biochemistry and Cell Biology} }
@String { _Biochemistry_and_Molecular_Biology_International_ = {Biochemistry and Molecular Biology International} }
@String { _Biochimica_et_Biophysica_Acta_ = {Biochimica Et Biophysica Acta} }
@String { _Biochimie_ = {Biochimie} }
@String { _Bioconjugate_Chemistry_ = {Bioconjugate Chemistry} }
@String { _BioData_Mining_ = {BioData Mining} }
@String { _BioDrugs_ = {BioDrugs} }
@String { _Bioelectromagnetics_ = {Bioelectromagnetics} }
@String { _Bioessays_ = {Bioessays} }
@String { _Biofactors_ = {Biofactors} }
@String { _Biofizika_ = {Biofizika} }
@String { _Bioinformatics_ = {Bioinformatics} }
@String { _Biological_and_Pharmaceutical_Bulletin_ = {Biological and Pharmaceutical Bulletin} }
@String { _Biological_Bulletin_ = {Biological Bulletin} }
@String { _Biological_Chemistry_ = {Biological Chemistry} }
@String { _Biological_Cybernetics_ = {Biological Cybernetics} }
@String { _Biological_Psychiatry_ = {Biological Psychiatry} }
@String { _Biological_Psychology_ = {Biological Psychology} }
@String { _Biological_Research_ = {Biological Research} }
@String { _Biological_Reviews_of_the_Cambridge_Philosophical_Society_ = {Biological Reviews of the Cambridge Philosophical Society} }
@String { _Biological_Signals_ = {Biological Signals} }
@String { _Biological_Trace_Element_Research_ = {Biological Trace Element Research} }
@String { _Biologicals_ = {Biologicals} }
@String { _Biology_of_Blood_and_Marrow_Transplantation_ = {Biology of Blood and Marrow Transplantation} }
@String { _Biology_of_Reproduction_ = {Biology of Reproduction} }
@String { _Biology_of_the_Cell_ = {Biology of the Cell} }
@String { _Biology_of_the_Neonate_ = {Biology of the Neonate} }
@String { _Biomaterials_ = {Biomaterials} }
@String { _Biomedical_and_Environmental_Sciences_ = {Biomedical and Environmental Sciences} }
@String { _Biomedical_Chromatography_ = {Biomedical Chromatography} }
@String { _Biomedical_Digital_Libraries_ = {Biomedical Digital Libraries} }
@String { _Biomedical_Engineering_Online_ = {Biomedical Engineering Online} }
@String { _Biomedical_Instrumentation_and_Technology_ = {Biomedical Instrumentation and Technology} }
@String { _Biomedical_Optics_Express_ = {Biomedical Optics Express} }
@String { _Biomedical_Peptides_Proteins_and_Nucleic_Acids_ = {Biomedical Peptides Proteins and Nucleic Acids} }
@String { _Biomedical_Sciences_Instrumentation_ = {Biomedical Sciences Instrumentation} }
@String { _Biomedical_Simulation_ = {Biomedical Simulation} }
@String { _Biomedicine_and_Pharmacotherapy_ = {Biomedicine and Pharmacotherapy} }
@String { _Biomedizinische_Technik_ = {Biomedizinische Technik} }
@String { _Biometals_ = {Biometals} }
@String { _Biometrics_ = {Biometrics} }
@String { _Biometrika_ = {Biometrika} }
@String { _Bioorganic_and_Medicinal_Chemistry_ = {Bioorganic and Medicinal Chemistry} }
@String { _Bioorganicheskaia_Khimiia_ = {Bioorganicheskaia Khimiia} }
@String { _Biopharmaceutics_and_Drug_Disposition_ = {Biopharmaceutics and Drug Disposition} }
@String { _Biophysical_Chemistry_ = {Biophysical Chemistry} }
@String { _Biophysical_Journal_ = {Biophysical Journal} }
@String { _Biophysics_Journal_ = {Biophysics Journal} }
@String { _Biopolymers_ = {Biopolymers} }
@String { _Biorheology_ = {Biorheology} }
@String { _Bioscience_Reports_ = {Bioscience Reports} }
@String { _Biosensors_and_Bioelectronics_ = {Biosensors and Bioelectronics} }
@String { _Biosystems_ = {Biosystems} }
@String { _Biotechnic_and_Histochemistry_ = {Biotechnic and Histochemistry} }
@String { _Biotechniques_ = {Biotechniques} }
@String { _Biotechnology_ = {Biotechnology} }
@String { _Biotechnology_and_Applied_Biochemistry_ = {Biotechnology and Applied Biochemistry} }
@String { _Biotechnology_and_Genetic_Engineering_Reviews_ = {Biotechnology and Genetic Engineering Reviews} }
@String { _Biotherapy_ = {Biotherapy} }
@String { _Biulleten_Eksperimentalnoi_Biologii_I_Meditsiny_ = {Biulleten Eksperimentalnoi Biologii I Meditsiny} }
@String { _BJR_Supplement_ = {BJR Supplement} }
@String { _Blood_ = {Blood} }
@String { _Blood_Cells_Molecules_and_Diseases_ = {Blood Cells Molecules and Diseases} }
@String { _Blood_Coagulation_and_Fibrinolysis_ = {Blood Coagulation and Fibrinolysis} }
@String { _Blood_Pressure_ = {Blood Pressure} }
@String { _Blood_Pressure_Supplement_ = {Blood Pressure Supplement} }
@String { _Blood_Purification_ = {Blood Purification} }
@String { _Blood_Reviews_ = {Blood Reviews} }
@String { _Blut_ = {Blut} }
@String { _BMC_Cancer_ = {BMC Cancer} }
@String { _BMC_Immunology_ = {BMC Immunology} }
@String { _BMC_Infectious_Diseases_ = {BMC Infectious Diseases} }
@String { _BMC_Medical_Imaging_ = {BMC Medical Imaging} }
@String { _BMC_Medical_Informatics_and_Decision_Making_ = {BMC Medical Informatics and Decision Making} }
@String { _BMC_Medical_Research_Methodology_ = {BMC Medical Research Methodology} }
@String { _BMC_Neurology_ = {BMC Neurology} }
@String { _BMC_Public_Health_ = {BMC Public Health} }
@String { _BMC_Pulmonary_Medicine_ = {BMC Pulmonary Medicine} }
@String { _BMC_Research_Notes_ = {BMC Research Notes} }
@String { _BMC_Surgery_ = {BMC Surgery} }
@String { _BMC_Womens_Health_ = {BMC Women's Health} }
@String { _BMJ_ = {BMJ} }
@String { _BMJ_Case_Reports_ = {BMJ Case Reports} }
@String { _BMJ_Clinical_Research_Ed_ = {BMJ Clinical Research Ed} }
@String { _BMJ_Open_ = {BMJ Open} }
@String { _Boletin_-_Asociacion_Medica_de_Puerto_Rico_ = {Boletin - Asociacion Medica de Puerto Rico} }
@String { _Boletin_Chileno_de_Parasitologia_ = {Boletin Chileno de Parasitologia} }
@String { _Boletin_de_Estudios_Medicos_Y_Biologicos_ = {Boletin de Estudios Medicos Y Biologicos} }
@String { _Bollettino_-_Societa_Italiana_Biologia_Sperimentale_ = {Bollettino - Societa Italiana Biologia Sperimentale} }
@String { _Bollettino_Chimico_Farmaceutico_ = {Bollettino Chimico Farmaceutico} }
@String { _Bone_ = {Bone} }
@String { _Bone_Marrow_Transplantation_ = {Bone Marrow Transplantation} }
@String { _Brain_ = {Brain} }
@String { _Brain_and_Cognition_ = {Brain and Cognition} }
@String { _Brain_and_Development_ = {Brain and Development} }
@String { _Brain_and_Language_ = {Brain and Language} }
@String { _Brain_Behavior_and_Evolution_ = {Brain Behavior and Evolution} }
@String { _Brain_Behavior_and_Immunity_ = {Brain Behavior and Immunity} }
@String { _Brain_Injury_ = {Brain Injury} }
@String { _Brain_Pathology_ = {Brain Pathology} }
@String { _Brain_Research_ = {Brain Research} }
@String { _Brain_Research_Bulletin_ = {Brain Research Bulletin} }
@String { _Brain_Research_Cognitive_Brain_Research_ = {Brain Research Cognitive Brain Research} }
@String { _Brain_Research_Developmental_Brain_Research_ = {Brain Research Developmental Brain Research} }
@String { _Brain_Research_Molecular_Brain_Research_ = {Brain Research Molecular Brain Research} }
@String { _Brain_Research_Protocols_ = {Brain Research Protocols} }
@String { _Brain_Research_Reviews_ = {Brain Research Reviews} }
@String { _Brain_Structure_and_Function_ = {Brain Structure and Function} }
@String { _Brain_Topography_ = {Brain Topography} }
@String { _Brain_Tumor_Pathology_ = {Brain Tumor Pathology} }
@String { _Bratislavske_Lekarske_Listy_ = {Bratislavske Lekarske Listy} }
@String { _Brazilian_Journal_of_Medical_and_Biological_Research_ = {Brazilian Journal of Medical and Biological Research} }
@String { _Breast_ = {Breast} }
@String { _Breast_Cancer_ = {Breast Cancer} }
@String { _Breast_Cancer_Research_ = {Breast Cancer Research} }
@String { _Breast_Cancer_Research_and_Treatment_ = {Breast Cancer Research and Treatment} }
@String { _Breast_Journal_ = {Breast Journal} }
@String { _British_Dental_Journal_ = {British Dental Journal} }
@String { _British_Journal_of_Anaesthesia_ = {British Journal of Anaesthesia} }
@String { _British_Journal_of_Audiology_ = {British Journal of Audiology} }
@String { _British_Journal_of_Biomedical_Science_ = {British Journal of Biomedical Science} }
@String { _British_Journal_of_Cancer_ = {British Journal of Cancer} }
@String { _British_Journal_of_Clinical_Pharmacology_ = {British Journal of Clinical Pharmacology} }
@String { _British_Journal_of_Clinical_Psychology_ = {British Journal of Clinical Psychology} }
@String { _British_Journal_of_Dermatology_ = {British Journal of Dermatology} }
@String { _British_Journal_of_Diseases_of_the_Chest_ = {British Journal of Diseases of the Chest} }
@String { _British_Journal_of_Educational_Psychology_ = {British Journal of Educational Psychology} }
@String { _British_Journal_of_General_Practice_ = {British Journal of General Practice} }
@String { _British_Journal_of_Haematology_ = {British Journal of Haematology} }
@String { _British_Journal_of_Hand_Surgery_ = {British Journal of Hand Surgery} }
@String { _British_Journal_of_Hospital_Medicine_ = {British Journal of Hospital Medicine} }
@String { _British_Journal_of_Industrial_Medicine_ = {British Journal of Industrial Medicine} }
@String { _British_Journal_of_Mathematical_and_Statistical_Psychology_ = {British Journal of Mathematical and Statistical Psychology} }
@String { _British_Journal_of_Medical_Psychology_ = {British Journal of Medical Psychology} }
@String { _British_Journal_of_Neurosurgery_ = {British Journal of Neurosurgery} }
@String { _British_Journal_of_Nutrition_ = {British Journal of Nutrition} }
@String { _British_Journal_of_Obstetrics_and_Gynaecology_ = {British Journal of Obstetrics and Gynaecology} }
@String { _British_Journal_of_Ophthalmology_ = {British Journal of Ophthalmology} }
@String { _British_Journal_of_Oral_and_Maxillofacial_Surgery_ = {British Journal of Oral and Maxillofacial Surgery} }
@String { _British_Journal_of_Orthodontics_ = {British Journal of Orthodontics} }
@String { _British_Journal_of_Pharmacology_ = {British Journal of Pharmacology} }
@String { _British_Journal_of_Plastic_Surgery_ = {British Journal of Plastic Surgery} }
@String { _British_Journal_of_Psychiatry_ = {British Journal of Psychiatry} }
@String { _British_Journal_of_Psychiatry_Supplement_ = {British Journal of Psychiatry Supplement} }
@String { _British_Journal_of_Psychology_ = {British Journal of Psychology} }
@String { _British_Journal_of_Radiology_ = {British Journal of Radiology} }
@String { _British_Journal_of_Rheumatology_ = {British Journal of Rheumatology} }
@String { _British_Journal_of_Social_Psychology_ = {British Journal of Social Psychology} }
@String { _British_Journal_of_Sociology_ = {British Journal of Sociology} }
@String { _British_Journal_of_Sports_Medicine_ = {British Journal of Sports Medicine} }
@String { _British_Journal_of_Surgery_ = {British Journal of Surgery} }
@String { _British_Journal_of_Urology_ = {British Journal of Urology} }
@String { _British_Journal_of_Urology_International_ = {British Journal of Urology International} }
@String { _British_Machine_Vision_Conference_ = {British Machine Vision Conference} }
@String { _British_Medical_Bulletin_ = {British Medical Bulletin} }
@String { _British_Medical_Journal_ = {British Medical Journal} }
@String { _British_Poultry_Science_ = {British Poultry Science} }
@String { _Bulletin__Hospital_for_Joint_Diseases_ = {Bulletin Hospital For Joint Diseases} }
@String { _Bulletin_de_L_Academie_Nationale_De_Medecine_ = {Bulletin de L Academie Nationale De Medecine} }
@String { _Bulletin_de_L_Association_Des_Anatomistes_ = {Bulletin de L Association Des Anatomistes} }
@String { _Bulletin_de_la_Societe_Belge_D_Ophtalmologie_ = {Bulletin de la Societe Belge D Ophtalmologie} }
@String { _Bulletin_de_la_Societe_Des_Sciences_Medicales_Du_Grand-Duche_De_Luxembourg_ = {Bulletin de la Societe Des Sciences Medicales Du Grand-Duche De Luxembourg} }
@String { _Bulletin_Du_Cancer_ = {Bulletin Du Cancer} }
@String { _Bulletin_Du_Groupement_International_Pour_la_Recherche_Scientifique_En_Stomatologie_et_Odontologie_ = {Bulletin Du Groupement International Pour la Recherche Scientifique En Stomatologie Et Odontologie} }
@String { _Bulletin_et_Memoires_de_L_Academie_Royale_De_Medecine_De_Belgique_ = {Bulletin Et Memoires de L Academie Royale De Medecine De Belgique} }
@String { _Bulletin_of_Environmental_Contamination_and_Toxicology_ = {Bulletin of Environmental Contamination and Toxicology} }
@String { _Bulletin_of_Mathematical_Biology_ = {Bulletin of Mathematical Biology} }
@String{_Bulletin_of_the_Autralian_Mathematical_Society_ = {Bulletin of the Autralian Mathematical Society}}
@String { _Bulletin_of_the_History_of_Medicine_ = {Bulletin of the History of Medicine} }
@String { _Bulletin_of_the_Institute_of_Maritime_and_Tropical_Medicine_in_Gdynia_ = {Bulletin of the Institute of Maritime and Tropical Medicine in Gdynia} }
@String { _Bulletin_of_the_Medical_Library_Association_ = {Bulletin of the Medical Library Association} }
@String { _Bulletin_of_the_Menninger_Clinic_ = {Bulletin of the Menninger Clinic} }
@String { _Bulletin_of_the_New_York_Academy_of_Medicine_ = {Bulletin of the New York Academy of Medicine} }
@String { _Bulletin_of_the_World_Health_Organization_ = {Bulletin of the World Health Organization} }
@String { _Bulletin_on_Narcotics_ = {Bulletin on Narcotics} }
@String { _Bulletin_on_the_Rheumatic_Diseases_ = {Bulletin on the Rheumatic Diseases} }
@String { _Burns_ = {Burns} }
@String { _CA_a_Cancer_Journal_for_Clinicians_ = {CA: A Cancer Journal for Clinicians} }
@String { _Caduceus_ = {Caduceus} }
@String { _Cahiers_D_Anesthesiologie_ = {Cahiers D Anesthesiologie} }
@String { _Cahiers_de_Sociologie_et_De_Demographie_Medicales_ = {Cahiers de Sociologie Et De Demographie Medicales} }
@String { _Calcified_Tissue_International_ = {Calcified Tissue International} }
@String { _Cambridge_Quarterly_of_Healthcare_Ethics_ = {Cambridge Quarterly of Healthcare Ethics} }
@String { _Canada_Communicable_Disease_Report_ = {Canada Communicable Disease Report} }
@String { _Canadian_Association_of_Radiologists_Journal_ = {Canadian Association of Radiologists Journal} }
@String { _Canadian_Family_Physician_ = {Canadian Family Physician} }
@String { _Canadian_Journal_of_Anaesthesia_ = {Canadian Journal of Anaesthesia} }
@String { _Canadian_Journal_of_Applied_Physiology_ = {Canadian Journal of Applied Physiology} }
@String { _Canadian_Journal_of_Cardiology_ = {Canadian Journal of Cardiology} }
@String { _Canadian_Journal_of_Experimental_Psychology_ = {Canadian Journal of Experimental Psychology} }
@String { _Canadian_Journal_of_Gastroenterology_ = {Canadian Journal of Gastroenterology} }
@String { _Canadian_Journal_of_Microbiology_ = {Canadian Journal of Microbiology} }
@String { _Canadian_Journal_of_Neurological_Sciences_ = {Canadian Journal of Neurological Sciences} }
@String { _Canadian_Journal_of_Oncology_ = {Canadian Journal of Oncology} }
@String { _Canadian_Journal_of_Ophthalmology_ = {Canadian Journal of Ophthalmology} }
@String { _Canadian_Journal_of_Physiology_and_Pharmacology_ = {Canadian Journal of Physiology and Pharmacology} }
@String { _Canadian_Journal_of_Psychiatry_Revue_Canadienne_de_Psychiatrie_ = {Canadian Journal of Psychiatry Revue Canadienne de Psychiatrie} }
@String { _Canadian_Journal_of_Public_Health_Revue_Canadienne_de_Sante_Publique_ = {Canadian Journal of Public Health Revue Canadienne de Sante Publique} }
@String { _Canadian_Journal_of_Surgery_ = {Canadian Journal of Surgery} }
@String { _Canadian_Journal_of_Veterinary_Research_ = {Canadian Journal of Veterinary Research} }
@String { _Canadian_Veterinary_Journal_ = {Canadian Veterinary Journal} }
@String { _Cancer_ = {Cancer} }
@String { _Cancer_and_Metastasis_Reviews_ = {Cancer and Metastasis Reviews} }
@String { _Cancer_Biochemistry_Biophysics_ = {Cancer Biochemistry Biophysics} }
@String { _Cancer_Biomarkers_ = {Cancer Biomarkers} }
@String { _Cancer_Biotherapy_and_Radiopharmaceuticals_ = {Cancer Biotherapy and Radiopharmaceuticals} }
@String { _Cancer_Causes_and_Control_ = {Cancer Causes and Control} }
@String { _Cancer_Chemotherapy_and_Biological_Response_Modifiers_ = {Cancer Chemotherapy and Biological Response Modifiers} }
@String { _Cancer_Chemotherapy_and_Pharmacology_ = {Cancer Chemotherapy and Pharmacology} }
@String { _Cancer_Detection_and_Prevention_ = {Cancer Detection and Prevention} }
@String { _Cancer_Epidemiology_ = {Cancer Epidemiology} }
@String { _Cancer_Epidemiology_Biomarkers_and_Prevention_ = {Cancer Epidemiology Biomarkers and Prevention} }
@String { _Cancer_Gene_Therapy_ = {Cancer Gene Therapy} }
@String { _Cancer_Genetics_and_Cytogenetics_ = {Cancer Genetics and Cytogenetics} }
@String { _Cancer_Imaging_ = {Cancer Imaging} }
@String { _Cancer_Immunology_Immunotherapy_ = {Cancer Immunology Immunotherapy} }
@String { _Cancer_Investigation_ = {Cancer Investigation} }
@String { _Cancer_Journal_From_Scientific_American_ = {Cancer Journal From Scientific American} }
@String { _Cancer_Letters_ = {Cancer Letters} }
@String { _Cancer_Nursing_ = {Cancer Nursing} }
@String { _Cancer_Prevention_Research_ = {Cancer Prevention Research} }
@String { _Cancer_Radiotherapie_ = {Cancer Radiotherapie} }
@String { _Cancer_Research_ = {Cancer Research} }
@String { _Cancer_Surveys_ = {Cancer Surveys} }
@String { _Cancer_Treatment_and_Research_ = {Cancer Treatment and Research} }
@String { _Cancer_Treatment_Reviews_ = {Cancer Treatment Reviews} }
@String { _Carbohydrate_Research_ = {Carbohydrate Research} }
@String { _Carcinogenesis_ = {Carcinogenesis} }
@String { _Carcinogenesis_A_Comprehensive_Survey_ = {Carcinogenesis A Comprehensive Survey} }
@String { _Cardiologia_ = {Cardiologia} }
@String { _Cardiology_ = {Cardiology} }
@String { _Cardiology_Clinics_ = {Cardiology Clinics} }
@String { _Cardiology_in_Review_ = {Cardiology in Review} }
@String { _Cardiology_in_the_Young_ = {Cardiology in the Young} }
@String { _Cardiovascular_and_Interventional_Radiology_ = {Cardiovascular and Interventional Radiology} }
@String { _Cardiovascular_Drugs_and_Therapy_ = {Cardiovascular Drugs and Therapy} }
@String { _Cardiovascular_Research_ = {Cardiovascular Research} }
@String { _Cardiovascular_Surgery_ = {Cardiovascular Surgery} }
@String { _Caries_Research_ = {Caries Research} }
@String { _Case_Reports_in_Medicine_ = {Case Reports in Medicine} }
@String { _Casopis_Lekaru_Ceskych_ = {Casopis Lekaru Ceskych} }
@String { _Catheterization_and_Cardiovascular_Diagnosis_ = {Catheterization and Cardiovascular Diagnosis} }
@String { _Catheterization_and_Cardiovascular_Interventions_ = {Catheterization and Cardiovascular Interventions} }
@String { _Cell_ = {Cell} }
@String { _Cell_Adhesion_and_Communication_ = {Cell Adhesion and Communication} }
@String { _Cell_and_Tissue_Research_ = {Cell and Tissue Research} }
@String { _Cell_Biochemistry_and_Biophysics_ = {Cell Biochemistry and Biophysics} }
@String { _Cell_Biochemistry_and_Function_ = {Cell Biochemistry and Function} }
@String { _Cell_Biology_and_Toxicology_ = {Cell Biology and Toxicology} }
@String { _Cell_Biology_International_ = {Cell Biology International} }
@String { _Cell_Calcium_ = {Cell Calcium} }
@String { _Cell_Growth_and_Differentiation_ = {Cell Growth and Differentiation} }
@String { _Cell_Motility_and_the_Cytoskeleton_ = {Cell Motility and the Cytoskeleton} }
@String { _Cell_Proliferation_ = {Cell Proliferation} }
@String { _Cell_Research_ = {Cell Research} }
@String { _Cell_Stress_and_Chaperones_ = {Cell Stress and Chaperones} }
@String { _Cell_Structure_and_Function_ = {Cell Structure and Function} }
@String { _Cell_Transplantation_ = {Cell Transplantation} }
@String { _Cellular_and_Molecular_Life_Sciences_ = {Cellular and Molecular Life Sciences} }
@String { _Cellular_and_Molecular_Neurobiology_ = {Cellular and Molecular Neurobiology} }
@String { _Cellular_Immunology_ = {Cellular Immunology} }
@String { _Cellular_Oncology_ = {Cellular Oncology} }
@String { _Cellular_Signalling_ = {Cellular Signalling} }
@String { _Central_African_Journal_of_Medicine_ = {Central African Journal of Medicine} }
@String { _Central_European_Journal_of_Public_Health_ = {Central European Journal of Public Health} }
@String { _Cephalalgia_ = {Cephalalgia} }
@String { _Cerebral_Cortex_ = {Cerebral Cortex} }
@String { _Cerebrovascular_Diseases_ = {Cerebrovascular Diseases} }
@String { _Ceska_A_Slovenska_Farmacie_ = {Ceska A Slovenska Farmacie} }
@String { _Ceska_A_Slovenska_Oftalmologie_ = {Ceska A Slovenska Oftalmologie} }
@String { _Ceska_Gynekologie_ = {Ceska Gynekologie} }
@String { _Ceskoslovenska_Fysiologie_ = {Ceskoslovenska Fysiologie} }
@String { _Ceskoslovenska_Patologie_ = {Ceskoslovenska Patologie} }
@String { _Ceylon_Medical_Journal_ = {Ceylon Medical Journal} }
@String { _Chang_Keng_I_Hsueh_Chang_Gung_Medical_Journal_ = {Chang Keng I Hsueh Chang Gung Medical Journal} }
@String { _Chemical_and_Pharmaceutical_Bulletin_ = {Chemical and Pharmaceutical Bulletin} }
@String { _Chemical_Immunology_ = {Chemical Immunology} }
@String { _Chemical_Research_in_Toxicology_ = {Chemical Research in Toxicology} }
@String { _Chemical_Senses_ = {Chemical Senses} }
@String { _Chemico-Biological_Interactions_ = {Chemico-Biological Interactions} }
@String { _Chemistry_and_Biology_ = {Chemistry and Biology} }
@String { _Chemistry_and_Physics_of_Lipids_ = {Chemistry and Physics of Lipids} }
@String { _Chemosphere_ = {Chemosphere} }
@String { _Chemotherapy_ = {Chemotherapy} }
@String { _Chemphyschem_ = {Chemphyschem} }
@String { _Chen_Tzu_Yen_Chiu_Acupuncture_Research_ = {Chen Tzu Yen Chiu Acupuncture Research} }
@String { _Chest_ = {Chest} }
@String { _Chest_Surgery_Clinics_of_North_America_ = {Chest Surgery Clinics of North America} }
@String { _Child_Abuse_and_Neglect_ = {Child Abuse and Neglect} }
@String { _Child_and_Adolescent_Psychiatric_Clinics_of_North_America_ = {Child and Adolescent Psychiatric Clinics of North America} }
@String { _Child_Care_Health_and_Development_ = {Child Care Health and Development} }
@String { _Child_Development_ = {Child Development} }
@String { _Child_Psychiatry_and_Human_Development_ = {Child Psychiatry and Human Development} }
@String { _Child_Welfare_ = {Child Welfare} }
@String { _Childs_Nervous_System_ = {Childs Nervous System} }
@String { _Chinese_Journal_of_Biotechnology_ = {Chinese Journal of Biotechnology} }
@String { _Chinese_Journal_of_Physiology_ = {Chinese Journal of Physiology} }
@String { _Chinese_Medical_Journal_ = {Chinese Medical Journal} }
@String { _Chinese_Medical_Sciences_Journal_ = {Chinese Medical Sciences Journal} }
@String { _Chirality_ = {Chirality} }
@String { _Chirurg_ = {Chirurg} }
@String { _Chirurgia_ = {Chirurgia} }
@String { _Chirurgia_Degli_Organi_di_Movimento_ = {Chirurgia Degli Organi di Movimento} }
@String { _Chirurgia_Italiana_ = {Chirurgia Italiana} }
@String { _Chirurgia_Maxillofacialis_et_Plastica_ = {Chirurgia Maxillofacialis Et Plastica} }
@String { _Chirurgia_Narzadow_Ruchu_I_Ortopedia_Polska_ = {Chirurgia Narzadow Ruchu I Ortopedia Polska} }
@String { _Chirurgie_ = {Chirurgie} }
@String { _Chromosoma_ = {Chromosoma} }
@String { _Chromosome_Research_ = {Chromosome Research} }
@String { _Chronic_Diseases_in_Canada_ = {Chronic Diseases in Canada} }
@String { _Chronic_obstructive_pulmonary_diseases_Miami_ = {Chronic obstructive pulmonary diseases (Miami) } }
@String { _Chronic_Respiratory_Disease_ = {Chronic Respiratory Disease} }
@String { _Chronobiology_International_ = {Chronobiology International} }
@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_ = {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} }
@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 Chinese Journal of Tuberculosis and Respiratory Diseases} }
@String { _Chung-Hua_Chung_Liu_Tsa_Chih_Chinese_Journal_of_Oncology_ = {Chung-Hua Chung Liu Tsa Chih Chinese Journal of Oncology} }
@String { _Chung-Hua_Erh_Pi_Yen_Hou_Ko_Tsa_Chih_Chinese_Journal_of_Otorhinolaryngology_ = {Chung-Hua Erh Pi Yen Hou Ko Tsa Chih Chinese Journal of Otorhinolaryngology} }
@String { _Chung-Hua_Fu_Chan_Ko_Tsa_Chih_Chinese_Journal_of_Obstetrics_AndGynecology_ = {Chung-Hua Fu Chan Ko Tsa Chih Chinese Journal of Obstetrics AndGynecology} }
@String { _Chung-Hua_Hsueh_Yeh_Hsueh_Tsa_Chih_Chinese_Journal_of_Hematology_ = {Chung-Hua Hsueh Yeh Hsueh Tsa Chih Chinese Journal of Hematology} }
@String { _Chung-Hua_I_Hsueh_Tsa_Chih_Chinese_Medical_Journal_ = {Chung-Hua I Hsueh Tsa Chih Chinese Medical Journal} }
@String { _Chung-Hua_Kou_Chiang_I_Hsueh_Tsa_Chih_Chinese_Journal_of_Stomatology_ = {Chung-Hua Kou Chiang I Hsueh Tsa Chih Chinese Journal of Stomatology} }
@String { _Chung-Hua_Liu_Hsing_Ping_Hsueh_Tsa_Chih_Chinese_Journal_of_Epidemiology_Pei-Ching_ = {Chung-Hua Liu Hsing Ping Hsueh Tsa Chih Chinese Journal of Epidemiology Pei-Ching} }
@String { _Chung-Hua_Min_Kuo_Hsiao_Erh_Ko_I_Hsueh_Hui_Tsa_Chih_Chung_Hua_Min_KuoHsiao_Erh_Ko_I_Hsueh_Hu_ = {Chung-Hua Min Kuo Hsiao Erh Ko I Hsueh Hui Tsa Chih Chung Hua Min KuoHsiao Erh Ko I Hsueh Hu} }
@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_ = {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} }
@String { _Chung-Hua_Nei_Ko_Tsa_Chih_Chinese_Journal_of_Internal_Medicine_ = {Chung-Hua Nei Ko Tsa Chih Chinese Journal of Internal Medicine} }
@String { _Chung-Hua_Ping_Li_Hsueh_Tsa_Chih_Chinese_Journal_of_Pathology_ = {Chung-Hua Ping Li Hsueh Tsa Chih Chinese Journal of Pathology} }
@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_ = {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} }
@String { _Chung-Hua_Wai_Ko_Tsa_Chih_Chinese_Journal_of_Surgery_ = {Chung-Hua Wai Ko Tsa Chih Chinese Journal of Surgery} }
@String { _Chung-Hua_Yen_Ko_Tsa_Chih_Chinese_Journal_of_Ophthalmology_ = {Chung-Hua Yen Ko Tsa Chih Chinese Journal of Ophthalmology} }
@String { _Chung-Hua_Yu_Fang_I_Hsueh_Tsa_Chih_Chinese_Journal_of_Preventive_Medicine_ = {Chung-Hua Yu Fang I Hsueh Tsa Chih Chinese Journal of Preventive Medicine} }
@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_ = {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} }
@String { _Chung-Kuo_Chung_Hsi_I_Chieh_Ho_Tsa_Chih_Pei-Ching_ = {Chung-Kuo Chung Hsi I Chieh Ho Tsa Chih Pei-Ching} }
@String { _Chung-Kuo_Chung_Yao_Tsa_Chih_China_Journal_of_Chinese_Materia_Medica_Pei-Ching_ = {Chung-Kuo Chung Yao Tsa Chih China Journal of Chinese Materia Medica Pei-Ching} }
@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_ = {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} }
@String { _Chung-Kuo_I_Hsueh_Ko_Hsueh_Yuan_Hsueh_Pao_Acta_Academiae_Medicinae_Sinicae_ = {Chung-Kuo I Hsueh Ko Hsueh Yuan Hsueh Pao Acta Academiae Medicinae Sinicae} }
@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 Chinese Journal of Medical Instrumentation Shang-Hai Shih} }
@String { _Chung-Kuo_Yao_Li_Hsueh_Pao_Acta_Pharmacologica_Sinica_ = {Chung-Kuo Yao Li Hsueh Pao Acta Pharmacologica Sinica} }
@String { _Chung-Kuo_Ying_Yung_Sheng_Li_Hsueh_Tsa_Chih_Chinese_Journal_of_Applied_Physiology_ = {Chung-Kuo Ying Yung Sheng Li Hsueh Tsa Chih Chinese Journal of Applied Physiology} }
@String { _Chung_Yao_Tsai_Journal_of_Chinese_Medicinal_Materials_Kuang-Chou_Shih_ = {Chung Yao Tsai Journal of Chinese Medicinal Materials Kuang-Chou Shih} }
@String { _Ciba_Foundation_Symposium_ = {Ciba Foundation Symposium} }
@String { _Circulation_ = {Circulation} }
@String { _Circulation_Cardiovascular_Imaging_ = {Circulation Cardiovascular Imaging} }
@String { _Circulation_Journal_ = {Circulation Journal} }
@String { _Circulation_Research_ = {Circulation Research} }
@String { _Cirugia_Pediatrica_ = {Cirugia Pediatrica} }
@String { _CLAO_Journal_ = {CLAO Journal} }
@String { _Cleft_Palate-Craniofacial_Journal_ = {Cleft Palate-Craniofacial Journal} }
@String { _Cleveland_Clinic_Journal_of_Medicine_ = {Cleveland Clinic Journal of Medicine} }
@String { _Climacteric_ = {Climacteric} }
@String { _Clinica_Chimica_Acta_ = {Clinica Chimica Acta} }
@String { _Clinica_Terapeutica_ = {Clinica Terapeutica} }
@String { _Clinical_Anatomy_ = {Clinical Anatomy} }
@String { _Clinical_and_Applied_Thrombosis/Hemostasis_ = {Clinical and Applied Thrombosis/Hemostasis} }
@String { _Clinical_and_Diagnostic_Laboratory_Immunology_ = {Clinical and Diagnostic Laboratory Immunology} }
@String { _Clinical_and_Experimental_Allergy_ = {Clinical and Experimental Allergy} }
@String { _Clinical_and_Experimental_Dermatology_ = {Clinical and Experimental Dermatology} }
@String { _Clinical_and_Experimental_Hypertension_ = {Clinical and Experimental Hypertension} }
@String { _Clinical_and_Experimental_Immunology_ = {Clinical and Experimental Immunology} }
@String { _Clinical_and_Experimental_Metastasis_ = {Clinical and Experimental Metastasis} }
@String { _Clinical_and_Experimental_Obstetrics_and_Gynecology_ = {Clinical and Experimental Obstetrics and Gynecology} }
@String { _Clinical_and_Experimental_Ophthalmology_ = {Clinical and Experimental Ophthalmology} }
@String { _Clinical_and_Experimental_Optometry_ = {Clinical and Experimental Optometry} }
@String { _Clinical_and_Experimental_Pharmacology_and_Physiology_ = {Clinical and Experimental Pharmacology and Physiology} }
@String { _Clinical_and_Experimental_Pharmacology_and_Physiology_Supplement_ = {Clinical and Experimental Pharmacology and Physiology Supplement} }
@String { _Clinical_and_Experimental_Rheumatology_ = {Clinical and Experimental Rheumatology} }
@String { _Clinical_and_Investigative_Medicine_Medecine_Clinique_et_Experimentale_ = {Clinical and Investigative Medicine Medecine Clinique Et Experimentale} }
@String { _Clinical_and_Laboratory_Haematology_ = {Clinical and Laboratory Haematology} }
@String { _Clinical_Autonomic_Research_ = {Clinical Autonomic Research} }
@String { _Clinical_Biochemistry_ = {Clinical Biochemistry} }
@String { _Clinical_Cancer_Research_ = {Clinical Cancer Research} }
@String { _Clinical_Cardiology_ = {Clinical Cardiology} }
@String { _Clinical_Chemistry_ = {Clinical Chemistry} }
@String { _Clinical_Chemistry_and_Laboratory_Medicine_ = {Clinical Chemistry and Laboratory Medicine} }
@String { _Clinical_Colorectal_Cancer_ = {Clinical Colorectal Cancer} }
@String { _Clinical_Diabetes_ = {Clinical Diabetes} }
@String { _Clinical_Dysmorphology_ = {Clinical Dysmorphology} }
@String { _Clinical_Electroencephalography_ = {Clinical Electroencephalography} }
@String { _Clinical_Endocrinology_ = {Clinical Endocrinology} }
@String { _Clinical_Gastroenterology_and_Hepatology_ = {Clinical Gastroenterology and Hepatology} }
@String { _Clinical_Genetics_ = {Clinical Genetics} }
@String { _Clinical_Hemorheology_and_Microcirculation_ = {Clinical Hemorheology and Microcirculation} }
@String { _Clinical_Imaging_ = {Clinical Imaging} }
@String { _Clinical_Immunology_and_Immunopathology_ = {Clinical Immunology and Immunopathology} }
@String { _Clinical_Infectious_Diseases_ = {Clinical Infectious Diseases} }
@String { _Clinical_Journal_of_Pain_ = {Clinical Journal of Pain} }
@String { _Clinical_Journal_of_Sport_Medicine_ = {Clinical Journal of Sport Medicine} }
@String { _Clinical_Microbiology_Reviews_ = {Clinical Microbiology Reviews} }
@String { _Clinical_Nephrology_ = {Clinical Nephrology} }
@String { _Clinical_Neurology_and_Neurosurgery_ = {Clinical Neurology and Neurosurgery} }
@String { _Clinical_Neuropathology_ = {Clinical Neuropathology} }
@String { _Clinical_Neuropharmacology_ = {Clinical Neuropharmacology} }
@String { _Clinical_Neurophysiology_ = {Clinical Neurophysiology} }
@String { _Clinical_Neuroscience_ = {Clinical Neuroscience} }
@String { _Clinical_Neurosurgery_ = {Clinical Neurosurgery} }
@String { _Clinical_Nuclear_Medicine_ = {Clinical Nuclear Medicine} }
@String { _Clinical_Obstetrics_and_Gynecology_ = {Clinical Obstetrics and Gynecology} }
@String { _Clinical_Oncology_ = {Clinical Oncology} }
@String { _Clinical_Oncology_Royal_College_of_Radiologists_ = {Clinical Oncology Royal College of Radiologists} }
@String { _Clinical_Orthopaedics_and_Related_Research_ = {Clinical Orthopaedics and Related Research} }
@String { _Clinical_Otolaryngology_ = {Clinical Otolaryngology} }
@String { _Clinical_Pediatrics_ = {Clinical Pediatrics} }
@String { _Clinical_Pharmacokinetics_ = {Clinical Pharmacokinetics} }
@String { _Clinical_Pharmacology_and_Therapeutics_ = {Clinical Pharmacology and Therapeutics} }
@String { _Clinical_Physiology_ = {Clinical Physiology} }
@String { _Clinical_Psychology_Review_ = {Clinical Psychology Review} }
@String { _Clinical_Radiology_ = {Clinical Radiology} }
@String { _Clinical_Rehabilitation_ = {Clinical Rehabilitation} }
@String { _Clinical_Reviews_in_Allergy_and_Immunology_ = {Clinical Reviews in Allergy and Immunology} }
@String { _Clinical_Rheumatology_ = {Clinical Rheumatology} }
@String { _Clinical_Science_ = {Clinical Science} }
@String { _Clinical_Symposia_ = {Clinical Symposia} }
@String { _Clinical_Techniques_in_Small_Animal_Practice_ = {Clinical Techniques in Small Animal Practice} }
@String { _Clinical_Therapeutics_ = {Clinical Therapeutics} }
@String { _Clinical_Transplantation_ = {Clinical Transplantation} }
@String { _Clinical_Transplants_ = {Clinical Transplants} }
@String { _Clinics_in_Chest_Medicine_ = {Clinics in Chest Medicine} }
@String { _Clinics_in_Dermatology_ = {Clinics in Dermatology} }
@String { _Clinics_in_Diagnostic_Ultrasound_ = {Clinics in Diagnostic Ultrasound} }
@String { _Clinics_in_Geriatric_Medicine_ = {Clinics in Geriatric Medicine} }
@String { _Clinics_in_Laboratory_Medicine_ = {Clinics in Laboratory Medicine} }
@String { _Clinics_in_Perinatology_ = {Clinics in Perinatology} }
@String { _Clinics_in_Plastic_Surgery_ = {Clinics in Plastic Surgery} }
@String { _Clinics_in_Podiatric_Medicine_and_Surgery_ = {Clinics in Podiatric Medicine and Surgery} }
@String { _Clinics_in_Sports_Medicine_ = {Clinics in Sports Medicine} }
@String { _Clio_Medica_ = {Clio Medica} }
@String { _CMAJ_ = {CMAJ} }
@String { _Cochrane_Database_of_Systematic_Reviews_ = {Cochrane Database of Systematic Reviews} }
@String { _Cold_Spring_Harbor_Symposia_on_Quantitative_Biology_ = {Cold Spring Harbor Symposia on Quantitative Biology} }
@String { _Collegium_Antropologicum_ = {Collegium Antropologicum} }
@String { _Communicable_Disease_Report_CDR_Review_ = {Communicable Disease Report CDR Review} }
@String { _Communicable_Disease_Report_CDR_Supplement_ = {Communicable Disease Report CDR Supplement} }
@String { _Communicable_Disease_Report_CDR_Weekly_ = {Communicable Disease Report CDR Weekly} }
@String { _Communicable_Diseases_Intelligence_ = {Communicable Diseases Intelligence} }
@String { _Communications_of_the_Association_for_Computing_Machinery_ = {Communications of the ACM} }
@String { _Communications_on_Pure_and_Applied_Mathematics_ = {Communications on Pure and Applied Mathematics} }
@String { _Community_Dental_Health_Houndsmills_Hampshire_ = {Community Dental Health Houndsmills Hampshire} }
@String { _Community_Dentistry_and_Oral_Epidemiology_ = {Community Dentistry and Oral Epidemiology} }
@String { _Community_Mental_Health_Journal_ = {Community Mental Health Journal} }
@String { _Comparative_Immunology_Microbiology_and_Infectious_Diseases_ = {Comparative Immunology Microbiology and Infectious Diseases} }
@String { _Comprehensive_Psychiatry_ = {Comprehensive Psychiatry} }
@String { _Comprehensive_Therapy_ = {Comprehensive Therapy} }
@String { _Comptes_Rendus_de_L_Academie_Des_Sciences_Serie_III_Sciences_De_La_Vie_ = {Comptes Rendus de L Academie Des Sciences Serie III Sciences De La Vie} }
@String { _Comptes_Rendus_Des_Seances_de_la_Societe_De_Biologie_et_De_Ses_Filiales_ = {Comptes Rendus Des Seances de la Societe De Biologie Et De Ses Filiales} }
@String { _Computational_Methods_in_Biomechanics_and_Biomedical_Engineering_ = {Computational Methods in Biomechanics and Biomedical Engineering} }
@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_ = {Computer Aided Surgery} }
@String { _Computer_Assisted_Radiology_and_Surgery_ = {Computer Assisted Radiology and Surgery} }
@String { _Computer_Graphics_and_Image_Processing_ = {Computer Graphics and Image Processing} }
@String { _Computer_Journal_ = {Computer Journal} }
@String { _Computer_Methods_and_Programs_in_Biomedicine_ = {Computer Methods and Programs in Biomedicine} }