-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbib.bib
More file actions
169 lines (142 loc) · 5.17 KB
/
bib.bib
File metadata and controls
169 lines (142 loc) · 5.17 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
@misc{chronic_diseases,
author={Oxford Biomedial Research Center},
title={Digital Health for Chronic Diseases Management}
}
@online{copd_stats,
title={Chronic Obstructive Pulmonary Disease Statistics},
url={https://statistics.blf.org.uk/copd},
journal={Chronic Obstructive Pulmonary Disease Statistics},
publisher={British Lung Foundation}
}
@online{copd_nhs,
title={Chronic obstructive pulmonary disease (COPD)},
url={http://www.nhs.uk/conditions/Chronic-obstructive-pulmonary-disease/Pages/Introduction.aspx},
publisher={National Health Service}}
@online{heart_failure_stats,
title={Heart Failure},
url={https://www.bhf.org.uk/heart-health/conditions/heart-failure},
publisher={British Heart Foundation}
}
@article{six_minute_walk_test,
title={The Six Minute Walk-Test: A Useful Metric for the Cardiopulmonary Patient},
author={T. Rasekaba and A. L. Lee and M. T. Naughton and T. J. Williams and A. E. Holland},
journal={Internal Medicine Journal},
year={2009},
pages={495-501}
}
@online{deloitte,
title={Deloitte Mobile Consumer Survey 2016},
url={https://www.deloitte.co.uk/mobileuk/assets/pdf/Deloitte-Mobile-Consumer-2016-There-is-no-place-like-phone.pdf},
publisher={Deloitte}
}
@online{statista,
title={UK: smartphone ownership by age from 2012-2016},
url={https://www.statista.com/statistics/271851/smartphone-owners-in-the-united-kingdom-uk-by-age/},
publisher={Statista}
}
@online{new_phone,
title={BLU Energy Diamond Mini UK SIM-Free Smartphone with 3000 mAh Battery - Gold},
url={https://www.amazon.co.uk/BLU-Diamond-SIM-Free-Smartphone-Battery/dp/B01LEXH900/ref=sr_1_3?ie=UTF8&qid=1493714738&sr=8-3&keywords=BLU+Diamond+M},
publisher={AmazonUK}
}
@online{samsung,
title={Samsung I9300 Galaxy S III},
url={http://www.gsmarena.com/samsung_i9300_galaxy_s_iii-4238.php},
publisher={GSMArena}
}
@online{database,
title={Towards a Benchmark for Wearable Sleep Analysis with Inertial Wrist-worn Sensing Units},
url={https://es.informatik.uni-freiburg.de/datasets/ichi2014},
publisher={Albert-Ludwigs-Universität Freiburg}
}
@article{navqi,
title={Step Counting Using Smartphone-Based Accelerometer},
author={Najme Zehra Naqvi and Ashwani Kumar and Aachal Chauhan and Kritka Sahni},
journal={International Journal on Computer Science and Engineering},
year={2012},
volume={4}
}
@article{palshikar,
title={Simple Algorithms for Peak Detection in Time-Series},
author={Girish Palshikar},
year={2009}
}
@conference{brajdic,
title={Walk Detection and Step Counting on Unconstrained Smartphones},
author={Agata Brajdic and Robert Harle},
year={2013},
booktitle={UbiComp - Session: Sport and Fitness}
}
@conference{borazio,
title={Towards Benchmarked Sleep Detection with Intertial Wrist-worn Sensing Units},
author={Marko Borazio and Eugen Berlin and Philipp Scholl and Kristof VanLaerhoven},
booktitle={IEEE International Conference on Healthcare Informatics},
year={2014}
}
@article{vanhees,
title={A Novel, Open-Access Method to Assess Sleep Duration Using a Wrist-Worn Accelerometer},
author={Vincent vanHees and Severine Sabia and Kirstie Anderson and Sarah Denton},
year={2015}
}
@article{cole,
title={Automatic Sleep/Wake Identification from Wrist Activity},
author={Cole and and and Mullaney},
year={1992}
}
@article{oakley,
title={Validation with Polysomnography of the Sleepwatch Sleep Wake Scoring Algorithm used by the Actiwatch Activity Monitoring System},
author={Oakley},
year={1997}
}
@article{acsm,
title={One-Mile Step Count at Walking and Running Speeds},
author={Werner and Bond, Laura and Ransedell, Lynda and Shimon, Jane},
journal={ACSM's Health and Fitness Journal},
volume={12},
year={2008}
}
@article{walking_speed,
title={Field Studies of Pedestrian Walking Speed and Start-Up Time},
author={Knoblauch, Ronald and Pietrucha, Martin and Nitzburg, Marsha},
journal={Journal of the Transportation Research Board},
volume={1538},
year={1996}
}
@online{kaiser-bessel,
title={Digital Filter Design},
url={http://www.arc.id.au/FilterDesign.html},
author={A. R. Collins}
}
@article{pan-tompkins,
title={A Real-Time QRS Detection Algorithm},
author={Pan, Jiapu and Tompkins, Willis},
journal={IEEE Transactions on Biomedical Engineering},
volume={BME-32},
year={1985}
}
@online{velostat,
title={Velostat},
url={https://en.wikipedia.org/wiki/Velostat},
publisher={Wikipedia}
}
@online{prec_rec,
title={Precision and Recall},
url={https://en.wikipedia.org/wiki/Precision_and_recall},
publisher={Wikipedia}
}
@online{flask,
title={Flask Microframework},
url={http://flask.pocoo.org/}
}
@online{gunicorn,
title={Gunicorn},
url={http://gunicorn.org/}
}
@online{postgres,
title={PostgreSQL Database},
url={https://www.postgresql.org/}
}
@online{gcc,
title={Google Cloud Compute},
url={https://cloud.google.com/compute/}
}