-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
147 lines (116 loc) · 6.21 KB
/
publications.html
File metadata and controls
147 lines (116 loc) · 6.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Activity Recognition</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="./swatch/bootstrap.min.css" rel="stylesheet">
<link href="./bootstrap/docs/assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="./bootstrap/docs/assets/js/google-code-prettify/prettify.css" rel="stylesheet">
<link href="docs.css" rel="stylesheet">
<style>
@media (min-width: 980px) {
body {
padding-top: 80px;
}
}
section {
margin-top: 80px;
}
</style>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
</head>
<body data-spy="scroll" data-target=".bs-docs-sidebar">
<!-- Navbar
================================================== -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="./index.html">Activity Recognition</a>
<div class="nav-collapse">
<ul class="nav">
<li class="">
<a href="introduction.html">introduction</a>
</li>
<li class="">
<a href="howto.html">how to's</a>
</li>
<li class="active">
<a href="publications.html">publications</a>
</li>
<li class="">
<a href="sharing.html">sharing</a>
</li>
<li class="">
<a href="links.html">links</a>
</li>
<li class="">
<a href="faq.html">faq</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Subhead
================================================== -->
<header class="jumbotron subhead" id="overview">
<div class="container">
<h1>Publications</h1>
<p class="lead">the latest in research</p>
</div>
</header>
<div class="container">
<p><a href='http://www.opus-bayern.de/uni-passau/volltexte/2012/2611/pdf/kunze_kai.pdf'><em>Compensating for On-Body Placement Effects in Activity Recognition</em></a> (19 MB), Kai Kunze, Dissertation, 2011.</p> <hr />
<p><a href='./papers/2010Bahle.pdf'><em>On the use of magnetic field disturbances as features for activity recognition with on body sensors</em></a>, G. Bahle, K. Kunze, and P. Lukowicz, published in the Proceedings of the 5th European Conference on Smart Sensing and Context (EuroSSC), Passau, Germany, 2010. <a href='./papers/2010Bahle.txt'>Bibtex</a></p>
<hr />
<p><a href='papers/2009Kunze.pdf'><em>Does Context Matter ? - A Quantitative Evaluation in a Real World Maintenance Scenario</em></a>, K. Kunze, F. Wagner, E. Kartal, E. M. Kluge, and P. Lukowicz, presented at the Pervasive ‘09: Proceedings of the 7th International Conference on Pervasive Computing, 2009. <a href='./papers/2009Kunze.txt'>Bibtex</a></p><hr />
<p><a href='papers/2008Kunze.pdf'><em>Dealing with sensor displacement in motion-based onbody activity recognition systems</em></a> K. Kunze and P. Lukowicz, presented at the UbiComp ‘08: Proceedings of the 10th international conference on Ubiquitous computing, Seoul, South Korea, 2008, pp. 20–29. <a href='papers/2008Kunze.txt'>Bibtex</a></p>
<hr />
<p><a href='papers/2007Kunze1.pdf'><em>Symbolic object localization through active sampling of acceleration and sound signatures</em></a> K. Kunze and P. Lukowicz, presented at the UbiComp ‘07: Proceedings of the 9th international conference on Ubiquitous computing, Innsbruck, 2007. <strong>nominated for best paper</strong> <a href='papers/2007Kunze1.txt'>Bibtex</a></p>
<hr />
</div>
<!-- Footer
================================================== -->
<footer class="footer">
</footer>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./bootstrap/docs/assets/js/jquery.js"></script>
<script src="./bootstrap/docs/assets/js/google-code-prettify/prettify.js"></script>
<script src="./bootstrap/docs/assets/js/bootstrap-transition.js"></script>
<script src="./bootstrap/docs/assets/js/bootstrap-alert.js"></script>
<script src="./bootstrap/docs/assets/js/bootstrap-modal.js"></script>
<script src="./bootstrap/docs/assets/js/bootstrap-dropdown.js"></script>
<script src="./bootstrap/docs/assets/js/bootstrap-scrollspy.js"></script>
<script src="./bootstrap/docs/assets/js/bootstrap-tab.js"></script>
<script src="./bootstrap/docs/assets/js/bootstrap-tooltip.js"></script>
<script src="./bootstrap/docs/assets/js/bootstrap-popover.js"></script>
<script src="./bootstrap/docs/assets/js/bootstrap-button.js"></script>
<script src="./bootstrap/docs/assets/js/bootstrap-collapse.js"></script>
<script src="./bootstrap/docs/assets/js/bootstrap-carousel.js"></script>
<script src="./bootstrap/docs/assets/js/bootstrap-typeahead.js"></script>
<script src="./bootstrap/docs/assets/js/bootstrap-affix.js"></script>
<script src="./bootstrap/docs/assets/js/application.js"></script>
<script>
</script>
</body>
</html>