-
Notifications
You must be signed in to change notification settings - Fork 0
/
object_housing2.html
240 lines (120 loc) · 4.5 KB
/
object_housing2.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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!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>
<p class=here>briefing
</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">
<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="600" valign="top" align="left">
<!--BODY CONTENT GOES HERE-->
<!--use class=title for headings and class=body for copy-->
<table width="100%" border=0>
<tr>
<td>
<p class=title>OBJECTIVES OF HOUSING ASSOCIATION 2</p>
</td>
<td>
<img src="./images/house.gif" alt="House icon" border="0" width="42" height="36" align="top" hspace="5" vspace="5">
</td>
</tr>
<tr>
<td width="50%">
<p class=body>This player is one of two Housing Associations. Housing associations must
maintain the sanitary water systems in the houses they own. These systems are
responsible for providing water to the occupants of the houses. There are two different types of water system that
housing associations can buy from manufacturers: normal or water saving. Since housing associations must pay for the water
their houses' tenants consume, the choice of water system affects the associations' profits. Water systems must be bought
to replace old systems that after a specific number of years, breakdown. </p>
<p class=sub-head>Goal
</p>
<p class=body>
<ul>
<li class=body>Maximize profits and be the most successful Housing Association
</ul>
</p>
</td>
<td>
<p class=sub-head>Tasks
</p>
<p>
<ul>
<li class=body>call for quotations to install new water systems.
<BR><i>Hint</i>: bargaining with manufacturers can reduce prices and negotiating
with politicians can help you subsidize purchases and influence manufacturers to
lower their prices.
<li class=body>choose to buy normal or water saving systems
<BR><i>Hint</i>: water saving systems could reduce water bills and maximize profits.
</ul>
</p>
<p class=sub-head>Income sources</p>
<p class=body>
<ul>
<li class=body>housing rents
</ul>
</p>
<p class=sub-head>Expenses</p>
<p class=body>
<ul>
<li class=body>maintenance of house water systems, paying of water bills and purchasing of new water systems
</ul>
</p>
</td>
</tr>
</table>
</td>
<td valign="top" align="left">
<!--SIDEBAR CONTENT GOES HERE-->
<!-- Use class=sidetitle for titles, class=body for content-->
<p class=sidetitle>next page<a href="email.php?id=housing_assoc_2">
<img src="./images/arrow.gif" alt="Arrow" width="30" height="26" align=absmiddle></a></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>