Quellcode durchsuchen

Add some blurb to the main android page

tags/SensorLogger/0.1.6
Chris Smith vor 14 Jahren
Ursprung
Commit
3a81d25aec
1 geänderte Dateien mit 22 neuen und 3 gelöschten Zeilen
  1. 22
    3
      website/index.html

+ 22
- 3
website/index.html Datei anzeigen

@@ -6,16 +6,35 @@
6 6
     <style type="text/css">
7 7
      .qr { float: left; clear: left; margin-right: 15px; }
8 8
      .qr img { width: 128px; }
9
+     .app p { margin-left: 143px; }
9 10
     </style>
10 11
   </head>
11 12
   <body style="margin-top: 0; padding-top: 0;">
12 13
     <h1 style="background: url('android.png') no-repeat right; padding-top: 50px; margin-top: 0;">Android projects by <span>Chris Smith</span></h1>
13 14
     <div>
15
+     <h2>Context-aware framework</h2>
16
+     <p>
17
+      The goal of the context-aware framework is to create an open, easy-to-use
18
+      framework for application developers to retrieve information about the
19
+      user's context. This context information includes low-level activites
20
+      (walking, sitting, running, etc), places (home, work, travelling),
21
+      nearby people (friends, strangers, etc) and more.
22
+     </p>
23
+     <p>
24
+      At present the project is in a research and data-collection phase. The
25
+      applications presented below are intended to assist in gathering data
26
+      which can be analysed to determine suitable algorithms and parameters
27
+      to perform the detection necessary to correctly classify and extract
28
+      context information. While they are published on the Android market
29
+      and freely available to download, they do not provide any benefit to
30
+      end users, so it is not anticipated that they will be widely used
31
+      outside a small set of voluntary testers.
32
+     </p>
14 33
      <div class="app">
15 34
       <a href="market://details?id=uk.co.md87.android.sensorlogger" class="qr"><img src="SensorLogger.png" alt="SensorLogger.apk QR code"></a>
16
-      <h2>Sensor logger</h2>
17
-      <p>Logs changes in accelerometer and magnetic readings and allows them to be uploaded for use in research.</p>
18
-      <p>When the "start" button is pressed, the application will log sensor data for approximately 50 seconds, and then automatically upload it along with the user-supplied activity description.</p>
35
+      <h3>Sensor logger</h3>
36
+      <p>Logs changes in accelerometer and magnetic field readings over a 50 second period. This data is combined with a user-supplied activity description, and uploaded for use in development, training and evaluation of an activity detection algorithm.</p>
37
+      <p>The application provides a link to a web-based portal where users can see a graph of their uploaded data, and the results of the activity detection algorithm will also be surfaced there.</p>
19 38
      </div>
20 39
     </div>
21 40
     <div id="footer"/>

Laden…
Abbrechen
Speichern