-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathGA4.html
32 lines (28 loc) · 1.45 KB
/
GA4.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
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CPFD5EFJ4Y"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CPFD5EFJ4Y');
</script>
</head>
<body>
<h1> This is the Earthquake Engineering with Uncertainty Quantification (EE-UQ) application.</h1>
<p>This open-source research application, https://github.com/NHERI-SimCenter/EE-UQ, provides an application
researchers can use to predict the response of a building to earthquake events. The application is focused on
quantifying the uncertainties in the predicted response, given the that the properties of the buildings and the earthquake
events are not known exactly, and that the simulation software and the user make simplifying assumptions in the numerical
modeling of that structure. In the application the user is required to characterize the uncertainties in the input, the
application will after utilizing the selected sampling method, provide information that characterizes the uncertainties in
the response.
<p>
<h2>Acknowledgment</h2>
<p>
<img src=":/imagesCommon/nsf.gif">
This work is based on material supported by the National Science Foundation under grants CMMI 1612843 and CMMI 2131111
</body>
</html>