-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdatadelete.html
75 lines (64 loc) · 2.62 KB
/
datadelete.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mobistudy</title>
<link rel="icon" type="image/ico" href="img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav id="navigation">
<div>
<a href="/"><img src="img/icon.svg" width="100" /></a>
</div>
<div>
<a class="buttonlink" href="news.html">News</a>
</div>
<a class="buttonlink" href="publications.html">Publications</a>
<div>
<a class="buttonlink" href="about.html">About us</a>
</div>
</nav>
<main>
<section>
<h2>Delete your account and/or data:</h2>
<p>
By default, your profile data will not be deleted from our servers. Any data associated with a study you
have participated in will be removed from the servers soon after the end of the study, but the data may
be kept for longer periods by the researchers, as specified in the study-specific privacy policy.
</p>
<p>
You can delete your account using the app, by opening the profile section and clicking on "Delete
Account".
This will delete all the data permanently for all studies no the Mobistudy server, but data that has
been downloaded by researchers for analysis will not be deleted automatically. You will need to contact
the researchers team in order to have study-related data deleted.
</p>
<p>
If you cannot use the app to delete your account, or if you want to have some of your data deleted or
corrected, or for any other question please contact the Mobistudy team at <a
href="mailto:[email protected]">[email protected]</a>.
</p>
<p>
Read the <a href="appPrivacyPolicy.html">Privacy Policy</a> for further information about how your data
is handled and your rights.
</p>
</section>
</main>
<footer id="footer">
<div>
<a href="acks.html">Acknowledgements</a>
</div>
<div>
<a href="appPrivacyPolicy.html">Participants' app privacy policy</a>
</div>
<div>
<a href="researchersPrivacyPolicy.html">Researchers website privacy policy</a>
</div>
<div>
<a href="https://github.com/Mobistudy"><img src="img/githubicon.svg" width="60"></img></a>
</div>
</footer>
</body>
</html>