-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate1.html
100 lines (81 loc) · 2.96 KB
/
template1.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
88
89
90
91
92
93
94
95
96
97
98
99
100
<html>
<head>
</head>
<h1>[STATUS] Finite Fault Results for the [DATE] Mw [MAG] [LOCATION]
Earthquake (Version [VERSION]) </h1>
<hr/>
<h1>DATA Process and Inversion </h1>
<p>
[PROCESS]
</p>
<hr />
<h2>Result</h2>
<p>
[RESULT]
</p>
<img SRC="web/[EVENT]_basemap.png"><br /><br />
<p>
[BASEMAP_CAPTION]
<!-- Surface projection of the slip distribution superimposed on GEBCO -->
<!-- bathymetry. Thick white lines indicate major plate boundaries [Bird, 2003]. Gray circles, if present, are aftershock locations, sized by magnitude. -->
</p><hr />
<h2>Cross-section of slip distribution</h2>
<img SRC="web/[EVENT]_slip2.png"><br /><br />
<p>
Cross-section of slip distribution. The strike direction is indicated
above each fault plane and the hypocenter location is denoted by a
star. Slip amplitude is shown in color and the motion direction of the
hanging wall relative to the footwall (rake angle) is indicated with
arrows. Contours show the rupture initiation time in seconds.
</p>
<hr />
<h2>Moment Rate Function</h2><br />
<img SRC="web/mr.png"><br /><br />
<p>
Source time function, describing the rate of moment release with time
after earthquake origin, relative to the peak moment rate (listed in
the top right corner of the plot). The red dashed line represents the
interpreted end of the event.
</p>
<hr />
<h2>Comparison of data and synthetic seismograms</h2><br />
<!-- N blocks of bodywave plots will be inserted here -->
[BODYBLOCK]
<!-- End bodywave blocks -->
<!-- N blocks of surfacewave plots will be inserted here -->
[SURFACEBLOCK]
<!-- End surfacewave blocks -->
<h2>Scientific Analysis:</h2>
[COMMENT]
<hr />
<h2>Slip Distribution:</h2>
The plots above and a variety of data files for the finite fault solution
in different formats can be obtained by clicking on the Downloads
tab below.
<hr />
<h2>References</h2>
<p>
Ji, C., D.J. Wald, and D.V. Helmberger, Source description of the 1999
Hector Mine, California earthquake; Part I: Wavelet domain inversion
theory and resolution analysis, <em>Bull. Seism. Soc. Am.</em>, Vol
92, No. 4. pp. 1192-1207, 2002.
<br /> <br />
Bassin, C., Laske, G. and Masters, G., The Current Limits of
Resolution for Surface Wave Tomography in North America, <em>EOS Trans
AGU</em>, 81, F897, 2000.
<br /> <br />
Ji, C., D. V. Helmberger, D. J. Wald, and K. F. Ma (2003), Slip
history and dynamic implications of the 1999 Chi-Chi, Taiwan,
earthquake, <em>J Geophys Res-Sol Ea</em>, 108(B9).
<br /> <br />
Shao, G. F., X. Y. Li, C. Ji, and T. Maeda (2011), Focal mechanism and
slip history of the 2011 M-w 9.1 off the Pacific coast of Tohoku
Earthquake, constrained with teleseismic body and surface waves, <em>Earth
Planets Space</em>, 63(7), 559-564.
</p>
<hr />
<h2>Acknowledgement and Contact Information</h2>
<p>
This work is supported by the National Earthquake Information Center (NEIC) of United States Geological Survey. This web page is built and maintained by <a href="mailto:[email protected]"> Dr. G. Hayes </a> at the NEIC. </p>
</body>
</html>