-
Notifications
You must be signed in to change notification settings - Fork 2
/
database.html
87 lines (78 loc) · 3.62 KB
/
database.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
87
<!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.html" 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">
<h3>Database Description</h3><p>
The database will consist, at its core, of a GIS platform (Google Earth or similar) presenting the available data on field performance, ground motions, and geotechnical data. Proper attribution to data sources will be provided, but the data will be expressed in a common format for ease of application. As the platform is being developed, we will also populate a Liquefaction Flatfile, which will contain a synthesis of parameters used for model development. Hence, the database portion of this project will produce the <b>GIS database</b> and a <b>flatfile</b> as deliverables.
</p>
<h3>Preliminary Flatfile Database</h3><p>
<a href="./Data/Flatfile_draft.xlsx">Flatfile_draft.xlsx</a> (under development)<br>
</p>
<h3>Preliminary GIS Database</h3>
<p><a href="database_map.html" title="Database">Web-base database</a> (under development)</p>
<p><a href="database_table.html" title="Database">Tabular format </a>(under development)</p>
<p>Google Earth (.kml) (under development)</p><br>
</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>