-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (85 loc) · 3.69 KB
/
index.html
File metadata and controls
85 lines (85 loc) · 3.69 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<head>
<title>The Zurich Water Game</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="author" content="Nigel Gilbert and Sarah Maltby, FIRMA project (C)">
<link rel="stylesheet" href="brief.css">
</head>
<body bgcolor="#FFFFFF" link="#003366" vlink="#333333" alink="#003366">
<!--Content designed for a window size of 760 by 420 (maximum size for a 800 by 600 screen)-->
<table width="750" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30" rowspan=3><br></td>
<td width="175" align=center>
<a href="briefing.html" class=menu >briefing</a>
</td>
<td width="175" align=center>
<img src="images/firmatap.jpg" width="50" height="50">
</td>
<td width="175" align="center">
<a href="roles0.php" class=menu>start play</a>
</td>
<td width="175" align="center">
<img src="images/condensation.jpg" width="50" height="50">
</td>
</tr>
<tr>
<td width="175" align="center">
<img src="images/rain.jpg" width="50" height="50">
</td>
<td width="175" align="center">
<a href="contact.html" class=menu>contact us</a>
</td>
<td width="175" align="center">
<img src="images/streamwater.jpg" width="50" height="50">
</td>
<td width="175" align="center">
<a href="acknowledgements.html" class=menu>acknowledgements</a>
</td>
</tr>
<tr>
<td colspan="4">
<!--<hr>--> <br><img src="./images/top_line.gif" height=1 width=700>
</td>
</tr>
<tr>
<td colspan="5">
<table width="100%" border="0" cellpadding="30" align="center">
<tr>
<td width="540" valign="top" align="left">
<p class=title>THE ZURICH INTERNET WATER GAME AS A LEARNING TOOL</p>
<p class=body>The Zürich Internet Water Game has been developed as part of an
EU Research Programme called the Firma Project. </p>
<p class=body>It was designed in order that researchers and stakeholders can
use gameplaying to better understand the problems of water management
and how they can resolved. </p>
<p class=body> </p>
<p class=title>THE ZURICH INTERNET WATER GAME AS A GAME</p>
<p class=body>The game was designed specifically for stakeholders to play.</p>
<p class=body> Each game player adopts a role involved in water management, these
include water utility companies, manufacturers, housing associations
and politicians. The game presents each player with many of
the real-life demands of water management thereby highlighting
the issues affecting decision making.</p>
<p class=body>By analysing how each player responds to these demands and issues
we can attempt to advance the management of water.</p>
</td>
<td valign="top" align="left">
<p class=sidetitle>PLAYERS:<BR>
<img src="images/bluedrop.gif" width="50" height="50"></p>
<p class=body>please click on <a href="briefing.html">briefing</a> for your introduction
to the game.</p>
<!-- <p> </p>-->
<p class=sidetitle>VISITORS:<BR>
<img src="images/bluedrop.gif" width="50" height="50"></p>
<p class=body>please visit the <a href="http://www.cpm.mmu.ac.uk/firma">Firma
Project site</a> to find about more about the evolution of this research.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>