-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPreview.html
More file actions
376 lines (269 loc) · 14.5 KB
/
Preview.html
File metadata and controls
376 lines (269 loc) · 14.5 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
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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
<!DOCTYPE html>
<html>
<head>
<title>deliver - TrackingAdvisor
</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style>
.app-name {
font-size: 42px;
font-family: 'Helvetica Neue', HelveticaNeue, Helvetica Neue;
font-weight: 300;
margin-top: 22px;
margin-left: 25px;
margin-right: 25px;
}
.app-subtitle {
font-size: 26px;
font-family: 'Helvetica Neue', HelveticaNeue, Helvetica Neue;
font-weight: 300;
margin-left: 25px;
margin-right: 25px;
}
.app-urls {
margin-left: 25px;
font-size: 14px;
margin-top: 4px;
margin-right: 25px;
}
body {
font-family: 'Helvetica Neue', HelveticaNeue;
}
hr {
margin-top: 40px;
margin-bottom: 40px;
}
.app-url-descr {
height:22px;
display: inline-block;
font-weight: 500;
}
.app-url {
color: #0056ba;
font-weight: 300;
margin-right: 10px;
}
.app-keyword {
margin-left: 25px;
margin-right: 25px;
margin-top: 22px;
}
.cat-headline {
font-weight: 700;
margin-bottom: 5px;
}
.app-description {
margin-left: 25px;
margin-right: 25px;
margin-top: 22px;
}
.app-description-text {
font-weight: 300;
}
.app-changelog {
margin-left: 25px;
margin-right: 25px;
margin-top: 22px;
font-weight: 300;
}
.app-screenshots {
margin-left: 15px;
margin-right: 15px;
margin-top: 22px;
}
.app-keyword-list {
font-weight: 300;
}
.app-changelog-list {
list-style-type: square;
font-weight: 300;
}
ul {
margin-top: 6px;
}
.app-screenshot-row {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
.app-screenshot {
width: calc(20% - 30px);
margin-left: 10px;
margin-right: 10px;
}
#app-screenshots .cat-headline {
margin-left: 10px;
margin-right: 10px;
}
.app-icons {
overflow: hidden;
}
.app-icons img {
width: 150px;
}
.app-icons .app-icon {
float: left;
margin-right: 20px;
}
.app-minor-information {
margin-left: 15px;
margin-right: 15px;
margin-top: 22px;
}
.app-minor-information-key {
font-weight: 700;
}
</style>
</head>
<body>
<div class="app-icons">
<div class="app-icon">
Large App Icon:<br>
<img src="./fastlane/metadata/app_icon.jpg">
</div>
</div>
<div class="app-name">
en-GB: TrackingAdvisor
</div>
<div class="app-subtitle">
Subtitle: A UCL user study
</div>
<div class="app-urls">
<div class="app-url-descr">
support_url: <a target="_blank" class="app-url" href="https://iss-lab.geog.ucl.ac.uk/trackingadvisor/
">https://iss-lab.geog.ucl.ac.uk/trackingadvisor/
</a>
</div>
<div class="app-url-descr">
marketing_url: <a target="_blank" class="app-url" href="https://iss-lab.geog.ucl.ac.uk/trackingadvisor/
">https://iss-lab.geog.ucl.ac.uk/trackingadvisor/
</a>
</div>
</div>
<div class="app-keyword">
<div class="cat-headline">Keywords</div>
<ul class="app-keyword-list">
<li>User Study</li>
<li>Location Tracking</li>
<li>Personal Information Inference</li>
</ul>
</div>
<div class="app-description">
<div class="cat-headline">Description</div>
<div class="app-description-text">
An increasing number of location-based applications and framework continuously track the locations of a large population, often without their knowledge. This information is very valuable as they can reveal personal information about the users and can be sold to third parties that will use them to present advertisement or content tailored to the user’s interests and personal preferences. The purpose of this study is to explore the privacy expectations of individuals when it comes to tracking their location and inferring personal information about them. We are looking for adults who own iPhones and use them on a daily basis. If you agree to participate, you will install an application on your phone. The application will help us understand your privacy expectations with respect to the personal information we can infer by continuously tracking your location. The minimum participation duration is two weeks, although you are able to participate for longer if you wish. <br /><br />If you accept to receive notifications, you will be notified once a day throughout the duration of your participation to review the places we automatically extracted from the locations we recorded the previous day as well as the personal information we inferred from these places. This task takes a few minutes to complete, depending on your past activity. Alternatively, you can review the correctness of the places and the personal information whenever you open the application. <br /><br />The application will be gathering information in the background (your location, physical activity, battery levels, Wi-Fi connectivity, and your phone interactions within the application). Periodically, the background information collected and review responses will be securely transmitted to UCL servers. The information we collect will only be used for research projects at UCL. We can offer those of you who are interested access to the full results of our work.<br /><br />Your identity will remain anonymous throughout the project – we do not ask for your name, postal address, or other sensitive information. We distinguish participants through their device’s unique code (Apple UUID). In other words, researchers will not be able to link information collected to a certain users to their real identity.<br /><br />Your identity is not the object of our study, however, we understand that the information we collect from your phone might reflect back on you. To this end we are putting all the necessary security measures in place to protect your privacy and assure that your data is only used for academic research purposes.
It is up to you to decide whether to take part or not; if after sending the information you wish to withdraw from the study at any time, you may do so by simply finding the option to withdraw from within the application. You may withdraw at any time before the submission of this work for review before its publication in research journals and conferences. A decision to withdraw will have no negative consequence on you.<br /><br />Please discuss the information above with others if you wish or ask us if there is anything that is not clear or if you would like more information. <br /><br />All data will be collected and stored in accordance with the UK Data Protection Act 1998 and the latest EU GDPR.<br />
Thank you for reading this information sheet and for considering taking part in this research.<br />
</div>
</div>
<div class="app-changelog">
<div class="cat-headline">Changelog</div>
This version brings several UI and performance improvements, in addition to some issues that have been solved.<br /> - You now have the possibility to confirm/delete/edit each place directly on the timeline<br /> - There now a unified review tab to access the reviews of places and personal information<br /> - You can find a summary of the personal information you have validated in the Profile tab<br /> - You can now have more information about the personal information you have validated with the associated places<br />
</div>
<div class="app-changelog">
<div class="cat-headline">Promotional Text</div>
<br />
</div>
<div class="app-screenshots">
<div class="cat-headline">Screenshots</div>
<h4>iPhone 6 Plus</h4>
<div class="app-screenshot-row">
<a href="./fastlane/screenshots/en-GB/1_iphone6Plus_1.Simulator%20Screen%20Shot%20-%20iPhone%208%20Plus%20-%202018-03-14%20at%2008.20.27.png" target="_blank"><img class="app-screenshot" src="./fastlane/screenshots/en-GB/1_iphone6Plus_1.Simulator%20Screen%20Shot%20-%20iPhone%208%20Plus%20-%202018-03-14%20at%2008.20.27.png" title="Screenshot #0 for en-GB"></a>
<a href="./fastlane/screenshots/en-GB/2_iphone6Plus_2.Simulator%20Screen%20Shot%20-%20iPhone%208%20Plus%20-%202018-03-14%20at%2008.18.38.png" target="_blank"><img class="app-screenshot" src="./fastlane/screenshots/en-GB/2_iphone6Plus_2.Simulator%20Screen%20Shot%20-%20iPhone%208%20Plus%20-%202018-03-14%20at%2008.18.38.png" title="Screenshot #1 for en-GB"></a>
</div>
<h4>iPhone X</h4>
<div class="app-screenshot-row">
<a href="./fastlane/screenshots/en-GB/1_iphone58_1.Simulator%20Screen%20Shot%20-%20iPhone%20X%20-%202018-03-14%20at%2008.22.13.png" target="_blank"><img class="app-screenshot" src="./fastlane/screenshots/en-GB/1_iphone58_1.Simulator%20Screen%20Shot%20-%20iPhone%20X%20-%202018-03-14%20at%2008.22.13.png" title="Screenshot #0 for en-GB"></a>
<a href="./fastlane/screenshots/en-GB/2_iphone58_2.Simulator%20Screen%20Shot%20-%20iPhone%20X%20-%202018-03-14%20at%2008.22.22.png" target="_blank"><img class="app-screenshot" src="./fastlane/screenshots/en-GB/2_iphone58_2.Simulator%20Screen%20Shot%20-%20iPhone%20X%20-%202018-03-14%20at%2008.22.22.png" title="Screenshot #1 for en-GB"></a>
</div>
</div>
<hr />
<div class="app-minor-information">
<div class="cat-headline">Trade Representative Contact Information</div>
<dl class="app-minor-information">
<dt class="app-minor-information-key">
Trade name
</dt>
<dd class="app-minor-information-text">
University College London<br />
</dd>
<dt class="app-minor-information-key">
Address line1
</dt>
<dd class="app-minor-information-text">
Gower Street<br />
</dd>
<dt class="app-minor-information-key">
City name
</dt>
<dd class="app-minor-information-text">
London<br />
</dd>
<dt class="app-minor-information-key">
Country
</dt>
<dd class="app-minor-information-text">
United Kingdom<br />
</dd>
<dt class="app-minor-information-key">
Postal code
</dt>
<dd class="app-minor-information-text">
Wc1E 6BS<br />
</dd>
<dt class="app-minor-information-key">
Is displayed on app store
</dt>
<dd class="app-minor-information-text">
false<br />
</dd>
</dl>
</div>
<hr />
<div class="app-minor-information">
<div class="cat-headline">Review Information</div>
<dl class="app-minor-information">
<dt class="app-minor-information-key">
First name
</dt>
<dd class="app-minor-information-text">
Benjamin<br />
</dd>
<dt class="app-minor-information-key">
Last name
</dt>
<dd class="app-minor-information-text">
Baron<br />
</dd>
<dt class="app-minor-information-key">
Phone number
</dt>
<dd class="app-minor-information-text">
+33669121866<br />
</dd>
<dt class="app-minor-information-key">
Email address
</dt>
<dd class="app-minor-information-text">
benjamin.baron@me.com<br />
</dd>
<dt class="app-minor-information-key">
Demo user
</dt>
<dd class="app-minor-information-text">
<br />
</dd>
<dt class="app-minor-information-key">
Demo password
</dt>
<dd class="app-minor-information-text">
<br />
</dd>
<dt class="app-minor-information-key">
Notes
</dt>
<dd class="app-minor-information-text">
<br />
</dd>
</dl>
</div>
</body>
</html>