forked from MITMUNC/mitmunc-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
conference.html
361 lines (319 loc) · 20.8 KB
/
conference.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MITMUNC XVII</title> <!--#YEAR-->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="scripts.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom">
<a class="navbar-brand" style="display: flex;align-items: center;" href="index.html">
<img alt="Brand" class="pull-left" src="pictures/logo.png" style="height: 10vh; width: 10vh;">
</a>
<a class="navbar-brand" href="index.html">MITMUNC XVII</a> <!--#YEAR-->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link hvr-underline-from-left" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link hvr-underline-from-left" href="about.html">About Us</a>
</li>
<li class="nav-item active">
<a class="nav-link hvr-underline-from-left" href="conference.html">Conference Information <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link hvr-underline-from-left" href="committees.html">Committees</a>
</li>
<li class="nav-item">
<a class="nav-link hvr-underline-from-left" href="forms.html">Registration</a>
</li>
<li class="nav-item">
<a class="nav-link hvr-underline-from-left" href="payments.html">Payments</a>
</li>
<li class="nav-item">
<a class="nav-link hvr-underline-from-left" href="archived.html">Archived</a>
</li>
<li class="nav-item">
<a class="nav-link hvr-underline-from-left" href="china.html">MITMUNC China</a>
</li>
<li class="nav-item">
<a class="nav-link hvr-underline-from-left" href="locations.html">Logistics and Locations</a>
</li>
</ul>
<span class="navbar-text">
</span>
</div>
</nav>
<div id="bannerimagetemplate" style="background-image: url(./pictures/committee.jpg);">MITMUNC XVII Information</div>
<h4 class="redtext" style="text-align:center; line-height: 12vh; font-family:Garamond"> MITMUNC XVII will be held in-person at the Massachusetts Institute of Technology. Welcome! </h4>
<div id="whitebanner" style:"height: auto;">
<h3 class="redtext" style="text-align: center; font-family: Garamond-Bold;">Key Dates</h3>
<h3 class="paragraphtextemph" style="display:inline-block;">September 22, 2024: </h3><h3 class="paragraphtext" style="display:inline-block;"> <a href="forms.html">Early Bird Registration</a> opens. Visit the <a href="forms.html">Registration</a> page to register. Early-bird registration fee applies.</h3>
<br>
<h3 class="paragraphtextemph" style="display:inline-block;">November 15, 2024: </h3><h3 class="paragraphtext" style="display:inline-block;"> Regular Registration opens. Early-bird Registration ends.</h3>
<br>
<h3 class="paragraphtextemph" style="display:inline-block;">December 15, 2024: </h3><h3 class="paragraphtext" style="display:inline-block;"> Waitlist application opens.</h3>
<br>
<h3 class="paragraphtextemph" style="display:inline-block;">January 15, 2025: </h3><h3 class="paragraphtext" style="display:inline-block;"> Waitlist application closes.</h3>
<br>
<h3 class="paragraphtextemph" style="display:inline-block;">February 6, 2025: </h3><h3 class="paragraphtext" style="display:inline-block;"> Position Papers due from delegates.</h3>
<br>
<h3 class="paragraphtextemph" style="display:inline-block;">February 7-9, 2025: </h3><h3 class="paragraphtext" style="display:inline-block;"> MITMUNC XVII!</h3>
<br><br>
</div>
<div id="simplebanner" style="height: auto;">
<h3 class="redtext" style="text-align: center; line-height: 5vh; font-family: Garamond-Bold;">Conference Fees</h3>
<p>
<div class="row" style="width: 70%; margin: 0 auto;">
<div class="column" style=" margin: 0 auto;">
<h3 class="paragraphtextemph">Early Registration</h3>
<h3 class="paragraphtext">$60 USD per individual delegate</h3>
</div>
<div class="column" style=" margin: 0 auto;">
<h3 class="paragraphtextemph">Regular Registration</h3>
<h3 class="paragraphtext">$75 USD per individual delegate</h3>
</div>
</div>
<br>
<h3 class="paragraphtextemph" style="width: 70%; margin: auto;">Fees Include</h3>
<h3 class="paragraphtext" style="width: 70%; margin: auto;">
The fees above include conference materials (folder, notepad, pen, drawstring bag) for each delegate.
<br>
</h3>
<br>
<h3 class="paragraphtextemph" style="width: 70%; margin: auto;">Payment Process</h3>
<h3 class="paragraphtext" style="width: 70%; margin: auto;">
As part of registration, after filling out the registration form, please pay a one-time fee of $60 per delegate for early registration or $75 per delegate for regular registration. Once payment has been received, the designated school advisor will receive a final notice of registration confirmation.
<br><br>
Payment must be received upon specified conference deadlines to secure your delegation's spots in MITMUNC.
<br><br>
Refunds cannot be processed after payment unless conference is cancelled.
<br>
</h3>
<br>
<h3 class="paragraphtextemph" style="width: 70%; margin: 0 auto;">Financial Aid</h3>
<h3 class="paragraphtext" style="width: 70%; margin: 0 auto;">
MITMUNC is committed to making the conference accessible to everyone, regardless of financial circumstances. If payment of conference fees is a barrier to participation to MITMUNC, you may apply for financial aid to assist in reduction of conference fees by filling in the financial aid section of the registration form. </h3>
<br><br>
</div>
<h3 class="redtext" style="text-align: center; line-height: 12vh; font-family: Garamond-Bold;">Conference Schedule - Coming Soon!</h3>
<!-- <table class="styled-table" style="margin: auto; width:70%">
<thead>
<tr>
<th>Time (EST, GMT-5)</th>
<th>February 9, 2024</th>
<th>February 10, 2024</th>
<th>February 11, 2024</th>
</tr>
</thead>
<tbody>
<tr>
<td>9AM-10AM</td>
<td> </td>
<td class="active-row" rowspan="3" style="background-color: #A31F34; height: 50%; color: #fff; font-family: Garamond;">Committee Session II (9AM-12PM)<br></td>
<td class="active-row" rowspan="3" style="background-color: #A31F34; height: 50%; color: #fff; font-family: Garamond;">Committee Session V (9AM-12PM)<br></td>
</tr>
<tr>
<td>10AM-11AM</td>
<td> </td>
</tr>
<tr>
<td>11AM-12PM</td>
<td> </td>
</tr>
<tr>
<td>12PM-1PM</td>
<td> </td>
<td class="active-row" rowspan="2" style="background-color: #A31F34; height: 50%; color: #fff; font-family: Garamond;">Lunch (12-2PM)<br></td>
<td class="active-row" rowspan="2" style="background-color: #A31F34; height: 50%; color: #fff; font-family: Garamond;">Lunch (12-2PM)<br></td>
</tr>
<tr>
<td>1PM-2PM</td>
<td> </td>
</tr>
<tr>
<td>2PM-3PM</td>
<td onclick="javascript:alert('something');"> </td>
<td class="active-row" rowspan="3" style="background-color: #A31F34; height: 50%; color: #fff; font-family: Garamond;">Committee Session III (2-5PM)<br></td>
<td class="active-row" rowspan="2" style="background-color: #A31F34; height: 50%; color: #fff; font-family: Garamond;">Closing Ceremony (2-4PM)<br></td>
</tr>
<tr>
<td>3PM-4PM</td>
<td class="active-row" rowspan="2" style="background-color: #A31F34; height: 50%; color: #fff; font-family: Garamond;">Delegation Check-In (3PM-5PM)<br></td>
<td> </td>
</tr>
<tr>
<td>4PM-5PM</td>
<td> </td>
</tr>
<tr>
<td>5PM-6PM</td>
<td class="active-row" style="background-color: #A31F34; height: 50%; color: #fff; font-family: Garamond;">Opening Ceremonies (5-6PM)<br></td>
<td class="active-row" rowspan="2" style="background-color: #A31F34; height: 50%; color: #fff; font-family: Garamond;">Dinner (5-7PM)<br></td>
<td> </td>
</tr>
<tr>
<td>6PM-7PM</td>
<td> </td>
</tr>
<tr>
<td>7PM-8PM</td>
<td class="active-row" rowspan="3" style="background-color: #A31F34; height: 50%; color: #fff; font-family: Garamond;">Committee Session I (7:30-9:30PM)<br></td>
<td class="active-row" rowspan="2" style="background-color: #A31F34; height: 50%; color: #fff; font-family: Garamond;">Committee Session IV (7-9PM)<br>Advisor Meeting (7-9PM)<br></td>
<td> </td>
</tr>
<tr>
<td>8PM-9PM</td>
<td> </td>
</tr>
<tr>
<td>9PM-10PM</td>
<td class="active-row" rowspan="2" style="background-color: #A31F34; height: 50%; color: #fff; font-family: Garamond;">Delegate Dance <br>(9:30 PM - 11:00 PM)<br></td>
<td> </td>
</tr>
<tr>
<td>10PM-11PM</td>
<td> </td>
</tr>
</tbody>
</table> -->
<div id="simplebanner" style="height: auto;">
<h3 class="redtext" style="text-align: center; line-height: 5vh; font-family: Garamond-Bold;">Hotel Reservations</h3>
<h3 class="paragraphtext" style="text-align: center; line-height: 5vh; font-family: Garamond-Bold;">More info coming soon!</h3>
<p>
<!-- <h3 class="paragraphtextemph" style="width: 70%; margin: auto;">Booking Information</h3>
<h3 class="paragraphtext" style="width: 70%; margin: auto;">
MIT Model UN is not responsible for reservation of hotel rooms for the conference. Delegates may either commute or book hotel rooms nearby MIT. We currently have partnerships with the Marriott in Kendall Square, within walking distance of our conference: Boston Marriott Cambridge at 50 Broadway, Cambridge, MA 02142.
<br>
</h3>
<br>
<h3 class="paragraphtextemph" style="width: 70%; margin: auto;">How can delegates reserve rooms with these hotels?</h3>
<h3 class="paragraphtext" style="width: 70%; margin: auto;">
With our partnership, we have distinct room blocks in each of the two hotels listed. Each of these rooms are offered at subsidized rates relative to the normal nightly fee. Once your delegation is confirmed, please either call the hotels directly and mention you are booking through the MITMUNC XVI Room Block, or you may also book the rooms directly through the below links:
<br><br>
Boston Marriott Cambridge (1-800-228-9290) at the following <a href="https://www.marriott.com/event-reservations/reservation-link.mi?id=1700661202376&key=GRP&app=resvlink"> link</a>.
<br>
</h3>
<br>
<h3 class="paragraphtextemph" style="width: 70%; margin: auto;">How much will rooms cost?</h3>
<h3 class="paragraphtext" style="width: 70%; margin: auto;">
Through our subsidized rates, rooms at the Boston Marriott will be around $169 per night.
<br>
</h3>
<br>
<h3 class="paragraphtextemph" style="width: 70%; margin: auto;">How many nights are these rooms available for?</h3>
<h3 class="paragraphtext" style="width: 70%; margin: auto;">
Our block with the hotels is valid through 2 nights over the weekend of the conference. Check-in is arranged for Friday, February 9th while check-out will be on Sunday, February 11th. If you are planning to arrive before the 9th or stay beyond the 11th, please know that the subsidized rates that apply for these two nights may not apply for other nights. Please let the hotels know in advance, and they will do their best to accommodate the same rates for those additional night(s).
<br>
</h3>
<br>
<h3 class="paragraphtextemph" style="width: 70%; margin: auto;">What types of rooms are available in the block?</h3>
<h3 class="paragraphtext" style="width: 70%; margin: auto;">
There are a mix of rooms available (1 king bed, 2 double beds, 1 king + 1 sofa, etc.). Please ensure that your delegates are comfortable with their particular housing arrangements. Due to the large number of double rooms requested for MUN delegations, we cannot guarantee double rooms for every school. Rooms will be allocated appropriately on a first-come, first-serve basis, so please book as soon as possible!
<br>
</h3>
<br>
<h3 class="paragraphtextemph" style="width: 70%; margin: auto;">What is the deadline to reserve hotel rooms?</h3>
<h3 class="paragraphtext" style="width: 70%; margin: auto;">
Reserving through the MITMUNC XVI Room Block will be available until January 18th 2023. After that, any unused rooms in our Block will be released back to the hotel for general sale and any delegations will be subject to paying normal nightly rates rather than the subsidized rates of our block.
<br>
</h3>
<br>
<h3 class="paragraphtextemph" style="width: 70%; margin: auto;">What amenities do these hotels offer?</h3>
<h3 class="paragraphtext" style="width: 70%; margin: auto;">
Both hotels offer free Wifi, laundry spaces, fitness centers, and daily housekeeping. Reserving with the Residence Inn also includes continental breakfast, whereas the Boston Marriott does not offer breakfast. For all delegations traveling by car, parking is an extra fee at both hotels ($55 at the Boston Marriott).
<br>
</h3>
<br>
<h3 class="paragraphtextemph" style="width: 70%; margin: auto;">How far are the hotels from Building E51 (location of committee sessions)?</h3>
<h3 class="paragraphtext" style="width: 70%; margin: auto;">
Both hotels and the committee session location are both shown below for reference. The walking distance is around 5 minutes for the Boston Marriott.
<br><br>
</div>
<br> -->
<div id="simplebanner" style="height: auto;">
<h3 class="redtext" style="text-align: center; line-height: 12vh; font-family: Garamond-Bold;">Frequently Asked Questions</h3>
<button class="accordion hvr-underline-from-left2"><h3 class="redtext" style="font-size: 3vh;">What is MIT Model United Nations Conference (MITMUNC)?</h3></button>
<div class="panel">
<h3 class="paragraphtext"><br>The MIT Model United Nations Conference is the premier international Model UN conference for high school students with a special focus on small committee sizes.</h3>
</div>
<button class="accordion hvr-underline-from-left2"><h3 class="redtext" style="font-size: 3vh;">Why MITMUNC?</h3></button>
<div class="panel">
<h3 class="paragraphtext"><br>Unlike other conferences, in which many students encounter little to no leeway for participation inside massive general sessions, MITMUNC leverages committee sizes in such a way that gives students the most opportunity for personal contribution and distinction.</h3>
</div>
<button class="accordion hvr-underline-from-left2"><h3 class="redtext" style="font-size: 3vh;">How do I sign up to compete in MITMUNC?</h3></button>
<div class="panel">
<h3 class="paragraphtext"><br>In order to ensure participation in MITMUNC, faculty advisors and delegates must pay special attention to our conference deadlines as well as apply early and properly. Please visit the <a href="forms.html">Registration</a> page to register.</h3>
</div>
<button class="accordion hvr-underline-from-left2"><h3 class="redtext" style="font-size: 3vh;">Who is allowed to participate in MITMUNC? How many delegates are allowed per school?</h3></button>
<div class="panel">
<h3 class="paragraphtext"><br>MITMUNC is only open to high school students in all nations across the world and not to those currently enrolled in a full-time college or university. Please note that each school may register a maximum of 40 delegates.</h3>
</div>
<button class="accordion hvr-underline-from-left2"><h3 class="redtext" style="font-size: 3vh;">Can I register for the virtual committee?</h3></button>
<div class="panel">
<h3 class="paragraphtext"><br>MITMUNC XVI will have no virtual committees.</h3>
</div>
<button class="accordion hvr-underline-from-left2"><h3 class="redtext" style="font-size: 3vh;">Can I compete as a single delegate?</h3></button>
<div class="panel">
<h3 class="paragraphtext"><br>
You may compete as a single delegate. An advisor is not needed for the conference. However, we recommend students contact their school's Model United Nations club to foster interest in attending MITMUNC as the school's delegation rather as an individual delegate. </h3>
</div>
<button class="accordion hvr-underline-from-left2"><h3 class="redtext" style="font-size: 3vh;">Is there financial aid available to offset conference costs?</h3></button>
<div class="panel">
<h3 class="paragraphtext"><br>
MITMUNC is committed to making the conference accessible to people of all backgrounds and circumstances. A significant portion of our delegates receive aid every year in the form of registration discounts. If payment of conference fees is a barrier to participation to MITMUNC, you may apply for financial aid to assist in reduction of conference fees by filling in the financial aid section of the registration form.</h3>
</div>
<button class="accordion hvr-underline-from-left2">
<h3 class="redtext" style="font-size: 3vh;">What is the technology policy?</h3>
</button>
<div class="panel">
<h3 class="paragraphtext"><br>
No technology is allowed inside the committee room unless approved by us.</h3>
</div>
<button class="accordion hvr-underline-from-left2">
<h3 class="redtext" style="font-size: 3vh;">Can I compete as a double delegation?</h3>
</button>
<div class="panel">
<h3 class="paragraphtext"><br>
We only allow single delegate - one person competes per delegate.</h3>
</div>
<button class="accordion hvr-underline-from-left2"><h3 class="redtext" style="font-size: 3vh;">What is MITMUNC China?</h3></button>
<div class="panel">
<h3 class="paragraphtext"><br>MITMUNC China is closely co-organized with ASDAN China. ASDAN is an educational non-profit based in the United Kingdom and offers international educational programs in China, Europe, North America. MITMUNC China is a three-day conference that follows a similar schedule to our flagship conference, with the same rules and procedures, and it offers hundreds of Chinese high school students across the Asian nation the opportunity to debate upon important international issues posing veritable challenges to the world today, such as the reality of climate change, cybersecurity, and refugee assistance in conflict zones.</h3>
</div>
<button class="accordion hvr-underline-from-left2"><h3 class="redtext" style="font-size: 3vh;">Who can I contact?</h3></button>
<div class="panel">
<h3 class="paragraphtext"><br>Contact us: <i class="fa fa-envelope"></i> <a href="mailto:secretariat-mitmunc@mit.edu" style="color:#000;">secretariat-mitmunc@mit.edu, </a><i class="fa fa-phone"></i> <a href="tel:601-564-8686" style="color:#000;">(601) 564-8MUN</a></h3>
</div>
</div>
<div class="footer">
<p>Contact us: <i class="fa fa-envelope"></i> <a href="mailto:secretariat-mitmunc@mit.edu" style="color:#FFFFFF;">secretariat-mitmunc@mit.edu, </a><i class="fa fa-phone"></i> <a href="tel:601-564-8686" style="color:#FFFFFF;">(601) 564-8MUN</a></p>
</div>
<script>
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function() {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.display === "block") {
panel.style.display = "none";
} else {
panel.style.display = "block";
}
});
}
</script>
</body>