-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fmk - GA4.html and updating main to use it
- Loading branch information
Showing
2 changed files
with
52 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters