This repository has been archived by the owner on Aug 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
monster.bib
8572 lines (7760 loc) · 265 KB
/
monster.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
@String{BTacr = "Acc. Chem. Res."}
@String{BTacb = "Act. Cryst. B."}
@String{BTacd = "Act. Cryst. D."}
@String{BTacp = "Adv. Chem. Phys."}
@String{BTang = "Angew. Chemie"}
@String{BTarbb = "Annu. Rev. Biophys. Biomol. Struct."}
@String{BTarbbc = "Annu. Rev. Biophys. Biophys. Chem."}
@String{BTarbc = "Annu. Rev. Biochem."}
@String{BTarbp = "Annu. Rev. Biophys."}
@String{BTarpc = "Annu. Rev. Phys. Chem."}
@String{BTarp = "Annu. Rev. Physiol."}
@String{BTarchbb= "Arch. Bioch. Bioph."}
@String{BTbba = "Biochim. Biophys. Acta"}
@String{BTbcb = "Biochem. Cell. Biol."}
@String{BTbbpc = "Ber. Bunsenges. Phys. Chem."}
@String{BTbbrc = "Biochem. Biophys. Res. Comm."}
@String{BTbioch = "Biochemistry"}
@String{BTbiopc = "Bioph. Chem."}
@String{BTbj = "Biophys. J."}
@String{BTbiop = "Biopolymers"}
@String{BTbi = "Bioch. Int."}
@String{BTbmbi = "Biochem. Mol. Biol. Int."}
@String{BTcb = "Curr. Biol."}
@String{BTcosb = "Curr. Opin. Struct. Biol."}
@String{BTcpc = "Comp. Phys. Comm."}
@String{BTcpl = "Chem. Phys. Lett."}
@String{BTcp = "Chem. Phys."}
@String{BTcr = "Chem. Rev."}
@String{BTcsr = "Chem. Soc. Rev."}
@String{BTejb = "Eur. J. Biochem."}
@String{BTebj = "Eur. Biophys. J."}
@String{BTfaseb = "FASEB J."}
@String{BTfebs = "FEBS Lett."}
@String{BTijqc = "Int. J. Quant. Chem."}
@String{BTijpp = "Int. J. Pept. Prot. Res."}
@String{BTisrjc = "Isr. J. Chem."}
@String{BTjacs = "J. Am. Chem. Soc."}
@String{BTjapl = "J. Appl. Crystallogr."}
@String{BTjaplp = "J. Appl. Phys."}
@String{BTjbc = "J. Biol. Chem."}
@String{BTjbnmr = "J. Biomol. NMR"}
@String{BTjbsd = "J. Biomol. Struct. Dyn."}
@String{BTjcaid = "J. Comp. Aid. Mol. Design"}
@String{BTjcc = "J. Comp. Chem."}
@String{BTjced = "J. Chem. Eng. Data"}
@String{BTjcomp = "J. Comp. Phys."}
@String{BTjcp = "J. Chem. Phys."}
@String{BTjcsft = "J. Chem. Soc. Far. Trans."}
@String{BTjctc = "J. Chem. Theory Comp."}
@String{BTjmb = "J. Mol. Biol."}
@String{BTjmag = "J. Magn. Reson."}
@String{BTjmagb = "J. Magn. Reson. Ser. B"}
@String{BTjmm = "J. Mol. Mod."}
@String{BTjmst = "J. Mol. Struct. (THEOCHEM)"}
@String{BTjms = "J. Mol. Struct."}
@String{BTjpa = "J. Phys. A."}
@String{BTjpc = "J. Phys. Chem."}
@String{BTjpca = "J. Phys. Chem. A."}
@String{BTjpcb = "J. Phys. Chem. B."}
@String{BTlang = "Langmuir"}
@String{BTmph = "Mol. Phys."}
@String{BTmcb = "Mol. Cell. Bioch."}
@string{BTmie = "Methods in Enyzmology"}
@String{BTmsim = "Mol. Sim."}
@String{BTnature= "Nature"}
@String{BTnsb = "Nature Struct. Biol."}
@String{BTpeng = "Prot. Eng."}
@String{BTpnas = "Proc. Natl. Acad. Sci. USA"}
@String{BTpr = "Phys. Rev."}
@String{BTpra = "Phys. Rev. {\bf A}"}
@String{BTprb = "Phys. Rev. {\bf B}"}
@String{BTpre = "Phys. Rev. {\bf E}"}
@String{BTprl = "Phys. Rev. Lett."}
@String{BTprot = "PROTEINS: Struct. Funct. Gen."}
@String{BTpsci = "Prot. Sci."}
@String{BTsci = "Science"}
@String{BTstr = "Structure"}
@String{BTtchim = "Theor. Chim. Acta."}
@String{BTtibs = "Trends Biochem. Sci."}
@String{BTtibtech= "Trends Biotech."}
@Article{AWang95,
author = {A. C. Wang and A. Bax},
title = {Reparametrization of the {K}arplus Relation for
{$^3$J(H$\alpha$-N)} and {$^3$J(H$^N$-C')} in
Peptides from Uniformly {$^{13}$C$^{15}$N}-Enriched
Human Ubiquitin},
journal = BTjacs,
year = 1995,
volume = 117,
pages = {1810--1813}
}
@Article{Aalten95,
author = "D. M. F. van Aalten and A. Amadei and A. B. M. Linssen
and V. G. H. Eijsink and H. J. C. Berendsen",
title = "The Essential Dynamics of Thermolysin: Confirmation of
the Hinge-Bending Motion and Comparison of Simulations
in Vacuum and Water",
journal = BTProt,
year = "1995",
volume = "22",
pages = "45--54",
}
@Article{Ahlstrom89,
author = "P. Ahlstr{\"o}m and A. Wallqvist and S. Engstr{\"o}m
and B. J{\"o}nsson",
title = "A molecular dynamics study of polarizable water",
journal = BTmph,
year = "1989",
volume = "68",
pages = "563--581",
}
@Article{Abad87,
author = "C. Abad-Zapatero and J. P. Griffith and J. L. Sussman
and M. G. Rossmann",
title = "Refined Crystal Structure of {M4} Dogfish Apo-Lactate
Dehydrogenase",
journal = BTjmb,
year = "1987",
volume = "198",
pages = "445--467",
}
@Book{Abragam61,
author = {A. Abragam},
title = {Principles of Nuclear Magnetism},
publisher = {Oxford University Press},
year = 1961,
address = {Oxford, UK}
}
@Article{Adams79,
author = {D. J. Adams and E. M. Adams and G. J. Hills},
title = {The computer simulation of polar liquids},
journal = BTmph,
year = 1979,
volume = 38,
pages = {387--400}
}
@Article{Agmon96,
author = {N. Agmon},
title = {Tetrahedral Displacement: The molecular mechanism
behind the {D}ebye relaxation in water},
journal = BTjpc,
year = 1996,
volume = 100,
pages = {1072--1080},
annote = {The arguments for and against a single-molecule
rotation mechanism for dielectric relaxation of
water are surveyed. It is concluded that two
distinct molecular mechanisms are operative in water}
}
@Article{Zhu97a,
author = {C. Zhu and R. H. Byrd and J. Nocedal},
title = {{L-BFGS-B}: Algorithm 778: {L-BFGS-B}, {FORTRAN} routines for large scale bound constrained optimization},
journal = {ACM Trans. Math. Softw.},
year = 1997,
volume = 23,
pages = {550--560}}
@Article{Byrd95a,
author = {R. H. Byrd and P. Lu and J. Nocedal},
title = {A Limited Memory Algorithm for Bound Constrained Optimization},
journal = {SIAM J. Scientif. Statistic. Comput.},
year = 1995,
volume = 16,
pages = {1190--1208}}
@Article{Alexandrov93,
author = "Nickolai Alexandrov",
title = "Structural arguments for {N}-terminal initiation of
protein folding",
journal = BTpsci,
year = "1993",
volume = "2",
pages = "1989--1991",
}
@Book{Allen87,
author = "M. P. Allen and D. J. Tildesley",
title = "Computer Simulations of Liquids",
publisher = "Oxford Science Publications",
address = "Oxford",
year = "1987",
}
@Article{Astrand91,
author = "P. -O. {{\AA}}strand and A. Wallqvist and G.
Karlstr{\"o}m and P. Linse",
title = "Properties of urea-water solvation calculated from a
new ab initio polarizable intermolecular potential",
journal = BTjcp,
year = "1991",
volume = "95",
pages = "8419--8429",
}
@Article{Astrand94a,
author = "P. -O. {{\AA}}strand and A. Wallqvist and G.
Karlstr{\"o}m",
title = "Non-empirical potentials for Urea-Water systems",
journal = BTjcp,
year = "1994",
volume = "100",
pages = "1262--1273",
}
@Article{Astrand94b,
author = "P. -O. {{\AA}}strand and A. Wallqvist and G.
Karlstr{\"o}m",
title = "Molecular dynamics simulations of 2{M} aqueous urea
solution",
journal = BTjpc,
year = "1994",
volume = "98",
pages = "8224--8233",
}
@Article{Alley83,
author = {W. E. Alley and B. J. Alder and S. Yip},
title = {The neutron scattering function for hard spheres},
journal = BTpra,
year = 1983,
volume = 27,
pages = {3174--3186}
}
@Article{Allinger76,
author = "N. L. Allinger \and J. Kao",
title = "Conformational Analysis-{CXIV} Molecular Mechanics
Studies of Sulfoxides",
journal = "Tetrahedron",
year = "1976",
volume = "32",
pages = "529",
}
@Article{Alper89,
author = {H. E. Alper and R. M. Levy},
title = {Computer simulations of the dielectric properties of
water: Studies of the simple point charge and
transferrable intermolecular potential models},
journal = BTjcp,
year = 1989,
volume = 91,
pages = {1242--1251}
}
@Article{Amadei93,
author = "Andrea Amadei and Antonius B. M. Linssen and Herman J.
C. Berendsen",
title = "Essential Dynamics of Proteins",
journal = BTprot,
year = "1993",
volume = "17",
pages = "412--425",
}
@Article{Amadei96,
author = {A. Amadei and A. B. M. Linssen and B. L. de Groot and
D. M. F.van Aalten and H. J. C. Berendsen},
title = {An Efficient Method for Sampling the Essential
Subspace of Proteins},
journal = BTjbsd,
year = 1996,
volume = 13,
pages = {615--626}
}
@Article{Andersen80,
author = {H. C. Andersen},
title = {Molecular dynamics simulations at constant pressure and/or temperature},
journal = BTjcp,
year = 1980,
volume = 72,
pages = {2384}
}
@Article{Anderson87,
author = {J. Anderson and J. J. Ullo and S. Yip},
title = {Molecular dynamics simulation of dielectric
properties of water},
journal = BTjcp,
year = 1987,
volume = 87,
pages = {1726--1732}
}
@Article{Anfinsen73,
author = "Christian B. Anfinsen",
title = "Principles that Govern the Folding of Protein Chains",
journal = BTsci,
year = "1973",
volume = "181",
pages = "223--230",
}
@Article{Angel83,
author = {C. A. Angell},
title = {Supercooled Water},
journal = BTarpc,
year = 1983,
volume = 34,
pages = {593--630}
}
@Article{Aqvist93,
author = "J. {{\AA}}qvist and A. Warshel",
title = "Simulation of Enzyme Reactions Using Valence Bond
Force Fields and Other Hybrid Quantum-Classical
Approaches",
journal = BTcr,
year = "1993",
volume = "93",
pages = "2523--2544",
}
@Book{Arfken70,
author = {G. Arfken},
title = {Mathematical methods for physicists},
publisher = {Academic Press},
year = 1970,
address = {New York}
}
@book{Atkins90,
author = {P. W. Atkins},
title = {Physical Chemistry},
publisher = {Oxford University Press},
year = 1990,
address = {Oxford, UK},
edition = {Fourth Edition}
}
@Article{Auffinger95a,
author = {P. Auffinger and D. L. Beveridge},
title = {A simple test for evaluating the truncation effects
in simulations involving charged groups},
journal = BTcpl,
year = 1995,
volume = 234,
pages = {413--415}
}
@Article{Axelsen91,
author = {P. H. Axelsen and E. Gratton and F. G. Prendergast},
title = {Experimentally Verifying Molecular Dynamics
Simulations through Fluorescence Anisotropy Measurements},
journal = BTbioch,
year = 1991,
volume = 30,
pages = {1173--1179}
}
@Article{BBrooks83,
author = "B. R. Brooks and R. E. Bruccoleri and B. D. Olafson
and D. J. States and S. Swaminathan and M. Karplus",
title = "{CHARMM}: a Program for Macromolecular Energy,
Minimization, and Dynamics Calculation",
journal = BTjcc,
year = "1983",
volume = "4",
pages = "187--217",
}
@Article{BBrooks83b,
author = {B. Brooks and M. Karplus},
title = {Harmonic dynamics of proteins: Normal modes and
fluctuations in Bovine pancreatic trypsin inhibitor},
journal = BTpnas,
year = 1983,
volume = 80,
pages = {6571--6575}
}
@Article{Babu88,
author = "Y. Sudhakar Babu and Charles E. Bugg and William J.
Cook",
title = "Structure of Calmodulin Refined at 2.2{{\AA}}",
journal = BTjmb,
year = "1988",
volume = "204",
pages = "191--204",
}
@Article{Bacon88,
author = "D. J. Bacon and W. F. Anderson",
title = "A Fast Algorithm for Rendering Space-Filling Molecule
Pictures.",
journal = "J. Molec. Graph.",
year = "1988",
volume = "6",
pages = "219--220",
}
@Article{Baez94,
author = {L. A. B{\'a}ez and P. Clancy},
title = {Existence of a density maximum in extended simple
point charge water},
journal = BTjcp,
year = 1994,
volume = 101,
pages = {9837--9840}
}
@Article{Baker92,
author = "P. J. Baker and K. L. Britton and D. W. Rice and A.
Rob T. J. Stillman",
title = "Structural Consequences of Sequence Patterns in the
Fingerprint Region of the Nucleotide Binding Fold",
journal = BTjmb,
year = "1992",
volume = "228",
pages = "662--671",
}
@InCollection{Bala92,
author = "P. Bala and B. Lesyng and T. N. Truong and J. A.
McCammon",
booktitle = "Molecular Aspects of Biotechnology: Computational
Models and Theories",
title = "Ab Initio Studies and Quantum-Classical Molecular
Dynamics Simulations for Proton Transfer Processes in
Model Systems and in Enzymes",
publisher = "Kluwer",
year = "1992",
editor = "J. Bertran",
pages = "299--326",
address = "Dordrecht",
}
@Article{Bala94,
author = "P. Bala and B. Lesyng and J. A. McCammon",
title = "Applications of Quantum-Classical and
Quantum-Stochastic Molecular Dynamics Simulations for
Proton Transfer Processes",
journal = BTcp,
year = "1994",
volume = "180",
pages = "271--285",
}
@Article{Baldwin95,
author = "R. L. Baldwin",
title = "The nature of protein folding pathways: The classical
versus the new view",
journal = BTjbnmr,
year = "1995",
volume = "5",
pages = "103--109",
}
@Article{Baldwin96a,
author = {R. L. Baldwin},
title = {Why is Protein Folding so Fast ?},
journal = BTpnas,
year = 1996,
volume = 93,
pages = {2627--2628}
}
@Article{Balsera96,
author = {M. A. Balsera and W. Wriggers and Y. Oono and K. Schulten},
title = {Principle Component Analysis and Long Time Protein Dynamics},
journal = BTjpc,
year = 1996,
volume = 100,
pages = {2567--2572}
}
@Article{Ban94,
author = "C. Ban and B. Ramakrishnan and K. -Y. Ling and C. Kung
and M. Sundaralingam",
title = "Crystal structure of recombinant {P}aramecium
{T}etraurelia calmodulin at 1.68 {\AA} resolution",
journal = BTacd,
year = "1994",
volume = "50",
pages = "50--63",
}
@Article{Banci92,
author = {L. Banci and I. Bertini and P. Carloni and
C. Luchinat and P. L. Oriolo},
title = {Molecular Dynamics Simulations on {HiPIP} from {\em
{C}hromatium vinosum} and Comparison with {NMR} Data},
journal = BTjacs,
year = 1992,
volume = 114,
pages = {10683--10689}
}
@Article{Bancroft67,
author = "J. B. Bancroft and E. Hiebert",
title = "Formation of an infectious nucleoprotein from protein
and nucleic acid isolated from a small spherical
virus.",
journal = "Virology",
year = "1967",
volume = "32",
pages = "354--356",
}
@Article{Barbato92,
author = "G. Barbato and M. Ikura and L. E. Kay and R. W. Pastor
and A. Bax",
title = "Backbone Dynamics of Calmodulin Studied by {$^{15}$N}
Relaxation Using Inverse Detected {NMR} Spectroscopy:
The Central Helix is Flexible",
journal = BTbioch,
year = "1992",
volume = "31",
pages = "5269--5278",
}
@Article{Barth95a,
author = {E. Barth and K. Kuczera and B. Leimkuhler and R. D. Skeel},
title = {Algorithms for Constrained Molecular Dynamics},
journal = BTjcc,
year = 1995,
volume = 16,
pages = {1192--1209}
}
@Article{Barthel90,
author = "J. Barthel and K. Bachhuber and R. Buchner and
H. Hetzenauer",
title = "Dielectric Spectra of some Common Solvents in the
Microwave Region, Water and Lower Alcohols",
journal = BTcpl,
year = "1990",
volume = "165",
OPTnumber = "4",
pages = "369--373",
OPTmonth = "",
OPTremark = "Water, 25 C.
It was found, that the relaxation behaviour
up to at last 60 GHz is governed by a single
exponential (\epsilon = 78.36, \tau = 8.27ps,
\epsilon_infty = 5.16). Below 40 GHz, only the
assumption of an additional exponential (\tau_2 =
1.02 ps) yields a satisfactory result.",
OPTfolder = "Dielectric relaxation",
}
@Article{Basu94,
author = "Gautam Basu and Akio Kitao and Fumio Hirata and
Nobuhiro G{$\bar{\rm o}$}",
title = "A Collective Motion Description of the
3{$_{10}$}/{$\alpha$}-Helix Transition: Implications
for a Natural Reaction Coordinate",
journal = BTjacs,
year = "1994",
volume = "116",
pages = "6307--6315",
}
@Article{Bayley69,
author = {P. M. Bayley and E. B. Nielsen and J. A. Schellman},
title = {The Rotary Properties of Molecules Containing Two
Peptide Groups: Theory},
journal = BTjpc,
year = 1969,
volume = 73,
pages = {228--243}
}
@Article{Bayley92,
author = "P. M. Bayley and S. R. Martin",
title = "The {\ahcal} content of calmodulin is increased by
solution conditions favouring protein crystallisation",
journal = BTbba,
year = "1992",
volume = "1160",
pages = "16--21",
}
@Article{Becke93,
author = "A. D. Becke",
title = "Density-functional thermochemistry. {III.} {T}he role
of exact exchange",
journal = BTjcp,
year = "1993",
volume = "98",
pages = "5648--5652",
}
@MastersThesis{Bekker87,
author = "H. Bekker",
title = "Ontwerp van een special-purpose computer voor
Moleculaire Dynamica Simulaties",
school = "RuG",
year = "1987",
}
@InCollection{Bekker92,
author = "H. Bekker and E. J. Dijkstra and H. J. C. Berendsen",
booktitle = "Parallel Computing: From Theory to Sound Practice",
title = "Mapping molecular dynamics simulation calculations on
a ring architecture",
publisher = "IOS Press",
pages = "268--279",
editor = "P. T. Wu and E. Milgrom",
year = "1992",
address = "Amsterdam",
}
@InProceedings{Bekker93a,
author = "H. Bekker and H. J. C. Berendsen and E. J. Dijkstra
and S. Achterop and R. van Drunen and D. van der Spoel
and A. Sij\-bers and H. Keegstra and B. Reitsma and M.
K. R. Renardus",
title = "Gromacs: {A} Parallel Computer for Molecular Dynamics
Simulations",
editor = "R. A. de Groot and J. Nadrchal",
pages = "252--256",
booktitle = "Physics Computing 92",
year = "1993",
publisher = "World Scientific",
address = "Singapore",
}
@Article{Brunne93,
author = "R. M. Brunne and W. F. van Gunsteren and R.
Br{\"u}schweiler and Richard R. Ernst",
title = "Molecular Dynamics simulation of the proline
conformational equilibrium and Dynamics in Antamanide
using the {GROMOS} force field",
journal = BTjacs,
year = "1993",
pages = "4764--4768",
}
@Article{Bundi79,
author = "A. Bundi and K. W{\"u}thrich",
title = "{$^1$H-NMR} Parameters of the Common Amino Acid
Residues Measured in Aqueous Solutions of the Linear
Tetrapeptides {H}-{Gly}-{Gly}-{X}-{L-Ala}-{OH}",
journal = BTbiop,
year = "1979",
volume = "18",
pages = "285--297",
}
@InProceedings{Bekker93b,
author = "H. Bekker and H. J. C. Berendsen and E. J. Dijkstra
and S. Achterop and R. v. Drunen and D. v. d. Spoel and
A. Sij\-bers and H. Keegstra and B. Reitsma and M. K.
R. Renardus",
title = {{Gromacs Method of Virial Calculation Using a Single
Sum}},
editor = "R. A. de Groot and J. Nadrchal",
pages = "257--261",
booktitle = "Physics Computing 92",
year = "1993",
publisher = "World Scientific",
address = "Singapore",
}
@Article{Bekker95,
author = {H. Bekker and E. J. Dijkstra and M. K. R. Renardus and H. J. C. Berendsen},
title = {An Efficient, Box Shape Independent Non-Bonded Force and Virial
Algorithm for Molecular Dynamics},
journal = BTmsim,
year = 1995,
volume = 14,
pages = {137--152}
}
@Article{Bera94,
author = "Aloke Kumar Bera and Biswadip Das and Subrata
Chattapahyay and Chanchal Dasgupta",
title = "Refolding of Denatured Restriction Endonucleases with
Ribosomal Preparations from Methanosarcina barkeri",
journal = BTbbrc,
year = "1994",
volume = "32",
pages = "315--323",
}
@InCollection{Berendsen81,
author = "H. J. C. Berendsen and J. P. M. Postma and W. F. van
Gunsteren and J. Hermans",
booktitle = "Intermolecular Forces",
title = "Interaction Models for Water in Relation to Protein
Hydration",
editor = "B. Pullman",
publisher = "D. Reidel Publishing Company",
address = "Dordrecht",
year = "1981",
pages = "331--342",
}
@Article{Berendsen84,
author = "H. J. C. Berendsen and J. P. M. Postma and A. Di{N}ola
and J. R. Haak",
title = "Molecular dynamics with coupling to an external bath",
journal = BTjcp,
year = "1984",
volume = "81",
pages = "3684--3690",
}
@InCollection{Berendsen84b,
author = {H. J. C. Berendsen and W. F. van Gunsteren},
title = {Molecular Dynamics Simulations: Techniques and Approaches},
booktitle = {Molecular Liquids-Dynamics and Interactions},
publisher = {Reidel},
year = 1984,
address = {Dordrecht, The Netherlands},
editor = {A. J. Barnes et al.},
series = {NATO ASI C 135},
pages = {475--500}
}
@Proceedings{Berendsen86a,
title = "Molecular-Dynamics Simulations of
Statistical-Mechanical Systems",
year = "1986",
editor = "G. Ciccotti and W. G. Hoover",
publisher = "North-Holland",
organization = "Internat. School of Physics Enrico Fermi",
address = "Amsterdam",
}
@InProceedings{Berendsen86b,
author = "H. J. C. Berendsen and W. F. van Gunsteren",
title = "Practical Algorithms for Dynamics Simulations",
year = "1986",
}
@Article{Berendsen87,
author = "H. J. C. Berendsen and J. R. Grigera and T. P.
Straatsma",
title = "The missing term in effective pair potentials",
journal = BTjpc,
year = "1987",
volume = "91",
pages = "6269--6271",
}
@InCollection{Berendsen91,
author = "H. J. C. Berendsen",
booktitle = "Computer Simulations in Material Science",
title = "Transport properties computed by linear response
through weak coupling to a bath",
publisher = "Kluwer",
year = "1991",
editor = "M. Meyer and V. Pontikis",
pages = "139--155",
}
@InCollection{Berendsen93a,
author = "H. J. C. Berendsen",
booktitle = "Computer Simulation of Biomolecular Systems",
title = "Electrostatic interactions",
publisher = "ESCOM",
year = "1993",
editor = "W. F. van Gunsteren and P. K. Weiner and A. J.
Wilkinson",
pages = "161--181",
address = "Leiden",
}
@Article{Berendsen93b,
author = "H. J. C. Berendsen and J. Mavri",
title = "Quantum Simulation of Reaction Dynamics by Density
Matrix Evolution",
journal = BTjpc,
year = "1993",
volume = "97",
pages = "13464--13468",
}
@InCollection{Berendsen94,
author = "Herman J. C. Berendsen and David van der Spoel",
booktitle = "Aspects of Computational Science",
title = "Molecular Dynamics simulations",
publisher = "National Computing Facilities Foundation",
address = "P.O. Box 93120, 2509 AC Den Haag, The Netherlands",
year = "1994",
editor = "Aad van der Steen",
}
@Article{Berendsen95a,
author = "Herman J. C. Berendsen and David van der Spoel and
Rudi van Drunen",
title = "{GROMACS}: {A} message-passing parallel molecular
dynamics implementation",
journal = BTcpc,
year = "1995",
volume = "91",
pages = "43--56",
}
@InCollection{Caflisch94,
author = "Amadeo Caflisch and Martin Karplus",
booktitle = "The Protein Folding Problem and Tertiary Structure
Prediction",
title = "Molecular Dynamics Studies of Protein and Peptide
Folding and Unfolding",
publisher = "Birkh{\"a}user",
year = "1994",
editor = "Kenneth M. {Merz Jr.} and Scott M. {Le Grand}",
pages = "193--230",
address = "Boston",
}
@Article{Berendsen95b,
author = "H. J. C. Berendsen and J. Mavri",
title = "Approach to Nonadiabatic Transitions by Density Matrix
Evolution and Molecular Dynamics Simulations",
journal = "Int. J. Quant. Chem.",
year = "1996",
volume = "57",
pages = "975--984",
}
@Article{Berndt96a,
author = {K. D. Berndt and P. G{\"u}nthert and K. W{\"u}trich},
title = {Conformational Sampling by {NMR} Solution Structures
Calculated with the Program {DIANA} Evaluated by
Comparison With Long-Time Molecular Dynamics
Calculations in Explicit Water},
journal = BTprot,
year = 1996,
volume = 24,
pages = {304--313}
}
@Article{Besler90,
author = "Brent H. Besler and Kenneth M. {Merz Jr.} and Peter A.
Kollman",
title = "Atomic Charges Derived from Semiempirical Methods",
journal = BTjcc,
year = "1990",
volume = "11",
pages = "431--439",
}
@Article{Bieze93,
author = "T. W. N. Bieze and J. R. C. van der Maarel and
J. C. Leyte",
title = "The intramolecular {OH} bond length of water in a
concentrated poly(ethyleneoxide) solution. {A}n
{NMR} relaxation study",
journal = BTcpl,
year = "1993",
volume = "216",
OPTnumber = "1,2",
pages = "56--62",
OPTmonth = "",
OPTremark = "Water, 298 K
\tau_{OH} = 2.0 ps, \tau_O 1.97 ps",
OPTfolder = "NMR",
}
@Article{Bjelkmar10,
author = "P. Bjelkmar and P. Larsson and M. A. Cuendet and B. Hess and E. Lindahl",
title = "Implementation of the {CHARMM} Force Field in {GROMACS}: Analysis of Protein Stability Effects from Correction Maps, Virtual Interaction Sites, and Water Models",
journal = BTjctc,
year = "2010",
volume = "6",
pages = "459--466",
}
@Article{Blaber93,
author = "M. Blaber and X. Zhang and B. W. Matthews",
title = "Structural Basis of {A}mino Acid {\ahx} Propensity",
year = BTsci,
volume = "260",
pages = "1637--1640",
}
@Article{Blanco93,
author = "Francisco J. Blanco and M. Angeles Jimenez and
Jos{\`e} Herranz and Manuel Rico and Jos{\`e} Santoro
and Jos{\`e} L. Nieto",
title = "{NMR} evidence of a short linear peptide that folds
into a {$\beta$}-hairpin in aqueous solution",
journal = BTjacs,
year = "1993",
volume = "115",
pages = "5887--5888",
}
@Article{Blanco94,
author = "Francisco J. Blanco and M. Angeles Jimenez and Antonio
Pineda and Manuel Rico and Jorge Santoro and Jos{\`e}
L. Nieto",
title = "{NMR} solution structure of the isolated {N}-terminal
fragment of protein-{G} {B$_1$} domain; Evidence of
trifluoroethanol induced native-like {$\beta$}-hairpin
formation",
journal = BTbioch,
year = "1994",
volume = "33",
pages = "6004--6014",
}
@Article{Bodkin96,
author = {M. J. Bodkin and J. M. Goodfellow},
title = {Hydrophobic Solvation in Aqueous Trifluoroethanol Solution},
journal = BTbiop,
year = 1996,
volume = 39,
pages = {43--50}
}
@Article{Boek92,
author = "E. S. Boek and W. J. Briels and J. van Eerden and D.
Feil",
title = "Molecular-dynamics simulations of interfaces betwee
water and crystalline urea",
journal = BTjcp,
year = "1992",
volume = "96",
pages = "7010",
}
@Article{Boek93,
author = "E. S. Boek and W. J. Briels",
title = "Molecular-dynamics simulations of aqueous urea
solutions: Study of dimer stability and solution
structure and calculation of the total nitrogen radial
distribution function Gn(r)",
journal = BTjcp,
year = "1993",
volume = "98",
pages = "1422",
}
@Article{Bossemeyer94,
author = "Dirk Bossemeyer",
title = "The glycine-rich sequence of protein kinases: a
multifunctional element",
journal = BTtibs,
year = "1994",
volume = "19",
pages = "201--205",
}
@Article{Braxenthaler95,
author = "M. Braxenthaler and F. Avbelj and J. Moult",
title = "Structure, Dynamics and Energetics of Initiation Sites
in Protein Folding: {I}. {A}nalysis of a 1 ns Molecular
Dynamics Trajectory of an Early Folding Unit in Water:
The Helix {I}/Loop {I}-Fragment of Barnase",
journal = BTjmb,
year = "1995",
volume = "250",
pages = "239--257",
}
@Article{Brodsky96,
author = {A. Brodsky},
title = {Is there predictive value in water computer simulations?},
journal = BTcpl,
year = 1996,
volume = 261,
pages = {563--568}
}
@Article{Brunne95,
author = {R. M. Brunne and K. D. Berndt and P. G{\"u}ntert and
K. W{\"u}thrich and W. F. van Gunsteren},
title = {Structure and Internal Dynamics of the Bovine
Pancreatic Trypsin Inhibitor in Aqueous Solution
From Long-Time Molecular Dynamics Simulation},
journal = BTprot,
year = 1995,
volume = 23,
pages = {49--62}
}
@Article{Brusch92,
author = {R. Br{\"u}schweiler and B. Roux and M. Blackledge
and C. Griesinger and M. Karplus and R. R. Ernst},
title = {Influence of Rapid Intramolecular Motion on {NMR}
Cross-Relaxation Rates. A Molecular Dynamics Study
of Antamanide in Solution},
journal = BTjacs,
year = 1992,
volume = 114,
pages = {2289--2302}
}
@Article{Bryngelson95,
author = {J. D. Bryngelson and J. N. Onuchic and N. D. Socci
and P. G. Wolynes},
title = {Funnels, Pathways, and the Energy Landscape of
Protein Folding},
journal = BTprot,
year = 1995,
volume = 21,