-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
584 lines (497 loc) · 20.8 KB
/
index.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
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
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
<!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>Fork It</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Custom CSS -->
<link href="css/grayscale.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<i class="fa fa-play-circle"></i> <span class="light">Fork IT</span>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li >
<a class="page-scroll" href="#prob">Problem</a>
</li>
<li>
<a class="page-scroll" href="#product">Product</a>
</li>
<li>
<a class="page-scroll" href="#deployment">Deployment</a>
</li>
<li>
<a class="page-scroll" href="#award">Awards</a>
</li>
<li>
<a class="page-scroll" href="#pub">Publications</a>
</li>
<li>
<a class="page-scroll" href="#timeline">Timeline</a>
</li>
<li>
<a class="page-scroll" href="#about">Team</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
<li>
<a class="page-scroll" href="https://theforkit.github.io">Blog</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="brand-heading">FORK IT</h1>
<p class="intro-text">End to End System made for Post Disaster Management<br></p>
<a href="#photos" class="btn btn-circle page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<!--Caraousol-->
<section id="prob" class="content-section text-center">
<div class="flex-video widescreen" style="margin: 0 auto;text-align:center;">
<iframe allowfullscreen="" align="middle" src="https://www.youtube.com/embed/8y1qoB2SVuk?" frameborder="0">
</iframe>
</div>
<!--
<div class="embed-responsive embed-responsive-16by9">
<iframe allowfullscreen="" align="middle" src="https://www.youtube.com/embed/8y1qoB2SVuk?">
</iframe>
</div>
-->
</section>
<!--Combined Product Section/XOB/Dashboard-->
<!-- Product Section -->
<section id="product" class="content-section text-center">
<div class="product-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>What our Tech Does ?</h2>
<p>ICT Enabled, Robust & Optimized</p>
<p>Initial Damage Assessment</p>
<p>Bridge the gap between Damage Assessment & Need Assessment</p>
<p>Fast Resource Allocation</p>
</div>
</div>
</div>
</section>
<section id="product" class="content-section text-center">
<div class="product-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Surakshit</h2>
<p>Thunder. Storm. Flood.</p>
<p>Connectivity?</p>
<p>Communication?</p>
<p>Cover?</p>
<p>Now you can connect with the concerned rescue authorities for help and rescue. Get to see local offline maps to
guide you to safer areas. Security of your loved ones will no more be compromised due to any disaster.</p>
<p><a href="https://itsforkit.github.io/uploaded/Surakshit Software Data Sheet.pdf" target="_blank">Surkshit Data Sheet</a></p>
</div>
</div>
</div>
</section>
<!-- XOB Section -->
<section id="component" class="content-section text-center">
<div class="xob-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>XOB x.1</h2>
<!--Caraousol-->
<header class="display">
<div id="myCarousel2" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel2" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel2" data-slide-to="1"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="img-responsive center-block" src="img/xob5.jpg" alt="">
</div>
<div class="item">
<img class="img-responsive center-block" src="img/xob6.jpg" alt="">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel2" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel2" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</header>
<p> </p>
<p><a href="https://itsforkit.github.io/uploaded/Information DropBox Data Sheet.pdf" target="_blank">XOB x.1 Data Sheet</a></p>
</div>
</div>
</div>
</section>
<!-- Dashboard Section -->
<section id="dashboard" class="content-section text-center">
<div class="dashboard-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Dashboard</h2>
<!--Caraousol-->
<header class="display">
<div id="myCarousel3" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel3" data-slide-to="0"></li>
<li data-target="#myCarousel3" data-slide-to="1" class="active"></li>
<li data-target="#myCarousel3" data-slide-to="2"></li>
<li data-target="#myCarousel3" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="img-responsive center-block" src="img/xob1.jpeg" alt="">
</div>
<div class="item">
<img class="img-responsive center-block" src="img/xob2.jpeg" alt="">
</div>
<div class="item">
<img class="img-responsive center-block" src="img/xob3.jpeg" alt="">
</div>
<div class="item">
<img class="img-responsive center-block" src="img/xob4.jpeg" alt="">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel3" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel3" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</header>
</div>
</div>
</div>
</section>
<header class="display">
<section id="deployment" class="content-section text-center">
<div class="row col-lg-8 col-lg-offset-2">
<h1>Field Testing</h1>
<p>Participated in two disaster mock drills have been carried out at
<ul><li><p>Sandeshkhali village (Sunderbans, WB )</p></li>
<p>and </p>
<li><p>Kandi village (Murshidabad, WB)</p></li></ul>
<p>in collaboration with State Disaster Management, Government of West Bengal & NDRF .</p>
<p> </p><p> </p><p> </p>
</div>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<!--<li data-target="#myCarousel" data-slide-to="4"></li> -->
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="img-responsive center-block" src="img/dis2.jpg" alt="">
</div>
<div class="item">
<img class="img-responsive center-block" src="img/dis3.jpg" alt="">
</div>
<div class="item">
<img class="img-responsive center-block" src="img/dis5.jpg" alt="">
</div>
<div class="item">
<img class="img-responsive center-block" src="img/dis1.jpg" alt="">
</div>
<div class="item">
<img class="img-responsive center-block" src="img/dis4.jpg" alt="">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div>
<p> </p>
<p> </p>
</div>
<div class="flex-video widescreen" style="margin: 0 auto;text-align:center;">
<iframe src="https://www.youtube.com/embed/ZArmZWjDyQA" frameborder="0" allowfullscreen>
</iframe>
</div>
<div>
<p> </p>
<p> </p>
</div>
<div class="flex-video widescreen" style="margin: 0 auto;text-align:center;">
<iframe src="https://www.youtube.com/embed/G5CJJo3uQjo" frameborder="0" allowfullscreen>
</iframe>
</div>
<div>
<p> </p><p> </p>
</div>
</section>
</header>
<!-- Awards Section -->
<section id="award" class="container award-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<p> </p><p> </p><p> </p>
<h2>Awards</h2>
<ul>
<li><p>Grand Challenge, IIT Patna titled "A rapidly deployable alternate communication method in disaster-struck areas & create offline crisis map". Won the Grade A.
</p>
</li>
<p> </p>
<li>
<p>
Startup Weekend, IIM C titled "Surakshit: Diminishing Disaster Distress" 1st Runners UP.
</p>
</li>
</ul>
<p> </p><p> </p><p> </p>
</div>
</div>
<!-- Publication Section -->
<section id="pub" class="container pub-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<p> </p><p> </p><p> </p>
<h2>Publications</h2>
<ul>
<p id="s123">DTHN-Test: A Testbed for Evaluating Delay tolerant Hybrid Networks, COMSNETS, 2015 Poster </p>
<p id="s123">Challenges in Designing Testbed for Evaluating Delay-Tolerant Hybrid Networks, IEEE PerCom(WiP), 2015</p>
<p id="s123">Demo: pSync - A Peer-to-peer Sync Tool for Challenged Networks, ACM MobiCom CHANTS, 2015</p>
<p id="s123">Offline Crisis Mapping by Opportunistic Dissemination of Crisis Data after Large-scale Disasters, ACM SIGSPATIAL Workshop EM-GIS, 2016 </p>
<p id="s123">On Design and Implementation of a Scalable and Reliable Sync System For Delay Tolerant Challenged Networks COMSNET, 2016</p>
<p id="s123">Generating Crisis Maps for Large-scale Disasters:Issues & Challenges, ISTE Book Chapter, 2016</p>
<p id="s123">Design of Efficient Lightweight Strategies to Combat DoS Attack in Delay Tolerant Network Routing, Wireless Networks Springer, 2016</p>
</ul>
<p> </p>
</div>
</div>
<!-- Timeline Section -->
<section id="timeline" class="content-section text-center">
<div class="flex-video widescreen" style="margin: 0 auto;text-align:center;">
<iframe src='https://cdn.knightlab.com/libs/timeline3/latest/embed/index.html?source=12aIrODS6gUgluvh2PlnYNICkpVnIue_D20rwbiyMAhA&font=Default&lang=en&initial_zoom=2&height=650'
width='100%' height='650' webkitallowfullscreen mozallowfullscreen allowfullscreen frameborder='0'></iframe>
</div>
<!--
<div class="embed-responsive embed-responsive-16by9">
<iframe allowfullscreen="" align="middle" src="https://www.youtube.com/embed/8y1qoB2SVuk?">
</iframe>
</div>
-->
</section>
<!-- About Section -->
<section id="about" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Our Team</h2>
<p>Prithviraj Pramanik, Co-founder</p>
<p>Kingshuk De, Co-Founder</p>
<p>Bishakh Ghosh, Student Researcher</p>
<p>Hridoy Dutta, Student Researcher</p>
<p>Sunny Saurav, Student Researcher</p>
<p>Arka Prava Basu, Student Researcher</p>
<p> </p>
<p> </p>
<h2>Our Mentors</h2>
<p>Prof. Somprakash Bandyopadhyay, IIM Calcutta</p>
<p>Prof. Niloy Ganguly, IIT Kgp</p>
<p>Dr. Subrata Nandi, NIT Durgapur</p>
<p>Dr. Sujoy Saha, NIT Durgapur</p>
<p>Partha Sarathi Paul, NIT Durgapur</p>
<p>Dr. Indrajit Bhattacharya, KGEC</p>
<p> </p>
<p> </p>
<h2>The Institutes Involved</h2>
<p>IIT Kgp</p>
<p> IIM Calcutta</p>
<p>NIT Durgapur</p>
<p>KGEC Kalyani</p>
<p>IIEST Shibpur</p>
<p>HIT Kolkata</p>
<p> </p>
<p> </p>
<h2>Project DISARM</h2>
<p> Post-Disaster Situation Analysis and Resource Management using Delay-Tolerant Peer-to-Peer Wireless Networks (DISARM):
After working in the project DISARM as student researchers, the co-founders decided on making the research
as a product after envisioning the necessity of the platform in the real world. The opportunity to help the common people
in a long term is spurring them on.</p>
<p> </p>
<p> </p>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Contact Us</h2>
<p>Feel free to contact us for any queries, collaborative ideas or donations! </p>
<p><a href="mailto:[email protected]">[email protected]</a>
</p>
<!--
<ul class="list-inline banner-social-buttons">
<li>
<a href="./twitter/data.txt" class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a>
</li>
<li>
<a href="./googleplus/data.txt" class="btn btn-default btn-lg"><i class="fa fa-google-plus fa-fw"></i> <span class="network-name">Google+</span></a>
</li>
</ul> -->
</div>
</div>
</section>
<!-- Contact Us form -->
<div class="container" class="container content-section text-center">
<div class="row">
<br>
<br>
<div class="col-md-8">
<div class="well well-sm">
<form>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label for="name">
Name</label>
<input type="text" class="form-control" id="name" placeholder="Enter name" required="required" />
</div>
<div class="form-group">
<label for="email">
Email Address</label>
<div class="input-group">
<span class="input-group-addon"><span class="glyphicon glyphicon-envelope"></span>
</span>
<input type="email" class="form-control" id="email" placeholder="Enter email" required="required" /></div>
</div>
<div class="form-group">
<label for="subject">
Subject</label>
<select id="subject" name="subject" class="form-control" required="required">
<option value="na" selected="">Choose One:</option>
<option value="service">General Customer Query</option>
<option value="suggestions">Suggestions</option>
<option value="product">Product Query</option>
</select>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="name">
Message</label>
<textarea name="message" id="message" class="form-control" rows="9" cols="25" required="required"
placeholder="Message"></textarea>
</div>
</div>
<div class="col-md-12">
<button type="submit" class="btn btn-primary pull-right" id="btnContactUs">
Send Message</button>
</div>
</div>
</form>
</div>
</div>
<div class="col-md-4">
<form>
<legend><span class="glyphicon glyphicon-globe"></span> Our office</legend>
<address>
<strong>Fork It</strong><br>
M.G. Avenue, NIT Durgapur<br>
Durgapur, West Bengal<br>
<abbr title="Phone">
P:</abbr>
+91 8981068051
</address>
<address>
<strong>Prithviraj Pramanik</strong><br>
<a href="mailto:[email protected]">[email protected]</a>
</address>
<address>
<strong>Kingshuk De</strong><br>
<a href="mailto:[email protected]">[email protected]</a>
</address>
</form>
</div>
</div>
</div>
<!-- Map Section -->
<div id="map"></div>
<!-- Footer -->
<footer>
<div class="container text-center">
<p>Designed by <a href="https://www.linkedin.com/in/prithvirajpramanik">PP</a> and <a href="https://in.linkedin.com/in/arka-prava-basu-33865a100">APB</a></p>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCaPweMBeecXpvGetCBAp50HbZIn5rBPFY&z=10&t=m&q=loc:23.5509+87.2904"></script>
<!-- Custom Theme JavaScript -->
<script src="js/grayscale.js"></script>
</body>
</html>