-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtasks.html
218 lines (197 loc) · 8.2 KB
/
tasks.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mobistudy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/picnic">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/c94169d05b.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/ico" href="img/favicon.ico">
</head>
<body>
<nav>
<a href="index.html" class="brand">
<img class="logo" src="img/logo_full.png" />
</a>
<input id="bmenub" type="checkbox" class="show">
<label for="bmenub" class="burger pseudo button">menu</label>
<div class="menu">
<a href="news.html" class="pseudo button">News</a>
<a href="publications.html" class="pseudo button">Publications</a>
<a href="https://app.mobistudy.org" class="pseudo button">Researchers login</a>
</div>
</nav>
<main>
<section>
<h2>
Data collection tasks.
</h2>
<div class="flex three">
<div>
<img src="img/form.jpg" style="max-width:100%;" />
</div>
<div class="two-third">
<h4>Forms and questionnaires.</h4>
<p>
Researchers can define their own questionnaires. Branching and answer-based logic are also
supported.
</p>
</div>
<div>
<img src="img/dataquery.jpg" style="max-width:100%;" />
</div>
<div class="two-third">
<h4>Data extraction from Google Fit and Apple HealthKit.</h4>
<p>
Through transparent and explicit consent, participants can share data collected by the phone
such as: steps
count, weight, height, physical activity, distance, calories and heart rate.
These data can be produced by the phone itself or by any connected app or wearable device that
is compatible
with Google Fit or Apple HealthKit.
</p>
</div>
<div>
<img src="img/miband.jpg" style="max-width:100%;" />
</div>
<div class="two-third">
<h4>Data collection from wearable devices.</h4>
<p>
If you don't want to use third-party apps, we also support direct data extraction from the
Xiaomi Miband3
fitness tracker. The device can provide minute-by-minute steps count, activity level, activity
type and
heart rate.
</p>
</div>
<div>
<img src="img/6mwt.jpg" style="max-width:100%;" />
</div>
<div class="two-third">
<h4>6-minute walk test.</h4>
<p>
Mobile-based 6MWT, uses <a href="https://mhealth.jmir.org/2020/1/e13756/">a validated method</a>
to compute
the walked distance using the positioning system.
</p>
</div>
<div>
<img src="img/qcst.jpg" style="max-width:100%;" />
</div>
<div class="two-third">
<h4>Queens' College Step Test.</h4>
<p>
This mobile-based step test guides the participant with sound and visual cues.
</p>
</div>
<div>
<img src="img/po60.jpg" style="max-width:100%;" />
</div>
<div class="two-third">
<h4>Pulseoximetry</h4>
<p>
Gets blood oxygen saturation and heart rate from the wireless Beuer PO60 pulseoximeter.
</p>
</div>
<div>
<img src="img/po60.jpg" style="max-width:100%;" />
</div>
<div class="two-third">
<h4>Position and environment</h4>
<p>
Asks the user to send their geographical position and collects information about
the environment such as weather, air quality and allergens.
</p>
</div>
<div>
<img src="img/po60.jpg" style="max-width:100%;" />
</div>
<div class="two-third">
<h4>Spirometry</h4>
<p>
Uses the Smart Peak Flow meter to measure lung capacity with the smartphone.
</p>
</div>
<div>
<img src="img/po60.jpg" style="max-width:100%;" />
</div>
<div class="two-third">
<h4>Timed Up and Go Test</h4>
<p>
Simple screening test that is a sensitive to balance and probability for falls.
</p>
</div>
<div>
<img src="img/po60.jpg" style="max-width:100%;" />
</div>
<div class="two-third">
<h4>Hole your phone test</h4>
<p>
To measures tremor in arms and hands.
</p>
</div>
</div>
</section>
<section>
<div style="text-align: center;">
<h3>
Join Mobistudy, download the participants' app now!
</h3>
<p>(App currently available in Sweden, Spain and the UK)</p>
<div class="flex two">
<div>
<a href="https://play.google.com/store/apps/details?id=org.mobistudy.app">
<img src="img/android_download.png" style="max-width: 200px;">
</a>
</div>
<div>
<a href="https://apps.apple.com/us/app/id1462273500">
<img src="img/ios_download.png" style="max-width: 190px; padding-left: 4px;">
</a>
</div>
</div>
</div>
</section>
<section>
</section>
<section>
<div style="text-align: center;">
<a href="https://mau.se"><img src="img/malmo_logo.png" style="max-width: 60px;"></a>
</div>
<p style="text-align: center;">Mobistudy is developed with ❤️ by Malmö University, Sweden.</p>
<p style="text-align: center;">
<a href="https://www.iva.se/projekt/research2business/ivas-100-lista-2021/">
<img src="img/IVA100_badge.png" style="width:90%; max-width: 700px;">
</a>
</p>
</section>
</main>
<footer class="footer">
<div class="flex two three-600">
<div>
<!-- <div>
©️ Malmö University <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>.
</div> -->
<div>
<a href="contact.html">Contact us</a>
</div>
<div>
<a href="acks.html">Acknowledgements</a>
</div>
</div>
<div>
<div>
<a href="appPrivacyPolicy.html">Participants' app privacy policy</a>
</div>
<div>
<a href="researchersPrivacyPolicy.html">Researchers website privacy policy</a>
</div>
</div>
<div style="text-align: right;">
<a href="https://github.com/Mobistudy"><i class="fab fa-github fa-lg fa-3x"></i></a>
</div>
</div>
</footer>
</body>
</html>