-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrules.html
More file actions
444 lines (407 loc) · 21 KB
/
rules.html
File metadata and controls
444 lines (407 loc) · 21 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Animarathon 2022</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bulma@0.9.1/css/bulma.min.css"
/>
<script
defer
src="https://use.fontawesome.com/releases/v5.14.0/js/all.js"
></script>
</head>
<body>
<nav class="navbar" role="navigation">
<div class="navbar-brand">
<a class="navbar-item" href="./index.html">
<div class="column">
<section class="section">
<div class="container has-text-grey-darker">
<h1 class="title">Animarathon 2022</h1>
<h2 class="subtitle">Anime Convention in Northwest Ohio</h2>
</div>
<nav>
<a class="panel-block" href="https://www.bgsu.edu/coronavirus.html">
<span class="panel-icon"><i class="fas fa-info-circle" aria-hidden="true"></i></span>
BGSU COVID-19 Information
</a>
<a class="panel-block" href="https://www.facebook.com/Animarathon/">
<span class="panel-icon"><i class="fab fa-facebook" aria-hidden="true"></i></span>
Facebook
</a>
<a class="panel-block" href="https://discord.gg/PKz6KWd">
<span class="panel-icon"><i class="fab fa-discord" aria-hidden="true"></i></span>
Discord
</a>
<a class="panel-block" href="mailto:ano.animarathon@gmail.com">
<span class="panel-icon"><i class="fas fa-envelope-open-text" aria-hidden="true"></i></span>
E-Mail
</a>
</nav>
</section>
</div>
</a>
</div>
<img
src="./media/nonfree/2021banner.jpg"
alt="Animarathon Banner"
style="width:100%;"
/>
</nav>
<br />
<main class="container">
<div class="field has-addons">
<p class="control">
<a href="https://animarathon.com">
<button class="button is-link is-outlined">
<span class="icon"><i class="fas fa-magic"></i></span>
<span> Main </span>
</button>
</a>
</p>
<p class="control">
<a href="https://animarathon.com/register">
<button class="button is-link is-outlined">
<span class="icon"><i class="fas fa-magic"></i></span>
<span> Vendors,Artists, and Panelists </span>
</button>
</a>
</p>
<p class="control">
<a href="https://animarathon.com/special-guests">
<button class="button is-link is-outlined">
<span class="icon"><i class="fas fa-magic"></i></span>
<span> Special Guests</span>
</button>
</a>
</p>
<p class="control">
<a href="https://Animarathon.com/rules">
<button class="button is-link is-outlined">
<span class="icon"><i class="fas fa-magic"></i></span>
<span> Rules for Animarathon</span>
</button>
</a>
</p>
<p class="control">
<a href="https://animarathon.com/cosplay">
<button class="button is-link is-outlined">
<span class="icon"><i class="fas fa-magic"></i></span>
<span> Cosplay Competition</span>
</button>
</a>
</p>
<p class="control">
<a href="https://Animarathon.com/panels">
<button class="button is-link is-outlined">
<span class="icon"><i class="fas fa-magic"></i></span>
<span> Panels and Map</span>
</button>
</a>
</p>
</div>
<div class="columns">
<div class="column">
<b><center><p><font size="+3">FAQ</font></p> </center></b>
<b>-----</b><b>Where should I park?</b>
<p>On the weekends(when Animarathon is held) parking is free in most parking lots (especially the ones in front of the Student Union) </p>
<br />
<br />
<b>-----</b><b>Where can I eat</b>
<p>
There is a food court on the first floor of the Union where Animarathon is held which sells Pizza, Asian Cusine, Burgers, Fries, Subs, Chicken, and Smoothies.
Late night on campus dining options include Pizza in the union, and the Kreischer quadrangle restaurants which offers burgers, Mexican, Italian, and breakfast food for dinner.
The Pub 1910 in the Union has fancier food and some alcohol on tap. Please set aside at least an hour while eating here.
Next door to Animarathon is The Oaks, an all you care to eat dining hall. The Oaks has a variety of options with a rotating menu, and has marked vegan, vegetarian, and gluten free options.
There are a variety of dining options off of campus, many of which are open late.
</p>
<br />
<br />
<b>-----</b><b>Is there Wi-Fi?</b>
<p>
Yes! Just connect to the BGSU Guest Wi-Fi network "BGSU Guest"!
Please note that connecting to the BGSU wireless network requires a cell phone for SMS authentication. (please note, with the influx of con attendees, wifi may be slow, thank you for your understanding)
</p>
<br />
<br />
<b>-----</b><b>When should I wear my badge?</b>
<p>
While at Animarathon you are encouraged to wear your badge at all times, so it is not lost on accident!
However, you might want to remove your badge for photoshoots or other reasons. If you do remove your badge take care not to loose your badge! Animarathon can't replace lost or missing badges!
The areas where you need a badge are official Animarathon events including Panels, Special Event Rooms, , and the Artists Alley. Wearing your badge in hallways, the food court, and anywhere outside of the Student Union, is recommended but not required.
</p>
<br />
<br />
<b>-----</b><b>Where can I sleep at night?</b>
<p>
Bowling Green has many hotels just off of campus.
</p>
<br />
<br />
<b>-----</b><b>Why can't Animarathon use the 4th Floor?</b>
<p>
The 4th Floor of the Student Union is a designated quiet study area, and can't be rented. We ask that guests do not visit the 4th floor.
</p>
<br />
<br />
<br />
<b>-----</b><b>Where is Animarathon?</b>
<p>
Animarathon is held in the BGSU Student Union, which is located in Bowling Green Ohio.
</p>
<br />
<b>-----</b><b>What is Pre-Registration?</b>
<p>
Pre-registration gets you a guaranteed badge for Animarathon. In addition to a guaranteed badge, guests who VIP pre-register receive bonus items as well.
</p>
<br />
<br />
<b>-----</b><b>Why does Animarathon cost money?</b>
<p>
While BGSU does help us with many functions, they can not be expected pay for everything. BGSU is an academic institution, and we wouldn't have it any other way.
Renting out rooms, printing badges and brochures, purchasing food and drink, inviting special guests, and hiring Police all costs money. When it's all said and done the costs to hold Animarathon are in the ballpark of about $30,000 each year. That might seem like a large number, but it would be way larger if it weren't for the generous help of the Bowling Green community.
In past years we were able to cover our costs with raffle tickets and bake sales, however as Animarathon grew, some years were were unable to recoup our costs using this method. In order to guarantee our ability to keep hosting Animarathons we had to start charging a modest admission fee.
Keeping Animarathon accessible to everyone is important to us, so we do our best to keep the admission prices at about the price of a fancy meal. Please keep in mind that other conventions may often charge more then $30 for admission. To make Animarathon truly accesible to all, we also give anyone who volunteers for two hours or more each day free admission!
</p>
<br />
<br />
</div>
<div class="column">
<b><center><p><font size="+3">Animarathon Rules</font></p> </center></b>
<b>-----</b><b>Be Safe</b>
<p>
Make sure nobody gets hurt
&
leave things as you found them.
</p>
<br />
<br />
<b>-----</b><b>Be Nice</b>
<p>
Show courtesy to everyone
&
respect the Bowling Green community.
</p>
<br />
<br />
<b>-----</b><b>General</b>
<p>
Be respectful of others, including their property and personal space.
</p><br />
<p> Silence devices and be quiet during panels & events unless otherwise noted.</p><br />
<p> There will be no solicitation at Animarathon without our permission.</p><br />
<p>
Take care of yourself. Shower, eat, stay hydrated, and brush your teeth.
</p><br />
<br />
<b>-----</b><b>Student Union Rules</b>
<p>
<p>
The Fourth Floor of the Union is off limits. The rafters beyond the safety rails are especially off limits, because they are hollow and you will fall through.
</p><p>
<br />
Please pick up trash, and recycle.
</p><p>
<br />
Please keep the toilets nice for other guests.
</p><p>
<br />
Return chairs to where they were.
</p><p>
<br />
There is no need to run or jump off of things.
</p><p>
<br />
Do not loiter in elevators, stairwells, or high traffic areas.
</p><p>
<br />
Do not shake the cherry trees outside.
</p><p>
<br />
The Yoshino Cherry Trees are a historical gift from the people of Japan and are easily damaged. Please preserve their beauty for others.
</p><p>
<br />
We will have a volunteer watching the cherry trees. If a guest is caught shaking them we will ask them to leave Animarathon.
</p>
<br />
<br />
<b>-----</b><b>Cosplay And Attire Rules</b>
<p>
If a guest is in a costume or has props of any sort then these rules apply.
</p><p>
<br />
</p><p>
<br /> No blatantly sexual, kink, or BDSM-related gear is allowed. This includes leashes, pup hoods, fuzzy handcuffs, etc...
</p><p>
<br /> Ahegao pattern clothing or items are not allowed to be worn, if they are sold in the vendor hall they must be covered by an 18+ sheet or put in a bag after purchase.
</p><p>
<br /> Excessive gore is not allowed (any questions may be directed at our email or con ops during the convention)
</p><p>
<br /> Do not bring a metal weapon.
</p><p>
<br /> That includes Knives, Metal Pipes, Throwing Stars, and anything else that is metal and can be easily used as a weapon.
</p><p>
<br /> There is an exception for swords that have been sheathed and zip tied. If it can be used quickly, it's not OK.
</p><p>
<br /> All Weapons must be checked and marked with a band as checked. No exceptions.
</p><p>
<br /> If a prop is gun-like ensure it has a visible orange tip on the barrel in addition to submitting to the weapon check.
</p><p>
<br /> Yaoi Paddles are not allowed and will be confiscated on sight.
</p><p>
<br /> Guests need footwear and a shirt. Bare feet or bare chests are not allowed.
</p><p>
<br />A swimsuit is the minimum level of clothing required.
</p><p>
<br /> Animarathon Staff Members or University Staff members reserve the right to ask guests to alter their cosplay while they are attending Animarathon. If a guest does not want to alter their cosplay when requested, they must leave Animarathon until they have changed their cosplay.
</p>
<br />
<br />
<!--<b>-----</b><b>Coat Room Rules</b>
<p>
There is a room at Animarathon where guests are able to leave their belongings for a small fee.
</p><p>
<br />
Please note that there are different rates depending on item size and item value.
</p><p>
<br />
Coat: $0.50
</p><p>
<br /> Grocery bag of belongings: $0.50
</p><p>
<br /> Bulky items: $1.00
</p><p>
<br /> Strollers: $3.00
</p><p>
<br /> Expensive goods: $5.00
</p> -->
<b>-----</b><b>Safety Rules</b>
<p>
Use common sense with props and actions.
</p><p>
<br />Safely posing with a prop is OK.
</p><p>
<br />Pretend Battles are only allowed during the cosplay competition.
</p><p>
<br />If a guest gets in a fight or hurts someone, they will be asked to leave, and the police may get involved.
</p><p>
<br />You must not fly a UAS (drone).
</p><p>
<br />Do not steal things.
</p><p>
<br /> Thieves will give up suspect items and be blacklisted.
</p><p>
<br />The Police will be notified of the theft, and they may get involved.
</p><p>
<br /> Respect University Property. Do not rough house, and do not jump off of stairs or balconies.
</p><p>
<br />Drink Responsibly
</p><p>
<br />Please have a designated driver or call a cab.
</p><p>
<br />Open Containers (alcohol) are not allowed on BGSU Campus outside the Pub 1910.
</p><p>
<br /> Follow BGSU's smoking rules.
</p><p>
<br /> BGSU is a non-smoking campus. There is a smoking area nearby Animarathon behind University Hall in Lot A, and behind The administration skyscraper in Lot 11.
</p><p>
<br /> Vapes and non-smoking tobacco products are allowed outdoors under campus rules.
</p><p>
<br />Do not jaywalk as it is very dangerous in Bowling Green.
</p><p>
<br />In particular you must be careful while crossing Wooster Street.
</p><p>
<br /> Children aged 12 or under must be accompanied by a parent or guardian at all times.
</p><p>
<br /> Children must have their parent or guardian's name and contact information written on the child's badge.
</p><p>
<br />Guests must not enter panels or events rated higher then their current age.
</p>
<br />
<br />
<br />
<br />
</div>
</div>
<center>
<b><center><p><font size="+3">How are Rules enforced?</font></p> </center></b>
<p>
Animarathon Staff, University Staff, and Law Enforcement Officers are the ultimate authority on acceptable behavior at Animarathon.
</p><p>
<br />Attendees who are disruptive or break the rules kill the mood, and may be asked to leave without a refund based on a staff member's decision.
</p><p>
<br />Possible punishments for rule breaking could include one or more of the following:
</p><p>
<br /><b>Being given a warning that it's time to stop.</b>
</p><p>
<br /><b>Being removed from Animarathon for the remainder Animarathon.</b>
</p><p>
<br /><b>Being placed on a permanent blacklist, unable to return to Animarathon in the future. This list will include your reason for exclusion. We may share this list with other conventions in the future.</b>
</p><p>
<br /><b>Paying for any damage caused.</b>
</p><p>
<br /><b>Police involvement or action.</b>
<br />
<br />
</p><p>
<br />BGSU Security is active at Animarathon, and enforces the rules and guidelines in addition to Animarathon staff. BGSU Security also enforces all laws and BGSU rules.
</p><p>
<br />If we have confiscated something from you, or we have found your lost item, you may pick it up at the coat room when leaving.
</p>
</center>
<br />
<center>
<b>-----</b><b>What to do if the rules are being broken.</b>
<p>
If you see someone breaking the rules, especially in an unsafe way or in a way that makes you uncomfortable, please contact us as soon as you can.
</p><p>
<br />
If there is a emergency where someone could be seriously hurt or die dial 911 immediately and order a specific nearby person to get a security officer as fast as they can. Your location is the BGSU Student Union. There are public telephones along the wall if you do not have a cell-phone. The emergency rescue point is located in the stairwells.
</p><p>
<br />
<p>
If there is a less pressing but still serious issue please contact an Animarathon Staff member, and we will do our best to resolve the problem.
</p>
</center>
<center>
<b><center><p><font size="+3">Our Promise to You</font></p> </center></b>
<p>
Thank you for reading this far! Seriously, great job!
</p><p>
<br />
We don't expect you to follow our rules for nothing.
</p><p>
<br />
That's why we're promising you two things in return.
</p>
<b><center><p><font size="+3">改善</font></p> </center></b>
<p>
Our first promise to you is 改善 (Kaizen).
</p><p>
<br />
Kaizen is the Japanese process of continuous improvement.
</p><p>
<br />
That means that Animarathon will reflect itself continuously.
</p><p>
<br />
To the benefit of itself and the community around it.
</p>
<b><center><p><font size="+3">A Good Time</font></p> </center></b>
<p>
Our Second, but even more important promise to you is a good time.
</p><p>
<br />
You've earned it.
</p><p>
<br />
💖
</p>
</center>
</main>
<center><img src="media\nonfree\pink-line-png-5.png" /></center>
</body>
</html>