forked from mavroudisv/plain-academic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
experience.html
62 lines (56 loc) · 3.29 KB
/
experience.html
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
<!DOCTYPE html>
<!--
Plain-Academic by Vasilios Mavroudis
Released under the Simplified BSD License/FreeBSD (2-clause) License.
https://github.com/mavroudisv/plain-academic
-->
<html lang="en">
<head>
<title>Morgan D. Sanger</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Verdana' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="bio.html">Bio</a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="repositories.html">Repositories</a></li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<!-- Journal Paper Section -->
<div class="container" style="margin-top: 20px;" style="margin-bottom: 20px;">
<h3>JOURNAL PAPERS</h3>
<ul>
<li><b>Sanger, M.D.,</b> Geyin, M., & Maurer, B.W. (2024). Mechanics-informed machine learning for geospatial modeling of soil liquefaction: global and national surrogate models for simulation and near-real-time response. ASCE Journal of Geotechnical and Geoenvironmental Engineering. (In Review)</li>
<li>Maurer, B.W., & <b>Sanger, M.D.</b> (2023). Why “AI” models for predicting soil liquefaction have been ignored, plus some that shouldn’t be. Earthquake Spectra, 87552930231173711. <b>(2023 Earthquake Spectra Outstanding Paper)</b></li>
<li><b>Sanger, M.D.,</b> Madras Natarajan, B., Wang, B., Edil, T.B., & Ginder-Vogel, M. (2020). Recycled concrete aggregate in base course applications: Review of field and laboratory investigations of leachate pH. Journal of Hazardous Materials, 385(2020): 121562.</li>
<li>Chen, J., <b>Sanger, M.D.,</b> Ritchey, R., Edil, T.B., & Ginder-Vogel, M. (2020). Neutralization of high pH and alkalinity effluent from recycled concrete aggregate by common subgrade soil. Journal of Environmental Quality, 49(1): 172-183.</li>
<li>Madras Natarajan, B., Kanavas, Z., <b>Sanger, M.D.,</b> Rudolph, J., Chen, J., Edil, T.B., & Ginder-Vogel M. (2019). Characterization of recycled concrete aggregate after eight years of field deployment. Journal of Materials in Civil Engineering, 31(6): 04019070.</b></li>
</ul>
</div>
<!-- Spacer -->
<div class="container" style="margin-top: 20px;">
<hr>
</div>