From cc2ca6ba2be200cb2825d871a5a814ecb4d30619 Mon Sep 17 00:00:00 2001 From: Mai Tran <110996565+mntran24@users.noreply.github.com> Date: Thu, 9 May 2024 17:02:56 -0400 Subject: [PATCH 1/2] Create test.md --- test.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.md diff --git a/test.md b/test.md new file mode 100644 index 0000000..dd867c8 --- /dev/null +++ b/test.md @@ -0,0 +1 @@ +fdhfkjshk From d7cf99dece3e956b8e671c87fa7386e00f699119 Mon Sep 17 00:00:00 2001 From: student Date: Thu, 6 Jun 2024 19:58:00 -0400 Subject: [PATCH 2/2] read json file and displayed as list --- .DS_Store | Bin 0 -> 6148 bytes Athena/.DS_Store | Bin 0 -> 6148 bytes Athena/Athena.xcodeproj/project.pbxproj | 375 + .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../UserInterfaceState.xcuserstate | Bin 0 -> 33387 bytes .../xcschemes/xcschememanagement.plist | 14 + .../AccentColor.colorset/Contents.json | 11 + .../AppIcon.appiconset/Contents.json | 13 + Athena/Athena/Assets.xcassets/Contents.json | 6 + Athena/Athena/AthenaApp.swift | 32 + Athena/Athena/Category.swift | 13 + Athena/Athena/ContentView.swift | 61 + Athena/Athena/Eligibility.swift | 13 + Athena/Athena/Item.swift | 18 + .../Preview Assets.xcassets/Contents.json | 6 + Athena/Athena/Program.swift | 115 + Athena/Athena/Programs.swift | 12 + Athena/Athena/SearchView.swift | 51 + Opps.json | 13535 ++++++++++++++++ 20 files changed, 14290 insertions(+) create mode 100644 .DS_Store create mode 100644 Athena/.DS_Store create mode 100644 Athena/Athena.xcodeproj/project.pbxproj create mode 100644 Athena/Athena.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 Athena/Athena.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 Athena/Athena.xcodeproj/project.xcworkspace/xcuserdata/student.xcuserdatad/UserInterfaceState.xcuserstate create mode 100644 Athena/Athena.xcodeproj/xcuserdata/student.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 Athena/Athena/Assets.xcassets/AccentColor.colorset/Contents.json create mode 100644 Athena/Athena/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 Athena/Athena/Assets.xcassets/Contents.json create mode 100644 Athena/Athena/AthenaApp.swift create mode 100644 Athena/Athena/Category.swift create mode 100644 Athena/Athena/ContentView.swift create mode 100644 Athena/Athena/Eligibility.swift create mode 100644 Athena/Athena/Item.swift create mode 100644 Athena/Athena/Preview Content/Preview Assets.xcassets/Contents.json create mode 100644 Athena/Athena/Program.swift create mode 100644 Athena/Athena/Programs.swift create mode 100644 Athena/Athena/SearchView.swift create mode 100644 Opps.json diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..9b0aaf389433e134be691d5697bc1fd2e5cd0251 GIT binary patch literal 6148 zcmeHK!D`z;5S?`#Tf!84NFkSkpw~2Y6B7u%D6Vtpp_eGMhqkyF+deb~nYY(_R9lgc+E9v!gdF_N}DV5|J8A(`Q6oBJ$vj4Ij-d#@E@`tl=^( zpfY2W6w?!`XiViATN3}H0=#w|tXfW=v1ZHbSG~;j$0XMY82oq~!FPWeLqyaf zbwTlO+;4y5CbRO=jr%>h%(JrU^?se2fx7<6`I!|um zIC-6oXQS@c3td!kR*Wa6AWO%fynB-ssh$n=v`9-+8`%q<@A;$d_I$o~(Ax?2`~AgE zFhATw+}}S~EPU_b4MT#h14Ukmep*#x2C$4&G%boqbnu~hytR(9Tae1H?MPtF{D%!5C!h10{ndl z;EbWe+M@Y%pfN`PU=wL$i1}xcYXXO%!`dRQz?3Zo+EV3?7|NC-A2?pQe;0%5k zGpsfuMJj|~MzY`7p6A$4itQmHH@mAQL}Mb#P#7IMJ;vR=LmL{r1$1eSD>|!g%DRZL z?wRN}cJbP`X-c=WpmSPVKQ;ta)&}T+?y00m6#^T&hId(COy*@=HnOv)$03|$%=4m- z1!A+0=Wuek^Ew^It5&?1hqvSXfxKq1zQ%W1s@0}|DPRhi0{>V6zT#lnuAtSXfGJ=K ztQ6q$!J{w+#a1vK9jH + + + + diff --git a/Athena/Athena.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Athena/Athena.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/Athena/Athena.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Athena/Athena.xcodeproj/project.xcworkspace/xcuserdata/student.xcuserdatad/UserInterfaceState.xcuserstate b/Athena/Athena.xcodeproj/project.xcworkspace/xcuserdata/student.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000000000000000000000000000000000000..7b00bf3a7a6ceaa23f7b128501e757abbb5bf59c GIT binary patch literal 33387 zcmeIb2V7Lw_Ah?+K7CLaihwi+MnI&)PzI4QH0iww0s{<+jDQSS5>3ud@5RK#6pdhs zVvLC~nqF-&QDcoU(WohwXrfV*m>BccnS!Dw*LUCj{onuHPhtj`bN1PFt?w#(owXY~ zjjg8ch=|=3qA*2M48>9$#Z!u^k<$!arq+)3>XG`crb(^vt!!j>M`zW@j>gG`rf!oH zh3;BduXHFV%{9z4G^bh%?VtooEHCZWcN-+M%8?#H*-=9%H_DwFPK8ooR5%quMN&~z zG^L?ps8}kFil+*wLaK-=rb?(%s*Eb9DyT}TiE5?{R0}ncGEv=B4>gUNPTfoq>Ne^g z>R#$W>LKbe>IrHo^*ptVT2A#-E2tN!mDHQmTh!asJJh?>d(;MMBejY8nA%Q#L48Sm zO&zCBP~THOQfH}i)OqRx^#^qcA%qc!M5I7=Xb5sa!;mX-L*B>-`653w3I(A^6osNu zJ}N+ks0bCK5>$%HP&ukVm8c3eBLiwd6VW8pje5{DG#$-AHzR^>LwBP`(H!&`dK}F~ zPoRaU7xkeu^18 zz|FV~8*vvl;hXU+JR9GFZ^d`xd+@#ZKKu}V5--4u@iM#|uf#9o)p#vlhu_5O@yB=v z-h=nz&+r%cD|`rlgTKYcX+&e1rWu;0Ihv;hTBH@U9qmB7(r&aj?L!C9f%GUkf{vu4 z=rOd89!KZV`E&tYLRZk0bPZigH_$iHH`BA|+4L>+t+YfF`ZoG@`VRU|`d<1G`cZlg zJ&%5h?xp+aMf75N4gD&;mR?7{M!!zKLBC0VNUx_i&>QJZ^vCok^iFygy_?=cAD|D? zU(v_tAL;Y-1^PGoclu9;W*A0bL}n;s&jc`m%qS*^8O;PUAxtO}#)LBwjD{J*Br-ZC zjmc&5n0%&yDP$^{Dn`#tV%nK5#>7l#Zf0gN5<{3fnfc5D<~e2|)64WRi&^PGBUlyd%lffuHjoWtHEaw!mQ7-l*%Y>jEoMvDQnrjOXDiq`ww^VxEo?j6!J61^ z_GXr_ce3}g53&!jbJ%(8Q|tnE8M~bAXV_PS`_7HoRJ;Hv? ze#3ste#ahVe`HUyXV?quAM7O#b2R74d2!yH4>y8SalV`%r{+d-{#+0j!NqcMTr!u! zrE=+99+%GTy7=zGPjyr z%dO+y}!zc3Td5IFbFNeL}8N9DohsI1fwuTXcxMKnZiwiBoN_V;XYxG@R+btcu`m-yd=CV ztQKAo)(Ec(YlU^fo5BaeX5k}Yhp%at_^SAp__p|txL({KZWXtQ z+r`hsec}=EYw;WLTk(7GNAV}|SMj2PQg8}hp-?CljtVEmXhpChL=mb8Q-mub6p@N3 zMYKYrh*88U;uP@;ts+4&MvEnB~IccK@uf}WG4+-MvbKWsQ~z?qJre#(oo4>a)6%-NooEaQm-5)x6|6* z+%Y}dlnH|?ZR#=@+Uo|cW_IbP80wXwaABO@l;1kB3uI|?h2Gd>FlBaiOerWWF_^kL zy7Y}kgIUg|>$~;!%7B3i%JhvoeOIO4RMBc`g+i6B-IGdN+b0?gaHn250t%)!b%R77 z7%f~+>uB%p>M$A&UG>T&xhmUC489kYmXR745tAOONzKRz)x>9}hw5VD(n2$%beYw2)GOUD-!u1f;FeIY^omqPM#ZQiH4zc2xR?l){4Y|Y ziBQGI#i&HvT4<>>Dr7m8K#idisj*ZNl}x2jsgzD~l$<1I$we9_xk_%5yEJ?`tU(5q zNo7&vsB9_+zU9Fxcu18}l~g0uN_Fr}FTt89p;M)kI;I!sr?pPh!{k~n4SY@QGQbo& zLaFlZR%2^-tHD&++T1%NJbJFFjwmuBBFaes&Xl}LEYa4wPHGv9QOjT3ksT!(Q@|3(JZ^>sdRY%oR4U}FQ zA%#k%Qkgs|RaH|*vmp$s$!+Zp8|YHlz}mu$|3wjVw_wDj1|y8j&^+)kXna{+9X*|v z8=xPWY#p0KO_4j+N=>HPD5Ip3d?i0gy_jmJI;c*nT^cC`NP+MZI_8quYV0<2nWY~)(GL7oW%<)!sx2r@Zv}4XXxDem?1NHLRY7T?S;e)`>Y)CVcEI98L0cQQQ+HCX zz0@7js9x$WDM&^enZB?4%uWEX`>6Y=2kMm`ur4zD7RkzYiJ`O0U;?bs%e|0-rO}0s z=^QlNUt0vQB;Xq-ww(!;EpQ?cKeKiq!5&hIYM@+BwwT!R~q$8)kIs+hsez z+;nv6Mo~u}i9H9^IokCp6g!<=hTZscrBy`6 zrdO0*ZUgu?D)#c%E1E2u*=aDvS(~e`D6Nl?Gv+`Vai%tS^M81J>KW=;YQ7XEg-a1qq!cAZFNK+1 zNc94;E&^$%kz%B5z|<0uc);c|D?k^T+R{3v$TTjKky(z_E8XCh8Dq-2Wb%T(nfq#j zJL$Tt0sgTrwFL^y)d5Hswi{=b^t89bsC34TrZ$r-JFT*=1kkEp=`A;GEtw6(0&RCg zX=`mtY#ZB))EX*e3AKuPiF%n@O}!$;N^w%Wq?HnuP_M$60;t!h*QGHqA_pm1DwfA2 zOK)?>VV3p4NX=#zt5^EluBRG7Ry5C)n{UtT=qfNwFVgn_o0`X0uZ)Cptd{3ez9efIf<;j;o)+9E|iigT% zAqiDWN0-X7>`9i+{)s41sZ+bU^dSHKq$KBC|FryPzKv+a)GJ59SO!hz<$(6zdGH~-k_#xx$ZB`=w?{RhZqkhWyjcEVu!dYZa>xrYTc8!pg{qQ)J5~Udt&jn>we?7YQmBv>Ce+qU|@k7)?L)qIt7%zJpIg$9*{1> zE-U5c+cwFi?zEJ%-8Oqon+Nj;s4o_jH*}ewmDdQ!H{D zk(-69<-yyjZGGqtbfXu9+i zL5pCqLk3}@qXl!I2jEw->aot2YvTZ}KyJZB(8DKKuE_`y868|B^G|MTd$ZZL_Xbw% zF*eH#Sp-h662nw*XLSQ$%UYO8N!y6^AUZ;YEJ9zQL+G&djP$HDe-Zi`kV-Et0Gzr* zW>P14DpF0>rmZTl(uR+4(~ODWs7Rj)rhaRa?TTfZzNd~XMJLfI^aJ`4oknM*=cG@h z&!h_kMG{mlU@(V{0qu8RVR3=%ZZ|ugteWc8YG_P#esMfs2u>-wr6d&Odk%Cb=~XT0%HgV;}9G=UiP@a zEP?JXt(0DX>ZlOazXsfv(u>q&^%)NmpLjg*DK047CTxVL#bZ z-l#VjYT$R5!3YM}Gy|APtEA`OK-v~ z?k>>hz@obLCO}SpYdffLoxq;gy)Abmy4qHD3hn@(CvKPC@5P@T_X+f!{{P#*Bp=r597HQOP>P1Qqoqy*H5LrSL5qE{L}!x z?v}RM@YOQW&&g=H5clFfX}h#T+Btxh(1sq+@>39ZV8CDN@BACge9?@VyRL(ougI7w z?XjR^*1w02R{KxZTCM1P1>C%1hL%0o&e&V%B7O(I3p4gU{s3m|3z)I5rF}4Cze-20 zp0N#hnD~6k_&S6k3{>oE= zzcf$RSJ#=Y!{+HaY?-d~e{Z@5cjQWFK5U+=!#1KmfzQie`8_^~PvIZ%kN7k`gMY$j z@j2-m>09YL>8Nx}Ixd}%zL!o)r~2{FRlLrB(`}gXj=5EYiUMi@*H!6IC{vyoOEbXmpW|p<~gX zbUdvEHvL0-i6B<`P5PLi2!fcaIF(MM$J#iRAT0eph*jw{U{yMu&Y&};i_)J2Q3Je6 zN7FgLtA9wBWOM_)T@RsSmmx*T{WZVRr82(~gsx>+x=LnPf@llJX8wB|dv#~7;90s# z=2>XKHsyL6_B&V5jdT;;OdIGHdLliEZlx#FZM2afjv$^Ofgq6}1wnQM4IyYKLG}bW z5Tsl|w_A9a?xIa}H{C;xq^DB>1UXvRn4n<Cr^${G zP+L-aX2AZs>`5>)uUQTH|AUr9-z78t-2^$=IR8GG^Y5o0kUs=D6Xas~3EZz%=Gchj zF?z1d|Bn*{Kc67T?FJFxX?i~JGyM$iA;?|&u#aAVrV?-^PhP^|W`F!%m{!SY`wh$+mWz>5nLL0D;ZnM{lLK z%d5GKpx|EmQvzOe|3Q^h>wCIk+p4>@NvX2cvX}ncg3SA*%>;$Z(7ZsJF0bX)XkG)p zYm*@dyw{_Gu7&4A^kMo4{WZYzA^JOv35p?TEI~;GMac*a-x9Az=;QQ>%Ltu7Q1oDk zJ}pD^8Tu#sEI}HA;s}br4AO__Uu2|(YGb9$>cY-WQ`ltanUeo&bY>_EI%}^*XNI+) z^B4;{N8Ttp543v)5HqX=h{x1e%~iQy*4btp7}#m)XOxU1rB%_wmSl-MA*C#=F1Qinm``QGR z{`W!g|9vZzi3EIQq6o^d;wuva_{zjmN97Mexe}}u`~Y*8eL>+m|FBFQ^(ZHd|WN-Sq%hL$ZR}~p!%!Wm}z91F0=6jf+`2GG1Cfc%uHt5 z7|=SZ2pUgN%>WxS)fSelmRS-Uj}~WFYG>!aa=tM$EDzRRhnHttc)8BP%NaMy%Yz+l zSNG(yA<4|P@OPbUw(nvdm3jJZ<{su==04_r<^kqG<{{=`<`IJQ1T_-WL{Kw927+1$ znn=(jf?5fh+|SIh^7IqTlQ5i-%+oSYx7m2Qogfno4_LbUAC~^l+e*wbnWdK#WVEsL z3o=WuqQdMB)Fr%5ZDD81=2K!eG9c)|r^IZQ*||q%=XYg5=(+|Fst3r{?80F_g*_K$2SGEW zqMgic%7NL#?1i|eCQB^NHQpqGW)jqQ4JKglDKYz*FRt_{5kv^O>AGGe<}h>QG9X9< z-8>i&j>&*o#Hxc}B`xgTHQN3yNjpR65NLM+81 z7PB;19R%G;&|L)GP0&3A-AmAY1l>>211s1e7A|F#tRw3L zew>l)FquyuwDIY~1cClM7koRwstf=7SoQxYLx>#-T+R9u^pKUS*-^mNKrZHgKrfbm zwoP_6oQ(vIX2F5*NG}WW{m~oaXf~GBnuRnQFAM28z?1A4nI|8+h9@1lNOel&AOna^ zWygU5#Ol~IHl592Gg;8_!1{WUpm_wr9w+Q|K4Uh3*jzRb3?PueW&`M1f)*EDz+yY*hYDQK#)FnU7N;MZX!F` z43ccC43fQnvmj=FJKM=lwM3E(LP0R-o7(!=F4^HOhf-d96SNfD#&Nyn?w~D8wuhZ| z8T|SQS~3Xy*jWI6>}>WH_Ev(H67)Pl%ltN{Mg6Xxe!Id0z$pe%L0w9 zlqu&g;z-!1A&!K7h6OTvk)W3ccIw&Z*hNk3z!V!Xv%{w16AS|m%4p*qPygyUgG|3?E`MX%Y zLa{5{67|Xm`E>?4B+Y1mMlQ#8Ssv5D#%#0s!Pf4Xu;UMbOt46{jaADFLb5}}@|PSG z**+0kgOF7@oHM(RaSDtdfmaMM{q~$C@_lqZ%W$5dr3s=2x-cC9FwfBV*#DBO@XswGj~!G1_O_9JrmJPYD9mb|*o* z2-;21o_i#^4;%X->go1V6Bz@9qz->0Pg-*=I40ibztfdqYK)x5aTpm~8h z-z$G$uQ=QMv1wjhBo_^Wodccg^IlFv(Ec0KytsI73*Ck6d&(_+5+#?oJd{`#Mb22I3Z6?K^{*n}*;Cf|u zQ$05if51HrF&>E4(%*5H!)Y15S5>ek15&Ki9`C;udpDxTW0l z+%j%C*UzmW=n}z>1P2hTCAfg#DFhROpCfoR!J7t&E=~?2Sw+w<^~!%UHY3B>Ii1syDgDS3+Z*N%Y{=HuLZ-zr|nbQOh>E(VRc<2q{%+K5f8E1Y0oWb^HSE7tFUDv}ITT_4X*bFi}0+7K< z02u~s6_9t=IuNao@B;4)WXOxWg16&`@I!ff-ho&0j=U4W@V_&`E(8xF*p*;6g53!o zPOt~Tp8dRwg$#Lji@f8#WHR)!k>Lodyu%~^p~C;XyyHRR>g9t8_O?hAviKYeC1%T%=>K;Q*&Zq4Yh+3+=1cfezKk#DEBH#jim&F!6C6nJD1w6s9!)Te zI)va*g2M<7Cpe;?ueDNQgOw7SWlD^+QDU@>665}%#QyD!o@$y&*PuspXQ(8pXKNC3;5^wg#;%MJci&zg2xh^L~t^}DFmky ztRpzBpYO9$;8H6E_RAEQZlk~~8wJWqKfrVGPu%!_G8B@3O{T!t35Gp+vk}O@C1c^+ z^7bBV%i>JS_TC+Ug@SFR*Yg`?D%?QuxL$q}fp-CJD0rOznBOK-;U_W`<^UD)+d(Gd z-0P8{a+$5MJ^Vfk7JeoZV!n)p;M4#B&AkRdZI2w}Pk>XB|B64vALftnU-RGa-}2w_ zNBLv?ae@m8E+V*?;1YsM2`(eJoZt$AD+#V5xOxTuy_Fn)WF7f4@JMwUPW{R*JtL$rjMegz)r_b)fH1baaVv@19eJfT+rqpt48 zXjd2}xC0pqt}^Y`1MRY7fOgSi*P~r4845lEyxhH17$K+xU%^jM3nK{zj%p;hiQr~} z4FtECcdvv|^vhJc5Nz4K!V_WZN`kVjGGRFl4ygM-kKX(H2))1Fn)=t#d$w_FggAMs zV(7OCo&@_>ef0Y@c>KZT6>wFco$ZOSf*b-QfMl5bcbiv2x?m3ZAws5%1xCOEc8rV# z*V#_ARh=(Xfm9L-ghHW6C>BbDQlU&J7b*l`_jZCi2<{|!D#2X@gBb26^7>9AczVB3 zZGiz{f<-C`dKm;}*g)WBn^d~>zYhTZ?>k9_4wtGqYHP)I{Ga@Ru}?24#=-HT@|TsYw3RB zA+t~t9+U}Dx`8Ji7Z!p{66Oj|2u}+0gr|h3`EP}1h55n)0USxU5qvwrcMyCh!FLgS zw^=6LL-4%>-$(HMD}-JvF)pD^!t-*NxnNe39j{3iSJ+7KBR5EqTZFALgnlfe(WA1yzCe~X!~ag& z>=O3N(q^}?N7yTTChQYFC-^afK~tGa@Dl_-N$@<2v^hY(EPO?^TcyoYa-al$Mlxq~ z`~O(l{Odr9zm`X~DLyWol&9*1ENvhjD z%LrcHFWOreTy(O;EsL(QwCT68_X`7Y%lM^#c>6!k+oBu}CHfP*!phsC91eB8xMkZ) zhl_GRlo&zq%3d*w;1_R1gb=@PB{`C(BgWMzHNAZm}JxQ0x$TQzBk}4J9hyv^93Oc%Ow9 z@0DqBqZ?1gzL)L&UW*Ev^$^lRpIS zCU}qKC(xo&$=X)?UGaUH8s8)MvtIE7g7@7ZE^ZX%;B9e}tnqvf8jrXIG#&_KM)WIwFPa6i-qP;wkY5IWdTwF-4uak$GUtmXE-_|Ft=MPdqK2 zsep{Q5Ea)ao*qa7DxMV~0?S(0&jf!9bwN!R#NWiY}1GkWo8S zo1u*k)o3CkLsO%oGDG9FsWF8&TidIjI8@P_$0zfvhBuZFxp~Y<;Z8(uF_7 zOAxm>w4@rai98`I&f+9t>`tnY^0c<}0` z>y?+YO%T!una8`K{8cw9TOnBtAB{tYV8oAIH+!0CLHiKSxTnLr+{=r z4pzvNSUvFYz->#9G9f9G5n>aEUD+S`El#7HhXvODYU;Som89lr-H^Qp#us{3>4Y00 zzzPe&LGqrfo{o$Qi>hcXlBsjN{Ahg{g#dt-HLPzK!gdPfml*c9m(%>NsY8%ofc66De zQ0267e^XEgL7Alnc>C3oc|GXwOItZj&WEo~F-I^{RI%-KTSc>C(sepduT)G{w1MGD zXa_tj{o=1!V$!>F34&N2jM7(+YNDc z@$wED9g#35Q9U*_J0~|UzqGQdw%&Tg0VLp7Iywyiob^Zp$ikc24e6sAd%6uKINHEn zqN_`LAoI7O+0eXen5(_pa8J4KZG#U)=yjKvUJp2)z!}gy6Y^#6^%l=IkR7t1G_6eTNTxwA0}!Mtma{&at|;PeD^i|aZh~Y_ z1Gjd%+9##-Cc|kBE^^zt49~tac_UHTmziZbR{-A4fZA;}%USU|x-RE-gaHrSl{3Fx zzN4g++|Gi+qT+v@eZHs!mc){=6`m+7zd9#wSw#t~wK+d7prmE2@}!%G0#8(rH%I2n zQ*e3S`)W$Aa}`QYsI$^W--HtQ+5iU}I9)+)ki=2WTGrPHk6-7yIpewqH4@Ibh=N0$ zvZ*{cz^Rn#fTNmbK~nq&AYJ$~)O^VLwj7dczears$1!c9K7!+zwo<#P!_+bA3>?2C zA|)D*yx_Q{5y%&*Azf@5nt*PC%$)Gf7-ZFa2t5LaC_Rqmp{LQaXaO9fv=)61`S~tD zPQE|jZ8;8$a5U0Tti(>(1&&A3-~wEPOW-J^MmYFr1{`{H2OM=Y4?hdX9Ib_;jkdwT zM&ID$kY493{*@jI*;~y2VPu7oChKqOFWR5bj%KAqVN!HY7*I(-J<>0NOFfhXQz(D4 z35e+mNGZA$pmV0;CPkHEmSVOUK%EKg0vJl@VT5*Fs<;*D6-03x(!)L}?IztpXmQWa_F{{)8u z!{eaSf8C)}!ueetka}MaXD_JWXE*$egOfU9s2Ei^RYX~K+7yp~i9k65oY{hv6^|>P zkQGe0)~k4u(2$VXBBH}M8Ikf;?7BbovS5l!Xq zg%F0#{24ens7&Y-?iU^qRtPT$uM3|D+k{Wyke}V)VcjR}7rqn@!T~>Lh4XO8&jsOk z;Sb?YIOvB4*Ppu>3~rkeIKamw-YY%}$Mmcd-xEK8V|g};o5daCE^!YW%=0-IA(s^1 zaNtfFNbzbA%oE^99X-f6BOIsG2?y$Q!!bI~DPB|TQXEnoRvb}$qd2Ab)ehO&+d12L z*~QtV+hy5h+vV96*cI8e*>&4JYWJAk+@YaEV~5rcZ5jIT&~roouy?liun)A?*vHz( z+b7s3+9%nk*yr09+85iG+Lzl`+E?4x*iW;6#J=BtgZ*y%bM`+w&<-HP9Go0n99$jT z9n=o~4uK9q4#5tg4&e@24jm4Q9M(IWa5(GmtHW;&7acAs6-q~?hcZwZrqn3MDpQm? zWx8^LvQv4h@=0aCa-(vya*Og4J~%AJm!ql2TnqlcrHqmQG?(a$m5F~Kp#QRkTM znCV#HSmapkIKy$a7vsmXWE%{=AA|7Nau3rI_Ea$cIQrK zlXH*rbmwQB7dtO;e%|>d=eM2TbN;}2gYzcmkDQM>pL4$8{JZlXF4%=};amh4m5a`$ z(51y?lFMWlqf5I>r%RVhx63q_87?=u%yN0mWvF2U<1*jnIhQ_{B`(WcR=BKm zS>>|9<)>lHFo$7L!*Ygo4!dL6^TW0b`+V4U!+sogX4u(b=ZF2`O1WZJ#+7pwTota) zuEDOct|_kht`)9TuH#*6UF%#Yy0*HuxlVEIaGmPjo^k!j^_&}WW8645 z(ap|nsGG0bXt!{;NVjOW7&o0;wp*@SzFVPNgb$j3KL$?iXo7{G|?RWdq?YP@-ZWrAyxl``gopI;f1$TwJr@OcN2zOt1 zwY$H2pnH&euzRR`jr;xXuel!`?lfFCynFbf;V%w+yuge2?cmdOa3- z^n1ME@uJ5|9;-bzdF=N%>2cl@dorG!r{JmZ9O|j`bn=Y$Ec7&a-s!o>bDigho`*fZ z_WaiKsONFd?>$d>{^)teOW`%d%ic@r<>ck!yV&&@uweQxz3 zKDYba>2tTwvpx%a7W(x0EcRLIv&^U8=LMe^eO~fe?X%tIhY?OAG$X1;+%lqX#QP%- zjrc>wsYI2XYN*Op1v;Hdt@2j|s)AI(s(95H)mT-EN~cO!=~eA2ld4BGT{TN}i%L@6 zrg}&FHTYc~Hy~p=H-v@jj@_oj4zVCCsy}qyde&D;_ccbrS z-#xyc`F`&Eh3^sHAAQgGp7lNNm+Y74SKwFVSK?>#>+zfJH`DKCzuA7b`Vqg|{hsw( z;J47P&u_8cQom(>FZ;db_lDnFe((6b=eN~wyWbAKU4BRWzVSQbch>K`-!E!L&8Y>o zLhY#bQLEH`>XGU;^$hh*>RIYr)c30ws{7Q7)l1dO)cxug)Gw-EQme_dH2*yR z0{28;~DR7*HHg8c-Y1 z6krIL7%(}&7%(&7=78A&w+74!cs!stU{S!5fae3&1gr~qJ>boN4+6Fa>8P2b7LVFI>Sz!bqz(!R3J;13(gckS$_&a5$_pwC zDhVnJstBqIG6YQuY71%)ni^yZdL(FmP+!oJpyz{L2wD~Na?mS59|Ua(+7|Rh(6ONJ zgMJ7)6Lc=%ngYzZ?8P@P^<`!CQj225%2O7W{qi55cE{e+oVq{B!W1 zAzX+UG9<(y#4*Gt#5ZJQNI*zLNK{C2NNPx0NJdCWNO?$QNOed<$dr)IkgkyKkYypS zhO7&DJ>;#B%^`b2PK2BaIURB~#u+?E} z!rl*CAGRrMOW4-1?O`XwE`(hQr^4xQAzTqYG~6NFCtMvK5*`*lCOjov7oHKG6P_1d z7+xIS5KhAH2)`@*-tY&)9}0go{PFN7!dHc_4u3U#UHI$aZ-&1ezA=1j_^08!!uN*n z3;#C!Son$Xli`;l>>`FnI7B!`_(b?ds3ZI%Lg1~&#E7Jbl!$vG=0-dj@l?dK5z8aq ziFiL^eZ;1SEfHHIK8@HFu{YxLh%Y0~M4XHGIpWud-y;5qq#|)76Uj%4k#>=zBC{gf zA|H%=Ir6i}-=jRDv{4mN^-+ychNy{Aol!HRW<}i+MWSwxx-;tTsK=w8jCwk1e$>LK zzNmMjK8e~9wL5BW)E7|)qYgzKi8>Q?F6xhHMYKb-W3)^3@MzCypJ-Kdc(gWJ7o8D3 zE;=W=G`c-{YIJw>+~_BxpNf7q`nl-d=ta>>qMwg`FZ#pijnSKC~7s(=;Ji#Ky;ti5(l88Cw`z99tS&9$Oh(9orJy8f%R0i0z8)j(s$CLF}T~ zC9%t5SH`Z2T^+k7_QTkXvD;(6j6EKEGWN&VpJLC){u=vxoDgRhH#ANe=N#u6H$2WW zE+Vcl&KUPl+zWA=PAg~?+9BHES}(1SR;3NpYP7N1cx{3`V9};b6kygl`hQOE{izGU10Y>=?f>v18K4j34vhnCHg4HRj-$(}{M8 z?up)sszi0-sKnsJu*8VODT(tF`x93su1exAaQ%*j>KJwd&gFeZ64b) zcGB3ku_wn~NU~3IOmazbOY%taPEsYQlLC^0l0uSFlhTtilg1_GB;_X+C6y$VB~>O> zC)Fg)NP05q&7=d#C^;}WH+gdMy~#_HS0%4bel>Yr@_Wf2C4Zc}HF2s!Q~FYtq%2EWk@8~7%PDJ8)}_3W@^;F5DSJ}(rR-1nGUZ^(;gqjazD+rraw6qq z$`7e_siRX1Qae*0PkkfxVCo+_FP&DW(`D$!>2h?Xx>{YmPOod$wdf}4ChMl_Zqm)x zNxIv0ck23dt8{C0>vXT{-qF3UTd&)w+oRj3`&M^CcT)GG?wsxy-EX>!X?AJuX`yKm zY0+shY4K?ZX^CmcX}YwGv~g(@(i+m5(pu75)4*k$)|J+iHY4rkwApF*r9F`LP}-wu zU!)yNJCSxW?Z@=E^z`)1^l|CA>2uPbOYcozl)g0mc>2#7b{X~=ju|c)ZW$gK-WjS4 zbw)r&P)1TlYDQW{Mn+afPDXx4VMcLASw=-hRYp(7;~B4I?9aHAIWlux=ETgqG8bjO zkhv;zb>^DPw=*|pew6uf=C;gFGk0cwm3bud+stE`-)El6Qe?Shd1Z~r^34j!3d#z} z3ddcy*H79Fs*1W7|vKD0ZW-ZQoKC3@#W!6hs8?rWM zZOQs1Yg^WitX)}qvOde&pY>(d!K~lMd5lXM*D&smasA`AjXRY+Bs(ZODmx}SK06^h zEjur}FuORrEW0ARDtmnP#O%r0Q?fg=P1!x!bF!byUYxx&dwKSY*)M0W$zGeiA$wEy z?(EOAzsNqA{dM+t*~hcL&;Bik&+*C`k>i)+pED{aI43M8GDnjWmy?iFm{XEdmQ#^a zl~a>5A*Vh^pVOSvk~1mi&YZQveC$BQEHm@#EpVyMt zn%9;$C2v;Vy?G1rdh-_NJ)hT~w=(agyjSwp=DnWxR^E=h-FbWS_T}x*JCOHP-r>Bj z^S;YFmUkkb&kxAY$v5UdlD{^8fBuC6_kx&$q=M9f^n%QS!h))Tnt}-h4F!z_%>^w5 zrh;h&GYe)F+*&{i78I-~c&Xr(f>#UPD0sWzy@C%4b`Mz_cj2_c8HG0& z&Mv&Q@Y%vQ3%@EtMgB#(MbnC&E_%IaU(xxZOU0;|DdvhDirtGnioJ?`idDsa#o@(K z#WBV4#bb)c7LPBUSZplrD4tq8t$1eftm0dWA1r>l`1#`g;+4fO6~9uvw)pkpjl~}o ze_Xt+ct`QB;=RTDicggcDG4gcDrqXYvt&-mlO<1=%rEIHSyHmBq`zcc$@-E_C0k0i zmV8>Wv*fFilO<%_}V|Eh(K? zI=R$X+FsgOYAWq1onAV#bXMstrBdnq(zi+vmEp30vb?g+vWLrFEc>`@ciCrU`^&y8 z`?lG_~DqU52Rc2L9)lF4TR=ryFS=HHUs+z49s_m+k)y~zf z)$Y~))ltIbX)s+UwRt6ow4V)e__ zYpT~(zft{m^?TKOs`pjzul}<7VD;hZZ>o=0AFn=H{X_NX@k7Ulj4vABHU5e5Z;d}R z{?8hpnlUx$HCZ(|HF-7VHFY)mnx>kTnn^X2Yo^!SR5QCqs=2-9&YHfORW)mB*4DgU z^G?nCHS23O*6gV{QggKCc+JV0Gd1UGeyO=oE7T6F9bFq*8&Mlw8(XWbO{`6>)zxOy zj;oze+fdtB+g#gH+gjUJJEgXxwyU)s3smtt+T2 zs;jTl*R|J~>U!#C)XlDw>Ta*Qv+nV_-nzAQuh+d*_io(>bsOq7*L_^Kt!_u%?z-c3 zC+mKwJ6-ov-TAs->Mqp%UU#XUs>k&s>XYgl>+h&vR==(Orv}G{h=%-ziiYZj+J?G@ zi4C0%riN(^GaF_#+|nR5+}7}L!<>e>4f7hFX_(*eM#H9tPa3v2>}c5A@Oi_R4F?-e zHT>9c5xkJ#ScK2Kk$FNUq6e*G@}A^q3-Z}rFY z-|J85f7V}WbJHzNr0I^PyPNK7da&t{ zrpKC|Xj;*OGY}(wktLa2D-R#vI-kjN716wmUHP2~Y z+`P8=m*z_b7lWrEzz}UnG$b2zh77|vL$RUEP-z%%m|&<^h?eM<*cNTen3m?2IW6zBY-;(aWpB%YmP0LHw|v)f zs^xUc*_NMMer@@4qA*d}Hloe1Ex1kFmeQ8hR@SC(Yi^s^Ho0v|TW6c8O=`Qn?asD) z+U{?AuKVw8*z8XqyvG0rv4Gd^uxWL#=o zX6!e + + + + SchemeUserState + + Athena.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/Athena/Athena/Assets.xcassets/AccentColor.colorset/Contents.json b/Athena/Athena/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/Athena/Athena/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Athena/Athena/Assets.xcassets/AppIcon.appiconset/Contents.json b/Athena/Athena/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..13613e3 --- /dev/null +++ b/Athena/Athena/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,13 @@ +{ + "images" : [ + { + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Athena/Athena/Assets.xcassets/Contents.json b/Athena/Athena/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/Athena/Athena/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Athena/Athena/AthenaApp.swift b/Athena/Athena/AthenaApp.swift new file mode 100644 index 0000000..0a99ac7 --- /dev/null +++ b/Athena/Athena/AthenaApp.swift @@ -0,0 +1,32 @@ +// +// AthenaApp.swift +// Athena +// +// Created by student on 5/16/24. +// + +import SwiftUI +import SwiftData + +@main +struct AthenaApp: App { + var sharedModelContainer: ModelContainer = { + let schema = Schema([ + Item.self, + ]) + let modelConfiguration = ModelConfiguration(schema: schema, isStoredInMemoryOnly: false) + + do { + return try ModelContainer(for: schema, configurations: [modelConfiguration]) + } catch { + fatalError("Could not create ModelContainer: \(error)") + } + }() + + var body: some Scene { + WindowGroup { + SearchView() + } + .modelContainer(sharedModelContainer) + } +} diff --git a/Athena/Athena/Category.swift b/Athena/Athena/Category.swift new file mode 100644 index 0000000..1e38efc --- /dev/null +++ b/Athena/Athena/Category.swift @@ -0,0 +1,13 @@ +// +// Category.swift +// Athena +// +// Created by student on 6/6/24. +// + +import Foundation +import SwiftData +struct Category: Codable { + var name: String + var description: String +} diff --git a/Athena/Athena/ContentView.swift b/Athena/Athena/ContentView.swift new file mode 100644 index 0000000..a8cc931 --- /dev/null +++ b/Athena/Athena/ContentView.swift @@ -0,0 +1,61 @@ +// +// ContentView.swift +// Athena +// +// Created by student on 5/16/24. +// + +import SwiftUI +import SwiftData + +struct ContentView: View { + @Environment(\.modelContext) private var modelContext + @Query private var items: [Item] + + var body: some View { + NavigationSplitView { + List { + ForEach(items) { item in + NavigationLink { + Text("Item at \(item.timestamp, format: Date.FormatStyle(date: .numeric, time: .standard))") + } label: { + Text(item.timestamp, format: Date.FormatStyle(date: .numeric, time: .standard)) + } + } + .onDelete(perform: deleteItems) + } + .toolbar { + ToolbarItem(placement: .navigationBarTrailing) { + EditButton() + } + ToolbarItem { + Button(action: addItem) { + Label("Add Item", systemImage: "plus") + } + } + } + } detail: { + Text("Select an item") + } + } + + private func addItem() { + withAnimation { + let newItem = Item(timestamp: Date()) + modelContext.insert(newItem) + } + } + + private func deleteItems(offsets: IndexSet) { + withAnimation { + for index in offsets { + modelContext.delete(items[index]) + } + } + } +} + +#Preview { + ContentView() + .modelContainer(for: Item.self, inMemory: true) +} diff --git a/Athena/Athena/Eligibility.swift b/Athena/Athena/Eligibility.swift new file mode 100644 index 0000000..282e3b0 --- /dev/null +++ b/Athena/Athena/Eligibility.swift @@ -0,0 +1,13 @@ +// +// Eligibility.swift +// Athena +// +// Created by student on 6/6/24. +// + +import Foundation +import SwiftData +struct Eligibility: Codable { + var name: String + var description: String +} diff --git a/Athena/Athena/Item.swift b/Athena/Athena/Item.swift new file mode 100644 index 0000000..7da3bd7 --- /dev/null +++ b/Athena/Athena/Item.swift @@ -0,0 +1,18 @@ +// +// Item.swift +// Athena +// +// Created by student on 5/16/24. +// + +import Foundation +import SwiftData + +@Model +final class Item { + var timestamp: Date + + init(timestamp: Date) { + self.timestamp = timestamp + } +} diff --git a/Athena/Athena/Preview Content/Preview Assets.xcassets/Contents.json b/Athena/Athena/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/Athena/Athena/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Athena/Athena/Program.swift b/Athena/Athena/Program.swift new file mode 100644 index 0000000..2c45db8 --- /dev/null +++ b/Athena/Athena/Program.swift @@ -0,0 +1,115 @@ +// +// Program.swift +// Athena +// +// Created by student on 5/16/24. +// + +import SwiftData +import Foundation +struct Program: Codable { + var id: Int + var title: String + var description: String + var categories: [Category] + var eligibilities: [Eligibility] + var date: String + var location: String + var cost: Int + var appDeadline: Date + var link: String + var archived: Bool +} +extension Date { + init(_ dateString:String) { + let dateStringFormatter = DateFormatter() + dateStringFormatter.dateFormat = "yyyy-MM-dd" + dateStringFormatter.locale = NSLocale(localeIdentifier: "en_US_POSIX") as Locale + let date = dateStringFormatter.date(from: dateString)! + self.init(timeInterval:0, since:date) + } +} + +//@Model +//class Program: Identifiable, Codable { +// let id = UUID() +// let name: String = "" +// var descr: String = "" +// var tags: [String] +// let deadline = Date() +// let startDate = Date() +// let endDate = Date() +// let location: String = "" +// let gradeLevel: Int = 0 +// let price: Decimal = 0.0 +// var applied: Bool = false +// +// enum CodingKeys: String,CodingKey { +// case id, name, descr, tags, deadline, startDate, endDate, location, gradeLevel, price, applied +// } +// +// +// init(name: String, descr: String, deadline: String, tags: [String], startDate: String, endDate: String, location: String, gradeLevel: Int, price: Decimal){ +// self.name = name +// self.descr = descr +// for tag in tags{ +// self.tags.append(tag) +// } +// self.deadline = toDate(inputDate: deadline) +// self.startDate = toDate(inputDate: startDate) +// self.endDate = toDate(inputDate: endDate) +// self.location = location +// self.gradeLevel = gradeLevel +// self.price = price +// self.applied = false +// } +// +// required init(from decoder: Decoder) throws { +// let container = try decoder.container(keyedBy: CodingKeys.self) +// self.name = try container.decode(String.self, forKey: .name) +// self.descr = try container.decode(String.self, forKey: .descr) +// self.tags = try container.decode([String].self, forKey: .tags) +// self.deadline = try container.decode(Date.self, forKey: .deadline) +// self.startDate = try container.decode(Date.self, forKey: .startDate) +// self.endDate = try container.decode(Date.self, forKey: .endDate) +// self.location = try container.decode(String.self, forKey: .location) +// self.gradeLevel = try container.decode(Int.self, forKey: .gradeLevel) +// self.price = try container.decode(Decimal.self, forKey: .price) +// self.applied = try container.decode(Bool.self, forKey: .applied) +// } +//// func encode(to encoder: Encoder) throws { +//// var container = encoder.container(keyedBy: CodingKeys.self) +//// try container.encode(name, forKey: .name) +//// try container.encode(descr, forKey: .descr) +//// try container.encode(tags, forKey: .tags) +//// try container.encode(deadline, forKey: .deadline) +//// try container.encode(startDate, forKey: .startDate) +//// try container.encode(endDate, forKey: .endDate) +//// try container.encode(location, forKey: .location) +//// try container.encode(gradeLevel, forKey: .gradeLevel) +//// try container.encode(price, forKey: .price) +//// try container.encode(applied, forKey: .applied) +//// } +//// +// func decodeJSONFile(fileName: String) throws -> [Program] { +// let decoder = JSONDecoder() +// decoder.dateDecodingStrategy = .iso8601 +// +// let path = Bundle.main.path(forResource: "sample.json", ofType: "json")! +// let data = try Data(contentsOf: URL(fileURLWithPath: path)) +// +// return try decoder.decode([Program].self, from: data) +// } +// +// +// func toDate(inputDate: String) -> Date{ +// let dateFormatter = DateFormatter() +// dateFormatter.dateFormat = "yyyy-MM-dd HH:mm:ssZZZ" +// guard let result = dateFormatter.date(from: inputDate) as Date? else{ +// let result = Date() +// return result +// } +// return result +// } +// +//} diff --git a/Athena/Athena/Programs.swift b/Athena/Athena/Programs.swift new file mode 100644 index 0000000..60817cf --- /dev/null +++ b/Athena/Athena/Programs.swift @@ -0,0 +1,12 @@ +// +// Programs.swift +// Athena +// +// Created by student on 6/6/24. +// + +import Foundation +import SwiftData +struct Programs: Codable { + var programs: [Program] +} diff --git a/Athena/Athena/SearchView.swift b/Athena/Athena/SearchView.swift new file mode 100644 index 0000000..43d348b --- /dev/null +++ b/Athena/Athena/SearchView.swift @@ -0,0 +1,51 @@ +// +// SearchView.swift +// Athena +// +// Created by student on 5/16/24. +// + +import Foundation +import SwiftUI +struct SearchView: View { + @State private var programs = [Program]() + + var body: some View { + List(programs, id: \.id) { item in + VStack(alignment: .leading) { + Text(item.title) + .font(.headline) + Text(item.description) + } + } + .onAppear(perform: parseJson) + } + func parseJson() { + + if let url = Bundle.main.url(forResource: "Opps.json", withExtension: nil){ + + if let data = try? Data(contentsOf: url){ + + let dateFormatter = DateFormatter() + dateFormatter.dateFormat = "yyyy-MM-dd" + + let decoder = JSONDecoder() + decoder.dateDecodingStrategy = .formatted(dateFormatter) + + do{ + let programs = try decoder.decode([Program].self, from: data) + self.programs = programs + + } + catch { + print("error trying parse json") + } + } + } + } +} +struct SearchView_Previews: PreviewProvider { + static var previews: some View { + SearchView() + } +} diff --git a/Opps.json b/Opps.json new file mode 100644 index 0000000..2e7f08b --- /dev/null +++ b/Opps.json @@ -0,0 +1,13535 @@ +[ + { + "id": 8, + "title": "Career Accelerator: Entrepreneurship and the Metaverse", + "description": "Investigate the technology of augmented reality (AR) and virtual reality (VR), explore leading startups, and research publicly traded corporations, experience sight visits, guest speakers, and much more. Core entrepreneurial skills will be developed alongside leadership, innovation, and tech literacy through interactive group activities. Students will collaborate with their peers to analyze potential strengths, weaknesses, opportunities, and threats for entrepreneurs hoping to stake their claim in the Web 3.0 metaverse.", + "categories": [], + "eligibilities": [], + "date": "June 26 to July 12", + "location": "UC Berkeley, NYU, UNC Chapel Hill, Haverford College, or University of Maryland", + "cost": 3000, + "appDeadline": "2100-01-01", + "link": "https://www.summerdiscovery.com/career-accelerators/entrepreneurship-for-the-web-30- metaverse", + "archived": false + }, + { + "id": 9, + "title": "Sparks Within Reach Summer Tutoring/Leadership Internship", + "description": "Interns will be working as part of the in-person Summer Rising program at the school, either helping with the academic programming, extracurricular programming, or both. The internship features opportunities for high-school students to teach in a classroom setting, take on leadership roles in enrichment and academic activities, and become trained in trauma-informed educational methods. The internship culminates with an independent project of the student’s choosing. In this project, interns will utilize what they have learned throughout the program to further address housing insecurity and education inequality in an innovative way.", + "categories": [], + "eligibilities": [], + "date": "July 5 – August 12", + "location": "P.S.188, 442 East Houston Street, Manhattan", + "cost": 0, + "appDeadline": "2022-06-30", + "link": "https://www.sparkswithinreach.org/", + "archived": true + }, + { + "id": 14, + "title": "The Yale Summer Program in Astrophysics", + "description": "YSPA is a research program in which students spend two weeks virtually learning\nskills in astronomy and programming. Then, they are invited to the Yale campus for\nfour weeks to develop a complex astrophysics modeling project. Students gain skills\nin physics, math, astronomy, programming, data visualization, and data science.\nMembers of underrepresented groups in STEM are encouraged to apply.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "June 26 - August 6", + "location": "Virtual / New Haven, CT", + "cost": 6900, + "appDeadline": "2023-03-12", + "link": "https://yspa.yale.edu/", + "archived": true + }, + { + "id": 16, + "title": "NYC H2O", + "description": "NYC H2O is a non-profit organization (founded by Stuy alum Matt Malina – Stuy\n‘91) that focuses on environmental education and stewardship in the five boroughs.\nThey provide service learning opportunities for students at their weekend volunteer\necological stewardship events in City parks. There are upcoming programs coming at\nthe Ridgewood Reservoir in Queens and at Lemon Creek in Staten Island. Learn more\nby emailing Matt Malina at: matt@nych2o.org and at their website below.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + }, + { + "name": "Parks, Zoo, Nature", + "description": "Opportunities to interact with nature" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://nych2o.org/", + "archived": false + }, + { + "id": 17, + "title": "Teen Writing Contest at the Morgan Library & Museum", + "description": "The Morgan Library & Museum is hosting a Teen Writing Contest inspired by our\nexhibition “She Who Wrote: Enheduanna and Women of Mesopotamia, ca. 3400–\n2000 B.C.” Submit a first-person poem or narrative telling a story from the\nperspective of a hero or heroine to enter the contest. The winning entries will receive a\n$100 MasterCard gift card.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-02-24", + "link": "https://www.themorgan.org/education/writing-contest", + "archived": true + }, + { + "id": 22, + "title": "PEN America Free Expression Advocacy Institute Summer 2023", + "description": "PEN America’s summer 2023 Free Expression Advocacy Institute in New York City is an intensive, in-person, week-long, educational and training program where high school students can learn the theories, laws, histories, and methodologies behind free expression advocacy.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 17 - July 21", + "location": "Bard High School Early College", + "cost": 0, + "appDeadline": "2023-05-25", + "link": "https://pen.org/free-expression-advocacy-institute-summer-2023-new-york-city/", + "archived": true + }, + { + "id": 23, + "title": "ReelWorks Film School Fridays", + "description": "Looking to work on or promote your film? Reel Works Film School Fridays connect young filmmakers with peer mentors and craftspeople in the entertainment industry. Come sharpen your skills with us and receive tutoring support in editing, cinematography, storytelling, screenwriting, sound, lighting, and film festival submission tips!", + "categories": [ + { + "name": "Events of interest", + "description": "Events approaching that may be of interest to students" + }, + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "February 17, 24, March 3, 10, 17, 24, & 31 (4:30 - 6:30pm)", + "location": "TBD", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.reelworks.org/afterschool", + "archived": false + }, + { + "id": 24, + "title": "NYC Business Exploring Programs", + "description": "NYC Exploring uses in-person & virtual weekly or bi-weekly after-school sessions to introduce students to a wide variety of careers. The result is a program of activities that helps youth pursue their special interests, grow, and develop career opportunities, life skills, character education, and leadership experience. Students may attend any individual sessions they prefer.\n\nFor students interested in a focus on business, finance, or accounting, Exploring will be hosting ongoing sessions with bank executives within the M&T Bank (Wednesdays). For architecture, engineering, or construction, there will be sessions and projects with Sciame (Wednesdays) and the StructureTone & Gensler companies (Wednesdays, starting 3/1). There will also be programs that focus on healthcare at the Lenox Hill Hospital (Thursdays, starting 2/16), aviation at LaGuardia Airport (Thursdays, starting 2/16), and law & government at Brooklyn and Queens District Attorney offices (Thursdays, starting 3/2) for students interested in the legal profession.", + "categories": [ + { + "name": "Events of interest", + "description": "Events approaching that may be of interest to students" + }, + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Spring 2023 (Various)", + "location": "In-Person at M&T Bank, Sciame, Lenox Hill Hospital, LaGuardia Airport, StructureTone & Gensler, OR Kings County District Attorney’s Office", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://nyexploring.org/about-us/", + "archived": false + }, + { + "id": 25, + "title": "Prospect Park Alliance Arbor Day Community Tree Planting", + "description": "Each Arbor Day, Prospect Park Alliance plants three community trees in Prospect Park. The Alliance’s arborist chooses the species and location of the trees, which will all be planted together in the Park. All student volunteers are invited to participate in the tree planting on Arbor Day, sharing this experience with their community. This is an ideal way to give back to your community while celebrating a loved one.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + }, + { + "name": "Parks, Zoo, Nature", + "description": "Opportunities to interact with nature" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "April 28", + "location": "95 Prospect Park West, Brooklyn", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://donate.prospectpark.org/campaign/2023-arbor-day-community-tree-planting/c403224", + "archived": false + }, + { + "id": 26, + "title": "The Health Scholars Program @ Maimonides Medical Center", + "description": "The Health Scholars Program at Maimonides Medical Center offers an opportunity for high school and college students who are interested in a career in healthcare to spend time as an unpaid team member in the Emergency Department of the busiest hospital in Brooklyn. Participants serve as interns for three months. Selected individuals will be part of a corps of interns who will interact with and help patients from tremendously varied cultural and ethnic backgrounds. They will spend time working alongside a team of healthcare providers and observing the roles of various medical professionals who care for patients in the Emergency Department (ED). They will also be introduced to fundamental principles of clinical medicine.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 3 - September 3, September 5 - December 10, December 11 - March 24, or March 25 - June 30", + "location": "Maimonides Medical Center", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.maimonidesem.org/health-scholars", + "archived": false + }, + { + "id": 27, + "title": "Spectrum News Challenge TV Show Contestant Application", + "description": "Are breaking headlines always in your Twitter and Tik Tok feeds? Are you interested in what's happening in current events, politics, science, the environment, sports, wellness and pop culture? Become a contestant on the Spectrum News Challenge, a national televised program where high school students compete head-to-head to win prizes and the title of \"Spectrum News Challenge Champion.", + "categories": [ + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://charter.jotform.com/211444483735053", + "archived": false + }, + { + "id": 28, + "title": "STEMdaily Newsletter", + "description": "STEMdaily is an informative newsletter covering all things related to STEM resources. Subscribe to keep up to date on programs, activities, and competitions. It saves you lots of time and reminding you of valuable resources. The blog includes STEM and women, competitions, diversity, industry news, and education.", + "categories": [ + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.stemconnector.com/stemdaily-page/", + "archived": false + }, + { + "id": 29, + "title": "The Coolidge Scholarship", + "description": "The Coolidge Scholarship welcomes applications for their full, four-year college scholarship for students with an interest in public policy and demonstrated service/leadership experience. Anyone of any background, pursuing any academic discipline of study, may apply to this non-partisan, need-blind program.", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-02-23", + "link": "https://coolidgescholars.org/apply/", + "archived": true + }, + { + "id": 30, + "title": "New York Math Circle Spring Programs", + "description": "Interested in learning more math? New York Math Circle offers the opportunity to solve unusual problems and invent your own, apply existing knowledge in new situations, learn famous gems of mathematics, and explore the unknown. Different levels are offered, from elementary school to college-level courses.\n\nWe are excited to announce registration is open for May workshops: Presenting Polygons, Recursive Sequences, MS Intro to Geometry, and High School Contest Topics in Geometry.\n\n*Cost: $150 (Financial assistance available), $100 for the two-day workshop", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + }, + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "Saturday and Sunday classes for the spring 2023 semester", + "location": "Virtual", + "cost": 150, + "appDeadline": "1970-01-01", + "link": "https://www.nymathcircle.org/students?mc_cid=326eacb2e5&mc_eid=a88b7494f5#S23SWORK", + "archived": true + }, + { + "id": 31, + "title": "Genspace Classes", + "description": "At Genspace, various classes are offered, including DNA Barcoding, Sculpting with Mycelium, Visualizing Brain Networks, and more. No science background is necessary to take these classes.", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + }, + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various (ongoing throughout the year)", + "location": "Hybrid: Virtual, and 132 32 Street, Brooklyn + other locations", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.genspace.org/classes", + "archived": false + }, + { + "id": 32, + "title": "NYU Weekend Workshops", + "description": "As a college prep program, the NYU SPS High School Academy offers a range of professional and college geared courses. Explore topics and get a feel for majors or careers you may be considering all while preparing for the college admissions and college application process.", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Spring term", + "location": "In-person (7 East 12th St., Manhattan) or virtual, depending on course", + "cost": 495, + "appDeadline": "2023-03-31", + "link": "https://www.sps.nyu.edu/high-school-academy/programs/weekend-workshops.html", + "archived": true + }, + { + "id": 33, + "title": "MIT Lincoln Laboratory (LL) Beaver Works Summer Institute Spring Class and Summer Program", + "description": "The four-week program teaches students programming & engineering skills through project-based, workshop-style courses. Currently, there are six courses available to students, including Programming for Autonomous Cars & Cognitive Assistants, Hack & Code, Analyzing the Building Blocks of Life, and more.” Students must complete self-paced online courses over the spring semester if they wish to be considered for the summer program. (Students can still apply for the online courses after they are released on February 1st, but should apply earlier.) Preference to current juniors, but all students may apply", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + }, + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "February 1 - June 25 (Spring Online Courses) & July 11 - August 7 (Summer Program)", + "location": "Virtual/In-Person at MIT", + "cost": 0, + "appDeadline": "2023-03-31", + "link": "https://beaverworks.ll.mit.edu/CMS/bw/bwsiapply", + "archived": true + }, + { + "id": 34, + "title": "Summer Youth Employment Program (SYEP)", + "description": "The Summer Youth Employment Program (SYEP) is the nation’s largest youth employment program, connecting NYC youth between the ages of 14 and 24 with paid career exploration opportunities and paid work experiences each summer. Through SYEP, participants can explore different interests and career pathways, develop productive workplace habits, and engage in learning experiences that strengthen their social, civic, and leadership skills.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July - August 2023", + "location": "Various", + "cost": 0, + "appDeadline": "2023-03-30", + "link": "https://application.nycsyep.com/", + "archived": true + }, + { + "id": 35, + "title": "Inform Your Community Office Interns", + "description": "Inform Your Community seeks up to three volunteer interns who are outcome oriented, have attention to detail, and are looking to grow their skill sets. Interns will work with and report directly to the CEO We are a registered 501(c)(3) nonprofit organization conveniently headquartered near Stuyvesant High School at 165 William Street, (8th Floor). Interns will be trained & can choose to assist with business and/or marketing projects, such as: - database management using Google Sheets - creating online forms through our Customer Relationship Management Platform (CRM) - updating event listings in Eventbrite\n- basic human resource onboarding related tasks - creating emails using Canva - editing our event videos to post on YouTube - basic website upkeep with the easy to use Wix platform - generating content for social media", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "March – May (2-5 hours per week/weekend); June – August (2-5 hours per week/weekend)", + "location": "Virtual, In-Person, Hybrid available (165 William Street, Manhattan)", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.informyourcommunity.org", + "archived": false + }, + { + "id": 36, + "title": "Rock the Street Wall Street", + "description": "Rock the Street Wall Street invites female students to apply for this series of six virtual sessions for Stuyvesant students. Participants meet with female finance industry professionals and learn about personal finance, financial businesses, and more.\n\n“We are excited to be starting another term of Rock The Street, Wall Street programming at Stuyvesant this year! We have a group of women from Invesco Corporation excited to meet the great group of students at Stuyvesant and share their time and knowledge with you all! Here are the details:” \n\nTuesdays (4:00 - 5:00 PM) in-person in Room 411 at Stuyvesant from 2/28 – 4/4 \nPlease register on our NEW RTSWS App to participate. The app can be accessed on your phone or laptop via the link below. You will need to add the app to your home\nscreen- instructions are on the flyer.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "February 28 – April 4", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://app.rockthestreetwallstreet.com/", + "archived": false + }, + { + "id": 37, + "title": "Sports Industry Learning Sessions", + "description": "Learn about various careers in the sports industry, including sports media, law, Esports, and more. Participants also receive guidance on resumes, interviews, networking, and other personal development topics. Students may sign up for individual or all of the after-school sessions.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "February 7 – March 30", + "location": "Virtual", + "cost": 25, + "appDeadline": "1970-01-01", + "link": "https://www.youvisors.com/", + "archived": false + }, + { + "id": 38, + "title": "Career Paths 2023 Virtual @ The New York Academy of Sciences", + "description": "Science Alliance will offer eight virtual webinars focusing on diverse career paths that graduate and postdoctoral fellows can transition into. Each webinar will feature panelists who have transitioned into these career paths and the opportunity to network with them. The goal of this series is to increase awareness of the career options for graduate and postdoctoral fellows, approaches individuals can take to transition into these career tracks, personal journeys of panelists, culture of these careers and how the panelists overcame challenges and failures,", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "All from 5:30 – 6:30 PM: March 8: Intellectual Property & Patent law April 12, Consulting May 3: Data Analysis", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://events.nyas.org/event/220609fc-caf9-4692-a825-167bc3cdb0bb/summary", + "archived": false + }, + { + "id": 39, + "title": "Lehigh Summer Entrepreneurship Program", + "description": "Join a group of emerging leaders from across the U.S. and around the world to create diverse teams and solve a real problem facing a company or organization. Through the Iacocca Global Entrepreneurship Intensive (IGEI), you’ll be able to do a dive deep into focus areas like sustainability, population health or business, take core sessions, and participate in business ethics workshops.\nFor four weeks, you will enhance your abilities in entrepreneurship, leadership, and global citizenship. IGEI offers entrepreneurial design challenges, business hackathons, and team projects that develop solutions for client organizations. Students stay at Lehigh University housing to experience roommates, cultural and social activities, and pre-college exposure, including admissions information, financial aid guidance, and college major/career exploration.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "June 25 – July 22", + "location": "In-Person at Lehigh University, Bethlehem, PA., 18015", + "cost": 4400, + "appDeadline": "1970-01-01", + "link": "https://global.lehigh.edu/iacocca-institute/high-school", + "archived": false + }, + { + "id": 40, + "title": "Young Founders Entrepreneurship Fellowship", + "description": "The Young Founders Fellowship is a 6-week program that creates an incredible community around a cohort of founders & talented individuals in the formative stages of starting a company. Each founder launches their own company with $200 in capital and learns the ins and outs of product development and sales & marketing", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "February 25 – April 2 (February cohort) or March 18 – April 23 (March cohort)", + "location": "Virtual", + "cost": 1700, + "appDeadline": "1970-01-01", + "link": "https://youngfoundersinstitute.org/fellowship/", + "archived": false + }, + { + "id": 41, + "title": "Summer Day Camp 2023 Job Fairs", + "description": "Apply to be a counselor in training, counselor, or head counselor at JCC Brooklyn Day Camp or Kings Bay Y (KBY) Summer Day Camp! Register for the job fairs to drop off your resume and complete a questionnaire! Direct any questions to: vgrant@kingsbayy.org", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "KBY Camp Fair at 14 Hope Street, Bklyn: Sunday, February 26: 11 am – 3 pm Sunday, March 19: 1:30 pm – 5:30 pm; Sunday, May 7: 2 pm – 6 pm (Link for RSVP available April.1, 2023)", + "location": "Camp Locations: JCC Brooklyn: Ft. Hamilton Army Base in Bay Ridge KBY Summer Day Camp: Nostrand location: 3495 Nostrand Avenue", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.jcc-brooklyn.org/camp/work-with-us/", + "archived": false + }, + { + "id": 42, + "title": "Atlas Scholars Scholarship & Paid Summer Finance Internship", + "description": "The Atlas Scholars Program creates equitable college and career opportunities for students by providing them with four-year college scholarships and internships in the finance community. An Atlas Scholar demonstrates exceptional merit and an interest in a career in finance. The program helps students achieve college and career goals by providing four years of financial support and career mentorship including:\n• Up to $20,000 in financial aid for college tuition and other education expenses, each year that the scholar is in good standing with the institution and Atlas Scholars Program.\n• A best-in-class, paid, full-time summer internship program at financial institutions where scholars develop the professional knowledge and network to enter a career in business.\n• General professional development training to equip scholars to be successful in the 21st century workplace environment.\n• Membership in a community of current Atlas Scholars and alumni", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "Summers throughout college", + "location": "TBD", + "cost": 0, + "appDeadline": "2023-03-05", + "link": "https://atlasfellows.org/", + "archived": true + }, + { + "id": 43, + "title": "Olin Fleischer Scholars Program (OFSP)", + "description": "OFSP provides a week-long educational experience for economically disadvantaged or underrepresented rising high school juniors and seniors. This program is designed to help students learn about business, build teamwork and presentation skills, and prepare for the college admissions process.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "July 9 - 15", + "location": "Washington University campus, St. Louis, Mo.", + "cost": 0, + "appDeadline": "2023-03-08", + "link": "https://olinundergrad.wustl.edu/pre-collegiate/ofsp/", + "archived": true + }, + { + "id": 44, + "title": "Washington University Gateway to Business Pre-College Programs", + "description": "Gateway to Business is a comprehensive hybrid course that introduces students to business, leadership and teamwork skills development, and career preparedness. The curriculum includes a foundational view of business, creative problem solving, experiential learning, professional communications, career strategies, and the creation of a professional development plan, including real-world examples of founding and operating a startup, how to think like an entrepreneur, and potential career paths. Students who participate will earn college credit, refine professional communications, build a personal brand, problem-solve for real-world clients through an experiential learning project, and spend a week on WashU’s campus engaging with faculty, professionals, and fellow students.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "June 8, June 15, June 22, and July 9 - 15", + "location": "Hybrid; In-Person at Washington University, St. Louis", + "cost": 4750, + "appDeadline": "2023-03-08", + "link": "https://olinundergrad.wustl.edu/pre-collegiate/gateway-to-business/", + "archived": true + }, + { + "id": 45, + "title": "Harvard Student Agencies Weekend Junior Academies", + "description": "The Academies @HOME offers weekend programs curated by Harvard faculty and taught by undergraduates to help students explore a career path of their choosing: business, business consulting, coding, pre-law, pre-med, or politics. They run for two consecutive weekends for four hours each day, totaling out to 16 hours of guided instruction.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "Various", + "location": "Virtual", + "cost": 300, + "appDeadline": "1970-01-01", + "link": "https://www.academies.hsa.net/pages/virtual-weekend-academies", + "archived": false + }, + { + "id": 46, + "title": "Economics for Leaders (EFL)", + "description": "Economics for Leaders (EFL) is a selective summer program that teaches student leaders how to integrate economics into the process of decision-making in an interactive learning environment. The goal of EFL is to give promising students the skills to be more effective leaders and to teach them how to employ economic analysis when considering difficult public policy choices. This course focuses on the introduction and application of economic concepts and economic reasoning skills and introduces students to leadership theory.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "Various (June - July)", + "location": "In-person (at various partner colleges) & virtual options available", + "cost": 2100, + "appDeadline": "2023-04-13", + "link": "https://www.fte.org/students/2023-program-sites-and-dates/", + "archived": true + }, + { + "id": 47, + "title": "Endless Frontiers Lab Youth Ambassador Program", + "description": "Endless Frontier Labs invites high school students interested in the intersections of entrepreneurship, technology, and/or science-based innovation to apply for our 2022-2023 Young Ambassadors cohort! During the EFL Young Ambassadors experience, students will have the opportunity to shadow world-renowned scientists, CEOs, and business leaders and observe their meetings with startup founders in the Endless Frontier Labs startup program. \n\nStudents will be admitted on a rolling basis. If admitted, students will attend at least one (1) EFL Meeting Day. The EFL program will be operating in a hybrid model this year. In-person and virtual meeting days are indicated below.” If you have any questions, please contact info@endlessfrontierlabs.com", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + }, + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "March 17, 23, 24, OR May, 4 & 5", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://endlessfrontierlabs.com/young-ambassadors/", + "archived": false + }, + { + "id": 48, + "title": "Mohawk Day Camp Summer Job Opportunity", + "description": "Mohawk Day Camp has summer job openings for high school students. We are looking for Camp Counselors, Aquatics Staff (we will train and certify qualified students for our aquatics program at no cost for the Red Cross lifeguard certification class), and Program Specialty Assistants for students with an interest in one of the following: creative and performing arts, outdoor adventure, tennis, gymnastics, fitness, cooking, and farm/animal care.”", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 26 – August 18", + "location": "Mohawk Day Camp in White Plains; transportation provided", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://campmohawk.com/now-hiring/", + "archived": false + }, + { + "id": 49, + "title": "Exploring Entrepreneurship: One Week High School Intensive at Fordham University", + "description": "During this week-long intensive, students will gain a comprehensive overview of the entrepreneurial process in a hands-on fashion. From coming up with a business idea, testing & refining, and ultimately pitching that idea to a panel of university professors and entrepreneurs, this week will prove to be a thought-provoking, skills-building, and transformative experience.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "June 26 – 30", + "location": "Fordham Rose Hill, Bronx Campus & Lincoln Center, Manhattan Campus", + "cost": 1000, + "appDeadline": "1970-01-01", + "link": "https://www.fordham.edu/gabelli-school-of-business/academic-programs-and-admissions/undergraduate-programs/specialty-programs/summer-business-programs/exploring-entrepreneurship/", + "archived": false + }, + { + "id": 50, + "title": "Wharton School of Business Global Youth Summer Program", + "description": "Wharton Global Youth’s On-Campus Programs are immersive, pre-collegiate experiences for students currently enrolled in grades 9 - 11. Led by Wharton faculty and instructional staff, these programs take place in person on Wharton’s Philadelphia or San Francisco campus. Students get to explore topics driven by Wharton research and teaching, engage with our rigorous business education, and network with peers in an Ivy League environment. Programs offered include Essentials of Entrepreneurship, Essentials of Finance, Data Science Academy, Management & Technology Summer Institute, Moneyball Academy, Leadership in the Business World, and Product Design Academy.\n\nCost: $2,099 - 9,099", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "Various; July - August 2023", + "location": "Virtual or In-Person at Philadelphia, University of Pennsylvania", + "cost": 2099, + "appDeadline": "2023-04-05", + "link": "https://globalyouth.wharton.upenn.edu/costs-and-aid/", + "archived": true + }, + { + "id": 51, + "title": "Bossgirls Program", + "description": "The Zahn Innovation Center of the City College of New York is offering an in-person summer entrepreneurship program that allows students to work on their own startup ideas. You and a team of other ‘Bossgirls’ will focus on a problem, come up with an innovative solution for it, research the market, compare competitors, learn how to price your product & prototype it, and create a brand around your idea. At the end of the program, you’ll pitch your idea to a virtual audience.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "July 5 – August 3", + "location": "The City College of New York (160 Convent Avenue, Manhattan)", + "cost": 0, + "appDeadline": "2023-04-09", + "link": "https://www.ccny.cuny.edu/zahn/bossgirls", + "archived": true + }, + { + "id": 52, + "title": "Summer Business Leadership Academy", + "description": "Mercy College in Westchester County is offering a Summer Business Leadership Academy. Current juniors may apply for any one of the one-week sessions offered in June and July. Participants live on campus for the week and engage in a variety of business & leadership focused activities, including visits to major businesses in Manhattan. Applicants should have an interest in business, leadership skills, and a strong academic record. Space is limited.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "June 25 – July 1 OR July 9 – 15 OR July 23 – 29", + "location": "555 Broadway, Dobbs Ferry, New York", + "cost": 495, + "appDeadline": "1970-01-01", + "link": "https://www.mercy.edu/business/leadership/academy", + "archived": false + }, + { + "id": 53, + "title": "Leadership, Education and Development (LEAD) Program - REEX JumpStart", + "description": "The REEX JumpStart Scholars in Commercial Real Estate is a residential program that will focus on developing a Pipeline of high-achieving, diverse students (current high school sophomores and juniors) by providing an immersive learning opportunity and preparation to make meaningful change in the world. REEX JumpStart is a 2- week on-campus learning experience dedicated to helping high school scholars of color take charge of their future. Scholars will be provided training and exposure to Entrepreneurship & Commercial Real Estate Fundamentals, experiential learning, networking opportunities, and more.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "July 9 – 22", + "location": "Various", + "cost": 3200, + "appDeadline": "1970-01-01", + "link": "https://www.leadprogram.org/apps/pages/index.jsp?uREC_ID=475666&type=d&termREC_ID=&pREC_ID=997796", + "archived": false + }, + { + "id": 54, + "title": "InvestIn Summer Career Experiences", + "description": "Our Summer Experiences offer the ultimate, 360-degree experience of professional life. Students will undertake immersive work experience activities in top industry sites across London. Available career explorations include Medicine, Engineering, Investment Banking, Law, Psychology, Architecture, Art, Dentistry, Entrepreneurship, Fashion, Filmmaking, Forensic Science, International Development, Journalism, Politics, Software Engineering, Vet, Video Game Design, and Writing.\n\n* Cost: Various, depending on number of days", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "In-person in London (and other areas) or Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://investin.org/collections/young-summer-experiences-2023?filter.p.m.product_filters.age=Ages+15-18", + "archived": false + }, + { + "id": 55, + "title": "New York Women in Business Coalition", + "description": "Kick off the school year with The NYC Women In Business Coalition! We invite all new and returning members to join us for their events of the fall season. Although membership is not required for this event, you will have an opportunity to join our coalition for the 2022-23 year", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "Various TBA", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.nycwibcoalition.org/", + "archived": false + }, + { + "id": 56, + "title": "Junior Economic Club of New York City", + "description": "The Junior Economic Club of New York City is a student-run organization that exposes high school students to the real business world through networking events, workshops, and community outreach initiatives that connect them with the people they need to make a difference.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Ongoing", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.jecnyc.org/", + "archived": false + }, + { + "id": 57, + "title": "Global Youth Economics Forum (GYEF) NYC Mentorship Program", + "description": "This program connects students with mentors from prestigious universities such as NYU, Cornell, and CCNY and professionals in business, banking, consulting, economics, finance, and related fields. Topics covered will include careers in the\nbusiness, economics, and STEM fields, personalizing college applications, professional skills such as networking and cold emailing, and career/college planning.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.thegyef.org/", + "archived": false + }, + { + "id": 58, + "title": "Gilder Lehrman Institute Volunteer Transcriptionist", + "description": "Join the Digital Volunteers and transcribe historical documents from the Gilder Lehrman Collection. These typed transcripts will help make primary sources more accessible for students, teachers, and researchers. Students are eligible to receive service hours for their work. This program is very flexible, allowing students to work at their place.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.gilderlehrman.org/programs-and-events/collection-programs/transcribe", + "archived": false + }, + { + "id": 59, + "title": "First Strokes Swimming Lessons", + "description": "High school students can start a new branch of First Strokes in their own community. Instructors will volunteer to teach swimming lessons at a nearby pool.\n\n* Eligibility: Groups of four lifeguard certified students over the age of 15", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Local community", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://firststrokes.org/launch-a-chapter", + "archived": false + }, + { + "id": 60, + "title": "Volunteer with the Korean American Family Service Center (KAFSC)", + "description": "KAFSC welcomes volunteers year-round for any given task whether it is a one-time commitment or a long-term one. Current volunteer positions include: 24-hour Hotline Dispatcher (Korean and English fluency required), and Teacher's Aide for Hodori After School Program. Email: volunteer@kafsc.org for more info.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.kafsc.org/volunteer", + "archived": false + }, + { + "id": 61, + "title": "Volunteer with CAAV Organizing Asian Communities", + "description": "CAAAV Organizing Asian Communities was founded in 1986 by working class Asian women to build power in Asian communities against rising hate and violence. CAAAV’s vision is that working class Asian immigrant members will make decisions about their own housing and neighborhoods. Volunteer responsibilities may include direct action, outreach, administrative tasks, interpretation and/or translation.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://caaav.org/take-action/volunteer", + "archived": false + }, + { + "id": 62, + "title": "The Gift of Chess", + "description": "The Gift of Chess launched in 2021 with the goal of transforming lives through the universal language of chess. We are looking for volunteers to help us distribute thousands of chess sets this Spring and Summer, as well as volunteers who can help us with other aspects of managing our organization, including PR, marketing, and accounting.\n\n* Eligibility: All students and parents (especially Spanish speakers who can play chess)", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://thegiftofchess.org/support", + "archived": false + }, + { + "id": 63, + "title": "CommonPoint Queens Volunteering Opportunities", + "description": "Be a hero and volunteer! Do what inspires you and make an immediate impact! Available opportunities include working at food pantries, being a youth mentor, tutoring, helping seniors, sports, administration, gardening, fundraising, and so much more. On behalf of the entire Commonpoint Queens community, thank you again for your selflessness and passion for helping others. We cannot wait to serve with you!", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.commonpointqueens.org/program/volunteer/", + "archived": false + }, + { + "id": 64, + "title": "Robotics for All Volunteer Tutor & Business Support Internships", + "description": "Robotics for All, a non-profit organization that provides academic support to needy students, welcomes all students with basic proficiency in courses that are currently being offered. Qualified students are welcome to serve as volunteer teachers. They are also seeking business development, technical, and marketing", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.roboticsforall.net/overview-of-positions.html", + "archived": false + }, + { + "id": 65, + "title": "GallopNYC Volunteering Opportunities", + "description": "GallopNYC is a non-profit organization that uses horses and horseback riding to help children with disabilities. They welcome teen volunteers (no experience necessary) who like horses & want to help children at locations throughout the city. Only a weekly commitment of two hours is required.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Forest Hills, Prospect Park, and the Bronx", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "http://gallopnyc.org/ways-to-volunteer-as-an-individual", + "archived": false + }, + { + "id": 66, + "title": "Immigrant Social Services (ISS) Volunteers", + "description": "Immigrant Social Services welcomes volunteers who would like to offer different skills in support of organization’s work in Chinatown and Lower East Side. We often need volunteers with skills in the following areas:\n- Chinese Language translation and interpretation in Simplified/Traditional and all dialects\n- Graphic Design: Assistance with creating digital and printed collateral using photoshop and/or Canva\n- Social Media Engagement Strategy: Help us amplify our programs and resources through Facebook, Instagram, and Twitter\n- Website: frontend design, content management, and backend support on WordPress\n- Communications: Assistance with managing our Wechat and email lists\n- Tutoring, middle & high school admissions advice, and basic coding skill building", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://issnyc.org/volunteer/", + "archived": false + }, + { + "id": 67, + "title": "A Brush with Kindness/Habitat for Humanity", + "description": "Brush with Kindness is an organization that paints, plants, and generally improves parks, schools, camps, and other public spaces around the city.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://habitatnyc.org/volunteer/a-brush-with-kindness/", + "archived": false + }, + { + "id": 68, + "title": "VISIONS Intergenerational Program for the Blind/Visually Impaired", + "description": "VISIONS Intergenerational Program at VISIONS Center on Aging, our older adult center in Manhattan, recruits and trains volunteer high school students to assist older adults who are visually impaired or blind in their homes, and at the center. The youth provide escort and assistance with reading, shopping, socialization and technology. Learn more by contacting Jose Gil at: 646-486-4444, ext. 233, or at jgil@visionsvcb.org.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Fall term", + "location": "135 West 23 Street, Manhattan", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.visionsvcb.org/get-involved/volunteering/volunteering-highschool students/", + "archived": false + }, + { + "id": 69, + "title": "NYC Council Member Chris Marte Campaign Internship", + "description": "New York City Council Member Chris Marte’s reelection campaign is seeking interns eager to make a difference in Lower Manhattan by joining our team through the primary on June 28th! This is a great opportunity to gain direct campaign experience and learn about the political atmosphere of New York City! Interns will participate in field operations, and have the chance to assist other departments as they desire (research, graphic design, press, marketing, etc.). To apply, please email your resume to justin@votemarte.com with “Campaign Intern” as the subject line.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "Until the June 28 primary election", + "location": "Hybrid (In-person in New York, NY, 10002)", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://drive.google.com/file/d/1kx3pmawUuqm9VAY5b4tFIGs9svMucqsu/view?usp=sharing", + "archived": false + }, + { + "id": 70, + "title": "Miss CEO Leadership Circle", + "description": "The Miss CEO Leadership Circle is a specialized live-online leadership workshop series designed to empower young women with a wealth of practical insights, valuable mentorship, inspiring community and helpful resources. There is no cost to participate and students who attend* at least 4 out of the 6 total workshops, which are from 1 – 2 pm EST, will receive a certificate of completion at the end of the series.\n\n* Dates:\nYour Ultimate Guide to Internships, Programs, Jobs & More: February 26 (1 – 2 pm) \nExpand Your Impact: Excel as A Leader In High School: March 12 (1 – 2 pm) \nAdopt The Best Time Management and Personal Productivity Techniques: April 23", + "categories": [ + { + "name": "Events of interest", + "description": "Events approaching that may be of interest to students" + }, + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "February 26, March 12, April 23", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.missceo.org/circle", + "archived": false + }, + { + "id": 71, + "title": "Justice for All After –School Law Program", + "description": "This 12-session elective, taught by federal judges and practicing lawyers, will expose students to a range of exciting and relevant legal topics, and will help students to develop their public speaking and advocacy skills through preparation for a moot court competition. One session will include a field trip to a law firm. Family members are invited to attend the final session at the federal courthouse to watch the students participate in a moot court competition. A sampling of topics that will be covered throughout the elective include: the First Amendment and student speech, the Fifth Amendment and student privacy, the Constitution and national security, and improving fairness in the criminal justice system. Students will have the opportunity to meet and speak with federal judges and practicing lawyers during the sessions and learn about careers in the law.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "March 1 – May 24 (Wednesdays from 5 – 6:15 pm)", + "location": "40 Foley Square, Manhattan", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://drive.google.com/file/d/1wfp7otJ6X6xKoJMCcf8tgxfkt4F0rWg9/view?usp=sharing", + "archived": false + }, + { + "id": 72, + "title": "Council on International Exchange (CIEE) Study Abroad Programs", + "description": "* Cost: Various\n\nCIEE offers a variety of programs for students to explore another culture and language in over 30 different countries. Through their Summer Abroad, High School Abroad, and Gap Year Abroad opportunities, students can “get fully immersed in the daily life of a local high school student far away from home,” “choose to focus on language learning, service and leadership, or content studies,” or “build the perfect pre-college experience and immerse oneself in a new language and culture”.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "Various", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.ciee.org/go-abroad/high-school-study-abroad", + "archived": false + }, + { + "id": 73, + "title": "Summer and Fall Term 2023 Pre-College Travel Programs from the Columbia Climate School", + "description": "* Cost: \nFall term online: $1,499.99\nSummer Columbia Climate School in Green Mountains (In-person): $6,920\nSummer Columbia Climate Corps (In-person): ($7,890 - $8,290)\n* Application Deadline: March 15 for need based scholarships\n\nThe Columbia Climate School offers two summer programs, one in the Green Mountains (Vermont), and Columbia Climate Corps for motivated high school students who are interested in traveling to engage in real-world research, ideas, and solutions for climate change. They also offer a virtual fall 2023 program.\n\nColumbia Climate Corps consists of small group climate and sustainability focused travelling programs that combine international travel (Alaska, Chile, Peru, & Iceland) and climate-focused educational opportunities. Students will be joined by faculty and staff from the Columbia climate school who will engage them in cutting-edge research, leading lectures, facilitating workshops, and field-based & hands-on learning projects. Upon completion, participants will receive a certificate of participation from the Columbia Climate School. Motivated students who meet the income eligibility guidelines are eligible to apply for full or partial scholarships. Emphasis is placed on first generation students and those underrepresented in science, technology, engineering, arts, and math (STEAM).", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "", + "cost": 8420, + "appDeadline": "2023-03-15", + "link": "https://www.climate.columbia.edu/pre-college-programs", + "archived": true + }, + { + "id": 74, + "title": "AMIGOS Summer Study Abroad Service Project Program", + "description": "* Cost: $4,375 - $5,875 (Financial Aid Available, Deadline: January 17)\n\nAMIGOS programs bring together young people from the U.S. and Latin America to collaborate on ethical service projects, learn from local experts, develop leadership skills, and build bridges across cultures. We ensure that AMIGOS students take part in the daily life of their host community as well as service projects that are community-led. Students are able to earn service hours. Available programs for Summer 2023 are Youth Entrepreneurship in Ecuador: Chimborazo, Indigenous Rights and Food Security in Ecuador: La Sierra, and Stewardship and Sustainable Harvests in Panama: Tierras Altas.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "Ecuador: Chimborazo, Ecuador: La Sierra, OR Panama: Tierras Altas", + "cost": 4375, + "appDeadline": "2023-04-18", + "link": "https://amigosinternational.org/summer-programs/", + "archived": true + }, + { + "id": 75, + "title": "Seeds of Peace Programs - RISE Core Leadership Program", + "description": "During your Core Leadership Program experience, you will take part in a series of workshops and dialogues, as well as leadership and action-taking opportunities, all while being a part of a tight-knit cohort of young people from around the country representing different backgrounds, identity groups, and lived experiences. You will come away ready to take part in other increasingly rigorous Seeds of Peace leadership programs that challenge and push you to deepen your engagement in your community. You will also be ready to mobilize and take action to create more just and inclusive societies in solidarity with others.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "March 4, 5, 18, 19, & April 29, 30, & May 20, 21", + "location": "Virtual", + "cost": 500, + "appDeadline": "1970-01-01", + "link": "https://www.seedsofpeace.org/programs/developing-leaders/united-states/united-states-core-leadership-program/", + "archived": false + }, + { + "id": 76, + "title": "Seeds of Peace Summer Camp", + "description": "Our in-person Camp program invites you to spend two and a half weeks at a summer camp on a lake in Maine where you will have the opportunity to live with and learn from other high-schoolers from different backgrounds, experiences, and identities from your own as you take part in camp activities, dialogue, and action-oriented learning.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + } + ], + "date": "July 9 – 23", + "location": "Otisfield, Maine", + "cost": 6000, + "appDeadline": "2023-03-31", + "link": "https://www.seedsofpeace.org/programs/developing-leaders/camp/camp2023/", + "archived": true + }, + { + "id": 77, + "title": "Teen Takeovers Brooklyn Branch Councils", + "description": "Teen Takeovers Branch Council is a library internship program in which high school students plan, organize, promote, and host after-hours public programs for other teens. Interns learn about event planning, creating a budget, and program promotion. We seek committed and enthusiastic individuals who are ready to learn, work, and have fun!” Why Join?\n- Build your academic, college, and career readiness skills\n- Share your voice in library decision-making and event-planning\n- Do something important in your community\n- Receive a stipend, volunteer service hours and resume-building experience\n- Meet teens from across NYC", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Once a week until June", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.bklynlibrary.org/support/volunteer/branch-council", + "archived": false + }, + { + "id": 78, + "title": "The OppNet Fellows Program for Sophomores", + "description": "During this six-year program, Student Fellows are able to gain skills in networking, academic habits, professional know-how, interviewing, and self-advocacy. Through a unique program structure integrating college guidance, transition, and success with professional exposure, career development, and five summers of paid internships or enrichment experiences, Fellows leave OppNet with robust resumes and lifelong networks of support ready to drive their personal and professional success forward.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "Summer Institute (July 10 – 28); 2023 – 2029 (six-year commitment and support throughout college)", + "location": "Hybrid", + "cost": 0, + "appDeadline": "2023-03-06", + "link": "https://opportunitynetwork.org/apply/", + "archived": true + }, + { + "id": 79, + "title": "FEMA Youth Preparedness Council (YPC)", + "description": "As part of the YPC, members can build leadership skills and represent their schools and communities. They also share their perspectives, feedback, and opinions with FEMA. The YPC gives youth the chance to meet peers from across the country and work on projects, such as preparedness fairs for their communities. The summit in\nJuly gives members a chance to meet each other and hear from FEMA experts.” There will be an information session on February 28 at 8 pm.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "TBD", + "location": "Washington, D.C.", + "cost": 0, + "appDeadline": "2023-03-06", + "link": "https://www.fema.gov/emergency-managers/individuals-communities/youth-preparedness-council", + "archived": true + }, + { + "id": 80, + "title": "Youthbridge New York Fellowship Program", + "description": "YouthBridge-NY offers a two-year Fellowship program, in which juniors and seniors from diverse backgrounds participate in intensive training for leadership and diversity. Throughout the first year of the program, first-year teen Fellows participate in skill-building workshops and team-based learning opportunities; then second year Bridgers are immersed in experiential learning opportunities and mentoring with successful professionals.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + } + ], + "date": "2023 - 2026", + "location": "Various, TBD", + "cost": 0, + "appDeadline": "2023-03-17", + "link": "https://www.youthbridgeny.org/fellowship", + "archived": true + }, + { + "id": 81, + "title": "First Tech Fund Fellowship Program", + "description": "First Tech Fund is recruiting students for their 4th cohort of students in their virtual high school fellowship program. Fellows will participate in weekly virtual workshops around careers and foundational digital skills for the future and will be eligible to receive free technology depending on their technology needs.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + }, + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "September 2023 - June 2024", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-04-01", + "link": "https://www.firsttechfund.com/apply", + "archived": true + }, + { + "id": 82, + "title": "NYU Democracy Scholars Program", + "description": "NYU Democracy Scholars offers rising high school seniors in New York City a FREE opportunity to learn in a college environment, explore relevant topics in political philosophy and social justice, and develop confidence in their academic and leadership capabilities. Over the summer, students participate in small discussion-based seminars led by NYU professors and gain experience in college-level reading, writing and critical thinking. Additionally, students receive mentoring and support throughout the college application process from professors, Democracy Scholar Mentors and NYU’s College 101 Workshop Series. Preference for the Democracy Scholars program will be given to first generation student applicants.” The application will open on March 1.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "Three-week session in July, as well as meetings throughout the 2023-2024 academic year", + "location": "NYU campus, Manhattan", + "cost": 0, + "appDeadline": "2023-04-14", + "link": "https://wagner.nyu.edu/democracy-scholars", + "archived": true + }, + { + "id": 83, + "title": "National Labor Relations Board Student Ambassador Program", + "description": "Dates:\nLearning Phase: July 17 to August 18. Mondays, Tuesdays, and Wednesdays, 5 p.m. to 6:30 p.m. (hours may be adjusted to accommodate all participants) \nProject Phase: July 31 to August 18. One virtual group meeting per week while you work on your individual project.\n\nThe National Labor Relations Board is a federal agency that enforces the National Labor Relations Act. Through the NLRB’s Student Ambassador Program, students will get to engage with NLRB attorneys and investigators, and will learn about the rights of workers and the responsibilities of employers and unions. Students will complete a learning phase and then students will get the opportunity to create a public facing project that the NLRB will help shape and promote. Each student will be assigned an attorney or investigator as a mentor for the public facing project. \n\nExamples of a public facing project can be an article in a student or local newspaper or a presentation with an NLRB representative in a class or conference. This Program is a wonderful opportunity for students to develop familiarity with the law, law enforcement, and federal agencies. Equally as important, students will get the chance to create a project centered on what they have learned. They will develop their project skills, use their creativity, and step forward as leaders. At the end of the Program, they will receive a Certificate of Accomplishment.\n\nSubmit a statement of interest in no more than 1,000 words to the National Labor Relations Board’s Student Ambassador Program, which must include name, grade level at Stuyvesant HS, email, and cell phone number. Submit it to: Teresa Poor, Assistant Regional Director, teresa.poor@nlrb.gov AND to Joane Wong, Senior Attorney, joane.wong@nlrb.gov", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 17 to August 18, July 31 to August 18", + "location": "Zoom, with the possibility of visits to the Manhattan Regional Office located at 26 Federal Plaza in Manhattan", + "cost": 0, + "appDeadline": "2023-04-14", + "link": "www.nlrb.gov", + "archived": true + }, + { + "id": 84, + "title": "Green Team Mini-Grants", + "description": "The New York City Department of Sanitation (DSNY) and CitizensNYC is awarding up to $2,000 in cash and/or recycling bins and tools from their Material Support List to NYC K-12 Public School Green Teams in spring 2022. Past grant projects include\nrecycling and garden projects, t-shirts/uniforms for the Green Team, school sustainability events, virtual environmental programming, and eco-friendly giveaways.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + }, + { + "name": "Parks, Zoo, Nature", + "description": "Opportunities to interact with nature" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-05-12", + "link": "https://www.citizensnyc.org/grantmaking", + "archived": true + }, + { + "id": 85, + "title": "Bridging Seas - International Pen Pal Organization", + "description": "Want to make a new friend who share the same culture as you from across the world? Then, join Bridging Seas! We are a youth-led international pen-pal organization that matches students of the same Asian ethnicity from around the world. We have so far collaborated with schools in China, Malaysia, and Korea to successfully match with students from NYC.” Learn more here: https://bridgingseas.com/.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Year-Round", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://bridgingseas.com/", + "archived": false + }, + { + "id": 86, + "title": "Bottom Line Access High School Support Program", + "description": "Through a series of one- on-one meetings, Bottom Line's full-time college advisors help each high school junior and senior navigate the complex and intimidating college application process. We understand that applying to college can be overwhelming, but the one-on-one advising that we provide will give you the time and attention you need to navigate this process. Services include assistance with creating a college match list, developing a personalized application plan, brainstorming application essays, getting application fee waivers, searching for scholarships, arranging for campus visits and interviews, preparing for the financial aid process, committing to a college, and more.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "", + "location": "In-person (44 Court Street, Suite 300, Brooklyn) and virtual options available", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.bottomline.org/content/high-school-support-0", + "archived": false + }, + { + "id": 87, + "title": "Next Steps Advising Resources", + "description": "With the support of College and Career Advising programs, NYC high school students and their families can take advantage of the robust resources listed under Next Steps Advising to continue their journey with passion and purpose! Resources include live 1-on-1 college and career advising and weekly texts of reminders with deadlines, information, and opportunities.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Monday - Friday (4:30 - 8:30 PM), Saturday & Sunday (10 AM - 2 PM)", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.schools.nyc.gov/learning/student-journey/college-and-career-planning/choosing-the-right-college", + "archived": false + }, + { + "id": 88, + "title": "Arab American Association of New York (AAANY) Youth Programs - Brooklynat", + "description": "Brooklynat is a virtual discussion group for high school and college age young Arab women that explores themes of identity, community, and activism. Our group is engaged in the strengthening of our Arab diasporic community, in unity and conversation with native, black and brown peoples", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "Tuesdays starting from 4 pm", + "location": "7111 5th Avenue, Bay Ridge, Brooklyn", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.arabamericanny.org/youth-development", + "archived": false + }, + { + "id": 89, + "title": "Arab American Association of New York (AAANY) Youth Programs - Brooklyn Arab Youth (BAY)", + "description": "BAY is a co-ed community organizing and youth activism afterschool program. With a series of theme-based workshops and community projects, students have the space to analyze systems of oppression that touch their lives, and develop tools to organize. This fall, we will be running an afterschool photography course to empower students\nto capture the world around them through the art of photography. A mix of technical instruction, art activism exploration and on-theground photography, BAY Photographers is a chance to learn how to show the world how you see the world, in hopes of changing it just a little bit.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "Thursdays from 4:30 pm - 6 pm", + "location": "7111 5th Avenue, Bay Ridge, Brooklyn", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.arabamericanny.org/youth-development", + "archived": false + }, + { + "id": 90, + "title": "GenSpace Bio Lab Teen Leadership Council", + "description": "The Genspace Teen Leadership Council (TLC) is a group that promotes youth leadership as they take action, support their communities, and explore their interest in STEAM. We have multiple teams that lead projects in education, activism, and social activities. As a part of Genspace - the world’s first community biology lab and a place where people of all backgrounds can learn, create, and grow with the life sciences - TLC has a passion for learning, educating, and making science accessible for everyone. TLC strives to create a collaborative and inclusive space for teens to grow, learn, and give back. Interested in joining? Just send us an email at tlc@genspace.org with your name, contact information, why you’re interested in joining TLC, and anything else you want us to know about you. A few sentences is plenty!", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various throughout the school year", + "location": "132 32 Street, Brooklyn", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.genspace.org/teen-leadership-council", + "archived": false + }, + { + "id": 91, + "title": "Lawyer Connection Club", + "description": "We strive to provide high school students an opportunity to understand various careers in law, politics and government. In giving students the chance to both learn about said careers through talking to a diverse group of professionals, we actively work to create a more informed youth who have a more accurate understanding of their interests. The club meets once a week via Google Meet with guest speakers - there will be opportunities to hear the life experiences of lawyers, judges, and other officials, ask questions, and receive advice on striving for similar success in the future. In the club, students will build their knowledge of higher education, job applications, interview skills, and the lifestyles of those in the professions they’re interested in.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Saturdays (3:00 – 4:00pm)", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://lawyerconnectioncl.wixsite.com/tlcc", + "archived": false + }, + { + "id": 92, + "title": "Summer Youth Employment Program ", + "description": "The Summer Youth Employment Program (SYEP) is the nation’s largest youth employment program, connecting NYC youth between the ages of 14 and 24 with career exploration opportunities and paid work experience each summer.\n\nThrough SYEP, participants can explore different interests and career pathways, develop productive workplace habits, and engage in learning experiences that strengthen their social, civic, and leadership skills.\n\nBy participating in structured project and work-based opportunities, NYC youth are better prepared for careers of the future.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + }, + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 20 - August 12", + "location": "New York City", + "cost": 0, + "appDeadline": "2023-04-15", + "link": "https://www.nyc.gov/site/dycd/services/jobs-internships/summer-youth-employment-program-syep.page", + "archived": true + }, + { + "id": 93, + "title": "NYU ARISE", + "description": "ARISE is an opportunity-based program focused on providing rigorous lab experience under the mentorship of some of NYU's cutting-edge research faculty. The program is a 7-week full-day summer program on-site at the Tandon and Washington Square campuses. It is open to students living in New York City with strong interests in careers in STEM fields. Students are trained in college-level research, expository writing, scientific methods, professional development, and ethics, then conclude the program at a professional poster presentation and colloquium.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 28 – August 11", + "location": "NYU Tandon", + "cost": -1000, + "appDeadline": "2023-03-05", + "link": "https://engineering.nyu.edu/academics/programs/k12-stem-education/arise/apply", + "archived": true + }, + { + "id": 97, + "title": "Testing Activity", + "description": "", + "categories": [], + "eligibilities": [], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-03-03", + "link": "", + "archived": true + }, + { + "id": 98, + "title": "Arts-Making TRaC Program", + "description": "Arts-Making TRaC is a free hybrid after-school program for high school teens who want to explore, collaborate and create art with other creative teens using a multidisciplinary approach. Bring your artistic skills in any discipline! Participants will receive a $100 Blick gift card at the start of the program and a $140 stipend for completing the workshop series.", + "categories": [ + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Tuesdays and Thursdays from March 21 – May 20 (4:30 – 6:30 pm)", + "location": "Hybrid (Midtown Manhattan W. 34th Street and Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://airtable.com/shrcQ7lxucvVYsWA1?mc_cid=4ba884f173&mc_eid=d56b4cad94", + "archived": false + }, + { + "id": 99, + "title": "ArtsConnection Skill Building Workshop Series", + "description": "Explore new art skills or develop those you have with our Skill Building Workshops! By working with a group of teens and professional teaching artists, you will focus on creative skill sets that can be used in your projects and also used to build your resume! Workshops series include the Graffiti 101 Series, 2-D Video Games Series, Character Design Series, and Video and Storytelling for Social Media Series.", + "categories": [ + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "March - May 2023 (Weekdays, 4:30 - 6:30 PM)", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://us6.list-manage.com/survey?u=4cd5bd25e0&id=0157b71586&mc_cid=69a97860b4&mc_eid=9d1db7e3b2&e=9d1db7e3b2", + "archived": false + }, + { + "id": 100, + "title": "Museum of Arts and Design (MAD) Artslab", + "description": "Do you love to make things? Tik Tok tutorials just not cutting it? We've got you. Join us once a month to weave, sculpt, draw, sew, print, design, dye, mix, brew, paint, carve, embellish, and assemble with practicing artists. The Museum’s Artslab teen workshops connect students with an Artist-in-Residence for hands-on art-making. Each workshop is custom designed by the Museum’s Artslife teen interns.", + "categories": [ + { + "name": "Events of interest", + "description": "Events approaching that may be of interest to students" + }, + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "March 17, March 19, & June 30", + "location": "The Museum of Arts and Design (2 Columbus Circle, Manhattan)", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.madmuseum.org/programs/teen-programs-mad#:~:text=RECESS%20Intensive%20Program%20The%20application%20deadline%20is%2011%3A59,lead%20peer-to-peer%20tours%2C%20and%20learn%20how%20museums%20work", + "archived": false + }, + { + "id": 101, + "title": "Gilder Lehrman History Internships", + "description": "The Gilder Lehrman Institute is excited to launch the 2023 Summer Internship Program! Students from all over the country will take part in a variety of engaging internships, gaining valuable experience in museum collection management, educational programming, and nonprofit operations. Interns will be paid $15 per hour. Start and end dates are flexible depending on the needs of the department and the intern. Each description indicates whether the internship is designed for high school students or college students. For questions regarding the 2023 Summer Internship Program, please email internships@gilderlehrman.org.", + "categories": [ + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Summer", + "location": "Various – Virtual or In-person (Location TBD)", + "cost": 0, + "appDeadline": "2023-03-31", + "link": "https://www.gilderlehrman.org/programs-and-events/internships", + "archived": true + }, + { + "id": 102, + "title": "Architecture Design Discovery Spring 2023 Series", + "description": "Urban Planning is the theme of the first of the Design Discovery Winter/Spring 2023 series, which will focus on developing fundamental architectural design skills and exploring the architecture of New York City. Each workshop focuses on a different\ncore lesson that will help high school students explore their interest in architecture as well as hone skills that will be helpful for portfolio development. These workshops are open to all levels of architecture and art experience. Attend all four sessions, or just\nselect the workshops that appeal most to you.", + "categories": [ + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "April 1 & May 6 (10 AM - 3 PM)", + "location": "Center for Architecture (536 LaGuardia Place, Manhattan)", + "cost": 100, + "appDeadline": "1970-01-01", + "link": "https://www.centerforarchitecture.org/k-12/teen-programs/design-discovery/?utm_source=mc_email&utm_medium=email&utm_campaign=", + "archived": false + }, + { + "id": 103, + "title": "Museum of Modern Art (MoMA) Teens Film Club", + "description": "MoMA Teens Film Club is back! Join us as we explore the theme of adolescence through exciting, thought-provoking films. For the next two installments, we’ll be screening the 1997 classic Princess Mononoke, directed by Hayao Miyazaki, an exciting, fantastical tale of the increasingly frayed relationship between humanity and nature, set in Medieval Japan, and Patricia Cardoso’s Real women Have Curves (2002), a coming-of-age story about a first-generation Latina named Ana García, who struggles to balance her family’s cultural expectations and her dreams of pursuing a college education.", + "categories": [ + { + "name": "Events of interest", + "description": "Events approaching that may be of interest to students" + }, + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "April 14", + "location": "11 West 53 Street, Manhattan", + "cost": 0, + "appDeadline": "2023-04-14", + "link": "https://www.moma.org/calendar/events/8547", + "archived": true + }, + { + "id": 104, + "title": "Museum of Arts and Design (MAD) Artslife Internship Program", + "description": "n this elite summer internship that “combines art and design with leadership training, museum studies, and community engagement, participants are introduced to various careers at the museum: Curatorial, Education, Development, and more. Participants work on collaborative projects with Museum staff, local designers, and arts professionals who act as mentors. Interns are paid $15 an hour and receive a free MetroCard", + "categories": [ + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + } + ], + "date": "July 11 – August 18", + "location": "2 Columbus Circle, Manhattan", + "cost": 0, + "appDeadline": "2023-04-23", + "link": "https://madmuseum.org/programs/teen-programs-mad", + "archived": true + }, + { + "id": 105, + "title": "New York Road Runners Run for the Future Program", + "description": "Through our educational and fitness sessions, our participants develop an understanding of the connection between physical activity and self-care. Topics include nutrition, mental wellness, body image, and self-awareness. NYRR staff and women leaders from our community lead interactive, informative educational sessions that provide a safe space and rich learning experience for our young women.\n\nParticipants receive a MetroCard for in-person practices, New Balance uniforms and sneakers, healthy snacks, and a wellness kit to support their running and fitness needs during the season. At the conclusion of the program, the new runners participate in their first 5K (3.1-mile) race. Those who maintain an 80% attendance rate during practice sessions and participate in the 5K race will receive a $500 wellness grant to be used to invest in their personal health and self-care needs.", + "categories": [ + { + "name": "Parks, Zoo, Nature", + "description": "Opportunities to interact with nature" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "July 5 - August 12 (Three morning sessions from 8 am – 10 am weekly)", + "location": "NYRR RUNCENTER, Manhattan", + "cost": -500, + "appDeadline": "2023-04-17", + "link": "https://www.nyrr.org/youth/youth-initiatives/nyrr-run-for-the-future", + "archived": true + }, + { + "id": 106, + "title": "Brooklyn Bridge Park TIDES Program", + "description": "Join TIDES (Teens Interested In and Dedicated to Environmental Stewardship) and meet other teens from across the city! This opportunity brings students together to complete weekly community service projects that focus on ecology, conservation, and sustainability. TIDES is perfect for students who have an existing or budding interest in the environment, looking for new experiences and are ready to learn new skills. No experience in stewardship or environmental projects is needed to apply!", + "categories": [ + { + "name": "Parks, Zoo, Nature", + "description": "Opportunities to interact with nature" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Wednesdays after school from April 19 – June 21", + "location": "Brooklyn Bridge Park", + "cost": 0, + "appDeadline": "2023-03-24", + "link": "https://www.brooklynbridgepark.org/education/teen-programs", + "archived": true + }, + { + "id": 107, + "title": "It’s My Park", + "description": "This program engages volunteers in cleaning and beautifying parks across the five boroughs. There are also other volunteer programs and partner organizations of the NYC Parks Department students may check out at: https://www.nycgovparks.org/opportunities/volunteer", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + }, + { + "name": "Parks, Zoo, Nature", + "description": "Opportunities to interact with nature" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.nycgovparks.org/events/its_my_park_day", + "archived": false + }, + { + "id": 108, + "title": "Prospect Park Alliance Volunteering Opportunities", + "description": "Prospect Park Alliance engages thousands of volunteers annually to help keep Brooklyn’s Backyard green, vibrant and welcoming. Register today to become a volunteer! Full vaccination is now required in order to attend volunteer events at Prospect Park, and masks are not required for outdoor projects.” Outdoor activities such as bird watching and concerts are also available.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + }, + { + "name": "Parks, Zoo, Nature", + "description": "Opportunities to interact with nature" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various dates", + "location": "95 Prospect Park West, Brooklyn", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.prospectpark.org/get-involved/volunteer/", + "archived": false + }, + { + "id": 109, + "title": "Van Cortlandt Park Volunteer Opportunities", + "description": "Van Cortlandt Park Alliance works with 2,000+ volunteers a year to complete community stewardship projects throughout the 1,146 acres of Van Cortlandt Park. There are various stewardship programs available, including Vital Volunteers, Trail Work Wednesdays, Forest Fridays, and more.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + }, + { + "name": "Parks, Zoo, Nature", + "description": "Opportunities to interact with nature" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "80 Van Cortlandt Park South, Ste. E1, The Bronx", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://vancortlandt.org/programs-overview/community-stewardship/", + "archived": false + }, + { + "id": 110, + "title": "NYC Rangers Conservation Corps Internships", + "description": "Our Ranger Conservation Corps interns gain experience while working with the Urban Park Rangers on environmental restoration in natural areas in our flagship parks. Participants may go on exciting field trips including canoeing, overnight camping, and more. Interns receive community service hours.", + "categories": [ + { + "name": "Parks, Zoo, Nature", + "description": "Opportunities to interact with nature" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Fall term session of eight weeks, one afternoon weekly", + "location": "TBD", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.nycgovparks.org/programs/rangers/conservation-corps", + "archived": false + }, + { + "id": 111, + "title": "Code Fair: Girls Who Code's 10th Anniversary Celebration", + "description": "Girls Who Code is hosting CodeFair, a three-day event inviting the public to play, discover, code, and engage their imagination using technology's most thrilling innovations. From discovering the Metaverse to coding your aura and becoming a safer cyber citizen, guests will find endless opportunities to nurture their passions while learning computer science fundamentals. The organization will kick off CodeFair with an Opening Night Party and Fundraiser, including an awards ceremony and VIP event access.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "March 24 - 26", + "location": "Altman Building, 135 W 18th Street, Manhattan", + "cost": 0, + "appDeadline": "2023-03-24", + "link": "https://www.prnewswire.com/news-releases/girls-who-code-celebrates-10th-anniversary-with-codefair-a-three-day-public-event-301735477.html", + "archived": true + }, + { + "id": 112, + "title": "The 2023 PREFACE Program at the Rensselaer Summer Engineering Design Program", + "description": "PREFACE is a summer experience hosted by Rensselaer Polytechnic Institute designed for students interested in pursuing a career in engineering or technology. As a PREFACE participant, you will work with Rensselaer faculty to discover various material properties and how they differ in structure, performance, and behavior through demonstrations; hands-on activities and experiments; and individual and team activities and challenges led by Rensselaer undergraduate students", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "July 23 – August 5", + "location": "Rensselaer Polytechnic Institute", + "cost": 4000, + "appDeadline": "2023-04-14", + "link": "https://info.rpi.edu/pre-college-initiatives/preface-2023-rensselaer-summer-engineering-design-program", + "archived": true + }, + { + "id": 113, + "title": "LVC Summer One-Week Actuarial Science Camp", + "description": "Students with an interest in actuarial science, math, and finance are welcome to apply for either the late June or mid-July sessions. Students will work in teams and present their solutions to relevant problems; practicing actuaries will give real time presentations and work with students on mini projects.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "June 18–23 OR July 9–14", + "location": "Lebanon Valley College (101 N College Ave, Annville, PA 17003)", + "cost": 950, + "appDeadline": "1970-01-01", + "link": "https://www.lvc.edu/about/camps-community-programming/actuarial-science-camp/", + "archived": false + }, + { + "id": 114, + "title": "Qubit Emerging Tech Summer Program", + "description": "Code Connects is a non-profit organization that offers several summer computer science study options:\n1-Summer Camp: This one-week program allows students to explore emerging tech–AI-Big Data, Pre-AP CS, and Quantum Computing.\n2-Summer Research: This program offers an unprecedented opportunity for high school students to develop tangible technical skills in one of the world's most sought-after areas of tech - Data Science, which has applications across every industry from medicine to sports. Transforming from zero knowledge to a full skill set in data science, students will then be trained in conducting research and will have the opportunity to work on current research being conducted at the Columbia University Data Science Institute.\n\nCost: $395-$695 (Summer Camp) or $3,995 (Summer Research) [Financial aid available]", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "June 19 - July 28 (Summer Camp) or June 26 - August 4 (Summer Research)", + "location": "Virtual", + "cost": 3995, + "appDeadline": "1970-01-01", + "link": "https://codeconnects.org/summercamps23.html", + "archived": false + }, + { + "id": 115, + "title": "NYU G-STEM Program", + "description": "NYU offers current 11th grade students entry into G-Stem, a five-week summer program in math, science, & technology. The program includes classes, field trips, and development/presentation of a research topic. Students are paired with a STEM professor or researcher and work on individual projects in a field of their choosing.\n\nApplication Deadlines: March 15 (Early deadline) & April 15 (Regular deadline)", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "July 3 - August 11", + "location": "NYU G-STEM Campus (251 Mercer Street, Manhattan)", + "cost": 5000, + "appDeadline": "2023-04-15", + "link": "https://cims.nyu.edu/gstem/apply/", + "archived": true + }, + { + "id": 116, + "title": "Math Gym at the Museum of Mathematics", + "description": "Students will spend an hour independently working on engaging and beautiful math problems, hand-selected by MoMath’s advisory council of math PhDs. Choose whichever challenges you like and explore them with the guidance and mentorship of an expert mathematician. If you love math and want to experience the incredible joy of mathematical discovery, you won’t want to miss this enjoyable monthly program", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "March 22, and once a month on a Wednesday subsequently", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://momath.org/math-gym/", + "archived": false + }, + { + "id": 117, + "title": "Girls Who Code Summer Programs", + "description": "Girls Who Code offers two summer programs: the Summer Immersion Program and the Self-Paced Program. The Summer Immersion Program (SIP) is a 2-week introductory computer science course during which participants learn web development with HTML, CSS, and JavaScript while getting an inside look into the tech industry through incredible company partners. The Self-Paced Program is a 6-week flexible computer science course in which participants can choose to earn beginner-level badges in HTML, CSS, and JavaScript for web development or an intermediate-level badge in Python for cybersecurity.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "Various", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-03-24", + "link": "https://girlswhocodesm.smapply.io/prog/", + "archived": true + }, + { + "id": 118, + "title": "Cooper Next Scholars", + "description": "Cooper Next Scholars is a career exploration and professional development internship program for 10th and 11th grade, low- or middle-income students. Students will participate in communication, leadership college and career readiness workshops, and gain exposure to a variety of STEM careers. Students will also receive a stipend for their participation.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "Summer 2023", + "location": "TBD", + "cost": 0, + "appDeadline": "2023-03-30", + "link": "https://cooper.edu/engineering/cooper-next-scholars", + "archived": true + }, + { + "id": 119, + "title": "Cooper Union Summer STEM Program", + "description": "The Cooper Union Summer STEM Program offers introductory and advanced design and engineering classes for high school students. Summer STEM is an opportunity to try engineering for the first time or to dive deeper into engineering team work. Each 3-\nor 6-week class covers college-level topics and activities completed by The Cooper Union undergraduates in their first or second year. This selective program encourages all curious, compassionate, and college-interested students to apply regardless of prior\nexperience.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "Various (July - August)", + "location": "Cooper Union (41 Union Square, Manhattan)", + "cost": 1950, + "appDeadline": "2023-03-31", + "link": "https://cooper.edu/engineering/stem/summer", + "archived": true + }, + { + "id": 120, + "title": "Columbia’s Society of Women Engineers (SWE) Engineering Event", + "description": "Columbia’s Society of Women Engineers (SWE) is hosting our 11th annual Engineering Exploration Experience (EEE). EEE is an event we host in the spring dedicated to introducing high school girls to the exciting opportunities available in all branches of engineering through workshops led by professors, panels where students can speak with female engineers, and design challenges mentored by Columbia students. We hope to encourage high school girls to pursue engineering academically and professionally.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "April 2 (9 AM - 2 PM)", + "location": "Columbia University, NY 10027", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://docs.google.com/forms/d/14ljyASx2ywienFpjh9KikmBCcHZTLpO24uF-tfkKVlE/viewform?edit_requested=true", + "archived": false + }, + { + "id": 121, + "title": "Inspirit AI Scholars Sessions – Spring and Summer Courses", + "description": "AI Scholars Live Online is a 10-session (25-hour) program that exposes high school\nstudents to fundamental AI concepts and guides them to build a socially impactful\nproject. This year we have exciting ChatGPT and Generative AI-focused projects, and\nspecial sessions that we hope will help build a relevant and unique AI passion project,\ntaught by our team of graduate students from Stanford, MIT, and more.\nInspirit AI students will explore applications, create foundational AI concepts, and\ndevelop AI programming skills before developing a Social Good project. The program\nalso includes college and career preparation workshops, to prepare for top-ranked\nCS/AI programs and pursue ventures or careers in AI. After the program, students\ngain access to an online platform for continuous learning, including additional projects\nin various domains. No prior programming or computer science background is\nrequired, but an interest in AI is appreciated.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Spring term and Early June - Early August", + "location": "Virtual", + "cost": 1100, + "appDeadline": "2023-04-15", + "link": "https://www.inspiritai.com/liveonline", + "archived": true + }, + { + "id": 122, + "title": "Columbia Engineering's Summer High School Academic Program for Engineers (SHAPE)", + "description": "SHAPE is geared toward students with an aptitude for STEM: science, technology, engineering, and mathematics. Each 3-week session offers college-level, project-based courses in engineering taught by prestigious faculty at Columbia University. Students\nengage with peers and Columbia University faculty, staff, students, alumni, and industry partners through interactive programming, site visits, and workshops. Available courses include Biomedical Engineering, Chemical Engineering, Computer Science and AI, Data Science and Analytics, Electrical Engineering, Robotics Sustainability and Environmental Engineering.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "Session 1: July 5 – 25, Session 2: July 26 – August 15", + "location": "Columbia University's Morningside Campus", + "cost": 4900, + "appDeadline": "2023-04-15", + "link": "https://outreach.engineering.columbia.edu/content/shape-summer-high-school-academic-program-engineers", + "archived": true + }, + { + "id": 123, + "title": "NYU Tandon School of Engineering Summer Pre-College Programs", + "description": "NYU Tandon offers a wide variety of STEM-focused programs for high school students. The competitive free programs for local students provide unique opportunities for in-depth STEM studies and range from Applied Research Innovations in Science and Engineering, Computer Science for Cyber Security, Innovation, Entrepreneurship and the Science of Smart Cities. The fee-based programs are Programs in Integrated Design & Media, Machine Learning, Computer Engineering for Good, and Automation, Robotics, Coding.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "MetroTech Center in Brooklyn", + "cost": 0, + "appDeadline": "2023-04-14", + "link": "https://engineering.nyu.edu/academics/programs/k12-stem-education", + "archived": true + }, + { + "id": 124, + "title": "Manhattan College Summer Engineering Awareness Program", + "description": "Manhattan College is recruiting for their free 2023 Summer Program for Minority and Women High School Students interested in Engineering and Science. Students will be introduced to different career opportunities within engineering, as well as training in applying for college, financial aid, and SAT prep. This program introduces students to many aspects of engineering", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "Ten-day Program (July 10 – 14 OR July 17 – 21) Six-day Program Session I (June 23 & 24, OR June 26 - 29) Six-day Program Session II (July 24 – 29, July 31)", + "location": "Leo Engineering Building, Room 236, Manhattan College (3825 Corlear Avenue, Bronx)", + "cost": 0, + "appDeadline": "2023-04-24", + "link": "https://manhattancollege.formstack.com/forms/summer_engineering_program_registration", + "archived": true + }, + { + "id": 125, + "title": "Steven H. Strogatz Prize for Math Communication", + "description": "Cash prizes will be awarded for compelling math communication projects, with winning entries recognized online. Share your love of math with the world through social media, video, writing, song, poetry, dance, apps, art, or audio — or any other mode of public communication — celebrating the universality of math. Entries will be judged based on content, creativity, and communication.\n\nEligible: All students between the ages of 15 and 18", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-28", + "link": "https://momath.org/the-steven-h-strogatz-prize-for-math-communication/", + "archived": true + }, + { + "id": 126, + "title": "Bit By Bit Conference: Breaking the Barriers for Girls In Tech", + "description": "Bit by Bit is a completely free conference for high school girls interested in computer science or tech. Bit by Bit is created by girls, for girls, featuring keynote speakers, panels, workshops, and swag! We believe that by gathering successful women with experiences to share, we can ensure that the female coders, entrepreneurs, and leaders of the future are prepared in an industry in which women are under-represented.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "April 29 (8:30 AM - 3:30 PM)", + "location": "The Dalton School, 108 East 89th Street, Manhattan", + "cost": 0, + "appDeadline": "2023-04-29", + "link": "https://www.bitbybitnyc.org/", + "archived": true + }, + { + "id": 127, + "title": "Girls Rise Up", + "description": "Students have the chance to learn introductory coding by creating an imaginative dance performance, and hearing from inspirational women in STEM. Topics include machine learning, robotics, and engineering, as well as dance styles such as Hip-Hop, step, and contemporary. Information sessions in March are available on the website. Students with all levels of coding and dance experience are welcome", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + }, + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "July 5 - July 28, Mon-Fri Virtual: 9:00 AM – 1:00 PM In-person: 9:00 AM - 3:00 PM", + "location": "Manhattan: Barnard College, 3009 Broadway, Manhattan Brooklyn: New York University, 370 Jay Street, Brooklyn", + "cost": 0, + "appDeadline": "2023-04-30", + "link": "https://www.stemfromdance.org/girls-rise-up", + "archived": true + }, + { + "id": 128, + "title": "Fordham University Center for Cyber Security GenCyber Program", + "description": "This GenCyber program offers an immersive learning experience for young students\ninterested in cybersecurity. Instruction will be delivered by a team of professors,\ninstructors, and guest speakers of varied backgrounds who have established expertise\nin cybersecurity teaching and research. The camp will provide engaging instruction,\ncollaborative group activities, hands-on laboratory experiences, and informal\ninstruction to both individuals and groups of participants. With direct mentoring and\naccess to cybersecurity graduate students and professionals, students will learn about\ncybersecurity pathways in both industry and formal education and how to pursue a\nfuture in this field.\nIf you have any questions, please send an email to mzambrano1@fordham.edu.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 10 – July 14", + "location": "113 W. 60th Street, Manhattan", + "cost": 0, + "appDeadline": "2023-05-30", + "link": "https://www.fordham.edu/info/30580/gencyber", + "archived": true + }, + { + "id": 129, + "title": "Virginia Tech College of Science Summer Science Camp", + "description": "Explore the world of science through action-packed, fun, thought-provoking summer\ncamps in the College of Science at Virginia Tech. In our camps, you can DO\nscience— carry out experiments, work with cutting-edge technology, and solve real-\nlife problems. Our talented professors and staff will inspire and prepare you for a great\nfuture in science! Cost ranges from $775 to $900 depending on the program, food and housing is included, and scholarships are available.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "Various (Depends on Program)", + "location": "Virginia Tech Blacksburg Campus, Blacksburg, VA", + "cost": 775, + "appDeadline": "2023-06-12", + "link": "https://www.science.vt.edu/get-involved/camps.html", + "archived": true + }, + { + "id": 130, + "title": "UCLA Game Lab High School Summer Institute", + "description": "The UCLA Game Lab Summer Institute introduces high school students to game-\nmaking as a form of artistic practice, teaching them the techniques and tools that will\nhelp them develop analog and digital games that reflect their own creative voice and\nvision. Students develop a solid aesthetic and technical foundation in various aspects\nof game design as well as learn how to express personal ideas through game-making.\nTaught by alumni of the UCLA Game Lab, these workflow-oriented classes focus on\nlearning the fundamentals of game design, creating compelling game characters,\nbuilding game worlds, and programming games. By the end of the two weeks,\nstudents will have created complete games or game assets in each of the four classes.\nCost ranges from $2390 to $4535 depending on the program and location. Scholarships are available.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "July 10 - July 21 (Virtual), or July 23 - August 5 (In-Person)", + "location": "Virtual OR In-Person at the University of California, Los Angeles", + "cost": 2390, + "appDeadline": "2023-06-15", + "link": "https://summer.ucla.edu/program/game-lab-summer-institute/", + "archived": true + }, + { + "id": 131, + "title": "MehtA+ AI in Visual Arts Bootcamp", + "description": "The MehtA+ AI in Visual Arts Camp will be an introductory 1-week bootcamp for students to learn about the application of AI in Visual Arts, create their own AI art galleries and participate in a mock AI + art startup pitch session.\n", + "categories": [ + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + }, + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 31 - August 4", + "location": "Virtual", + "cost": 200, + "appDeadline": "2023-07-19", + "link": "https://mehtaplustutoring.com/ai-in-visual-arts/", + "archived": true + }, + { + "id": 132, + "title": "MehtA+ AI/Machine Learning Research Bootcamp", + "description": "The MehtA+ AI/Machine Learning Research Bootcamp is an intensive 6 week bootcamp in which students will learn about the theory and application of AI/machine learning, and work on machine learning research in sciences and humanities in collaboration with top universities. Financial aid is available.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "June 19 - July 28", + "location": "Virtual", + "cost": 3000, + "appDeadline": "2023-06-07", + "link": "https://mehtaplustutoring.com/ai-ml-research-bootcamp/", + "archived": true + }, + { + "id": 133, + "title": "Program in Mathematics for Young Scientists (PROMYS)", + "description": "PROMYS is an six-week summer program designed to encourage students to explore the world of mathematics. In addition to regular program activities & their weekly lectures, students will have access to a community of undergraduate counselors and senior mathematicians. Full and partial need-based aid available; students whose families make under $80,000 annually can participate for free.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "July 2 – August 12", + "location": "Boston University", + "cost": 6000, + "appDeadline": "2023-03-05", + "link": "https://promys.org/programs/promys/for-students/", + "archived": true + }, + { + "id": 134, + "title": "Mathcamp", + "description": "Mathcamp is an intensive summer program where students may explore undergraduate and even graduate-level math topics while building problem solving skills that will help them in any field they choose to study.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "July 2 – August 6", + "location": "Champlain College (Burlington, Vermont)", + "cost": 0, + "appDeadline": "2023-03-09", + "link": "https://www.mathcamp.org/admission/", + "archived": true + }, + { + "id": 135, + "title": "Program in Algorithmic and Combinatorial Thinking (PACT)", + "description": "The program teaches students about the mathematics and algorithms fundamental to the computer science field. Many summer programs teach high school students programming and application development, but this five-week intensive course is one of very few with a theoretical and proof-based emphasis. The only requirements to participate are high school algebra, the willingness to work hard and be challenged, and, above all, the desire to learn. The cost for the virtual program is $1850, while that for the in-person option is TBD. Some financial aid is available.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "June 26 – July 28", + "location": "Virtual (in-person option TBD)", + "cost": 1850, + "appDeadline": "2023-03-24", + "link": "https://algorithmicthinking.org/application", + "archived": true + }, + { + "id": 136, + "title": "The Jane Street Academy of Math and Programming (AMP)", + "description": "The Jane Street Academy of Math and Programming (AMP) is a five-week summer program for recent high school graduates interested in math and computer science. AMP provides a rigorous and interactive STEM curriculum focused on mathematics, computer programming, data analysis, and game theory. Learning, teaching, and problem-solving are core tenets of Jane Street’s culture — and this program is part of our commitment to give as many people as possible access to excellent educational opportunities. Jane Street will award a $5,000 scholarship to each AMP participant to support their future educational opportunities.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July - Early August 2023", + "location": "In-person at 250 Vesey Street, NYC", + "cost": -5000, + "appDeadline": "2023-03-15", + "link": "https://www.janestreet.com/join-jane-street/programs-and-events/amp/?utm_source=webpage&utm_medium=email&utm_campaign=AMPStudent2023Apply&utm_id=HS+Direct+Email", + "archived": true + }, + { + "id": 137, + "title": "Ross Mathematics Program", + "description": "The Ross Program is an intensive summer experience designed to immerse students in a world of mathematical discovery. The Number Theory is the central topic of the program, but students will also explore deeper concepts. There are also undergraduate and graduate student counselors studying math and science providing guidance. The program is open to all students between 15 and 18 years old. Need-based financial aid is available.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "June 11 – July 21 OR June 18 – July 28", + "location": "Otterbein University in Columbus, Ohio, OR the Rose-Hulman Institute of Technology in Terre Haute, Indiana", + "cost": 6000, + "appDeadline": "2023-03-31", + "link": "https://rossprogram.org/", + "archived": true + }, + { + "id": 138, + "title": "Mathily", + "description": "Mathily is a rigorous summer program for mathematically talented students. Students will explore various undergraduate and graduate-level mathematics in classes led by a mathematician with a Ph.D. and mathematics students. There will also be discussions about college choices, a session on career possibilities, and more. Full need-based financial aid is available.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "June 25 – July 29", + "location": "Bryn Mawr College (near Philadelphia, Pennsylvania)", + "cost": 4950, + "appDeadline": "2023-04-25", + "link": "http://www.mathily.org/", + "archived": true + }, + { + "id": 139, + "title": "Digital Girl Computer Science Classes", + "description": "Digital Girl Inc. is offering various classes, including: Intro to Computer Science, Scratch!, and Microsoft Certification and Tech Training for Youth", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various (upcoming classes on February 8, 15, and later)", + "location": "1561 Bedford Ave, Brooklyn", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.eventbrite.com/e/spring-2023-after-school-coding-classes-for-middle-and-high-school-students-tickets-507922779707", + "archived": false + }, + { + "id": 140, + "title": "Blue Stamp Engineering (BSE) Summer Classes", + "description": "Students engage in hands-on engineering & tech projects in fields of their choice,\nincluding robotics, coding, electronics, and more. They may register individually or as\na small group – classes consist of 3-5 students. Costs range from $2200 to $4900.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various during the summer", + "location": "Virtual and in-person in Palo Alto, California", + "cost": 2200, + "appDeadline": "1970-01-01", + "link": "https://bluestampengineering.com/programs/", + "archived": false + }, + { + "id": 141, + "title": "Youth Drone Camps", + "description": "Our Youth Drone Camp is an interactive program that engages students in the engineering design processes while having FUN!! The students will learn the essentials of operating drones including piloting, regulations, safety, and communication. In addition, students will participate in a drone race against other students. Our certified Drone Pilot instructors will provide the students with basic knowledge of drone photography, videography principles and basic drone coding commands", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various (2-day events during the weekend)", + "location": "In person", + "cost": 500, + "appDeadline": "1970-01-01", + "link": "https://www.dronesined.com/camps", + "archived": false + }, + { + "id": 142, + "title": "ChickTech High School Virtual Tech Events", + "description": "ChickTech High School is a free year-long series of hands-on tech workshops, mentoring, and internship connections for 8th- to 12th-grade female, non-binary, and other gender minority students (including transgender youth of any gender presentation or identity). Students can expect monthly hands-on workshops, from video game design to robotics, web development to environmental science, a supportive Discord community to chat about tech (& beyond!), mentorship opportunities with industry professionals working in STEM fields, and panel discussions and talks with a focus on career skills and diversity in tech.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "January - June 2023", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://chicktech.org/for-students/high-school/?mc_cid=4fa828f0c7&mc_eid=8011bfb91e", + "archived": false + }, + { + "id": 143, + "title": "World Science University Self-Paced Courses", + "description": "World Science U, the education platform of the World Science Festival, offers in- depth explorations of science guided by Nobel Laureates, renowned researchers, and master educators. Our mission is to cultivate a general public informed by science, inspired by its wonder, convinced of its value, and prepared to engage with its implications for the future. Courses offered include 100 Years of Gravitational Waves, A New Approach to the Search for Extraterrestrial Life, Big Brains, Small Brains, Computational Language: A New Kind of Science, Exploring Our Humanity, and more!", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://worldscienceu.com/courses/", + "archived": false + }, + { + "id": 144, + "title": "Columbia University Systems Biology Initiative Spring Workshop Series", + "description": "We are delighted to offer another synthetic biology workshop for high school students this semester: ‘Synthetic Biology and Its Real-World Applications’. In this workshop series, students will learn the critical techniques used within synthetic biology, the theoretical basis of these techniques, and key research developments at the forefront of synthetic biology. This workshop is designed for both students with a solid biology background and students with a weaker biology background. Each workshop will include a brief overview of the foundational biology knowledge necessary to understand the synthetic biology techniques used in the research area.\nApplication deadline of March 13 limited to Stuyvesant students only.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "March 19 – April 9 (Sunday, 1:00pm - 3:00pm)", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-03-13", + "link": "https://docs.google.com/forms/d/e/1FAIpQLSc65RSX-9lEaDOibcNyT46DLJ_45c7wQQzfCutIDzavZdV3Qg/viewform", + "archived": true + }, + { + "id": 145, + "title": "Rise Up", + "description": "RISE UP is a 4-week summer program founded by MD/PhD students at NYU that aims to introduce New York City high school students who are under-represented in medicine to career pathways in medicine, including MD, PhD, and MD/PhD. We invite motivated and talented high school students who identify with racial/ethnic groups that are underrepresented in medicine and science to apply.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "TBD", + "location": "550 1st Avenue, Manhattan", + "cost": 0, + "appDeadline": "2023-03-15", + "link": "https://nyumc.qualtrics.com/jfe/form/SV_9vtXksfvgGUkROC", + "archived": true + }, + { + "id": 146, + "title": "Icahn School of Medicine High School Summer Program", + "description": "At the Icahn Center for Excellence in Youth Education (CEYE), we help more than 200 students each year from grade seven through college prepare for careers in science and health care. As a unit of Mount Sinai Health System's Office for Diversity and Inclusion, CEYE operates a range of school-year and summer programs geared to youth belonging to groups that are low-income or underrepresented in medicine.\n1 - Introduction to Bioinformatics Course is a course designed to teach high school students the basic concepts of cellular and molecular biology, genomic science, and computer programming.\n2 - Medical and Scientific Exploration is an online course designed to guide students through different laboratories or clinical departments within the Mount Sinai Health System through the real world application of scientific concepts.\n3 - The Internship Placement Programs are programs designed to expose rising seniors to various careers in the scientific and medical field. The Hospital Placement Program gives students exposure to health careers while enhancing their basic science knowledge and research skills. The Veterinary Sciences Program is designed to expose students to the veterinary sciences in a biomedical research environment.\nThe DR MMEN is a program designed to promote career advancement in the medical field for underrepresented communities.\nThese programs are open to all students who identify as an underrepresented minority (African\nAmerican, Latino, Native American, or Alaskan American) or meet low-income\neconomic criteria. For the DR MMEN program you must identify as an African American or Latino male and be a current junior.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "June 29 - August 11", + "location": "Mostly virtual (Introduction to Bioinformatics & Medical and Scientific Exploration); In-person (All Internship Placement Programs", + "cost": 0, + "appDeadline": "2023-03-15", + "link": "https://icahn.mssm.edu/about/diversity/ceye/programs/summer", + "archived": true + }, + { + "id": 147, + "title": "Summer Scholar Visiting Program", + "description": "The Feinstein Medical Research Institute in Manhasset, Long Island offers the eight-week Summer Scholar Visiting Program for high school students. Participants must be 16 years old at the start of the program and follow the instructions for contacting participating Institute medical mentors – obtaining a Feinstein Institute mentor is a requirement. Note that the program does not provide for housing.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Summer 2023", + "location": "Manhasset, Long Island [LIRR Port Washington Branch]", + "cost": 0, + "appDeadline": "2023-04-01", + "link": "https://feinstein.northwell.edu/education/summer-student-intern-program", + "archived": true + }, + { + "id": 148, + "title": "Summer Neuroscience Program at Rockefeller University", + "description": "The Summer Neuroscience Program (SNP) at The Rockefeller University is a two-week course aimed at introducing talented NYC public high school students to the brain. Led by graduate students, the program looks into the most current research in neuroscience to understand how our brain works and how it relates to our daily life. In addition to the series of highly interactive lectures, students present fun and fascinating journal articles to their classmates. Students also visit research laboratories, dissect brains, and design and conduct neuroscience experiments. Students must be 16 year olds at the start of the program.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "August 14 - 25", + "location": "Rockefeller University, NYC", + "cost": 0, + "appDeadline": "2023-03-12", + "link": "https://www.rockefeller.edu/outreach/snp/", + "archived": true + }, + { + "id": 149, + "title": "Osteopathic Medical School Recruitment Fair", + "description": "The American Association of Colleges of Osteopathic Medicine is pleased to announce a one-stop opportunity for students interested in learning more about one of the pathways to becoming a physician. This event will afford visitors time to meet with representatives from a number of colleges of osteopathic medicine and speak with them about their programs. Panel discussions and Osteopathic Manipulative Medicine (OMM) demonstrations will also take place at the fair.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "April 29", + "location": "Baltimore Marriott Waterfront (700 Aliceanna St, Baltimore, MD)", + "cost": 0, + "appDeadline": "2023-04-29", + "link": "https://docs.google.com/forms/d/e/1FAIpQLSc93GvcBFNWmLlC1q5YTN5bPRoXNVgaSJF46_FuRzzNDeC6CQ/viewform", + "archived": true + }, + { + "id": 150, + "title": "Princeton University Laboratory Learning Program", + "description": "Princeton’s Laboratory Learning Program is a free research experience in the sciences or engineering. Students are included in ongoing research programs where they are closely supervised by Princeton faculty and research staff. The participation dates are customized according to the schedules of the research personnel and the specifics of the project. Internships typically span 5-6 weeks over the summer. Students may apply online or mail-in applications. Students must be at least 16 years old by June 15.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July - August", + "location": "Princeton University", + "cost": 0, + "appDeadline": "2023-03-15", + "link": "https://research.princeton.edu/about-us/internships/laboratory-learning-program", + "archived": true + }, + { + "id": 151, + "title": "Medical Immersion Summer Academy (MISA)", + "description": "MISA is an opportunity for students interested in healthcare. Throughout this one-week program, students will experience virtual simulation labs on medical procedures, hands-on training of medical techniques, an introduction to clinical research, and will connect with health professionals.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Spring cohorts (April 3 – 7 OR April 10 - 14), Summer cohorts (early July - August)", + "location": "MISA office in Oakland, California", + "cost": 1450, + "appDeadline": "2023-03-17", + "link": "http://misahealth.com/programs/", + "archived": true + }, + { + "id": 152, + "title": "Manhattan/Staten Island Summer Health Internship Program (SHIP)", + "description": "SHIP invites students with an interest in the health professions to apply for a summer health internship program that allows students to interact with medical professionals. The medical sites for this six-week program are in Manhattan and Staten Island. All participants must be current sophomores, juniors, and seniors (at least 16 years old) who live or attend school in Manhattan or Staten Island.", + "categories": [], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Summer", + "location": "Various", + "cost": 0, + "appDeadline": "2023-03-19", + "link": "https://msiahec.org/ship/", + "archived": true + }, + { + "id": 153, + "title": "Bronx/Westchester Summer Health Internship Program (SHIP)", + "description": "SHIP invites students with an interest in the health professions to apply for a summer health internship program that allows students to interact with medical professionals. The medical sites for this six-week program are in the Bronx and Westchester. All participants must be current sophomores, juniors, and seniors (at least 16 years old) who live or attend school in the Bronx or Westchester.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Summer", + "location": "Various", + "cost": 0, + "appDeadline": "2023-04-03", + "link": "https://bwahec.org/our-programs/highschool/", + "archived": true + }, + { + "id": 154, + "title": "The Scripps Translational Institute Student Research Internship Program", + "description": "SRTI offers a 10-week residential Student Research Internship Program for highly motivated high school, undergraduate, graduate, and professional students. Interns will work with and learn from a multi-disciplinary team of scientists, who include internationally-renowned investigators in the areas of genomics, bioinformatics, digital medicine, and community engagement. The primary aim of the internship program is to train and prepare students interested in health sciences, statistics, and computational/computer science to become future leaders in the realm of translational medical research. The program offers a stipend and housing for 20 interns who demonstrate need and will be onsite in La Jolla, Ca. All participants must be at least 16 years old by the start of the internship.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "June 5 – August 11", + "location": "San Diego, California", + "cost": -1, + "appDeadline": "2023-03-28", + "link": "https://www.scripps.edu/science-and-medicine/translational-institute/education-and-training/student-research-internship/?tab-1-drawers=1", + "archived": true + }, + { + "id": 155, + "title": "CDC Museum Disease Detective Camp", + "description": "The Centers for Disease Control Disease Detective Camp is a free one-week summer\npublic health program. Students will learn the fundamentals of CDC’s work: the field\nof public health and the science of epidemiology. The camp does not have a medical\ntreatment focus. While we do briefly discuss the pathology of some diseases, most of\nthe time is spent focused on the collection and analysis of data and the use of that data\nto improve people’s health. The camp also covers the many different career options\navailable within public health. The program is open to all current sophomores and juniors who will by 16 by the start of camp. Housing and transportation is not provided.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "June 26 – 30 OR July 24 - 28", + "location": "CDC campus (Atlanta, Georgia)", + "cost": 0, + "appDeadline": "2023-03-31", + "link": "https://www.cdc.gov/museum/camp/detective/", + "archived": true + }, + { + "id": 156, + "title": "Maimonides Medical Center Women in Science Program", + "description": "The program provides a unique opportunity for qualified female applicants to intern in the hospital under the guidance of an assigned physician and experience life as a surgeon. The program’s objective is to inspire young women by providing a hands-on learning experience, during which the students will be paired with a mentor, who will provide one-on-one guidance to the students; be assigned their own research projects, leading to a presentation upon completion of the program; assist surgeons in an outpatient setting, learning more about direct patient experience; join surgeons in the operating room to view firsthand the process of surgery; use the simulation equipment to “operate” on a patient; join resident-led lectures and discussions; read and discuss articles written by female surgeons and about female surgeons.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "July 5 - 28", + "location": "Maimonides Medical Center (4802 Tenth Avenue, Brooklyn)", + "cost": 0, + "appDeadline": "2023-03-31", + "link": "https://docs.google.com/document/d/1htKO_-M53SGRMV0QqNKcpYDYm3VAnGei9QszR6CC9Vc/edit", + "archived": true + }, + { + "id": 157, + "title": "BraiNY Bunch Neuroscience Journal Club", + "description": "The BraiNY Bunch Journal Club is an open, virtual meeting to discuss scientific papers co-presented by two students (high school juniors or seniors) who are mentored by a graduate student, postdoc, or research staff. The BraiNY Bunch will provide attendees with the opportunity to learn about different areas of neuroscience through careful reading and discussion of scientific findings. Join to hear the presentation and to participate in discussion and Q&A.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "April 2, May 7, June 4, and the first Sundays of the subsequent months from 12–1 pm", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.comebebrainy.com/brainy-bunch", + "archived": false + }, + { + "id": 158, + "title": "miRcore Computational Biology Research Camps", + "description": "This camp is for students interested in computer, math, science, and medicine. The camp will focus on the role of genomics in diseases and symptoms and guide students in performing computational biology research using patient RNA expression data to identify genes related to certain diseases. Students will learn basic AI concepts in identifying diseases.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various (June - August)", + "location": "In-person and virtual options available", + "cost": 670, + "appDeadline": "1970-01-01", + "link": "https://www.mircore.org/2023-summer-camp/", + "archived": false + }, + { + "id": 159, + "title": "International Young Researchers’ Conference Medicine and Research Summer Program", + "description": "The Medicine and Research Summer Program hosted by the Columbia University Vagelos College of Physician and Surgeons (VP&S) is a 9-week summer program featuring physicians, researchers, and medical students at Columbia University who teach about diverse topics of medicine. Students will learn how to take a patient history, interview several standardized patients, engage in ethical discussions, and study human anatomy. In addition, students will learn research methods for finding sources, analyzing data, and writing a manuscript. This summer features an additional Brain Intensive focused on Neurology, Neurosurgery, and Psychiatry where students will learn about anatomy, diagnoses, and patient experiences. Note that the regular deadline is April 30, 2023. The late deadline available is June 17, 2023, and costs $50 more.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 24 - August 19 (10:30 AM - 1:00 PM EST)", + "location": "Virtual", + "cost": 350, + "appDeadline": "2023-06-17", + "link": "https://www.the-iyrc.org/summer-program.html", + "archived": true + }, + { + "id": 160, + "title": "Boston Leadership Institute Summer Programs", + "description": "The Boston Leadership Institute is accepting applicants for its various summer 2023 STEM research programs. They offer one-week and three-week program options. Participants will engage in experimental research with faculty experts and explore potential college majors and careers in science, medicine, business, engineering, and technology. Some programs include Biotech Research, Oncology Research, Marine Biology, Astrophysics, Pediatrics and Neonatal Medicine, Applied Physics and Engineering, STEM Entrepreneurship, Finance, Orthopedic Surgery, Pediatrics, and much more. Cost ranges from $1200 to $2097. Limited need-based scholarships are available.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "Various (June - August 2023)", + "location": "Virtual or In-Person at Boston Leadership Institute, Massachusetts", + "cost": 1200, + "appDeadline": "2023-05-15", + "link": "https://www.bostonleadershipinstitute.com/three-week-programs/", + "archived": true + }, + { + "id": 161, + "title": "Asia America Career Connection (AACC) Summer Program", + "description": "Our shadowing programs are designed to help you not only to understand the realities of life as a doctor, or a nurse and to help you to create the knowledge you need when you apply to medical school, nursing school, or dental school, but also to better understand global healthcare systems and services. The program includes 40+ hours of small group lectures & discussions and student hands-on experiences with mentors and experienced doctors. Participants are able to select departments, including internal medicine, general surgery, neurology, pediatrics, cardiology, oncology, public health, Chinese medicine, and more. Participants can learn from premed & medical school students, pursue healthcare-related careers, gain professional experience and teamwork skills through group presentations, build up a healthcare career portfolio, and more. The program includes complimentary classes such as Tai Chi, Tea meditation, and more cultural and exploratory opportunities for on-site participants. The program costs $749 for the virtual option and $2998 for the in-person option.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 7 - 30 (Virtual) OR June 25 - July 9 (In-Person)", + "location": "Virtual or In-Person in Guangzhou, China or Qingdao, China", + "cost": 749, + "appDeadline": "2023-05-26", + "link": "https://shadowinchina.org/", + "archived": true + }, + { + "id": 162, + "title": "Health & Biomedical Sciences Camp", + "description": "Students may apply to the one-week summer Health & Biomedical Sciences Camp. Students meet medical professionals & may study a variety of subjects, including molecular biology, immunology, and more.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "July 24 - 29", + "location": "Lebanon Valley College, Annville, PA", + "cost": 1250, + "appDeadline": "1970-01-01", + "link": "https://www.lvc.edu/academics/summer-communityprogramming/health-biomedical-sciences-camp/", + "archived": false + }, + { + "id": 163, + "title": "Judge Price Essay Contest", + "description": "This year’s theme is disinformation and the media. “Committee members will review the essays and select the winners who will receive prizes of $750 for first place, $500 for second place, $400 for third place, $300 for fourth place, and $150 each for fifth to tenth places. An awards ceremony will be held in the spring of 2023 at NYCLA (or virtually if need be). Essays must be sent as PDFs to Azelia Cutts at: ACutts@nycla.org. In addition, please provide us with the name, telephone number, and e-mail address of a contact person at your school through whom we may coordinate this program.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-03-31", + "link": "https://drive.google.com/file/d/1WKKUDjHF03_0G577upjDOtaijygxmj44/view?usp=sharing", + "archived": true + }, + { + "id": 164, + "title": "Stossel in the Classroom 2022-2023 Essay Contest", + "description": "Every year, we hold an essay contest to give your students an opportunity to express themselves and win great prizes. Students will have three topics (The American Constitution in Our Lives, Inflation: Root Causes and Community Impact, Economics in the Wild) to choose from, allowing them to write on the subject that speaks to them the most. The top prize is $2,500.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-03-31", + "link": "https://stosselintheclassroom.org/essay-contest/", + "archived": true + }, + { + "id": 165, + "title": "Wooster Group Summer Institute", + "description": "Teaching artists, all working professionals, lead sessions in acting, movement, writing, voice training, video techniques and more. A summer at the Institute builds confidence, independence, and creativity. Stepping outside their habitual selves, participants develop personal agency by taking risks in performance, and engaging in deep and revelatory play. Students are accepted as young as twelve and are invited back every summer until they graduate from high school, at which time they may return as paid interns. Lunch and MetroCards are provided.\n\n* Eligible: All students are 17 years old and younger", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 10 – 29", + "location": "The Performing Garage, 33 Wooster Street, Manhattan", + "cost": 0, + "appDeadline": "2023-04-17", + "link": "https://thewoostergroup.org/summer-institute", + "archived": true + }, + { + "id": 166, + "title": "Asian Youth for NYC News (AYNYC) Journalism Project", + "description": "“AYNYC is a youth-led and produced online newspaper currently looking for new writers. Students can find us on Instagram: @dearasianyouthbrooklyn. If you have any questions, feel free to reply to: dearasianyouthbrooklyn@gmail.com\n\n* Application Deadline: Rolling Basis; Spots are limited, so apply ASAP!", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Rolling Basis", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://docs.google.com/forms/d/e/1FAIpQLSfQkcyYWSJClBFT2LnvRj8G-dvLaYznxpI8lcNZGrpURH4B5A/viewform", + "archived": false + }, + { + "id": 167, + "title": "AAJA Flagship Summer Training Program JCamp", + "description": "AAJA’s JCamp is a national multicultural journalism program for high school students. The six-day training camp brings together culturally diverse students from across the nation to learn from veteran journalists and leading media executives. JCamp participants will receive hands-on training and produce multiplatform news packages for the program’s news site, JCamp Live.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "July 15 - 21", + "location": "American University (Washington, D.C.)", + "cost": 0, + "appDeadline": "2023-03-17", + "link": "https://www.aaja.org/programs-and-initiatives/jcamp/", + "archived": true + }, + { + "id": 168, + "title": "Young Dancemakers Company Free Summer Dance Classes", + "description": "YDC is a unique, tuition-free summer dance ensemble of NYC teens dedicated to creating their own original choreography and performing it in free touring concerts city-wide, for audiences of up to 2,000 young people and adults each season. Company members, selected annually by audition, are drawn from throughout the NYC public high schools.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Audition – March 26; Summer season – June 28 – August 5", + "location": "New York Live Arts (219 West 19th Street, Manhattan)", + "cost": 0, + "appDeadline": "2023-03-26", + "link": "https://sites.google.com/ecfs.org/young-dancemakers-company/season/how-to-apply", + "archived": true + }, + { + "id": 169, + "title": "Urbanity Dance Summer Intensive 2023", + "description": "Each summer, intermediate to advanced dancers ages 11-24 are selected for a unique contemporary dance intensive to work with nationally-acclaimed guest artists, Urbanity Dance Company members, and Urbanity’s most popular faculty. Students receive 7 hours of daily instruction from 10-5pm in ballet, modern, and contemporary technique, and supplementary courses in jazz, musical theater, improv, hip-hop, and repertory.\nDuring week one, dancers will create a professionally recorded, edited, and presented music video. Week 2 will be dedicated to gaining insight into professional careers through informative career panels and workshops. Week 3 will be for a showcase performance that will be performed live.\n\n*Application Deadlines: In-Studio: April 2nd, from 3 - 4:30PM; Video Audition: April 15", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 31 – August 18 (10am - 5pm)", + "location": "In person at three locations in Boston, Massachusetts", + "cost": 3, + "appDeadline": "2023-04-02", + "link": "https://www.urbanitydance.org/summer-intensive-2022", + "archived": true + }, + { + "id": 170, + "title": "American Foreign Service Association (AFSA) National High School Essay Contest", + "description": "The winning essayist will receive $2,500, in addition to an all-expenses paid trip to the nation’s capital for the winner and their parents, and an all-expenses paid educational voyage courtesy of Semester at Sea. This year’s topic is to select a country or region in which the United States Foreign Service has been involved at any point since 1924 and describe, in 1,500 words or less, how the Foreign Service was successful or unsuccessful in advancing American foreign policy goals – including promoting peace – in this country/region and propose ways in which it might continue to improve those goals in the coming years.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-03", + "link": "https://afsa.org/essay-contest", + "archived": true + }, + { + "id": 171, + "title": "Boston University’s Academy of Media Production", + "description": "Boston University’s Academy of Media Production provides an opportunity for students to “develop their cinematic and journalistic storytelling skills producing films, videos, visual effects, webcasts and more. Each academy instructor is also a working journalist, so what’s taught is grounded in real-life experience. Each lesson is tied to its practical application, by giving students actual reporting assignments. Each day is a sample of life as a news reporter.\n\n* Eligible: All students who are at least 14 for the online course; Current sophomores and juniors eligible for the in-person program\n* Cost: $1,250 - $1,450 (for the online course); $3,950 - $6,000 (for the on-campus experience); financial aid available\n* Application Deadline: April 14 (in-person program deadline) & May 5 (online course deadline)", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various (from June - July)", + "location": "Virtual (for the online course) OR Boston University campus (for the in-person program)", + "cost": 1250, + "appDeadline": "2023-05-05", + "link": "https://combeyond.bu.edu/offering/summer-journalism-academy-bu/", + "archived": true + }, + { + "id": 172, + "title": "Queens Public Library Teen Podcast Program", + "description": "Young adults are invited to join the Voices of Queens Teen Radio Podcast, a podcast station run by teens, for teens, and part of Queens Public Library's Podcast Programs. In this free program, participants will produce their own podcasts and social media content, boost their presentation, audio recording, and editing skills, learn what makes a podcast fun and entertaining, receive access to scholarship opportunities, work experience, and more. Explore topics, from pop culture to social justice to creative storytelling—the possibilities are endless! The first 15 students to complete the program receive a special prize.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "March - June 30 (Tuesdays, Wednesdays, Thursdays, 4 - 6 PM EST)", + "location": "Queens Central Library, 89-11 Merrick Boulevard", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://qlmarketing.typeform.com/to/szSPIj?utm_source=oracle&utm_medium=email&utm_campaign=TeenPodcast_Spring2023_Email1", + "archived": false + }, + { + "id": 173, + "title": "Sewanee Young Writers’ Summer Conference", + "description": "All seniors are invited to apply to this rigorous writing program. Many genres are covered, including fantasy/science fiction, poetry, creative nonfiction, and more.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "", + "location": "Sewanee University campus", + "cost": 2575, + "appDeadline": "1970-01-01", + "link": "https://new.sewanee.edu/sywc/", + "archived": false + }, + { + "id": 174, + "title": "Ghetto Film School", + "description": "The Ghetto Film School in the Bronx invites all students with an interest in filmmaking to apply for their free, 30-month Fellows program, which introduces students to professional-level film production and industry workshops. It begins this summer and continues with Saturday professional training sessions. The Fellows Program is an intensive and challenging program requiring an exceptionally high levels of commitment. In addition to the 30- month class schedule, students and instructors oftentimes spend weekends and evenings at Ghetto Film School when necessary.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 2023 – August 2025", + "location": "79 Alexander Avenue, The Bronx", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.ghettofilm.org/nyfellows", + "archived": false + }, + { + "id": 175, + "title": "Spinning Bubbles Dance Program", + "description": "Spinning Bubbles is an all-girls free virtual dance program. Get dance supplies including leotards, dance shoes, costumes, leggings, and many more items in addition to dance classes from November 27 – February 22 in the winter session and April 3 – July 17 in the spring session. We also have an awards ceremony at the end presented by well-known dancers. Explore cultures through dance styles like Flamenco, Bollywood, capoeira, jazz, ballet, hiphop, folk dancing, and gymnastics, among a multitude of other styles!", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "April 3 – July 17 (spring)", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "http://bit.ly/spinning-bubbles-3", + "archived": false + }, + { + "id": 176, + "title": "Wingspan Arts Summer Conservatory", + "description": "Wingspan Arts is returning for summer 2023 to explore theater and musical theater with students. The Wingspan ensemble is for high school students who love theatre and look forward to exploring more challenging work to broaden their theatrical skillset. Students take a wide variety of specialized classes, focusing on both skills-building and exposure to the professional art world. The goal of the Ensemble is to enable our students to expand their range and find new depth in their work. Students are cast the first week in either the play or the musical, which the directors decide.\n\n* Application Deadline: Rolling Basis until full", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 5 – August 13: 10am – 5pm (Mon-Thurs) and 10am – 1pm Fridays", + "location": "Virtual and in-person, location TBD", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://wingspanarts.org/conservatory/", + "archived": false + }, + { + "id": 177, + "title": "Litchfield Jazz Camp & Scholarship Opportunity", + "description": "LJC is a non-competitive program focusing on musical and personal growth. No pre-audition is required. We listen to you when you arrive and assign you to a combo at your level.\nIn a month-long program on the campus in Washington, Connecticut, Litchfield Jazz Camp embraces all learners - students 13 years to adult, beginners, intermediate and advanced players, students with learning disabilities, and others. Each year Litchfield Performing Arts awards approximately 1/3 of their students need-based scholarships to Jazz Camp, thanks to additional funding made available through grants, foundations, and individual donors. To apply for a Litchfield Performing Arts scholarship to the 2023 Jazz Camp, follow the instructions during registration and send us a copy of pages 1 & 2 of your most current Tax Form 1040 as soon as possible but no later than April 15.\n\n* Cost: Various (Need-Based Scholarships Available)\n* Application Deadline: TBD", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 2 - July 28", + "location": "22 Kirby Rd, Washington, Connecticut", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://litchfieldjazzcamp.com/camp-registration/", + "archived": false + }, + { + "id": 178, + "title": "Neighborhood Playhouse Junior Acting School", + "description": "Modeled after the adult conservatory, the Junior School trains all its students in the core principles of acting, applying techniques and skills learned to various classes in singing, movement/dance, scene study, monologues, voice & diction, stage combat,\nShakespeare, acting for film & television, commercials, voice overs, auditioning, improvisation and more--giving students complete actor training and the skills needed to be creative and competitive in their craft and in life.\n\n* Cost: Various ($50 application fee)", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "January 7 – April 1 (Saturdays)", + "location": "340 East 54th St. Manhattan", + "cost": 50, + "appDeadline": "1970-01-01", + "link": "http://www.playhousejuniors.com/saturday-online-application.html", + "archived": false + }, + { + "id": 179, + "title": "Khan SAT College Bound Scholarship", + "description": "Khan's Tutorial will be providing an SAT College Bound Scholarship for up to 15 high-performing, low-income students! This program was created to help increase the number of first-generation immigrants & students from underrepresented communities at top universities in the U.S. with generous scholarships. Applicants must take a Khan diagnostic exam in person, attend all tutoring classes, and complete the SAT Spring Program to become eligible. Classes will begin in the first week of April and continue until the June SAT test date. The scholarship is available for Sophomores & Juniors who identify as an underrepresented minority or low-income.", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-03-24", + "link": "https://khanstutorial.typeform.com/to/VsKlte50", + "archived": true + }, + { + "id": 180, + "title": "Emma Bowen Foundation Fellowship", + "description": "EBF offered paid summer media-industry internships (with an affiliated scholarship) for students from ethnic groups which are under-represented in media corporations (including, among others, Latinos, Asian & African Americans). These spots are available at leading local media companies via the Emma Bowen Foundation. Eligible students who are interested in technical/engineering or news, broadcast, studio and other non-technical aspects of this industry are invited to apply.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "Summer", + "location": "Various (TBA)", + "cost": 0, + "appDeadline": "2023-05-01", + "link": "http://www.emmabowenfoundation.com/", + "archived": true + }, + { + "id": 181, + "title": "Art Studies/Art History Scholarship", + "description": "The Dedalus Foundation offers seven $2,000 scholarships to graduating seniors with\nan interest in studying fine art or art history in college.", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 2000, + "appDeadline": "2023-04-28", + "link": "https://dedalusfoundation.org/programs/fellowships-awards/view/high-school-scholarship/", + "archived": true + }, + { + "id": 182, + "title": "Richard Holland Memorial Scholarship", + "description": "The Holland Family Legacy Foundation has established the Richard Holland Memorial Scholarship Fund to be awarded annually to a chosen qualified applicant. This scholarship is a $2,500 award, renewable for up to three additional years. Applicants must be Current seniors with a minimum 3.5 GPA with financially disadvantaged backgrounds.", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-03-15", + "link": "https://www.rjhollandscholarship.org/the-scholarship", + "archived": true + }, + { + "id": 183, + "title": "The David T.K. Huang Memorial Scholarship", + "description": "In memory of David Huang, this scholarship program was established to honor a college-bound high school senior from New York City who has attained scholastic achievement and has a strong commitment to community service.” This scholarship awards one college-bound, graduating senior $1,500. RSVP to the information session to learn more about how to apply.", + "categories": [], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-01", + "link": "https://www.vagelos.columbia.edu/education/academic-programs/additional-educational-opportunities/summer-youth-programs/middle-high-school-students/david-huang-memorial-scholarship-program", + "archived": true + }, + { + "id": 184, + "title": "Men's College Scholarship", + "description": "A diverse group of fraternity alumni founded the Men’s College Scholarship which will award $50,000 in scholarships this year to inspire college attendance and academic success by young men. Scholarships will range from $500-$1,000 and will be issued in the form of a check for recipients to use as desired. Applicants must be current seniors who identify as male.", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-03", + "link": "https://foundationfe.org/highschoolscholarship/", + "archived": true + }, + { + "id": 185, + "title": "Ham4Progress Award for Educational Advancement", + "description": "The Gilder Lehrman Institute of American History is proud to partner with Hamilton on the Ham4Progress Award for Educational Advancement. This award will provide up to seventeen students $2,000 each for educational purposes in 2023. The $2,000 award must be used toward educational purposes, which may include test preparation courses, tutoring, college visits, and technology, including laptops, tablets, or other electronic devices used for learning. Applicants must be current juniors who have a minimum GPA of 3.2 and are a member of a community that directly experience the consequences of social injustice.", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-15", + "link": "https://www.gilderlehrman.org/programs-and-events/ham4progress-award", + "archived": true + }, + { + "id": 186, + "title": "The Gloria Barron Prize", + "description": "The Barron Prize honors outstanding young leaders who have organized and led an extraordinary service activity which has clearly benefited other people or the planet we share. Students are eligible for a top prize of $10,000.", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-15", + "link": "https://barronprize.org/apply/", + "archived": true + }, + { + "id": 187, + "title": "Study.com Student Scholarships", + "description": "In order to push toward our goal of making education accessible, Study.com has designated a wide variety of academic awards and scholarships for students. Study.com is thrilled to be awarding over $50,000 in scholarships. These academic awards are geared toward people with ranging backgrounds, identities, and academic goals. Check out our list below to apply for any scholarships you may qualify for! Eligibility varies for each scholarship.", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-05-01", + "link": "https://study.com/resources/student-scholarships#0697", + "archived": true + }, + { + "id": 188, + "title": "Gilder Lehrman Institute’s History U", + "description": "History U offers free, self-paced courses in American history to high school students. These courses, led by the nation’s top historians, are drawn from our MA in American History program and allow you to study history at your own pace. Taking a History U course can enhance college applications, supplement classroom learning, and allow you to explore your own love of history. Courses include American Immigration History, The American Revolution, World War II, and more.", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.gilderlehrman.org/programs-and-events/history-u", + "archived": false + }, + { + "id": 189, + "title": "Teen Life", + "description": "A useful alphabetized list of local programs.", + "categories": [ + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.teenlife.com/?SPNYC_View_All", + "archived": false + }, + { + "id": 190, + "title": "Johns Hopkins Center for Talented Youth", + "description": "\"The Center for Talented Youth, a nonprofit academic center of Johns Hopkins University, delivers academic excellence and transformational experiences to advanced learners in grades 2-12. Founded in 1979, CTY fosters intellectual growth in exceptional students from all backgrounds and communities. As a world leader in gifted education, advocacy, and research, CTY provides: accredited, advanced online and on-campus courses often not found in school, personalized instruction, and an inclusive community of peers who share a passion for learning. Cost varies, financial aid is available.\"", + "categories": [ + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "", + "location": "Various", + "cost": 0, + "appDeadline": "2023-05-19", + "link": "http://cty.jhu.edu/imagine/resources/internships/arts.html", + "archived": true + }, + { + "id": 191, + "title": "Torus Teens General Opportunity Site", + "description": "This website provides helpful information about a wide variety of opportunities for\nstudents.", + "categories": [ + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://torusteens.com/search?interest&city", + "archived": false + }, + { + "id": 192, + "title": "NYC Online Department of Youth Activities", + "description": "Free programs in dance, music, art, poetry, filmmaking and more.", + "categories": [ + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + }, + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www1.nyc.gov/site/dycd/services/special_initiatives.page", + "archived": false + }, + { + "id": 193, + "title": "GrowingUp NYC", + "description": "GrowingUp NYC provides helpful information about a wide variety of opportunities for students such as after school programs and enrichment programs.", + "categories": [ + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://growingupnyc.cityofnewyork.us/programs/compass/", + "archived": false + }, + { + "id": 194, + "title": "Torus Arts Resource", + "description": "Torus Arts Resource is an arts link for teens for programs in the arts. Topics include art, dance, filmmaking, and more. Each program has different dates, prices, and locations. Cost varies, some programs are free.", + "categories": [ + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + }, + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Varied", + "location": "Various locations in NYC", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://torusteens.com/search?interest=arts&city", + "archived": false + }, + { + "id": 195, + "title": "HippoCampus", + "description": "The free, open-source HippoCampus website provides multimedia resources for high school and college students. Explore lessons on topics ranging from DNA to the chemical and physical properties of solutions to kinetic theory and thermodynamics. HippoCampus includes presentations and videos in several subject areas, including biology, statistics, calculus, environmental science, physics, and algebra. The website also offers algebra and calculus lessons in Spanish.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + }, + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Self-paced", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.hippocampus.org/", + "archived": false + }, + { + "id": 196, + "title": "Class Central", + "description": "Class Central has a great listing of free online Ivy League courses from Brown, Columbia, Cornell, Dartmouth, Harvard, Penn, Princeton, and Yale. There are over 500 courses to consider. Topics range from computer science and engineering to music and history.", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + }, + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + }, + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Self-paced", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.classcentral.com/", + "archived": false + }, + { + "id": 197, + "title": "StandOut Search High School Internship Database", + "description": "StandOut Search is an online database created by students from UChicago. It is a free searchable database for high school internships, research opportunities, and summer programs. Each opportunity is selected by current college students based on what they did in high school and double-checked that it is a good fit for high school students.", + "categories": [ + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://standoutsearch.pory.app/", + "archived": false + }, + { + "id": 198, + "title": "US Government Career Resources", + "description": "The U.S. government provides helpful career resources for students, such as a brief assessment they can use to learn about what professions might suit their interests and abilities. Learn more at these links: \n\nhttp://www.mynextmove.org/explore/ip\nhttp://www.careeronestop.org/StudentsandCareerAdvisors/StudentsandCareerAdvisors.aspx http://www.careeronestop.org/\nhttps://kids.usa.gov/teens/jobs/a-zlist/index.shtml", + "categories": [ + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "", + "archived": false + }, + { + "id": 199, + "title": "1:1 College & Career Advice Resource", + "description": "Students are able to “connect 1-1 with an online college and career advisor to ask questions after school and on weekends for free. Advisors can support updating selected colleges on the FAFSA app, verification, career programs, NYS Dream Act App, summer opportunities, and other topics.”\nNote: Log in with a NYC DOE account to access the page.", + "categories": [ + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Continuous", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://app.grouptrail.com/public/externalForm/KNXjUkuDEVPtRquVIde07oCWtAor45LABYtssvzZ", + "archived": false + }, + { + "id": 200, + "title": "New York Public Library (NYPL) College and Career Pathways", + "description": "“Whether you're looking for college guidance, career readiness, or adulting skills, The New York Public Library's College and Career Pathways program is here to help!” Learn more at the provided link.", + "categories": [ + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.nypl.org/education/teens/college", + "archived": false + }, + { + "id": 201, + "title": "INVESTIN New Year Career Guide", + "description": "The Guide provides exclusive insights on how students can succeed in their careers after school, including advice on how to find the right career, build resilience and use creativity in the workplace.", + "categories": [ + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://investin.org/blogs/news/the-investin-new-year-career-guide", + "archived": false + }, + { + "id": 202, + "title": "BioBus STEAM Challenges", + "description": "Students at home can follow along with various lab activities on a variety of topics including engineering, ecology, genetics, and more. Worksheets, instructions, and videos are provided. Many activities are for all ages, but students may filter high school events as well.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + }, + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.explore.biobus.org/challenges", + "archived": false + }, + { + "id": 203, + "title": "Make School Tutorials", + "description": "The Make School website offers tutorials on ‘Introduction to Computer Science’ as well as various CS projects such as mobile apps, websites, games, and more.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Self-paced", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://makeschool.org/mediabook/", + "archived": false + }, + { + "id": 204, + "title": "NASA Programs", + "description": "NASA offers a variety of resources and programs for students interested in aerospace technology.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.nasa.gov/stem/forstudents/9-12/index.html", + "archived": false + }, + { + "id": 205, + "title": "NASA Internships", + "description": "NASA offers a variety of internships, including with the JPL, for students interested in aerospace technology.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Various", + "cost": -1, + "appDeadline": "1970-01-01", + "link": "https://intern.nasa.gov/", + "archived": false + }, + { + "id": 206, + "title": "Columbia Splash Learning Day", + "description": "Columbia University is offering free or low-cost one-day Splash programs for high school students to take classes on various subjects, taught by current Columbia College students.", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Sunday, April 2", + "location": "Columbia University, Morningside Heights Campus, Manhattan", + "cost": 0, + "appDeadline": "2023-03-18", + "link": "https://columbia.learningu.org/learn/register.html", + "archived": true + }, + { + "id": 207, + "title": "Connectory", + "description": "An outstanding compilation of local opportunities in science, mathematics, and other related disciplines. Once on the site, just enter your zip code and area of interest to obtain comprehensive, up-to-date information on compatible programs for your student.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "http://theconnectory.org/", + "archived": false + }, + { + "id": 208, + "title": "NYU Precollege Programs", + "description": "NYU Precollege offers highschoolers the opportunity to experience life as an NYU student, earn college credits toward a future degree, and immerse themselves in the dynamic, global community that is New York University. Precollege Online offers immersive, credit-bearing courses and workshops that allows students to learn new skills, engage with leading scholars and professionals, and collaborate with classmates from all over the world. Courses offered range from topics in Arts & Media to STEM to Humanities & Social Sciences to Business to College 101.”\n\n* Cost: Various (financial aid available)\n* Application Deadline: April 1 (scholarship deadline), April 15 (priority deadline for summer housing) & June 15 (financial payment deadline)", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "July 6 – August 16", + "location": "NYU campus, Manhattan", + "cost": 0, + "appDeadline": "2023-04-01", + "link": "https://connect.nyu.edu/register/precollege-su23", + "archived": true + }, + { + "id": 209, + "title": "XSTEM All Access Virtual Interactive Speaker Series", + "description": "X-STEM All Access is a free virtual conference series designed to get students excited about STEM. Students will get an inside look into the exciting careers and inspiring personal journeys of diverse STEM role models through a lively Q&A session with a fellow STEM professional. The 30-minute max episodes will premiere throughout the school year and will be available on-demand to fit in your schedule.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://usasciencefestival.org/x-stem-all-access-2022/", + "archived": false + }, + { + "id": 210, + "title": "University of Maryland Eastern Shore Geosciences Program", + "description": "The Geosciences Bridge Program offers a 6-week paid internship for students planning to pursue careers in the geosciences. The program includes lectures, field trips, hands-on activities, two for-credit college courses, housing, meals, travel to and from the University of Maryland Eastern Shore (UMES), and a stipend. The program introduces high school seniors to ocean sciences, atmospheric sciences, and geographic information systems (GIS)/Remote Sensing techniques. The activities provided and experience on campus strengthen students’ knowledge of mathematics, teach them life skills that will prepare them for college life, and enhance their academic performance through advisement, social support, and tutorial services.\n\n* Eligible: Current seniors planning to major in a geoscience discipline\n* Cost: Free (participants receive a weekly $500 stipend, housing, and meals)", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 26 – August 4", + "location": "University of Maryland Eastern Shore (Princess Anne, Maryland)", + "cost": -500, + "appDeadline": "2023-04-21", + "link": "http://www.umes.edu/geosciences", + "archived": true + }, + { + "id": 211, + "title": "STEMdaily", + "description": "STEMdaily is an informative newsletter covering all things related to STEM resources. Subscribe to keep up to date on programs, activities, and competitions. It saves you lots of time and reminding you of valuable resources. The blog includes STEM and women, competitions, diversity, industry news, and education.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Continuous", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.stemconnector.com/stemdaily-page/", + "archived": false + }, + { + "id": 212, + "title": "The Long Island University Summer Honors Institute", + "description": "The LIU Summer Institute offers two-week intensive classes in a wide variety of fields (ranging from Computer Science to Game Design to Health Professions to Sports Management & more) at their campus in July.\n\n* Cost: $500 per course (additional $250 housing fee; waived if taking over one course)", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "Session I (July 9 - 21) OR Session II (July 23 – August 4)", + "location": "720 Northern Boulevard, Brookville, Long Island", + "cost": 500, + "appDeadline": "2023-07-01", + "link": "https://www.liu.edu/honors", + "archived": true + }, + { + "id": 213, + "title": "Inspirit AI Toolkit", + "description": "Inspirit AI shares this free step-by-step guide for students to kick-start their own \nAI project this weekend, complete with datasets and example projects to explore. One of their most popular project tracks, AI + Arts & Music is an exciting gateway for all students to explore Machine Learning basics.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + }, + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Self-paced", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://drive.google.com/drive/folders/1hgm-rafLXrnz5QKaqXAp-qGBMrYI7uCY?_hsmi=187038166&_hsenc=p2ANqtz---C8x2wp5ps9QM6q19JQe28N1Bm7-7S6XjZgSTmGul-VI53Ut3wrOuhPGwLLeCqMhSsQHgwzalBQzDQpmewj4gmKGGqA", + "archived": false + }, + { + "id": 214, + "title": "Carnegie Mellon Pre-College Programs", + "description": "Carnegie Mellon’s Pre-College Programs mirror the undergraduate experience, giving rising juniors and seniors the opportunity to explore their interests and passions while receiving instruction from acclaimed Carnegie Mellon faculty and staff. Students may apply for various programs, including AI Scholars, Architecture, Art, Computational Biology, Computer Science Scholars, Design, Drama, National High School Game Academy, Music, Summer Academy for Math and Science, Summer Session, and Writing & Culture.\n\n* Cost: $4,872 - $12,454 (Full Need-Based Scholarships Available)", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "Summer 2023", + "location": "In-person at Carnegie Mellon University", + "cost": 4872, + "appDeadline": "2023-03-15", + "link": "https://www.cmu.edu/pre-college/index.html", + "archived": true + }, + { + "id": 215, + "title": "The Academy of Applied Science", + "description": "AAS connects high school students to high quality enrichment programs in science, math, and technology. Learn more at the provided link.", + "categories": [ + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "http://www.aas-world.org/interest-pages/for-students.html", + "archived": false + }, + { + "id": 216, + "title": "Link to List of Private/Public Spring & Summer Pre-College Offerings:", + "description": "", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://docs.google.com/document/d/1V3r2sS4r_hWSpAY_BsjqaNZg2Jye7k0N/edit?usp=sharing&ouid=115396606750532126369&rtpof=true&sd=true", + "archived": false + }, + { + "id": 217, + "title": "‘STEP’ Summer STEM Program at NYU Grossman School of Medicine", + "description": "The Science and Technology Entry Program (STEP) provides students from 7th through 12th grade with enrichment classes, financial aid workshops, health professions training, social justice education, and mentorship. Activities take place during the New York City academic school year and in a six-week program during the summer. Currently, STEP is operating in a virtual capacity.\n\n* Application Deadline: June 1 (apply early; applications are reviewed on a rolling basis)", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "TBD", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-06-01", + "link": "https://med.nyu.edu/our-community/why-nyu-grossman-school-medicine/diversity-inclusion/science-technology-entry-program/admissions", + "archived": true + }, + { + "id": 218, + "title": "Columbia Business School Summer Program & Info Session", + "description": "This is a paid internship program to teach students about business management, accounting, business website design, and more. There will be an information session will be held via Zoom on Saturday, March 11 at 11am to discuss more details about the program.\n\n* Eligible: Current 10th and 11th graders who live on the Upper West Side or in Harlem, Inwood, Washington Heights, and some areas in the Bronx", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "July 10 – August 11", + "location": "TBD", + "cost": 0, + "appDeadline": "2023-03-17", + "link": "https://neighbors.columbia.edu/events/2023-first-generation-entrepreneurs-program-high-school-students-information-session", + "archived": true + }, + { + "id": 219, + "title": "World of Discovery Summer Day Camp Counselor Opportunity", + "description": "As the summer rapidly approaches, many students are looking for summer employment. World of Discovery Day Camp has been a fixture in Queens for over 30 years and we are looking for hard working and dedicated high school and college students to become counselors for our campers. We offer a competitive salary, excellent work environment, transportation, and an exciting and fun program.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Interview Dates: March 11, 18, 25, April 1, 22, & 29 (at 9 am)", + "location": "PS 188 218-12 Kingsbury Ave", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.worldofdiscovery.org/work-at-discovery", + "archived": false + }, + { + "id": 220, + "title": "Young Women’s Institute Business Program (YWI)", + "description": "The Young Women’s Institute is a program run by the Kelley School of Business at Indiana University in Bloomington, Indiana, that introduces young women to the world of business through lectures, workshops, and practical endeavors. During the one-day program, participants get to join workshops that feature top faculty members. The YWI gives participants access to current business students and alumni, a chance to explore a real-world business case project, build leadership and communication skills, and connect with like-minded women interested in business.\n\n* Eligible: Current sophomores and juniors who have a minimum 3.5 GPA\n* Cost: Free (transportation and personal expenses not covered)", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "", + "location": "Indiana University (Bloomington, Indiana)", + "cost": 0, + "appDeadline": "2023-03-15", + "link": "https://kelley.iu.edu/programs/undergrad/pre-college/ywi.html", + "archived": true + }, + { + "id": 221, + "title": "Brooklyn Navy Yard Development Corporation’s Paid Summer Internship", + "description": "Students will be connected to Yard-based businesses and departments according to their future career interests, skill sets, and educational background. Students will receive professional and career advice and have the opportunity to network with peers, business owners, and industry leaders. Applying and getting accepted earlier increases the likelihood of being placed into a role in your desired field. Accepted interns commit to a 40-hour work week with a one-hour unpaid lunch break each day and are compensated at $15/hr.\n\n* Eligible: Current seniors who reside in Brooklyn", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Session I (June 5 – July 28) OR Session II (June 26 – August 18)", + "location": "Various", + "cost": 0, + "appDeadline": "2023-03-17", + "link": "https://brooklynnavyyard.org/employment-center/internships", + "archived": true + }, + { + "id": 222, + "title": "92nd Street Y Camps Summer Jobs", + "description": "The 92nd Street Y Camps are looking for dedicated, enthusiastic individuals to work as Camp Counselors. Current 9th graders are eligible to work as Program Aides - helping in different areas of camp. Current 10th, 11th and 12th graders are eligible to work as Junior Counselors assigned a group of campers (ages K-4). As part of the 92nd Street Y Camps you can enjoy the best of both worlds: live in New York City while traveling to your “office” in the country (all campers and staff travel together on coach buses each day). 92Y’s team philosophy creates a stimulating work environment in which every staff member is valued.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 28 – August 18", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.92ny.org/camps/staff.aspx", + "archived": false + }, + { + "id": 223, + "title": "Spring Lake Day Camp Summer Jobs", + "description": "Spring Lake Day Camp welcomes students 16 and older to work as counselors, lifeguards (16 and older), and activity specialists (18 and older). Transportation from Manhattan, lunch, and metro card reimbursement are provided.\n\n* Eligible: All students who are at least 16 years old", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 26 – August 17", + "location": "Ringwood, New Jersey", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.springlakedaycamp.com/staff/", + "archived": false + }, + { + "id": 224, + "title": "Link to List of Summer Camp Job Opportunities:", + "description": "", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://docs.google.com/document/d/1r0CVnkd7fENEsOj2FAa3bQaziElLG-ms/edit?usp=sharing&ouid=101556942762799823370&rtpof=true&sd=true", + "archived": false + }, + { + "id": 225, + "title": "DOROT’s Jewish Summer Teen Internships", + "description": "Help the Elderly Dorot” is a senior-services organization that runs 4-week summer internship programs for teens to assist elderly New Yorkers in three separate programs in Manhattan & Brooklyn. Over the course of the session, teen interns develop leadership skills and build intergenerational connections through a variety of activities.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "June 26 – July 20 OR July 25 – August 17 OR July 24 – August 17 (Mondays – Thursdays from 10 am – 4:30 pm)", + "location": "Hybrid (DOROT 171 W 85th St, Manhattan OR The Shorefront Y, 3300 Coney Island Ave, Brooklyn & Virtual)", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.dorotusa.org/volunteer/high-school-college-internships/summer-teen-internship-program", + "archived": false + }, + { + "id": 226, + "title": "Community Cleanups with Councilman Erik Bottcher Events", + "description": "Volunteer at Community Cleanups to pick up litter and beautify the city! Gloves, bags, and tools are provided. When attending, be sure to wear comfortable and insulated layers of clothing that can get dirty & closed-toe shoes. Bring your own water bottle and necessities as there are no storage areas.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various Sundays from 11AM – 1PM: March 12, March 19, April 2, April 16, April 30th, May 7, and May 21", + "location": "1-The West Village at Abingdon Square: 8th Avenue & Hudson St in Manhattan 2-Chelsea: NW corner of 23rd St & 8th Avenue 3-Hell’s Kitchen: NE corner of 47th St & 9th Avenue", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.sanitationfoundation.org/d3-cleanups", + "archived": false + }, + { + "id": 227, + "title": "List of Current Volunteer Tutoring Opportunities:", + "description": "", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://docs.google.com/document/d/1LJgQ53yD_5waYG8KEq4xlzwLsGrWZYO9/edit?usp=sharing&ouid=115396606750532126369&rtpof=true&sd=true", + "archived": false + }, + { + "id": 228, + "title": "College and Career Pathways: Finding Your Affordable Dream College & FAFSA Updates", + "description": "College applications are complex and funding an education is expensive. In this virtual talk, The New School’s UnderstandingFAFSA.org staff will give a demonstration to high school students on how to create an affordable “dream school” list. We will also discuss updates to the FAFSA program.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "May 9 (5:00pm) Location: Virtual", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-05-09", + "link": "https://www.nypl.org/events/programs/2023/05/09/college-and-career-pathways-finding-your-affordable-dream-college-fafsa#register", + "archived": true + }, + { + "id": 229, + "title": "Questbridge College Prep Scholars Program", + "description": "The College Prep Scholars Program equips high-achieving high school juniors from low-income backgrounds with the knowledge, confidence, and resources to apply to top colleges.\nAwards for College Prep Scholars may include:\n-A full scholarship to a college summer program hosted by Yale, Emory, UChicago, and others\n-Quest for Excellence Awards, such as $1,000 for a new laptop or other resources to help the student enhance their college application,\n\n-Exclusive access to a QuestBridge National College Admissions Conference — an invite-only event featuring workshops and a college fair with our college partners\n\n-Personalized college essay feedback, campus visits or other opportunities from QuestBridge college partners, along with specialized guidance and resources for the college application process\n-Peer-to-peer support in an online community\n\n* Eligible: Current juniors who excel academically and are low-income", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + }, + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "2023 - 2024", + "location": "TBD", + "cost": 0, + "appDeadline": "2023-03-22", + "link": "https://www.questbridge.org/high-school-students/college-prep-scholars", + "archived": true + }, + { + "id": 230, + "title": "Manhattan District Attorney Summer Internship", + "description": "The Manhattan District Attorney offers a High School Internship Program for students interested in the criminal justice system. “Participants will have the opportunity to engage in workshops and discussions surrounding criminal justice, police brutality, civic engagement, leadership, and more. Each participant will be paired with a staff member. Program participants will take part in a series of presentations and conversations with staff and external community partners to build a foundational understanding of how policies are developed & implemented; and how academic and career paths can lead you to move justice forward.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 10 – August 25 (Monday – Friday from 9:30 am – 4:30 pm)", + "location": "1 Hogan Place, Manhattan", + "cost": 0, + "appDeadline": "2023-03-22", + "link": "https://www.manhattanda.org/careers/internship-opportunities/high-school-internship/", + "archived": true + }, + { + "id": 231, + "title": "Biomedical Research Hackathon", + "description": "Teams of students from middle school to graduate school spend a weekend\ndeveloping public service campaigns around scientific publications. Come network\nwith leading health, science and engineering professionals, develop skills in group\ndynamics and conflict resolution, build your resume, earn a certificate of completion,\nand win prizes. Students should sign up ASAP.", + "categories": [ + { + "name": "Events of interest", + "description": "Events approaching that may be of interest to students" + }, + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "March 24 - March 26", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-03-26", + "link": "https://mimbiohack2023.eventbrite.com/", + "archived": true + }, + { + "id": 232, + "title": "MakeSPP Hackathon", + "description": "MakeSPP is an all-day Hackathon and technology conference bringing together 150+\nstudents in the NJ/NY area. You and your team will work on innovative projects, meet\nother talented creators, and gain insight from college students, industry professionals,\nand other experienced programmers. Mentors and teachers will aid you with your\nprojects and crucial coding concepts throughout the day. MakeSPP has four main\ntracks in which you may choose to enter your project: Social Justice, Environment,\nEducation, and Healthcare. Keynote speakers from the technology industry and world\nof coding will be present. At the end of the event, an exciting competition will decide\nthe best projects and winners will take home thousands of dollars in technology prizes.\nLunch, dinner, snacks, cookies, and drinks are supplied for all participants. Custom\nMakeSPP t-shirts and stickers will be given to all attendees. Be sure to bring a\ncomputer.", + "categories": [ + { + "name": "Events of interest", + "description": "Events approaching that may be of interest to students" + }, + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "April 1", + "location": "Saint Peter's Preparatory High School, 144 Grand St Jersey City, NJ 07302", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.makespp.org/", + "archived": false + }, + { + "id": 233, + "title": "Brooklyn Community Board 14's Annual Youth Conference", + "description": "Brooklyn CB14 invites young people ages 14-21 and their families to join presenters\nfrom New York City agencies & nonprofit organizations to learn about the many\nopportunities available to young people. The event features workshops and\ninformation tables where students can sign up for internships, summer jobs, programs,\nservices, supportive resources and more! Register through Eventbrite.", + "categories": [ + { + "name": "Events of interest", + "description": "Events approaching that may be of interest to students" + }, + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "April 3 (4:00pm - 7:00pm)", + "location": "Brooklyn College Student Center (2705 Campus Road)", + "cost": 0, + "appDeadline": "2023-04-03", + "link": "https://www.eventbrite.com/e/16th-annual-youth-conference-tickets-558130933647?lang=en-us&locale=en_US&status=30&view=listing&aff=odeimcmailchimp&mc_cid=98959a9672&mc_eid=7d321377cd", + "archived": true + }, + { + "id": 234, + "title": "Perry Outreach Initiative", + "description": "The Perry Outreach Initiative invites all female students to participate in an\nupcoming free one-day conference focused on orthopedic medicine, science, and\nengineering. This day of mock surgeries, biomechanical experiments, presentations,\nand meetings with successful female surgeons & engineers. These sessions fill up\nquickly – please register ASAP!", + "categories": [ + { + "name": "Events of interest", + "description": "Events approaching that may be of interest to students" + }, + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "April 11 (6:00pm-8:30pm)", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-04-03", + "link": "https://perryinitiative.org/event/perry-virtual-experience-open-registration-14/", + "archived": true + }, + { + "id": 235, + "title": "College Now Summer Programs & Courses", + "description": "The CUNY College Now Program at campuses throughout the city offers free college-\nlevel science, math, & humanities classes to current juniors & seniors (sophomores\nmay be eligible for some programs depending on requirements). The application\ndeadlines and course times vary for each individual campus - students should explore\ntheir options and apply ASAP. See the attached link (click the Apply button, or alternatively copy-paste https://docs.google.com/document/d/1orUVd1B72RYabAFWuA-ZrTDyWcAiiCGN/edit) for more detailed information about programs and courses.", + "categories": [ + { + "name": "Events of interest", + "description": "Events approaching that may be of interest to students" + }, + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + }, + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + }, + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://docs.google.com/document/d/1orUVd1B72RYabAFWuA-ZrTDyWcAiiCGN/edit", + "archived": false + }, + { + "id": 236, + "title": "Fordham University Summer Programs - Exploring Entrepreneurship: One Week High School Intensive at Fordham University", + "description": "During this week-long intensive, students will gain a comprehensive overview of the\nentrepreneurial process in a hands-on fashion. From coming up with a business idea,\ntesting & refining, and ultimately pitching that idea to a panel of university professors\nand entrepreneurs, this week will prove to be a thought-provoking, skills-building, and\ntransformative experience. Program open to rising juniors and seniors. Limited need-based financial aid is available.", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "June 26 – 30", + "location": "Fordham Rose Hill, Bronx Campus & Lincoln Center, Manhattan Campus", + "cost": 1000, + "appDeadline": "2023-04-01", + "link": "https://www.fordham.edu/gabelli-school-of-business/academic-programs-and-admissions/undergraduate-programs/specialty-programs/summer-business-programs/exploring-entrepreneurship/", + "archived": true + }, + { + "id": 237, + "title": "Fordham University Summer Programs - Pre-College Program", + "description": "The Pre-College program is a selective commuter program designed to provide rising\nhigh school seniors with experience, connections and knowledge from their\nparticipation in one undergraduate college course. The program provides transferable\ncollege credits in various disciplines, including Art History, Business Administration,\nComputer Science, Philosophy, Public Health, and more. Applicants must be current juniors with a minimum GPA of 3.9/4. A 4 in each class corresponds to >= 93, and starts decreasing the lower your percent grade is. The cost per credit is $1020 and both 3 and 4 credit courses are offered.", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + }, + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + }, + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + }, + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "July 5 – August 7", + "location": "Fordham Rose Hill (Bronx) or Lincoln Center (Manhattan)", + "cost": 3060, + "appDeadline": "2023-06-12", + "link": "https://www.fordham.edu/summer-session/pre-college-program/apply/", + "archived": true + }, + { + "id": 238, + "title": "Fordham University Summer Programs - Real Estate Institute", + "description": "The Real Estate Institute offers three non-credit courses: Entrepreneurship and Innovation, Building Design and Sustainability, and Principles and Processes. Students who complete at least 2 courses receive a certificate. Courses are taught by industry professionals and center around real estate development in NYC. Courses include Principles and Process: July 10 – 13 (10 am – 4 pm); Entrepreneurship and Innovation: July 17 – 20 (10 am – 4 pm); A Real-World Challenge: July 24 - 27 (10 am – 4 pm). Open to current freshmen and sophomores.", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + }, + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + } + ], + "date": "Various dates throughout July", + "location": "Virtual", + "cost": 995, + "appDeadline": "2023-07-03", + "link": "https://www.fordham.edu/info/28103/real_estate_institute_summer_high_school_scholars_program", + "archived": true + }, + { + "id": 239, + "title": "Boston University’s Summer Journalism Academy", + "description": "The Summer Journalism Academy at Boston University gives students who are\ninterested in journalism, writing, or photography the opportunity to expand their skills\nand prepare for college, either through a residential experience on campus or through\nremote instruction from home. The virtual option costs $1450 and the in-person option costs $6000. Note that the in-person residential program has an earlier deadline of April 14, 2023.", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various (June - July)", + "location": "Virtual or on-campus at Boston University", + "cost": 1450, + "appDeadline": "2023-05-05", + "link": "https://combeyond.bu.edu/offering/summer-journalism-academy-bu/", + "archived": true + }, + { + "id": 240, + "title": "Case Western Reserve Pre-College Program", + "description": "Case Western Reserve University is excited to offer a flexible online program\ndesigned for high school students. If you have a passion for a certain subject and\nwould like to explore it in-depth before college, here is your chance to do so. Each\ncourse features video lessons by Case Western Reserve instructors and live sessions\nwith university mentors. Our Pre-College Online Program offers courses year-round\nthat enable high school students to “test the water” of particular subject areas and\nprovides a certificate of completion. Limited scholarships are available.", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "Virtual", + "location": "Various (multiple two and four week sessions)", + "cost": 995, + "appDeadline": "1970-01-01", + "link": "https://case.precollegeprograms.org/", + "archived": false + }, + { + "id": 241, + "title": "D.O.E. Food & Nutrition Services Summer Apprentice Program", + "description": "The Office of Food and Nutrition Services Summer Apprenticeship Program is a paid\nopportunity for high school students. Students selected will work close to where they\nlive, or if travel is required, a MetroCard will be provided. Each apprentice will gain\nknowledge related to food and nutrition and the food service industry. Students who\nreside in Staten Island, the Bronx, and Manhattan will receive enrollment priority, but\nall may apply.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 3 – August 25", + "location": "Various", + "cost": 0, + "appDeadline": "2023-03-27", + "link": "https://www.schools.nyc.gov/careers/other-jobs-in-schools/food-services-jobs/food-services-internships-and-college-programs", + "archived": true + }, + { + "id": 242, + "title": "Fordham University Finance Institute", + "description": "This is a one-week program that introduces high school students to the finance\nindustry and to leading business companies & executives. Limited need-based financial aid is available.\nNote that students seeking financial aid must apply by a financial aid deadline of April 1, 2023.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "June 26 – 30 or July 24 – 28", + "location": "441 E. Fordham Road, Bronx", + "cost": 1000, + "appDeadline": "1970-01-01", + "link": "https://www.fordham.edu/gabelli-school-of-business/academic-programs-and-admissions/undergraduate-programs/specialty-programs/summer-business-programs/finance-institute-wall-street-in-the-classroom/", + "archived": false + }, + { + "id": 243, + "title": "Long Island Sunrise Day Camp", + "description": "Students may apply for paid or volunteer positions with this very special day camp for\nchildren with cancer and their siblings. You may work as a general counselor or as a\nspecialist (art, music, sports, etc.). Helpers should be compassionate, mature,\nresponsible and smart! Students with an interest in medicine, psychology, social work,\nor just helping others are welcome to apply. Transportation to camp is provided –\nquestions may be directed to: dan.silver@sunriseassociation.org or 631-365-2320\n(text or call). Students must be 16 or older by June 29.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 29 – August 18", + "location": "Wheatley Heights, NY (in Suffolk County, near Babylon, Long Island)", + "cost": -1, + "appDeadline": "1970-01-01", + "link": "http://www.sunrisedaycamp-longisland.org/", + "archived": false + }, + { + "id": 244, + "title": "Zeta Schools Paid Summer Internship Program", + "description": "As a part of our Zeta Summer Internship Program, you will be able to be a part of\npreparing our schools and our school staff for the first day of school for the 2023-24\nschool year. This paid internship offers the unique opportunity to learn about various\naspects of opening a new school, while learning from and shadowing colleagues who\nhave worked in various careers including teaching, school administration, operations,\nlaw, consulting, finance. etc. A $2,000 stipend is offered for the summer.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 5 - August 18", + "location": "Various schools in the Bronx and Upper Manhattan", + "cost": -2000, + "appDeadline": "1970-01-01", + "link": "https://zetaschools.org/jobs/zetacharterschools/summer-intern-2023-2/?gh_jid=4477123003", + "archived": false + }, + { + "id": 245, + "title": "The Read Alliance Teen Leader Tutoring Opportunity", + "description": "Why Become a Teen Leader? Impact a younger student's future - be a role model!\nImprove your self-confidence, patience and pride, learn job skills, such as\ncommunication and responsibility, build your college portfolio, and earn promotion to\nSenior Teen Leader!", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Virtual and hybrid options available", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://readalliance.org/tutor-application", + "archived": false + }, + { + "id": 246, + "title": "Go Getter Summer Internship", + "description": "During the five-week GO Summer program, interns will be supporting instruction in\none of our K – 4 classrooms under the guidance of a Head Teacher or Enrichment\nTeacher. Interns will work in small groups or one-to-one within the classroom to help\nstudents complete projects, remain focused, and build confidence as learners. Interns\nwill also be participating in rigorous daily professional development sessions where a\nstrong social justice-centered curriculum and required readings and assignments will\nform the core framework for the internship. Students must be at least 16 years old.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + }, + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 29 – July 1 (training) & July 5 – August 4 (program duration)", + "location": "Berkeley Carroll School, Grace Church School, St. Luke’s School (lower Manhattan or Park Slope, Brooklyn)", + "cost": 0, + "appDeadline": "2023-04-21", + "link": "https://www.goprojectnyc.org/get-involved/volunteer#GOGetter", + "archived": true + }, + { + "id": 247, + "title": "MinKwon Center for Community Action Health Program Volunteer Opportunity", + "description": "For our virtual volunteer opportunities during the month of March, we need\nKOREAN-speaking volunteers for these events since it will require reading and\ntyping in Korean! Volunteer work will include digitalizing paper survey entries into\nGoogle Forms. Based on volunteer spot availability, we will send you a\nconfirmation.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various after-school dates from 3/21 – 3/29", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-03-29", + "link": "https://docs.google.com/forms/d/e/1FAIpQLSfe9E-QyJfIUGL8GA1hHHR-wkNJxzgTnw_7_GhKCkW0DW1tLQ/viewform?mc_cid=057cbd7544&mc_eid=642f4c3cb5", + "archived": true + }, + { + "id": 248, + "title": "Brooklyn Library Virtual Tech Volunteer", + "description": "Branches of the Brooklyn library system welcome student volunteers to provide tech\nand support assistance throughout the summer, and for a minimum of three hours per\nweek for at least six months during the school year. Participants will receive eight\ndays of training, and small stipends as well.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Summer and School Year", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.bklynlibrary.org/support/volunteer/teen-techies", + "archived": false + }, + { + "id": 249, + "title": "Rescuing Leftover Cuisine Volunteering Opportunity", + "description": "Volunteer in the fight against food waste and hunger by making food deliveries! All\nyou have to do is bring excess food from our food donors to our nonprofit partners in\nyour community. Food rescues typically take less than an hour of your time and can\nbe done by public transportation, car, on foot, or bike. With just an hour of your time,\nyou can help reduce food waste and provide meals to those in need in your\ncommunity! Students under 16 must have an accompanying adult.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.rescuingleftovercuisine.org/volunteer", + "archived": false + }, + { + "id": 250, + "title": "Bike New York Volunteering", + "description": "When you teach a person how to ride a bike, or how to make biking a part of their\ndaily routine, it isn’t just the student’s life that changes. Our volunteers remark time\nand again on the profundity of witnessing the aha moment when a new biker really\ngets it, when a recreational rider realizes that a bicycle is much more than a toy, or\nwhen a long-time cyclist finally learns how to fix their bike. Volunteer at a Bike New\nYork class and be a part of someone’s aha moment. Volunteers must be at least 16 years old and attend mandatory training.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.bike.nyc/volunteer/volunteer-opportunities/bike-education/", + "archived": false + }, + { + "id": 251, + "title": "Civics Week Poster 2023 Contest", + "description": "New York City students are invited to showcase their civic engagement and artistic\ntalent by participating in the fourth annual NYCDOE Civics for All Poster Contest.\nThis poster contest will encourage students to: Learn about important issues Realize\nwhy student voice matters Understand and amplify why voting and active civic\nparticipation are important Winning poster submissions will be shared with the\nNYCDOE community.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-03-20", + "link": "https://docs.google.com/document/d/1zDvaBQBJbcQkI7ysqeZMCPyRKaa6KHz8_huMP4nU7b4/edit", + "archived": true + }, + { + "id": 252, + "title": "West Point Summer Leaders Experience", + "description": "Led by current cadets, Summer Leaders Experience (SLE) is a week-long immersion\ninto the academic, military, and social life of a West Point cadet. At SLE, you will\nexplore West Point from all angles, including our high-tech educational facilities,\nteam-building athletic activities, and realistic military training.\nSLE gives you a taste of the character, determination, commitment to excellence, and\nleadership required to be a cadet at the U.S. Military Academy (USMA). During our\nsummer program, you can customize your experience by choosing courses from a\nvariety of academic disciplines and working in USMA's innovative academic\nfacilities.” For more information: SLE@westpoint.edu, admissions@westpoint.edu, or\n845-938-5760; Information Session (Recording available): https://fb.me/e/Yz9kQHl1. Open to all current juniors who are US citizens and turn 17 by July 1st with no\nserious medical issues. Scholarships are available. Covers clothing, supplies, meals, lodging, and\ninstructor expenses. Does not cover travel expenses.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "June 3 - 9, 2023; or June 10 - 16, 2023", + "location": "606 Thayer Rd, West Point, NY 10996", + "cost": 625, + "appDeadline": "2023-04-01", + "link": "https://www.westpoint.edu/admissions/summer-program", + "archived": true + }, + { + "id": 253, + "title": "Miss CEO Leadership Lab", + "description": "The Miss CEO Leadership Lab is an interactive online cohort-based course designed\nfor high school students interested in developing their leadership toolkit, spearheading\nhigh impact projects in their communities, exploring innovative careers, and learning\ndirectly from influential female leaders, Stanford faculty, and mentors. By the end of\nthis highly engaging and inspiring program, students are well-versed in critical skills\nincluding effective communication, negotiation, time management, networking, goal\nsetting, and risk-taking.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "March 25 – 26, April 1 – 2, or April 8 – 9", + "location": "Virtual", + "cost": 216, + "appDeadline": "1970-01-01", + "link": "https://www.missceo.org/leadership-lab", + "archived": false + }, + { + "id": 254, + "title": "Just The Beginning (JTB) Summer Legal Institute", + "description": "The SLI is a four-day legal immersion program for high school students across the\ncountry. The goal of the SLI is to enhance skill sets that are essential for students to\nprogress successfully through high school, college and law school. Scholars\nexperience interactive sessions that will develop skills such as reading, writing,\ncritical thinking, professional etiquette, financial literacy and public speaking.\nThrough a unique curriculum designed to enhance these skill sets, the SLI program\ninspires diverse students to pursue advanced degrees and careers in the legal\nprofession. Public transportation passes available, housing not provided.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "Various (Los Angeles, CA; San Diego, CA; Chicago, Illinois; or Washington, DC)", + "cost": 0, + "appDeadline": "2023-04-03", + "link": "https://jtb.org/summer-legal-institute/", + "archived": true + }, + { + "id": 255, + "title": "2023 KACE Grassroots Internship", + "description": "KACE is a not-for-profit organization dedicated to empowering the Korean\nAmerican community through civic education and community organization. In this\nprogram, under supervision, students will research and lead public campaigns to raise\nawareness of various important issues. Students will also meet with elected officials\nand engage with members of the local, state, and federal legislature. Through this\nunique program, our summer interns will learn: The importance of registering Korean\nAmericans as voters; the issues facing the Korean American community today; and\nthe process of organizing and mobilizing the Korean American community.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 2 – Oct 27", + "location": "Hybrid", + "cost": 0, + "appDeadline": "2023-04-28", + "link": "https://kace.org/internship/", + "archived": true + }, + { + "id": 256, + "title": "New York State Division of Human Rights Internship Opportunities", + "description": "The Division offers interested students exciting opportunities to participate in the\nprocessing of discrimination complaints and observe first-hand how the Division\ninvestigates, prosecutes, and conducts hearings to determine if discriminatory conduct\nin violation of New York State law has occurred. There are also opportunities to work\nwith the Division’s External Relations Unit, that works to educate and engage New\nYorkers about the NYS Human Rights Law. Interns/externs are also provided with\nsignificant professional development, mentorship, and writing opportunities.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 5 – August 4", + "location": "Hybrid with various across New York State", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://dhr.ny.gov/internship-opportunities", + "archived": false + }, + { + "id": 257, + "title": "Youth4AM SHSAT Summer Camp & Leadership Development Program", + "description": "Youth4AM is a mostly student-run program that provides affordable SHSAT prep\nto middle schoolers. We are looking for high school and college student volunteers\nto be TAs to help teach math and ELA to middle school students in groups. TAs\nhave many opportunities to gain valuable leadership skills by joining our five\ndepartments that run camp operations behind the scenes, and if TAs are accepted\nthrough SYEP, they can be paid as well.If you would like more information about what being a TA or other positions in Youth4AM entails, you can sign up for our TA Seminar on 3/25 (6:00 – 8:00pm). Students must have a GPA of 92 or higher.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + }, + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Saturday mornings from May 27 – June 24 and Monday-Friday from July 5 – August 8", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-04-30", + "link": "https://docs.google.com/forms/d/e/1FAIpQLScWAy9zu2DK3rO0KcC3hk7nPW9M1HjU7kjLCmCgDc0tZMHMPg/viewform", + "archived": true + }, + { + "id": 258, + "title": "Teen Transmitters Program @ The Paley Museum", + "description": "During the course of this program, interns will take a deep dive into media literacy\nand explore how the words, sounds, and images they encounter every day make an\nimpression on them. Industry professionals, museum curators, journalists,\ndocumentarians, and podcast producers will be invited to speak to the students about\ntheir career paths and act as mentors over the course of the program.\nAs a culminating project, interns will learn to tell stories by producing an original\npodcast series. Interns will gain skills in public speaking, interviewing, research,\nwriting, and audio production that are crucial for college and career readiness. Teen\nTransmitters interns will be paid $15 per hour.", + "categories": [ + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "July 11 - August 11", + "location": "The Paley Center for Media, 25 West 52 Street, Manhattan", + "cost": -15, + "appDeadline": "2023-04-16", + "link": "https://www.paleycenter.org/education/teen-transmitters-summer-internship/", + "archived": true + }, + { + "id": 259, + "title": "OTIS College of Art and Design – Summer of Art 2023", + "description": "This intensive, four-week residential pre-college program is for individuals 15 and\nolder who wish to study at one of the top art and design colleges in the country.\nSerious young artists seeking to strengthen and enhance their art and design skills, as\nwell as students with limited art training, are invited to participate. Scholarships are\nawarded based on need, portfolio and GPA. Information sessions are also held\nmonthly. Programs start at $1650 for a 2 day program to $4400 for a 5 day program. Note that students seeking financial aid have an earlier deadline of April 21, and there is an early-bird deadline of April 28 which gives students a $100 discount.", + "categories": [ + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "July 5 – 28", + "location": "Otis College in Los Angeles, CA", + "cost": 1650, + "appDeadline": "1970-01-01", + "link": "https://www.otis.edu/summer-art", + "archived": false + }, + { + "id": 260, + "title": "NY Botanical Garden Fall Virtual Volunteer Explainers", + "description": "The New York Botanical Garden Explainer internship program provides students 14-\n17 years old with an opportunity to learn about plant science, leadership skills, public\nspeaking, and more. Participants gain work skills experience through teaching science\nand nature studies to children in a beautiful and supportive setting.", + "categories": [ + { + "name": "Parks, Zoo, Nature", + "description": "Opportunities to interact with nature" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "August 2023 – January 2024 (weekends)", + "location": "Everett Children’s Adventure Garden, Bronx NY", + "cost": 0, + "appDeadline": "2023-04-22", + "link": "https://www.nybg.org/learn/kids-teens/explainers/", + "archived": true + }, + { + "id": 261, + "title": "Queens Botanical Garden Volunteering Opportunity", + "description": "Join the over 2,000+ annual volunteers making a difference at our 39-acre outdoor\nurban oasis. Explore the many ways to get involved- get fresh air and your hands dirty\nwith our knowledgeable Horticulture staff; assist visitors and children explore nature\nwith Education and Public Programs; gain valuable technical skills in Maintenance;\nlearn to turn Compost or tend to our Urban Farm; or share your Administrative and\ncreative skills with our friendly staff.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + }, + { + "name": "Parks, Zoo, Nature", + "description": "Opportunities to interact with nature" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "43-50 Main Street, Flushing", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://queensbotanical.org/volunteer/", + "archived": false + }, + { + "id": 262, + "title": "Environmental Studies Summer Youth Institute (ESSYI)", + "description": "The Environmental Studies Summer Youth Institute (ESSYI) is a two-week, college-\nlevel interdisciplinary summer program for talented high-school students. ESSYI\nintroduces students to environmental issues and interdisciplinary techniques for\naddressing environmental problems. Students make new intellectual and emotional\nconnections as they explore current environmental challenges through scientific,\nsocial, economic, philosophical, ethical, and political perspectives.", + "categories": [ + { + "name": "Parks, Zoo, Nature", + "description": "Opportunities to interact with nature" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 9 - 22", + "location": "Hobart and William Smith College", + "cost": 3900, + "appDeadline": "1970-01-01", + "link": "http://essyi.hws.edu/", + "archived": false + }, + { + "id": 263, + "title": "Adirondack Leadership Program (ALP)", + "description": "ALP provides a chance to enjoy the great outdoors with other people your age. The\nnine-day program includes exciting activities like rock climbing and high peak\nsummits. Throughout your adventures, you’ll learn what it means to be a leader and\nexperience all the joys of camping in the wilderness—whether that’s paddling a\ncanoe, cooking dinner with new friends or laughing around a campfire. Students must be at least 15 years old.", + "categories": [ + { + "name": "Parks, Zoo, Nature", + "description": "Opportunities to interact with nature" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "Various nine-day programs (late June – late July)", + "location": "Various nine-day programs (late June – late July)", + "cost": 1350, + "appDeadline": "1970-01-01", + "link": "https://lavidacenter.org/alp/learnmore/", + "archived": false + }, + { + "id": 264, + "title": "Kode With Klossy", + "description": "All female students are invited to engage in online coding and other computer science\nactivities over the summer. Students may choose among three camp programs -\nbuilding a website, mobile application, or data visualization, building. A series of\ntwo–week programs are offered, beginning June 6. No prior knowledge is necessary.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "Various (two-week sessions from June - August)", + "location": "Virtual and in-person locations available", + "cost": 0, + "appDeadline": "2023-03-20", + "link": "https://www.kodewithklossy.com/apply", + "archived": true + }, + { + "id": 265, + "title": "Engineering Programs at the University of Wisconsin-Madison - Engineering Summer Program", + "description": "ESP is designed for rising high school juniors and seniors to engage in a free, three-\nweek residential program with interactive programming similar to a first year\nengineering experience at UW-Madison. Students will participate in handson\nworkshops, visit industry sites, go on field trips, and receive mentoring from faculty.”\nEligible: Current sophomores and juniors with a minimum GPA of 3.0; All may apply\n– focus is on high achieving students historically underrepresented in engineering (e.g.\nfirst generation, low-income, students from diverse communities, LGTBQ+, and\nwomen).\nRecommender deadline is March 27, 2023.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "July 15 – August 4", + "location": "University of Wisconsin-Madison campus", + "cost": 0, + "appDeadline": "2023-03-20", + "link": "https://engineering.wisc.edu/about/inclusion-equity-and-diversity/engineering-summer-program/#ESP", + "archived": true + }, + { + "id": 266, + "title": "Engineering Programs at the University of Wisconsin-Madison - Virtual Engineering Summer Program", + "description": "Virtual ESP programming will explore the various engineering majors within the\nCollege of Engineering at University of Wisconsin-Madison. Participants will\nexperience the engineering design process firsthand through design kits mailed out to\nthem. Other structured programming such as college preparatory workshops, and\nundergraduate mentoring will help students gain a better understanding of the field of\nengineering and its applications.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + } + ], + "date": "June 26 – 30", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-03-20", + "link": "https://engineering.wisc.edu/about/inclusion-equity-and-diversity/engineering-summer-program/#Virtual-esp", + "archived": true + }, + { + "id": 267, + "title": "Engineering the Next Generation (ENG)", + "description": "ENG is a 6-week, full-time summer research program at Columbia Engineering for\nacademically competitive NYC rising high school seniors (i.e. current juniors). High\nschool researchers will be matched with research mentors, supervised by Columbia\nfaculty members and graduate students, and receive a stipend for support.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": " July 5 – August 11", + "location": "Columbia University", + "cost": 0, + "appDeadline": "2023-03-31", + "link": "https://outreach.engineering.columbia.edu/eng", + "archived": true + }, + { + "id": 268, + "title": "CREST/HIRES Summer Internship", + "description": "HIRES provides an advanced STEM research opportunity focused on Earth Science\n& Engineering to New York City students who are female, from low-income, or\nunderrepresented groups. It runs for seven weeks and offers a $1,000 stipend and three\ncollege credits upon completion. Students must be either female, from low-income, or underrepresented groups who meet the academic eligibility criteria.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "July – August (seven-week program)", + "location": "CUNY Crest Institute", + "cost": 0, + "appDeadline": "2023-03-31", + "link": "https://crest.cuny.edu/hires/apply-now/", + "archived": true + }, + { + "id": 269, + "title": "NYU CREATE Coding for Game Design High School Summer Program", + "description": "In this two-week session, participants will learn about the principles of game design,\nand will be introduced to C# and Unity scripting, which they will use to create their\nown custom games! The program emphasizes team collaboration and close work with\nexperienced CREATE game designers and developers. Students will work together\nand independently to create 3D Unity games based on design principles and\ndevelopment techniques used by professionals at NYU.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "Various (sessions ranging from June - August)", + "location": "Virtual and in-person (NYU’s downtown Brooklyn campus) options available", + "cost": 2545, + "appDeadline": "2023-04-01", + "link": "https://steinhardt.nyu.edu/create/high-school-summer-program", + "archived": true + }, + { + "id": 270, + "title": "All Star Code Summer Intensive 2023", + "description": "The Summer Intensive is All Star Code's flagship program, a six-week coding\nexperience featuring both technical web development skills as well as essential career\nskills. Personal laptops and hotspots are provided for every student. Using our three\npillars: Dare Greatly, Celebrate Failure, and Tell Your Story, we give young men the\nskills, networks, and mindsets they need to succeed through technology. Students must be male students of color.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "July 10 – August 18", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-04-14", + "link": "https://allstarcodeapply.smapply.io/", + "archived": true + }, + { + "id": 271, + "title": "US Naval Academy Summer STEM Program", + "description": "During this week-long residential program, students will travel to the United States\nNaval Academy to engage in academic modules such as Reverse Engineering\n(disassembling and reassembling a lawn mower engine), Searching for Unobtanium\n(discussing stories behind the USNA EE labs), and Storm Chasing (constructing\nstructures to withstand high-speed winds). The program also features field trips,\npresentations, programming activities, a shaved ice event, and more.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + } + ], + "date": "June 12 – 17 (current freshmen), June 19 – 23 (current sophomores)", + "location": "US Naval Academy (121 Blake Road, Annapolis, MD 21402)", + "cost": 800, + "appDeadline": "2023-04-15", + "link": "https://www.usna.edu/Admissions/Programs/STEM.php#fndtn-panel1-Attending", + "archived": true + }, + { + "id": 272, + "title": "SigmaCamp 2023", + "description": "At SigmaCamp, students spend a week with other talented campers, who were\ninterested in learning about the exciting puzzles and mysteries of the world around\nyou. They are guided by college students and graduate students from top US\nuniversities and taught by leading professors and scientists from Stony Brook\nUniversity, Brookhaven National Lab, Yale, Stanford, and MIT. The days are filled\nwith discussions of the most exciting topics in contemporary science; hands-on\nexperiments; debates; and educational games. Sibling discounts and need-based financial aid are available.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "August 13 - 20", + "location": "Silver Lake Camp and Conference Center (Sharon, Connecticut)", + "cost": 1700, + "appDeadline": "2023-04-15", + "link": "https://sigmacamp.org/2023", + "archived": true + }, + { + "id": 273, + "title": "Pioneer Research Program", + "description": "Pioneer Academics is a research institute for high-achieving high school students\nseeking to conduct accredited research in STEM, social sciences, and humanities. It is\nthe only online research program that grants college credit through our partnership\nwith Oberlin College. Pioneer is committed to access for all students accepted into the\nprogram. This program strives to meet 100% of admitted students demonstrated\nfinancial need, where need could be assessed, in 2021.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "June – August (Info sessions in March & April)", + "location": "Virtual", + "cost": 6650, + "appDeadline": "1970-01-01", + "link": "https://apply.pioneeracademics.com/portal/apply", + "archived": false + }, + { + "id": 274, + "title": "New York Historical Society Tech Scholars: Web Design", + "description": "Learn to code in a supportive, all-girl environment! Explore how women\nacross the spectrum of race, class, and sexuality exercised power and effected\nchange. Be a digital changemaker and create your own projects—including\ngames, apps, and websites—to share powerful stories about women in history as you\nlearn HTML and CSS! Research historical figures and events that continue to impact\nyoung people today and get mentored by a wide range of women leaders in\ntechnology, and learn about career options. Students must be rising sophomores, juniors, & seniors who identify as female.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "July 24 - 28 (10 AM - 3 PM)", + "location": "New-York Historical Society, 170 Central Park West (77th Street)", + "cost": 0, + "appDeadline": "2023-04-30", + "link": "https://nyhistory.wufoo.com/forms/qr0vit71icuqx5/", + "archived": true + }, + { + "id": 275, + "title": "New York Historical Society Tech Scholars: Game Design", + "description": "New-York Historical Society offers a robust suite of digital humanities programs for\nhigh school students year-round in the Tech Commons. Create your own digital game\nbased on history! Research, conceptualize, and create your own 2D game inspired by\nthe collections at the New-York Historical Society. This course operates on a pay-what-you-want basis.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "August 7 - 11 (10 AM - 3 PM)", + "location": "New-York Historical Society, 170 Central Park West (77th Street)", + "cost": 0, + "appDeadline": "2023-04-30", + "link": "https://nyhistory.wufoo.com/forms/qr0vit71icuqx5/", + "archived": true + }, + { + "id": 276, + "title": "Duke University Summer Pre-College Programs", + "description": "The Duke Pre-College High School Program provides advanced academic opportunities and an introduction to the college experience to high school students. Our courses, in fields from engineering, mathematics, social sciences, to humanities, are created to give students access to cutting-edge curriculum and technology beyond the average classroom while connecting them with transcendent peers from around the world and influential professionals in their future field. Participants gain valuable experiences that prepare them for not only their college curriculum and careers that follow, but also to become empowered, influential leaders.\n\n*Eligible: All students (only current sophomores and juniors take courses for credit)\n*Cost: Various ($2,100 - $4,900); financial aid may be available", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various (from June to July)", + "location": "In-person and virtual options available", + "cost": 0, + "appDeadline": "2023-04-01", + "link": "https://learnmore.duke.edu/precollege/program-overview", + "archived": true + }, + { + "id": 277, + "title": "College Edge Summer Sessions Program at Columbia", + "description": "Academically exceptional high school students can apply to take courses with Columbia students and earn full college credit. Students receive access to the same courses as Columbia students, an ivy league achievement for your college transcript, academic advising, professional development, and real-world experience at an Ivy League institution.\n\n*Eligible: Current juniors and seniors with a minimum GPA of 3.3\n*Cost: $2,364 per credit (no financial aid available)\n*Application Deadline: April 10 (session 1 deadline), May 22 (session 2 deadline)", + "categories": [], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "May 22 – June 30 OR July 3 – August 11", + "location": "Columbia University Morningside campus", + "cost": 2364, + "appDeadline": "2023-04-10", + "link": "https://precollege.sps.columbia.edu/highschool/college-edge/admissions/apply", + "archived": true + }, + { + "id": 278, + "title": "Lumiere Research Scholar Program", + "description": "Founded by Harvard & Oxford researchers, this is a selective program for talented high school students. Students work one-on-one with a mentor from a top university to conduct research and develop a 15–20-page research paper on topics in every academic field, ranging from machine learning to economics to physics. In the 2020– 2021 school year, more than 1,500 students applied to the program and 500 were admitted.\n\n*Cost: $2,600 - $8,400", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + }, + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + }, + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Summer 2023", + "location": "TBD", + "cost": 2600, + "appDeadline": "2023-04-16", + "link": "https://www.lumiere-education.com/students-application-form", + "archived": true + }, + { + "id": 279, + "title": "Adelphi University Pre-College Summer Programs", + "description": "Adelphi University is offering a variety of courses for college credit, including art\nand digital production, business and entrepreneurship, introduction to nursing,\npsychology and pop culture, teaching and teacher education, and more, as well as non-\ncredit programs such as professional sport as a business and career and NYC arts\nexploration.\n\nCost: Various ($3,000 - $5,200); partial, need-based scholarships available", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "July 9 - 29", + "location": "Garden City campus", + "cost": 3000, + "appDeadline": "2023-05-31", + "link": "https://www.adelphi.edu/high-school-students/summer-pre-college- program/programs/", + "archived": true + }, + { + "id": 280, + "title": "Marymount Manhattan College Summer Academy Program", + "description": "MMC’s Summer Academy offers a wide range of one or two week-long intensive pre-college programs for high school students, designed to introduce students to the college environment, to challenge them academically, and to offer a glimpse into the boundless opportunity of a college career in the world’s greatest city.", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "June 25 – July 8 OR July 9 – 22", + "location": "221 East 71st Street, Manhattan", + "cost": 4500, + "appDeadline": "1970-01-01", + "link": "https://www.mmm.edu/summer-academy/", + "archived": false + }, + { + "id": 281, + "title": "Marist Summer Pre-College Program", + "description": "This summer, Marist Summer Pre-College is offering nearly 20 unique course offerings over three different sessions: two on our beautiful riverfront campus, and one virtual. Prepare for exciting hands-on learning opportunities, either an immersive in-person experience, or from the comfort of your own home, virtually. Each program below is tailored to your unique interests and designed to help you develop the fundamentals of your future career!\n\n*Cost: $1,500 (virtual session) OR $3,500 (per in-person session)", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "June 25 – July 8 OR July 9 – July 22 OR July 10 – 28", + "location": "3399 North Road, Poughkeepsie, NY (for the first two sessions); Virtual (for the third session)", + "cost": 1500, + "appDeadline": "1970-01-01", + "link": "https://www.marist.edu/admission/summer-pre-college/program-dates-locations", + "archived": false + }, + { + "id": 282, + "title": "University of Chicago Summer Session", + "description": "The University of Chicago Summer Session offers several precollege programs for students: Immersion, Pre-College Summer Language Institute, Summer Online, Research in the Biological Sciences (RIBS), Summer College. Each offers a variety of courses.\n\n*Cost: Various (need-based financial aid available)\n*Eligible: Immersion: All Freshmen, Sophomores & Juniors\nPre-College Summer Language Institute: All Juniors & Seniors\nSummer Online: All Freshmen, Sophomores & Juniors\nRIBS: Sophomores & Juniors\nSummer College: All Juniors & Seniors", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "Summer 2023 (various sessions available)", + "location": "Virtual and in-person options available", + "cost": 0, + "appDeadline": "2023-04-06", + "link": "https://summer.uchicago.edu/pre-college-students", + "archived": true + }, + { + "id": 283, + "title": "World of Money’s Road to Wall Street", + "description": "Students will engage with successful executives & financial experts, learn about career paths, investing strategies, networking, and more. The theme: “Honoring Black Wall Street pioneers who advocated for human rights in this field.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "March 29 (4:00 – 6:00pm)", + "location": "280 Park Avenue, Manhattan", + "cost": 0, + "appDeadline": "2023-03-29", + "link": "https://www.eventbrite.com/e/worldofmoneys-road-to-wall-street-tickets-532068550357", + "archived": true + }, + { + "id": 284, + "title": "Girls Start-Up Business Plan Competition", + "description": "The Girls Start Up Business Plan assists our participants in setting up social enterprise business ideas that will impact the community in which they live, play, learn, and work. Participants will have the opportunity to create a start-up business and website with help from our friends at Wix.com, present their business website to Corporate Judges, and receive college prep resources/mentorship. Chosen finalists will be flown out to Miami, FL to pitch their business plan idea to our Corporate Partners and win up to $10,000!\n\n*Eligible: Juniors and seniors who identify as women of color", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "Various dates between June 7 - July 28", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-04-03", + "link": "https://www.seedsoffortune.org/girlsstartup", + "archived": true + }, + { + "id": 285, + "title": "Cirkled In Remote Summer Internships Search Engine", + "description": "Cirkled In is a website that provides students with a platform to find internships and job opportunities. The website has a search feature that allows students to filter opportunities based on their preferences, such as location, industry, and job type. Cirkled In also allows students to create a profile and upload their resume, making it easier for employers to find potential candidates. The website provides resources and tips for students on how to improve their resumes and interview skills.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various dates", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://cirkledin.com/internship-and-jobs/", + "archived": false + }, + { + "id": 286, + "title": "FinTech Focus", + "description": "FinTech Focus is a two-week immersive program designed for incoming college freshmen with an interest in finance, computer science and technology. Over the course of the program, students learn the principles of computer science, gain exposure to the financial services industry, and get hands-on experience developing real-world applications. Students will have the opportunity to hear from guest speakers, learn the basics of banking and finance, and gain insights into STEM career paths available in college and beyond. The course will take place virtually, with the support and sponsorship of top financial firms. Participants will receive a total stipend of $1,000.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 10 – 21 OR July 24 – August 4", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-04-02", + "link": "https://fintechfocus.com/?mc_cid=02e528df3d&mc_eid=7e52135d95", + "archived": true + }, + { + "id": 287, + "title": "Museum of Finance Academy", + "description": "The Museum Finance Academy (MFA) is a FREE five session personal finance\ncertificate course for 11th and 12th graders with the goal of teaching students to aspire\nto financial independence through developing an appreciation for savings, establishing\nfinancial goals and learning to avoid scams. Students are expected to attend all five\nsessions and keep cameras on during the sessions. This course requires NO prior\nknowledge of finance, business or economics. The top four students from each class\nwill be awarded a partial college scholarship ranging from $500 to $1,000.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "April 18, 25, May 2, 9, & 16 (4:15 – 5:30 pm)", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.moaf.org/education/museum-finance-academy/", + "archived": false + }, + { + "id": 288, + "title": "Financial Literacy Bee Scholarship", + "description": "The Financial Literacy Bee provides an opportunity for all students to have some fun and learn critical financial concepts through an interactive financial literacy course. Learn how to save, set financial goals, budget, and invest in your future! ALL students have the opportunity to win a $500 scholarship by completing the four modules and submitting an essay.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + }, + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-21", + "link": "https://svb.everfi-next.net/welcome/national-financial-bee", + "archived": true + }, + { + "id": 289, + "title": "YMCA Day Camp Jobs", + "description": "Looking to make a difference in a child's life while you have fun, make new friends, and create lifelong memories? Many different positions and locations are available throughout the 5 boroughs of NYC and at our Sleepaway Camp upstate in Huguenot, New York. Room and board are provided for Sleepaway Camp.\n\n*Eligible: Current seniors who are at least 18 years old", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Early July - Late August", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://ymcanyc.org/ymca-career-opportunities-and-job-search/summer-camp-jobs", + "archived": false + }, + { + "id": 290, + "title": "New Country Day Camp Counselor Jobs", + "description": "Counselors are enthusiastic, highly motivated, creative, and responsible role models who are directly responsible for the well-being of campers at New Country Day Camp. Candidates should be friendly, warm, and passionate about working in a high- energy, outdoor camp environment and have previous, demonstrable experience working with children.\n\n*Eligible: All students who are at least 16 years old", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Summer 2023", + "location": "Henry Kaufmann Campgrounds", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.14streety.org/camps/newcountrydaycamp/join-ncdc-team/", + "archived": false + }, + { + "id": 291, + "title": "Park Slope Day Camp Jobs", + "description": "We look for people who are enthusiastic, creative, skilled in a teaching area, and genuinely interested in working with children. Our counselors to camp ready to “give of themselves” and have the necessary levels of maturity, common sense, dependability, trust, and selflessness required to work with children. At least 60% of our staff returns year after year.\n\n*Eligible: All students who are at least 17 years old", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 3 - August 25", + "location": "694 5 Avenue Brooklyn", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.parkslopedaycamp.com/work-here", + "archived": false + }, + { + "id": 292, + "title": "Steve & Kate’s Spring Break and Summer Camp Paid Jobs", + "description": "In order to create a camp where every child feels safe, respected, empowered, and a sense of belonging, Steve & Kate’s needs seasonal and year-round teams that represent the richness and diversity of our local communities. We are an equal- opportunity employer that strives to have staff members of all races, genders, ethnicities, sexual orientations, religions, socio-economic backgrounds and abilities join us in helping kids learn to trust themselves and one another. We also strive to create an environment where work, learning, and play is inclusive, equitable, and accessible for all.\n\n*Eligible: Students who are at least 16 years old and have previous camp experience", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various (late June - mid-August)", + "location": "Various in Brooklyn and Manhattan", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://steveandkatescamp.com/jobs/", + "archived": false + }, + { + "id": 293, + "title": "Bonjour NY Camp Jobs", + "description": "We teach over 20 activities at camp. Our large staff enables us to give in-depth quality instruction to campers of all ages and abilities. Staff members participate in all the activities: arts, swimming, sports... All camp activities are conducted in French and staff must be fluent in French. Applicants must be available to work at camp during the whole nine-week sessions and for the pre-camp training session.\n\n*Eligible: All students who are fluent in French, at least 17 years old, and have previous experience working with young children", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Summer (late June - August)", + "location": "Various in Brooklyn and Manhattan camps", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://bonjourny.com/work-at-bny/", + "archived": false + }, + { + "id": 294, + "title": "Believe and Inspire Job Readiness Workshops", + "description": "Believe and Inspire is a 501(c)(3) non-profit that connects underserved youths with the tools and support they need to prepare for the workforce and become self- sufficient. Believe & Inspire offers two FREE interactive virtual after-school job readiness workshops to empower youth to become successful leaders.\n\nIn the Get Invited for Interviews workshop, participants will learn practical skills to write a resume and cover letter to get noticed in a large pool of applicants. The Acing Your Interview workshop will explore the best techniques to prepare for the interview, review typical interview questions, and discuss managing expectations during and after the interview.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "April 6 (4:00 – 5:00 PM)", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://believeandinspire.org/job-readiness-program/", + "archived": false + }, + { + "id": 295, + "title": "Autism Speaks New York 5K", + "description": "Autism Speaks New York is kicking off World Autism Month by inviting all to running or walking a 5K to show support for people with autism, and is looking for volunteers to help set this event up! We are looking for volunteers to help set up, greet runners, run registration and volunteer check-in, be route marshals, distribute t-shirts and water, and clean up. It is a wonderful opportunity to earn community service hours and letters of appreciation will be available upon request.\n\nFor more information: latoya.browne@autismspeaks.org or 646-436-1715", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "April 1 (6:45 – 11:00am), full or partial day available", + "location": "Prospect Park (Entrance at Ocean Ave & Parkside) Brooklyn", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://act.autismspeaks.org/site/TR?pg=entry&fr_id=6972", + "archived": false + }, + { + "id": 296, + "title": "Cultured Kids Cuisine Internship", + "description": "Cultured Kids Cuisine is an international non-profit organization striving to foster\ncultural awareness through food. We are currently recruiting high school and college\nstudents - While no previous experience is necessary, all we ask is that applicants are\npassionate about building a future of love and tolerance through food. The internship\nis fully funded and students will be paired with a mentor and have the opportunity to\nattend weekly workshops led by successful women founders and entrepreneurs,\ngrowing their network and skillset in the process. Furthermore, this program pushes\nstudents to think creatively about solving real-world problems, instills in them the\ninitiative to be proactive in their communities, and empowers them to see their ability\nto do something bigger.\n\n*Eligible: Students who identify as female and non-binary", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "Various", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-04-16", + "link": "https://docs.google.com/forms/d/e/1FAIpQLSdSkFbpYiXBmOuTu8qERtUAsBwD2mEvdq0cvYkiICWDKlSA5g/viewform", + "archived": true + }, + { + "id": 297, + "title": "MoMath's Summer 2023 Integrators Volunteer Program", + "description": "The Integrators program provides a unique opportunity for high school students to deepen their knowledge of mathematical concepts, improve interpersonal and communication skills, and learn valuable job skills. Students will spend the majority of their time in the Museum as exhibit interpreters: interacting with the general public and providing mathematical guidance around MoMath's dynamic exhibits. Students may also assist with various Museum programming, such as math-related events and \nactivities, birthday parties, math festivals, and summer camp or other educational programs.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Summer 2023 (5 days per week, 9:30am-5:00pm)", + "location": "National Museum of Mathematics (11 E 26th St, New York, NY 10010)", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://momath.org/jobs/volunteers/", + "archived": false + }, + { + "id": 298, + "title": "Teen Service Corps", + "description": "The Teen Service Corps is a 6-week service learning program with cohorts in\nManhattan, Brooklyn, Queens and Long Island. Throughout the program teens (rising\n9th through 12th graders) will learn about systemic injustice through a Jewish lens,\nhone leadership skills and volunteer in various neighborhoods to promote food and\nhousing justice, and have fun!\n\n*Cost: $360 - $720 (sliding scale)", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "June 29 – July 20 OR July 25 – August 10", + "location": "TBD", + "cost": 360, + "appDeadline": "1970-01-01", + "link": "https://findyoursummer.org/node/2084?Interest=60&Setting=21", + "archived": false + }, + { + "id": 299, + "title": "Governors Island Volunteering", + "description": "Governors Island relies on dedicated volunteers to keep this incredible public space welcoming and beautiful for all. Our volunteer program has something for everyone, \nwhether you’re hoping to try your hand at gardening, meet new people, or become a true Island insider. Open positions include Island Ambassador, Tour Guide, and Governors Gardener.\n\n*Eligible: All students who are at least 16 years old", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Governors Island (10 South Street, Slip 7 New York)", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.govisland.com/support/volunteer", + "archived": false + }, + { + "id": 300, + "title": "Volunteer with UnLocal", + "description": "UnLocal aims to address the fundamental injustices and structural inequities that disproportionately impact immigrant communities. It is a community-centered non- profit organization that provides direct immigration legal representation, community education, outreach, and advocacy for New York’s undocumented immigrants.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "TBD", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.unlocal.org/volunteer/", + "archived": false + }, + { + "id": 301, + "title": "Riverdale Y Volunteering Opportunity", + "description": "Volunteers work alongside staff to embody our universally held values of caring, honesty, respect, and responsibility. They strengthen our community by being determined, nurturing, genuine, hopeful, and welcoming. Are you looking for a rewarding way to spend your free time? The Riverdale Y has many opportunities for you to make an impact. We would love to have you come spend time with us and get to know our organization.\n\n*Eligible: All students who are at 14 years old", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.riverdaley.org/programs/volunteer/#overview", + "archived": false + }, + { + "id": 302, + "title": "Sunnyside Community Services Volunteer Opportunities", + "description": "Sunnyside Community Services is dedicated to offering a variety of opportunities for you to use your time and talents to give back to the community. Volunteer opportunities include youth services, senior services, friendly visiting, pet pals, administrative support, and corporate engagement.\n\n*Eligible: All vaccinated students who are at least 15 years old", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "43-31 39th Street, Sunnyside Queens & other sites", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.scsny.org/programs/volunteer/volunteer", + "archived": false + }, + { + "id": 303, + "title": "Arts Connection Spring Skill Building Workshops", + "description": "Explore new art skills or develop those you have with our Skill Building Workshops!\nBy working with a group of teens and professional teaching artists, you will focus on\ncreative skillsets that can be used in your projects and used to build your resume!\nAccessible for all mobile and desktop devices. Topics include: Graffiti 101, 2D Video\nGames, Character Design, and Video Storytelling.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + }, + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various Dates (4:30pm - 6:00pm)", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://us6.list-manage.com/survey?u=4cd5bd25e0&id=0157b71586&mc_cid=dd7d439150&mc_eid=e22eb70ff3&e=e22eb70ff3", + "archived": false + }, + { + "id": 304, + "title": "2023 Young Leaders Summit (YLS)", + "description": "The Young Leaders Summit is a free, college empowerment summer program for \ndiverse cohort of high-achieving, low-income, high school juniors, selected through a competitive application process. It is designed to give these young leaders the practical tools they need to successfully apply to top universities, have full access to scholarship and financial aid opportunities, and set a course for academic and career success. Attendees will enhance their leadership abilities and expand their professional networks by participating in college and career workshops and interacting with college students and professionals who serve as their mentors.\n\n*Eligible: Current juniors who come from a low-income background and have a GPA of at least 80", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "May 24, June 4, August 2 - August 6", + "location": "Hybrid; In-Person at University of Southern California, CA", + "cost": 0, + "appDeadline": "2023-04-07", + "link": "https://ylc.hsfts.net/yls-application", + "archived": true + }, + { + "id": 305, + "title": "Smithsonian Latino Young Ambassadors Program", + "description": "The Young Ambassadors Program (YAP) is a nationally recognized program for graduating high school seniors that fosters the next generation of community- conscious Latino leaders in the arts, sciences, and humanities via the Smithsonian Institution and its resources. The Smithsonian National Museum of the American Latino covers round-trip airfare to Washington, D.C., housing, and meals during the one-week training seminar at the Smithsonian Institution. The museum will also provide a $2,350 program stipend upon the completion of the one-week training seminar and the four-week internship.\n\n*Eligible: All Latino seniors\n*Cost: Free (trip costs are covered, and participants receive a $2,350 stipend)", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "June 25 – July 1 & July 5 – August 2", + "location": "Washington, D.C. and NYC", + "cost": -2350, + "appDeadline": "2023-04-14", + "link": "https://latino.si.edu/yap", + "archived": true + }, + { + "id": 306, + "title": "Kelley Women's Leadership Institute (KWLI)", + "description": "The Kelley Women's Leadership Institute (KWLI) introduces high school students to the college experience and business career opportunities. While at IU, students participate in workshops with top Kelley School of Business faculty, interact with Kelley alumni and current students, explore a real-world business case project, build leadership and communication skills, and connect with like-minded women interested in business. This is a unique immersion experience designed to educate and inspire. This program focuses on the experience and leadership of women in business. Participants will build upon their talents in critical analysis, presentation, implementation, and other business skill sets.\n\n*Eligible: Rising juniors and seniors with a minimum GPA of 3.5", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "Various in June (three-day sessions)", + "location": "Kelley School of Business in Bloomington, Indiana", + "cost": 0, + "appDeadline": "2023-04-25", + "link": "https://kelley.iu.edu/programs/undergrad/pre-college/ywi.html", + "archived": true + }, + { + "id": 307, + "title": "Hire Cause", + "description": "The Hire Cause Fellowship is a 5-week experiential learning program that empowers high school students in grades 9-12 to grow professional skills through civic engagement, partnering with local businesses to raise awareness and money for the charity of their choice.\n\n*Application Deadline: April 29 (First Come, First Serve)", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "July 11 - August 12", + "location": "TBA", + "cost": 2500, + "appDeadline": "2023-04-29", + "link": "https://www.hirecause.com/", + "archived": true + }, + { + "id": 308, + "title": "NYPD Youth Leadership Council", + "description": "Join your precinct's NYPD Youth Leadership Council (YLC) to build leadership skills and earn community service hours. You will work in partnership with Youth Coordination Officers to complete an action project to strengthen your community. Time and location for the weekly meetings depend on which precinct you reside in. NYC Youth Leadership Councils (YLCs) are the place to make real change happen in your school, neighborhood, or community.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various (Depends on chosen precinct/ongoing until June 2023)", + "location": "Various (Depends on chosen precinct)", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://ylc1234.formstack.com/forms/ylc_application_2020_2021_copy_copy_copy", + "archived": false + }, + { + "id": 309, + "title": "Let's Get Ready College Access Program", + "description": "Let’s Get Ready begins with the College Access Program, a 10-week curriculum administered by trained college student coaches that includes SAT prep, college application guidance, scholarship application support, and more. This term, our virtual program includes: Intensive online SAT preparation with a flexible online class schedule, dedicated mentorship from college students who serve as coaches, coaches\nmatched with small student groups to support learning, diagnostic SAT exams, and assistance with the college application process, financial aid, and scholarships support.\n\nEligible: Rising Juniors & Seniors with qualifying financial need", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "June 1 - August 31", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-05-22", + "link": "https://www.letsgetready.org/high-school-students/", + "archived": true + }, + { + "id": 310, + "title": "American Legion Boys' State Summer Program", + "description": "“American Legion Boys’ State is a week-long program that immerses high school youth (currently completing their junior year) in citizenship and leadership training. They learn the practical aspects of government as it exists in New York State, and come to recognize that the individual is integral to the character and success of government. They also participate in physical fitness, teamwork and other activities under the guidance of American Legion counselors and U.S. Marines. If you or a youth you know would like to apply, contact your local American Legion Post to inquire about sponsoring you to Boys State. Once a Post agrees to sponsor you, you will receive a notification to go ahead and submit the online application to this year’s Boys State program. For more information, contact/text Mr. Arvin Chin at 646-373- 1760.\n\n*Eligible: All 11th graders who identify as male", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "June 25 - June 30, 2023", + "location": "Morrisville State College (80 Eaton St, Morrisville, NY 13408)", + "cost": 0, + "appDeadline": "2023-04-18", + "link": "https://nylegion.net/boys-state/", + "archived": true + }, + { + "id": 311, + "title": "Factory Farming Awareness Coalition National High School Mentoring Program", + "description": "The FFAC National High School Mentorship program is an online summer program with the Factory Farming Awareness Coalition (FFAC) for a nine-week time commitment. Students from around the US will learn more about the impacts of factory farming, engage in active discussion, and participate in a variety of social change-making projects and nonprofit work.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 26 – August 10", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://ffacoalition.org/advocacy-institute/high-school/", + "archived": false + }, + { + "id": 312, + "title": "Columbia Freedom and Citizenship Program", + "description": "Freedom & Citizenship is an educational program for New York City high school students run by the Center for American Studies and Double Discovery Center at Columbia University. Each year we recruit 45 low-income high school juniors to join our program from July through May. Our year-long program incorporates three distinct offerings: A four-week residential summer program, senior year college application support, and a nine-month after-school project in civic leadership. Students receive $1,000 stipends for participating in the full academic year!\n\n*Eligible: Current juniors (priority to low-income and first-generation college students, but all may apply)", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "July 2023 – May 2024 (Four week summer program lasts from July 2 – 28)", + "location": "TBD", + "cost": 0, + "appDeadline": "2023-03-31", + "link": "https://freedomandcitizenship.columbia.edu/about", + "archived": true + }, + { + "id": 313, + "title": "Sadie Nash Summer Leadership Institute", + "description": "SNLP focuses on the intellectual and personal development of young women and gender-expansive youth, with a focus on youth of color. Participants explore their leadership skills and build a strong community. Their programming also provides networking opportunities, boosts college applications, and provides youth with a safe,\nenriching, and creative experience to explore their identity and power. Students take part in workshops about feminism, identity, and social justice; meet accomplished women and gender-expansive elected officials, business owners, and artists. All participants are eligible to receive up to a $360 stipend based on attendance.\n\n*Eligible: All students who identify as female and/or gender-expansive youth\n*Application Deadline: Priority Deadline: April 3; Regular Deadline: April 17", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "July 5th – August 11th; Mandatory orientation the week of June 26th", + "location": "Hybrid Format", + "cost": 0, + "appDeadline": "2023-04-17", + "link": "http://www.sadienash.org/summer-institute/", + "archived": true + }, + { + "id": 314, + "title": "Student Historian Internship Summer Program", + "description": "Student Historian interns are high school students who use the resources of the New York Historical Society to conduct exciting research and share their scholarship\nthrough creative digital projects. Interns meet with professional staff to learn about careers in the museum, library, and history fields; work collaboratively with fellow students to develop their public speaking and leadership skills; and engage in hands- on work to deepen their understanding of American history. The theme of this year’s internship is “Our Composite Nation: Frederick Douglass’ America.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "July 11 - August 17", + "location": "New York Historical Society (170 Central Park West, Manhattan)", + "cost": 0, + "appDeadline": "2023-04-09", + "link": "https://www.nyhistory.org/education/student-historian-internship-program", + "archived": true + }, + { + "id": 315, + "title": "Department of Social Services Youth Leadership Council Programs", + "description": "The New York City Department of Social Services (DSS) invites young people to participate in the Youth Be Heard Youth Leadership Council (YLC). DSS seeks creative, empathetic, and tech-savvy students to raise their voices and help improve the way DSS serves young people. The YLC has successfully developed a wide array of projects and provided participants the opportunity to earn 20+ community service hours. YLC program providers include the NYPD YLC, JAIA Youth Leadership Council, HRA Youth Be Heard, Audubon Youth for Conservation & Environmental Justice, Imogen Foundation YLC, NYC Service YLC, P4pP Youth Filmmakers", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://growingupnyc.cityofnewyork.us/generationnyc/ylc-application/", + "archived": false + }, + { + "id": 316, + "title": "Bella Abzug Journey to Leadership & Debate Training Program", + "description": "This two-week online leadership and debate training program is designed to help female students become ‘effective, dynamic and visionary 21st century leaders as well as active and creative participants in civic, political, corporate and community life.’ There will be workshops, seminars, speakers, networking, and debate labs.\n\n*Eligible: All students, priority to female identifying and gender expansive-youth are and underserved students", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "Cohort 1: July 3 - July 14, Cohort 2: July 17 - July 28, Cohort 3: July 31 - August 11", + "location": "Hunter College: 695 Park Avenue, Manhattan", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.abzuginstitute.org/summer-programs", + "archived": false + }, + { + "id": 317, + "title": "Museum of Modern Art (MoMA) Open Art Gallery", + "description": "Open Art Space is A Free Drop-in Program for LGBTQ+ Teens - Make art. Meet people. Explore ideas. Be yourself. \n\nOpen Art Space is a relaxed, weekly, drop-in program for LGBTQ+ high school students and their allies who are interested in thinking about, and making, art in a creative and welcoming environment. This program is free and open to all high school–age participants. No previous art-making experience is necessary.\nOpen Art Space meets on Thursdays, from 4:30 to 6:30 pm, with different programs each week. Metrocards, snacks, and supplies will be provided.\n\nFor more information, contact teenprograms@moma.org or momateens@moma.org \n\n*Cost: Free (Metro Cards and snacks will be provided)", + "categories": [ + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "March 30 (4:30pm - 6:30 pm)", + "location": "4 West 54 Street, Manhattan", + "cost": 0, + "appDeadline": "2023-03-30", + "link": "https://www.moma.org/calendar/events/8265", + "archived": true + }, + { + "id": 318, + "title": "Bloomberg Arts Internship", + "description": "BAI provides a paid opportunity to try out arts careers; hone your workplace, career, and communication skills; and sharpen your writing, through a program led by Columbia University’s Teachers College that includes guidance for completing your college essay. Full-time internship in NYC arts and cultural organizations includes three days per week of authentic career experience, weekly classroom workshops focused on improving workplace and college readiness skills, and weekly visits with cultural institutions and partner organizations that include special tours and career panels with working arts professionals. Participants can earn $20 per hour working 32–33 hours per week at one of Studio Institute’s non-profit arts and cultural partners through the Bloomberg Arts Internship.\n\n*Eligible: Current Juniors who are at least 16 years old by the end of the 2022–23 school year", + "categories": [ + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + }, + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "June 24, 28, 29, and 30 (Orientation); July 5 - August 18", + "location": "Various", + "cost": 0, + "appDeadline": "2023-03-31", + "link": "https://studioinstitute.org/program/bloomberg-arts-internship/", + "archived": true + }, + { + "id": 319, + "title": "City College of New York Architecture Summer Career Lab", + "description": "The Spitzer School of Architecture at the City College of New York introduces architectural practice, theory, making, and thinking to those considering a career in the design field. The Summer Career Lab will be organized around lectures on architectural fundamentals, workshops on drawing and making, one-on-one critiques and collective pin-up reviews, field trips, site work, presentations from architects, historians, and designers, and office tours. The curriculum incorporates mixed fabrication, computer-aided design, interdisciplinary research, and sustainability as core tenets. The Lab provides its participants with the experience needed to make an informed career choice, competitive work for design portfolios, and skills immediately applicable in design endeavors.\n\n*Eligible: All students who are at least 16 years old", + "categories": [ + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 10 - August 4 (9:30 AM - 6:00 PM)", + "location": "Spitzer School of Architecture, 141 Convent Avenue, Manhattan", + "cost": 2525, + "appDeadline": "2023-07-10", + "link": "https://ssa.ccny.cuny.edu/programs-centers/other-programs/summer-arch-career-lab/", + "archived": true + }, + { + "id": 320, + "title": "Van Cortlandt Park Alliance (VCPR) Internships - Garden Internship", + "description": "During their time in the program, interns are paid $15 per hour and work in our garden learning about horticulture, composting, and the social and community aspects of a garden. They spend time exploring food justice issues and learning about the business of running a weekly farm stand. They gain communication skills and become advocates for healthy eating in their community. The internship includes many chances to taste and cook new foods and recipes- because no internship about food is complete without eating! Eligible summer participants attend a tuition free, accredited, rigorous college course called Topics in Environmental Studies at Manhattan College.", + "categories": [ + { + "name": "Parks, Zoo, Nature", + "description": "Opportunities to interact with nature" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 5 – August 24 ", + "location": "Various", + "cost": 0, + "appDeadline": "2023-04-14", + "link": "https://vancortlandt.org/programs-overview/internships/", + "archived": true + }, + { + "id": 321, + "title": "Van Cortlandt Park - Urban Ecology Teen Paid Internship", + "description": "Interns work in the park alongside horticulturists and natural areas restoration staff in Van Cortlandt Park. They go on nature-focused field trips, and explore green career opportunities with natural resource professionals—and get paid to do it all! Eligible summer participants attend a tuition-free, accredited college course in environmental studies at Manhattan College; returning interns participate in a special research project.", + "categories": [ + { + "name": "Parks, Zoo, Nature", + "description": "Opportunities to interact with nature" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "July 5 – August 18 ", + "location": "Various", + "cost": 0, + "appDeadline": "2023-05-05", + "link": "https://vancortlandt.org/programs-overview/internships/", + "archived": true + }, + { + "id": 322, + "title": "Riverside Teen Corps Horticulture Internship Program", + "description": "Riverside Park Conservancy provides an experiential learning program for teenage volunteers interested in basic horticultural and environmental restoration. Volunteers will work closely with our zone gardeners to care for NYC’s essential open space by maintaining key horticultural sites, managing woodland areas and keeping the park safe, clean, and healthy.", + "categories": [ + { + "name": "Parks, Zoo, Nature", + "description": "Opportunities to interact with nature" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 11 – August 31", + "location": "475 Riverside Drive, Manhattan", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://riversideparknyc.org/youth-opportunities/", + "archived": false + }, + { + "id": 323, + "title": "Coding Camp for Girls with WiSE 2023", + "description": "WiSE's coding camp is designed to introduce middle school and high school girls to the exciting field of computer science. Led by Cold Spring Harbor Laboratory's computer scientists and PHD students, the course introduces students to computer science fundamentals through the Python programming language. Over the course of several weeks, students are immersed in a series of lectures and activities that not only introduces them to a potential career, but also provides them with the basic coding skills necessary to continue exploring the field on their own\n\n*Eligible: All students who identify as female", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "April 22-23 and April 29-April 30", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-03-27", + "link": "https://docs.google.com/forms/d/e/1FAIpQLSeFJIW8zt5DiIbbbJh5aAgHw1alvg31xRIH_iO-FExgK1metw/viewform", + "archived": true + }, + { + "id": 324, + "title": "TECH360 Summer Bootcamp Program", + "description": "“The TECH360 Summer Bootcamp is an intensive, 3-week program where students learn how to code through web design and web development. Throughout the program students will learn industry-aligned technical and professional skills, gaining knowledge of key coding languages and frameworks including HTML, CSS, and Bootstrap. During the final week of the program, students will put their knowledge to the test and work in teams to create and present a final website during the end-of-program Demo Day Competition.” Participants will receive $500 stipends upon program completion. \n\n*Eligible: Rising juniors and seniors (priority to underserved and minority students – but all may apply) \n*Application Deadline: April 16 (priority deadline), May 21 (final deadline) ", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "July 10 – 27 OR August 7 – 24", + "location": "Hybrid (mostly Zoom)", + "cost": -500, + "appDeadline": "2023-05-21", + "link": "https://www.americaontech.org/tech360.html", + "archived": true + }, + { + "id": 325, + "title": "STEM Matters Summer Enrichment Programs", + "description": "This summer, STEM Matters NYC is offering a variety of exciting, hands-on, experiential science and STEM programs for students entering kindergarten through grade 12 in September 2023. Students entering grades K-9 can participate in a weeklong camp. Students entering grades 10-12 can participate in a one, two, or four-week program. Programs run in all five boroughs, during various weeks throughout the summer between July 10 and August 18, from 9:00 am-3:00 pm. If you are a student interested in animal science or aviation, marine biology or mechanics, ecology or engineering, or so much more, come discover, investigate, design, and create with us!", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "Various dates in the summer (between July 10 and August 18)", + "location": "Various", + "cost": 0, + "appDeadline": "2023-04-26", + "link": "https://spep.libguides.com/STEMprograms", + "archived": true + }, + { + "id": 326, + "title": "MIT Lincoln Laboratory Cipher Program (LLCipher)", + "description": "The Lincoln Laboratory Cipher program is a summer workshop providing an introduction to theoretical cryptography. Students will learn how to build a secure encryption scheme and digital signature. Time permitting, they will also study some more recent developments in cryptography, like homomorphic encryption and multi-party computation, both of which enable computation over secret data without revealing the data.\n\n*Eligible: All students (Underrepresented groups encouraged to apply) ", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "July 31 – August 4", + "location": "MIT Campus, Cambridge, Massachusetts", + "cost": 0, + "appDeadline": "2023-04-28", + "link": "https://www.ll.mit.edu/outreach/llcipher", + "archived": true + }, + { + "id": 327, + "title": "University of Michigan Joy of Coding Course", + "description": "Jump start your introduction to the world of coding with an Intro to Coding online course from University of Michigan Engineering faculty. No prior coding experience required! All courses are online and self-paced, so you can fit them into your schedule. Upon completion of the course, students receive a certificate of accomplishment from University of Michigan ECE to include in college applications.\n\n*Cost: $125 (need-based financial aid available) ", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "June 21 – August 2", + "location": "Virtual", + "cost": 125, + "appDeadline": "1970-01-01", + "link": "https://joyofcoding.eecs.umich.edu/", + "archived": false + }, + { + "id": 328, + "title": "TryEngineering Summer Institute Programs", + "description": "The IEEE TryEngineering Summer Institute provides an ideal atmosphere for students to explore the exciting world of engineering while making new friends and preparing for college life. Learn firsthand from notable experts in the field, go on behind-the-scenes tours of innovative engineering environments, complete exciting hands-on engineering design challenges, form friendships with other future engineers from around the world, and experience life on a college campus!\n\n*Cost: $2,595 - $3,795 ", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 9 – 18 OR July 21 – 30", + "location": "Vaughn College (86-01 23rd Avenue, Queens)", + "cost": 2595, + "appDeadline": "1970-01-01", + "link": "https://tryengineeringinstitute.ieee.org/engineering-camp/engineering-school-ny/", + "archived": false + }, + { + "id": 329, + "title": "GOALS for Girls Summer Program", + "description": "GOALS (Greater Opportunities Advancing Leadership and Science) for Girls is a FREE six-week summer intensive all about STEM. Spend six weeks at the Intrepid Museum diving deep into topics such as aviation, space science, technology, engineering, and more. Engage in hands-on activities, explore the city and beyond through field trips, and learn about career paths in STEM by meeting incredible women actively working in STEM jobs.", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "July 10 - August 11", + "location": "The Intrepid Museum (Hudson River at 46th Street)", + "cost": 0, + "appDeadline": "2023-03-31", + "link": "https://www.intrepidmuseum.org/education/goals-for-girls", + "archived": true + }, + { + "id": 330, + "title": "NYU Tandon: Computer Science for Cyber Security (CS4CS) Summer Program ", + "description": "Computer Science for Cyber Security (CS4CS) is a 3-week full-day summer program providing an introduction on the fundamentals of cybersecurity and computer science at NYU’s Tandon School of Engineering. Through this program, we strive to educate and empower a new generation of engineers in an inclusive environment that breaks down barriers that have historically led to the underrepresentation of women and minorities in STEM. No background or experience in cybersecurity or computer programming is needed to apply, only your interest and enthusiasm.\n\n*Eligible: All students (priority to female and underrepresented students) ", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "July 10 – 28", + "location": "2 MetroTech Center in Downtown Brooklyn", + "cost": 0, + "appDeadline": "2023-04-14", + "link": "https://engineering.nyu.edu/academics/programs/k12-stem-education/computer-science-cyber-security-cs4cs", + "archived": true + }, + { + "id": 331, + "title": "NYU Tandon: 2-\tInnovation, Entrepreneurship and the Science of Smart Cities (ieSoSc)", + "description": "ieSoSC consists of STEM instruction and mentorship. With the support of the National Grid, the program will focus on technology and engineering skills, design and prototyping, built around real world ‘smart city’ applications and research.\n\n*Eligible: Rising freshmen, sophomores, and juniors ", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + } + ], + "date": "July 5 – August 4", + "location": "2 MetroTech Center in Downtown Brooklyn", + "cost": 0, + "appDeadline": "2023-04-14", + "link": "https://engineering.nyu.edu/academics/programs/k12-stem-education/iesosc", + "archived": true + }, + { + "id": 332, + "title": "Virtual STEM Night: Change Lives with a Public Health Career", + "description": "NYSCI is excited to continue our STEM Nights for teens and youth everywhere. Join us for our fourth FREE VIRTUAL STEM Night of the school year. Advanced registration is required. Broadening the Scope of Public Health: A Moderated Conversation Highlighting Unique Public Health Professionals. Interested in exploring the ways we think and talk about public health? Join us for a moderated conversation with a diverse panel of public health professionals. Come listen to professionals in the vast sector of public health discuss the importance of their work and more!", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "March 30 (5:30 pm -7:00 pm)", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-03-30", + "link": "https://docs.google.com/forms/d/e/1FAIpQLSfB0LZElYBkmcR9K3w_EYpqyVNrVDrrK1uxx6Bls3uBMi9piA/viewform?mc_cid=b796ba1185&mc_eid=42f9fc0d11", + "archived": true + }, + { + "id": 333, + "title": " Manhattan/Staten Island Summer Health Internship Program (SHIP)", + "description": "SHIP invites students with an interest in the health professions to apply for a summer health internship program that allows students to interact with medical professionals. The medical sites for this six-week program are in Manhattan and Staten Island. \n\n*Eligible: Current sophomores, juniors, and seniors (at least 16 years old) who live or attend school in Manhattan or Staten Island", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Summer", + "location": "Various", + "cost": 0, + "appDeadline": "2023-04-03", + "link": "https://msiahec.org/ship/", + "archived": true + }, + { + "id": 334, + "title": "State Pre-College Enrichment Program @ Columbia University", + "description": "The State Pre-College Enrichment Program (S-PREP) is a free high school and college preparatory program designed for 7th - 12th grade students who are interested in pursuing a career in medicine or related STEM fields. Courses include, but are not limited to Anatomy, Biochemistry, Chemistry, Organic Chemistry, Brain & Cognitive Science, Ready for PreMed, Physics, Psychology, Algebra, Geometry, Pre-Calculus, Calculus, and Statistics.\n\n*Eligible: All students who identify as African American, Hispanic/Latino, Alaskan Native, or American Indian, or are economically disadvantaged ", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Disadvantaged / Underrepresented Groups", + "description": "Preference given to students from historically underrepresented and disadvantaged groups" + } + ], + "date": "Summer", + "location": "Columbia University campus", + "cost": 0, + "appDeadline": "2023-04-15", + "link": "https://www.vagelos.columbia.edu/education/academic-programs/additional-educational-opportunities/summer-youth-programs/middle-high-school-students/state-pre-college-enrichment-program-s-prep/eligibility-and-selection-criteria", + "archived": true + }, + { + "id": 335, + "title": "The Sophie Davis Health Professions Mentorship Program (HPMP)", + "description": "This program is for rising high school juniors thinking about a career in the health field. It involves two 4-week summer programs (after 10th & 11th grades) plus weekly Saturday sessions over the next two years. Students will conduct a community-based project in which they will take part in recognizing challenges and developing solutions to health care problems in New York City. Mentorship sessions include presentations, group seminars, and problem-solving experiences led by CUNY School of Medicine faculty and students. Topics include current health challenges as well as an overview of the specific career paths designed to address them.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + } + ], + "date": "2023-2025", + "location": "CUNY School of Medicine", + "cost": 0, + "appDeadline": "2023-04-01", + "link": "https://www.ccny.cuny.edu/csom/sophie-davis-health-professions-mentorship-program-hpmp", + "archived": true + }, + { + "id": 336, + "title": "NYSCHECK Summer Academy: Working to Address the Climate Crisis", + "description": "This 2023 Summer Academy allows students to develop a strong foundation in the health implications of climate change through an innovative curriculum unique to this program. Students will collaborate across sites and across educational backgrounds to work in teams on climate change advocacy projects tied to clinical pathways of environmental exposures. Join us to learn about environmental health and work with a team to develop your own advocacy skills and BE the CHANGE for the future.", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 5 – July 26", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://redcap.mountsinai.org/redcap/surveys/?s=LWEXDLNF8WLNNKPY", + "archived": false + }, + { + "id": 337, + "title": "Cosmetic Science and Formulation Design Summer Camp", + "description": "Did you know that The University of Toledo College of Pharmacy and Pharmaceutical Sciences has the nation’s only bachelor’s degree program in cosmetic science and formulation design? If you're interested in learning about the process of creating makeup and personal care products, join us for our second annual Virtual Cosmetic Science and Formulation Design Summer Camp. Participants will receive a camp kit including a t-shirt, DIY activities, games, and more! Challenges will be incorporated throughout the live camp and give attendees the opportunity to win prizes!", + "categories": [ + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 21 – 23", + "location": "Virtual", + "cost": 100, + "appDeadline": "1970-01-01", + "link": "https://www.utoledo.edu/pharmacy/camp/coscicamp/", + "archived": false + }, + { + "id": 338, + "title": "Stonybrook Greene Summer Institute for High School Journalists", + "description": "This is a one-week residential program for aspiring reporters in their sophomore or junior year of high school. The program accepts students from across Long Island and NYC. As a Greene scholar, you will live on campus, report from campus, and develop stories using the School of Communication and Journalism’s state-of-the-art newsroom and television studio. You will work closely with staff and faculty from the School of Journalism and hone your reporting skills while you learn to shoot and edit video, produce a news show, and write for a variety of media platforms.\n\n*Application Deadline: April 3 (recommendation and application deadline)", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "July 23 – 29", + "location": "Stony Brook University campus", + "cost": 500, + "appDeadline": "2023-04-03", + "link": "https://www.stonybrook.edu/commcms/journalism/student-exp/greene.php", + "archived": true + }, + { + "id": 339, + "title": "Youth Communication Writing Contest", + "description": "Youth Communication is sponsoring a writing contest for young people. Every three months, we will highlight five recent articles and ask readers to write a response to the author of a story. Tell them how you related to their story, what lessons you learned, or other ways the story impacted you. We will choose three winners with prizes of $150 (1st prize), $75 (2nd prize), and $50 (3rd prize). Letters should be no more than 300 words and you may respond to only one story", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-07", + "link": "https://youthcomm.org/teen-writing-contest/", + "archived": true + }, + { + "id": 340, + "title": "Negro Leagues Committee High School Essay Contest", + "description": "SABR’s Negro Leagues Committee will award $1,000 scholarships to high school seniors in its 15th annual Thomas R. Garrett Scholarship essay contest in 2023. Students must write a 1,200-word essay answering a question related to one of the Negro League figures who are the namesakes of the scholarships.\n\n*Eligible: Current seniors who have a minimum 2.5 GPA \n*Application Deadline: April 15 (recommendation and application deadline)", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-15", + "link": "https://sabr.org/latest/students-apply-now-for-a-sabr-negro-leagues-committee-scholarship-in-2023/", + "archived": true + }, + { + "id": 341, + "title": "NYU Music & Performing Arts Professions Summer Programs", + "description": "NYU is hosting various virtual intensive workshops. There are workshops for strings, brass, piano, woodwinds, conducting, music business, music therapy, songwriting, screen scoring, vocal performances, dance, and more. \n\n*Application Deadlines: Various starting with April 15 \n*Cost: Various (plus a $55 application fee) ", + "categories": [], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various (starting in June)", + "location": "NYU campus", + "cost": 55, + "appDeadline": "2023-04-15", + "link": "https://steinhardt.nyu.edu/departments/music-and-performing-arts-professions/summer-programs/application", + "archived": true + }, + { + "id": 342, + "title": "Korean Spirit and Culture Promotion Project (KSCPP) 16th National Essay Contest", + "description": "To foster the understanding and appreciation of Korean history and culture, KSCPP is hosting its 15th national essay contest. The entrants are required to read King Sejong the Great: The Everlasting Light of Korea. The first-place prize is $500.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-16", + "link": "http://kscpp.net/default/05/07.php?top=5&sub=6", + "archived": true + }, + { + "id": 343, + "title": "The 92nd Street Y Young Writers’ Workshop", + "description": "Develop your form and craft through analysis and creative prompts. Talk deeply and critically about your own work. Give smart and useful feedback on exercises and assignments. You’ll leave with a better understanding of your interests and goals as a writer, an understanding of what it takes to make a career in the literary community, and a highly-developed body of new work.\n\n*Cost: $1,800 - $2,600 (scholarships available)\n*Application Deadline: April 17 (early deadline), June 5 (final deadline) ", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 10 – 20 (ages 12 – 14) OR July 10 – 27 (ages 15 – 18)", + "location": "1395 Lexington Avenue, Manhattan", + "cost": 1800, + "appDeadline": "2023-04-17", + "link": "https://www.92ny.org/writing-program/young-writers-workshop.aspx", + "archived": true + }, + { + "id": 344, + "title": "Think for Yourself Essay Contest", + "description": "Applicants are required to write a 500 word essay on one of five prompts. Four winners will receive Scholarship Prizes. One winner will receive $5,000 and three winners will receive a Scholarship Prize in the amount up to $1,000.\n\n*Eligible: All students who are at least 15 years old ", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-30", + "link": "https://letgrow.org/program/think-for-yourself-scholarship-2/", + "archived": true + }, + { + "id": 345, + "title": "Rising Earth Teen Production Council Internship Program", + "description": "This paid summer internship is the perfect place to explore your interest in the environment, get creative by creating a graphic short story, and nurture your passion for our planet's ecological repair--all while experiencing what it's like to work in a collaborative space where the thoughts of youth are honored, encouraged, and amplified! Through Zoom meetings, meetups in nature, service learning opportunities, engaging with expert guest speakers, and personal assignments, the Rising Earth Teen Production Council will learn to process and transform their eco-anxiety and concerns about the environment into action and connection--to be part of the change that needs to happen. Your culminating project of a graphic short story will present facts/history about nature in such a way that your peer readers can connect to the information in a deeper way. No artistic background is required!", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 28 - August 11", + "location": "Hybrid; In-Person TBA", + "cost": 0, + "appDeadline": "2023-06-05", + "link": "https://risingeartheducation.org/teenproductioncouncil-2023", + "archived": true + }, + { + "id": 346, + "title": "Eon Essay Contest on “The Precipice”", + "description": "Students are invited to read “The Precipice” on existential risks for mankind and consider the following prompt: Pick a transformative technology you think will be created someday. Imagine that you are in a position of responsibility for it. For example, you could be a scientist developing this technology, a government official regulating it, or a corporate executive selling it to the public. How would you approach your job to have the greatest chance of preserving humanity’s potential? What are the risks you face? The top prize is $15,000.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-06-15", + "link": "https://www.eonessaycontest.com/", + "archived": true + }, + { + "id": 347, + "title": "National High School Poetry Contest", + "description": "The 24th Annual National High School Poetry Contest covering the 2021 - 2022 school year is now accepting submissions. This year's individual scholarship prizes range from $100 up to $500. Up to 100 JUST POETRY!!! Winners and hundreds of Topical Winners. All winners will receive an offer of publication.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-03-31", + "link": "http://highschoolpoetrycontest.com/", + "archived": true + }, + { + "id": 348, + "title": "Princeton University Ten-Minute Play Contest", + "description": "Each year the jury consists of members of the Princeton University Program in Theater faculty. Applicants may submit only one play – 10 pages maximum/1- page equals 1 minute. Winners of the context will be announced June 6, 2022. The cash prizes for the top three are $500, $250, and $100.\n\n*Application Deadline: March 31 (or when the 250th submission is received)", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-03-31", + "link": "https://arts.princeton.edu/about/opportunities/high-school-contests/ten-minute-play-contest/", + "archived": true + }, + { + "id": 349, + "title": "Brooklyn Library Teen Writing Contest", + "description": "BPL's Teen Writing Contest is a chance for local teens to showcase their work in a supportive environment and to win the new Ned Vizzini Teen Writing Prize, an award to honor Ned and his literary legacy (Ned Vizzini was a Stuyvesant alumnus!). If you're a teen writer from New York City, you're invited to submit your poetry and prose to be judged by a panel of BPL's expert young adult librarians for creativity, style and voice.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-03-31", + "link": "https://www.bklynlibrary.org/teen-writing-contest", + "archived": true + }, + { + "id": 350, + "title": "NYCEM Commissioner for a Day Essay Contest", + "description": "All New York City high school students are invited to participate in the second NYC Emergency Management “Commissioner for a Day” essay contest. Entrants must submit an original essay and complete the contest application. The NYC Emergency Management Commissioner will select the winner who will be invited to NYC Emergency Management headquarters to participate in the Commissioner for a Day Award Ceremony and learn more about the agency by engaging with subject matter experts.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-01", + "link": "https://www.nyc.gov/assets/em/downloads/pdf/2023_commish_for_a_day_application.pdf", + "archived": true + }, + { + "id": 351, + "title": "Project Yellow Light Video & Radio Competition", + "description": "Project Yellow Light/Hunter Garner Scholarship is a scholarship competition designed to bring about change. As an applicant you have one clear mission: encourage your peers to develop and embrace safe driving habits.\n\nHere’s what we’re looking for: A video, billboard design or radio spot created to motivate, persuade and encourage your peers to not drive distracted. You have a unique opportunity to play a key role in spreading this important message. You can speak to your peers on this subject in a way that adults cannot. The more lives you can impact, the more lives you can save.\n\nFor the video competition: For both the high school and college categories, the winner will receive a scholarship in the amount of $8,000. Videos are due April 1.\n\nFor the radio competition: For both high school and college categories, the winner will receive a scholarship in the amount of $2,000. Recordings are due April 1. In addition to a scholarship, the winning video may be turned into an Ad Council PSA and distributed nationally to approximately 1,800 TV stations. The winning design may be turned into a billboard and displayed on Clear Channel Outdoor digital billboards across the U.S. The winning radio spot may be shared on iHeartRadio's national network and radio stations across the U.S.\n", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-01", + "link": "https://projectyellowlight.com/how-it-works", + "archived": true + }, + { + "id": 352, + "title": "National Peace Essay", + "description": "The National Peace Essay offers a $2,500 top prize for high school essayists. This year’s essay topic focuses on describing how the United States Foreign Service was successful or unsuccessful in advancing American foreign policy goals – including promoting peace in a certain country/region and proposing ways in which it might to continue to improve those goals in the coming years. Essays must be at least 1,000 words long. ", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-03", + "link": "https://afsa.org/essay-contest", + "archived": true + }, + { + "id": 353, + "title": "Octavia Project Summer Program: Science Fiction/Fantasy Workshops", + "description": "Octavia Project Summer Institute is a free five-week-long program “for people who are into science fiction/fantasy and interested in workshops that combine art, writing, science, and tech. Participants will create an online multimedia portfolio; strengthen skills in digital-media, art, and writing; and have access to a network of professional women and opportunities for fellowships and other leadership positions. Metrocards will be provided.\n\n*Eligible: Students who identify as female, trans, nonbinary, or non-conforming and are 14 – 18 years old \n*Application Deadline: April 5 (early bird deadline), April 30 (rolling deadline)", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "July 3 – August 3", + "location": "Pratt Institute in Fort Greene, Brooklyn", + "cost": 0, + "appDeadline": "2023-04-30", + "link": "https://www.octaviaproject.org/join-the-octavia-project-summer-institute/", + "archived": true + }, + { + "id": 354, + "title": "#USvsHATE Anti-Hate Messaging Contest", + "description": "#USvsHate is about inviting student-made public messages insisting that we value all participants in our diverse schools and society. Our lesson offerings, partner book lists, and PD resources support dialogue about respect, invite deeper exploration of biases and injustices, and lay the foundation for embracing inclusion and justice for all.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-07", + "link": "https://usvshate.org/getting-started/", + "archived": true + }, + { + "id": 355, + "title": "Kenyon Review Young Writers Workshop", + "description": "At Kenyon Review Young Writers Workshops, talented high school students from around the world join a dynamic and supportive literary community to stretch their talents, discover new strengths, and challenge themselves in the company of peers who are also passionate about writing.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "Various (June – July)", + "location": "Virtual and in-person (Kenyon College campus) options available", + "cost": 995, + "appDeadline": "2023-04-14", + "link": "https://kenyonreview.org/high-school-workshops/", + "archived": true + }, + { + "id": 356, + "title": "Create Real Impact Contest", + "description": "Create an original work (video, music, creative writing, or artwork) showcasing your idea for a SOLUTION or STRATEGY to end reckless and distracted driving. Distracted driving is anything that takes your eyes off the road, your hands off the wheel, your mind off your driving, or keeps your ears from being alert to your surroundings. The top prize is $1,000.\n\n* Application Deadline: April 10 (registration deadline), April 27 (submission deadline) ", + "categories": [ + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-27", + "link": "https://www.createrealimpact.com/#registration", + "archived": true + }, + { + "id": 357, + "title": "The \"No Sweat\" Scholarship", + "description": "The Cirkled In “No Sweat” Scholarship is a $2,500 CASH scholarship you can use for any educational purpose, from books to summer camp. In just two steps, you’re in! Apply by signing-up for a Cirkled In account and then complete your portfolio.", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-03-31", + "link": "https://cirkledin.com/scholarships/", + "archived": true + }, + { + "id": 358, + "title": "N.L.H.A. Air Cares Scholarship", + "description": "Eligible: Students who live in federally-assisted housing", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-07", + "link": "http://hudnlha.com/education-fund/", + "archived": true + }, + { + "id": 359, + "title": "Congressional Black Caucus Foundation Scholarships", + "description": "For more than three decades the CBCF in partnership with CBC Spouses has awarded scholarships to talented and deserving students. Each year, we award more than 300 scholarships to students that demonstrate leadership ability through exemplary community service and academic talent. Our scholarship programs support students across a variety of disciplines and include the Ally Financial Public Policy Scholarship, Ally Financial Law Scholarship, CBC Spouses Education Scholarship, CBC Spouses Performing and Visual Arts Scholarships, Stephen Feinberg Scholarship Program, United Health Foundation Louis Stokes Scholarship.\n\n*Eligible: African American students who are current seniors, have a minimum GPA of 3.0, and are pursuing an undergraduate degree in specific fields \n*Application Deadlines: April 14 or April 28 (depending on the specific scholarship) ", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-28", + "link": "https://www.cbcfinc.org/programs/scholarships/", + "archived": true + }, + { + "id": 360, + "title": "2023 NYCORP Scholarship", + "description": "NYCORP awards scholarships to college bound high school seniors who have relocated into NYC during their High School years. \nOur goal is to award as many scholarships as possible. This year, we hope to provide even larger scholarships to three winners.\n*Eligible: Current seniors who moved to NYC during high school and have a minimum 3.0 GPA \n*Application Deadline: April 15 (early deadline), April 30 (final deadline) ", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-30", + "link": "https://nycrp.memberclicks.net/index.php?option=com_mcform&view=ngforms&id=2009094#!/", + "archived": true + }, + { + "id": 361, + "title": "Homelight Scholarship", + "description": "We want to support like-minded students who share our passion for improving the world of real estate. That’s why we’re offering a $1,000 scholarship to talented students who hold an interest in homes and homeownership. If you’re interested in designing homes, building homes, placing people in homes, combatting homelessness, or studying the housing market, we want to help fund your education.\n*Eligible: All seniors who are planning to study in fields related to home design, home building, housing and economic studies ", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-15", + "link": "https://www.homelight.com/scholarship/", + "archived": true + }, + { + "id": 362, + "title": "E-waste Scholarship", + "description": "Each year there are 20 to 50 million tons of e-waste discarded in the world. E-waste contains toxic materials, including heavy metals, that can easily seep into the ground and ultimately get into groundwater supplies. According to the EPA, recycling e-waste allows more than 100 million pounds of materials to be reused annually. The purpose of this scholarship is to help you understand the impact of e-waste and what can be done to reduce e-waste. The winner will receive a $1,000 scholarship.", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-30", + "link": "http://www.digitalresponsibility.org/ewaste-scholarship", + "archived": true + }, + { + "id": 363, + "title": "Return2College (R2C) Scholarship", + "description": "We know the essay requirement does not allow for many words. We want you to focus on the most important reason for getting your degree. Nevertheless, we realize that some of you may want to say more. Therefore, you may submit more than one entry. We will judge all completed entries. The first-place award is a $1,000 scholarship which will be paid directly to the applicant or designated school.", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-30", + "link": "http://www.return2college.com/awardprogram.cfm", + "archived": true + }, + { + "id": 364, + "title": "Bank of Hope - Hope Scholarship Foundation", + "description": "As one of the leading Asian American Banks, we strive to be good neighbors and support our customers and communities in any way we can. To date, we have distributed more than $2 million in scholarships through the Hope Scholarship Foundation. This is a great opportunity for (2023 high school graduate)/college freshmen at a 4-year or 2-year institution in financial need who have demonstrated strong academic performance and leadership capabilities. To be considered, applicants will have the opportunity to submit 500 words on a selected essay topic and show us why they are deserving of the $2,500 award.\n\n*Eligible: Seniors living in Nassau County, New York County, or Queens County", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-05-01", + "link": "https://www.bankofhope.com/hope-scholarship?fbclid=iwar2kisjw-34ii_zx8ppuqrg-ykyyjvtsxcwfau5xpl-i-armgklodwn82k4_aem_aqryh4a9qewpa9lxwjhnnx-pcczczu8fwf8a8kkgh-9wcfag-j3intlh0mcam_qhszre52r2hp6yrvo2yx7-0hybeviv6trozzu-sqazp5r0i7tywm7kvobeygejbpblc_y", + "archived": true + }, + { + "id": 365, + "title": "Key to a Bright Future Scholarship", + "description": "As a family law firm, we believe that children are the key to a bright future. This is why we are offering a $500 scholarship to a promising student whose diligence, aspiration, and hard work deserve to be rewarded. Balancing school with extracurricular activities can be difficult, to say the least. Our own Sheryl R. Rentz went to night school for her law degree while working full-time as an engineer for AT&T Bell Laboratories. Please tell us how YOU find balance between your school life, work life, and extracurricular activities. How will this balance help you find the \"key\" to a bright future?\n\n*Eligible: Current seniors with a minimum GPA of 3.0 ", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-05-10", + "link": "https://www.srrentzlaw.com/scholarship/", + "archived": true + }, + { + "id": 366, + "title": "MIT AgeLab OMEGA Scholarship", + "description": "The MIT AgeLab’s OMEGA program is proud to offer five $5,000 college scholarships to recognize the efforts that teens are making to create multigenerational connections. Each award will include a $5,000 college scholarship to the winning student and $1,000 to the winning student’s intergenerational initiative to support its activities. The OMEGA Scholarship is intended to amplify and support students' contributions to building initiatives, organizations and institutions that connect teens with older adults.\n\n*Eligible: All juniors and seniors who are involved in creating multigenerational connections ", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-05-31", + "link": "https://agelab.mit.edu/omega-scholarship", + "archived": true + }, + { + "id": 367, + "title": "The Eye-Bank for Sight Restoration STEM Scholarship", + "description": "Students pursuing education in the fields of Science (including Healthcare),\nTechnology, Engineering or Math, have an opportunity to apply for The EyeBank's annual STEM Scholarship in the amount of $3,000. Applicants will propose a\nmethod within STEM that, when applied, can help to increase the number of eye,\norgan and/or tissue donations.", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-05-15", + "link": "https://www.eyedonation.org/stem-scholarship/", + "archived": true + }, + { + "id": 368, + "title": "Milton Fisher Scholarship", + "description": "The Milton Fisher Scholarship is a four-year renewable scholarship open to\nexceptionally Innovative and Creative high school juniors and seniors, and first-time\ncollege freshmen. The award ranges from $4,000 - $20,000. Apply for this scholarship\nif you are a student who has solved an artistic, scientific, or technical problem in a\nnew or unusual way, or a student who has come up with a distinctive solution to\nproblems faced by your school, community or family.", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-05-05", + "link": "https://mfscholarship.org/index.html", + "archived": true + }, + { + "id": 369, + "title": "CAGNY NYC Public High School Construction/Engineering Awards", + "description": "Each year, the Contractors’ Association of Greater New York, Inc. (“CAGNY”)\ngrants scholarships to two economically disadvantaged students with an interest in\nconstruction/engineering who are enrolled in a New York City Public High School.\nWinners will receive $1,500 per year, for up to four years of undergraduate-level\nstudy. Applicants must submit the application form, a high school transcript, a letter of\nrecommendation, a personal statement, SAT/ACT score, and a brief statement on the\nstudent’s interest in the construction industry.", + "categories": [], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-14", + "link": "https://www.cagnyonline.com/scholarship.html", + "archived": true + }, + { + "id": 370, + "title": "Yankees-Stonewall Scholarship", + "description": "The Department of Education in partnership with the Stonewall Inn & the New York\nYankees offers this annual award. This one-time scholarship of $10,000 will be\nawarded to one student from each borough. Applicants must submit a short essay on\nthe topic of importance of the Stonewall Inn Riot.\n\n*Eligible: Seniors with a minimum 2.5 GPA\n*Links\nhttps://www.schools.nyc.gov/school-life/school-environment/LGBTQsupport\nhttps://forms.gle/rH1Lw7jHhHJzAUoE7", + "categories": [], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-10", + "link": "https://www.schools.nyc.gov/school-life/school-environment/LGBTQsupport", + "archived": true + }, + { + "id": 371, + "title": "Stuyvesant Alumni Association Scholarships", + "description": "The Stuyvesant Alumni Association awards more than 40 scholarships totaling more\nthan $100,000. These scholarships are available only to Stuyvesant seniors. There is\none scholarship available to juniors, The Carol and Theodore Lerner Award for\nCreativity. If you have any questions, please email alumni@shsaa.org.\n\n*Links: https://www.stuyalumni.org/scholarships-spring-2023/\nhttps://docs.google.com/forms/d/e/1FAIpQLSfD8e52IlLqTfpov5T1WMeSzW84qS0EhxE2adrIy1lG\np49Jsg/viewform", + "categories": [ + { + "name": "Scholarships", + "description": "Scholarship opportunities" + } + ], + "eligibilities": [ + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-26", + "link": "https://www.stuyalumni.org/scholarships-spring-2023/", + "archived": true + }, + { + "id": 372, + "title": "Johns Hopkins Center for Talented Youth:", + "description": "", + "categories": [ + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "http://cty.jhu.edu/imagine/resources/internships/arts.html", + "archived": false + }, + { + "id": 373, + "title": "List of Career-Focused Resources:", + "description": "https://docs.google.com/document/d/1DuL4pfvLTfwJW-zNGz2PSIN1UCs_8F2J/edit?usp=sharing&ouid=115396606750532126369&rtpof=true&sd=true", + "categories": [ + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "", + "archived": false + }, + { + "id": 374, + "title": "List of STEM-Focused Resources:", + "description": "https://docs.google.com/document/d/1fWpZl76rSa-ITGi3kyfyfLL1rle-MzEZ/edit?usp=sharing&ouid=115396606750532126369&rtpof=true&sd=true", + "categories": [ + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "", + "archived": false + }, + { + "id": 375, + "title": "Congressional Art Competition", + "description": "Teen artists may enter the Congressional Art Competition, for a chance to have their\nartwork on display at the U.S. Capitol for one year. Entries must be submitted through\nyour local congressperson. Contact your representative to confirm your district’s\nparticipation and for guidance – consult this link to find your representative:", + "categories": [ + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.house.gov/representatives/find-yourrepresentative", + "archived": false + }, + { + "id": 376, + "title": "Irene Adler Essay Contest", + "description": "The Irene Adler Prize offers a $1,000 US scholarship to a woman pursuing a degree in\njournalism, creative writing, or literature at a recognized postsecondary institution in\nthe U.S. or Canada, based on an essay competition. Up to two $250 honorable\nmentions will be awarded.\n*Eligible: All female seniors who are pursuing a degree in journalism, creative writing,\nor literature", + "categories": [ + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Female, Nonbinary", + "description": "Limited to female and nonbinary students" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-05-30", + "link": "", + "archived": true + }, + { + "id": 377, + "title": "World Historian Student Essay Competition", + "description": "The World History Association established this $500 prize to recognize young\nscholars. A one-year membership in the WHA will also be included with each prize.\nEach competitor will submit an essay that addresses their view of a family story\nrelated to a historical event or their personal family cultural background, or an issue of\npersonal relevance or specific regional history/knowledge.", + "categories": [ + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-05-01", + "link": "https://www.thewha.org/wha-awards/world-historian-student-essay-competition/", + "archived": true + }, + { + "id": 378, + "title": "U.S. Committee for Ukrainian Holodomor-Genocide Awareness Competition", + "description": "Objectives of the student competition are to acquire knowledge about the\nHolodomor, present or publish a product about the Holodomor (the death by famine of\nmillions in Ukraine in 1932-1933), and raise public awareness about the Holodomor\nby sharing this product within an educational or community setting. Possible product\nsubmissions may be writing and web-based projects including research essays,\nnewspaper articles, historical fiction, interviews, biographies, PowerPoints, videos,\nand more. Prize-winners of project submissions will be granted $1,000 for first place,\n$500 for second place, and $300 for third place. For more information, please contact\nukrainecompetition@gmail.com.", + "categories": [ + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-14", + "link": "https://ukrainegenocide.com/", + "archived": true + }, + { + "id": 379, + "title": "Fingers Comma Toes Writing Contest", + "description": "The 2023 National Flash Fiction Day contest is an open, unthemed competition that\nwelcomes short stories and prose up to 300 words in length. Only previously\nunpublished works will be considered.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + }, + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-30", + "link": "https://fingerscommatoes.wordpress.com/nffdyouth/?utm_source=Writopia+Lab&utm_campaign=2a7bc94553-Submissions+Email+April_COPY_01&utm_medium=email&utm_term=0_2a7614ebb3-2a7bc94553-193226511", + "archived": true + }, + { + "id": 380, + "title": "The New York Times Student Editorial Contest", + "description": "What makes you mad? What would you like to see change?\nWhat do you wish more people understood?\nOver the last nine years, tens of thousands of teenagers from around the world have\nanswered these questions in the form of short opinion essays submitted to our annual\nspring Editorial Contest.\nNow we’re inviting you to do the same. Make an argument in 450 words or fewer\nabout something that matters to you, and persuade us that we should care, too.\nTake a look at the full guidelines and related resources below. Please send any\nquestions to LNFeedback@nytimes.com .\n\nLinks: \nhttps://int.nyt.com/data/documenttools/2023-student-editorial-contest-poster/bca3e1a2eb00a062/full.pdf\nhttps://www.nytimes.com/2023/03/01/learning/our-10th-annual-student-editorialcontest.html?utm_source=Writopia+Lab&utm_campaign=2a7bc94553-\nSubmissions+Email+April_COPY_01&utm_medium=email&utm_term=0_2a7614ebb3-2a7bc94553-193226511", + "categories": [ + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "Digital Submission", + "cost": 0, + "appDeadline": "2023-04-19", + "link": "", + "archived": true + }, + { + "id": 381, + "title": "AAGUNV 2023 National High School Essay Contest", + "description": "To enter the 2023 Americans Against Gun Violence National High School Essay\nContest, students must submit an original essay of 500 words or fewer in response to\nthe following prompt:“Describe your thoughts about lockdown drills conducted in\nresponse to the threat of shootings on American school campuses.” The essay contest\nprompt is intentionally open-ended. Students may write about any aspect of lockdown\ndrills and the threat of school shootings that they feel is most important.", + "categories": [ + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "", + "cost": 0, + "appDeadline": "2023-04-15", + "link": "https://aagunv.org/high-school-essay-contest/?utm_source=Writopia+Lab&utm_campaign=2a7bc94553-Submissions+Email+April_COPY_01&utm_medium=email&utm_term=0_2a7614ebb3-2a7bc94553-193226511", + "archived": true + }, + { + "id": 382, + "title": "Legacy Project: Listen to a Life Story Contest", + "description": "The Legacy Project's Listen to a Life Story Contest runs to April 14th. The contest is\nopen to young people 8-18 years, with a grandparent or grandfriend 50 years or older\n(cannot be a parent). To enter, all you have to do is Read, Listen, Write! Check out all\nthe details below.\nOne Grand Prize Timeless Award winner receives a beautiful keepsake art piece from\nCedar Lake Studios – which offers a curated selection of finely-crafted, unique,\ninspired art and gifts created by Canadian artisans – along with $100 cash. 7 Legacy\nAwards receive a keepsake cedar mini chest. All winners also receive a framed award\ncertificate and an autographed copy of Dream, an award-winning bestseller about\nhopes and dreams across a lifetime, through history, and into the future", + "categories": [ + { + "name": "Contests, Competitions", + "description": "Opportunities for students interested in competing in contests" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "", + "location": "Digital submission", + "cost": 0, + "appDeadline": "2023-04-14", + "link": "https://www.legacyproject.org/7gen/ltalcontest.html?utm_source=Writopia+Lab&utm_campaign=2a7bc94553-Submissions+Email+April_COPY_01&utm_medium=email&utm_term=0_2a7614ebb3-2a7bc94553-193226511", + "archived": true + }, + { + "id": 383, + "title": "Kettering University Precollege Camps", + "description": "Kettering University offers a variety of programs designed to inspire students in STEM fields. Some programs include Computer Engineering I, Cyber Security Camp, LITES-Lives Improve Through Engineering & Science, and more.\n\n*Cost: Various ($100 - $500)\n*Application Deadline: June 5 (for LITES), Rolling Basis for others", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 24 – August 3", + "location": "Virtual and in-person options offered", + "cost": 100, + "appDeadline": "2023-06-05", + "link": "https://www.kettering.edu/academics/precollege#virtual", + "archived": true + }, + { + "id": 384, + "title": "Summer Live Courses - Fashion Institute of Technology Pre-College Summer Courses", + "description": "“Summer Live Courses are taught by FIT professionals who love what they do and love to share their experiences and talents even more! Discover the industries FIT serves in specialized Precollege courses. Create competitive portfolio pieces, explore our majors, sample college life, and develop lasting friendships with classmates who share your passions.”", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 10 – 25", + "location": "Virtual and in-person options available", + "cost": 550, + "appDeadline": "2023-06-07", + "link": "https://www.fitnyc.edu/academics/precollege/classes/high-school-summer-live/index.php", + "archived": true + }, + { + "id": 385, + "title": "FIT's Precollege Workshops", + "description": "FIT's Precollege Workshops are fun, short programs designed to introduce you to some of the unusual and creative topics FIT specializes in. Spend four days learning a specific skill or technique or delve into one of the many career opportunities FIT prepares students for. Perfect for the student who wants the FIT experience but is limited on time, you'll be both challenged and inspired by how much you'll learn in just four days!", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 26 – 29 OR July 3 – 7", + "location": "Virtual and in-person options available", + "cost": 440, + "appDeadline": "2023-06-07", + "link": "https://www.fitnyc.edu/academics/precollege/classes/high-school-summer-workshops.php", + "archived": true + }, + { + "id": 386, + "title": "Girls Write Now Salon Series - Seeing Poetry in the Dark", + "description": "Come explore the surreal, lyrical poetry of Gabrielle Bates as we celebrate her electric debut collection, Judas Goat (Tin House). She will share her personal and professional journey as a poet; read some of her poems, and discuss how “night logic” can be activated on the page to create strange, dark, and haunting progressions of imagery. We’ll use prompts to create poems together, engaging in associative thinking to animate images in increasingly surprising ways. Join us for a creatively charged evening to inspire your inner poet.", + "categories": [ + { + "name": "Events of interest", + "description": "Events approaching that may be of interest to students" + }, + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "April 28 (6:00 – 7:15 pm)", + "location": "Virtual", + "cost": 0, + "appDeadline": "2023-04-28", + "link": "https://girlswritenow.org/event/april28salon/", + "archived": true + }, + { + "id": 387, + "title": "Teens Art Connection - Pizza and a Movie (PaaM)", + "description": "As a PaaM teen you will eat delicious pizza on us and decide what movie to watch with a vote. Each month PaaM hosts present a new theme with a menu of 3 mystery movies. Movie titles aren’t revealed until movie night. Connect with other NYC teens, learn behind the scenes movie facts and share your reactions in real- time. Post movie, join the talk-back to explore themes in the movie.\n\n*Eligible: All students who are at least 14 years old", + "categories": [ + { + "name": "Events of interest", + "description": "Events approaching that may be of interest to students" + }, + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "April 7, May 5, June 2, and the first Friday of subsequent months from 5 – 8 pm", + "location": "53rd Street Library, 18 West 53rd Street, Manhattan", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://teens.artsconnection.org/paam/#1527535916402-da035c50- e48b967d- 911a", + "archived": false + }, + { + "id": 388, + "title": "Transition & College Access Centers Youth Mentoring Career Series", + "description": "The Transition and College Access Centers (TCAC) offers experiences that will foster students’ academic, social, emotional, and vocational excellence and facilitate multiple pathways to graduation and post-secondary success through student-centered learning opportunities. This event series features panels on Careers in Tech, Preparing to Work, and more.", + "categories": [ + { + "name": "Events of interest", + "description": "Events approaching that may be of interest to students" + }, + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "April 19, May 17, May 31, & more", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.eventbrite.com/o/transition-amp-college-access-centers-17343168270", + "archived": false + }, + { + "id": 389, + "title": "NACAC Virtual College Fairs", + "description": "NACAC allows students may attend as many fairs as they wish with varying topics. Certain college fairs focus on areas of interest such as STEM and Performing & Visual Arts or focus on geographic location. Learn more about which colleges are presenting at each fair below:\n", + "categories": [ + { + "name": "Events of interest", + "description": "Events approaching that may be of interest to students" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "April 23", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.nacacattend.org/fairs", + "archived": false + }, + { + "id": 390, + "title": "NYPL Career Resources Fair for Teens", + "description": "“At this fair, teens will be able to explore resources from the Library and our partner organizations about entering the workforce after graduation, the range of career paths open to them, and the skills they'll need wherever you end up. We’ll help them write a great resume and cover letter, practice interview skills, get your working papers, and\n \njump-start your career. Workshops and hands-on activities will help teens get the most from the career readiness resources and services we offer.” Register with the link below.", + "categories": [ + { + "name": "Events of interest", + "description": "Events approaching that may be of interest to students" + }, + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "April 28 (10:00AM - 1:00PM)", + "location": "Stephen A. Schwarzman Building (476 5th Avenue New York, NY)", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.eventbrite.com/e/nypls-career-resources-fair-for-teens-tickets- 565410787887?aff=nyplwebsite", + "archived": false + }, + { + "id": 391, + "title": "Career Discovery Workshops", + "description": "The Academy of Young Leaders is a proactive learning program that utilizes experiential workshops to provide high-school students with career clarity. Experience the power of a Career Discovery Workshop led by industry experts. Join us and learn more about their journey to success!", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "May 2, and more (6 – 6:45 pm)", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.eventbrite.com/e/career-discovery-workshop-for-high-school-students-tickets-194831956627", + "archived": false + }, + { + "id": 392, + "title": "SUNY Information Sessions", + "description": "These in-person and online sessions provide helpful information about different State University of New York (SUNY) campuses, financial aid, FAFSA completion, special programs, and more. For example, there is an in-person Which SUNY Are You workshop on May 10 at 5:30 pm.", + "categories": [ + { + "name": "Events of interest", + "description": "Events approaching that may be of interest to students" + }, + { + "name": "Additional Links and Resources", + "description": "Additional information" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "May 10, and more", + "location": "Virtual and in-person (116 East 55th St, Manhattan) options available", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.suny.edu/attend/events/", + "archived": false + }, + { + "id": 393, + "title": "Pace's Pre-college Immersion Program", + "description": "Pace’s Pre-college Immersion Program is a groundbreaking two-week intensive program designed for rising high school juniors and seniors. As a participant, you’ll get an advanced, firsthand look at the college experience.", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "July 9 - 22", + "location": "Pace University campus (1 Pace Plaza, New York City)", + "cost": 3400, + "appDeadline": "1970-01-01", + "link": "https://www.pace.edu/pre-college-immersion-program/program-dates-and-costs", + "archived": false + }, + { + "id": 394, + "title": "High School Bridge Program", + "description": "The High School Bridge Program is a program that gives high school juniors and seniors, who are in good academic standing, the opportunity to take one for- credit 100-level course at Pace over the summer!", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [], + "date": "Summer 2023", + "location": "Pace University campus (1 Pace Plaza, New York City)", + "cost": 150, + "appDeadline": "1970-01-01", + "link": "https://www.pace.edu/admission-and-aid/school-counselors/high-school-bridge-program", + "archived": false + }, + { + "id": 395, + "title": "NeON Works: Build a Business – Community Youth", + "description": "Through NeON Works: Build a Business, interns will be trained in business development 101 as well as marketing and public speaking. Work individually or as a small group to create an original business concept, then pitch your idea at the final summit for the chance to win $1,000 to bring your business to life! Interns will also earn $25 for each workshop attended.\n\n*Eligible: Students who are at least 18 and live in one of these neighborhoods: Bed- Stuy, Brownsville, East New York, Harlem, Jamaica, Far Rockaway, Northern Staten Island, and the South Bronx\n*Application Deadline: ASAP (Rolling Basis)", + "categories": [], + "eligibilities": [], + "date": "Sessions until May 25", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://safelink.seamlessdocs.com/f/neonbab", + "archived": false + }, + { + "id": 396, + "title": "Science Career Ladder (SCL) Paid Program", + "description": "Explainers form part of the Science Career Ladder (SCL). The SCL is an innovative education and employment program open to high school and college students. While in the Explainer program, students represent the public face of the museum. They are provided with training and opportunities to further their learning of STEM and receive professional development. Through co-facilitation and co-creation, Explainers elevate youth voice in the design and iteration of museum content, STEM activities, exhibit development, and our educational programming.\n\n*Eligible: All students who are at least 14 years old and have working papers", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + }, + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + }, + { + "name": "Medical, Life Sciences", + "description": "Opportunities in the medical field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "2023-2024 (full year commitment)", + "location": "47-01 111th St., Corona, Queens", + "cost": 0, + "appDeadline": "2023-05-01", + "link": "https://www.nysci.org/become-a-nysci-explainer", + "archived": true + }, + { + "id": 397, + "title": "Camp Gnarly Counselor Jobs", + "description": "As a counselor, you will work with a group of children for the entire summer. It is your responsibility to provide a physically and emotionally safe environment for campers to grow and learn. You’ll have so many opportunities to bond with campers, and participate with them in a broad range of athletics, crafts and cultural activities. Counselors must be able and willing to participate in all activities, and care for children. Our counselors are expected to be dynamic, enthusiastic and upbeat, and to be able to communicate with their co-counselors in an effective and professional manner.\n\n*Eligible: Students who are at least 16 years old", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Summer 2023", + "location": "797 Sterling Place or 1700 Atlantic Avenue, Brooklyn", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://campgnarlynyc.com/work-with-us", + "archived": false + }, + { + "id": 398, + "title": "Trail Blazers Day Camp Counselor Jobs", + "description": "As a counselor, you will work with a group of children for the entire summer. It is your responsibility to provide a physically and emotionally safe environment for campers to grow and learn. You’ll have so many opportunities to bond with campers, and participate with them in a broad range of athletics, crafts and cultural activities. Counselors must be able and willing to participate in all activities, and care for children. Our counselors are expected to be dynamic, enthusiastic and upbeat, and to be able to communicate with their co-counselors in an effective and professional manner.\n\n*Eligible: Students who are at least 16 years old", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various (late June - early September)", + "location": "Prospect Park, Brooklyn Bridge Park, or Morningside Park", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://trailblazers.org/jobs/", + "archived": false + }, + { + "id": 399, + "title": "Park Shore Day Camp Counselor Jobs", + "description": "Park Shore Country Day Camp offers a great opportunity for qualified candidates to work with children and have fun in our outdoor recreational program. High School students can accompany and participate with our campers in a day of athletics, aquatics, and cultural art-related activities. You will follow an organized schedule of activities that will take you and your campers around our beautiful 15-acre wooded facility.", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + } + ], + "eligibilities": [ + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "June 26 - August 18", + "location": "450 Deer Park Road Dix Hills, NY 11746", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://parkshoredaycamp.com/staff/", + "archived": false + }, + { + "id": 400, + "title": "Wave Hill Garden Volunteering", + "description": "Volunteering at Wave Hill is a rich and rewarding experience. Volunteers offer vital support to our gardens and programs by lending their time and talents. Volunteers also form a strong network and community at Wave Hill, helping our garden culture to grow.", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + }, + { + "name": "Parks, Zoo, Nature", + "description": "Opportunities to interact with nature" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "4900 Independence Ave, The Bronx", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.wavehill.org/jobs-internships/volunteer", + "archived": false + }, + { + "id": 401, + "title": "NeON Scholars Program Pre-Registration", + "description": "NeON Scholars will offer free tutoring and Regents test prep to young people across NYC. Regents Prep will take place once a week in each neighborhood with a NeON. Groups are limited in size, so early registration is encouraged! Participants will earn $25/session and receive meals and 2-way metro cards. Virtual Tutoring will occur each week on Zoom. Participants can receive help with any high school level or GED- related academic subject. Participants will have the chance to win raffle gift cards each week.\n\n*Eligible: All students (with priority to students living in Bed-Stuy, Brownsville, East New York, Harlem, Jamaica, Far Rockaway, Northern Staten Island, or South Bronx)\n*Cost: Free (Metrocards are supplied)\n*Application Deadline: Coming Soon (pre-register through the link)", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "April 17- June 30", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://safelink.seamlessdocs.com/f/nscholarsinterest", + "archived": false + }, + { + "id": 402, + "title": "NeON Cooks Program", + "description": "NeON Cooks will gather community members this spring to learn new cooking skills and nutritional information, build community with one another, and break bread over the shared meals that they create and enjoy together. Workshops are drop-in style, so participants can attend once or many times. Participants will receive gift cards for every 2 sessions attended. Group meals will be cooked and shared by participants each week. NeON Cooks recipes will demonstrate the ways in which affordable and healthy ingredients, such as those provided through the NeON Nutrition Kitchens, can be used to make quick and tasty meals in one’s own home.\n\n*All students (with priority to students living in Bed-Stuy, Brownsville, East New York, Harlem, Jamaica, Far Rockaway, Northern Staten Island, or South Bronx)", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "April - May (Dates TBD)", + "location": "Various", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://safelink.seamlessdocs.com/f/ncooks", + "archived": false + }, + { + "id": 403, + "title": "Mental Health Volunteer Training for Teens", + "description": "One in six youths, ages 6–17, experiences a mental health challenge every year, and when they need help, 80 percent of teens turn to their peers first. Learn how to recognize red flags and support your peers. Teen Mental Health First Aid is a nationally accredited course for teens, Grades 10–12, that provides skills to recognize warning signs and connect their peers to help. Teens must register with their own email address. Sessions facilitated by trainer Drew Fidler, director, BBYO Center for Adolescent Wellness. Dinner will be served!\nFor questions contact Naomi Skop Richter, Senior Director, Teen + Young Adult Mental Health Initiative at nskoprichter@mmjccm.org.\n\n*Application Deadline: ASAP", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "April 19 – May 3 (Wednesdays 5:00 – 7:00pm)", + "location": "334 Amsterdam Avenue, Manhattan", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://mmjccm.org/programs/person-teen-mental-health-first-aid-training", + "archived": false + }, + { + "id": 404, + "title": "Student Volunteer Research Assistant Needed for a Machine Learning Model for Detecting Hate Speech towards Asian/Asian Americans", + "description": "Join our team as a Volunteer Research Assistant and gain valuable research experience in data science and interdisciplinary approaches to studying the impact of sociocultural climate and structural inequalities on individual experiences with racism. The ideal candidate will be passionate about using technology to address important social issues and will have interests in the topics of racism, social justice, and Asian Americans. This opportunity is open to high school students, undergraduates, and graduate students. Questions may be directed to Project Manager Gahwan Yoo at: gahwan.yoo@nyu.edu\n\n*Application Deadline: ASAP", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + }, + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Spring term", + "location": "TBD", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://drive.google.com/file/d/13ecRi0m2oeYfdD3uoxd-mWI98iZv3B42/view?usp=sharing", + "archived": false + }, + { + "id": 405, + "title": "Young Adult Service Program 2023 Internship", + "description": "The Young Adult Service Program (YASP) connects Asian-American high school and college students with summer internships at various community organizations and the offices of local elected officials throughout New York City. Through this program, we have been providing Asian American youth with opportunities to serve their local community and to learn the importance of service since 2001.\n\n*Eligible: Asian-American identifying sophomores, juniors, and seniors", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 3 - August 18", + "location": "Various", + "cost": 0, + "appDeadline": "2023-05-12", + "link": "https://kcsny.org/yasp-2023-internship/", + "archived": true + }, + { + "id": 406, + "title": "Young Adult Service Program 2023 Internship", + "description": "The Young Adult Service Program (YASP) connects Asian-American high school and college students with summer internships at various community organizations and the offices of local elected officials throughout New York City. Through this program, we have been providing Asian American youth with opportunities to serve their local community and to learn the importance of service since 2001.\n\n*Eligible: Asian-American identifying sophomores, juniors, and seniors", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 3 - August 18", + "location": "Various", + "cost": 0, + "appDeadline": "2023-05-12", + "link": "https://kcsny.org/yasp-2023-internship/", + "archived": true + }, + { + "id": 407, + "title": "Young Adult Service Program 2023 Internship", + "description": "The Young Adult Service Program (YASP) connects Asian-American high school and college students with summer internships at various community organizations and the offices of local elected officials throughout New York City. Through this program, we have been providing Asian American youth with opportunities to serve their local community and to learn the importance of service since 2001.\n\n*Eligible: Asian-American identifying sophomores, juniors, and seniors", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 3 - August 18", + "location": "Various", + "cost": 0, + "appDeadline": "2023-05-12", + "link": "https://kcsny.org/yasp-2023-internship/", + "archived": true + }, + { + "id": 408, + "title": "The Project Lotus Youth Team", + "description": "Through educating and empowering today’s Asian-American communities, Project\nLotus advances the movement of Asian-Americans blossoming and addressing mental\nhealth stigma, shame, and overall perception and care of mental health. The team is\nlooking for new members to join their team and all are welcome to apply if interested.\nPositions such as illustrator, projects assistants, writer/researcher, videos, and finance\nare offered.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.theprojectlotus.org/", + "archived": false + }, + { + "id": 409, + "title": "Food and Water Watch Volunteer Network", + "description": "Food and Water Watch works to provide healthy food and clean water as well as protect the environment. Students can join their Call Team, which calls people over the country in order to inform them about marches/rallies, legislation, and issues of importance as well as encourage voting in local elections. Students can also join the Text Team, which informs people through their texting website.", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Virtual", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.mobilize.us/fww/event/546904/", + "archived": false + }, + { + "id": 410, + "title": "PLAN USA Youth Leadership Academy", + "description": "Plan USA’s Youth Leadership Academy is a yearlong leadership program dedicated to training, supporting and mentoring young activists as they create change in their communities through projects connected to the U.N. sustainable development goals. The next YLA begins with remote sessions in June in preparation for the four-day residential academy in Washington, D.C. in late July. After the residential academy, YLA members will meet online monthly with Plan staff and Youth Advisory Board members to develop and implement their projects. Throughout the year, members of the YLA may participate in Plan-sponsored events such as International Day of the Girl Takeovers, webinars, campaigns and activations, just to name a few!\n\n*Application Deadline: ASAP", + "categories": [ + { + "name": "Leadership, Government, International", + "description": "Opportunities in government-related fields like law and advocacy" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "June 2023 – June 2024", + "location": "Washington, D.C.", + "cost": 500, + "appDeadline": "1970-01-01", + "link": "https://www.planusa.org/youth-agency/youth-leadership-academy/", + "archived": false + }, + { + "id": 411, + "title": "New York City College of Technology Summer Architecture and Urban Design Immersion Program", + "description": "Participants of the Architecture and Urban Design Immersion Program will approach architecture and urban design disciplines through a cross-disciplinary lens that studies cultural diversity embodied by New York City. By linking historical, cultural, and political context to physical forms of buildings and urban spaces, the program will deepen their appreciation for how architecture can engage with various disciplines to reshape our built environments and experiences. The program includes strategies to succeed in college, supported laboratory workshops, field trips, interface with guest lecturers and community members, and a final showcase built into the curriculum.\n\n*Eligible: Current sophomores & juniors with a GPA of 80 or higher", + "categories": [ + { + "name": "Museums, Art, Design", + "description": "Opportunities in museums, art, and design" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + } + ], + "date": "July 6 – August 3", + "location": "NYC College of Technology, 300 Jay St, Brooklyn", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.citytech.cuny.edu/collegenow/summer-program.aspx", + "archived": false + }, + { + "id": 412, + "title": "Alley Pond Environmental Center Summer Internship", + "description": "Students are eligible to apply for field biology internships at the Alley Pond Environmental Center in Queens. Participants practice field observations & learn about urban ecology. Interns will learn how to study the biodiversity of various ecosystems, as well as how to identify some of the local birds, invertebrates, and plants of NYC. All materials and research equipment are provided by APEC each week; we may utilize tools such as field guides, microscopes, seining nets, chest waders, and environmental testing equipment. Recommendation letters may be requested at the end of the internship to apply for university/college, jobs or other internships/programs.\n\n*Eligible: All students (priority to sophomores, juniors, and seniors)", + "categories": [ + { + "name": "Community Service", + "description": "Volunteer opportunities in local communities" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 5 – 9 (Wednesdays from 9:30 am – 12:30 pm)", + "location": "4900 Independence Ave, Bronx", + "cost": 150, + "appDeadline": "1970-01-01", + "link": "https://www.wavehill.org/jobs-internships/volunteer", + "archived": false + }, + { + "id": 413, + "title": "High School Academic Research Competition (SARC)", + "description": "SARC is more than just a contest—it’s a guided immersion into the research process, designed for experts and newcomers alike! Researchers can choose a topic they’re passionate about, something they wish to dive deeper into, or something they want to study in university. This is a chance for young researchers to master the research process and unlock their scientific minds. During this time, you’ll enroll in immersive workshops and exclusive bootcamps that guide you through the research process and\nprepare you better for your research proposal. The competition provides cash prizes and an exclusive opportunity to have your research published in the Columbia Undergraduate Science Journal.\n\n*Cost: $15 (Use code AMBSARC554 for a $5 discount)", + "categories": [ + { + "name": "Academic Programs", + "description": "Academic enrichment programs, usually offered by colleges" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "May 13 - June 17", + "location": "Virtual", + "cost": 15, + "appDeadline": "2023-04-30", + "link": "https://www.researchcomp.org/", + "archived": true + }, + { + "id": 414, + "title": "NASA Fall Term Internships", + "description": "Interns use their creativity and innovation to work on projects impacting NASA’s mission. As a NASA intern, you will be part of an amazing team that is dedicated to space exploration. You will work with leading experts and gain valuable experience as you participate in research and mission projects. Come dream with us and change the future.\n\n*Eligible: All students who are at least 16 and have a 3.0 minimum GPA", + "categories": [ + { + "name": "Business and Jobs", + "description": "Internships and career readiness workshops" + }, + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Summer 2023, Fall 2023", + "location": "Virtual and in-person options available", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://intern.nasa.gov/", + "archived": false + }, + { + "id": 415, + "title": "SUNY Purchase Summer Tech Camp", + "description": "This virtual program offers a range of computer & tech courses, including animation, 3D modeling and more, along with gaming, social, and wellness activities. Languages include Python and Java.\n\n*Cost: $1,400 by check or $1,450 by credit card for commuters; additional $625 weekly by check or $650 by credit card for residents", + "categories": [ + { + "name": "Engineering, Math, Computer Science", + "description": "Opportunities in various fields of engineering" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various one-week sessions from June 25 – August 4", + "location": "SUNY Purchase", + "cost": 1400, + "appDeadline": "1970-01-01", + "link": "https://www.summertech.net/summertech/courses/", + "archived": false + }, + { + "id": 416, + "title": "NYU Tisch Online High School Filmmakers Workshop", + "description": "This online workshop introduces students to the theory and techniques of developing and producing short films that are shot and edited digitally. Early assignments familiarize them with equipment as well as documentary, experimental, and narrative approaches. Working in online crews, students will collaborate to develop their directing, shooting, and editing skills as they produce music videos and short films (three to five minutes in length). Students learn the basics of screenwriting through writing exercises, reading assignments, viewing online media examples, as well as the script development and research of their short films.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + }, + { + "name": "Financial Aid", + "description": "Financial Aid available to applicants" + } + ], + "date": "July 9 – August 4", + "location": "Virtual", + "cost": 7266, + "appDeadline": "2023-05-01", + "link": "https://tisch.nyu.edu/special-programs/online-course/online-filmmakers-workshop", + "archived": true + }, + { + "id": 417, + "title": "Writopia Lab Workshops", + "description": "The Writopia Lab Half Day Workshops include creative writing, newspaper publishing, playwriting, graphic novels, politics and pens, songwriting studio, and more. Students work with a published author or produced playwright (highly trained in teaching the form, genre, or topic) and complete their own original works. Their Full Day Camps follow a similar program except workshops include teen memoirs, historical fiction, and more.\n\n*Cost: Various (need-based scholarships available)", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "Various", + "location": "Virtual and in-person options available", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://www.writopialab.org/", + "archived": false + }, + { + "id": 418, + "title": "IRT Theater Summer Theater Program", + "description": "This innovative off-Broadway theater company welcomes students (no experience necessary) to join “A Westside Experiment,” their teen theater program. Participants will develop skills to create original devised theater in collaboration with a working theater company in residence at IRT.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 10 – 22", + "location": "154 Christopher St 3B, Manhattan", + "cost": 600, + "appDeadline": "1970-01-01", + "link": "http://irttheater.org/programs/westside-experiment/", + "archived": false + }, + { + "id": 419, + "title": "Hooks Art Media Digital Filmmaking Paid Boot Camp", + "description": "Digital Boot Camp provides local teens and young adults with 80 hours of rigorous instruction in digital filmmaking. The program culminates in several mini documentaries about local businesses and social service organizations. Digital Boot Camp program includes in-school filmmaking residencies at NYC high schools as well as community-based media programs. All participants earn hourly wages for their participation in the program.", + "categories": [ + { + "name": "Theater, Music, Writing, Videos", + "description": "Opportunities in the performing arts field" + } + ], + "eligibilities": [ + { + "name": "Freshman", + "description": "Current freshman (14-15)" + }, + { + "name": "Sophomore", + "description": "Current sophomores (15-16)" + }, + { + "name": "Junior", + "description": "Current juniors (16-17)" + }, + { + "name": "Senior", + "description": "Current seniors (17-18)" + } + ], + "date": "July 10 – August 3", + "location": "Red Hook, 480 Van Brunt Street, Brooklyn", + "cost": 0, + "appDeadline": "1970-01-01", + "link": "https://hookarts.org/summer-digital-boot-camp/", + "archived": false + } +]