-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
290 lines (263 loc) · 18.6 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
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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta content='OtaSizzle is a research project that develops a mobile living lab in the Otaniemi area and the Aalto University. Goals are to produce social media to campus life and to study use of the new social media services. OtaSizzle platform provides a flexible programming environment and infrastructure for creating mobile services and for testing them in real-life settings.' name='description'>
<title>Sizl.org</title>
<link href="sizl.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" language="JavaScript"><!--
function HideContent(d) {
if(d.length < 1) { return; }
document.getElementById(d).style.display = "none";
}
function ShowContent(d) {
if(d.length < 1) { return; }
document.getElementById(d).style.display = "block";
}
function ReverseContentDisplay(d) {
if(d.length < 1) { return; }
if(document.getElementById(d).style.display == "none") {
document.getElementById("YourAppLayer").style.display = "none";
document.getElementById("InfoLayer").style.display = "none";
document.getElementById("KassiLayer").style.display = "none";
document.getElementById("OssiLayer").style.display = "none";
document.getElementById("NSMLayer").style.display = "none";
document.getElementById("AaltolunchLayer").style.display = "none";
document.getElementById("HUBILayer").style.display = "none";
document.getElementById("NewsLayer").style.display = "none";
document.getElementById(d).style.display = "block"; }
else if(document.getElementById(d).style.display == "") {
document.getElementById("YourAppLayer").style.display = "none";
document.getElementById("InfoLayer").style.display = "none";
document.getElementById("KassiLayer").style.display = "none";
document.getElementById("OssiLayer").style.display = "none";
document.getElementById("NSMLayer").style.display = "none";
document.getElementById("AaltolunchLayer").style.display = "none";
document.getElementById("HUBILayer").style.display = "none";
document.getElementById("NewsLayer").style.display = "none";
document.getElementById(d).style.display = "block";
}
else {
document.getElementById("YourAppLayer").style.display = "none";
document.getElementById("InfoLayer").style.display = "none";
document.getElementById("KassiLayer").style.display = "none";
document.getElementById("OssiLayer").style.display = "none";
document.getElementById("NSMLayer").style.display = "none";
document.getElementById("AaltolunchLayer").style.display = "none";
document.getElementById("HUBILayer").style.display = "none";
document.getElementById("NewsLayer").style.display = "none";
}
}
//--></script>
</head>
<body>
<div class="preload">
<img src="images/MySizl_hover.png" />
<img src="images/Aaltolunch_hover.png" />
<img src="images/HUBI_hover.png" />
<img src="images/x_hover.png" />
<img src="images/NSM_hover.png" />
<img src="images/Kassi_hover.png" />
<img src="images/Ossi_hover.png" />
<img src="images/YourApp_hover.png" />
<img src="images/Info_hover.png" />
</div>
<div id="logo">
<a href="http://sizl.org/" title="OtaSizzle"><img src="images/OtaSizzle.png" alt="OtaSizzle_logo" border="0" /></a>
</div>
<div id="background"></div>
<a onmouseclick="ReverseContentDisplay('OssiLayer'); return true;"
href="javascript:ReverseContentDisplay('OssiLayer')"><div id="Ossi"></div></a>
<a onmouseclick="ReverseContentDisplay('NSMLayer'); return true;"
href="javascript:ReverseContentDisplay('NSMLayer')"><div id="NSM"></div></a>
<a onmouseclick="ReverseContentDisplay('AaltolunchLayer'); return true;"
href="javascript:ReverseContentDisplay('AaltolunchLayer')"><div id="Aaltolunch"></div></a>
<a onmouseclick="ReverseContentDisplay('HUBILayer'); return true;"
href="javascript:ReverseContentDisplay('HUBILayer')"><div id="HUBI"></div></a>
<a onmouseclick="ReverseContentDisplay('KassiLayer'); return true;"
href="javascript:ReverseContentDisplay('KassiLayer')"><div id="Kassi"></div></a>
<a onmouseclick="ReverseContentDisplay('YourAppLayer'); return true;"
href="javascript:ReverseContentDisplay('YourAppLayer')"><div id="YourApp"></div></a>
<a onmouseclick="ReverseContentDisplay('InfoLayer'); return true;"
href="javascript:ReverseContentDisplay('InfoLayer')"><div id="Info"></div></a>
<a href="http://my.sizl.org/" target="_blank"><div id="MySizl"></div></a>
<div id="LinksBottom"><a class="bottom" target="_blank" href="http://www.sizzlelab.org">Sizzlelab.org</a> | <a class="bottom" target="_blank" href="http://otasizzle.wordpress.com">OtaSizzle blog</a> | <a class="bottom" target="_blank" href="http://www.sizzlelab.org/content/legal-information">Legal Information</a> | <a class="bottom" target="_blank" href="http://www.sizzlelab.org/content/frequently-asked-questions-faq">FAQ</a> | <a class="bottom" target="_blank" href="http://www.sizzlelab.org/content/howto">HOWTOs</a> | <a class="bottom" target="_blank" href="http://www.sizzlelab.org/contact">Feedback</a></div>
<!--div id="LinksBottom">Feedback and questions: <a class="bottom" href="mailto:[email protected]">[email protected]</a></div-->
<div id="News_title"></div>
<div id="News">
<p><b>8.11.2010</b><br />
Mobile HUBI Portal has been launched for pilot use! It offers context-aware mobile services on Aalto campuses and in the broader Helsinki capital area. Included are a location-aware public transport route guide, and an event recommender that includes also the Aalto University events. Being developed by VTT, Mobile HUBI Portal is the first external service to join OtaSizzle via the Aalto Social Interface.
<p>Try <a target="_blank" href="http://m.hubi.fi/mobi/">m.HUBI.fi</a> on your mobile phone's browser<br /> or <a target="_blank" href="http://hubi.fi/m/index_en.html">find out more here</a>.
<p>-- <em>OtaSizzle team</em>
<!--p><b>11.10.2010</b><br />
Win S-group vouchers! Fill in a short survey about the handset-based measurements conducted in OtaSizzle <a href="https://survey.comnet.tkk.fi/survey/index.php?sid=82766&lang=en" target="_blank">here</a> and take part in a lottery of five S-group vouchers each worth 20 euros! Completing the survey takes about 10 minutes.
<br /><br />
Sincerely,<br />
<em>OtaSizzle team</em-->
<!--p><b>21.4.2010</b><br />
Win movie tickets! Fill in the third OtaSizzle<br/>survey <a href="https://elomake.helsinki.fi/lomakkeet/20727/lomake.html" target="_blank">here</a>
and take part in a lottery of two movie
tickets! If you participated in the previous surveys, you're most welcomed to
participate again. The survey covers the use of different communication
technologies, and takes about 15 minutes. Your participation is extremely
valuable for developing better mobile services for the campus!
Keep on sizzling and visit our <a href="http://otasizzle.wordpress.com/" target="_blank">blog</a>!
<p>Have a great summer,<br />
<em>OtaSizzle team</em>-->
<!--p><b>4.12.2009</b><br />
Please participate in the new <a target="_blank" href="http://tinyurl.com/otasizzle-survey">OtaSizzle survey</a> on different communication
technologies. A Nokia N97 multimedia phone will be raffled among the
respondents! The survey takes about 15 minutes and is open until 18.12.-->
<!--b>12.10.2009</b><br />
Please fill in <a target="_blank" href="http://kassi.sizl.org/smerf_forms/kassikysely2">the survey about Kassi</a>. Three movie tickets will be raffled among the respondents. The survey is in Finnish only and open until 18.10.-->
<!--p><b>21.9.2009</b><br>
<a target="_blank" href="http://otasizzle.wordpress.com">OtaSizzle blog</a> is now open-->
<!--p><b>4.9.2009</b><br />
Win a Nokia multimedia phone!<br />
Fill in <a target="_blank" href="https://survey.comnet.tkk.fi/otasizzle">the OtaSizzle survey</a> and take part in a lottery of multimedia phones!
If you're an Aalto University student and own a suitable phone, you
can also participate in a mobile phone usage study with its own
lotteries of phones and vouchers.
The survey covers the use of different communication technologies, and
takes about 10 minutes.-->
<!--p><b>1.9.2009</b><br />
Updated Ossi Dashboard widget for<br /> Mac OS X 10.5+ is now available from <a target="_blank" href="http://vcs.hiit.fi/trac/ossi/wiki">Ossi trac</a>
<p><b>21.8.2009</b><br /> Ossi Groups now have channels. Start talking with your group!
<p><b>19.8.2009</b><br /> Kassi's front page has been renewed.-->
<p><a onmouseclick="ReverseContentDisplay('NewsLayer'); return true;"
href="javascript:ReverseContentDisplay('NewsLayer')">More...</a>
</div>
<div id="SignUp">
<b>SIGN UP!</b><br />
You can sign up for OtaSizzle services in either <a target="_blank" href="http://kassi.sizl.org">Kassi</a> or <a target="_blank" href="http://ossi.sizl.org">Ossi</a>. Only one account is required for all current and future OtaSizzle services.
<!--form>
<b>Sign up for OtaSizzle services:</b><br /><br />
Username:<br />
<input name="username" type="text" maxlength="16" /><br />
Email:<br />
<input name="email" type="text" maxlength="60" /><br />
Password (at least 4 digits):<br />
<input name="password" type="text" maxlength="50" /><br />
Confirm password:<br />
<input name="confirm" type="text" maxlength="50" /><br /><br />
Read <a href="">the terms and conditions</a>.<br />
<input name="agree" type="checkbox">I have read and agree to the terms</input><br /><br />
<input name="submit" type="button" value="Register" />
</form-->
</div>
<div id="InfoLayer">
<div id="InfoText"><b>What is OtaSizzle?</b><p>OtaSizzle is a research project that develops a<br /> mobile living lab in the Otaniemi area and the Aalto University. Goals are to produce social media to campus life and to study use of the new social media services. OtaSizzle platform provides a flexible programming environment and infrastructure for creating mobile services and for testing them in real-life settings.
<p>OtaSizzle is funded by donations from private companies and communities to the "Technology for Life" campaign of the Aalto University under the MIDE research programme.
<p>Kassi and Ossi are the first two OtaSizzle services.
<p><a target="_blank" href="http://www.sizzlelab.org">Click here for more information</a><br/>
<a target="_blank" href="http://www.sizzlelab.org/content/frequently-asked-questions-faq">Frequently Asked Questions</a><br/>
<a target="_blank" href="http://www.sizzlelab.org/content/howto">HOWTOs</a>
</div>
<a onmouseclick="HideContent('InfoLayer'); return true;"
href="javascript:HideContent('InfoLayer')"><div id="CloseInfo"></div></a>
</div>
<div id="YourAppLayer">
<div id="YourAppText"><b>Your own app on OtaSizzle?</b><p>OtaSizzle allows outside developers to tap into the Aalto Social Interface (ASI) and create their own applications.
<p>Aalto Social Interface, or ASI, is a RESTful platform for social media applications. Using ASI, anyone can create their own application that is available to the OtaSizzle user base and social network. An ASI application will not necessarily even need its own database.
<p>
<p><a target="_blank" href="http://cos.sizl.org/">Click here for more information</a>
</div>
<a onmouseclick="HideContent('YourAppLayer'); return true;"
href="javascript:HideContent('YourAppLayer')"><div id="CloseYourApp"></div></a>
</div>
<div id="KassiLayer">
<div id="KassiText"><b>What is Kassi?</b><p>Kassi is a service that enables the exchange of various favors through listings posted by users. There are five categories: Marketplace, Favors, Group search, Carpools, Lost&found and Other. You can browse the listings without registering to the service, but if you want to answer to a listing or see the user profiles you have to create an user account. The aim of Kassi is to make the exchange of daily favors easier in the Helsinki metropolitan area.
<p><a href="kassi/index.html">Click here for more information</a><br />
<a target="_blank" href="http://kassi.sizl.org">Click here to try Kassi</a></div>
<a onmouseclick="HideContent('KassiLayer'); return true;"
href="javascript:HideContent('KassiLayer')"><div id="CloseKassi"></div></a>
</div>
<div id="OssiLayer">
<div id="OssiText"><b>What is Ossi?</b><p>Ossi is a group-centered mobile social media service. You can use Ossi to connect with friends, keep in touch with groups and to stay tuned to what is sizzling around you. Ossi has been developed especially to be used on the three Aalto university campuses in Helsinki metropolitan area.
<p><a href="ossi/index.html">Click here for more information</a> (and downloads).<br />
<!--a target="_blank" href="http://ossi.sizl.org">Click here to try Ossi on your browser</a-->
<a target="_blank" href="http://ossi.sizl.org">Click here to try Ossi</a> (or go to http://ossi.sizl.org on your mobile phone's browser).
</div>
<a onmouseclick="HideContent('OssiLayer'); return true;"
href="javascript:HideContent('OssiLayer')"><div id="CloseOssi"></div></a>
</div>
<div id="NSMLayer">
<div id="NSMText"><b>What is NordSecMob?</b><p>NSM service is a Practical information sharing social networking platform for NordSecMob and International students. The main objective is to promote sharing of information among NordSecMob Student community. Share your experience, ideas, thoughts and social life during your study period through this service.
<p><a target="_blank" href="http://nsm.sizl.org">Click here to try NordSecMob</a> (or go to http://nsm.sizl.org on your mobile phone's browser).
</div>
<a onmouseclick="HideContent('NSMLayer'); return true;"
href="javascript:HideContent('NSMLayer')"><div id="CloseNSM"></div></a>
</div>
<div id="AaltolunchLayer">
<div id="AaltolunchText">
<b>What is AaltoLunch?</b>
<p>AaltoLunch is an online service providing daily menus of student restaurants on all three Aalto University campuses.</p>
<p>With AaltoLunch you can:
<ul>
<li>Check daily lunch menus on your campus</li>
<li>Choose the time and the restaurant for lunch</li>
<li>Share lunch plans with your friends </li>
</ul>
</p>
<p>AaltoLunch is optimized for mobile use!</p>
<p>Go to <a target="_blank" href="http://aaltolunch.fi/">aaltolunch.fi</a> on your mobile phone's browser</p>
</div>
<a onmouseclick="HideContent('AaltolunchLayer'); return true;"
href="javascript:HideContent('AaltolunchLayer')"><div id="CloseAaltolunch"></div></a>
</div>
<div id="HUBILayer">
<div id="HUBIText"><b>What is HUBI?</b><p>Mobile HUBI Portal offers context-aware services in the Helsinki capital area, on your mobile phone. Available services include a public transport route guide that allows using your current location and own places as shortcuts, and a Helsinki area event recommender including also the Aalto University events. The service portal is provided for pilot use and developed further by VTT as part of a project studying ubiquitous mobile services.</p>
<p>Go to <a target="_blank" href="http://m.hubi.fi/mobi/">m.HUBI.fi</a> on your mobile phone's browser<br /> or <a target="_blank" href="http://hubi.fi/m/index_en.html">click here for more information</a>.
</div>
<a onmouseclick="HideContent('HUBILayer'); return true;"
href="javascript:HideContent('HUBILayer')"><div id="CloseHUBI"></div></a>
</div>
<div id="NewsLayer">
<div id="NewsText"><b>News</b>
<p><b>11.10.2010</b><br />
Win S-group vouchers! Fill in a short survey about the handset-based measurements conducted in OtaSizzle <a href="https://survey.comnet.tkk.fi/survey/index.php?sid=82766&lang=en" target="_blank">here</a> and take part in a lottery of five S-group vouchers each worth 20 euros! Completing the survey takes about 10 minutes.
<p>
Sincerely,<br />
<em>OtaSizzle team</em>
<p><b>21.4.2010</b><br />
Win movie tickets! Fill in the third OtaSizzle<br/>survey <a href="https://elomake.helsinki.fi/lomakkeet/20727/lomake.html" target="_blank">here</a>
and take part in a lottery of two movie
tickets! If you participated in the previous surveys, you're most welcomed to
participate again. The survey covers the use of different communication
technologies, and takes about 15 minutes. Your participation is extremely
valuable for developing better mobile services for the campus!
Keep on sizzling and visit our <a href="http://otasizzle.wordpress.com/" target="_blank">blog</a>!
<p>Have a great summer,<br />
<em>OtaSizzle team</em>
<!--p><b>4.12.2009</b><br />
Please participate in the new <a target="_blank" href="http://tinyurl.com/otasizzle-survey">OtaSizzle survey</a> on different communication
technologies. A Nokia N97 multimedia phone will be raffled among the
respondents! The survey takes about 15 minutes and is open until 18.12.-->
<!--p><b>12.10.2009</b><br />
Please fill in <a target="_blank" href="http://kassi.sizl.org/smerf_forms/kassikysely2">the survey about Kassi</a>. Three movie tickets will be raffled among the respondents. The survey is in Finnish only and open until 18.10.
<p><b>21.9.2009</b><br>
<a target="_blank" href="http://otasizzle.wordpress.com">OtaSizzle blog</a> is now open
-->
<!--p><b>4.9.2009</b><br />
Win a Nokia multimedia phone!<br />
Fill in <a target="_blank" href="https://survey.comnet.tkk.fi/otasizzle">the OtaSizzle survey</a> and take part in a lottery of multimedia phones!
If you're an Aalto University student and own a suitable phone, you
can also participate in a mobile phone usage study with its own
lotteries of phones and vouchers.
The survey covers the use of different communication technologies, and
takes about 10 minutes.-->
<!--p><b>1.9.2009</b><br />Updated Ossi Dashboard widget for Mac OS X 10.5+ is now available from <a target="_blank" href="http://vcs.hiit.fi/trac/ossi/wiki">Ossi trac</a>-->
<!--p><b>21.8.2009</b><br /> Ossi Groups now have channels. Start talking with your group!
<p><b>19.8.2009</b><br /> Kassi's front page has been renewed.
<p><b>28.4.2009</b><br />
Kassi Beta version is now open. You can use it with the same Sizzle account as Ossi, in <a href="http://kassi.sizl.org" target="_blank">http://kassi.sizl.org</a>.
<p><b>Fall 2009</b><br />
During the Spring 2009, only incremental updates and dedugging will be made to Ossi. Ossi 2.0 will be launched in Fall 2009.
<p><b>8.12.2008</b><br />
Ossi 1.0 was launched. It introduced Ossi Channels that enable the creation of multiple, user-hosted discussion threads that can be either public or private. -->
</div>
<a onmouseclick="HideContent('NewsLayer'); return true;"
href="javascript:HideContent('NewsLayer')"><div id="CloseNews"></div></a>
</div>
</body>
</html>