-
Notifications
You must be signed in to change notification settings - Fork 0
/
ami.html
166 lines (163 loc) · 5.02 KB
/
ami.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
<!doctype html>
<!-- Website Template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>StSt - AmI</title>
<link rel="stylesheet" type="text/css" href="css/style2.css">
<link rel="stylesheet" type="text/css" href="css/mobile.css" media="screen and (max-width : 568px)">
<link rel="stylesheet" href="bootstrap-3.3.6-dist/css/bootstrap.min.css">
<link rel="icon" href="images/Study-Station-logo-versione-finale-ConvertImage.ico">
<script type="text/javascript" src="js/mobile.js"></script>
</head>
<body onload = window.scroll(0,280)>
<div id="header">
<a href="index.html" class="logo">
<img src="images/Study-Station-logo-versione-finale.jpg" alt="">
</a>
<ul id="navigation">
<li >
<a href="index.html">home</a>
</li>
<li>
<a href="vision.html">vision</a>
</li>
<li class="selected">
<a href="ami.html">AmI</a>
</li>
<li>
<a href="specs.html">specs</a>
</li>
<li>
<a href="multimedia.html">multimedia</a>
</li>
<li>
<a href="about.html">about us</a>
</li>
</ul>
</div>
<div id = body>
<h1 id=h1 style="margin-bottom:10px"><span>AmI Steps and Features</span></h1>
<div>
<h2 id=h2 style="margin-top:30px; margin-bottom:30px">
AmI Main Steps
</h2>
</div>
<div class="row">
<!-- Three columns of text below the carousel -->
<div class="col-lg-6">
<div class="panel panel-info">
<div class = "panel-heading">
<h3>Sensing</h3>
</div>
<div class="panel-body">
<p>Thanks to some sensors, the system understands the posture of the user and the brightness of the room.</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="panel panel-info">
<div class = "panel-heading">
<h3>Reasoning</h3>
</div>
<div class = "panel-body">
<p>The calculation of the difference between the actual posture and the correct one;
the comparison between the room brightness and a reference brightness.</p>
</div>
</div><!-- /.col-lg-6 -->
</div>
</div>
<div class = "row">
<div class="col-lg-6">
<div class="panel panel-info">
<div class = "panel-heading">
<h3>Acting</h3>
</div>
<div class = "panel panel-body">
<p>A vibration advises the user if he assumes a wrong posture;
sound signals or display messages warn the user about room brightness.</p>
</div>
</div><!-- /.col-lg-6 -->
</div>
<div class="col-lg-6">
<div class="panel panel-info">
<div class = "panel panel-heading">
<h3>Interacting</h3>
</div>
<div class = "panel panel-body">
<p>The user can start and stop the system on the user interface.
Furthermore he can review the data collected by the system during the day, month, year on the website. </p>
</div>
</div><!-- /.col-lg-6 -->
</div><!-- /.row -->
</div>
<div>
<h2 id ="h2" style="margin-top:30px; margin-bottom:30px">
AmI Features
</h2>
</div>
<div class="row">
<!-- Three columns of text below the carousel -->
<div class="col-lg-4">
<div class="panel panel-danger">
<div class = "panel-heading">
<h3>Sensitive</h3>
</div>
<div class="panel-body">The system is able to recognize wrong postures and the
room brightness.</div>
</div><!-- /.col-lg-4 -->
</div>
<div class =col-lg-4>
<div class="panel panel-danger">
<div class = "panel-heading">
<h3>Responsive</h3>
</div>
<div class="panel-body">The system is able to alert the user through vibrations,
audios and displayed messages.</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<div class="panel panel-danger">
<div class = "panel panel-heading">
<h3>Adaptive</h3>
</div>
<div class="panel-body">The system is able to adapt itself to every kind
of body and it will start only when it is required.</div>
</div>
</div>
</div>
<div class = "row">
<div class=" col-lg-4">
<div class="panel panel-danger">
<div class="panel panel-heading">
<h3>Transparent</h3>
</div>
<div class="panel-body">The system intervenes only when the user needs help.</div>
</div><!-- /.col-lg-4 -->
</div>
<div class = "col-lg-4">
<div class="panel panel-danger">
<div class="panel panel-heading">
<h3>Ubiquitous</h3>
</div>
<div class="panel-body">The system is based on a wearable device. The user can install it in any environment suitable for studying!</div>
</div><!-- /.col-lg-4 -->
</div>
<div class = "col-lg-4">
<div class="panel panel-danger">
<div class= "panel-heading">
<h3>Intelligent</h3>
</div>
<div class="panel-body">The system is able to elaborate data and to understand when the user has to be warned.</div>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div>
</div>
<div id="footer">
<div>
<p>© 2016 by StSt. All rights reserved.</p>
</div>
</div>
</body>
</html>