-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathnanosat.html
656 lines (594 loc) · 28.2 KB
/
nanosat.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
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<meta name="description" content="">
<meta name="author" content="Faraz Ahmad">
<meta name="generator" content="Hugo 0.101.0">
<title>SS AMU SAT- The First Nanosat of AMU</title>
<link rel="stylesheet" href="./css/bootstrap.min.css">
<script src="./js/jquery.min.js"></script>
<script src="./js/popper.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script type="text/javascript" src="./js/jquery.min.js"></script>
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
.b-example-divider {
height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
flex-shrink: 0;
width: 1.5rem;
height: 100vh;
}
.bi {
vertical-align: -.125em;
fill: currentColor;
}
.nav-scroller {
position: relative;
z-index: 2;
height: 2.75rem;
overflow-y: hidden;
}
.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
</style>
</head>
<body>
<main>
<div class="row fixed-top" style="position: sticky;padding: 10px; background-color: #ffffff;">
<div class="col-md-1" align="center" verticle-align="middle">
<img src="./img/logo.jpeg" class="img-fluid" alt="..." style="height:100px; width:100px;">
</div>
<div class="col-md">
<h1 class="display-4"><b>SS AMU SAT</b></h1>
<h5>A Students' Satellite Initiative</h5>
</div>
</div>
<div id="myCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner" style="background-color: #4290f5;">
<div class="carousel-item active">
<img src="./img/bg1.jpg" class="img-fluid" alt="..." style="height:600px; width:100%;">
<div class="container">
<div class="carousel-caption text-start">
<h1>This is <b>BIG!</b></h1>
<p style="text-align: justify;">The <b>SS AMU SAT</b> project shall be the first satellite of the Aligarh Muslim University to be stationed in the Lower Earth Orbit (LEO).
</p>
</div>
</div>
</div>
<div class="carousel-item" align="left" >
<img src="./img/ssak.png" class="img-fluid" alt="..." style="height:600px;">
<div class="container">
<div class="carousel-caption">
<h1>Named after the <b>Founder</b></h1>
<p>In rememberance of <b>Sir Syed Ahmad Khan</b>, the project is named as <b>SS AMU SAT</b></p>
</div>
</div>
</div>
<div class="carousel-item" align="center">
<img src="./img/flag.png" class="img-fluid" alt="..." style="height:600px;">
<div class="container">
<div class="carousel-caption text-end">
<h1>Dedicated to the <b>Nation</b></h1>
<p>AMU has been an institution of National Importance. This project shall be another aid in India's Development.</p>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#myCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<div class="container-fluid py-5" style="background-color: #ffffff;">
<h1>About</h1>
<p style="text-align: justify;">The <b>SS AMU SAT</b> project is an initiative by the Students and Alumni of Zakir Husain College of Engineering and Technology. The project was concieved during a discussion among a small group of students and alumni during the Winters of 2021, at the <strong>AMU RoboClub</strong>.<br>
Finally, in the early week of December, 2021, this project kick-started after everal rounds of discussions. It is pertinent to mention that there has also been an observation of the NAAC committee, that visited in December 2021, to innovate in the area of Aerial Technology; and thus, the timing of this project could never have been more suited.<br>
In the weeks to come, the team grew from a handful to a dozen, to design the following subsystems:</p>
<li>Electrical Power System</li>
<li>Payload</li>
<li>Attitude Determination and Control System</li>
<li>Communication Systems</li><br>
<p style="text-align: justify;">Many alumni have been called in for help and guidance. Experts from ISRO and people with prior experience in satellite design have been helping to make this project a success, and eventually commissioning in the Lower Earth Orbit (LEO).
</p>
<h1>Objective</h1>
<p style="text-align: justify;">
Whenever a problem seems unviable people do say to take a step back and view it from far. Our team has taken it quite literaly, in fact 500km far.<br> The satellite houses a payload that shall monitor the economic growth of our Nation using a novel machine learning algorithm. The acquired data shall be matched with the data available on public domain and any deviation will be duly evaluated and reported. This system shall bridge the gap between theoritical implementation and the actual outcome of economic policies. It is planned to make all the raw data available in public domain for researchers, economists and data scientists.
</p>
</div>
<hr class="featurette-divider">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="accordion" id="accordionExample">
<!--Faculty-->
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Facutly Team
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
<div class="row">
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Prof. Sufiyan Beg</h5>
<p class="card-text">Principal<br>Zakir Husain College of Engg. & Technology</p>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Prof. Ekram Khan</h5>
<p class="card-text">Chairman<br>Dept. of Electronics Engg., ZHCET<br><b>Project In-charge</b></p>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Dr. Mohammad Sharique</h5>
<p class="card-text">Assistant Professor<br>Dept. of Electronics Engg., ZHCET</p>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Dr. Adil Sarwar</h5>
<p class="card-text">Assistant Professor<br>Dept. of Electrical Engg., ZHCET</p>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mr. Ateeb Ahmad</h5>
<p class="card-text">Assistant Professor<br>Dept. of Mechanical Engg., ZHCET</p>
</div>
</div>
</div><!-- /.col-lg-4 -->
</div>
</div>
</div>
</div>
<!-- Alumni-->
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Alumni Team
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
<div class="row">
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mr. Raunaq Qaiser</h5>
<p class="card-text">Sr. Manager<br>ST Microelectronics</p>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Dr. Nazeer Ahmad</h5>
<p class="card-text">Scientist<br>ISRO</p>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Dr. Abdullah Amir Hayat</h5>
<p class="card-text">Post-Doc Fellow<br>SUTD, Singapore</p>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mr. Faraz Ahmad</h5>
<p class="card-text">Dy. Manager<br>NHDC Limited<br><b>Project Mentor</b></p>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mr. Ishrat Jamal</h5>
<p class="card-text">Scientist<br>ISRO</p>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mr. Ghulam Sarwar</h5>
<p class="card-text">Scientist<br>ISRO</p>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mr. Mohammad Talha</h5>
<p class="card-text">Engineer<br>NXP</p>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mr. Monis Khan</h5>
<p class="card-text">Scientist<br>ISRO</p>
</div>
</div>
</div><!-- /.col-lg-4 -->
</div>
</div>
</div>
</div>
<!-- Student Team-->
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Student Team
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
<div class="row">
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-header">
Payload (PL) Team
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">Mr. Zahid Hussain</li>
<li class="list-group-item">Ms. Ifrah Andleeb</li>
<li class="list-group-item">Ms. Kulsum Ilyas</li>
<li class="list-group-item">Mr. Anant Agrawal</li>
</ul>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-header">
Electrical Power System (EPS) Team
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">Mr. Kanuj Chitranshu</li>
<li class="list-group-item">Ms. Poorti Varshney</li>
<li class="list-group-item">Ms. Sana Khan</li>
<li class="list-group-item">Mr. Anant Agrawal</li>
<li class="list-group-item">Ms. Kanika Johri (for G/S)</li>
<li class="list-group-item">Mr. Ahsan Waseem (for G/S)</li>
</ul>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-header">
Attitude Determination and Control System (ADCS) Team
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">Mr. Amzar Faisal</li>
<li class="list-group-item">Mr. Inayat Rasool</li>
<li class="list-group-item">Mr. Mohammad Suhaib, B.Sc. (Phy.)</li>
<li class="list-group-item">Mr. Mohammad Afzal</li>
</ul>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-header">
Communication Systems (COM) Team
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">Ms. Tahreem Zaidi, M.Tech. (Comm.)</li>
<li class="list-group-item">Ms. Kulsum Iliyas</li>
<li class="list-group-item">Mr. Salman Khan</li>
<li class="list-group-item">Mr. Abdul Hadi</li>
<li class="list-group-item">Mr. Ameer Faisal</li>
</ul>
</div>
</div><!-- /.col-lg-4 -->
</div>
</div>
</div>
</div>
<!-- Experts-->
<div class="accordion-item">
<h2 class="accordion-header" id="headingFour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
Experts
</button>
</h2>
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour" data-bs-parent="#accordionExample">
<div class="accordion-body">
<div class="row">
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mr. Ranajay Mallik</h5>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mr. Alok Mittal</h5>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mr. Atul Bhargav</h5>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mr. Punit Jain</h5>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Ms. Hemlata Pandey</h5>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mr. Salil Jain</h5>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mr. Kamaldeep</h5>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mr. Prashant Pandey</h5>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mr. Manoj Kumar</h5>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mr. Karan Jagdale</h5>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Mr. Vineet Kala</h5>
</div>
</div>
</div><!-- /.col-lg-4 -->
</div>
</div>
</div>
</div>
</div>
</div><!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<!-- Brochure -->
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading fw-normal lh-1">Features. <span class="text-muted">The nameplate of our spacecraft.</span></h2>
<p class="lead">Small | Light | Beautiful</p>
</div>
<div class="col-md-5">
<table class="table">
<tr>
<td>Name</td>
<td>SS AMU SAT</td>
</tr>
<tr>
<td>CubeSat Size</td>
<td>3U</td>
</tr>
<tr>
<td>Dimensions</td>
<td>300mm X 100mm X 100mm</td>
</tr>
<tr>
<td>Weight</td>
<td>~2000 gm</td>
</tr>
<tr>
<td>Type of Orbit</td>
<td>Circular Polar Orbit in LEO</td>
</tr>
<tr>
<td>Power</td>
<td>Solar and Battery powered</td>
</tr>
<tr>
<td>Attitude Correction</td>
<td>Available with Magneto-torquers and Reaction Wheels</td>
</tr>
<tr>
<td>Payload</td>
<td>On-board Camera</td>
</tr>
<tr>
<td>Communication System</td>
<td>Beacon on VHF, UPLINK and DOWNLINK on UHF/ S-Band</td>
</tr>
<tr>
<td>Chassis Material</td>
<td>Aluminum</td>
</tr>
</table>
</div>
</div>
<hr class="featurette-divider">
<!-- Progress -->
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading fw-normal lh-1">Yes, we are nearly there! <span class="text-muted">See our progress for yourself.</span></h2>
<p class="lead">The preliminary designing has nearly ended. Thanks to the experts aroud the globe who have helped to realise our ideas.<br><br>UPDATE:
<li style="text-align: justify;">PCB Layouts of the testing modules have been designed for all the subsytems except Communications System.
<li style="text-align: justify;">Fabrication of PCB is about to begin.
<li style="text-align: justify;">Fabrication of Chassis is nearly done.
<li style="text-align: justify;">Purchase of various components has been initiated.
</p>
</div>
<div class="col-md-5 order-md-1">
<img src="./img/chassis.png" class="img-fluid" alt="..." style="height:500px; width: 100%;">
</div>
</div>
<hr class="featurette-divider">
<!-- Orbit -->
<div class="row featurette">
<div class="col-md-5">
<h2 class="featurette-heading fw-normal lh-1">Orbit. <span class="text-muted">The final destination!</span></h2>
<p class="lead">Polar | Lower Earth Orbit</p>
</div>
<div class="col-md-7">
<table class="table">
<tr>
<td>Semi Major Axis </td>
<td>6884.75 m </td>
</tr>
<tr>
<td>Eccentricity </td>
<td>0 </td>
</tr>
<tr>
<td>Inclination </td>
<td>60.69 deg </td>
</tr>
<tr>
<td>Argument of Perigee </td>
<td>0 deg </td>
</tr>
<tr>
<td>RAAN </td>
<td>284.457 deg </td>
</tr>
<tr>
<td>True Anomaly </td>
<td>0 deg </td>
</tr>
<tr>
<td>Orbit Altitude </td>
<td>506.75 km </td>
</tr>
<tr>
<td>Orbital Velocity </td>
<td>7.60887 km/s </td>
</tr>
<tr>
<td>Orbital Period </td>
<td>1hr 34min 45sec (94.75 min) </td>
</tr>
<tr>
<td>Ground Track Repetition </td>
<td>15.48 times in 24 hrs </td>
</tr>
</table>
</div>
</div>
<hr class="featurette-divider">
<!-- Simulation -->
<div class="row featurette">
<div class="col-md-5 order-md-2">
<h2 class="featurette-heading fw-normal lh-1">We are not there yet! <span class="text-muted">But we know how it will look.</span></h2>
<p class="lead">A simulation of the spacecraft in the orbit.
</p>
</div>
<div class="col-md-7 order-md-1">
<iframe width="100%" height="500" src="https://www.youtube.com/embed/9fXqyireh5Q?start=5" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
<div class="jumbotron">
<h1 class="display-4">Fundings</h1>
<p class="lead">The students have managed to run this project with their own contributions. Expenses have been minimised by throrough planning and ZERO wastage policy. However, this small pool will not be sufficient to launch our project into Space. Generous Contribution is requested from all to help us realise this project. The esitimated amount has been obtained by the <a href="https://75satellites.org/assets/75Satellites-FAQ.pdf" target=”_blank”>FAQ</a> Published by the 75 Student Satellite Programme initiated by the <a href="https://75satellites.org" target=”_blank”>ITCA</a>. <br>
However, we do not aim our expenses to the tune of amount mentioned in the FAQ. Most of the items shall be locally manufactured to eleminate the cost of importing expensive components.</p>
<hr class="my-4">
<p style="text-align:justify;">Monetory contributions are most welcome but keeping an account of all the funds shall be overwhelming for our already burdened team. Therefore, we request your support in procurement of components instead of money. The list of components we are intending to buy is available with the <b>Project Incharge</b> (<a href="https://www.amu.ac.in/faculty/electronics-engineering/ekram-khan" target=”_blank”>Prof. Ekram Khan</a> | [email protected]) and <b>Project Mentor</b> (<a href="https://in.linkedin.com/in/iamfarazahmad" target=”_blank”>Mr. Faraz Ahmad</a> | [email protected]). Alternatively, for our dearest contributers who wish to make monetory donations, we shall provide the account details upon request.<br> The interested contributers may e-mail their contact informations to the Project In-charge or Project Mentor as mentioned below. The list of required components and equipment shall be notified along with the link to online stores.<br>
</p><br>
<h1 class="display-6" style="text-align: center;">
We sincerely Thank You for your time and generousity!
</h1><br>
<div class="row" align="center">
<div class="col-md-6" style="text-align:center;"><a class="btn btn-primary btn-lg" href="mailto:[email protected]" role="button">Contact Project In-Charge</a></div>
<div class="col-md-6" style="text-align:center;"><a class="btn btn-primary btn-lg" href="mailto:[email protected]" role="button">Contact Project Mentor</a></div>
</div>
</div>
</div><!-- /.container -->
<hr class="featurette-divider">
<!-- FOOTER -->
<footer class="container">
<p class="float-end"><a href="#">Back to top</a></p>
<p>© AMU RoboClub ·</p>
</footer>
</main>
<script src="../js/bootstrap.bundle.min.js"></script>
</body>
</html>