-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathannouncements.html
341 lines (299 loc) · 19.4 KB
/
announcements.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
<!DOCTYPE html>
<html>
<title>JHU-ChemE-Car</title>
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="./img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicon-16x16.png">
<link rel="manifest" href="./img/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body {font-family: "Lato", sans-serif}
.mySlides {display: none}
body, html {
height: 100%;
}
.parallax {
/* The image used */
background-image: url("./img/Group (1).jpg");
/* Full height */
height: 400px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#myBtn {
display: none;
position: fixed;
bottom: 15px;
right: 20px;
z-index: 99;
font-size: 13px;
border: none;
outline: none;
background-color: Black;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}
#myBtn:hover {
background-color: #555;
}
</style>
<body onload="passWord();">
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-black w3-card-2">
<a class="w3-bar-item w3-button w3-padding-large w3-hide-medium w3-hide-large w3-right" href="javascript:void(0)" onclick="openSidebar()" title="Toggle Navigation Menu"><i class="fa fa-bars"></i></a>
<a class="w3-bar-item w3-button w3-padding-large w3-hide-medium w3-hide-large w3-left" href="index.html" title="Toggle Navigation Menu"><img src="http://www.spieuk.com/media/filer_public/24/91/2491bc6e-ec30-4c92-8d34-bbdbef2fd7de/home_icon.png" style=width:22px;height=22px></a>
<a href="index.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small"><img src="http://www.spieuk.com/media/filer_public/24/91/2491bc6e-ec30-4c92-8d34-bbdbef2fd7de/home_icon.png" style=width:22px;height=22px></a>
<a href="announcements.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">TEAM LOG <img src="http://newsmembres.rotary1720.org/images/cadenas.png" style=width:5px;height=5px=></a>
<a href="team.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">TEAM</a>
<a href="schedule.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">SCHEDULE <img src="http://newsmembres.rotary1720.org/images/cadenas.png" style=width:5px;height=5px=></a>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="More">REACTIONS <i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="reactions.html" class="w3-bar-item w3-button">Stopping: Iodine Clock</a>
<a href="reactions.html" class="w3-bar-item w3-button">Stopping: Hydrogen Decomposition</a>
<a href="reactions.html" class="w3-bar-item w3-button">Propulsion: Thermoelectric battery</a>
<a href="reactions.html" class="w3-bar-item w3-button">Propulsion: Aluminum-Air Battery</a>
</div>
</div>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="More">CARS <i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="cars.html" class="w3-bar-item w3-button">Fast and Ferrous</a>
<a href="cars.html" class="w3-bar-item w3-button">Ronny D-iesel</a>
<a href="cars.html" class="w3-bar-item w3-button">Rachel Reichner</a>
</div>
</div>
<a href= "reports.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">REPORTS <img src="http://newsmembres.rotary1720.org/images/cadenas.png" style=width:5px;height=5px></a>
<div class="w3-dropdown-hover w3-hide-small w3-alighn-left">
<button class="w3-padding-large w3-button" title="More"><a href="links.html" style="text-decoration:none">LINKS</a> <i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a class="w3-bar-item w3-button w3-hide-small" onClick="passWordD()">Google Drive <img src="http://newsmembres.rotary1720.org/images/cadenas.png" style=width:7px;height=7px=></a>
<a href="https://engineering.jhu.edu/chembe/" class="w3-bar-item w3-button">Johns Hopkins ChemBE</a>
<a href="https://www.aiche.org/community/students/chem-e-car" class="w3-bar-item w3-button">AIChe Website</a>
<a href="https://www.aiche.org/community/students/chem-e-car-competition-rules/safety-training-test" class="w3-bar-item w3-button">Safety Test</a>
<a href="down.html" class="w3-bar-item w3-button">Make This an App<img src="https://www.freeiconspng.com/uploads/white-download-icon-png-32.png" style=width:25px;height=25px></a>
</div>
</div>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="More">EVENTS <i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="events.html" class="w3-bar-item w3-button">Design Day 2017</a>
<a href="events.html" class="w3-bar-item w3-button">AIChe Competition 2018</a>
<a href="events.html" class="w3-bar-item w3-button">Design Day 2018</a>
</div>
</div>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="More">SPONSORS<i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="http://www.jhuapl.edu/" class="w3-bar-item w3-button">Applied Physics Laboratory</a>
</div>
</div>
<div class="w3-bar-item w3-padding-small w3-hide-small w3-right">
<a href="admin.html" class="w3-bar-item w3-button w3-padding-small"><img src="http://www.thepixelfarm.co.uk/wp-content/uploads/2016/05/admin_v01D_support.png" style="width:27px;height=27px">Sign in</a>
</div>
</div>
</div>
<!-- Navbar on small screens -->
<div id="mySidebar" class="w3-sidebar w3-bar-block w3-display-topright w3-black" style="width:45%;height:80%;display:none">
<div class="w3-black" style"display:none">
<a href="javascript:void(0)" onclick="closeSidebar()"
class="w3-button w3-display-topright w3-small">x</a>
</div>
<a href="#" class="w3-bar-item w3-button w3-padding-large"> </a>
<a href="#" class="w3-bar-item w3-button w3-padding-large"> </a>
<a href="admin.html" class="w3-bar-item w3-button w3-padding-small"><img src="http://www.thepixelfarm.co.uk/wp-content/uploads/2016/05/admin_v01D_support.png" style="width:27px;height=27px">Sign in</a>
<a href="announcements.html" class="w3-bar-item w3-button w3-padding-large">Team Log <img src="http://newsmembres.rotary1720.org/images/cadenas.png" style=width:5px;height=5px=></a>
<a href="team.html" class="w3-bar-item w3-button w3-padding-large">Team</a>
<a href="schedule.html" class="w3-bar-item w3-button w3-padding-large">Schedule <img src="http://newsmembres.rotary1720.org/images/cadenas.png" style=width:5px;height=5px=></a>
<a href="reactions.html" class="w3-bar-item w3-button w3-padding-large">Reactions</a>
<a href="cars.html" class="w3-bar-item w3-button w3-padding-large">Cars</a>
<a href="links.html" class="w3-bar-item w3-button w3-padding-large">Links</a>
<a href="events.html" class="w3-bar-item w3-button w3-padding-large">Events</a>
<a href="reports.html" class="w3-bar-item w3-button w3-padding-large">Reports <img src="http://newsmembres.rotary1720.org/images/cadenas.png" style=width:5px;height=5px=></a>
<a href="down.html" class="w3-bar-item w3-button w3-padding-large">Download App</a>
</div>
<!-- Page content -->
<div id = "Top" class="w3-container w3-content w3-center w3-padding-64" style="max-width:450px" id="band">
<button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
<h1 align="center">General Announcements</h1>
<p align="center">______________________________________________________________</p>
<h3 class="w3-wide w3-center"> <b>Sep 24th - 5:48pm </b></h3>
<h6 class="w3-center"><i>by: Daniel Xenes</i></h6>
<p align="left">Couple of updates this week. Firstly, this weeks meeting is canceled. Since we are waiting for chemicals for the stopping and propulsion teams, Chris and I figured that it would be best to let the other teams schedule lab times to get started with their mechanisms. Next week we will hopefully have our first round of data! </p>
<p align="left">Regarding lab times, remember that senior lab is scheduled M-F from 1-6pm. Chris and I will also try our best to attend scheduled lab times, so make sure to let us know in the group chats! I’ll be contacting individual teams with updates on chemicals and materials. </p>
<p align="center">______________________________________________________________</p>
<h3 class="w3-wide w3-center"> <b>Sep 17th - 8:54pm </b></h3>
<h6 class="w3-center"><i>by: Daniel Xenes</i></h6>
<p align="left">Hope everybody had a great start to their week! Just as a reminder make sure to have a couple of slides (3 at most per team) to present for this weeks meeting about a potential mechanism to try out (for experimental teams) or a procedure/plan to collect data (for the aluminum air/ iodine clock teams). Chris and I are hoping that we can get started with actual lab work next week. </p>
<p align="left">We also have a google drive folder on the links tab that will contain all of our data, reports, slides and media. It also contains previous years data so we have a resource we can look back to. </p>
<p align="left">You can add your slides to the corresponding folder for your team! Let me know if you have any questions or concerns.</p>
<p align="center">______________________________________________________________</p>
<h3 class="w3-wide w3-center"> <b>Sep 10th - 11:17am </b></h3>
<h6 class="w3-center"><i>by: Daniel Xenes</i></h6>
<p align="left"> Team assignments are on this google sheet: </p>
<p align="left"> <a href="url">https://docs.google.com/spreadsheets/d/1IxaM_bs32-UwYDP9kRg_jc2SG701TmIwXQftvk8Rco0/edit?usp=sharing</a> </p>
<p align="left"> Your team leader will contact you to start brainstorming/planning for your mechanism after this week’s meeting. </p>
<p align="center">______________________________________________________________</p>
<h3 class="w3-wide w3-center"> <b>May 8th - 7:04pm </b></h3>
<h6 class="w3-center"><i>by: Luis Rodriguez</i></h6>
<p align="left">Congratulations to the team on an amazing presentation at Design Day today! You should all be very proud of your achievement. It was a great run! </p>
<p align="left">I hope you all had an opporutnity to feel the excitement of presenting at Design Day!</p>
<p align="left"><b>Please be on the lookout for a message Chris and Daniel will be sending later tomorrow!</b></p>
<p align="center">______________________________________________________________</p>
<h3 class="w3-wide w3-center"> <b>May 7th - 3:25pm </b></h3>
<h6 class="w3-center"><i>by: Chris Lin</i></h6>
<p align="left">We tested the car today in Senior Lab (since the Great Hall was taken) and everything worked. Daniel, Harsh, Luis, and I are going to test in the Great Hall tomorrow morning at 8 AM. Anyone is welcome to join. </p>
<p align="left">Reminder that Design Day is tomorrow.</b></p>
<p align="left"><b>If you are helping with the poster session, show up at the Great Hall by 1:30 PM and help Daniel present the poster. If not, come to Senior Lab at 2:00 PM to prepare the car. Thanks!</b></p>
<p align="center">______________________________________________________________</p>
<h3 class="w3-wide w3-center"> <b>May 6th - 1:22pm </b></h3>
<h6 class="w3-center"><i>by: Luis Rodriguez</i></h6>
<p align="left">The car worked!</b> We tested the car yesterday afternoon and the new belt is working like a charm. Although at first the car was not running properly, after changing the cables to simply alligator clips, the car runs more reliably. For design day we will be using the same alligator clips. Chris will be in charge of jump starting the motor and the rest of the team keeps doing what they have been doing.</p>
<p align="left">It is very important we test tomorrow at the Great Hall a couple of times to make sure we have the whole routine down and it is easily reproducible! </p>
<p align="left"><b>Chris and Daniel will be making an announcement about the meeting sometime between today and tomorrow!</b></p>
<p align="center">______________________________________________________________</p>
<h3 class="w3-wide w3-center"> <b>May 5th - 9:37am </b></h3>
<h6 class="w3-center"><i>by: Daniel Xenes</i></h6>
<p align="left">Saturday Testing for Design Day will occur today at <b>2pm in the Senior Lab!</b></p>
<p align="center">______________________________________________________________</p>
<h3 class="w3-wide w3-center"> <b>May 3rd - 10:42am </b></h3>
<h6 class="w3-center"><i>by: Chris Lin</i></h6>
<p align="left">Daniel, Julian, and I fixed the car last night, so now we have a belt that won't break!</p>
<p align="left">1. Testing on Saturday @2 PM in Senior Lab.</p>
<p align="left">2. Testing in Great Hall May 7th (Time: TBA)</p>
<p align="left">3. Actual Run May 8th (meet in Senior Lab @2PM)</p>
<p align="left">4. Final Paper Due May 16 (Samples in Google Drive)</p>
<p align="left">5. Propulsion/Stopping Leaders, please research basic battery/Iodine Clock reaction and come up with list of metals, reagents, chemicals, materials that are needed. Send me the or Daniel the list, so we can order chemicals by the end of the semester.</p>
<p align="center">______________________________________________________________</p>
<h3 class="w3-wide w3-center"> <b>May 1st - 3:06pm </b></h3>
<h6 class="w3-center"><i>by: Chris Lin</i></h6>
<p align="left"><b>Belt has snapped! </b> Testing is postponed until further notice. Daniel and I will try to get it done this afternoon. Testing will have to take place extensively prior to the Design Day.</p>
<p align="center">______________________________________________________________</p>
<h3 class="w3-wide w3-center"> <b>May 1st - 9:58am </b></h3>
<h6 class="w3-center"><i>by: Luis Rodriguez</i></h6>
<p align="left">1. Meeting today for integration testing at 4:30pm in the Senior Lab!</p>
<p align="left">2. Get the ChemE-Car app to have all these features at your fingertip!</p>
<p align="left">3. Meeting Wednesday 5:30 PM in Maryland 104.</p>
<p align="left">4. Fill out the MANDATORY <a href="https://goo.gl/forms/Igsdy4XBsVNpsIh02">survey</a> by Wednesday @5:00 PM</p>
<p align="left">5. Each team should have their sub-team reports due by the last week of final exams!</p>
<p align="center">______________________________________________________________</p>
<h3 class="w3-wide w3-center"> <b>April 29th - 2:07pm</b></h3>
<h6 class="w3-center"><i>by: Team Leaders</i></h6>
<p align="left">1. Testing on Tuesday 4:30 PM in Senior Lab.</p>
<p align="left">2. Meeting Wednesday 5:30 PM in Maryland 104.</p>
<p align="left">3. Fill out this MANDATORY <a href="https://goo.gl/forms/Igsdy4XBsVNpsIh02">survey</a> by Wednesday @5:00 PM</p>
<p align="left">4. Reminder to work on Final Paper.</p>
<p align="center">______________________________________________________________</p>
<h3 class="w3-wide w3-center"> <b>April 28th - 11:01pm</b></h3>
<h6 class="w3-center"><i>by: Luis Rodriguez</i></h6>
<p align="left">Website currently under development!</p>
<p align="center">______________________________________________________________</p>
<!-- End Page Content -->
</div>
<!-- Footer -->
<footer class="w3-container w3-center w3-opacity w3-light-grey w3-xlarge">
<a href="https://www.facebook.com/JHUChemECar/?ref=bookmarks" class="w3-bar-item w3-button"><img src="https://www.shareicon.net/download/2015/08/13/84750_facebook.ico" style=width:38px;height=38px></a>
<a href="https://github.com/JHU-Chem-E-Car" class="w3-bar-item w3-button"><img src="https://assets-cdn.github.com/images/modules/logos_page/Octocat.png" style=width:42px;height=42px></a>
<a href="https://twitter.com/JHU_ChemBE?lang=en" class="w3-bar-item w3-button"><img src="http://goinkscape.com/wp-content/uploads/2015/07/twitter-logo-final.png" style=width:40px;height=40px></a>
<p class="w3-medium">Copyright © Johns Hopkins University May, 2018</p>
<p class="w3-medium">Site developed by <a href="http://luisrodriguezeng.com/">Luis Rodriguez</a></p>
</footer>
<script>
// 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 > 30 || document.documentElement.scrollTop > 30) {
document.getElementById("myBtn").style.display = "block";
} else {
document.getElementById("myBtn").style.display = "none";
}
}
// Automatic Slideshow - change image every 4 seconds
var myIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) {myIndex = 1}
x[myIndex-1].style.display = "block";
setTimeout(carousel, 4000);
}
//Password protected section
function passWord() {
var testV = 1;
var pass1 = prompt('Please Enter Your Password','');
while (testV < 3) {
if (!pass1)
history.go(-1);
if (pass1.toLowerCase() == "jhuchemecar19") {
break;
}
testV+=1;
var pass1 =
prompt('Access Denied - Password Incorrect, Please Try Again.','');
}
if (pass1.toLowerCase()!="password" & testV ==3)
history.go(-1);
return "";
}
// Used to toggle the menu on small screens when clicking on the menu button
function myFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
function passWordD() {
var testV = 1;
var pass1 = prompt('The Drive is protected. Please Enter Your Password','');
while (testV < 3) {
if (!pass1)
history.go(-1);
if (pass1.toLowerCase() == "jhuchemecar19") {
alert('That is correct! Click OK to proceed.');
window.open('https://drive.google.com/drive/u/0/folders/0B27ZGgANavj4cmcyZFBMWDB2eWc');
break;
}
testV+=1;
var pass1 =
prompt('Access Denied - Password Incorrect, Please Try Again.','');
}
if (pass1.toLowerCase()!="password" & testV ==3)
history.go(-1);
return "";
}
function openSidebar() {
document.getElementById("mySidebar").style.display = "block";
}
function closeSidebar() {
document.getElementById("mySidebar").style.display = "none";
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</body>
</html>