Gunjuzone commited on
Commit
807ff5c
·
verified ·
1 Parent(s): 7dc690c

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +22 -2
templates/index.html CHANGED
@@ -22,7 +22,10 @@
22
  </p>
23
  </div>
24
  </header>
25
-
 
 
 
26
  <div class="main-container">
27
  <!-- Side Navigation -->
28
  <aside class="side-nav">
@@ -32,6 +35,7 @@
32
  <button class="nav-link" onclick="switchTab('explained')">Detailed Explanation</button>
33
  <button class="nav-link" onclick="switchTab('multihazard')">Multi-Hazard Analysis</button>
34
  <button class="nav-link" onclick="switchTab('batch')">Batch Processing</button>
 
35
  </div>
36
  </aside>
37
 
@@ -279,11 +283,27 @@
279
  <div class="error-message" id="batch-error"></div>
280
  <div class="results-section" id="batch-results"></div>
281
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  </main>
283
  </div>
284
 
285
  <footer>
286
- © 2025 Flood Vulnerability Assessment | Powered by Google Earth Engine
287
  </footer>
288
  </div>
289
 
 
22
  </p>
23
  </div>
24
  </header>
25
+ <div style="max-width:900px;margin:1rem auto;padding:0.75rem 1rem;background:#fff3cd;border-left:4px solid #e6a817;border-radius:4px;font-size:0.85rem;color:#5a4000;line-height:1.5;">
26
+ <strong>Disclaimer:</strong> GFVM is a research tool that provides terrain‑based flood vulnerability estimates for informational purposes only. Outputs represent approximate indications of relative flood vulnerability and are not a substitute for professional engineering assessments, official flood maps, regulatory determinations, or local risk surveys.
27
+ Use of this tool is at your own risk. Nazarbayev University and the authors accept no liability for any decisions, damages, or losses resulting from the use or interpretation of these outputs.
28
+ </div>
29
  <div class="main-container">
30
  <!-- Side Navigation -->
31
  <aside class="side-nav">
 
35
  <button class="nav-link" onclick="switchTab('explained')">Detailed Explanation</button>
36
  <button class="nav-link" onclick="switchTab('multihazard')">Multi-Hazard Analysis</button>
37
  <button class="nav-link" onclick="switchTab('batch')">Batch Processing</button>
38
+ <button class="nav-link" onclick="switchTab('about')">About & Methodology</button>
39
  </div>
40
  </aside>
41
 
 
283
  <div class="error-message" id="batch-error"></div>
284
  <div class="results-section" id="batch-results"></div>
285
  </div>
286
+ <div id="about-card" class="assessment-card">
287
+ <div class="card-header">
288
+ <h2>About & Methodology</h2>
289
+ <p>Model description, limitations, and citation</p>
290
+ </div>
291
+ <div style="line-height:1.7;font-size:0.95rem;">
292
+ <h3 style="margin-top:0;">Model Description</h3>
293
+ <p>The Global Flood Vulnerability Model (GFVM) generates building-level flood vulnerability indices derived from multi-source remote sensing and terrain analysis. Outputs represent modeled estimates subject to data resolution limits, temporal lags, classification uncertainty, and methodological assumptions.</p>
294
+
295
+ <h3>Limitations</h3>
296
+ <p>GFVM outputs do not replace official government flood hazard maps, site-specific hydrological or hydraulic assessments, insurance determinations, emergency planning instruments, or qualified professional advice. The developers and Nazarbayev University bear no responsibility or liability for property, financial, legal, or safety decisions made based on use of this tool.</p>
297
+
298
+ <h3>Citation</h3>
299
+ <p>Olagunju, S. O., Sharipova, A., Serikkyzy, A., Satybaldiyeva, D., Varol, H. A., &amp; Karaca, F. (2026). Global flood vulnerability model: Building-level assessment using multi-source remote sensing. <em>Remote Sensing</em>, <em>18</em>(9), 1425. <a href="https://doi.org/10.3390/rs18091425" target="_blank" rel="noopener">https://doi.org/10.3390/rs18091425</a></p>
300
+ </div>
301
+ </div>
302
  </main>
303
  </div>
304
 
305
  <footer>
306
+ GFVM © 2026 | Developed at Nazarbayev University | Published in <em>Remote Sensing</em> | For research and informational use only | No liability accepted
307
  </footer>
308
  </div>
309