forked from ietebitmesra/ietebitmesra.github.io
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Projects.html
270 lines (229 loc) · 13.5 KB
/
Projects.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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Project Showcase</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Poppins:300,400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<h1><a href="#hero">IETE</a></h1>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li ><a href="index.html">Home</a></li>
<li><a href="Team.html">Team</a></li>
<li><a href="Alumni-new.html">Alumni</a></li>
<li><a href="workshops.html">Workshops</a></li>
<li ><a href="Gallery.html">Gallery</a></li>
<li class="menu-active"><a href="#">Projects</a></li>
<!-- <li><a href="Detective-david.html">Detective David</a></li> -->
<!-- <li><a href="hack-the-circuit.html">Hack-The-Circuit</a></li> -->
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<section id="teamhero">
</section>
<section id="team">
<div class="container wow fadeInUp">
<div class="section-header">
<h3 class="section-title">Projects</h3>
</div>
</div>
<div class="container mx-auto my-5 proj-container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card text-center w-500 mobile-space card-pad">
<h3 class="card-title proj-title">Measuring Air Quality using Chaotic Circuit</h3>
<img src="./proj-showcase-img/airquality.jpg" class="card-img proj-card-img">
<button class="btn btn-primary" data-target="#modal1" data-toggle="modal">Click</button>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card text-center w-500 mobile-space card-pad">
<h3 class="card-title proj-title">Biometric <br> Attendance<br> System</h3>
<img src="./proj-showcase-img/bioattendance.jpg" class="card-img proj-card-img">
<button class="btn btn-primary" data-target="#modal2" data-toggle="modal">Click</button>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card text-center w-500 mobile-space card-pad">
<h3 class="card-title proj-title">Design for Charging Battery for BMS</h3>
<img src="./proj-showcase-img/bms.jpg" class="card-img proj-card-img">
<button class="btn btn-primary" data-target="#modal3" data-toggle="modal">Click</button>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="container wow fadeInUp mt-5">
<div class="row justify-content-center">
<div class="info">
<div class="social-links">
<a href="https://www.facebook.com/ietebitm/" class="facebook" target="_blank"><i class="fa fa-facebook"></i></a> |
<a href="mailto:ietebitm@gmail.com" class="google-plus" target="_blank"><i class="fa fa-envelope"></i></a> |
<a href="https://www.linkedin.com/in/ietebitm" class="linkedin" target="_blank"><i class="fa fa-linkedin"></i></a> |
<a href="https://www.instagram.com/iete_bitmesra" class="instagram" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>2021</strong>.
</div>
</div>
</footer><!-- #footer -->
<section>
<div class="modal modal-showcase" id="modal1">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content showcase-content">
<!-- Modal Header -->
<div class="modal-header">
<h4 class="modal-title">Measuring Air Quality using Chaotic Circuit</h4>
</div>
<!-- Modal body -->
<div class="modal-body">
<div class="proj-desp">
The circuit measures the level of CO2 in the classroom environment.
As the level touches a certain amount of CO2 the sensor gives an
indication that it has reached a hazardous level and the windows
should be opened.
For this, a chaotic circuit is being used to increase the sensitivity
of the sensor, so that even the slightest increase in the level of CO2 can be detected.
</div>
<div class="container-fluid">
<div class="row">
<img src="./proj-showcase-img/airquality1.jpg" class="card-img proj-img col-lg-6 col-12 mx-auto">
<img src="./proj-showcase-img/airquality2.jpg" class="card-img proj-img col-lg-6 col-12 mx-auto">
</div>
</div>
<div class="credits">
<h4 class="proj-by">By</h4>
<h4 class="proj-by">Harshit Singh</h4>
<h4 class="proj-by">Suchismita Sarkar</h4>
<h4 class="proj-by">Shreyas Agarwal</h4>
</div>
</div>
<!-- Modal footer -->
<div class="modal-footer">
<button type="button" onclick="window.open('https://docs.google.com/presentation/d/1muB6iYmOruMGMReRKw_m1JQIrSPzg7yRxLoKbOhKc7s/edit?usp=drivesdk', '_blank');" class="btn btn-success">Link to project</button>
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="modal modal-showcase" id="modal2">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content showcase-content">
<!-- Modal Header -->
<div class="modal-header">
<h4 class="modal-title w-100">Biometric Attendance System</h4>
</div>
<!-- Modal body -->
<div class="modal-body">
<div class="proj-desp">
Biometric time and attendance systems use the fingerprints of students to verify
who is actually clocking in and clocking out of class each day.
The system scans the finger of the student, coordinates are determined
and then the system maps the endpoints and intersections of the fingerprint. Biometric systems
are easy to use, easy to install and
track data regarding students for management to analyse.
</div>
<div class="container-fluid">
<div class="row">
<img src="./proj-showcase-img/bioattendance1.jpg" class="card-img proj-img col-lg-6 col-12 mx-auto">
<img src="./proj-showcase-img/bioattendance.jpg" class="card-img proj-img col-lg-6 col-12 mx-auto">
</div>
</div>
<div class="credits">
<h4 class="proj-by">By</h4>
<h4 class="proj-by">Shantanu Choudhary </h4>
</div>
</div>
<!-- Modal footer -->
<div class="modal-footer">
<button type="button" onclick="window.open('https://drive.google.com/file/d/1KXPh8_9_kliTCRPjfKm8oDO-MMb1IDw2/view', '_blank');" class="btn btn-success">Link to project</button>
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="modal modal-showcase" id="modal3">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content showcase-content">
<!-- Modal Header -->
<div class="modal-header">
<h4 class="modal-title">Hardware design for charging Lithium-ion battery for Battery Management System (BMS)</h4>
</div>
<!-- Modal body -->
<div class="modal-body">
<div class="proj-desp">
Simulation of a non-inverting bidirectional converter
for controlling the power flow between the battery and
350-volt dc-link by operating it in four modes including
buck and boost operations based on the state of charge of
battery and requirement of the load.Hardware design of a
dc-dc converter for charging battery pack of 30 lithium-ion
cells of 96 volts from a 350 volts dc link.
</div>
<div class="container-fluid">
<div class="row">
<img src="./proj-showcase-img/bms1.jpg" class="card-img proj-img proj-img-3 col-lg-6 col-12 mx-auto">
<img src="./proj-showcase-img/bms2.jpg" class="card-img proj-img proj-img-3 col-lg-6 col-12 mx-auto">
</div>
</div>
<div class="credits">
<h4 class="proj-by">By</h4>
<h4 class="proj-by">Sonu Singh</h4>
</div>
</div>
<!-- Modal footer -->
<div class="modal-footer">
<button type="button" onclick="window.open('https://drive.google.com/open?id=1OpTlexsR9TkcwpS79-z_FXH_wYrt0A5U', '_blank');" class="btn btn-success">Link to project</button>
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</section>
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<script src="js/main.js" ></script>
</body>
</html>