-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpublicity.html
592 lines (572 loc) · 55.2 KB
/
publicity.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
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
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<meta name="keywords" content="FRC, FIRST, team 2265, 2265, Fe Maidens, Iron Maidens, publicity">
<meta name="description" content="Fe Maidens is an all-girls FIRST FRC robotics team from the Bronx High School of Science in Bronx, NY. Team 2265 was founded in December 2006 in an effort to encourage girls to explore and pursue the STEM field.">
<title>Publicity | Fe Maidens</title>
<link rel="shortcut icon" href="images/FeMaidensGirl.png">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection">
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600" rel="stylesheet" type="text/css">
<script async="" src="//www.google-analytics.com/analytics.js"></script><script async="" src="//www.google-analytics.com/analytics.js" type="text/javascript"></script>
<script type="text/javascript">
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-78117065-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!--Dropdowns for reg navbar-->
<ul id="team-dropdown" class="dropdown-content deep-purple lighten-2 light">
<li><a href="mission.html" class="white-text">Mission</a></li>
<li><a href="history.html" class="white-text">History</a></li>
<li><a href="members.html" class="white-text">Members</a></li>
<li><a href="mentors.html" class="white-text">Mentors</a></li>
<li><a href="sponsors.html" class="white-text">Sponsors</a></li>
</ul>
<ul id="media-dropdown" class="dropdown-content deep-purple lighten-2 light">
<li><a href="photos.html" class="white-text">Photos</a></li>
<li><a href="videos.html" class="white-text">Videos</a></li>
<li><a href="publicity.html" class="white-text">Publicity</a></li>
<li><a href="resources.html" class="white-text">Resources</a></li>
<li><a class="white-text" href="calendar.html">Calendar</a></li>
<li><a href="newsletter.html" class="white-text">Newsletter</a></li>
</ul>
<div class="navbar-fixed light">
<nav class="deep-purple lighten-2">
<div class="nav-wrapper container">
<a id="logo-container" href="index.html" class="brand-logo"><img id="logo" src="images/FeMaidensLogo.png" alt="Fe Maidens"></a>
</br>
<a href="#" data-activates="nav-mobile" class="center button-collapse white-text" id="menu"><i class="material-icons">menu</i></a>
<ul id="nav-menu" class="hide-on-med-and-down">
<li><a class="dropdown-button white-text" href="#!" data-activates="team-dropdown">Team<i class="material-icons right" style="margin:0px">arrow_drop_down</i></a></li>
<li><a href="first.html" class="white-text">FIRST</a></li>
<li><a class="dropdown-button white-text" href="#!" data-activates="media-dropdown">Media<i class="material-icons right" style="margin:0px;">arrow_drop_down</i></a></li>
<li><a href="https://femaidens.wordpress.com/" class="white-text" target="_blank">Blog</a></li>
<li><a href="https://co.clickandpledge.com/sp/d2/default.aspx?wid=116262" class="white-text">Donate</a></li>
</ul>
<ul id="nav-mobile" class="side-nav deep-purple lighten-2">
<li class="no-padding">
<ul class="collapsible collapsible-accordion">
<li>
<a class="collapsible-header white-text">Team<i class="material-icons right">arrow_drop_down</i></a>
<div class="collapsible-body">
<ul>
<li><a href="mission.html" class="white-text">Mission</a></li>
<li><a href="history.html" class="white-text">History</a></li>
<li><a href="members.html" class="white-text">Members</a></li>
<li><a href="mentors.html" class="white-text">Mentors</a></li>
<li><a href="sponsors.html" class="white-text">Sponsors</a></li>
</ul>
</div>
</li>
</ul>
</li>
<li><a href="first.html" class="white-text" style="height: 61px;">FIRST</a></li>
<li class="no-padding">
<ul class="collapsible collapsible-accordion">
<li>
<a class="collapsible-header white-text">Media<i class="material-icons right">arrow_drop_down</i></a>
<div class="collapsible-body">
<ul>
<li><a href="photos.html" class="white-text">Photos</a></li>
<li><a href="videos.html" class="white-text">Videos</a></li>
<li><a href="publicity.html" class="white-text">Publicity</a></li>
<li><a href="resources.html" class="white-text">Resources</a></li>
<li><a class="white-text" href="calendar.html">Calendar</a></li>
<li><a href="newsletter.html" class="white-text">Newsletter</a></li>
</ul>
</div>
</li>
</ul>
</li>
<li><a href="https://femaidens.wordpress.com/" target="_blank" class="white-text">Blog</a></li>
</ul>
</div>
</nav>
</div>
<!-- End navbar -->
<div class="container">
<h2 class="center-align">Find us in the press!</h2>
<h4 class="left-align">2019</h4>
<ul class="collection">
<li class="collection-item avatar">
<img src="https://www.tribunemedia.com/wp-content/uploads/2016/11/Evergreen_Wonderama-11.30.16.jpg" alt="Wonderama" class="circle">
<span class="title"><a href="http://www.wonderamatv.com/bronx-science/">Robots at the Wonderama Studio</a><span>
<p>Wonderama | September 29, 2019
<br> "Two teams from Bronx Science School in New York demonstrate their robots by having them face-off in a 2-minute challenge." </p>
</span></span></li>
<h4 class="left-align">2018</h4>
<ul class="collection">
<li class="collection-item avatar">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/New_Bloomberg_Logo.svg/2000px-New_Bloomberg_Logo.svg.png" alt="Bloomberg" class="circle">
<span class="title"><a href="https://www.bloomberg.com/philanthropy/blog/coding-collaboration-using-robotics-develop-future-talent/">Coding and collaboration: Using robotics to develop future talent</a></span>
<p>Bloomberg | May 7, 2018
<br> "It’s an important life lesson...They had to fix and make changes on the fly..."
</p>
</li>
<li class="collection-item avatar">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Associated_Press_logo_2012.svg/1000px-Associated_Press_logo_2012.svg.png" alt="Associated Press" class="circle">
<span class="title"><a href="https://www.youtube.com/watch?v=GjGxrs-IOTA">Robotics event inspires girls to get involved</a></span>
<p>Associated Press | May 4, 2018
<br> “I would tell young girls to just do it.”
</p>
</li>
<li class="collection-item avatar">
<img src="https://www.gannett-cdn.com/GDContent/applogos/usatoday.png" alt="USA Today" class="circle">
<span class="title"><a href="https://www.usatoday.com/videos/news/nation/2018/05/03/all-girl-teams-rise-up-world-robotics-event/34516503/">All-girl teams rise up at World Robotics event</a></span>
<p>USA Today | May 3, 2018
<br> “Try to build things. It can be wood. It can be metal. It doesn't matter. ... You're really learning real-world skills.”
</p>
</li>
<li class="collection-item avatar">
<img src="https://vignette.wikia.nocookie.net/logopedia/images/c/c4/Washington-post-logo-thumb.jpg/revision/latest?cb=20140719115207" alt="The Washington Post" class="circle">
<span class="title"><a href="https://www.washingtonpost.com/national/girl-power-all-female-teams-compete-at-robotics-event/2018/05/03/3abf4860-4ede-11e8-85c1-9326c4511033_story.html?utm_term=.9759e9be301b">Girl power: All-female teams compete at robotics event</a></span>
<p>The Washington Post | May 3, 2018
<br> “When you walk around the pits, you see a lot of the teams, although they’re co-ed, they’re dominated by boys. And to have a team that’s all girls is something that we’re all very proud of.”
</p>
</li>
<li class="collection-item avatar">
<img src="https://s3.amazonaws.com/jebbit_rails_backend/sAN9VzMHQ4uPc5dZb15Q_Circa_PNG.png" alt="Circa News" class="circle">
<span class="title"><a href="https://www.facebook.com/circa/videos/1779387328794651/?t=1231">We're checking out the FIRST Robotics Competition in New York</a></span>
<p>Circa News | April 8, 2018
<br> "[The Fe Maidens] have provided so much inspiration for young girls who watch on, to prove that anyone can do this."
</p>
</li>
<li class="collection-item avatar">
<img src="http://qns.com/wp-content/uploads/2018/01/yLFVss5n.jpg" alt="NY1" class="circle">
<span class="title"><a href="http://www.ny1.com/nyc/all-boroughs">NYC Robotics Competition</a></span>
<p>NY1 | April 8, 2018
<br> "The team has given me a great opportunity to...gain hands-on skills and the confidence to succeed in college and beyond."
</p>
</li>
</ul>
<h4 class="left-align">2017</h4>
<ul class="collection">
<li class="collection-item avatar">
<img src="http://dayofthegirlsummit.org/wp-content/uploads/2016/08/avatar-Logo.jpg" alt="IDG" class="circle">
<span class="title"><a href="http://dayofthegirlsummit.org/11-days-of-action-2017/day-4/">DAY 4: WHAT WOULD YOUR ROBOT DO?</a></span>
<p>International Day of the Girl Summit | October 4, 2017
<br> "#FEMGoGlobal is working to expand STEM opportunities to girls worldwide, especially girls in underserved communities and in some of the most volatile areas of the world. Through teamwork, cooperation, and determination, the Fe Maidens...strive to promote the ideals of FIRST, as well as give their members the opportunity to advance their skills and knowledge."</p>
</li>
<li class="collection-item avatar">
<img src="https://pbs.twimg.com/profile_images/885290055153008644/bQ4hyYID.jpg" alt="Indie Lens Storycast" class="circle">
<span class="title"><a href="https://www.youtube.com/watch?v=cRTzEVuODrg&list=PLh_qdzak59m7RJAAHlnhQV_s9pjM-1E1y&utm_source=ILwebsite&utm_medium=ILwebsite&utm_content=Storycast&utm_campaign=il1900">Iron Maidens</a></span>
<p>Indie Lens Storycast | September 12, 2017
<br> A six-part documentary series about the Iron Maidens produced by Killer Films. This documantary series launched Indie Lens Storycast, PBS' newest online channel. </p>
</li>
<li class="collection-item avatar">
<img src="https://upload.wikimedia.org/wikipedia/en/c/c7/Independent_Television_Service_logo.png" alt="ITVS" class="circle">
<span class="title"><a href="https://itvs.org/about/pressroom/press-release/indie-lens-storycast">Independent Lens Launches Indie Lens Storycast</a></span>
<p>ITVS | August 3, 2017
<br> "Indie Lens Storycast will launch with four brand new docuseries by visionary makers, beginning with Iron Maidens, the story of a trailblazing all-girls competitive robotics team."</p>
</li>
<li class="collection-item avatar">
<img src="https://images-na.ssl-images-amazon.com/images/I/51RtxsR7%2B2L._SX258_BO1,204,203,200_.jpg" alt="She's so Boss Cover" class="circle">
<span class="title"><a href="https://www.amazon.com/dp/168144416X/ref=cm_sw_r_cp_ep_dp_6Trlzb715F0A4">Fe Maidens Feautured in Book: She's so Boss</a></span>
<p>Stacy Kravetz, published by Quercus | May 30, 2017
<br> This book provides tips and inspiration for young female innovators and entrepeneurs. The Fe Maidens are featured
as a "boss," a successful female-run enterprise, and provide quotes and anecdotes to assist future female creators. </p>
</li>
<li class="collection-item avatar">
<img src="http://cdn.embed.ly/providers/logos/huffpost.png" alt="Huffington Post" class="circle">
<span class="title"><a href=" http://www.huffingtonpost.com/entry/shes-so-boss_us_59291323e4b08861ed0cc9a4">Huffington Post Reviews She's so Boss</a></span>
<p>Huffington Post | May 30, 2017
<br> "…[through] the Iron Maidens of Bronx Science High School, one of the only all-girls robotics teams in the country,
we discovered there were bosses out there everywhere!” </p>
</li>
<li class="collection-item avatar">
<img src="https://media.glassdoor.com/sqll/469054/teen-vogue-squarelogo-1400528993354.png" alt="Teen Vogue" class="circle">
<span class="title"><a href="http://www.teenvogue.com/story/danielle-brooks-i-am-woman-cover">Danielle Brooks Releases "I Am Woman" Cover Recording</a></span>
<p>Teen Vogue | January 20, 2017
<br> "The Iron Maidens team reminds us that we can attain anything we put our minds
to, with hard work and perseverance."</p>
</li>
</ul>
<h4 class="left-align">2016</h4>
<ul class="collection">
<li class="collection-item avatar">
<img src="data:image/png;base64,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" alt="Cosmopolitan" class="circle">
<span class="title"><a href="http://www.cosmopolitan.com/lifestyle/a61556/the-iron-maidens-of-the-bronx/">The Iron Maidens of the Bronx</a></span>
<p>Cosmopolitan | July 21, 2016
<br> "They're building robots and destroying gender stereotypes."</p>
</li>
<li class="collection-item avatar">
<img src="https://media.licdn.com/mpr/mpr/shrink_200_200/AAEAAQAAAAAAAAU9AAAAJGRmYjYyZjg5LTZhY2MtNDQzYy05MmI4LWJmZjU1OTMzZDI4OA.png" alt="Bronx News 12" class="circle">
<span class="title"><a href="http://bronx.news12.com/multimedia/bronx-school-robotics-team-inspiring-young-girls-1.11823708">Bronx School Robotics Team Inspiring Young Girls</a></span>
<p>Bronx News 12 | May 20, 2016
<br> "An all-girls robotics team from the Bronx High School of Science has taken
part in competitions and managed to come out neck and neck with others while trying
to be an inspiration for young girls."</p>
</li>
<li class="collection-item avatar">
<img src="http://stemcareer.com/favicon.ico" alt="STEMCareer" class="circle">
<span class="title"><a href="http://stemcareer.com/2016/03/stem-more-than-just-a-career-its-fun-too/">STEM: More Than Just A Career, It’s Fun Too</a></span>
<p>STEMCareer | March 21, 2016
<br>"These girls have discovered that they can...take-on STEM-related challenges,...despite consistent messages that say, 'you're pretty good- for a girl.'"</p>
</li>
<li class="collection-item avatar">
<img src="http://sdtimes.com/wp-content/uploads/2014/05/LOGO_SDTimes.png" alt="Software Development Times" class="circle">
<span class="title"><a href="http://sdtimes.com/girls-robotics-team-is-taking-over-new-york-city/">Girls robotics team is taking over New York City</a></span>
<p>Software Development Times | March 18, 2016
<br>“It wasn’t until I came here that I realized that STEM fields are more than just a career,” said team captain Violet Killy. “I thought you could just
start them after college, or during college, and I’d have to wait to get my hands dirty. And then I saw kids driving robots at Bronx Science,
and I was like, ‘I want to do that.’” </p>
</li>
<li class="collection-item avatar">
<img src="http://www.forbes.cz/wp-content/Cimy_User_Extra_Fields/forbes/images.jpg" alt="Forbes" class="circle">
<span class="title"><a href="https://www.forbes.com/sites/sarahhedgecock/2016/03/17/dont-tell-this-robotics-team-that-stem-is-for-boys/#5c702e7143f4">Don't Tell This Robotics Team That STEM Is For Boys</a></span>
<p>Forbes | March 17, 2016
<br> "'We’re trying to get girls to realize that this is something they can do, this
is what’s out there, it’s available to them, it’s fun,' says Killy."</p>
</li>
</ul>
<h4 class="left-align">2015</h4>
<ul class="collection">
<li class="collection-item avatar">
<img src="https://cdn3.iconfinder.com/data/icons/leaf/256/vimeo.png" alt="vimeo" class="circle">
<span class="title"><a href="https://vimeo.com/204371081">Fe Maidens (Iron Maidens)</a></span>
<p> Jenny Schweitzer’s Vimeo | September 1, 2015
<br> A documentary short about the Fe Maidens. Schools at the Festival Official Selection at the 2016 San Francisco
International Film Festival. Featured in “A Child’s Perspective,” the San Francisco Film Society’s Classroom Guide to
expose children to film and teach them about the diversity of our country. </p>
</li>
<li class="collection-item avatar">
<img src="https://pbs.twimg.com/profile_images/497755013989404672/aYWxgd4k_400x400.png" alt="Scitech Now" class="circle">
<span class="title"><a href="http://scitechnow.org/videos/first-robotics-lab/#">FIRST Robotics Lab</a></span>
<p>Scitech Now | July 29, 2015
<br> "Across the country, kids as young as six years old are designing, building,
and battling their very own robots."</p>
</li>
<li class="collection-item avatar">
<img src="http://www.wfuv.org/sites/default/files/logo_0.png" alt="WFUV" class="circle">
<span class="title"><a href="http://www.wfuv.org/content/strike-chord-robotics-team-nurtures-talents-tech-savvy-girls">Strike A Chord: Robotics Team Nurtures Talents of Tech-Savvy Girls</a></span>
<p>WFUV | June 18, 2015
<br> "Women are under-represented in Science and Engineering. However, there is an
all-girls robotics team at a Bronx high school that wants to change that. "</p>
</li>
<li class="collection-item avatar">
<img src="https://s3-media4.fl.yelpcdn.com/bphoto/a11vlo1wnCNaJoprA3pmbQ/l.jpg" class="circle">
<span class="title"><a href="http://www.koreadaily.com/news/read.asp?page=2&branch=NY&source=NY&category=&art_id=3415624">Queens Teen Sees a Future in Robotics</a></span>
<p>Korea Daily | May 28, 2015
<br> English translation available at Voices of NY: <a href="https://voicesofny.org/2015/06/queens-teen-sees-a-future-in-robotics/">https://voicesofny.org/2015/06/queens-teen-sees-a-future-in-robotics/</a>
<br>"Juno Lee...leads a robotics team of 50 girls from her high school, that does everything from robot design to manufacturing. She is also a
project manager at RoboMindTech Education Center, where she writes teaching material for robotics instructors."</p>
</li>
<li class="collection-item avatar">
<img src="https://nyoobserver.files.wordpress.com/2015/02/observer-logo.png" class="circle">
<span class="title"> <a href="http://observer.com/2015/03/this-bronx-high-schooler-is-captain-of-an-all-girls-robotics-team/">This Bronx High Schooler Is Captain of an All-Girls Robotics Team</a></span>
<p>New York Observer | March 13, 2015
<br> “I’ve never felt so comfortable being myself, and that’s because of this robotics team.” </p>
</li>
<li class="collection-item avatar">
<img src="https://i1.sndcdn.com/avatars-000129535242-ch1p8d-t500x500.jpg" alt="Uptown Radio" class="circle">
<span class="title"><a href=" http://uptownradio.org/2015/03/13/girls-go-for-glory-at-first-robotics-competition-nyc/">GIRLS GO FOR GLORY AT FIRST ROBOTICS COMPETITION NYC</a></span>
<p>Uptown Radio | March 13, 2015
<br> “Geekiness is something to be embraced here. And for the Maidens their willingness to talk nerdy could lead them further than just winning a robot competition.” </p>
</li>
<li class="collection-item avatar">
<img src="https://s3.amazonaws.com/dognition_static/news_articles/images/000/000/043/original/TODAYLogo.png?1431538229" alt="Today" class="circle">
<span class="title"><a href="http://www.today.com/money/iron-maidens-high-school-girls-build-robot-6-weeks-t8006">Iron Maidens: High school girls build robot in 6 weeks</a></span>
<p>Today | March 12, 2015
<br> "Bronx Science teen Juno Lee is engineering her way into robotics — and gender
equality in STEM fields."</p>
</li>
</ul>
<h4 class="left-align">2014</h4>
<ul class="collection">
<li class="collection-item avatar">
<img src="https://pbs.twimg.com/profile_images/569256326673338368/zlsnnb0j.jpeg" alt="Bronx Net" class="circle">
<span class="title"><a href="https://www.youtube.com/watch?v=udSknoSr04Y&list=PLpupL9poLUkz_EfhO0Ga20KXxWt0SIjym">Award-Winning All-Girls Robotics Team</a></span>
<p>BronxNet | December 30, 2014
<br> "Members of the Fe Maidens, the award-winning, all-girls robotics team from
Bronx High School of Science, have mentored younger girls from the after-school program
at Bronx House."</p>
</li>
<li class="collection-item avatar">
<img src="http://queenstribune.com/wp-content/uploads/2016/03/queens-tribune-logo-2.jpg" alt="Queens Tribune" class="circle">
<span class="title"><a href="http://queenstribune.com/queens-robotics-teams-head-to-olympiad/">Queens Robotics Teams Head To Olympiad</a></span>
<p>Queens Tribune | November 14, 2014
<br> "Its leader is...Juno Lee, who is also the head of construction of...the Fe Maidens."</p>
</li>
<li class="collection-item avatar">
<img src="https://www.gannett-cdn.com/GDContent/applogos/usatoday.png" alt="USA Today" class="circle">
<span class="title"><a href="https://www.usatoday.com/story/news/nation/2014/09/27/students-hope-to-represent-us-in-robot-olympiad/16367113/">Students hope to represent U.S. in Robot Olympiad</a></span>
<p>USA Today | September 27, 2014
<br> "Nearby, Sabrina Law and Juno Lee, both 17 of New York, discussed their team's Telerobotics Experiment Facilitator,
a computer-controlled arm designed to move back and forth and grip items used in experiments in space." </p>
</li>
<li class="collection-item avatar">
<img src="https://lh3.ggpht.com/ZpURiTi6pUYc9SZpKrWIp3BD0yhtwRtXbkm5BSl3ugQYi__6WV-Nqce2hXMFWXS9TnJa=w170" alt="Popular Mechanics" class="circle">
<span class+"title"=""><a href=" http://www.popularmechanics.com/technology/robots/a10308/the-ball-playing-robots-of-first-nyc-2014-16674088/">The Ball-Playing Robots of FIRST NYC 2014</a></span>
<p>Popular Mechanics | April 7, 2014
<br> "“The cleverly named Fe Maidens…wanted to make their robot a top goal sniper…The Maidens’ bot uses a ramp that descends with a roller at
the top to drag a ball into the machine. Pistons and bungee cords lift the assembly back up, and another piston punches the ball out using
compressed air, shooting it toward the goal.” </p>
</li>
</ul>
<h4 class="left-align">2013</h4>
<ul class="collection">
<li class="collection-item avatar">
<img src="data:image/jpeg;base64,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" alt="Daily Herald" class="circle">
<span class="title"><a href="http://www.robertfeder.com/2013/10/15/wttw-goes-national-with-local-usa/">WTTW goes national with 'Local, USA'</a></span>
<p>Daily Herald | October 25, 2013
<br> "The struggles they face reveal what it takes to be a group of girls excelling at a boys’ game, and their successes are a
glimpse at the changing roles of females in science and technology."</p>
</li>
<li class="collection-item avatar">
<img src="https://i.vimeocdn.com/portrait/3484359_300x300.jpg" alt="Mass Appeal" class="circle">
<span class="title"><a href="http://massappeal.com/fe-maidens-the-iron-ladies-of-bronx-science/">Fe Maidens: The Iron Ladies Of Bronx Science</a></span>
<p>Mass Appeal | September 6, 2013
<br> "Our role as a girl team influences what we communicate to the world."</p>
</li>
<li class="collection-item avatar">
<img src="https://pbs.twimg.com/profile_images/684027566643101696/kT7R0322.jpg" alt="Architect Magazine" class="circle">
<span class="title"><a href="http://www.architectmagazine.com/design/lego-has-a-gender-problem_o">Lego Has a Gender Problem</a></span>
<p>Architect Magazine | April 29, 2013
<br> “The story of an all-girl team of coders and makers…[makes it] easy to see how Mindstorms could serve as a gateway
to…the Society of Women Engineers or NASA—or other fields in science, technology, engineering, and mathematics.
How cool are the Fe Maidens?” </p>
</li><li class="collection-item avatar">
<img src="http://www.girlsintech.it/wp-content/uploads/2014/01/chefuturo-logo-illustrazione.png" alt="CheFuturo!" class="circle">
<span class="title"><a href="http://www.chefuturo.it/2013/01/3-storie-che-dimostrano-che-la-vera-forza-dellinnovazione-non-sono-i-soldi-ma-le-persone/"">3 stories showing that the power of innovation is not the technology but the people</a></span>
<p>CheFuturo! (Italy) | January 5, 2013
<br> “[The] Iron Maidens…show us how the material change of cultural habits is achievable not through bureaucratic choices, …but it depends on the action of positive key people.” </p>
</li></ul>
<h4 class="left-align">2012</h4>
<ul class="collection">
<li class="collection-item avatar">
<img src="https://cdn3.iconfinder.com/data/icons/leaf/256/vimeo.png" alt="Vimeo" class="circle">
<span class="title"><a href="https://vimeo.com/42165375">Drive Like A Girl</a></span>
<p>Joanna Nikas's Vimeo | May 14, 2012
<br> A documentary about the Iron Maidens, the all-girls robotics team at the Bronx
High School of Science.</p>
</li>
<li class="collection-item avatar">
<img src="http://coilhouse.net/wp-content/themes/coilhouse2/images/favicon.ico" alt="Coilhouse" class="circle">
<span class="title"><a href="http://coilhouse.net/2012/07/fe-maidens-are-the-champions/">Fe Maidens are the Champions</a></span>
<p>Coilhouse | July 11, 2012
<br> "On one hand it’s refreshing to see these young girls unabashedly go for it,
supported by an organization that encourages them to explore. Their excitement is
infectious."
</p>
</li>
<li class="collection-item avatar">
<img src="https://pbs.twimg.com/profile_images/555760910719926272/6Ln2V2iB.jpeg" alt="The Riverdale Press" class="circle">
<span class="title"><a href="http://riverdalepress.com/stories/School-teams-mechanical-marvels-meet,50068">School Teams' Mechanical Marvels Meet</a></span>
<p> The Riverdale Press | March 21, 2012
<br> “'[It’s] absolutely wonderful. I’ve learned a lot and I’ve had fun,' senior Nicole Calace, captain of the all-girls Fe Maidens, said.
'It gave me engineering experience … but it also helped me confirm my decision to pursue engineering,' she later added."
</p>
</li>
<li class="collection-item avatar">
<img src="https://lh3.ggpht.com/ZpURiTi6pUYc9SZpKrWIp3BD0yhtwRtXbkm5BSl3ugQYi__6WV-Nqce2hXMFWXS9TnJa=w170" alt="Popular Mechanics" class="circle">
<span class="title"><a href="https://www.popularmechanics.com/technology/robots/g1715/the-basketball-shooting-bots-of-first-robotics-nyc/?slide=4">The Basketball-Shooting Bots of FIRST Robotics NYC</a></span>
<p>Popular Mechanics | March 20, 2012
<br> "The Fe (Fe for "iron") Maidens, an all-girls team from the Bronx High School of Science, anxiously await their chance to get in on the action."
</p>
</li>
<li class="collection-item avatar">
<img src="http://armebe.mx/images/certificados/asme.jpg" alt="ASME" class="circle">
<span class="title"><a href="https://www.asme.org/career-education/articles/student-competitions/first-brings-march-madness-to-robotics">FIRST Brings "March Madness" to Robotics</a></span>
<p>ASME | March, 2012
<br> "Hillary Mallar, a math and computer science teacher at the Bronx High School
of Science, NY, shares the same pride for her all-girls team (Team 2265)."
</p>
</li>
<li class="collection-item avatar">
<img src="https://explorecuriocity.org/portals/_default/Skins/Bootstrap3Skin/IMAGES/cc-logo.png" alt="CurioCity" class="circle">
<span class="title"><a href="https://explorecuriocity.org/Explore/ArticleId/1251/fe-maidens-all-girl-robotics-team-1251.aspx">Fe Maidens…All-Girl Robotics Team</a></span>
<p>CurioCity (Canada) | January 25, 2012
<br> “When you hear the name Iron Maiden you probably think of the heavy metal band…but an all-girls robotics team is trying
to change image, along with the idea that girls are not interested in science and technology.” </p>
</li></ul>
<h4 class="left-align">2011</h4>
<ul class="collection">
<li class="collection-item avatar">
<img src="http://www.scientificamerican.com/sciam/includes/themes/sciam/images/logo400x400.jpg" alt="Scientific American" class="circle">
<span class="title"><a href="http://blogs.scientificamerican.com/observations/behind-the-scenes-with-the-fe-maidens-at-this-years-first-robotics-competition-video/">Behind the scenes with the Fe Maidens at this year's FIRST Robotics Competition</a></span>
<p>Scientific American | March 25, 2011
<br> "We wanted to tell the story of a successful all-girls team that could address—and
potentially put to rest—the notion that a typical teenage girl’s interest in technology
doesn’t extend beyond Tweeting and texting."
</p>
</li>
<li class="collection-item avatar">
<img src="http://www.scientificamerican.com/sciam/includes/themes/sciam/images/logo400x400.jpg" alt="Scientific American" class="circle">
<span class="title"><a href="http://www.scientificamerican.com/article/first-frc-robotics-competition-2011/">Girl Power: Student-Made Bots Break Down Gender Barriers in Science and Engineering Competition</a></span>
<p>Scientific American | March 22, 2011
<br> "Our real goal as a girls' team is to dispel all those stereotypes that girls
have about girls in engineering."
</p>
</li>
<li class="collection-item avatar">
<img src="https://lh3.ggpht.com/ZpURiTi6pUYc9SZpKrWIp3BD0yhtwRtXbkm5BSl3ugQYi__6WV-Nqce2hXMFWXS9TnJa=w170" alt="Popular Mechanics" class="circle">
<span class="title"><a href="https://www.popularmechanics.com/technology/robots/a6517/the-best-high-school-robot-builders-meet-in-new-york-citys-first-competition/">The Best High School Robot Builders Meet in New York City's FIRST Competition</a></span>
<p>Popular Mechanics | March 16, 2011
<br> " When...the...Fe Maidens...suffer a busted robot arm, they remove it between matches and become de facto defenders..."
</p>
</li>
<li class="collection-item avatar">
<img src="https://pbs.twimg.com/profile_images/555760910719926272/6Ln2V2iB.jpeg" alt="The Riverdale Press" class="circle">
<span class="title"><a href="http://riverdalepress.com/stories/Students-compete-as-bots-do-their-bidding,48221">Students compete as bots do their bidding</a></span>
<p>The Riverdale Press | March 16, 2011
<br> "Not only are the Fe Maidens a close family, it’s also an experience you can
use to further your horizons."
</p>
</li>
<li class="collection-item avatar">
<img src="https://s.w.org/about/images/logos/wordpress-logo-notext-rgb.png" alt="Carlberg" class="circle">
<span class="title"><a href="https://mcarlberg.wordpress.com/2011/02/11/all-girls-robotics/">All-Girls Robotics</a></span>
<p>Between the Walls | February 11, 2011
<br> "Such clear communication ability is atypical of graduate students in electrical
engineering, let alone seventeen-year-old high school students..."
</p>
</li>
</ul>
<h4 class="left-align">2010</h4>
<ul class="collection">
<li class="collection-item avatar">
<img src="http://1000logos.net/wp-content/uploads/2017/04/Symbol-New-York-Times.png" alt="New York Times" class="circle">
<span class="title"><a href="https://www.nytimes.com/2010/10/16/nyregion/16nobel.html">A Nobel Laureate Returns Home to Bronx Science</a></span>
<p>The New York Times | October 15, 2010
<br> “David Politzer donned a pair of safety goggles Friday morning and smiled as two soccer-playing robots whizzed around
the floor of a classroom at the Bronx High School of Science.” </p>
</li><li class="collection-item avatar">
<img src="https://cdn.theatlantic.com/assets/static/theatlantic/common/img/apple-touch-icon-ipad-retina.png" alt="The Atlantic" class="circle">
<span class="title"><a href="https://www.theatlantic.com/technology/archive/2010/09/meet-the-fe26-maidens-the-all-girl-robotics-team-from-the-bronx/63652/">Meet the Fe26 Maidens, the All-Girl Robotics Team from the Bronx</a></span>
<p>The Atlantic | September 28, 2010
<br> "There are always one or two jokes. I needed to borrow a jigsaw and a guy asked,
'Wait, are girls gonna use it?' But we prove ourselves."
</p>
</li>
<li class="collection-item avatar">
<img src="https://lh3.ggpht.com/ZpURiTi6pUYc9SZpKrWIp3BD0yhtwRtXbkm5BSl3ugQYi__6WV-Nqce2hXMFWXS9TnJa=w170" alt="Popular Mechanics" class="circle">
<span class="title"><a href="http://www.popularmechanics.com/technology/robots/a5691/first-mentor-role-models/">Students Find Engineering Role Models at FIRST</a></span>
<p>Students Find Engineering Role Models at FIRST | April 18, 2010
<br> "I really learned to appreciate the mentors ... They provide you with the stability
and resources that you need."
</p>
</li>
<li class="collection-item avatar">
<img src="http://assets.nydailynews.com/polopoly_fs/1.1680341!img/httpImage/uft-20logo-jpg.jpg" alt="UFT" class="circle">
<span class="title"><a href="http://www.uft.org/around-uft/nyc-first-robotics-competition-city-teams-get-their-kicks">NYC FIRST Robotics Competition: City teams get their kicks</a></span>
<p>United Federation of Teachers | April 1, 2010
<br> "Thought Iron Maiden was just a British heavy metal band? Think again."
</p>
</li>
<li class="collection-item avatar">
<img src="https://pbs.twimg.com/profile_images/555760910719926272/6Ln2V2iB.jpeg" alt="The Riverdale Press" class="circle">
<span class="title"><a href="http://riverdalepress.com/stories/Robots-compete-for-Science,44161">Robots compete for Science</a></span>
<p>The Riverdale Press | March 18, 2010
<br> "They are not your average group of high school students — even at Bronx Science."
</p>
</li>
<li class="collection-item avatar">
<img src="http://spectrum.ieee.org/favicon.png" alt="IEEE Spectrum" class="circle">
<span class="title"><a href="http://spectrum.ieee.org/robotics/diy/first-robotics-competition-kicks-off-worldwide/0">FIRST Robotics Competition Kicks Off Worldwide</a></span>
<p>IEEE Spectrum | January 19, 2010
<br> "The team's 30-odd girls were ready to meet at their cocaptain's house after
the kickoff to discuss the problem and decide their basic design by Monday."
</p>
</li>
</ul>
<h4 class="left-align">2009</h4>
<ul class="collection">
<li class="collection-item avatar">
<img src="http://www.popsci.com/sites/popsci.com/files/monkey.png" alt="Popular Science" class="circle">
<span class="title"><a href="http://www.popsci.com/diy/article/2009-03/robotic-adventures-first-competition">ROBOTIC ADVENTURES AT THE FIRST COMPETITION</a></span>
<p>Popular Science | March 25, 2009
<br> "The Bronx High School of Science has two teams: the co-ed SciBorgs and all-girl
Fe Maidens (a founding member was into heavy metal)."
</p>
</li>
</ul>
<h4 class="left-align">2007</h4>
<ul class="collection">
<li class="collection-item avatar">
<img src="https://pbs.twimg.com/profile_images/555760910719926272/6Ln2V2iB.jpeg"" alt="The Riverdale Press" class="circle">
<span class="title"><a href="http://riverdalepress.com/">Space Cadets</a></span>
<p>IEEE Spectrum | October 11, 2007
<br> "The robotics teams are just about as clever with their words as they are with their metal...The Iron Maidens...dubbed their robot 'Rosie the Riveted...'"
</p>
</li>
<li class="collection-item avatar">
<img src="http://spectrum.ieee.org/favicon.png" alt="IEEE Spectrum" class="circle">
<span class="title"><a href="http://spectrum.ieee.org/computing/hardware/robogirls-take-on-the-world">Robo-girls Take On the World</a></span>
<p>IEEE Spectrum | May 1, 2007
<br> "With six new recruits behind them and a strong faculty mentor, this all-girl
team is on track for long-term success."
</p>
</li>
</ul>
<br>
</ul></div>
<footer class="page-footer deep-purple lighten-2 light">
<div class="container">
<div class="row">
<div class="col l2 s3">
<h5 class="white-text">Team</h5>
<ul>
<li><a class="white-text" href="mission.html">Mission</a></li>
<li><a href="history.html" class="white-text">History</a></li>
<li><a class="white-text" href="members.html">Members</a></li>
<li><a class="white-text" href="mentors.html">Mentors</a></li>
<li><a class="white-text" href="sponsors.html">Sponsors</a></li>
</ul>
<h5><a class="white-text" href="first.html">FIRST</a></h5>
</div>
<div class="col l2 s3">
<h5 class="white-text">Media</h5>
<ul>
<li><a class="white-text" href="photos.html">Photos</a></li>
<li><a class="white-text" href="videos.html">Videos</a></li>
<li><a class="white-text" href="publicity.html">Publicity</a></li>
<li><a class="white-text" href="resources.html">Resources</a></li>
<li><a class="white-text" href="calendar.html">Calendar</a></li>
</ul>
<h5 class="white-text"><a class="white-text" href="https://femaidens.wordpress.com/">Blog</a></h5>
</div>
<div class="col l4 s6">
<h5 class="white-text">Contact Us</h5>
<p class="white-text">Address: 75 West 205th Street
<br>Bronx, NY 10468
<br>Phone: 718-817-7700
<br>Email: [email protected]</p>
</div>
<div class="col l4 s12">
<h5 class="white-text">Connect</h5>
<div>
<a href="https://www.facebook.com/FRCTeam2265"><img class="grow" src="images/social_media_icons/Facebook.png" alt="Facebook" style="padding-right:15px; padding-bottom:8px;"></a>
<a href="https://twitter.com/FeMaidens"><img class="grow" src="images/social_media_icons/Twitter.png" alt="Twitter" style="padding-right:15px; padding-bottom:8px;"></a>
<a href="https://www.flickr.com/people/109130586@N05/"><img class="grow" src="images/social_media_icons/Flickr.png" alt="Flickr" style="padding-bottom:8px;"></a>
<br>
<a href="https://github.com/femaidens"><img class="grow" src="images/social_media_icons/Github.png" alt="GitHub" style="padding-right:15px;"></a>
<a href="https://www.instagram.com/femaidens/"><img class="grow" src="images/social_media_icons/Instagram.png" alt="Instagram" style="padding-right:15px;"></a>
<a href="https://www.youtube.com/channel/UCh6Eyb-Rstrllyne_4NY4YA?ab_channel=FeMaidens"><img class="grow" src="images/social_media_icons/YouTube.png" alt="YouTube"></a>
</div>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2006 - 2017 Fe Maidens | All Rights Reserved | <a href="credits.html" class="white-text">Credits</a>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-2.1.1.min.js" type="text/javascript"></script>
<script src="js/materialize.js" type="text/javascript"></script>
<script src="js/init.js" type="text/javascript"></script>
<div class="hiddendiv common"></div><div class="drag-target" style="left: 0px; touch-action: pan-y; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);"></div></body></html>