-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactivities.html
274 lines (241 loc) · 11.8 KB
/
activities.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style3.css">
<title>Activities JIIT-OSA STUDENT CHAPTER</title>
<link rel="icon" href="img/osa1.png" type="image/gif" sizes="16x16">
</head>
<body>
<!-- The Modal -->
<div id="myModal" class="modal">
<span class="close">×</span>
<img class="modal-content" id="big_img">
<div id="caption"></div>
</div>
<!-- Header -->
<section id="header">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<a href="#hero"><img src="img/osa.png" class="logo" alt="logo" ></a>
</div>
<div class="nav-list">
<div class="hamburger"><div class="bar"></div></div>
<ul>
<li><a href="index.html" data-after="Home">Home</a></li>
<li><a href="index.html#about" data-after="About">About</a></li>
<li><a href="#projects" data-after="Projects">Activities</a></li>
<li><a href="index.html#services" data-after="Services">Team</a></li>
<li><a href="index.html#contact" data-after="Contact">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- End Header -->
<!-- Projects Section -->
<section id="projects">
<div class="projects container">
<div class="projects-header">
<!--<h1 class="section-title"><strong>Activities</strong></h1> -->
</div>
<div class="all-projects">
<div class="project-item">
<div class="project-info">
<h1>Student Leadership Conference</h1>
<h2>(13th - 18th September 2019)</h2><br><br>
<p class="show_info">Manan Jain attended the SLC and FiO+LS Conference at Washington, DC<br>
The Frontiers in Optics + Laser Science Conference and Exhibition sheds light on the latest advances in
optics and photonics ranging from physics and chemistry to biology and medicine. FiO + LS provides
attendees from around the world with the opportunity to network, present, learn and connect. With a focus
on emerging trends, FiO + LS always provides attendees with a deep and cross-cutting look at both new
technology and future opportunities.
</p>
<button class="ReadMore" onclick="read_more(this,4)">Read More</button>
</div>
<div>
<img src="./img/5.png" alt="Student Leadership Conference" id="openBig" onclick="show_big(this)">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Computational Physics</h1>
<h2>(2nd - 3rd September 2019)</h2><br>
<p class="show_info">Students who attended the workshop on Computational Physics were taught how to simulate a black hole on
their computers. Attendees got a fair idea of how to write code in Javascript using p5.js library. The
first day of the workshop revolved around the basics of computational thinking, algorithms and how
computation has evolved into an indispensable pillar of the scientific method. The second day was about
understanding one of the most fascinating breakthroughs in the history of science: capturing an image of a
black hole and the algorithms used behind such a mammoth task.
</p>
<button class="ReadMore" onclick="read_more(this,5)">Read More</button>
</div>
<div>
<img src="./img/6.png" alt="Computational Physics" id="openBig" onclick="show_big(this)">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Orientation for Freshmen</h1>
<h2>(5th August 2019)</h2><br><br>
<p class="show_info">The members of our student chapter organised an orientation session for the incoming freshmen students of
our college. This was a special session aimed at explaining the everyday activities of our student chapter
and the benefits of becoming an OSA member.</p>
<button class="ReadMore" onclick="read_more(this,6)">Read More</button>
</div>
<div>
<img src="./img/7.png" alt="Orientation for Freshmen" id="openBig" onclick="show_big(this)">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Zomato HQ Visit</h1>
<h2>(3rd August 2019)</h2><br>
<p class="show_info"> In the quest to bridge the industry-academia divide, the members of our chapter went for an industry visit
to Zomato HQ, Gurugram. Like always, this event added up as a great learning opportunity for the attendees.
The theme of this huddle was iOS Development. Our members got a chance to learn about iOS and web
applications design by industry professionals. The session was conducted by the speakers of Zomato, that
included Aamir Anwar, the Site Reliability Engineer at Zomato, who is an alumnus of JIIT, Noida. This marks
as an object of motivation for all of us, that if he can do it, we can do wonders too! All we need is to
believe in the self.</p>
<button class="ReadMore" onclick="read_more(this,7)">Read More</button>
</div>
<div>
<img src="./img/8.png" alt="Zomato HQ Visit" id="openBig" onclick="show_big(this)">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>International Day of Light</h1>
<h2>(16th May 2019)</h2><br>
<p class="show_info">International Day of Light is a global initiative highlighting the importance of light and light-based
technologies. Our student chapter has been supporting local events of various communities through
participation in stimulating activities and this was one of them. The extravaganza at IIT-Delhi was graced
by the esteemed presence of Professor Ajoy Ghatak from the National Academy of Sciences. He is an Indian
physicist and author of numerous research papers and books. Brainstorming, quizzes and project presentations
were held to test the basic science and general knowledge of the students. The events were vibrant, active
and engaging.</p>
<button class="ReadMore" onclick="read_more(this,8)">Read More</button>
</div>
<div>
<img src="./img/9.png" alt="International Day of Light" id="openBig" onclick="show_big(this)">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Poster Presentation Competition</h1>
<h2>(21st April 2019)</h2>
<p class="show_info"> We organised a Scientific Poster Presentation Competition during the Annual Technical Festival of our
college. The theme of the competition was "IT for Sustainability". Members from the chapter did a good job
in presenting the informative posters. The attendees were immersed in an innovative environment, which
introduced new and ground-breaking insights. The comprehensive meeting included opportunities to network
with people having similar interests. Divyansh Jain and Utkarsh Kapoor won the 2nd prize and Janhavi Joshi
bagged the special mention award. Both the teams presented their posters on Quantum Computing.</p>
<button class="ReadMore" onclick="read_more(this,9)">Read More</button>
</div>
<div>
<img src="./img/10.png" alt="Poster Presentation Competition" id="openBig" onclick="show_big(this)">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Scientific Poster Design</h1>
<h2>(10th April 2019)</h2><br><br>
<p class="show_info">Attendees of the workshop were taught about the scientific research methodology and the steps to make a
good scientific poster. They were also taught about the differences between a research poster and a paper.
The use of Adobe Photoshop as a design tool and the insights to make good infographics were also taught.</p>
<button class="ReadMore" onclick="read_more(this,10)">Read More</button>
</div>
<div>
<img src="./img/11.png" alt="Scientific Poster Design" id="openBig" onclick="show_big(this)"/>
</div>
</div>
</div>
<br><br>
<!-- <button class="target" ><a href=activities.html > More Activities</a></button> -->
</div>
</section>
<!-- End Projects Section -->
<!-- Footer -->
<section id="footer">
<div class="footer container">
<div class="brand"><h1>JIIT<span> OSA</span> Student Chapter</div>
<div class="social-icon">
<div class="social-item">
<a href="https://www.facebook.com/JIITOSAChapter/"><img src="https://img.icons8.com/bubbles/100/000000/facebook-new.png"/></a>
</div>
<div class="social-item">
<a href="https://www.instagram.com/jiitosachapter/"><img src="https://img.icons8.com/bubbles/100/000000/instagram-new.png"/></a>
</div>
<div class="social-item">
<a href="https://twitter.com/JIITOSAChapter"><img src="https://img.icons8.com/bubbles/100/000000/twitter.png"/></a>
</div>
</div>
<p>Copyright © 2020 Ayush Singhal. All rights reserved</p>
</div>
</section>
<!-- End Footer -->
<!-- back to top -->
<button onclick="topFunction()" id="myBtn" title="Go to top"><strong>Λ</strong></button>
<script>
//Get the button:
mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}
</script>
<!-- back to top end-->
<script>
// Get the modal
var modal = document.getElementById("myModal");
var modalImg = document.getElementById("big_img");
var captionText = document.getElementById("caption");
function show_big(data){
modal.style.display = "block";
modalImg.src = data.src;
captionText.innerHTML = data.alt;
}
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
var pes = document.getElementsByClassName("show_info");
function read_more(button,index){
pes[index].style.maxHeight = "fit-content";
button.innerHTML = "Read less";
button.setAttribute("onclick","read_less(this,"+index+")");
}
function read_less(button,index){
pes[index].style.maxHeight = "100px";
button.innerHTML = "Read More";
button.setAttribute("onclick","read_more(this,"+index+")");
}
var scroll = document.getElementById("scroll_top");
window.onscroll = function(){
if(document.documentElement.scrollTop > 2000){
scroll.style.display = "flex";
}else{
scroll.style.display = "none";
}
}
function changeScroll(){
document.documentElement.scrollTop = 0;
}
</script>
</body>
</html>