-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (157 loc) · 7.1 KB
/
index.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Landing page for the RMC-BestFit GitHub repository.">
<meta name="google-site-verification" content="uAiIkmbtJeRf-vDf-t9p44sSTZBXEEYvuL0VdIzlPf8" >
<title>RMC-BestFit</title>
<style>
/* Global Styles */
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #f9f9f9;
color: #333;
line-height: 1.6;
}
h1, h2, h3 {
margin-bottom: 1rem;
color: #2e3a59;
}
a {
color: #007bff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* Header */
header {
background-color: #fff;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
position: sticky;
top: 0;
z-index: 100;
}
header h1 {
font-size: 2rem;
margin: 0;
}
header nav {
margin-top: 10px;
}
header nav a {
margin-right: 20px;
font-size: 1.1rem;
font-weight: 500;
}
/* Main Content */
main {
padding: 40px 20px;
max-width: 1200px;
margin: 0 auto;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
section {
margin-bottom: 40px;
}
section h2 {
font-size: 1.8rem;
margin-bottom: 20px;
}
section p {
font-size: 1.1rem;
color: #666;
}
ul {
list-style: none;
padding: 0;
}
ul li {
margin: 10px 0;
font-size: 1.1rem;
}
/* Footer */
footer {
background-color: #2e3a59;
color: #fff;
text-align: center;
padding: 20px;
position: relative;
bottom: 0;
width: 100%;
}
footer p {
margin: 0;
}
/* Button Style */
.btn {
background-color: #007bff;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
font-size: 1.1rem;
cursor: pointer;
transition: background-color 0.3s ease;
}
.btn:hover {
background-color: #0056b3;
}
/* Responsive Design */
@media (max-width: 768px) {
header h1 {
font-size: 1.5rem;
}
main {
padding: 20px;
}
header nav a {
font-size: 1rem;
margin-right: 15px;
}
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>RMC-BestFit</h1>
</header>
<main>
<section>
<p>RMC-BestFit is a state-of-the-art Bayesian estimation and fitting software developed collaboratively by the U.S. Army Corps of Engineers' Risk Management Center (RMC) and Engineer Research and Development Center's Coastal and Hydraulics Laboratory (CHL). Tailored to expedite flood hazard assessments for the Flood Risk Management, Planning, and Dam and Levee Safety communities, the software employs a Bayesian framework to integrate a variety of data sources, including historical records, paleoflood evidence, regional data, rainfall-runoff models, and expert judgment.</p>
<p>This intuitive, menu-driven application provides a comprehensive environment for distribution fitting and Bayesian estimation. Its modern graphical interface, combined with robust data input, analysis, and reporting functionalities, enables users to effectively conduct flood frequency analyses and produce high-quality visualizations.</p>
</section>
<section>
<h2>Version 2.0 Beta Release</h2>
<p>We are thrilled to announce the release of RMC-BestFit Version 2.0 Beta! This major update brings powerful new features designed to enhance time series analysis and modeling capabilities. Key enhancements include:</p>
<ul>
<li><strong>Expanded Data Import</strong>: Import time series data directly from USGS and GHCN platforms, streamlining the creation of block maximum or peaks-over-threshold series for comprehensive analysis.</li>
<li><strong>Advanced Hypothesis Testing</strong>: Conduct rigorous hypothesis tests on time series data to identify trends, nonstationarity, and other statistical patterns.</li>
<li><strong>Measurement Error Integration</strong>: Incorporate measurement error into analyses for enhanced accuracy and reliability in results.</li>
<li><strong>Additional Probability Distributions</strong>: Access a wider selection of probability distributions to better fit diverse datasets and hydrological conditions.</li>
<li><strong>Nonstationary Flood Frequency Analysis</strong>: Model evolving flood frequency patterns over time to gain valuable insights for risk assessment and management.</li>
<li><strong>Improved Prior Distributions</strong>: Set parameter and quantile priors from 10 distribution options. Users can also apply Jeffreys’ Rule for Scale parameters, providing a superior noninformative prior and enabling compatibility with other Bayesian software, such as FLIKE®.</li>
<li><strong>Complex Modeling Techniques</strong>: Utilize mixture models, competing risks, and model averaging to address complex hydrological phenomena and improve model performance.</li>
<li><strong>Dependency Modeling with Bivariate Copulas</strong>: Capture the dependence structure between hydrological variables for a deeper understanding of your data.</li>
</ul>
<p>With these powerful enhancements, RMC-BestFit 2.0 significantly broadens its capabilities, equipping users to tackle a wider array of hydrological challenges with greater precision and confidence.</p>
</section>
<section>
<h2>Get Started Today!</h2>
<p>Download RMC-BestFit Version 2.0 Beta and example projects at <a href="https://github.com/USArmy-Corps-of-Engineers-RMC/RMC-BestFit" target="_blank">GitHub</a>.</p>
<ul>
<li><a href="https://github.com/USArmy-Corps-of-Engineers-RMC/RMC-BestFit/releases/download/v1.0/RMC-BestFit.v1.0.zip" target="_blank">Version 1.0</a></li>
<li><a href="https://github.com/USArmy-Corps-of-Engineers-RMC/RMC-BestFit/releases/download/v2.0-beta/RMC-BestFit.Version.2.0.Beta.zip" target="_blank">Version 2.0 Beta</a></li>
</ul>
</section>
</main>
</div>
</body>
</html>