-
Notifications
You must be signed in to change notification settings - Fork 2
/
news.html
86 lines (78 loc) · 4.19 KB
/
news.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>NGL</title>
<!--Style-->
<link href="css/CenteredLayout.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<!--
<div id="banner">
<img src="banner image" />
</div>
-->
<!-- END banner -->
<div id="header" style="left: 0px;top: 2px">
<div id="headerImage">
<img src="images/PEER-web-logo_100.png" height="100" width="144" />
</div>
<!-- END headerImage -->
<div id="headerText">
<p class="style6"><font size="5">NGL: Open Source Global Database and Model Development for the Next-Generation of Liquefaction Assessment Procedures</font></p>
</div>
<!-- END headerText -->
<div class="menuBar">
<ul>
<li><a href="index.html" title="HOME">Home</a></li>
<li><a href="database/index.php" title="DATABASE">Database</a></li>
<li><a href="events.html" title="EVENTS">Events</a></li>
<li><a href="news.html" title="NEWS">News</a></li>
<li><a href="links.html" title="LINKS">Links</a></li>
</ul>
</div>
<!-- END menuBar -->
</div>
<!-- END header -->
<div id="pageBody">
<h4><i>Field work for K-NET sites IBR014 and CHB005 in Japan (September, 2015)</i></h4><p>
Robert Kayen, Paolo Zimmaro, and Dong Youp Kwak performed field work assessing Vs profiles and ground water table using SASW and GPR (ground penetration radar) for K-NET sites IBR014 and CHB005. <br></p>
<img src="images/IMG_1950.JPG" height="150" width="200" align="right" border="2" />
<h4><i>Field work for selected sites in Mihama-ward, Chiba in Japan (June, 2015)</i></h4><p>
Dong Youp Kwak performed field work assessing undistrubed samples to be used for tri-axial tests along with lab tests for sites in Mihama-ward, Chiba, Japan. Surface soils of this region are hydraulic fills formed 1970s, compoased of clays to clean sands depending on hydraulic fill discharge process. The selected sites for advanced lab tests had severe, marginal, and no liquefaction performance during 2011 Tohoku earthquake.<br><br></p>
<h4><i>Field work (SASW) for selected sites in Tokyo / Chiba in Japan (July, 2015)</i></h4><p>
Robert Kayen and Japanese graduate students from Tokyo Tech performed field work assessing Vs profiles for 12 sites where CPT and SPT were assessed at 2014. <br></p>
<h4><i>Field work (SPT / CPT) for selected sites in Tokyo / Chiba in Japan (June, 2014)</i></h4><p>
Allan NG performed field work assessing SPT and CPT as well as lab test results for selected sites in Japan. The selected sites are either strong motion observation or ground deformation sites for 2011 Tohoku earthquake.
</p>
</div><!-- END pageBody -->
<div class="menuBar"; style="font-size:0.8em; font-weight:bold">
<ul>
<li>
<a href="http://www.cee.ucla.edu" title="CEE Home" target="_blank">Department</a></li>
<li>
<a href="http://www.engineer.ucla.edu" title="HSSEAS Home" target="_blank">HSSEAS</a></li>
<li><a href="http://www.ucla.edu" title="UCLA Home" target="_blank">UCLA</a></li>
<li>
<a href="http://cee.ucla.edu/research/geotech" title="Geotech Page" target="_blank">Geotechnical Group</a></li>
</ul>
</div><!-- END menuBar -->
<div style="background-color:#E5EBEB; border-top:thin; font-size:0.8em; color:#536895" class="contact">
<B>UCLA Department of Civil and Environmental Engineering</B>
5731/5732 Boelter Hall
Box 951593
Los Angeles, CA
90095-1593
<br>
Tel: (310) 825-2471
Fax: (310) 206-2222
</div><!-- END contact -->
</div><!-- END containser -->
</body>
</html>