-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall.bib
11645 lines (10465 loc) · 379 KB
/
all.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
@book{johnson2006grade,
title={Grade inflation: A crisis in college education},
author={Johnson, Valen E},
year={2006},
publisher={Springer Science \& Business Media}
}
@book{kallrath2013modeling,
title={Modeling languages in mathematical optimization},
author={Kallrath, Josef},
volume={88},
year={2013},
publisher={Springer Science \& Business Media}
}
@book{feynman2010surely,
title={``Surely You're Joking, Mr. Feynman!": Adventures of a Curious Character},
author={Feynman, Richard P},
year={2010},
publisher={WW Norton \& Company}
}
@article{shahmoradi2014what,
title={What every scientist needs to know.},
author={Shahmoradi, Amir},
year={2014},
journal={(Opinion)},
url={www.shahmoradi.org/pubs/Shahmoradi\_2014b.pdf}
}
@article{rude2016research,
title={Research and Education in Computational Science and Engineering},
author={R{\"u}de, Ulrich and Willcox, Karen and McInnes, Lois Curfman and De Sterck, Hans and Biros, George and Bungartz, Hans and Corones, James and Cramer, Evin and Crowley, James and Ghattas, Omar and others},
journal={arXiv preprint arXiv:1610.02608},
year={2016}
}
@book{plato1945republic,
title={The republic of Plato},
author={Plato and Cornford, Francis Macdonald},
volume={30},
year={1945},
publisher={Oxford University Press New York}
}
@article{kochanek2016deaths,
title={Deaths: final data for 2014.},
author={Kochanek, Kenneth D and Murphy, Sherry L and Xu, Jiaquan and Tejada-Vera, Betzaida},
journal={National vital statistics reports: from the Centers for Disease Control and Prevention, National Center for Health Statistics, National Vital Statistics System},
volume={65},
number={4},
pages={1},
year={2016}
}
@article{barbolosi2016computational,
title={Computational oncology -- mathematical modelling of drug regimens for precision medicine},
author={Barbolosi, Dominique and Ciccolini, Joseph and Lacarelle, Bruno and Barl{\'e}si, Fabrice and Andr{\'e}, Nicolas},
journal={Nature Reviews Clinical Oncology},
volume={13},
number={4},
pages={242--254},
year={2016},
publisher={Nature Publishing Group}
}
%@article{shahmoradi2017scientific,
% title={Computational Techniques for Scientific Inference},
% author={Shahmoradi, Amir and Oden, J Tinsley},
% journal={Archives of Computational Methods in Engineering, in preparation},
% //url={https://goo.gl/1juR2q},
% year={2017}
%}
%@article{shahmoradi2017practical,
% title={A Practical Bayesian Approach to Model Selection and Validation for Astrophysical Counting Processes},
% author={Shahmoradi, Amir and Oden, J Tinsley},
% journal={The Astrophysical Journal, in preparation},
% //url={https://goo.gl/g3W2s6},
% year={2017}
%}
@article{wu2014three,
title={Three-dimensional cell migration does not follow a random walk},
author={Wu, Pei-Hsun and Giri, Anjil and Sun, Sean X and Wirtz, Denis},
journal={Proceedings of the National Academy of Sciences},
volume={111},
number={11},
pages={3949--3954},
year={2014},
publisher={National Acad Sciences}
}
@article{khatau2012distinct,
title={The distinct roles of the nucleus and nucleus-cytoskeleton connections in three-dimensional cell migration},
author={Khatau, Shyam B and Bloom, Ryan J and Bajpai, Saumendra and Razafsky, David and Zang, Shu and Giri, Anjil and Wu, Pei-Hsun and Marchand, Jorge and Celedon, Alfredo and Hale, Christopher M and others},
journal={Scientific reports},
volume={2},
pages={488},
year={2012},
publisher={Nature Publishing Group}
}
@article{fraley2010distinctive,
title={A distinctive role for focal adhesion proteins in three-dimensional cell motility},
author={Fraley, Stephanie I and Feng, Yunfeng and Krishnamurthy, Ranjini and Kim, Dong-Hwee and Celedon, Alfredo and Longmore, Gregory D and Wirtz, Denis},
journal={Nature cell biology},
volume={12},
number={6},
pages={598--604},
year={2010},
publisher={Nature Publishing Group}
}
@article{griffith2006capturing,
title={Capturing complex 3D tissue physiology in vitro},
author={Griffith, Linda G and Swartz, Melody A},
journal={Nature reviews Molecular cell biology},
volume={7},
number={3},
pages={211--224},
year={2006},
publisher={Nature Publishing Group}
}
@article{harunaga2011cell,
title={Cell-matrix adhesions in 3D},
author={Harunaga, Jill S and Yamada, Kenneth M},
journal={Matrix Biology},
volume={30},
number={7},
pages={363--368},
year={2011},
publisher={Elsevier}
}
@article{cukierman2001taking,
title={Taking cell-matrix adhesions to the third dimension},
author={Cukierman, Edna and Pankov, Roumen and Stevens, Daron R and Yamada, Kenneth M},
journal={Science},
volume={294},
number={5547},
pages={1708--1712},
year={2001},
publisher={American Association for the Advancement of Science}
}
@article{oden2010general,
title={General diffuse-interface theories and an approach to predictive tumor growth modeling},
author={Oden, J Tinsley and Hawkins, Andrea and Prudhomme, Serge},
journal={Mathematical Models and Methods in Applied Sciences},
volume={20},
number={03},
pages={477--517},
year={2010},
publisher={World Scientific}
}
@article{behmanesh2016accounting,
title={Accounting for environmental variability, modeling errors, and parameter estimation uncertainties in structural identification},
author={Behmanesh, Iman and Moaveni, Babak},
journal={Journal of Sound and Vibration},
volume={374},
pages={92--110},
year={2016},
publisher={Elsevier}
}
@article{wu2016fusing,
title={Fusing heterogeneous data for the calibration of molecular dynamics force fields using hierarchical Bayesian models},
author={Wu, Stephen and Angelikopoulos, Panagiotis and Tauriello, Gerardo and Papadimitriou, Costas and Koumoutsakos, Petros},
journal={The Journal of chemical physics},
volume={145},
number={24},
pages={244112},
year={2016},
publisher={AIP Publishing}
}
@article{wu2016hierarchical2,
title={Hierarchical Stochastic Model in Bayesian Inference: Theoretical Implications and Efficient Approximation},
author={Wu, Stephen and Angelikopoulos, Panagiotis and Beck, James L and Koumoutsakos, Petros},
journal={arXiv preprint arXiv:1611.02818},
year={2016}
}
@article{wu2016hierarchical1,
title={A hierarchical Bayesian framework for force field selection in molecular dynamics simulations},
author={Wu, Shuoxing and Angelikopoulos, P and Papadimitriou, C and Moser, R and Koumoutsakos, Petros},
journal={Phil. Trans. R. Soc. A},
volume={374},
number={2060},
pages={20150032},
year={2016},
publisher={The Royal Society}
}
@article{kalyanaraman2015bayesian,
title={Bayesian estimation of parametric uncertainties, quantification and reduction using optimal design of experiments for CO 2 adsorption on amine sorbents},
author={Kalyanaraman, Jayashree and Fan, Yanfang and Labreche, Ying and Lively, Ryan P and Kawajiri, Yoshiaki and Realff, Matthew J},
journal={Computers \& Chemical Engineering},
volume={81},
pages={376--388},
year={2015},
publisher={Elsevier}
}
@phdthesis{kalyanaraman2017towards,
title={Towards uncertainty quantification of complex chemical processes with application to post-combustion carbon capture},
author={Kalyanaraman, Jayashree},
year={2017},
school={Georgia Institute of Technology}
}
@article{pernot2016critical,
title={A critical review of statistical calibration/prediction models handling data inconsistency and model inadequacy},
author={Pernot, Pascal and Cailliez, Fabien},
journal={AIChE Journal},
year={2016},
publisher={Wiley Online Library}
}
@article{pernot2017parameter,
title={The parameter uncertainty inflation fallacy},
author={Pernot, Pascal},
journal={The Journal of Chemical Physics},
volume={147},
number={10},
pages={104102},
year={2017},
publisher={AIP Publishing}
}
@book{rosenthal2006struck,
title={Struck by lightning: the curious world of probabilities},
author={Rosenthal, Jeffrey S},
year={2006},
publisher={National Academies Press}
}
@article{eyre1998unconditionally,
title={Unconditionally gradient stable time marching the Cahn-Hilliard equation},
author={Eyre, David J},
journal={MRS Online Proceedings Library Archive},
volume={529},
year={1998},
publisher={Cambridge University Press}
}
@article{cristini2009nonlinear,
title={Nonlinear simulations of solid tumor growth using a mixture model: invasion and branching},
author={Cristini, Vittorio and Li, Xiangrong and Lowengrub, John S and Wise, Steven M},
journal={Journal of mathematical biology},
volume={58},
number={4},
pages={723--763},
year={2009},
publisher={Springer}
}
@article{wise2008three,
title={Three-dimensional multispecies nonlinear tumor growth-I: model and numerical method},
author={Wise, Steven M and Lowengrub, John S and Frieboes, Hermann B and Cristini, Vittorio},
journal={Journal of theoretical biology},
volume={253},
number={3},
pages={524--543},
year={2008},
publisher={Elsevier}
}
@article{lima2016selection,
title={Selection, calibration, and validation of models of tumor growth},
author={Lima, EABF and Oden, JT and Hormuth, DA and Yankeelov, TE and Almeida, RC},
journal={Mathematical Models and Methods in Applied Sciences},
volume={26},
number={12},
pages={2341--2368},
year={2016},
publisher={World Scientific}
}
@article{lima2015analysis,
title={Analysis and numerical solution of stochastic phase-field models of tumor growth},
author={Lima, Ernesto ABF and Almeida, Regina C and Oden, J Tinsley},
journal={Numerical Methods for Partial Differential Equations},
volume={31},
number={2},
pages={552--574},
year={2015},
publisher={Wiley Online Library}
}
@article{lima2014hybrid,
title={A hybrid ten-species phase-field model of tumor growth},
author={Lima, EABF and Oden, JT and Almeida, RC},
journal={Mathematical Models and Methods in Applied Sciences},
volume={24},
number={13},
pages={2569--2599},
year={2014},
publisher={World Scientific}
}
@article{hanahan2011hallmarks,
title={Hallmarks of cancer: the next generation},
author={Hanahan, Douglas and Weinberg, Robert A},
journal={cell},
volume={144},
number={5},
pages={646--674},
year={2011},
publisher={Elsevier}
}
@article{hanahan2000hallmarks,
title={The hallmarks of cancer},
author={Hanahan, Douglas and Weinberg, Robert A},
journal={cell},
volume={100},
number={1},
pages={57--70},
year={2000},
publisher={Elsevier}
}
@article{oden2016toward,
title={Toward predictive multiscale modeling of vascular tumor growth},
author={Oden, J Tinsley and Lima, Ernesto ABF and Almeida, Regina C and Feng, Yusheng and Rylander, Marissa Nichole and Fuentes, David and Faghihi, Danial and Rahman, Mohammad M and DeWitt, Matthew and Gadde, Manasa and others},
journal={Archives of Computational Methods in Engineering},
volume={23},
number={4},
pages={735--779},
year={2016},
publisher={Springer}
}
@book{clark2006hierarchical,
title={Hierarchical modelling for the environmental sciences: statistical methods and applications},
author={Clark, James Samuel and Gelfand, Alan E},
year={2006},
publisher={Oxford University Press on Demand}
}
@article{keynes1911principal,
title={The principal averages and the laws of error which lead to them},
author={Keynes, JM},
journal={Journal of the Royal Statistical Society},
volume={74},
number={3},
pages={322--331},
year={1911},
publisher={JSTOR}
}
@book{legendre1805nouvelles,
title={Nouvelles m{\'e}thodes pour la d{\'e}termination des orbites des com{\`e}tes},
author={Legendre, Adrien Marie},
year={1805},
publisher={F. Didot}
}
@book{brenner2007mathematical,
title={The mathematical theory of finite element methods},
author={Brenner, Susanne and Scott, Ridgway},
volume={15},
year={2007},
publisher={Springer Science \& Business Media}
}
@book{oden2012introduction,
title={An introduction to the mathematical theory of finite elements},
author={Oden, John Tinsley and Reddy, Junuthula Narasimha},
year={2012},
publisher={Courier Corporation}
}
@book{babuska2010finite,
title={Finite elements: an introduction to the method and error estimation},
author={Babuska, Ivo and Whiteman, John and Strouboulis, Theofanis},
year={2010},
publisher={Oxford University Press}
}
@book{babuvska2001finite,
title={The finite element method and its reliability},
author={Babu{\v{s}}ka, Ivo and Strouboulis, Theofanis},
year={2001},
publisher={Oxford university press}
}
@article{ainsworth1992procedure,
title={A procedure for a posteriori error estimation for hp finite element methods},
author={Ainsworth, Mark and Oden, J Tinsley},
journal={Computer Methods in Applied Mechanics and Engineering},
volume={101},
number={1-3},
pages={73--96},
year={1992},
publisher={Elsevier}
}
@article{hawkins2013bayesian,
title={Bayesian calibration, validation, and uncertainty quantification of diffuse interface models of tumor growth},
author={Hawkins-Daarud, Andrea and Prudhomme, Serge and van der Zee, Kristoffer G and Oden, J Tinsley},
journal={Journal of mathematical biology},
volume={67},
number={6-7},
pages={1457--1485},
year={2013},
publisher={Springer}
}
@article{oden2013virtual,
title={Virtual model validation of complex multiscale systems: Applications to nonlinear elastostatics},
author={Oden, J Tinsley and Prudencio, Ernesto E and Bauman, Paul T},
journal={Computer Methods in Applied Mechanics and Engineering},
volume={266},
pages={162--184},
year={2013},
publisher={Elsevier}
}
@article{oden2015estimation,
title={Estimation of error in observables of coarse-grained models of atomic systems},
author={Oden, John Tinsley and Farrell, Kathryn and Faghihi, Danial},
journal={Advanced Modeling and Simulation in Engineering Sciences},
volume={2},
number={1},
pages={5},
year={2015},
publisher={Springer}
}
@book{smith2008predictability,
title={Predictability past predictability present},
author={Smith, Leonard A},
year={2008},
publisher={Cambridge University Press}
}
@article{babuvska2008systematic,
title={A systematic approach to model validation based on Bayesian updates and prediction related rejection criteria},
author={Babu{\v{s}}ka, I and Nobile, F and Tempone, Raul},
journal={Computer Methods in Applied Mechanics and Engineering},
volume={197},
number={29},
pages={2517--2539},
year={2008},
publisher={Elsevier}
}
@incollection{shafer2008non,
title={Non-additive probabilities in the work of Bernoulli and Lambert},
author={Shafer, Glenn},
booktitle={Classic Works of the Dempster-Shafer Theory of Belief Functions},
pages={117--182},
year={2008},
publisher={Springer}
}
@article{ling2014selection,
title={Selection of model discrepancy priors in Bayesian calibration},
author={Ling, You and Mullins, Joshua and Mahadevan, Sankaran},
journal={Journal of Computational Physics},
volume={276},
pages={665--680},
year={2014},
publisher={Elsevier}
}
@article{beven2016facets,
title={Facets of uncertainty: epistemic uncertainty, non-stationarity, likelihood, hypothesis testing, and communication},
author={Beven, Keith},
journal={Hydrological Sciences Journal},
volume={61},
number={9},
pages={1652--1665},
year={2016},
publisher={Taylor \& Francis}
}
@article{ferson1996different,
title={Different methods are needed to propagate ignorance and variability},
author={Ferson, Scott and Ginzburg, Lev R},
journal={Reliability Engineering \& System Safety},
volume={54},
number={2-3},
pages={133--144},
year={1996},
publisher={Elsevier}
}
@book{dirac1981principles,
title={The principles of quantum mechanics},
author={Dirac, Paul Adrien Maurice},
number={27},
year={1981},
publisher={Oxford university press}
}
@article{farrell2015bayesian,
title={A Bayesian framework for adaptive selection, calibration, and validation of coarse-grained models of atomistic systems},
author={Farrell, Kathryn and Oden, J Tinsley and Faghihi, Danial},
journal={Journal of Computational Physics},
volume={295},
pages={189--208},
year={2015},
publisher={Elsevier}
}
@article{higdon2008computer,
title={Computer model calibration using high-dimensional output},
author={Higdon, Dave and Gattiker, James and Williams, Brian and Rightley, Maria},
journal={Journal of the American Statistical Association},
volume={103},
number={482},
pages={570--583},
year={2008},
publisher={Taylor \& Francis}
}
@article{higdon2004combining,
title={Combining field data and computer simulations for calibration and prediction},
author={Higdon, Dave and Kennedy, Marc and Cavendish, James C and Cafeo, John A and Ryne, Robert D},
journal={SIAM Journal on Scientific Computing},
volume={26},
number={2},
pages={448--466},
year={2004},
publisher={SIAM}
}
@article{qian2008bayesian,
title={Bayesian hierarchical modeling for integrating low-accuracy and high-accuracy experiments},
author={Qian, Peter ZG and Wu, CF Jeff},
journal={Technometrics},
volume={50},
number={2},
pages={192--204},
year={2008},
publisher={Taylor \& Francis}
}
@article{gomatam2007niels,
title={Niels Bohr's Interpretation and the Copenhagen Interpretation-Are the Two Incompatible?},
author={Gomatam, Ravi},
journal={Philosophy of Science},
volume={74},
number={5},
pages={736--748},
year={2007},
publisher={The University of Chicago Press}
}
@incollection{prudhomme2003computable,
title={Computable error estimators and adaptive techniques for fluid flow problems},
author={Prudhomme, Serge and Oden, J Tinsley},
booktitle={Error estimation and adaptive discretization methods in computational fluid dynamics},
pages={207--268},
year={2003},
publisher={Springer}
}
@article{babuska2004verification,
title={Verification and validation in computational engineering and science: basic concepts},
author={Babuska, Ivo and Oden, J Tinsley},
journal={Computer Methods in Applied Mechanics and Engineering},
volume={193},
number={36},
pages={4057--4066},
year={2004},
publisher={North-Holland}
}
@book{oden1993error,
title={Error estimation and control in computational fluid dynamics},
author={Oden, JI},
year={1993},
publisher={Brunel University, Institute of Computational Mathematics}
}
@book{national2012assessing,
title={Assessing the reliability of complex models: mathematical and statistical foundations of verification, validation, and uncertainty quantification},
author={National Research Council and others},
year={2012},
publisher={National Academies Press}
}
@article{morrison2016representing,
title={Representing model inadequacy: A stochastic operator approach},
author={Morrison, Rebecca E and Oliver, Todd A and Moser, Robert D},
journal={arXiv preprint arXiv:1604.01651},
year={2016}
}
@article{einstein1935can,
title={Can quantum-mechanical description of physical reality be considered complete?},
author={Einstein, Albert and Podolsky, Boris and Rosen, Nathan},
journal={Physical review},
volume={47},
number={10},
pages={777},
year={1935},
publisher={APS}
}
@article{bohm1952suggested,
title={A suggested interpretation of the quantum theory in terms of" hidden" variables. I},
author={Bohm, David},
journal={Physical Review},
volume={85},
number={2},
pages={166},
year={1952},
publisher={APS}
}
@techreport{zellner1971introduction,
title={An introduction to Bayesian inference in econometrics},
author={Zellner, Arnold},
year={1971}
}
@article{jaynes1991straight,
title={Straight line fitting-a Bayesian solution},
author={Jaynes, ET},
journal={Unpublished manuscript, item},
volume={22},
year={1991}
}
@article{jaynes1990probability,
title={Probability in quantum theory},
author={Jaynes, Edwin T},
journal={Complexity, entropy and the physics of information},
pages={381--403},
year={1990},
publisher={Addison Wesley Publishing}
}
@incollection{jaynes1989clearing,
title={Clearing up mysteries-the original goal},
author={Jaynes, Edwin Thompson},
booktitle={Maximum Entropy and Bayesian Methods},
pages={1--27},
year={1989},
publisher={Springer}
}
@book{sankararaman2012uncertainty,
title={Uncertainty quantification and integration in engineering systems},
author={Sankararaman, Shankar},
year={2012},
publisher={Vanderbilt University}
}
@article{baudrit2006practical,
title={Practical representations of incomplete probabilistic knowledge},
author={Baudrit, C{\'e}dric and Dubois, Didier},
journal={Computational statistics \& data analysis},
volume={51},
number={1},
pages={86--108},
year={2006},
publisher={Elsevier}
}
@article{oberkampf2004verification,
title={Verification, validation, and predictive capability in computational engineering and physics},
author={Oberkampf, William L and Trucano, Timothy G and Hirsch, Charles},
journal={Applied Mechanics Reviews},
volume={57},
number={5},
pages={345--384},
year={2004},
publisher={American Society of Mechanical Engineers}
}
@article{oberkampf2002verification,
title={Verification and validation in computational fluid dynamics},
author={Oberkampf, William L and Trucano, Timothy G},
journal={Progress in Aerospace Sciences},
volume={38},
number={3},
pages={209--272},
year={2002},
publisher={Elsevier}
}
@book{james2013introduction,
title={An introduction to statistical learning},
author={James, Gareth and Witten, Daniela and Hastie, Trevor and Tibshirani, Robert},
volume={112},
year={2013},
publisher={Springer}
}
@book{theodoridis2015machine,
title={Machine learning: a Bayesian and optimization perspective},
author={Theodoridis, Sergios},
year={2015},
publisher={Academic Press}
}
@article{pate1996uncertainties,
title={Uncertainties in risk analysis: Six levels of treatment},
author={Pat{\'e}-Cornell, M Elisabeth},
journal={Reliability Engineering \& System Safety},
volume={54},
number={2-3},
pages={95--111},
year={1996},
publisher={Elsevier}
}
@book{yager2008classic,
title={Classic works of the Dempster-Shafer theory of belief functions},
author={Yager, Ronald R and Liu, Liping},
volume={219},
year={2008},
publisher={Springer}
}
@article{haukaas2011model,
title={Model uncertainty in finite-element analysis: Bayesian finite elements},
author={Haukaas, T and Gardoni, P},
journal={Journal of Engineering Mechanics},
volume={137},
number={8},
pages={519--526},
year={2011},
publisher={American Society of Civil Engineers}
}
@article{faber2005treatment,
title={On the treatment of uncertainties and probabilities in engineering decision analysis},
author={Faber, Michael Havbro},
journal={Journal of Offshore Mechanics and Arctic Engineering},
volume={127},
number={3},
pages={243--248},
year={2005},
publisher={American Society of Mechanical Engineers}
}
@article{sacks1989design,
title={Design and analysis of computer experiments},
author={Sacks, Jerome and Welch, William J and Mitchell, Toby J and Wynn, Henry P},
journal={Statistical science},
pages={409--423},
year={1989},
publisher={JSTOR}
}
@incollection{chen2017uncertainty,
title={Uncertainty in Modeling and Simulation},
author={Chen, Wei and Kesidis, George and Morrison, Tina and Oden, J Tinsley and Panchal, Jitesh H and Paredis, Christiaan and Pennock, Michael and Atamturktur, Sez and Terejanu, Gabriel and Yukish, Michael},
booktitle={Research Challenges in Modeling and Simulation for Engineering Complex Systems},
pages={75--86},
year={2017},
publisher={Springer}
}
@article{o2004dicing,
title={Dicing with the unknown},
author={O'Hagan, Tony},
journal={Significance},
volume={1},
number={3},
pages={132--133},
year={2004},
publisher={Wiley Online Library}
}
@article{oden2011control,
title={Control of modeling error in calibration and validation processes for predictive stochastic models},
author={Oden, J Tinsley and Prudhomme, Serge},
journal={International Journal for Numerical Methods in Engineering},
volume={87},
number={1-5},
pages={262--272},
year={2011},
publisher={Wiley Online Library}
}
@article{babuvska1978posteriori,
title={A-posteriori error estimates for the finite element method},
author={Babu{\v{s}}ka, Ivo and Rheinboldt, Werner C},
journal={International Journal for Numerical Methods in Engineering},
volume={12},
number={10},
pages={1597--1615},
year={1978},
publisher={Wiley Online Library}
}
@article{oden2000estimation,
title={Estimation of local modeling error and goal-oriented adaptive modeling of heterogeneous materials: I. Error estimates and adaptive algorithms},
author={Oden, J Tinsley and Vemaganti, Kumar S},
journal={Journal of Computational Physics},
volume={164},
number={1},
pages={22--47},
year={2000},
publisher={Elsevier}
}
@article{oden2002estimation,
title={Estimation of modeling error in computational mechanics},
author={Oden, J Tinsley and Prudhomme, Serge},
journal={Journal of Computational Physics},
volume={182},
number={2},
pages={496--515},
year={2002},
publisher={Elsevier}
}
@book{roache1998verification,
title={Verification and validation in computational science and engineering},
author={Roache, Patrick J},
volume={895},
year={1998},
publisher={Hermosa Albuquerque, NM}
}
@book{knupp2002verification,
title={Verification of computer codes in computational science and engineering},
author={Knupp, Patrick and Salari, Kambiz},
year={2002},
publisher={CRC Press}
}
@article{babuvska2005reliability,
title={The reliability of computer predictions: can they be trusted},
author={Babu{\v{s}}ka, Ivo and Oden, J Tinsley},
journal={ICES report},
volume={5},
year={2005}
}
@article{oberkampf2006measures,
title={Measures of agreement between computation and experiment: validation metrics},
author={Oberkampf, William L and Barone, Matthew F},
journal={Journal of Computational Physics},
volume={217},
number={1},
pages={5--36},
year={2006},
publisher={Elsevier}
}
@article{oden2013selection,
title={Selection and assessment of phenomenological models of tumor growth},
author={Oden, J Tinsley and Prudencio, Ernesto E and Hawkins-Daarud, Andrea},
journal={Mathematical Models and Methods in Applied Sciences},
volume={23},
number={07},
pages={1309--1338},
year={2013},
publisher={World Scientific Publishing Company}
}
@article{hormuth2017mechanically,
title={A mechanically coupled reaction--diffusion model that incorporates intra-tumoural heterogeneity to predict in vivo glioma growth},
author={Hormuth, David A and Weis, Jared A and Barnes, Stephanie L and Miga, Michael I and Rericha, Erin C and Quaranta, Vito and Yankeelov, Thomas E},
journal={Journal of The Royal Society Interface},
volume={14},
number={128},
pages={20161010},
year={2017},
publisher={The Royal Society}
}
@article{lima2017selection,
title={Selection and validation of predictive models of radiation effects on tumor growth based on noninvasive imaging data},
author={Lima, EABF and Oden, JT and Wohlmuth, B and Shahmoradi, A and Hormuth, DA and Yankeelov, TE and Scarabosio, L and Horger, T},
journal={Computer Methods in Applied Mechanics and Engineering},
year={2017},
publisher={North-Holland}
}
@book{pearson1904mathematical,
title={Mathematical contributions to the theory of evolution},
author={Pearson, Karl},
volume={13},
year={1904},
publisher={Dulau and co.}
}
@phdthesis{shahmoradi2015dissectingb,
title={Dissecting the relationship between protein structure and sequence evolution},
author={Shahmoradi, Amir},
year={2015}
}
@inproceedings{shahmoradi2015dissectinga,
title={Dissecting the relationship between protein structure and sequence variation},
author={Shahmoradi, Amir and Wilke, Claus and others},
booktitle={APS Meeting Abstracts},
year={2015}
}
@article{walker2016enhancing,
title={Enhancing synergy of CAR T cell therapy and oncolytic virus therapy for pancreatic cancer.},
author={Walker, Rachel and Navas, Pedro E and Friedman, Samuel H and Galliani, Simona and Karolak, Aleksandra and MacFarlane, Fiona and Noble, Robert and Poleszczuk, Jan and Russell, Shonagh and Rejniak, Katarzyna A and others},
journal={bioRxiv},
pages={055988},
year={2016},
publisher={Cold Spring Harbor Labs Journals}
}
@inproceedings{shahmoradi2016development,
title={Development, Selection, and Validation of Tumor Growth Models},
author={Shahmoradi, Amir and Lima, Ernesto and Oden, J Tinsley},
booktitle={APS March Meeting Abstracts},
year={2016}
}
@article{shahmoradi2016101,
author = {Shahmoradi, Amir},
title = {101. You and Your Career},
journal = {https://www.cdslab.org/pubs/2016_Shahmoradi_II.pdf},
year = {2016},
}
@article{lima2017ices,
title={ICES REPORT 17-14},
author={Lima, EABF and Oden, JT and Wohlmuth, B and Shahmoradi, A and Hormuth II, DA and Yankeelov, TE},
year={2017}
}
@article{shahmoradi2016dissecting,
title={Dissecting the roles of local packing density and longer-range effects in protein sequence evolution},
author={Shahmoradi, Amir and Wilke, Claus O},
journal={Proteins: Structure, Function, and Bioinformatics},
volume={84},
number={6},
pages={841--854},
year={2016}
}
@article{jackson2016intermediate,
title={Intermediate divergence levels maximize the strength of structure--sequence correlations in enzymes and viral proteins},
author={Jackson, Eleisha L and Shahmoradi, Amir and Spielman, Stephanie J and Jack, Benjamin R and Wilke, Claus O},
journal={Protein Science},
volume={25},
number={7},
pages={1341--1353},
year={2016}
}
@article{luo2016numerical,
title={Numerical simulation of the impact of polymer rheology on polymer injectivity using a multilevel local grid refinement method},
author={Luo, Hai-Shan and Delshad, Mojdeh and Li, Zhi-Tao and Shahmoradi, Amir},
journal={Petroleum Science},
volume={13},
number={1},
pages={110--125},
year={2016},
publisher={China University of Petroleum (Beijing)}
}
@article{shahmoradi2014predicting,
title={Predicting evolutionary site variability from structure in viral proteins: buriedness, packing, flexibility, and design},
author={Shahmoradi, Amir and Sydykova, Dariya K and Spielman, Stephanie J and Jackson, Eleisha L and Dawson, Eric T and Meyer, Austin G and Wilke, Claus O},
journal={Journal of molecular evolution},
volume={79},
number={3-4},
pages={130--142},
year={2014},
publisher={Springer US}
}
@incollection{heisenberg1985anschaulichen,
title={{\"U}ber den anschaulichen Inhalt der quantentheoretischen Kinematik und Mechanik},
author={Heisenberg, Werner},
booktitle={Original Scientific Papers Wissenschaftliche Originalarbeiten},
pages={478--504},
year={1985},
publisher={Springer}
}
@article{der2009aleatory,
title={Aleatory or epistemic? Does it matter?},
author={Der Kiureghian, Armen and Ditlevsen, Ove},
journal={Structural Safety},
volume={31},
number={2},
pages={105--112},
year={2009},
publisher={Elsevier}
}
@article{beck2010bayesian,
title={Bayesian system identification based on probability logic},
author={Beck, James L},
journal={Structural Control and Health Monitoring},