-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathparinat.php
executable file
·352 lines (270 loc) · 9.3 KB
/
parinat.php
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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<?php include 'header.php'; ?>
<!-- ============================================================= MAIN ============================================================= -->
<main>
<!-- ============================================================= SECTION – HERO ============================================================= -->
<section id="hero" class="img-bg-top img-bg-soft " style="background-image: url(assets/images/art/about3.jpg);">
<div class="container inner">
<div class="row">
<div class="col-sm-10">
<header>
<h1>PARINAT — <br>First Humanoid Robot</h1>
</header>
</div><!-- /.col -->
</div><!-- ./row -->
</div><!-- /.container -->
</section>
<!-- ============================================================= SECTION – HERO : END ============================================================= -->
<!-- ============================================================= SECTION – WHO WE ARE ============================================================= -->
<section id="who-we-are">
<div class="container inner-md">
<div class="row inner-top-xs">
<div class="col-sm-6 inner-right-xs inner-bottom-xs">
<h2>Introduction</h2>
<p>A humanoid is a robot that resembles a human being in its appearance – has a head, 2 legs, 2 arms and a torso. The most interesting aspect of making a humanoid is that it gives a great insight into the way our body functions while performing any kind of motion in terms of stability and actuation.
Parinat – sanskrit for Transform – Inspired by an ideological mashup of the movies “Transformers” and “Real Steel”, for the first version, we’re aiming to make a transforming humanoid capable of mimicking a user. Team Parinat consists purely of students from various departments of IIT Bombay.</p>
</div><!-- /.col -->
<div class="col-sm-6 inner-left-xs inner-bottom-xs">
<br><br>
<p>Apart from research, this project would be an asset for areas which are too dangerous (environmentally) for human beings. The major advantage of Parinat being that it can transform into a vehicle state and hence has longer mission times for the same on-board power as rolling has lesser friction opposing it, hence lower power consumption as opposed to walking. However, enabling it to perform most of the tasks a human being is capable of is a complex challenge, and will be achieved over the course of time.</p>
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!-- ============================================================= SECTION – WHO WE ARE : END ============================================================= -->
<!-- ============================================================= SECTION – TEAM ============================================================= -->
<section id="team" class="light-bg">
<div class="container inner-top inner-bottom-sm">
<div class="row">
<div class="col-md-8 col-sm-10 center-block text-center">
<header>
<h1>Work Done Till Now</h1>
</header>
</div><!-- /.col -->
</div><!-- /.row -->
<div class="row inner-top-sm text-center">
<div class="col-sm-6 inner-bottom-sm inner-left inner-right">
<figure class="member">
<div class="icn-link">
<a href="#"><img src="assets/images/art/4prot.jpg" ></a>
</div><!-- /.icon-overlay -->
<figcaption>
<h2>
4th Prototype
</h2>
</figcaption>
</figure><br><br><br><br><p>Tech specs of our latest prototype</p>
<table class="table table-striped table-bordered">
<tr>
<td valign="top" width="319">
<b>Degrees of Freedom</b>
</td>
<td valign="top" width="319">
14
</td>
</tr>
<tr>
<td valign="top" width="319">
<b>Actuators</b>
</td>
<td valign="top" width="319">
<span class="caps">NRS</span>-995 (17kg-cm)
</td>
</tr>
<tr>
<td valign="top" width="319">
<b>Microcontroller</b>
</td>
<td valign="top" width="319">
Arduino Pro Mini
</td>
</tr>
<tr>
<td valign="top" width="319">
<b>Power</b>
</td>
<td valign="top" width="319">
<span class="caps">SMPS</span> (5V/25A)
</td>
</tr>
<tr>
<td valign="top" width="319">
<b>Material</b>
</td>
<td valign="top" width="319">
Acrylic
</td>
</tr>
</table>
</div><!-- /.col -->
<div class="col-sm-6 inner-bottom-sm inner-left inner-right">
<figure class="member">
<div class="icn-link">
<a href="#"><img src="assets/images/art/about3.JPG" ></a>
</div><!-- /.icon-overlay -->
<figcaption>
<h2>
5th Prototype
</h2>
</figcaption>
</figure>
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!-- ============================================================= SECTION – TEAM : END ============================================================= -->
<!-- ============================================================= SECTION – HOW WE WORK ============================================================= -->
<section id="how-we-work">
<div class="container inner-top inner-bottom-sm">
<div class="row">
<div class="col-md-8 col-sm-9 center-block text-center">
<header>
<h1>Meet our Team</h1>
</header>
</div><!-- /.col -->
</div><!-- /.row -->
<div class="col-md-offset-1 col-md-11">
<table class="table table-striped table-bordered">
<tr>
<td valign="top" width="298">
<p style="text-align: left;">
<span style="color: #ff9900;"><b>Name</b></span>
</p>
</td>
<td style="text-align: left;" valign="top" width="293">
<span style="color: #ff9900;"><b>Role</b></span>
</td>
</tr>
<tr>
<td width="298">
<p style="text-align: left;" align="center">
<b>Ashay Tejwani</b>
</p>
</td>
<td width="293">
<p style="text-align: left;" align="center">
Team Leader, Head of Coding Subdivision
</p>
</td>
</tr>
<tr>
<td width="298">
<p style="text-align: left;" align="center">
<b>Alap Kshirsagar</b>
</p>
</td>
<td width="293">
<p style="text-align: left;" align="center">
Chief <span class="caps">CAD</span>-et, Head of Mechanical Subdivision
</p>
</td>
</tr>
<tr>
<td width="298">
<p style="text-align: left;" align="center">
<b>Krishnakant Saboo</b>
</p>
</td>
<td width="293">
<p style="text-align: left;" align="center">
Coding
</p>
</td>
</tr>
<tr>
<td width="298">
<p style="text-align: left;" align="center">
<b>Sundaram Prasad</b>
</p>
</td>
<td rowspan="2" width="293">
<p style="text-align: left;" align="center">
Heads of Electronics Subdivision
</p>
</td>
</tr>
<tr>
<td width="298">
<p style="text-align: left;" align="center">
<b>Urvesh Patil</b>
</p>
</td>
</tr>
<tr>
<td width="298">
<p style="text-align: left;" align="center">
<b>Aayush Yadav</b>
</p>
</td>
<td width="293">
<p style="text-align: left;" align="center">
Coding
</p>
</td>
</tr>
<tr>
<td width="298">
<p style="text-align: left;" align="center">
<b>Aman Berlia</b>
</p>
</td>
<td width="293">
<p style="text-align: left;" align="center">
Mechanical
</p>
</td>
</tr>
<tr>
<td width="298">
<p style="text-align: left;" align="center">
<b>Goutam Bhat</b>
</p>
</td>
<td width="293">
<p style="text-align: left;" align="center">
Mechanical
</p>
</td>
</tr>
<tr>
<td width="298">
<p style="text-align: left;" align="center">
<b>Nimit Kumar Singh</b>
</p>
</td>
<td width="293">
<p style="text-align: left;" align="center">
Mechanical
</p>
</td>
</tr>
<tr>
<td width="298">
<p style="text-align: left;" align="center">
<b>Vishveshwar Singh</b>
</p>
</td>
<td width="293">
<p style="text-align: left;" align="center">
Mechanical
</p>
</td>
</tr>
</table>
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!-- ============================================================= SECTION – HOW WE WORK : END ============================================================= -->
<!-- ============================================================= SECTION – GET IN TOUCH ============================================================= -->
<section id="get-in-touch" class="tint-bg">
<div class="container inner-sm">
<div class="row">
<div class="col-sm-10 center-block text-center">
<h1 class="single-block">Want to work with us? <br> Reach out to us at <b>" [email protected] "</b></h1>
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!-- ============================================================= SECTION – GET IN TOUCH : END ============================================================= -->
</main>
<!-- ============================================================= MAIN : END ============================================================= -->
<?php include 'footer.php'; ?>