-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (59 loc) · 3.04 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
<!doctype html>
<html class="no-js" lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<title>GEOGloWS Forecast Game</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<script src="static/js/main.js"></script>
<link rel="apple-touch-icon" href="icon.png">
<link rel="stylesheet" href="static/css/main.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<div class="body-container">
<div class="navbar"><header>
<nav>
<ul>
<li><a href="index.html">Rules</a></li>
<li><a href="round1.html">Play Round 1</a></li>
<li><a href="round2.html">Play Round 2</a> </li>
<li><a href="round3.html">Supervised Play Round 1</a></li>
<li><a href="round4.html">Supervised Play Round 2</a> </li>
<li><a href="info.html">Info</a> </li>
</ul>
</nav>
</header></div>
<h1>Rules GEOGloWS Forecast Game</h1>
<p>The flood forecast response game is based on output from the GEOGloWS ECMWF Streamflow Services (GESS) global hydrological model, a global streamflow forecasting service.<br>
The flood forecast response game will use the following flow forecast graph as a basis:</p>
<br>
<img src="static/img/rules/rules.png" alt="rules">
<p><b>The flood forecast response game assumptions are:</b></p>
<ul> -Any flooded crop is considered 50% lost.
<br> -Assume no loss of life.
<br> -Realistic flood response actions are included in the game, but not all possibilities are accounted for.
<br> -Cost and benefit values are estimates based on real data, but have been optimized for smooth gameplay.
<br> -Cost and benefit values will also vary depending on local conditions.</ul>
<p><b>Purposes of the game:</b></p>
<ul> -Explore the emergency response decision-making process in the context of floods.
<br>-Expose you to NASA SERVIR GEOGloWS forecasting services that will help you make decisions in real-life scenarios.</ul>
<p>The forecast game will be played in three phases as shown in the graphic below:</p>
<img src="static/img/rules/phases.png" alt="steps for game play">
<p>Before starting, you will observe different flow forecast graphs and will be able to make the decisions agreed upon in the group.
You can make decisions every day, but you may only make one decision per day and per type of action.
You may also decide to wait and see by choosing not to act on a given day. Click "Next Day" to continue after you decide to take an action or not and have fun.</p>
<p>Click a button below to start the game.</p>
<div class="button-container">
<button><a href="round1.html">Play Round 1</a></button>
<button><a href="round2.html">Play Round 2</a></button>
<button><a href="round3.html">Supervised Play Round 1</a></button>
<button><a href="round4.html">Supervised Play Round 2</a></button>
</div>
</div>
</body>
</html>