-
Notifications
You must be signed in to change notification settings - Fork 0
/
post7.html
243 lines (201 loc) · 10.6 KB
/
post7.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
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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<!--
++++++++++++++++++++++++++++++++++++++++++++++++++++++
AUTHOR : Vijayan PP
PROJECT :NIM
VERSION : 1.1
++++++++++++++++++++++++++++++++++++++++++++++++++++++
-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=devidev-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>JMU Autonomus Car project</title>
<!-- [ FONT-AWESOME ICON ]
=========================================================================================================================-->
<link rel="stylesheet" type="text/css" href="library/font-awesome-4.3.0/css/font-awesome.min.css">
<!-- [ PLUGIN STYLESHEET ]
=========================================================================================================================-->
<link rel="shortcut icon" type="image/x-icon" href="images/icon.png">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="css/owl.theme.css">
<link rel="stylesheet" type="text/css" href="css/magnific-popup.css">
<!-- [ Boot STYLESHEET ]
=========================================================================================================================-->
<link rel="stylesheet" type="text/css" href="library/bootstrap/css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="library/bootstrap/css/bootstrap.css">
<!-- [ DEFAULT STYLESHEET ]
=========================================================================================================================-->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<link rel="stylesheet" type="text/css" href="css/color/rose.css">
</head>
<body >
<!-- [ LOADERs ]
================================================================================================================================-->
<div class="preloader">
<div class="loader theme_background_color">
<span></span>
</div>
</div>
<!-- [ /PRELOADER ]
=============================================================================================================================-->
<!-- [WRAPPER ]
=============================================================================================================================-->
<div class="wrapper">
<!-- [NAV]
============================================================================================================================-->
<!-- Navigation
==========================================-->
<nav class=" nim-menu navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>/
</button>
<a class="navbar-brand" href="index.html">J<span class="themecolor">M</span>U autonomus car</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html" class="page-scroll">Home</a></li>
<li><a href="index.html#one" class="page-scroll">About</a></li>
<li><a href="blog.html" class="page-scroll">Blog</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="index.html#two" class="page-scroll">Map</a></li>
<li><a href="index.html#three" class="page-scroll">Sensor View</a></li>
<li><a href="index.html#four" class="page-scroll">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- [/NAV]
============================================================================================================================-->
<!-- [/blogmenu]
======================================================================================================================
-->
<section class="main-heading" id="blog_menu">
<div class="scrollmenu">
<a href="post1.html">Post 1</a>
<a href="post2.html">Post 2</a>
<a href="post3.html">Post 3</a>
<a href="post4.html">Post 4</a>
<a href="post5.html">Post 5</a>
<a href="post6.html">Post 6</a>
<a href="post7.html">Post 7</a>
</div>
</section>
<div class="row">
<div class="leftcolumn">
<div class="card">
<h2>Week 11</h2>
<h5>March 27, 2018</h5>
<img src="images/image8.jpeg" class="img-responsive">
<h3>Front End</h3>
<p>The front end team has completely revamped the website using HTML, and javascript. This will allow the website to connect with the database. The app is completely dynamic and ready for graphical updates to make it look better to the user. The front end team is facing issues getting the map within the app re-update, and are looking in to add an android version of the app. The team has started interviewing people on how the app looks and they are updating the appearance of the app and making it more user-friendly.</p>
<br>
<h3>Planning and Navigation</h3>
<p>The team is working with some server issues. Luckily, the software components all coordinate and they match the architecture diagram that was designed earlier in the semester.</p>
<br>
<h3>Sensing and Processing</h3>
<p>This week the sensing and processing team is working with localization and velocity. The team has been having problems with the localization of the cart regarding accuracy and speed. The team has decided to calculate velocity based on latitude and longitude.</p>
<br>
<h3>Motor Control</h3>
<p>The team used SolidWorks technology to design mounting plates for the linear actuator and the gear stepper motors and they will mill actual mounting plates out of aluminum based on the design. The team also started constructing a prototype emergency brake that will disengage the autonomous driving system and allow for manual override.</p>
<br>
</div>
</div>
<div class="rightcolumn">
<div class="card">
<h2>About Us</h2>
<img src="images/image2.jpg" class="img-responsive" style="height:175px;">
<p>We are a mixed team of JMU student working to produce a self driving golf cart.</p>
</div>
<div class="card">
<h3>Next post</h3>
<div class="fakeimg"><a href="post1.html">Post 1</a></div><br>
<div class="fakeimg"><a href="post2.html">Post 2</a></div><br>
<div class="fakeimg"><a href="post3.html">Post 3</a></div>
</div>
</div>
</div>
<!-- [CONTACT]
============================================================================================================================-->
<!--sub-form-->
<section class="sub-form text-center" id="eight">
<div class="container">
<div class="col-md-12">
<h3 class="title">Subscribe to our <span class="themecolor"> News letter</span></h3>
<p class="lead">Lorem ipsum dolor sit amet ne onsectetuer adipiscing elit. Aenean commodo ligula eget dolor in tashin ty</p>
</div>
<div class="row">
<div class="col-md-3 col-sm-3"></div>
<div class="col-md-6 center-block col-sm-6 ">
<form id="mc-form">
<div class="input-group">
<input type="email" class="form-control" placeholder="Email Address" required id="mc-email">
<span class="input-group-btn">
<button type="submit" class="btn btn-default">SUBSCRIBE <i class="fa fa-envelope"></i> </button>
</span> </div>
<label for="mc-email" id="mc-notification"></label>
</form>
</div>
</div>
</div>
</section>
<!--sub-form end-->
<!-- [/CONTACT]
============================================================================================================================-->
<!-- [FOOTER]
============================================================================================================================-->
<footer class="site-footer section-spacing text-center " id="eight">
<div class="container">
<div class="row">
<div class="col-md-4">
<p class="footer-links"><a href="#">Terms of Use</a> <a href="#">Privacy Policy</a></p>
</div>
<div class="col-md-4"> <small>© 2015 Nim. All rights reserved.</small></div>
<div class="col-md-4">
<!--social-->
<ul class="social">
<li><a href="https://twitter.com/" target="_blank"><i class="fa fa-twitter "></i></a></li>
<li><a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.youtube.com/" target="_blank"><i class="fa fa-youtube-play"></i></a></li>
</ul>
<!--social end-->
</div>
</div>
</div>
</footer>
<!-- [/FOOTER]
============================================================================================================================-->
</div>
<!-- [ /WRAPPER ]
=============================================================================================================================-->
<!-- [ DEFAULT SCRIPT ] -->
<script src="library/modernizr.custom.97074.js"></script>
<script src="library/jquery-1.11.3.min.js"></script>
<script src="library/bootstrap/js/bootstrap.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<!-- [ PLUGIN SCRIPT ] -->
<script src="library/vegas/vegas.min.js"></script>
<script src="js/plugins.js"></script>
<!-- [ TYPING SCRIPT ] -->
<script src="js/typed.js"></script>
<!-- [ COUNT SCRIPT ] -->
<script src="js/fappear.js"></script>
<script src="js/jquery.countTo.js"></script>
<!-- [ SLIDER SCRIPT ] -->
<script src="js/owl.carousel.js"></script>
<script src="js/jquery.magnific-popup.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<!-- [ COMMON SCRIPT ] -->
<script src="js/common.js"></script>
</body>
</html>