-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (88 loc) · 4.21 KB
/
index.html
File metadata and controls
113 lines (88 loc) · 4.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
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="http://www.hiit.fi/sites/all/themes/hiit/favicon.ico" type="image/x-icon" />
<style type="text/css">
@import "contextlogger2/hiit.css";
h1 { text-align: center }
p, h1, h2 { clear: both }
.navbar {
}
.navmenu {
margin: 1em;
border-style: none;
float: left;
}
.navtitle {
font-weight: bold;
text-transform: lowercase;
}
.navitem {
display: block;
font-weight: normal;
text-transform: lowercase;
}
.edition {
color: #808080;
font-size: larger;
vertical-align: text-top;
}
</style>
<title>ContextLogger2</title>
</head>
<body>
<h1>ContextLogger<span class="edition">2</span></h1>
<div class="navbar">
<table class="navmenu" summary="about menu">
<tr><td><span class="navtitle">about</span></td></tr>
<tr><td><a class="navitem" href="contextlogger2/intro.html">intro</a></td></tr>
<tr><td><a class="navitem" href="contextlogger2/features.html">features</a></td></tr>
<tr><td><a class="navitem" href="contextlogger2/status.html">status</a></td></tr>
<tr><td><a class="navitem" href="contextlogger2/known_bugs.html">bugs</a></td></tr>
<tr><td><a class="navitem" href="contextlogger2/roadmap.html">roadmap</a></td></tr>
</table>
<table class="navmenu" summary="docs menu">
<tr><td><span class="navtitle">docs</span></td></tr>
<tr><td><a class="navitem" href="contextlogger2/quick_start.html">quick start</a></td></tr>
<tr><td><a class="navitem" href="contextlogger2/guides.html">manual</a></td></tr>
<tr><td><a class="navitem" href="contextlogger2/publications.html">papers</a></td></tr>
<tr><td><a class="navitem" href="contextlogger2/faq.html">faq</a></td></tr>
<tr><td><a class="navitem" href="https://github.com/contextlogger/wiki/wiki/">wiki</a></td></tr>
</table>
<table class="navmenu" summary="code menu">
<tr><td><span class="navtitle">code</span></td></tr>
<tr><td><a class="navitem" href="contextlogger2/license.html">license</a></td></tr>
<tr><td><a class="navitem" href="contextlogger2/demo.html">binaries</a></td></tr>
<tr><td><a class="navitem" href="contextlogger2/source.html">source</a></td></tr>
</table>
<table class="navmenu" summary="community menu">
<tr><td><span class="navtitle">community</span></td></tr>
<tr><td><a class="navitem" href="https://github.com/contextlogger">github</a></td></tr>
<tr><td><a class="navitem" href="http://twitter.com/contextlogger">twitter</a></td></tr>
<tr><td><a class="navitem" href="https://github.com/contextlogger/bugs/issues">issues</a></td></tr>
</table>
</div>
<!--
<p class="notice">
<b class="notice-title">Notice:</b>
There are <a href="http://twitter.com/contextlogger/status/49814815518097408">ContextLogger2 related topics</a> in Google Summer of Code 2011. Submit your proposal by April 8th, 19:00 UTC.
</p>
-->
<!--
<h2>Introduction</h2>
-->
<p>
<em>ContextLogger2</em> (CL2) is a software tool for smartphone data collection, created primarily with research purposes in mind. It can, for instance, be used in user studies for collecting and recording context information such as GPS and GSM cell ID readings, keypress times, application focus changes, etc. The software presently supports <a href="http://symbian.nokia.com/">Symbian OS</a> based phones, and <a href="http://www.android.com/">Android</a> support is <a href="https://github.com/contextlogger/android/wiki">under development</a>. CL2 was initially conceived as a small <a href="http://www.hiit.fi/">HIIT</a> internal project, and its development continues in contexts such as <a href="http://code.google.com/soc/">Google Summer of Code</a> and Helsinki Privacy Experiment.
</p>
<hr class="light" />
<p><a href="http://hiit.fi/u/hasu/">Tero Hasu</a></p>
<!-- Credits: The design of this page is heavily inspired by that of the http://iolanguage.com/ page. The tasteful choice of a font setting comes from the http://ooc-lang.org/ site. -->
</body>
</html>
<!--
% Local Variables:
% mode: longlines
% End:
-->