forked from chai27495/chai27495.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbe.html
More file actions
213 lines (159 loc) · 8.23 KB
/
be.html
File metadata and controls
213 lines (159 loc) · 8.23 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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Project|UX Research project</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="img/logo.png" type="image/png">
<link rel="icon" href="img/logo.png" type="image/png">
<!-- Custom styles for this template -->
<link href="css/freelancer.min.css" rel="stylesheet">
<link href="css/projectpage.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
</head>
<header><a class="btn btn-secondary" href="index.html#portfolio">Back to Portfolio</a>
</header>
<body class="page" id="page-top">
<nav class="navbar navbar-expand-lg bg-secondary fixed-top text-uppercase" id="mainNav">
<div class="container">
<a class="page-scroll" href="#page-top"><img src="img/logo.png" width="75" height="75" class="img-responsive" alt="Chaitrali Gandhi"></a>
<a class="navbar-brand js-scroll-trigger" href="#page-top">Chaitrali Gandhi</a>
<button class="navbar-toggler navbar-toggler-right text-uppercase bg-primary text-white rounded" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="index.html#portfolio">Portfolio</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="index.html#about">About</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="Resume.pdf">Resume</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="col-md-12">
<div class="modal-body">
<div class="col-md-12">
<br>
<br>
<br>
<br>
<br>
<h1 class="text-uppercase text-center text-secondary mb-0"><img src="img/thumb.jpg" width="60" height="60">UX Research and Design Project</h1>
<hr>
</div>
<div class="text-secondary col-md-12">
<h5> <img src="img/summary.png" width="30" height="30"> Summary
</h5>
<hr>
<div class="text-secondary col-md-12">
<p> Proved the influence of emotions on keystroke patterns of a person by using Research and Design
</p>
</div>
</div>
<div class="text-secondary col-md-12">
<h5><img src="img/goal.png" width="30" height="30"> Goal</h5>
<hr>
<div class="col-md-12">
<p>Prove the influence of emotion on keystroke patterns in Android platform using Auditory Stimuli</p>
</div>
</div>
<div class=" text-secondary col-md-12">
<h5><img src="img/group1.png" width="30" height="30"> Team</h5>
<hr>
<p><img src="img/group.png" width="30" height="30"></p>
</div>
<div class="text-secondary col-md-12">
<h5><img src="img/marketing.png" width="30" height="30"> Research Process</h5>
<hr>
<div class="col-md-12">
<p>
<li><img src="img/marketing.png" width="30" height="30"> Literature Survey
<ul>
<li>Performed Literature Survey to know about the current research in Keystroke Dynamics and different methods used to prove influence of emotions</li></ul>
<li>Implementation
<ul>
<li>Created the plan we were going to follow to prove the influence of emotions
<div class="text-secondary col-md-12 col-xs-12">
<img class="text-secondary col-md-6 col-md-offset-3 col-xs-12" src="img/4.png">
</div>
<li>Requested IADS sounds and SAM ratings from University of Florida which were to be used for our research
<li> Built an Android app using 'Participatory Design' that could record keystroke patterns from users</li>
<div class="col-md-12">
<img src="img/3.png" style="float: left; width: 30%; margin-right: 20%; margin-bottom: 0.5em;">
<img src="img/3.1.png" style="float: left; width: 30%; margin-right: 20%; margin-bottom: 0.5em;">
</div>
<li>Recorded keystroke patterns from 23 users for different emotions induced through IADS sounds required for analysis</li>
<div class="text-secondary col-md-12 col-xs-12">
<img class="text-secondary col-md-6 col-md-offset-3 col-xs-12" src="img/2.png">
</div>
<li>Made use of two-way ANOVA in SPSS to prove the influence of emotions on keystroke patterns
<li>Wrote a Research paper published by International Journal of Computer Applications
</ul>
<a class="btn btn-primary" href="http://www.ijcaonline.org/archives/volume170/number7/28083-2017914916">Link to Paper</a>
</p>
</div>
</div>
<footer class="footer text-center" id="contact">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="col-lg-12 footer-text">
<h3>Contact</h3>
<ul class="list-inline">
<li class="list-inline-item">
<a class="btn-social btn-outline" href="https://www.facebook.com/chaitrali.gandhi">
<i class="fa fa-fw fa-facebook-official"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-social btn-outline" href="mailto:ckgandhi@umich.edu">
<i class="fa fa-fw fa-envelope"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-social btn-outline" href="www.linkedin.com/in/chaitraligandhi">
<i class="fa fa-fw fa-linkedin-square"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<div class="copyright py-4 text-center text-white">
<div class="container">
<small>Copyright © Chaitrali Gandhi 2017</small>
</div>
</div>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
</body>
</html>