-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfencing.html
More file actions
490 lines (489 loc) · 15.1 KB
/
fencing.html
File metadata and controls
490 lines (489 loc) · 15.1 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
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="J. Ozymandias Fallick">
<meta name="description" content="Ozzie Fallick">
<meta name="keywords" content="Ozzie Fallick, J. Ozymandias Fallick, Jeremy Fallick, Fallick, UMD, Fencing, DCC, Computer Science, Linguistics">
<title>Fencing</title>
<link type="text/css" rel="stylesheet" href="css/main.css" />
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:700|Merriweather+Sans:300,700' rel='stylesheet' type='text/css'>
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/sidebar.js"></script>
<script>
$(function () {
setupSidebar("fencing");
});
</script>
</head>
<body>
<div id="content">
<div id="sidebar">
<h3>Ozzie Fallick</h3>
</div>
<div id="main">
<h3>Fencing</h3>
<div class="info">
<div class="column">
<h4>Medal Count</h4>
<table id="medals">
<tr>
<th><img src="img/gold.png"></img></th>
<th><img src="img/silver.png"></img></th>
<th><img src="img/bronze.png"></img></th>
</tr>
<tr>
<td>3</td>
<td>3</td>
<td>5</td>
</tr>
</table>
</div>
<div class="column">
<h4>Fencer Ratings</h4>
<table id="f-ratings" class="ratings">
<tr>
<th>F</th>
<th>E</th>
<th>S</th>
</tr>
<tr>
<td>U</td>
<td>U</td>
<td>D13</td>
</tr>
</table>
</div>
<div class="column">
<h4>Referee Ratings</h4>
<table id="r-ratings" class="ratings">
<tr>
<th>F</th>
<th>E</th>
<th>S</th>
</tr>
<tr>
<td>9</td>
<td>9</td>
<td>8</td>
</tr>
</table>
</div>
<div id="column-filler">
</div>
</div>
<div class="info">
<div class="column">
<h4>Representing</h4>
<table>
<tr>
<td>
<a href="http://www.umdfencing.com" target="_blank"><img src="img/terpslogo11_swords_100px.png" class="club"></img></a>
</td>
</tr>
<tr>
<td>
Terrapin Fencing
</td>
</tr>
</table>
</div>
<div class="column">
<h4>Affiliations</h4>
<table id="affiliations">
<tr>
<td>
<a href="http://www.dcfencing.com" target="_blank"><img src="img/dcfc-logo.jpg" class="club"></img></a>
</td>
<td>
<a href="http://www.capfencing.com" target="_blank"><img src="img/capital-logo.jpg" class="club"></img></a>
</td>
</tr>
<tr>
<td>
DC Fencers Club
</td>
<td>
Capital Fencing Academy
</td>
</tr>
</table>
</div>
<div id="column-filler">
</div>
</div>
<hr>
<p>I started <a href="#college">fencing in college</a> for the University of Maryland
Fencing Club. As an individual fencer, I earned my E in 2012 and renewed
it in 2013, before earning my D at the end of 2013. In 2012, I
took the USFA referee exam and received a rating of 9 in all
three weapons, then earned my 8 in sabre in 2013.</p>
<h4>Results</h4>
<table class="results">
<tr>
<th>Date</th>
<th>Tournament</th>
<th>Event</th>
<th>Event Rating</th>
<th>Place</th>
<th>Rating Earned</th>
</tr>
<tr>
<td>5/17/2014</td>
<td><a href="http://askfred.net/Results/results.php?tournament_id=23150#93249" target="_blank">Captain Steere Open</a></td>
<td>Senior Mixed Saber</td>
<td>A1</td>
<td>14/19</td>
<td></td>
</tr>
<tr class="alt">
<td>4/19/2014</td>
<td><a href="http://askfred.net/Results/results.php?tournament_id=25859#103413" target="_blank">Conomikes-Gutenberg Memorial Open</a></td>
<td>Senior Mixed Saber</td>
<td>C2</td>
<td>14/34</td>
<td></td>
</tr>
<tr>
<td>3/22/2014</td>
<td><a href="http://askfred.net/Results/results.php?tournament_id=25275#101234" target="_blank">Cherry Blossom Open 2014</a></td>
<td>Senior Mixed Saber</td>
<td>B2</td>
<td>9/37</td>
<td></td>
</tr>
<tr class="alt">
<td>1/5/2014</td>
<td><a href="http://askfred.net/Results/results.php?tournament_id=23352" target="_blank">FAP Div III Sabre</a></td>
<td>D & Under Senior Mixed Saber</td>
<td>E1</td>
<td>2/13</td>
<td></td>
</tr>
<tr>
<td>12/21/2013</td>
<td><a href="http://askfred.net/Results/results.php?tournament_id=22995#92669" target="_blank">CFA Annual Nightmare Before Christmas Open</a></td>
<td>Senior Mixed Saber</td>
<td>C2</td>
<td>3/17</td>
<td>D2013</td>
</tr>
<tr class="alt">
<td>11/15/2013</td>
<td><a href="http://askfred.net/Results/results.php?tournament_id=23461" target="_blank">Hack & Cut Sabre E and Under</a></td>
<td>E & Under Mixed Saber</td>
<td>E1</td>
<td>3/12</td>
<td></td>
</tr>
<tr>
<td>10/5/2013</td>
<td><a href="http://askfred.net/Results/results.php?tournament_id=23750" target="_blank">Capital Fencing Sabre Open</a></td>
<td>Senior Mixed Saber</td>
<td>B2</td>
<td>17/26</td>
<td></td>
</tr>
<tr class="alt">
<td>07/20/2013</td>
<td><a href="http://askfred.net/Results/index.php?tournament_id=19729" target="_blank">Memorial 3 Weapon Team</a></td>
<td>Mixed all 3 weapons on one team</td>
<td>NR</td>
<td>3/7</td>
<td></td>
</tr>
<tr>
<td>06/23/2013</td>
<td><a href="http://askfred.net/Results/index.php?tournament_id=19625" target="_blank">Tune-Up Open Tournament</a></td>
<td>Senior Mixed Saber</td>
<td>A2</td>
<td>20/25</td>
<td></td>
</tr>
<tr class="alt">
<td>06/16/2013</td>
<td><a href="http://askfred.net/Results/results.php?tournament_id=19728#81550" target="_blank">Father's Day Open</a></td>
<td>Mixed Saber</td>
<td>E1</td>
<td>3/6</td>
<td></td>
</tr>
<tr>
<td>05/18/2013</td>
<td><a href="http://askfred.net/Results/index.php?tournament_id=20118#82861" target="_blank">Captain Steere Open</a></td>
<td>Senior Mixed Saber</td>
<td>B1</td>
<td>16/20</td>
<td></td>
</tr>
<tr class="alt">
<td>03/23/2013</td>
<td><a href="http://askfred.net/Results/index.php?tournament_id=19927#82172" target="_blank">"E" & Under Senior Mixed</a></td>
<td>E & Under Senior Mixed Saber</td>
<td>D1</td>
<td>2/16</td>
<td>E2013</td>
</tr>
<tr>
<td>12/15/2012</td>
<td><a href="http://askfred.net/Results/index.php?tournament_id=19921#82150" target="_blank">Santa's "C" and & Under Sr Mx Three Weapon</a></td>
<td>Div2 Mixed Saber</td>
<td>E1</td>
<td>5/6</td>
<td></td>
</tr>
<tr class="alt">
<td>10/20/2012</td>
<td><a href="http://askfred.net/Results/index.php?tournament_id=19917#82139" target="_blank">Halloweenie "E" & Under Senior Mixed</a></td>
<td>E & Under Senior Mixed Saber</td>
<td>E1</td>
<td>5/8</td>
<td></td>
</tr>
<tr>
<td>09/01/2012</td>
<td><a href="http://askfred.net/Results/index.php?tournament_id=18859#78122" target="_blank">Cleveland State Fall Open</td>
<td>Senior Mixed Saber</td>
<td>B1</td>
<td>11/22</td>
<td></td>
</tr>
<tr class="alt">
<td>07/28/2012</td>
<td><a href="http://askfred.net/Results/index.php?tournament_id=18845#78071" target="_blank">Ronin Fencing Foundation Ratings Rally</a></td>
<td>Unrated Senior Mixed Saber</td>
<td>E1</td>
<td>1/6</td>
<td>E2012</td>
</tr>
<tr>
<td>06/16/2012</td>
<td><a href="http://askfred.net/Results/index.php?tournament_id=17890#75117" target="_blank">Father's Day Open</a></td>
<td>Mixed Saber</td>
<td>E1</td>
<td>3/7</td>
<td></td>
</tr>
<tr class="alt">
<td>05/19/2012</td>
<td><a href="http://askfred.net/Results/index.php?tournament_id=16261#68982" target="_blank">Captain Steere Open</a></td>
<td>Senior Mixed Saber</td>
<td>B1</td>
<td>16/17</td>
<td></td>
</tr>
<tr>
<td>03/31/2012</td>
<td><a href="http://askfred.net/Results/index.php?tournament_id=17470#73574" target="_blank">Cherry Blossom Open 2012</a></td>
<td>Senior Mixed Saber</td>
<td>A2B3</td>
<td>51/66</td>
<td></td>
</tr>
<tr class="alt">
<td>01/15/2012</td>
<td><a href="http://askfred.net/Results/index.php?tournament_id=16169#68604" target="_blank">CFC Mixed Y-12 Foil & Sabre E</a></td>
<td>E & Under Senior Mixed Saber</td>
<td>D1</td>
<td>9/17</td>
<td></td>
</tr>
</table>
<hr>
<a name="college"></a>
<p>
After having fenced very briefly in elementary school, I
picked it up again at the beginning of my freshman year of
college (2010) at the University of Maryland Fencing Club. I
was a starter on the sabre squad beginning in my sophomore
year, and was elected president for the 2012-2013 season in
my junior year. I was captain of the sabre squad from 2012
to 2014, and I was Capitol Division representative and
Cherry Blossom Open commissioner in 2013-2014.
</p>
<p>With the team, I competed in
the <a href="http://www.umdfencing.com/bwcfc/"
target="_blank">Baltimore-Washington Collegiate Fencing
Conference</a> (BWCFC) and the <a href="http://www.macfa.net"
target="_blank">Mid-Atlantic College Fencing Association</a>
(MACFA), as well as the Chaos Invitational, which we host, the
Temple Open, and the <a href="http://www.usacfc.org"
target="_blank">United States Association of Collegiate
Fencing Clubs</a> (USACFC) national championships.
</p>
<p>
I won silver in the 2012 Chaos Invitational and gold in the
2013 and 2014 BWCFC Championships, and I qualified for the
2014 MACFA Individual Championships.
</p>
<h4>Individual Results</h4>
<table class="results">
<tr>
<th>Date</th>
<th>Tournament</th>
<th>Event</th>
<th>Result</th>
</tr>
<tr>
<td>04/27/2014</td>
<td><a href="http://www.umdfencing.com/bwcfc/results/champs_14_results/OpenMensSaber.html" target="_blank">BWCFC Championships</a></td>
<td>Men's Sabre</td>
<td>1st of 26</td
</tr>
<tr class="alt">
<td>2013-2014</td>
<td><a href="http://www.umdfencing.com/bwcfc/results/bwcfc_2014_bouts.html" target="_blank">BWCFC Regular Season</a></td>
<td>Mixed Sabre</td>
<td>21-3</td>
</tr>
<tr>
<td>03/02/2014</td>
<td>MACFA Championships</td>
<td>Men's Sabre</td>
<td>14th of 16</td>
</tr>
<tr class="alt">
<td>2013-2014</td>
<td>MACFA Regular Season</td>
<td>Men's Sabre</td>
<td>21-18</td>
</tr>
<tr>
<td>10/27/2013</td>
<td><a href="http://www.owlsports.com/documents/2013/10/28/2013_Temple_Open_Mens_Results.pdf?id=2793" target="_blank">Temple Open<a/></td>
<td>Men's Sabre</td>
<td>57th of 97</td>
</tr>
<tr class="alt">
<td>04/27/2013</td>
<td><a href="http://www.umdfencing.com/bwcfc/results/champs_13_results/FTEvent20002.htm" target="_blank">BWCFC Championships</a></td>
<td>Men's Sabre</td>
<td>1 of 22</td
</tr>
<tr>
<td>2012-2013</td>
<td><a href="http://www.umdfencing.com/bwcfc/results/bwcfc_2013_bouts.html" target="_blank">BWCFC Regular Season</a></td>
<td>Mixed Sabre</td>
<td>18-6</td>
</tr>
<tr class="alt">
<td>2012-2013</td>
<td>MACFA Regular Season</td>
<td>Men's Sabre</td>
<td>18-20</td>
</tr>
<tr>
<td>10/28/2012</td>
<td><a href="http://www.scribd.com/doc/117897881/Temple-Open-2012-Men" target="_blank">Temple Open</td>
<td>Men's Sabre</td>
<td>51 of 93</td>
</tr>
<tr class="alt">
<td>10/14/2012</td>
<td><a href="http://www.umdfencing.com/bwcfc/results/ch12ms.html" target="_blank">Chaos Invitational</a></td>
<td>Men's Sabre</td>
<td>2nd of 42</td>
</tr>
<tr>
<td>04/22/2012</td>
<td><a href="http://www.umdfencing.com/bwcfc/results/BWCFC-2012-Sabre-Champ.htm" target="_blank">BWCFC Championships</a></td>
<td>Mixed Sabre</td>
<td>14th of 35</td>
</tr>
<tr class="alt">
<td>2011-2012</td>
<td><a href="http://www.umdfencing.com/bwcfc/results/bwcfc_2012_bouts.html" target="_blank">BWCFC Regular Season</a></td>
<td>Mixed Sabre</td>
<td>20-4</td>
</tr>
<tr>
<td>2011-2012</td>
<td>MACFA Regular Season</td>
<td>Men's Sabre</td>
<td>8-31</td>
</tr>
<tr class="alt">
<td>11/06/2011</td>
<td><a href="http://www.scribd.com/doc/117898361/Temple-Open-2011-Men" target="_blank">Temple Open</td>
<td>Men's Sabre</td>
<td>73rd of 100</td>
</tr>
<tr>
<td>10/23/2011</td>
<td><a href="http://www.umdfencing.com/bwcfc/results/ch11ms.html" target="_blank">Chaos Invitational</a></td>
<td>Men's Sabre</td>
<td>9th of 31</td>
</tr>
<tr class="alt">
<td>10/17/2010</td>
<td><a href="http://www.umdfencing.com/bwcfc/results/ch10ms.html" target="_blank">Chaos Invitational</a></td>
<td>Men's Sabre</td>
<td>23rd of 32</td>
</tr>
</table>
<h4>Team Results</h4>
<table class="results">
<tr>
<th>Season</th>
<th>Conference</th>
<th>Sabre Standing</th>
<th>Overall Standing</th>
</tr>
<tr class="alt">
<td>2013-2014</td>
<td><a href="http://www.umdfencing.com/results/usacfc_2014.xlsx" target="_blank">USACFC</a></td>
<td>11th of 38</td>
<td>13th of 40</td>
</tr>
<tr>
<td>2013-2014</td>
<td>MACFA</td>
<td>11th of 14</td>
<td>6th of 14</td>
</tr>
<tr class="alt">
<td>2013-2014</td>
<td><a href="http://www.umdfencing.com/bwcfc/results/bwcfc-2014.html" target="_blank">BWCFC</a></td>
<td>2nd of 12</td>
<td>2nd of 12</td>
</tr>
<tr>
<td>2012-2013</td>
<td><a href="http://usacfc.org/files/2013/04/teamfinals.xls" target="_blank">USACFC</a></td>
<td>14th of 28</td>
<td>21 of 31</td>
</tr>
<tr class="alt">
<td>2012-2013</td>
<td><a href="http://www.umdfencing.com/results/MACFA_Champs_MS.html" target="_blank">MACFA</a></td>
<td>10th of 14</td>
<td>9th of 14</td>
</tr>
<tr>
<td>2012-2013</td>
<td><a href="http://www.umdfencing.com/bwcfc/results/bwcfc-2013.html" target="_blank">BWCFC</a></td>
<td>4th of 12</td>
<td>3rd of 12</td>
</tr>
<tr class="alt">
<td>2011-2012</td>
<td><a href="http://usacfc.org/files/2012/04/2012_team-results.xlsx" target="_blank">USACFC</a></td>
<td>17th of 33</td>
<td>18th of 39</td>
</tr>
<tr>
<td>2011-2012</td>
<td>MACFA</td>
<td>10th of 13</td>
<td>9th of 13</td>
</tr>
<tr class="alt">
<td>2011-2012</td>
<td><a href="http://www.umdfencing.com/bwcfc/results/BWCFC-2012.html" target="_blank">BWCFC</a></td>
<td>2nd of 10</td>
<td>3rd of 10</td>
</tr>
</table>
</div>
</div>
</body>
</html>