-
Notifications
You must be signed in to change notification settings - Fork 2
/
agastya.html
260 lines (227 loc) · 12.4 KB
/
agastya.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="google-site-verification" content="G4gClB66Jr2h0XiecdD1OyTE0HCHwwS707_GIuEMCfU" />
<meta name="description" content="The DRISHTI-Rover is a student initiative at SVNIT to build a prototype of Mars rover capable of extra-terrestrial robotics.">
<meta name="keywords" content="Drishti, Rover,WE,ME,technical, DRISHTI, ROVER">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>
DRISHTI-AGASTYA
</title>
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="agastya.css">
<link href="css/all.min.css" rel="stylesheet">
<link href="css/fontawesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="css/font.css">
<link rel="stylesheet" type="text/css" media="screen" href="footer.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/all.js" integrity="sha384-xymdQtn1n3lH2wcu0qhcdaOpQwyoarkgLVxC/wZ5q7h9gHtxICrpcaSUfygqZGOe" crossorigin="anonymous"></script>
</head>
<body>
<!----------------------------------------->
<!--navbar-->
<div class="main-div">
<nav class="navbar navbar-expand-md navbar-dark"style="background-color: rgba(2,2,2,0.4);">
<a href ="http://svnit.ac.in/" class="navbar-brand">
<img class="nit_photo"src="images/svnit.png">
</a>
<div class="navbar-brand v1"></div>
<a href ="https://drishti-svnit.github.io/drishti/" class="navbar-brand">
<img src="images/logoleft.jpg" class="svnit_photo" >
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#menu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="menu">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown"style="font-weight: bold; margin-right: 20px;"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item dropdown "style="font-weight: bold; margin-right: 20px;">
<a href="#" class="nav-link dropdown-toogle" data-toggle="dropdown">Subsystems</a>
<div class="dropdown-menu"style="background-color: rgb(220,220,220);">
<a href="agastya/electronics.html" class="dropdown-item">
ELECTRONICS AND SOFTWARE
</a>
<a href="agastya/mechanical.html" class="dropdown-item">
MECHANICAL SUBSYSTEM
</a>
<a href="agastya/bioscience.html" class="dropdown-item">
BIOSCIENCE
</a>
</div>
</li>
<!-- <li class="nav-item"style="font-weight: bold; margin-right: 20px;"><a href="#" class="nav-link">Documentation</a></li>
-->
<li class="nav-item dropdown "style="font-weight: bold; margin-right: 20px;">
<a href="#" class="nav-link dropdown-toogle" data-toggle="dropdown">Rovers</a>
<div class="dropdown-menu"style="background-color: rgb(220,220,220);">
<a href="agastya.html" class="dropdown-item">
AGASTYA | 2023
</a>
<a href="" class="dropdown-item">
VIHAAN | 2022
</a>
<a href="agastya.html" class="dropdown-item">
ENVISION | 2021
</a>
<a href="argus.html" class="dropdown-item">
ARGUS | 2020
</a>
<a href="https://drishti-svnit/rover/#solar" class="dropdown-item">
SOLAR-64 | 2019
</a>
<a href="https://drishti-svnit/rover/#anv" class="dropdown-item">
ANVESHAK | 2018
</a>
</div>
</li>
<li class="nav-item"style="font-weight: bold; margin-right: 40px;"><a href="https://drishti-svnit.github.io/rover/#down" class="nav-link">Contact</a></li>
</ul>
</div>
</nav>
<div class="agastya-image">
<div class="agastya-title">
<h1>AGASTYA</h1>
<h3>2023-2024</h3>
</div>
</div>
</div>
<!--------------------------------------------------------------------------->
<div class="agastya-intro">
<div class="agastya-irdc">
<div class="right-text">
<p>
The Rover Team took part in IRDC (International Rover Design Challenge) 2023 and achieved 12th rank in it.
</p>
<br>
<p>
The International Rover Challenge (formerly Indian Rover Challenge) is an annual robotics competition which features an engineering challenge to engage students worldwide in the next phase of space exploration. IRC is the only robotics and space exploration competition of its kind in Asia-Pacific which aims to ignite and encourage the spirit of innovation amongst budding engineers as they set on a quest to build a space exploration rovers, using their skills and ideas. The competition challenges college students to design and build next-generation Mars Rovers and compete in Mars Simulated conditions. IRC is part of the Rover Challenge Series (RCS) of The Mars Society.
</p>
<p>
Visit the International Rover Design Challenge website <a class="agastya-comp-redirect" href="https://southasia.marssociety.org/irdc/">here</a>.
<br>
See our submitted design <a class="agastya-comp-redirect" href="">here</a>.
</p>
<!-- <div class="competition-buttons">
<a class="competition-site" href="https://southasia.marssociety.org/irdc/">Competition Website</a>
<a class="competition-design" href="">Our Design</a>
</div> -->
</div>
<div class="right-image">
<img src="images/envision/IRDC.png" alt="IRDC International Rover Design Challenge">
</div>
</div>
<div class="agastya-imh">
<div class="left-image">
<img src="images/irc_logo.png" alt="MSSA International Mars Hackathon">
</div>
<div class="left-text">
<p>
The 2023 Rover team competed in the International Rover Challenge a space robotics engineering competition held by Space Robotics Society (SPROS), which challenges university students to conceptualise, design, develop and operate astronaut-assistive next-gen Mars Rovers and perform specific missions in Mars simulated conditions. We achieved 12th rank in that competition.
</p>
<br>
<p>
Visit the International Rover Challenge website <a class="agastya-comp-redirect" href="https://roverchallenge.org/">here</a>.
<br>
See our submitted design <a class="agastya-comp-redirect" href="agastya.html">here</a>.
</p>
<!-- <div class="competition-buttons">
<a class="competition-site" href="https://southasia.marssociety.org/marshackathon/">Competition Website</a>
<a class="competition-design" href="">Our Design</a>
</div> -->
</div>
</div>
<div class="agastya-gujcost">
<div class="right-text">
<p>Team Rover entered at ROBOFEST 3.0, organized by GUJCOST, Team Drishti showcased our ingenuity by participating with two teams and clinching an impressive first prize along with a consolation 4th place.</p>
<p>The programme has a great significance on the learning exploration of STEM students as it involves working on new and innovative idea, preparing a solid proof of concept and finally to develop the proto-type robot in 7 different robot making categories.</p>
<p>
Visit the GUJCOST website <a class="agastya-comp-redirect" href="https://gujcost.gujarat.gov.in/">here</a>.
<br>
See our submitted design <a class="agastya-comp-redirect" href="">here</a>.
</p>
<!-- <div class="competition-buttons">
<a class="competition-site" href="https://gujcost.gujarat.gov.in/">Competition Website</a>
<a class="competition-design" href="">Our Design</a>
</div> -->
</div>
<div class="right-image">
<img src="images/envision/GUJCOST_LOGO.gif" alt="GUJCOST Robofest">
</div>
</div>
</div>
<hr>
<div class="subsystems-link">
<div class="sub-head">
<h1>Explore the project. Know more in detail..</h1>
</div>
<div class="sub-cards">
<div class="div-sub">
<div class="image-sub">
<img src="images/envision/electronics2.jpg" alt="electronics">
</div>
<h2>ELECTRONICS AND SOFTWARE</h2>
<a class="sub-link-button" href="agastya/electronics.html">Learn</a>
</div>
<div class="div-sub">
<div class="image-sub">
<img src="images/envision/mechanical.jpg" alt="mechanical">
</div>
<h2>MECHANICAL SUBSYSTEMS</h2>
<a class="sub-link-button" href="agastya/mechanical.html">Learn</a>
</div>
<div class="div-sub">
<div class="image-sub">
<img src="images/envision/bioscience2.jpg" alt="bioscience">
</div>
<h2>BIOSIENCE</h2>
<a class="sub-link-button" href="agastya/bioscience.html">Learn</a>
</div>
</div>
</div>
<!--------------------------------------------------------------------------->
<!-- <div class="drishti-map" id="down">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3720.6327874201347!2d72.78366581502787!3d21.16700718592359!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be04db12023ce37%3A0xb167851a625ee547!2sDRISHTI%20-%20A%20REVOLUTIONARY%20CONCEPT!5e0!3m2!1sen!2sin!4v1618395974891!5m2!1sen!2sin" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy">
</iframe>
</div>
<div class="new-footer">
<div class="drishti-copyright">
<span>
© Drishti-SVNIT. All Rights Reserved
</span>
</div>
<div class="drishti-home">
<a href = "https://drishti-svnit.github.io/drishti/" target="_blank">
<i class="fas fa-home"></i>
</a>
</div>
<div class="drishti-social">
<div class = "contact-icons">
<a class="social-button facebook" href="https://www.facebook.com/drishti.nitsurat/" target="_blank">
<i class="fab fa-facebook-square " style="vertical-align:0;"></i>
</a>
<a class="social-button insta" href="https://www.instagram.com/drishti.svnit/" target="_blank">
<i class="fab fa-instagram " style="vertical-align:0;"></i>
</a>
<a class="social-button linkedin" href="https://www.linkedin.com/company/drishti-nitsurat/" target="_blank">
<i class="fab fa-linkedin " style="vertical-align:-0.125rem;margin-bottom:0.125rem;"></i>
</a>
<a class="social-button github" href="https://www.github.com/DRISHTI-SVNIT" target="_blank">
<i class="fab fa-github " style="vertical-align:0;margin-bottom:0.125rem;"></i>
</a>
<a class="social-button mail" href="mailto:[email protected]" target="_blank">
<i class="fas fa-envelope-open " style="vertical-align:0;margin-bottom:0.125rem;"></i>
</a>
<a class="social-button youtube" href="https://www.youtube.com/channel/UClAi8qJnq9VckAPOMzcPpLQ" target="_blank">
<i class="fab fa-youtube " style="vertical-align:-0.125rem;margin-bottom:0.125rem;"></i>
</a>
</div>
</div>
</div> -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>