-
Notifications
You must be signed in to change notification settings - Fork 20
/
GA4.html
37 lines (32 loc) · 1.48 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
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SQHRGYDZ0H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SQHRGYDZ0H');
</script>
</head>
<body>
<h1> This is the Wind Engineering with Uncertainty Quantification (WE-UQ) Application.</h1>
<p>
The WE-UQ Application (WE-UQ App) is an open-source software
(https://github.com/NHERI-SimCenter/WE-UQ) that provides researchers a tool to
assess the performance of a building to wind loading. The application
focuses on quantifying building performance through decision variables. Given
that the properties of the buildings and the wind events are not known
exactly, and that the simulation software and the user make simplifying
assumptions in the numerical modeling of the structure, the estimate response of
the structure already exhibits significant variability. Such response can be
estimated using our WE-UQ Application
(<a href="https://simcenter.designsafe-ci.org/research-tools/we-uq//">https://simcenter.designsafe-ci.org/research-tools/we-uq/</a>).
<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>