CINXE.COM
Apply Smarter Not Harder EMRA
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=11" /> <link rel="canonical" href="https://www.emra.org/books/msadvisingguide/apply-smarter-not-harder" /> <link rel="stylesheet" href="/_Multisites/EMRA/Static/Common/libs/font-awesome/css/font-awesome.min.css"> <meta name="description" content="Apply Smarter Not Harder. Understand Your Competitiveness" /> <meta name="keywords" content="medical students,match,advising,residency,student,cord,emra,application" /> <meta name="viewport" content="user-scalable=0, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"> <meta name="twitter:card" content="summary" /> <meta property="og:title" content="EMRA and CORD Student Advising Guide - Understanding Your Competitiveness" /> <meta name="twitter:title" content="EMRA and CORD Student Advising Guide - Understanding Your Competitiveness" /> <meta property="og:type" content="book" /> <meta property="og:image" content="https://www.emra.org/siteassets/emra/publications/books/msag_2019/2019_emra-and-cord-student-advising-guide-web-social-600.jpg" /> <meta property="og:image:url" content="https://www.emra.org/siteassets/emra/publications/books/msag_2019/2019_emra-and-cord-student-advising-guide-web-social-600.jpg" /> <meta property="og:image:secure_url" content="https://www.emra.org/siteassets/emra/publications/books/msag_2019/2019_emra-and-cord-student-advising-guide-web-social-600.jpg" /> <meta name="twitter:image" content="https://www.emra.org/siteassets/emra/publications/books/msag_2019/2019_emra-and-cord-student-advising-guide-web-social-600.jpg" /> <meta property="og:description" content="Medical students, learn how to apply smarter, not harder, with the help of our brand-new EMRA and CORD Student Advising Guide. Read it free online." /> <meta name="twitter:description" content="Medical students, learn how to apply smarter, not harder, with the help of our brand-new EMRA and CORD Student Advising Guide. Read it free online." /> <meta property="og:url" content="https://www.emra.org/books/msadvisingguide/apply-smarter-not-harder" /> <meta name="siteName" content="EMRA" /> <title>Apply Smarter Not Harder EMRA</title> <script type="text/javascript"> var addthis_share = { url: "https://www.emra.org/books/msadvisingguide/apply-smarter-not-harder", title: "Apply Smarter Not Harder", description: "Medical students, learn how to apply smarter, not harder, with the help of our brand-new EMRA and CORD Student Advising Guide. Read it free online.", media: "https://www.emra.org/siteassets/emra/publications/books/msag_2019/2019_emra-and-cord-student-advising-guide-web-social-600.jpg" } </script> <link rel="stylesheet" href="/_Multisites/EMRA/Static/Common/libs/reset.css"> <link rel="stylesheet" href="/_Multisites/EMRA/Static/common.css"> <link rel="stylesheet" href="/_Multisites/EMRA/Static/common/libs/jquery-ui-1.12.1/jquery-ui.min.css"> <link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.1.1/animate.min.css" rel="stylesheet"> <link href="https://acepteamstorage.blob.core.windows.net/epi-resources/_Multisites/EMRA/static/common/css/emra-styles.css" rel="stylesheet"> <link href="https://acepteamstorage.blob.core.windows.net/epi-resources/_Multisites/EMRA/static/common/css/emra-overrides.css" rel="stylesheet"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="/_Multisites/EMRA/Static/Common/libs/jquery-ui-1.12.1/jquery-ui.min.js"></script> <script src="/_Multisites/EMRA/Static/Common/libs/angular-1.6.4/angular.js"></script> <script src="/_Multisites/EMRA/Static/Common/libs/angular-1.6.4/angular-route.min.js"></script> <script src="/_Multisites/EMRA/Static/Common/libs/lodash/lodash-4.17.4.min.js"></script> <script src="/_Multisites/EMRA/Static/Common/js/utilities/_googleMaps.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.8/js/materialize.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.0.2/wow.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/snap.svg/0.3.0/snap.svg-min.js"></script> <script type="text/javascript" src="/static/Common/libs/ddaccordion/ddaccordion.js"></script> <style type="text/css"> .emraaccordion{ } .openemraaccordion{ /*class added to contents of 1st demo when they are open*/ } </style> <script type="text/javascript"> ddaccordion.init({ headerclass: "emraaccordion", //Shared CSS class name of headers group contentclass: "emraaccordioncontent", //Shared CSS class name of contents group revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover" mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover collapseprev: true, //Collapse previous content (so only one open at any time)? true/false defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc]. [] denotes no content. onemustopen: true, //Specify whether at least one header should be open always (so never all headers closed) animatedefault: false, //Should contents open by default be animated into view? scrolltoheader: false, //scroll to header each time after it's been expanded by the user? persiststate: true, //persist state of opened contents within browser session? toggleclass: ["", "openemraaccordion"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"] togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs) animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow" oninit:function(expandedindices){ //custom code to run when headers have initalized //do nothing }, onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed //do nothing } }) ddaccordion.init({ headerclass: "committeeaccordion", //Shared CSS class name of headers group contentclass: "committeeaccordioncontent", //Shared CSS class name of contents group revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover" mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover collapseprev: false, //Collapse previous content (so only one open at any time)? true/false defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content. onemustopen: true, //Specify whether at least one header should be open always (so never all headers closed) animatedefault: false, //Should contents open by default be animated into view? scrolltoheader: false, //scroll to header each time after it's been expanded by the user? persiststate: true, //persist state of opened contents within browser session? toggleclass: ["", "openemraaccordion"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"] togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs) animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow" oninit:function(expandedindices){ //custom code to run when headers have initalized //do nothing }, onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed //do nothing } }) ddaccordion.init({ headerclass: "toddtestaccordion", //Shared CSS class name of headers group contentclass: "toddtestaccordioncontent", //Shared CSS class name of contents group revealtype: "clickgo", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover" mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover collapseprev: false, //Collapse previous content (so only one open at any time)? true/false defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc]. [] denotes no content. onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed) animatedefault: false, //Should contents open by default be animated into view? scrolltoheader: false, //scroll to header each time after it's been expanded by the user? persiststate: false, //persist state of opened contents within browser session? toggleclass: ["", ""], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"] togglehtml: ["", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs) animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow" oninit:function(expandedindices){ //custom code to run when headers have initalized //do nothing }, onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed //do nothing } }) ddaccordion.init({ headerclass: "committeeaccordion", //Shared CSS class name of headers group contentclass: "committeeaccordioncontent", //Shared CSS class name of contents group revealtype: "clickgo", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover" mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover collapseprev: false, //Collapse previous content (so only one open at any time)? true/false defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content. onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed) animatedefault: false, //Should contents open by default be animated into view? scrolltoheader: false, //scroll to header each time after it's been expanded by the user? persiststate: false, //persist state of opened contents within browser session? toggleclass: ["", ""], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"] togglehtml: ["", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs) animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow" oninit:function(expandedindices){ //custom code to run when headers have initalized //do nothing }, onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed //do nothing } }) </script> <style type="text/css"> .accordionlist{ /*header of 1st demo*/ cursor: hand; cursor: pointer; padding: 2px 5px; } .openaccordionlist{ /*class added to contents of 1st demo when they are open*/ } </style> <script type="text/javascript"> //Initialize first demo: ddaccordion.init({ headerclass: "accordionlist", //Shared CSS class name of headers group contentclass: "theaccordionlist", //Shared CSS class name of contents group revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover" mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover collapseprev: true, //Collapse previous content (so only one open at any time)? true/false defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content. onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed) animatedefault: false, //Should contents open by default be animated into view? scrolltoheader: false, //scroll to header each time after it's been expanded by the user? scrolltocontent: false, //scroll to expanded content each time after it's been expanded by the user? persiststate: true, //persist state of opened contents within browser session? toggleclass: ["", "openaccordionlist"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"] togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs) animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow" oninit:function(expandedindices){ //custom code to run when headers have initalized //do nothing }, onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed //do nothing } }) </script><script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB0ed-sCUEf-lm2T4rQ3wJbDYPYsAm3-jo"> </script><!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-M4XF2M6');</script> <!-- End Google Tag Manager --><!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T48RPHZ');</script> <!-- End Google Tag Manager --><STYLE type="text/css"> .emraFlexBox { width: 100%; } .nv { background-color: coral; color: white; text-align: center; } .itemyes{ background-color: #669966; color: white; text-align: center; } .itemoff{ background-color: #4cbfe6; color: white; text-align: center; } .itemno{ background-color: #9494b8; color: white; text-align: center; } .emraFlexRow { width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; justify-content: space-around; flex-basis: 100%; flex: 1; -webkit-flex-flow: row wrap; } .emraFlexMobileRow { width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; justify-content: space-around; flex-basis: 100%; flex: 1; -webkit-flex-flow: row wrap; } .emraFlexItem { padding: 2px; margin: 3px 0 3px 0; align-items: center; } .flex2col1 { width: 15%; min-width: 100px; display: block; } .flex2col2 { width: 60%; min-width: 200px; display: block; align-self: center; } .flex2col3 { width: 23%; min-width: 100px; display: block; align-self: center; } .flex2col50 { width: 49%; min-width: 100px; display: block; align-self: center; } .flex2col60 { width: 6%; display: block; min-width: 60px; align-self: center; } .flex2col70 { width: 7%; min-width: 70px; display: block; align-self: center; } .flex2col80 { width: 8%; min-width: 80px; display: block; align-self: center; } .flex2heading { border-bottom: 1px solid green; } .flexbox-hide-desktop { display: none !important; } .flexbox-hide-mobile { } .emraFlexItem { padding: 1px; margin: 2px 0 2px 0; } @media (max-width: 740px) { /*breakpoint*/ .emraFlexRow { flex-direction: column; border-bottom: 1px solid green; } .emraFlexMobileRow { flex-direction: row; border-bottom: 1px solid green; } .flex2col1 { width: 100%; text-align: center; display: block; } .flex2col2 { width: 100%; text-align: center; display: block; } .flex2col3 { width: 100%; text-align: center; display: block; } .flex2col60 { width: 49%; text-align: center; display: block; } .flex2col70 { width: 49%; text-align: center; display: block; } .flex2col80 { width: 49%; text-align: center; display: block; } .flex2col12 { width: 100%; text-align: center; display: block; } .flex2col50 { width: 49%; text-align: center; display: block; } .flex2heading { border-bottom: auto; } .flex2headingdesktop { display: none; } .flex2headingmobile { display: block; } } @media (max-width: 1240px) { /*breakpoint*/ .emraFlexMobileRow { flex-direction: row; border-bottom: 1px solid green; flow-wrap: wrap; -webkit-flex-flow: row wrap; } .flex2col60 { width: 49%; text-align: center; display: block; } .flex2col70 { width: 49%; text-align: center; display: block; } .flex2col80 { width: 49%; text-align: center; display: block; } .flex2col12 { width: 100%; text-align: center; display: block; } .flex2col50 { width: 49%; text-align: center; display: block; } .flex2heading { border-bottom: auto; } .flexbox-hide-desktop { display: block !important; } .flexbox-hide-mobile { display:none; } } </STYLE><style type="text/css"> .knob-scroll { position: fixed; right: 10px; bottom: 10px; width: 50px; height: 50px; z-index: 999998; } /* Hide input to avoid FOUC */ /* Will be shown when JS runs */ .knob-scroll input { display: none; } </style> <!-- overlay message --> <!-- <div id="acepMaintain" style="display:none"> <div class="optindescription"> <div class="pop-content"> <p style="text-align: center;"><img style="display:inline-block; width:225px;" src="/siteassets/emra/images/emra-logo.png" alt="" /></p> <p><strong>We are performing maintenance to our systems from Friday, 2/18/2022 at 7:30 am to Saturday, 2/19/2022 at 4:00 pm CST.</strong></p> <p> We apologize for any inconvenience you might experience. Most content is accessible, but transactions such as meeting registrations, membership updates, members-only content or CME purchases will be temporarily unavailable during maintenance.</p> <p><strong>The Member Care Team is out of service and will return on Monday, February 21st to respond to your voicemails and emails.</strong></p> </div> </div> </div> <link rel="stylesheet" href="/static/globalassets/resources/css/acepOverlayMessage.css"> <script type="text/javascript" src="/static/globalassets/resources/js/blossomfeaturebox.js"></script> <script> jQuery(function ($) { blossomfeaturebox.init({ optinfile: '#acepMaintain', fxeffect: 'slidedown', displaytype: 'immediate', displayfreq: { duration: 'session', cookiename: 'acepMaintenance' } //session/always/xdays/xhrs/xmin }) }) </script>--> <!-- overlay message --> <style type="text/css"> /*! lightslider - v1.1.3 - 2015-04-14 * https://github.com/sachinchoolur/lightslider * Copyright (c) 2015 Sachin N; Licensed MIT */ /** /!!! core css Should not edit !!!/**/ .lSSlideOuter { overflow: hidden; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .lightSlider:before, .lightSlider:after { content: " "; display: table; } .lightSlider { overflow: hidden; margin: 0; } .lSSlideWrapper { max-width: 100%; overflow: hidden; position: relative; } .lSSlideWrapper > .lightSlider:after { clear: both; } .lSSlideWrapper .lSSlide { -webkit-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); -webkit-transition: all 1s; -webkit-transition-property: -webkit-transform, height; -moz-transition-property: -moz-transform, height; transition-property: transform, height; -webkit-transition-duration: inherit !important; transition-duration: inherit !important; -webkit-transition-timing-function: inherit !important; transition-timing-function: inherit !important; } .lSSlideWrapper .lSFade { position: relative; } .lSSlideWrapper .lSFade > * { position: absolute !important; top: 0; left: 0; z-index: 9; margin-right: 0; width: 100%; } .lSSlideWrapper.usingCss .lSFade > * { opacity: 0; -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: inherit !important; transition-duration: inherit !important; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: inherit !important; transition-timing-function: inherit !important; } .lSSlideWrapper .lSFade > *.active { z-index: 10; } .lSSlideWrapper.usingCss .lSFade > *.active { opacity: 1; } /** /!!! End of core css Should not edit !!!/**/ /* Pager */ .lSSlideOuter .lSPager.lSpg { margin: 10px 0 0; padding: 0; text-align: center; } .lSSlideOuter .lSPager.lSpg > li { cursor: pointer; display: inline-block; padding: 0 5px; } .lSSlideOuter .lSPager.lSpg > li a { background-color: #222222; border-radius: 30px; display: inline-block; height: 8px; overflow: hidden; text-indent: -999em; width: 8px; position: relative; z-index: 99; -webkit-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; } .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a { background-color: #428bca; } .lSSlideOuter .media { opacity: 0.8; } .lSSlideOuter .media.active { opacity: 1; } /* End of pager */ /** Gallery */ .lSSlideOuter .lSPager.lSGallery { list-style: none outside none; padding-left: 0; margin: 0; overflow: hidden; transform: translate3d(0px, 0px, 0px); -moz-transform: translate3d(0px, 0px, 0px); -ms-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate3d(0px, 0px, 0px); -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .lSSlideOuter .lSPager.lSGallery li { overflow: hidden; -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s; transition: border-radius 0.12s linear 0s 0.35s linear 0s; } .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover { border-radius: 5px; } .lSSlideOuter .lSPager.lSGallery img { display: block; height: auto; max-width: 100%; } .lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after { content: " "; display: table; } .lSSlideOuter .lSPager.lSGallery:after { clear: both; } /* End of Gallery*/ /* slider actions */ .lSAction > a { width: 75px; height: 75px; display: block; top: 50%; /* OLD CONTROL SET */ background-image: url('https://www.acep.org/static/globalassets/resources/images/icon_images/svg/slider-controls.svg'); background-size: 150px; cursor: pointer; position: absolute; z-index: 99; margin-top: -16px; margin-top: 0; opacity: 0.5; -webkit-transition: opacity 0.35s linear 0s; transition: opacity 0.35s linear 0s; transform: translateY(-50%); } .lSAction > a:hover { opacity: 1; } .lSAction > .lSPrev { background-position: 0 0; left: 10px; } .lSAction > .lSNext { background-position: -75px 0; right: 10px; } .lSAction > a.disabled { pointer-events: none; } .cS-hidden { height: 1px; opacity: 0; filter: alpha(opacity=0); overflow: hidden; } /* vertical */ .lSSlideOuter.vertical { position: relative; } .lSSlideOuter.vertical.noPager { padding-right: 0px !important; } .lSSlideOuter.vertical .lSGallery { position: absolute !important; right: 0; top: 0; } .lSSlideOuter.vertical .lightSlider > * { width: 100% !important; max-width: none !important; } /* vertical controlls */ .lSSlideOuter.vertical .lSAction > a { left: 50%; margin-left: -14px; margin-top: 0; } .lSSlideOuter.vertical .lSAction > .lSNext { background-position: 31px -31px; bottom: 10px; top: auto; } .lSSlideOuter.vertical .lSAction > .lSPrev { background-position: 0 -31px; bottom: auto; top: 10px; } /* vertical */ /* Rtl */ .lSSlideOuter.lSrtl { direction: rtl; } .lSSlideOuter .lightSlider, .lSSlideOuter .lSPager { padding-left: 0; list-style: none outside none; } .lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager { padding-right: 0; } .lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li { float: left; } .lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li { float: right !important; } /* Rtl */ @-webkit-keyframes rightEnd { 0% { left: 0; } 50% { left: -15px; } 100% { left: 0; } } @keyframes rightEnd { 0% { left: 0; } 50% { left: -15px; } 100% { left: 0; } } @-webkit-keyframes topEnd { 0% { top: 0; } 50% { top: -15px; } 100% { top: 0; } } @keyframes topEnd { 0% { top: 0; } 50% { top: -15px; } 100% { top: 0; } } @-webkit-keyframes leftEnd { 0% { left: 0; } 50% { left: 15px; } 100% { left: 0; } } @keyframes leftEnd { 0% { left: 0; } 50% { left: 15px; } 100% { left: 0; } } @-webkit-keyframes bottomEnd { 0% { bottom: 0; } 50% { bottom: -15px; } 100% { bottom: 0; } } @keyframes bottomEnd { 0% { bottom: 0; } 50% { bottom: -15px; } 100% { bottom: 0; } } .lSSlideOuter .rightEnd { -webkit-animation: rightEnd 0.3s; animation: rightEnd 0.3s; position: relative; } .lSSlideOuter .leftEnd { -webkit-animation: leftEnd 0.3s; animation: leftEnd 0.3s; position: relative; } .lSSlideOuter.vertical .rightEnd { -webkit-animation: topEnd 0.3s; animation: topEnd 0.3s; position: relative; } .lSSlideOuter.vertical .leftEnd { -webkit-animation: bottomEnd 0.3s; animation: bottomEnd 0.3s; position: relative; } .lSSlideOuter.lSrtl .rightEnd { -webkit-animation: leftEnd 0.3s; animation: leftEnd 0.3s; position: relative; } .lSSlideOuter.lSrtl .leftEnd { -webkit-animation: rightEnd 0.3s; animation: rightEnd 0.3s; position: relative; } /*/ GRab cursor */ .lightSlider.lsGrab > * { cursor: -webkit-grab; cursor: -moz-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; } .lightSlider.lsGrabbing > * { cursor: move; cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing; } @media screen and (max-width: 767px) { /* slider actions */ .lSAction > a { width: 32px; height: 32px; /*display: block;*/ /*top: 50%;*/ /* OLD CONTROL SET */ /*background-image: url('https://www.acep.org/static/globalassets/resources/images/icon_images/svg/slider-controls.svg');*/ background-size: 64px; /*cursor: pointer; position: absolute; z-index: 99; margin-top: -16px; margin-top: 0; opacity: 0.5; -webkit-transition: opacity 0.35s linear 0s; transition: opacity 0.35s linear 0s;*/ margin-top: 0; transform: translateY(-50%); } .lSAction > .lSNext { background-position: -32px 0; /*right: 10px;*/ } } /* DEFAULT FONTS roboto font-family: "Roboto", sans-serif; font-family: "Roboto Condensed", sans-serif; */ /* GLOBAL COLORS */ /*color { color: #00ceee; }*/ /* GREY TONES */ /* BLUE */ /*color { color: #f3f1e7; }*/ /*color { color: #651b80; }*/ /* --- GOLD --- */ /* GREEN */ /* RED */ /* ---GOLD --- */ /* ORANGE */ /* --- GOLD --- */ /* PACED PURPLE */ /* EDDA Colors */ /* LACColors */ color { color: #18aebd; } /* FOR GREY BUTTONS */ /* FONTS - HELVETICA */ /* FONTS - OPEN SANS */ /*$font-main: "Open Sans", sans-serif; $font-condensed: "Open Sans Condensed", sans-serif;*/ /* MIXIN'S */ /* CENTERING CONTENT */ /* CENTER CONTENT - FANCIER SETUP */ /* COVER CONTENT */ /* TRIANGLES */ /* ROUNDED CORNERS */ /*! hero slider styles */ /* @group ---- home-hero-slider */ /* MAIN DISPLAY */ #mainDisplay { width: 100%; padding: 0; margin: 0; position: relative; display: block; background-color: #fff; } #mainDisplay #homeSlider { margin: 0; padding: 0; background-color: #fff; } #mainDisplay #homeSlider li { margin: 0; padding: 0; height: 400px; position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover; } #mainDisplay #homeSlider li .slider-content { color: #fff; text-align: left; padding: 0 0 0 8%; width: auto; max-width: 540px; display: block; position: absolute; top: 50%; left: 0px; right: auto; z-index: 20; transform: translateY(-50%); } #mainDisplay #homeSlider li .slider-content .fa { filter: drop-shadow(0px 1px 1px #777); } #mainDisplay #homeSlider li .slider-content h3, #mainDisplay #homeSlider li .slider-content p { font-weight: 600; color: #fff; } #mainDisplay #homeSlider li .slider-content h3 { font-size: 2.3rem; line-height: 120%; filter: drop-shadow(0px 1px 1px #777); } #mainDisplay #homeSlider li .slider-content h3 span { font-weight: inherit; display: inline; } #mainDisplay #homeSlider li .slider-content h3 p { font-size: inherit; line-height: inherit; font-weight: inherit; font-style: inherit; text-align: inherit; padding: 0; margin: 0; display: inline !important; box-shadow: none; border: inherit; } #mainDisplay #homeSlider li .slider-content h3 p:first-of-type { font-size: inherit; line-height: inherit; font-weight: inherit; font-style: inherit; padding: 0; margin: 0; display: inline !important; box-shadow: none; border: inherit; } #mainDisplay #homeSlider li .slider-content h3 p:last-of-type { font-size: 28px; line-height: inherit; font-weight: inherit; font-style: inherit; padding: 0; margin: 0; display: inline !important; box-shadow: none; border: inherit; } #mainDisplay #homeSlider li .slider-content p { line-height: 135%; padding: 0 0 20px; filter: drop-shadow(0px 1px 1px #777); } #mainDisplay #homeSlider li .slider-content p:first-of-type { font-size: inherit; line-height: inherit; font-weight: inherit; font-style: inherit; padding: 0; margin: 0; box-shadow: none; border: inherit; display: none !important; } #mainDisplay #homeSlider li .slider-content p:last-of-type { font-size: inherit; line-height: inherit; font-weight: inherit; font-style: inherit; padding: 0; margin: 0; box-shadow: none; border: inherit; display: none !important; } #mainDisplay #homeSlider li .slider-content .btn.btn-ol { color: #333; line-height: 120%; margin-right: 10px; margin-bottom: 10px; padding: 10px; border: 1px solid #fff; background-color: #fff; transition: all 0.3s ease; } #mainDisplay #homeSlider li .slider-content .btn.btn-ol:hover { color: #fff; border: 1px solid #428bd7; background-color: #428bd7; } #mainDisplay #homeSlider li .slider-content .btn.btn-ol:nth-of-type(2) { color: #fff; border: 1px solid #fff; background-color: rgba(0, 0, 0, 0.2); transition: all 0.3s ease; } #mainDisplay #homeSlider li .slider-content .btn.btn-ol:nth-of-type(2):hover { color: #fff; border: 1px solid #fff; background-color: rgba(255, 255, 255, 0.2); /* GRADIENT BLEND */ } #mainDisplay #homeSlider li .blend { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 16; /* SET MOBILE AND DESKTOP IMAGES */ } #mainDisplay #homeSlider li .img-dt, #mainDisplay #homeSlider li .img-mb { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 15; background-position: center center; background-repeat: no-repeat; background-size: cover; } #mainDisplay #homeSlider li .img-dt { display: block; } #mainDisplay #homeSlider li .img-mb { display: none; } /* SLIDER CONTROLS */ #mainDisplay .lSPager { margin: 0 !important; padding: 0; height: 0px; position: relative; top: -50px; z-index: 30; } #mainDisplay .lSPager li { padding: 0 8px; } #mainDisplay .lSPager li a { width: 14px; height: 14px; border: none; opacity: 0.5; border-radius: 50%; border: 2px solid #fff; background-color: #fff; } #mainDisplay .lSPager li a:hover { opacity: 1; border: 2px solid #fff; background-color: #fff; } #mainDisplay .lSPager .active a { opacity: 1 !important; border: 2px solid #fff !important; background-color: #fff !important; } #mainDisplay .lSPager .active a:hover { opacity: 1 !important; background-color: #fff !important; } #mainDisplay .lSAction { display: none !important; } /* HOME SINGLE HERO */ #mainDisplay-single { width: 100%; padding: 0; margin: 0; position: relative; display: block; } #mainDisplay-single #homeSlider-single { margin: 0; padding: 0; background-color: #fff; } #mainDisplay-single #homeSlider-single .homeSlider-slide { margin: 0; padding: 0; height: 525px; position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover; } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content { color: #fff; text-align: left; padding: 0 0 0 12%; width: auto; max-width: 540px; display: block; position: absolute; top: 50%; left: 0; right: auto; z-index: 30; transform: translateY(-50%); } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content .fa { filter: drop-shadow(0px 1px 1px #777); } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content p { font-weight: 400; color: #fff; } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content h3 { color: #fff; font-size: 2.1rem; line-height: 110%; font-weight: 600; filter: drop-shadow(0px 1px 1px #777); } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content h3 span { font-weight: inherit; display: block; } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content p { line-height: 135%; padding: 0 0 20px; filter: drop-shadow(0px 1px 1px #777); } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content .btn.btn-ol { color: #333; line-height: 120%; margin: 0 10px 10px 0; border: 1px solid #fff; background-color: #fff; } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content .btn.btn-ol:hover { color: #fff; border: 1px solid #428bd7; background-color: #428bd7; } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content .btn.btn-ol:nth-of-type(2) { color: #fff; border: 1px solid #fff; background-color: rgba(0, 0, 0, 0.1); } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content .btn.btn-ol:nth-of-type(2):hover { background-color: rgba(255, 255, 255, 0.2); /* GRADIENT BLEND */ } #mainDisplay-single .blend { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 16; background-image: linear-gradient(to right, rgba(20, 60, 90, 0.75) 0%, rgba(0, 0, 0, 0.01) 80%); } #mainDisplay-single .img-dt, #mainDisplay-single .img-mb { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 15; background-position: center center; background-repeat: no-repeat; background-size: cover; } #mainDisplay-single .img-mb { display: none; } /* @end */ /* @group ---- stacked-blocks*/ .stackedBlocks-2, .stackedBlocks-3, .stackedBlocks-4 { margin: auto; padding: 0 0 55px; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; align-items: stretch; align-content: stretch; justify-content: space-between; } .stackedBlocks-2 .indiv-block, .stackedBlocks-3 .indiv-block, .stackedBlocks-4 .indiv-block { margin: 0; padding: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; position: relative; flex: 1; align-items: stretch; } .stackedBlocks-2 .indiv-block:first-of-type, .stackedBlocks-3 .indiv-block:first-of-type, .stackedBlocks-4 .indiv-block:first-of-type { border-left: none; } .stackedBlocks-2 .indiv-block:last-of-type, .stackedBlocks-3 .indiv-block:last-of-type, .stackedBlocks-4 .indiv-block:last-of-type { border-right: none; } .stackedBlocks-2 .slider-content, .stackedBlocks-3 .slider-content, .stackedBlocks-4 .slider-content { padding: 0; margin: 0; width: 100%; position: static; transform: translateY(0%); z-index: 100; } .stackedBlocks-2 .slider-content p:empty, .stackedBlocks-3 .slider-content p:empty, .stackedBlocks-4 .slider-content p:empty { display: none; } .stackedBlocks-2 .slider-content p:first-of-type, .stackedBlocks-3 .slider-content p:first-of-type, .stackedBlocks-4 .slider-content p:first-of-type { display: none; } .stackedBlocks-2 .slider-content h3, .stackedBlocks-3 .slider-content h3, .stackedBlocks-4 .slider-content h3 { /* font-size: 1.4rem;*/ padding-top: 0px; } .stackedBlocks-2 .slider-content h3 p:first-of-type, .stackedBlocks-3 .slider-content h3 p:first-of-type, .stackedBlocks-4 .slider-content h3 p:first-of-type { font-size: inherit; line-height: inherit; font-weight: inherit; font-style: inherit; letter-spacing: inherit; padding: 0; margin: 0; display: inline !important; box-shadow: none; border: inherit; } .stackedBlocks-2 .slider-content h3 p:last-of-type, .stackedBlocks-3 .slider-content h3 p:last-of-type, .stackedBlocks-4 .slider-content h3 p:last-of-type { font-size: inherit; line-height: inherit; font-weight: inherit; font-style: inherit; padding: 0; margin: 0; display: inline !important; box-shadow: none; border: inherit; } .stackedBlocks-2 .slider-content h3 .logoIMG, .stackedBlocks-3 .slider-content h3 .logoIMG, .stackedBlocks-4 .slider-content h3 .logoIMG { width: 100%; max-width: 300px; height: auto; display: block; position: static !important; border: none !important; } .stackedBlocks-2 .btn.btn-ol, .stackedBlocks-3 .btn.btn-ol, .stackedBlocks-4 .btn.btn-ol { color: #fff; line-height: 120%; margin-right: 10px; margin-bottom: 10px; display: inline-block; border: 1px solid #2569af; background-color: #2569af; /*transition: all 0.3s ease-in;*/ transition: all 0.3s ease; } .stackedBlocks-2 .btn.btn-ol:hover, .stackedBlocks-3 .btn.btn-ol:hover, .stackedBlocks-4 .btn.btn-ol:hover { color: #fff !important; border: 1px solid #428bd7; background-color: #428bd7; } .stackedBlocks-2 .btn.btn-ol:nth-of-type(2), .stackedBlocks-3 .btn.btn-ol:nth-of-type(2), .stackedBlocks-4 .btn.btn-ol:nth-of-type(2) { color: #2569af; background-color: transparent; } .stackedBlocks-2 .btn.btn-ol:nth-of-type(2):hover, .stackedBlocks-3 .btn.btn-ol:nth-of-type(2):hover, .stackedBlocks-4 .btn.btn-ol:nth-of-type(2):hover { color: #428bd7 !important; background-color: #f9f9f9; } .stackedBlocks-2 .img-dt, .stackedBlocks-3 .img-dt, .stackedBlocks-4 .img-dt, .stackedBlocks-2 .img-mb, .stackedBlocks-3 .img-mb, .stackedBlocks-4 .img-mb { border: 1px solid #ddd; background-position: center center; background-repeat: no-repeat; background-size: cover; } .stackedBlocks-2 .img-dt, .stackedBlocks-3 .img-dt, .stackedBlocks-4 .img-dt { display: block; } .stackedBlocks-2 .img-mb, .stackedBlocks-3 .img-mb, .stackedBlocks-4 .img-mb { display: none; } .stackedBlocks-2 .indiv-block { position: relative; padding: 290px 0 0; } .stackedBlocks-2 .img-dt, .stackedBlocks-2 .img-mb { width: 100%; height: 275px; position: absolute; top: 0; left: 0; right: 0; background-color: #ddd; } .stackedBlocks-2 .img-dt { display: block; } .stackedBlocks-2 .img-mb { display: none; } .stackedBlocks-3 .indiv-block { position: relative; padding: 290px 0 0px; } .stackedBlocks-3 .img-dt, .stackedBlocks-3 .img-mb { width: 100%; height: 275px; position: absolute; top: 0; left: 0; right: 0; background-color: #ddd; } .stackedBlocks-3 .img-dt { display: block; } .stackedBlocks-3 .img-mb { display: none; } .stackedBlocks-4 .indiv-block { position: relative; padding: 295px 0 0; } .stackedBlocks-4 .img-dt, .stackedBlocks-4 .img-mb { width: 100%; height: 280px; position: absolute; top: 0; left: 0; right: 0; background-color: #ddd; } .stackedBlocks-4 .img-dt { display: block; } .stackedBlocks-4 .img-mb { display: none; } /* @end */ /* STANDARD MAX-WIDTH PAGE */ /* LARGE TABLET SIZES START */ @media screen and (max-width: 1024px) { /* HOME SINGLE HERO */ /* #mainDisplay-single { #homeSlider-single { .homeSlider-slide { height: 70vh; } } }*/ /* @end */ /* @group ---- stacked-blocks*/ .stackedBlocks-4 .indiv-block { flex: 1 50%; padding: 295px 0 25px; margin: 0px; /*&:first-of-type { padding: 305px 0 40px; } &:last-of-type { padding: 305px 0 40px; } &:nth-of-type(2) { border-right: 0px; } &:nth-of-type(3) { border-left: 0px; }*/ } .stackedBlocks-4 .img-dt, .stackedBlocks-4 .img-mb { width: 100%; position: absolute; top: 0; left: 0; right: 0; background-color: #ddd; /* @end */ } } @media screen and (max-width: 834px) { /* @group ---- home-hero-slider */ /* MAIN DISPLAY */ #mainDisplay #homeSlider li .slider-content { text-align: center; padding: 0 40px; width: auto; max-width: inherit; top: auto; bottom: 60px; left: 0; right: 0px; transform: translateY(0%); } #mainDisplay #homeSlider li .slider-content h3 { text-align: center; } #mainDisplay #homeSlider li .slider-content p { display: none; } #mainDisplay #homeSlider li .slider-content .btn.btn-ol { margin: 0 5px 10px; /* GRADIENT BLEND */ } #mainDisplay #homeSlider li .blend { top: 0; bottom: 0; background-image: linear-gradient(to top, rgba(20, 60, 90, 0.75) 0%, rgba(0, 0, 0, 0.01) 80%); /* HIDE DESKTOP/SHOW MOBILEW IMAGES */ } #mainDisplay #homeSlider li .img-dt { display: none; } #mainDisplay #homeSlider li .img-mb { display: block; /* HOME SINGLE HERO */ } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content { text-align: center; padding: 0 40px; width: auto; max-width: inherit; min-width: inherit; top: auto; bottom: 20px; left: 0; right: 0px; transform: translateY(0%); } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content h3 { text-align: center; } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content p { display: none; } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content .btn.btn-ol { margin: 0 5px 10px; /* GRADIENT BLEND */ } #mainDisplay-single #homeSlider-single .homeSlider-slide .blend { top: 0; bottom: 0; background-image: linear-gradient(to top, rgba(20, 60, 90, 0.75) 0%, rgba(0, 0, 0, 0.01) 80%); /* HIDE DESKTOP/SHOW MOBILEW IMAGES */ } #mainDisplay-single #homeSlider-single .homeSlider-slide .img-dt { display: none; } #mainDisplay-single #homeSlider-single .homeSlider-slide .img-mb { display: block; /* GRADIENT BLEND */ } #mainDisplay-single .blend { top: 0; bottom: 0; background-image: linear-gradient(to top, rgba(20, 60, 90, 0.75) 0%, rgba(0, 0, 0, 0.01) 80%); } #mainDisplay-single .img-dt { display: none; } #mainDisplay-single .img-mb { display: block; /* @end */ } } @media screen and (max-width: 767px) { /* @group ---- home-hero-slider */ /* MAIN DISPLAY */ #mainDisplay #homeSlider li .slider-content { padding: 0 15px; top: auto; left: 0; transform: translateX(0) translateY(0); } #mainDisplay #homeSlider li .slider-content h3 { font-size: 6.5vw; text-align: center; } #mainDisplay #homeSlider li .slider-content p { display: none; /* HOME SINGLE HERO */ } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content { padding: 0 15px; top: auto; left: 0; transform: translateX(0) translateY(0); } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content h3 { font-size: 6.5vw; } #mainDisplay-single #homeSlider-single .homeSlider-slide .slider-content p { display: none; /* @end */ /* @group ---- stacked-blocks*/ } .stackedBlocks-2 .slider-content h3, .stackedBlocks-3 .slider-content h3, .stackedBlocks-4 .slider-content h3 { font-size: 1.3rem; } .stackedBlocks-2 { flex-direction: column; } .stackedBlocks-2 .indiv-block { padding: 420px 0 0; margin: 0 0 30px; border: none !important; } .stackedBlocks-2 .block2-slide { margin: 0; } .stackedBlocks-2 .img-dt, .stackedBlocks-2 .img-mb { height: 400px; } .stackedBlocks-2 .img-dt { display: none; } .stackedBlocks-2 .img-mb { display: block; } .stackedBlocks-3 { flex-direction: column; } .stackedBlocks-3 .indiv-block { padding: 420px 0 0; margin: 0 0 30px; border: none !important; } .stackedBlocks-3 .block3-slide { margin: 0; } .stackedBlocks-3 .img-dt, .stackedBlocks-3 .img-mb { height: 400px; } .stackedBlocks-3 .img-dt { display: none; } .stackedBlocks-3 .img-mb { display: block; } .stackedBlocks-4 { flex-direction: column; } .stackedBlocks-4 .indiv-block { padding: 420px 0 0; margin: 0 0 30px; border: 0px !important; } .stackedBlocks-4 .block4-slide { margin: 0; } .stackedBlocks-4 .img-dt, .stackedBlocks-4 .img-mb { height: 400px; } .stackedBlocks-4 .img-dt { display: none; } .stackedBlocks-4 .img-mb { display: block; /* @end */ } } /* SMALL TABLET SIZES START */ /* LARGE PHONE SIZES START */ @media screen and (max-width: 480px) { /* @group ---- home-hero-slider */ /* MAIN DISPLAY */ #mainDisplay #homeSlider li { height: 400px; /* HOME SINGLE HERO */ } #mainDisplay-single #homeSlider-single .homeSlider-slide { height: 400px; /* @end */ } } /* SMALL PHONE SIZES START */ /* ---------- target IE 10/11 browsers ---------- */ /* ---------- target Microsoft Edge ---------- */ </style><meta name=“zoom-domain-verification” content=“ZOOM_verify_gbs14TwglzUVVQVk93UNyl”><link rel="stylesheet" href="https://use.typekit.net/hgs2jno.css"> <script type="text/javascript">var appInsights=window.appInsights||function(config){function t(config){i[config]=function(){var t=arguments;i.queue.push(function(){i[config].apply(i,t)})}}var i={config:config},u=document,e=window,o="script",s="AuthenticatedUserContext",h="start",c="stop",l="Track",a=l+"Event",v=l+"Page",r,f;setTimeout(function(){var t=u.createElement(o);t.src=config.url||"https://az416426.vo.msecnd.net/scripts/a/ai.0.js";u.getElementsByTagName(o)[0].parentNode.appendChild(t)});try{i.cookie=u.cookie}catch(y){}for(i.queue=[],r=["Event","Exception","Metric","PageView","Trace","Dependency"];r.length;)t("track"+r.pop());return t("set"+s),t("clear"+s),t(h+a),t(c+a),t(h+v),t(c+v),t("flush"),config.disableExceptionTracking||(r="onerror",t("_"+r),f=e[r],e[r]=function(config,t,u,e,o){var s=f&&f(config,t,u,e,o);return s!==!0&&i["_"+r](config,t,u,e,o),s}),i}({instrumentationKey:"6c950f7b-2bdf-4116-b922-78d04b4ce286",sdkExtension:"a"});window.appInsights=appInsights;appInsights.queue&&appInsights.queue.length===0&&appInsights.trackPageView();</script></head> <body form-custom> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M4XF2M6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="col-md-12 nav-block only-desktop container-custom"> <div class="container"> <ul class="nav-items"> <li class="item "> <a href="/emresident"> EM Resident </a> </li> <li class="item "> <a href="https://www.match.emra.org/" target="_blank"> EMRA Match </a> </li> <li class="item "> <a href="/embark"> EMbark </a> </li> <li class="item "> <a href="https://shopemra.com/"> Publications </a> </li> <li class="item "> <a href="/about-emra/benefits"> Benefits </a> </li> <li class="item strongProximaNova"> <a href="/about-emra/become-a-member"> Join/Renew EMRA </a> </li> <li class="item strongProximaNova"> <form action="/api/services/emra-sso/login" id="login-form" method="get" name="login-form"> <input type="hidden" value="/books/msadvisingguide/apply-smarter-not-harder" name="ReturnUrl" /> <input type="submit" value="submit" style="display:none" /> <span onClick="$('#login-form').submit();"> <img class="utility-nav-icon" src="/_Multisites/EMRA/static/common/images/black-login.png" width="12" /> LOGIN </span> </form> </li> </ul> </div> </div> <div class="resident-landing-curve simple-header" navigation-Takeover search-Pop> <div class="col-md-12 navigation-secondary"> <div class="icon-logo hide-desktop"> <a href="/"><img src="/siteassets/emra/50th-logo-bug.png" alt="EMRA Logo" /></a> </div> <!-- Mobile Navigation --> <ul class="phone-nav"> <li> <div class="hamburger-icon" id="icon"> <div class="icon-1" id="a"></div> <div class="icon-2" id="b"></div> <div class="icon-3" id="c"></div> <div class="clear"></div> </div> </li> <li class="nav-icons account-icon hide-desktop"> <form action="/api/services/sso/login" id="login-form" method="get" name="login-form"> <input type="hidden" value="/books/msadvisingguide/apply-smarter-not-harder" name="ReturnUrl" /> <input type="submit" value="submit" style="display:none" /> <span onClick="$('#login-form').submit();"> <img src="/_Multisites/EMRA/static/common/images/login.svg" /> </span> </form> </li> <li class="nav-icons search-icon-m hide-desktop"> <a href=""> <img src="/_Multisites/EMRA/static/common/images/search.svg" /> </a> </li> <div class="search-modal-m mobile"> <div class="col-xs-12 search-content-m"> <div class="close-search-m"> <img src="/_Multisites/EMRA/Static/Common/images/x-black.svg" alt="Close" /> </div> <form ng-submit="$searchPop.search($event, $searchPop.text, '/search')" method="post"> <input id="headerSearchMobile" type="text" placeholder="What Are You Looking For?" ng-model="$searchPop.text" autofocus /> </form> <ul id="searchSuggestionsMobile" ng-show="$searchPop.text == ''" class="list"> <h3 class="strong"> Popular Recommendations </h3> <li ng-click="$searchPop.search(null, 'Benefits', '/search')">Benefits</li> <li ng-click="$searchPop.search(null, 'Board of Directors', '/search')">Board of Directors</li> <li ng-click="$searchPop.search(null, 'EM:RAP', '/search')">EM:RAP</li> <li ng-click="$searchPop.search(null, 'EMRA*Cast', '/search')">EMRA*Cast</li> <li ng-click="$searchPop.search(null, 'EMRA Committees', '/search')">EMRA Committees</li> <li ng-click="$searchPop.search(null, 'Hangouts', '/search')">Hangouts</li> </ul> </div> </div> </ul> <!-- Default navigation --> <div class="nav-default hide-desktop"> <div class="navbar-collapse collapse"> <main class="main main_tabs"> <nav class="site-navigation"> <ul class="nav navbar-default nav_tabs"> <li class="search-item hide-mobile"> <span class="search-toggle"><img src="/_Multisites/EMRA/static/Common/images/Search_Wht.svg" /></span> </li> <li class="nav_item menu-item-has-children" id=""> <a href="/about-emra"> ABOUT </a> <a class="show-sub" data-scroll="" data-tab="#tab-0"> <span class="arrow-swipe-right right hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-left.svg" /> </span> </a> <div class="sub-menu only-mobile accordion" id="accordion"> <div class="arrow-swipe-left hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-right.svg"/> ABOUT </div> <div class="accordion__control"> Benefits<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/about-emra/benefits">Benefits</a></li> <li><a href="/about-emra/become-a-member">Become A Member</a></li> <li><a href="/about-emra/benefits/ahc-relias-learning-em-reports">AHC Relias Learning EM Reports</a></li> <li><a href="/about-emra/benefits/doctors-without-quarters">Doctors Without Quarters</a></li> <li><a href="/about-emra/benefits/ebmedicine">EBMedicine</a></li> <li><a href="/about-emra/benefits/em-rap">EM:RAP</a></li> <li><a href="http://emcareers.org/">emCareers.org</a></li> <li><a href="/about-emra/benefits/emrafied">EMRAfied</a></li> <li><a href="/about-emra/benefits/hippo-em">Hippo EM</a></li> <li><a href="/about-emra/benefits/integrated-wealthcare">Integrated WealthCare</a></li> <li><a href="/about-emra/benefits/laurel-road">Laurel Road</a></li> <li><a href="/about-emra/benefits/member-kit">New Member Kits</a></li> <li><a href="/about-emra/benefits/peerprep">PEER</a></li> <li><a href="/about-emra/benefits/rosh-review">Rosh Review</a></li> <li><a href="/about-emra/benefits/visual-dx">Visual DX</a></li> </ul> </div> <div class="accordion__control"> Meet Your Board & Staff<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/be-a-leader/board-of-directors">Board of Directors</a></li> <li><a href="/students/meet-the-medical-student-council">Meet the Medical Student Council</a></li> <li><a href="/about-emra/meet-your-staff--board/emra-staff">EMRA Staff</a></li> <li><a href="/be-involved/be-a-leader/board-of-directors/prior-boards-of-directors">Past Boards of Directors</a></li> <li><a href="/students/meet-the-medical-student-council/past-msc-leaders">Past MSC Leaders</a></li> <li><a href="/about-emra/meet-your-staff--board/emra-board-meetings">EMRA Board Meetings</a></li> </ul> </div> <div class="accordion__control"> History<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/about-emra/history">EMRA History</a></li> <li><a href="/about-emra/history/history-of-em-residency-training">History of EM Residency Training</a></li> <li><a href="/about-emra/history/ems-history">EMS History</a></li> </ul> </div> <div class="accordion__control"> Governing Docs<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/about-emra/governing-documents">Governing Documents</a></li> </ul> </div> <div class="accordion__control"> Publications<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/emresident">EM Resident</a></li> <li><a href="/about-emra/publications/bookstore">Books</a></li> <li><a href="/about-emra/publications/reference-cards">Reference Cards</a></li> <li><a href="/about-emra/publications/mobile-applications">Mobile Applications</a></li> <li><a href="/about-emra/publications/legacy-documentary">Legacy Documentary</a></li> <li><a href="/about-emra/publications/bulk-orders">Bulk Orders</a></li> <li><a href="/about-emra/publications/emra-cast">EMRA Cast</a></li> <li><a href="/about-emra/publications/emra-vlog">EMRA·VLOG</a></li> </ul> </div> <div class="accordion__control"> Advertise with Us<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> </ul> </div> </div> </li> <li class="nav_item menu-item-has-children" id=""> RESIDENTS & FELLOWS <a class="show-sub" data-scroll="" data-tab="#tab-1"> <span class="arrow-swipe-right right hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-left.svg" /> </span> </a> <div class="sub-menu only-mobile accordion" id="accordion"> <div class="arrow-swipe-left hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-right.svg"/> RESIDENTS & FELLOWS </div> <div class="accordion__control"> Fellowships<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="https://www.match.emra.org/" target="_blank">EMRA Match</a></li> <li><a href="/fellowships/administrative-fellowships">Administrative Fellowships</a></li> <li><a href="/fellowships/critical-care-fellowships">Critical Care Fellowships</a></li> <li><a href="/fellowships/education-fellowships">Education Fellowships</a></li> <li><a href="/fellowships/ems-fellowships">EMS Fellowships</a></li> <li><a href="/fellowships/global-em-fellowships">Global EM Fellowships</a></li> <li><a href="/fellowships/health-policy-fellowships">Health Policy Fellowships</a></li> <li><a href="/fellowships/hyperbaric-fellowships">Hyperbaric Fellowships</a></li> <li><a href="/fellowships/pediatric-em-fellowships">Pediatric EM Fellowships</a></li> <li><a href="/fellowships/simulation-fellowships">Simulation Fellowships</a></li> <li><a href="/fellowships/toxicology-fellowships">Toxicology Fellowships</a></li> <li><a href="/fellowships/sports-medicine-fellowships">Sports Medicine Fellowships</a></li> <li><a href="http://eusfellowships.com/">Ultrasound Fellowships</a></li> <li><a href="/fellowships/wilderness-fellowships">Wilderness Fellowships</a></li> </ul> </div> <div class="accordion__control"> EMbark: Career Planning<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/embark/residents">Residents</a></li> <li><a href="/embark/medical-students">Medical Students</a></li> <li><a href="/embark/submit-an-article">Submit an Article</a></li> </ul> </div> <div class="accordion__control"> Financial Planning<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/residents-fellows/financial-planning/10-student-loan-questions">10 Student Loan Questions</a></li> <li><a href="/residents-fellows/financial-planning/disability-insurance">Disability Insurance</a></li> <li><a href="/residents-fellows/financial-planning/impact-of-student-loans">Impact of Student Loans</a></li> <li><a href="/residents-fellows/financial-planning/preparing-for-life-after-residency">Preparing for Life After Residency</a></li> <li><a href="/residents-fellows/financial-planning/when-is-the-right-time-to-refinance">When Is the Right Time to Refinance</a></li> </ul> </div> <div class="accordion__control"> Legal<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/residents-fellows/litigation-lions-pit">The Top 10 Medical Malpractice Issues Every Resident Should Know</a></li> </ul> </div> <div class="accordion__control"> Find a Job<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> </ul> </div> </div> </li> <li class="nav_item menu-item-has-children" id=""> <a href="/students"> STUDENTS </a> <a class="show-sub" data-scroll="" data-tab="#tab-2"> <span class="arrow-swipe-right right hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-left.svg" /> </span> </a> <div class="sub-menu only-mobile accordion" id="accordion"> <div class="arrow-swipe-left hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-right.svg"/> STUDENTS </div> <div class="accordion__control"> Advising Resources<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/books/msadvisingguide">Advising Guide - Match</a></li> <li><a href="/students/advising-resources/apply-for-away-rotations">Apply for Away Rotations</a></li> <li><a href="/students/advising-resources/interviews">Interviews</a></li> <li><a href="/students/advising-resources/reading-recommendations">Reading Recommendations</a></li> <li><a href="/students/advising-resources/research-resources">Research Resources</a></li> <li><a href="/students/advising-resources/advice-for-1st-and-2nd-year-ms">Advice for 1st and 2nd Year MS</a></li> <li><a href="/students/advising-resources/effective-consultation-in-emergency-medicine">Effective Consultation In Emergency Medicine</a></li> <li><a href="/students/advising-resources/global-leadership-program">Global EM Student Leadership Program</a></li> <li><a href="/students/advising-resources/tips-for-success-as-a-ms3">Tips for Success as a MS3</a></li> <li><a href="/students/advising-resources/patient-presentations">Patient Presentations</a></li> <li><a href="/students/advising-resources/preparing-for-a-successful-fourth-year-of-med-school">Preparing for a Successful Fourth Year of Med School</a></li> <li><a href="/be-involved/events--activities/program-director-interviews">Program Director Video Interviews</a></li> <li><a href="/students/advising-resources/fourth-year-schedule">Fourth Year Schedule</a></li> <li><a href="/students/advising-resources/seek-develop-a-mentor-relationship">Seek, Develop a Mentor Relationship</a></li> <li><a href="/students/advising-resources/skill-demonstration-videos-and-topics-pertaining-to-em">Skill Demonstration Videos and Topics Pertaining to EM</a></li> <li><a href="/students/advising-resources/student-advising-task-force-advising-resource-list">Student Advising Task Force Advising Resource List</a></li> <li><a href="/students/advising-resources/student-resident-mentorship-program">Student Resident Mentorship Program</a></li> <li><a href="/students/advising-resources/transitions-of-care">Transitions of Care</a></li> </ul> </div> <div class="accordion__control"> Med Student Council<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/students/meet-the-medical-student-council#mscleadership">Medical Student Council Leadership</a></li> <li><a href="/students/meet-the-medical-student-council/medical-student-council-positions">Medical Student Council Positions</a></li> <li><a href="https://emramsc.secure-platform.com/a" target="_blank">Medical Student Council Application Form</a></li> <li><a href="/students/meet-the-medical-student-council/msc-member-of-the-year-awrd">MSC Member of the Year Award</a></li> <li><a href="/students/newsletter-articles">Medical Student Newsletter Articles</a></li> <li><a href="/students/meet-the-medical-student-council/past-msc-leaders">Past MSC Leaders</a></li> </ul> </div> <div class="accordion__control"> Medical Student Forum<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/events--activities/medical-student-forum">Medical Student Forum</a></li> <li><a href="/be-involved/events--activities/medical-student-forum/msf-fall-2023-programming">MSF Fall 2023 Programming</a></li> <li><a href="/be-involved/events--activities/medical-student-forum/msf-spring-2023-programming">MSF Spring 2023 Programming</a></li> </ul> </div> <div class="accordion__control"> Emergency Medicine Interest Groups (EMIG)<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/students/emergency-medicine-interest-groups/emergency-medicine-services-and-your-emig">Emergency Medicine Services and your EMIG</a></li> <li><a href="/students/emergency-medicine-interest-groups/form-lead-emig">EMIG Start-Up Kit</a></li> <li><a href="/students/emergency-medicine-interest-groups/emig-advisor-certificate-of-appreciation">EMIG Advisor Certificate of Appreciation</a></li> <li><a href="/students/emergency-medicine-interest-groups/ideas-and-activities-for-emigs">Ideas and Activities for EMIGs</a></li> <li><a href="/students/emergency-medicine-interest-groups/making-the-most-of-your-emig">Making the Most of your EMIG</a></li> <li><a href="/students/emergency-medicine-interest-groups/running-a-successful-emig-meeting">Running a Successful EMIG Meeting</a></li> <li><a href="/students/emergency-medicine-interest-groups/plans-for-game-day">Plans for Game Day</a></li> </ul> </div> <div class="accordion__control"> EMRA Match<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/fellowships/about-emra-match">About EMRA Match</a></li> <li><a href="https://www.match.emra.org/" target="_blank">EMRA Match</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search" target="_blank">EMRA Match - Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Diversity+Externship+Scholarship%22]%7D" target="_blank">EMRA Match - Diversity Externships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Emergency+Medicine%22]%7D" target="_blank">EMRA Match - EM Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22EMS%22]%7D" target="_blank">EMRA Match - EMS Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Global+Health%22]%7D" target="_blank">EMRA Match - Global Health Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Pediatric+EM%22]%7D" target="_blank">EMRA Match - Pediatric EM Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Research%22]%7D" target="_blank">EMRA Match - Research Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Toxicology%22]%7D" target="_blank">EMRA Match - Toxicology Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Ultrasound%22]%7D" target="_blank">EMRA Match - Ultrasound Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Wilderness%22]%7D" target="_blank">EMRA Match - Wilderness Clerkships</a></li> <li><a href="/be-involved/events--activities/program-director-interviews">Program Director Video Interviews</a></li> <li><a href="/emresident/articles/categories/topics/medical-students/match/program-director-interviews">EM Resident - Program Director Interviews</a></li> </ul> </div> <div class="accordion__control"> Special Populations<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/students/special-populations/military-match">Military Match</a></li> <li><a href="/students/special-populations/combined-emim-residency-training">Combined EM/IM Residency Training</a></li> </ul> </div> <div class="accordion__control"> EMRA Hangouts<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/events--activities/emra-hangouts">EMRA Hangouts</a></li> <li><a href="/be-involved/events--activities/program-director-interviews">Program Director Video Interviews</a></li> </ul> </div> <div class="accordion__control"> Scholarship Opportunities<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/students/advising-resources/apply-for-away-rotations/diversity-oriented-scholarship-programs">Diversity Oriented Away/Scholarship Opportunities</a></li> </ul> </div> </div> </li> <li class="nav_item menu-item-has-children" id=""> BE INVOLVED <a class="show-sub" data-scroll="" data-tab="#tab-3"> <span class="arrow-swipe-right right hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-left.svg" /> </span> </a> <div class="sub-menu only-mobile accordion" id="accordion"> <div class="arrow-swipe-left hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-right.svg"/> BE INVOLVED </div> <div class="accordion__control"> Awards & Scholarships<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/awards/awards-faq">Awards FAQ</a></li> <li><a href="/be-involved/awards">All Awards</a></li> <li><a href="/be-involved/awards/25-under-45">EMRA 25 Under 45</a></li> <li><a href="/be-involved/awards/45under45">EMRA 45 Under 45</a></li> <li><a href="/be-involved/awards#winterawards">Winter Awards</a></li> <li><a href="/be-involved/awards#summerawards">Summer Awards</a></li> <li><a href="/be-involved/awards/regional-meeting-support">Regional Meeting Grant</a></li> </ul> </div> <div class="accordion__control"> Committees<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/committees">All EMRA Committees</a></li> <li><a href="/be-involved/committees/committee-leadership">Committee Leadership</a></li> <li><a href="/be-involved/committees/committee-guidelines">Committee Guidelines</a></li> <li><a href="https://emracommittees.secure-platform.com/a" target="_blank">Committee Leadership Application</a></li> <li><a href="/be-involved/committees/administration-and-operations-committee">Administration and Operations</a></li> <li><a href="/be-involved/committees/critical-care-committee">Critical Care</a></li> <li><a href="/be-involved/committees/diversity-and-inclusion">Diversity & Inclusion</a></li> <li><a href="/be-involved/committees/education-committee">Education</a></li> <li><a href="/be-involved/committees/government-services">Government Services</a></li> <li><a href="/be-involved/committees/health-policy-committee">Health Policy</a></li> <li><a href="/be-involved/committees/international-committee">International</a></li> <li><a href="/be-involved/committees/pediatric-em-committee">Pediatric EM</a></li> <li><a href="/be-involved/committees/prehospital-and-disaster-medicine-committee">Prehospital and Disaster Medicine</a></li> <li><a href="/be-involved/committees/research-committee">Research Committee</a></li> <li><a href="/be-involved/committees/simulation-committee">Simulation</a></li> <li><a href="/be-involved/committees/social-emergency-medicine">Social Emergency Medicine</a></li> <li><a href="/be-involved/committees/sports-medicine-committee">Sports Medicine</a></li> <li><a href="/be-involved/committees/informatics-committee">Technology, Telehealth & Informatics</a></li> <li><a href="/be-involved/committees/toxicology-committee">Toxicology</a></li> <li><a href="/be-involved/committees/ultrasound-committee">Ultrasound</a></li> <li><a href="/be-involved/committees/wellness-committee">Wellness</a></li> <li><a href="/be-involved/committees/wilderness-committee">Wilderness</a></li> <li><a href="https://webapps.acep.org/membership/dashboard/?org=EMRA#/leadership">Join A Committee</a></li> </ul> </div> <div class="accordion__control"> Events & Activities<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/events--activities/20in6-Resident-Lecture-Competition">20in6 Resident Lecture Competition</a></li> <li><a href="/be-involved/events--activities/leadership-advocacy-conference">ACEP Leadership & Advocacy Conference</a></li> <li><a href="/be-involved/events--activities/acep">ACEP Scientific Assembly</a></li> <li><a href="/be-involved/events--activities/cocktails-with-chairs">Cocktails With Chairs</a></li> <li><a href="/be-involved/events--activities/cord-academic-assembly">CORD Academic Assembly</a></li> <li><a href="/be-involved/events--activities/em-day-of-service">EM Day of Service</a></li> <li><a href="/be-involved/events--activities/airway-stories">EMRA Airway Stories</a></li> <li><a href="/be-involved/events--activities/case-con">EMRA Case-Con</a></li> <li><a href="/be-involved/events--activities/emra-and-eem-insider">EMRA and Hippo EM : EEM Insider</a></li> <li><a href="/be-involved/events--activities/emra-hangouts">EMRA Hangouts</a></li> <li><a href="/be-involved/events--activities/emra-health-policy-academy">EMRA Health Policy Academy</a></li> <li><a href="/exhibitors/job-fellowship-fair">EMRA Job Fair and Fellowship Fair</a></li> <li><a href="/be-involved/events--activities/leadership-academy">EMRA / ACEP Leadership Academy</a></li> <li><a href="/be-involved/events--activities/medical-student-forum">EMRA Medical Student Forum</a></li> <li><a href="/be-involved/events--activities/medical-student-workshop-day">EMRA Medical Student Workshop Day at ACEP23</a></li> <li><a href="/be-involved/events--activities/emra-medwar">EMRA MedWAR</a></li> <li><a href="/be-involved/events--activities/quiz-show">EMRA Quiz Show</a></li> <li><a href="/be-involved/events--activities/emra-residency-fair">EMRA Residency Program Fair</a></li> <li><a href="/be-involved/events--activities/em-residents-appreciation-day">EM Residents Appreciation Day</a></li> <li><a href="/be-involved/events--activities/acep/simwars">EMRA Resident SIMWars</a></li> <li><a href="/be-involved/awards/regional-meeting-support">Regional Meetings</a></li> <li><a href="/be-involved/events--activities/wellness-week">Wellness Week</a></li> </ul> </div> <div class="accordion__control"> Be an EMRA Leader<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/be-a-leader/board-of-directors">Board of Directors</a></li> <li><a href="/be-involved/be-a-leader/become-a-board-member/guide-for-emra-elections">Become a Board Member</a></li> <li><a href="/be-involved/be-a-leader/become-a-board-member/2024-fall-new-board-members">2024 Fall New Board Members</a></li> <li><a href="/be-involved/be-a-leader/become-a-medical-student-council-member">Become a Medical Student Council Member</a></li> <li><a href="/be-involved/be-a-leader/representative-council">Representative Council</a></li> <li><a href="/be-involved/committees/committee-leadership">Committee Leadership</a></li> <li><a href="/be-involved/be-a-leader/emra-rep-to-acep-sections">EMRA Reps to ACEP Committees</a></li> <li><a href="/be-involved/be-a-leader/emra-rep-to-niaid-advisory-board">EMRA Rep to NIAID Advisory Board</a></li> <li><a href="/be-involved/be-a-leader/become-a-board-member/emra-rep-to-acgme">EMRA Rep to ACGME Review Committees</a></li> <li><a href="/be-involved/be-a-leader/acep-student-rep-to-ama-mss">ACEP Student Rep to AMA MSS</a></li> <li><a href="/be-involved/be-a-leader/acep-chapter-opportunities">ACEP Chapter Opportunities</a></li> <li><a href="/be-involved/events--activities/leadership-academy">EMRA / ACEP Leadership Academy</a></li> </ul> </div> <div class="accordion__control"> Be an Advocate<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/be-an-advocate/advocacy-at-all-levels">Advocacy At All Levels</a></li> <li><a href="/be-involved/be-an-advocate/advocacy-lecture-series">Advocacy Lecture Series</a></li> <li><a href="/be-involved/be-an-advocate/health-policy-basics-for-residents-and-medical-students">Health Policy Basics for Residents and Medical Students</a></li> <li><a href="/emresident/articles/categories/topics/health-policy/health-policy-journal-club">Health Policy Journal Club</a></li> <li><a href="/be-involved/be-an-advocate/join-the-911-network">Join the 911 Network</a></li> <li><a href="/be-involved/be-an-advocate/working-for-you">EMRA Working For You</a></li> <li><a href="/be-involved/be-an-advocate/working-for-you/2022-workforce-study-statement-cai">Workforce Statement</a></li> <li><a href="/books/advocacy-handbook-2019">Advocacy Handbook</a></li> </ul> </div> <div class="accordion__control"> Share an Idea<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/share-an-idea/publication-or-pocket-guide-proposal">Publication or Pocket Guide Proposal</a></li> <li><a href="/be-involved/share-an-idea/new-idea-process">New Idea Process</a></li> <li><a href="/emresident/submit">Submit an Article</a></li> </ul> </div> <div class="accordion__control"> Write for EM Resident<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> </ul> </div> </div> </li> <li class="nav_item menu-item-has-children" id=""> <a href="/emresident/articles/categories/topics/clinical"> Clinical </a> <a class="show-sub" data-scroll="" data-tab="#tab-4"> <span class="arrow-swipe-right right hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-left.svg" /> </span> </a> <div class="sub-menu only-mobile accordion" id="accordion"> <div class="arrow-swipe-left hide-desktop"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-right.svg"/> Clinical </div> <div class="accordion__control"> Tools and Aids<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/be-involved/be-an-advocate/covid-information-and-resources">COVID Information and Resources</a></li> <li><a href="/emresident">EM Resident</a></li> <li><a href="/about-emra/publications/bookstore">EMRA Books</a></li> <li><a href="/about-emra/publications/emra-videos">EMRA Videos</a></li> <li><a href="/about-emra/publications/emra-cast">EMRA*Cast</a></li> <li><a href="/about-emra/publications/reference-cards">EMRA Reference Cards</a></li> <li><a href="/about-emra/publications/mobile-applications">Mobile Applications</a></li> <li><a href="/students/advising-resources/skill-demonstration-videos-and-topics-pertaining-to-em">Skill Demonstration Videos and Topics Pertaining to EM</a></li> <li><a href="/about-emra/publications/recommended-blogs-and-podcasts">Recommended Blogs and Podcasts</a></li> </ul> </div> <div class="accordion__control"> Model of EM Clinical Practice<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> </ul> </div> <div class="accordion__control"> A - F<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/emresident/articles/categories/topics/clinical/airway">Airway</a></li> <li><a href="/emresident/articles/categories/topics/med-education/board-review/questions">Board Exam Study Questions</a></li> <li><a href="/emresident/articles/categories/topics/clinical/cardiology">Cardiology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/critical-care">Critical Care</a></li> <li><a href="/emresident/articles/categories/topics/clinical/critical-care/critical-care-alert">Critical Care Alerts</a></li> <li><a href="/emresident/articles/categories/topics/clinical/cardiology/ecg-challenge">ECG Challenge</a></li> <li><a href="/emresident/articles/categories/topics/clinical/ems">EMS</a></li> <li><a href="/emresident/articles/categories/topics/clinical/event-medicine">Event Medicine</a></li> </ul> </div> <div class="accordion__control"> G - M<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/emresident/articles/categories/topics/clinical/gastroenterology">Gastroenterology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/geriatrics">Geriatrics</a></li> <li><a href="/emresident/articles/categories/topics/clinical/hematology">Hematology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/infectious-disease">Infectious Disease</a></li> <li><a href="/emresident/articles/categories/topics/clinical/informatics">Informatics</a></li> <li><a href="/emresident/articles/categories/topics/clinical/international-em">International EM</a></li> </ul> </div> <div class="accordion__control"> N - O<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/emresident/articles/categories/topics/clinical/neurology">Neurology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/obgyn">OB/GYN</a></li> <li><a href="/emresident/articles/categories/topics/clinical/ophthalmology">Opthalmology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/orthopedics">Orthopedics</a></li> <li><a href="/emresident/articles/categories/topics/clinical/osteopathic">Osteopathic</a></li> </ul> </div> <div class="accordion__control"> P - S<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/emresident/articles/categories/topics/clinical/pain-management">Pain Management</a></li> <li><a href="/emresident/articles/categories/topics/clinical/palliative-care">Palliative Care</a></li> <li><a href="/emresident/articles/categories/topics/clinical/pediatric-em">Pediatric EM</a></li> <li><a href="/emresident/articles/categories/topics/clinical/psychiatry">Psychiatry</a></li> <li><a href="/emresident/articles/categories/topics/clinical/radiology">Radiology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/simulation">Simulation</a></li> <li><a href="/emresident/articles/categories/topics/clinical/sports-medicine">Sports Medicine</a></li> </ul> </div> <div class="accordion__control"> T - Z<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/emresident/articles/categories/topics/clinical/toxicology">Toxicology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/trauma">Trauma</a></li> <li><a href="/emresident/articles/categories/topics/clinical/ultrasound">Ultrasound</a></li> <li><a href="/emresident/articles/categories/topics/clinical/urology">Urology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/wilderness-medicine">Wilderness Medicine</a></li> </ul> </div> <div class="accordion__control"> Search External Content<span class="accordion__indicator"></span> </div> <div class="accordion__panel"> <ul> <li><a href="/external-search">Search EM FOAMed, ALiEM, and other EM Resources</a></li> <li><a href="/external-search?queryString=covid">COVID information</a></li> </ul> </div> </div> </li> <li class="nav_item menu-item" id=""> <a href="https://shopemra.com/"> Shop </a> </li> <!-- Utility Navigation for Mobile--> <div class="utitlity-nav-m hide-d"> <ul> <li> <a href="/emresident"> EM Resident </a> </li> <li> <a href="https://www.match.emra.org/" target="_blank"> EMRA Match </a> </li> <li> <a href="/embark"> EMbark </a> </li> <li> <a href="https://shopemra.com/"> Publications </a> </li> <li> <a href="/about-emra/benefits"> Benefits </a> </li> <li> <a href="/about-emra/become-a-member"> Join/Renew EMRA </a> </li> </ul> </div> </ul> </nav> </main> </div> </div> <nav class="hide-mobile"> <div id="menubar" class="container collapse navbar-collapse row"> <div class="icon-logo"> <a href="/"><img src="/siteassets/emra/50th-logo-bug.png" alt="EMRA Logo" /></a> </div> <ul id="dropdownNavbar" class="nav navbar-nav"> <li class="dropdown search-item hide-mobile"> <div class="btn btn-search"> <span class="search-toggle"> <img class="magnifying-glass white-glass" src="/_Multisites/EMRA/static/Common/images/Search_Wht.svg" width="15px" /> <img class="magnifying-glass black-glass" src="/_Multisites/EMRA/static/Common/images/Search_Black.svg" width="15px" /> <img class="x-icon" src="/_Multisites/EMRA/static/Common/images/x-black.svg" width="12px" /> </span> </div> </li> <li class="dropdown"> <div class="btn dropbtn ddarrow"> <a href="/about-emra"> ABOUT </a> </div> <div class="dropdown-content"> <div class="transparent-row"></div> <div class="content-colored col-md-12"> <div class="menu-nav-inner col-md-4"> <a href="/about-emra/benefits" onclick="" data-tab-id="#tab-189609" class="menu-tab-inner active first-menu-tab">Benefits</a> <a href="/about-emra/meet-your-staff--board" onclick="" data-tab-id="#tab-189608" class="menu-tab-inner ">Meet Your Board & Staff</a> <a href="/about-emra/history" onclick="" data-tab-id="#tab-189610" class="menu-tab-inner ">History</a> <a href="/about-emra/governing-documents" onclick="" data-tab-id="#tab-189613" class="menu-tab-inner ">Governing Docs</a> <a href="/about-emra/publications" onclick="" data-tab-id="#tab-189611" class="menu-tab-inner ">Publications</a> <a href="/about-emra/advertise-with-us" onclick="" data-tab-id="#tab-189612" class="menu-tab-inner ">Advertise with Us</a> </div> <div class="col-md-2 dotted-grid"></div> <div id="tabbed-content" class="col-md-6"> <div id="tab-189609" class="tab-content col-md-12 first-content"> <ul class="col-md-6 no-padding-d"> <li><a href="/about-emra/benefits">Benefits</a></li> <li><a href="/about-emra/become-a-member">Become A Member</a></li> <li><a href="/about-emra/benefits/ahc-relias-learning-em-reports">AHC Relias Learning EM Reports</a></li> <li><a href="/about-emra/benefits/doctors-without-quarters">Doctors Without Quarters</a></li> <li><a href="/about-emra/benefits/ebmedicine">EBMedicine</a></li> <li><a href="/about-emra/benefits/em-rap">EM:RAP</a></li> <li><a href="http://emcareers.org/">emCareers.org</a></li> <li><a href="/about-emra/benefits/emrafied">EMRAfied</a></li> <li><a href="/about-emra/benefits/hippo-em">Hippo EM</a></li> <li><a href="/about-emra/benefits/integrated-wealthcare">Integrated WealthCare</a></li> </ul> <ul class="col-md-6 no-padding-d"> <li><a href="/about-emra/benefits/laurel-road">Laurel Road</a></li> <li><a href="/about-emra/benefits/member-kit">New Member Kits</a></li> <li><a href="/about-emra/benefits/peerprep">PEER</a></li> <li><a href="/about-emra/benefits/rosh-review">Rosh Review</a></li> <li><a href="/about-emra/benefits/visual-dx">Visual DX</a></li> </ul> </div> <div id="tab-189608" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/be-a-leader/board-of-directors">Board of Directors</a></li> <li><a href="/students/meet-the-medical-student-council">Meet the Medical Student Council</a></li> <li><a href="/about-emra/meet-your-staff--board/emra-staff">EMRA Staff</a></li> <li><a href="/be-involved/be-a-leader/board-of-directors/prior-boards-of-directors">Past Boards of Directors</a></li> <li><a href="/students/meet-the-medical-student-council/past-msc-leaders">Past MSC Leaders</a></li> <li><a href="/about-emra/meet-your-staff--board/emra-board-meetings">EMRA Board Meetings</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189610" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/about-emra/history">EMRA History</a></li> <li><a href="/about-emra/history/history-of-em-residency-training">History of EM Residency Training</a></li> <li><a href="/about-emra/history/ems-history">EMS History</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189613" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/about-emra/governing-documents">Governing Documents</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189611" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/emresident">EM Resident</a></li> <li><a href="/about-emra/publications/bookstore">Books</a></li> <li><a href="/about-emra/publications/reference-cards">Reference Cards</a></li> <li><a href="/about-emra/publications/mobile-applications">Mobile Applications</a></li> <li><a href="/about-emra/publications/legacy-documentary">Legacy Documentary</a></li> <li><a href="/about-emra/publications/bulk-orders">Bulk Orders</a></li> <li><a href="/about-emra/publications/emra-cast">EMRA Cast</a></li> <li><a href="/about-emra/publications/emra-vlog">EMRA·VLOG</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189612" class="tab-content col-md-12 hidden"> </div> </div> </div> </div> </li> <li class="dropdown"> <div class="btn dropbtn ddarrow"> RESIDENTS & FELLOWS </div> <div class="dropdown-content"> <div class="transparent-row"></div> <div class="content-colored col-md-12"> <div class="menu-nav-inner col-md-4"> <a href="/fellowships" onclick="" data-tab-id="#tab-189615" class="menu-tab-inner active first-menu-tab">Fellowships</a> <a href="/embark" onclick="" data-tab-id="#tab-189617" class="menu-tab-inner ">EMbark: Career Planning</a> <a href="/residents-fellows/financial-planning" onclick="" data-tab-id="#tab-189618" class="menu-tab-inner ">Financial Planning</a> <a href="#" onclick="return false;" data-tab-id="#tab-189619" class="menu-tab-inner ">Legal</a> <a href="https://www.emcareers.org/" onclick="" data-tab-id="#tab-189620" class="menu-tab-inner ">Find a Job</a> </div> <div class="col-md-2 dotted-grid"></div> <div id="tabbed-content" class="col-md-6"> <div id="tab-189615" class="tab-content col-md-12 first-content"> <ul class="col-md-6 no-padding-d"> <li><a href="https://www.match.emra.org/" target="_blank">EMRA Match</a></li> <li><a href="/fellowships/administrative-fellowships">Administrative Fellowships</a></li> <li><a href="/fellowships/critical-care-fellowships">Critical Care Fellowships</a></li> <li><a href="/fellowships/education-fellowships">Education Fellowships</a></li> <li><a href="/fellowships/ems-fellowships">EMS Fellowships</a></li> <li><a href="/fellowships/global-em-fellowships">Global EM Fellowships</a></li> <li><a href="/fellowships/health-policy-fellowships">Health Policy Fellowships</a></li> <li><a href="/fellowships/hyperbaric-fellowships">Hyperbaric Fellowships</a></li> <li><a href="/fellowships/pediatric-em-fellowships">Pediatric EM Fellowships</a></li> <li><a href="/fellowships/simulation-fellowships">Simulation Fellowships</a></li> </ul> <ul class="col-md-6 no-padding-d"> <li><a href="/fellowships/toxicology-fellowships">Toxicology Fellowships</a></li> <li><a href="/fellowships/sports-medicine-fellowships">Sports Medicine Fellowships</a></li> <li><a href="http://eusfellowships.com/">Ultrasound Fellowships</a></li> <li><a href="/fellowships/wilderness-fellowships">Wilderness Fellowships</a></li> </ul> </div> <div id="tab-189617" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/embark/residents">Residents</a></li> <li><a href="/embark/medical-students">Medical Students</a></li> <li><a href="/embark/submit-an-article">Submit an Article</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189618" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/residents-fellows/financial-planning/10-student-loan-questions">10 Student Loan Questions</a></li> <li><a href="/residents-fellows/financial-planning/disability-insurance">Disability Insurance</a></li> <li><a href="/residents-fellows/financial-planning/impact-of-student-loans">Impact of Student Loans</a></li> <li><a href="/residents-fellows/financial-planning/preparing-for-life-after-residency">Preparing for Life After Residency</a></li> <li><a href="/residents-fellows/financial-planning/when-is-the-right-time-to-refinance">When Is the Right Time to Refinance</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189619" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/residents-fellows/litigation-lions-pit">The Top 10 Medical Malpractice Issues Every Resident Should Know</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189620" class="tab-content col-md-12 hidden"> </div> </div> </div> </div> </li> <li class="dropdown"> <div class="btn dropbtn ddarrow"> <a href="/students"> STUDENTS </a> </div> <div class="dropdown-content"> <div class="transparent-row"></div> <div class="content-colored col-md-12"> <div class="menu-nav-inner col-md-4"> <a href="/students/advising-resources" onclick="" data-tab-id="#tab-189626" class="menu-tab-inner active first-menu-tab">Advising Resources</a> <a href="/students/meet-the-medical-student-council" onclick="" data-tab-id="#tab-189623" class="menu-tab-inner ">Med Student Council</a> <a href="/be-involved/events--activities/medical-student-forum" onclick="" data-tab-id="#tab-189630" class="menu-tab-inner ">Medical Student Forum</a> <a href="/students/emergency-medicine-interest-groups" onclick="" data-tab-id="#tab-189624" class="menu-tab-inner ">Emergency Medicine Interest Groups (EMIG)</a> <a href="https://www.match.emra.org/" onclick="" data-tab-id="#tab-189625" class="menu-tab-inner ">EMRA Match</a> <a href="#" onclick="return false;" data-tab-id="#tab-189628" class="menu-tab-inner ">Special Populations</a> <a href="/be-involved/events--activities/emra-hangouts" onclick="" data-tab-id="#tab-189629" class="menu-tab-inner ">EMRA Hangouts</a> <a href="/students/advising-resources/apply-for-away-rotations/diversity-oriented-scholarship-programs" onclick="" data-tab-id="#tab-189631" class="menu-tab-inner ">Scholarship Opportunities</a> </div> <div class="col-md-2 dotted-grid"></div> <div id="tabbed-content" class="col-md-6"> <div id="tab-189626" class="tab-content col-md-12 first-content"> <ul class="col-md-6 no-padding-d"> <li><a href="/books/msadvisingguide">Advising Guide - Match</a></li> <li><a href="/students/advising-resources/apply-for-away-rotations">Apply for Away Rotations</a></li> <li><a href="/students/advising-resources/interviews">Interviews</a></li> <li><a href="/students/advising-resources/reading-recommendations">Reading Recommendations</a></li> <li><a href="/students/advising-resources/research-resources">Research Resources</a></li> <li><a href="/students/advising-resources/advice-for-1st-and-2nd-year-ms">Advice for 1st and 2nd Year MS</a></li> <li><a href="/students/advising-resources/effective-consultation-in-emergency-medicine">Effective Consultation In Emergency Medicine</a></li> <li><a href="/students/advising-resources/global-leadership-program">Global EM Student Leadership Program</a></li> <li><a href="/students/advising-resources/tips-for-success-as-a-ms3">Tips for Success as a MS3</a></li> <li><a href="/students/advising-resources/patient-presentations">Patient Presentations</a></li> </ul> <ul class="col-md-6 no-padding-d"> <li><a href="/students/advising-resources/preparing-for-a-successful-fourth-year-of-med-school">Preparing for a Successful Fourth Year of Med School</a></li> <li><a href="/be-involved/events--activities/program-director-interviews">Program Director Video Interviews</a></li> <li><a href="/students/advising-resources/fourth-year-schedule">Fourth Year Schedule</a></li> <li><a href="/students/advising-resources/seek-develop-a-mentor-relationship">Seek, Develop a Mentor Relationship</a></li> <li><a href="/students/advising-resources/skill-demonstration-videos-and-topics-pertaining-to-em">Skill Demonstration Videos and Topics Pertaining to EM</a></li> <li><a href="/students/advising-resources/student-advising-task-force-advising-resource-list">Student Advising Task Force Advising Resource List</a></li> <li><a href="/students/advising-resources/student-resident-mentorship-program">Student Resident Mentorship Program</a></li> <li><a href="/students/advising-resources/transitions-of-care">Transitions of Care</a></li> </ul> </div> <div id="tab-189623" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/students/meet-the-medical-student-council#mscleadership">Medical Student Council Leadership</a></li> <li><a href="/students/meet-the-medical-student-council/medical-student-council-positions">Medical Student Council Positions</a></li> <li><a href="https://emramsc.secure-platform.com/a" target="_blank">Medical Student Council Application Form</a></li> <li><a href="/students/meet-the-medical-student-council/msc-member-of-the-year-awrd">MSC Member of the Year Award</a></li> <li><a href="/students/newsletter-articles">Medical Student Newsletter Articles</a></li> <li><a href="/students/meet-the-medical-student-council/past-msc-leaders">Past MSC Leaders</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189630" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/events--activities/medical-student-forum">Medical Student Forum</a></li> <li><a href="/be-involved/events--activities/medical-student-forum/msf-fall-2023-programming">MSF Fall 2023 Programming</a></li> <li><a href="/be-involved/events--activities/medical-student-forum/msf-spring-2023-programming">MSF Spring 2023 Programming</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189624" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/students/emergency-medicine-interest-groups/emergency-medicine-services-and-your-emig">Emergency Medicine Services and your EMIG</a></li> <li><a href="/students/emergency-medicine-interest-groups/form-lead-emig">EMIG Start-Up Kit</a></li> <li><a href="/students/emergency-medicine-interest-groups/emig-advisor-certificate-of-appreciation">EMIG Advisor Certificate of Appreciation</a></li> <li><a href="/students/emergency-medicine-interest-groups/ideas-and-activities-for-emigs">Ideas and Activities for EMIGs</a></li> <li><a href="/students/emergency-medicine-interest-groups/making-the-most-of-your-emig">Making the Most of your EMIG</a></li> <li><a href="/students/emergency-medicine-interest-groups/running-a-successful-emig-meeting">Running a Successful EMIG Meeting</a></li> <li><a href="/students/emergency-medicine-interest-groups/plans-for-game-day">Plans for Game Day</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189625" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/fellowships/about-emra-match">About EMRA Match</a></li> <li><a href="https://www.match.emra.org/" target="_blank">EMRA Match</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search" target="_blank">EMRA Match - Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Diversity+Externship+Scholarship%22]%7D" target="_blank">EMRA Match - Diversity Externships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Emergency+Medicine%22]%7D" target="_blank">EMRA Match - EM Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22EMS%22]%7D" target="_blank">EMRA Match - EMS Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Global+Health%22]%7D" target="_blank">EMRA Match - Global Health Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Pediatric+EM%22]%7D" target="_blank">EMRA Match - Pediatric EM Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Research%22]%7D" target="_blank">EMRA Match - Research Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Toxicology%22]%7D" target="_blank">EMRA Match - Toxicology Clerkships</a></li> </ul> <ul class="col-md-6 no-padding-d"> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Ultrasound%22]%7D" target="_blank">EMRA Match - Ultrasound Clerkships</a></li> <li><a href="https://www.match.emra.org/wl/emra/clerkship/search?filters=%7B%22rotationTypes%22%3A[%22Wilderness%22]%7D" target="_blank">EMRA Match - Wilderness Clerkships</a></li> <li><a href="/be-involved/events--activities/program-director-interviews">Program Director Video Interviews</a></li> <li><a href="/emresident/articles/categories/topics/medical-students/match/program-director-interviews">EM Resident - Program Director Interviews</a></li> </ul> </div> <div id="tab-189628" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/students/special-populations/military-match">Military Match</a></li> <li><a href="/students/special-populations/combined-emim-residency-training">Combined EM/IM Residency Training</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189629" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/events--activities/emra-hangouts">EMRA Hangouts</a></li> <li><a href="/be-involved/events--activities/program-director-interviews">Program Director Video Interviews</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189631" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/students/advising-resources/apply-for-away-rotations/diversity-oriented-scholarship-programs">Diversity Oriented Away/Scholarship Opportunities</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> </div> </div> </div> </li> <li class="dropdown"> <div class="btn dropbtn ddarrow"> BE INVOLVED </div> <div class="dropdown-content"> <div class="transparent-row"></div> <div class="content-colored col-md-12"> <div class="menu-nav-inner col-md-4"> <a href="/be-involved/awards" onclick="" data-tab-id="#tab-189634" class="menu-tab-inner active first-menu-tab">Awards & Scholarships</a> <a href="/be-involved/committees" onclick="" data-tab-id="#tab-189633" class="menu-tab-inner ">Committees</a> <a href="/be-involved/events--activities" onclick="" data-tab-id="#tab-189636" class="menu-tab-inner ">Events & Activities</a> <a href="/be-involved/be-a-leader" onclick="" data-tab-id="#tab-189637" class="menu-tab-inner ">Be an EMRA Leader</a> <a href="#" onclick="return false;" data-tab-id="#tab-189638" class="menu-tab-inner ">Be an Advocate</a> <a href="#" onclick="return false;" data-tab-id="#tab-189639" class="menu-tab-inner ">Share an Idea</a> <a href="/emresident/submit" onclick="" data-tab-id="#tab-189640" class="menu-tab-inner ">Write for EM Resident</a> </div> <div class="col-md-2 dotted-grid"></div> <div id="tabbed-content" class="col-md-6"> <div id="tab-189634" class="tab-content col-md-12 first-content"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/awards/awards-faq">Awards FAQ</a></li> <li><a href="/be-involved/awards">All Awards</a></li> <li><a href="/be-involved/awards/25-under-45">EMRA 25 Under 45</a></li> <li><a href="/be-involved/awards/45under45">EMRA 45 Under 45</a></li> <li><a href="/be-involved/awards#winterawards">Winter Awards</a></li> <li><a href="/be-involved/awards#summerawards">Summer Awards</a></li> <li><a href="/be-involved/awards/regional-meeting-support">Regional Meeting Grant</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189633" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/committees">All EMRA Committees</a></li> <li><a href="/be-involved/committees/committee-leadership">Committee Leadership</a></li> <li><a href="/be-involved/committees/committee-guidelines">Committee Guidelines</a></li> <li><a href="https://emracommittees.secure-platform.com/a" target="_blank">Committee Leadership Application</a></li> <li><a href="/be-involved/committees/administration-and-operations-committee">Administration and Operations</a></li> <li><a href="/be-involved/committees/critical-care-committee">Critical Care</a></li> <li><a href="/be-involved/committees/diversity-and-inclusion">Diversity & Inclusion</a></li> <li><a href="/be-involved/committees/education-committee">Education</a></li> <li><a href="/be-involved/committees/government-services">Government Services</a></li> <li><a href="/be-involved/committees/health-policy-committee">Health Policy</a></li> </ul> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/committees/international-committee">International</a></li> <li><a href="/be-involved/committees/pediatric-em-committee">Pediatric EM</a></li> <li><a href="/be-involved/committees/prehospital-and-disaster-medicine-committee">Prehospital and Disaster Medicine</a></li> <li><a href="/be-involved/committees/research-committee">Research Committee</a></li> <li><a href="/be-involved/committees/simulation-committee">Simulation</a></li> <li><a href="/be-involved/committees/social-emergency-medicine">Social Emergency Medicine</a></li> <li><a href="/be-involved/committees/sports-medicine-committee">Sports Medicine</a></li> <li><a href="/be-involved/committees/informatics-committee">Technology, Telehealth & Informatics</a></li> <li><a href="/be-involved/committees/toxicology-committee">Toxicology</a></li> <li><a href="/be-involved/committees/ultrasound-committee">Ultrasound</a></li> <li><a href="/be-involved/committees/wellness-committee">Wellness</a></li> <li><a href="/be-involved/committees/wilderness-committee">Wilderness</a></li> <li><a href="https://webapps.acep.org/membership/dashboard/?org=EMRA#/leadership">Join A Committee</a></li> </ul> </div> <div id="tab-189636" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/events--activities/20in6-Resident-Lecture-Competition">20in6 Resident Lecture Competition</a></li> <li><a href="/be-involved/events--activities/leadership-advocacy-conference">ACEP Leadership & Advocacy Conference</a></li> <li><a href="/be-involved/events--activities/acep">ACEP Scientific Assembly</a></li> <li><a href="/be-involved/events--activities/cocktails-with-chairs">Cocktails With Chairs</a></li> <li><a href="/be-involved/events--activities/cord-academic-assembly">CORD Academic Assembly</a></li> <li><a href="/be-involved/events--activities/em-day-of-service">EM Day of Service</a></li> <li><a href="/be-involved/events--activities/airway-stories">EMRA Airway Stories</a></li> <li><a href="/be-involved/events--activities/case-con">EMRA Case-Con</a></li> <li><a href="/be-involved/events--activities/emra-and-eem-insider">EMRA and Hippo EM : EEM Insider</a></li> <li><a href="/be-involved/events--activities/emra-hangouts">EMRA Hangouts</a></li> </ul> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/events--activities/emra-health-policy-academy">EMRA Health Policy Academy</a></li> <li><a href="/exhibitors/job-fellowship-fair">EMRA Job Fair and Fellowship Fair</a></li> <li><a href="/be-involved/events--activities/leadership-academy">EMRA / ACEP Leadership Academy</a></li> <li><a href="/be-involved/events--activities/medical-student-forum">EMRA Medical Student Forum</a></li> <li><a href="/be-involved/events--activities/medical-student-workshop-day">EMRA Medical Student Workshop Day at ACEP23</a></li> <li><a href="/be-involved/events--activities/emra-medwar">EMRA MedWAR</a></li> <li><a href="/be-involved/events--activities/quiz-show">EMRA Quiz Show</a></li> <li><a href="/be-involved/events--activities/emra-residency-fair">EMRA Residency Program Fair</a></li> <li><a href="/be-involved/events--activities/em-residents-appreciation-day">EM Residents Appreciation Day</a></li> <li><a href="/be-involved/events--activities/acep/simwars">EMRA Resident SIMWars</a></li> <li><a href="/be-involved/awards/regional-meeting-support">Regional Meetings</a></li> <li><a href="/be-involved/events--activities/wellness-week">Wellness Week</a></li> </ul> </div> <div id="tab-189637" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/be-a-leader/board-of-directors">Board of Directors</a></li> <li><a href="/be-involved/be-a-leader/become-a-board-member/guide-for-emra-elections">Become a Board Member</a></li> <li><a href="/be-involved/be-a-leader/become-a-board-member/2024-fall-new-board-members">2024 Fall New Board Members</a></li> <li><a href="/be-involved/be-a-leader/become-a-medical-student-council-member">Become a Medical Student Council Member</a></li> <li><a href="/be-involved/be-a-leader/representative-council">Representative Council</a></li> <li><a href="/be-involved/committees/committee-leadership">Committee Leadership</a></li> <li><a href="/be-involved/be-a-leader/emra-rep-to-acep-sections">EMRA Reps to ACEP Committees</a></li> <li><a href="/be-involved/be-a-leader/emra-rep-to-niaid-advisory-board">EMRA Rep to NIAID Advisory Board</a></li> <li><a href="/be-involved/be-a-leader/become-a-board-member/emra-rep-to-acgme">EMRA Rep to ACGME Review Committees</a></li> <li><a href="/be-involved/be-a-leader/acep-student-rep-to-ama-mss">ACEP Student Rep to AMA MSS</a></li> </ul> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/be-a-leader/acep-chapter-opportunities">ACEP Chapter Opportunities</a></li> <li><a href="/be-involved/events--activities/leadership-academy">EMRA / ACEP Leadership Academy</a></li> </ul> </div> <div id="tab-189638" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/be-an-advocate/advocacy-at-all-levels">Advocacy At All Levels</a></li> <li><a href="/be-involved/be-an-advocate/advocacy-lecture-series">Advocacy Lecture Series</a></li> <li><a href="/be-involved/be-an-advocate/health-policy-basics-for-residents-and-medical-students">Health Policy Basics for Residents and Medical Students</a></li> <li><a href="/emresident/articles/categories/topics/health-policy/health-policy-journal-club">Health Policy Journal Club</a></li> <li><a href="/be-involved/be-an-advocate/join-the-911-network">Join the 911 Network</a></li> <li><a href="/be-involved/be-an-advocate/working-for-you">EMRA Working For You</a></li> <li><a href="/be-involved/be-an-advocate/working-for-you/2022-workforce-study-statement-cai">Workforce Statement</a></li> <li><a href="/books/advocacy-handbook-2019">Advocacy Handbook</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189639" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/share-an-idea/publication-or-pocket-guide-proposal">Publication or Pocket Guide Proposal</a></li> <li><a href="/be-involved/share-an-idea/new-idea-process">New Idea Process</a></li> <li><a href="/emresident/submit">Submit an Article</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189640" class="tab-content col-md-12 hidden"> </div> </div> </div> </div> </li> <li class="dropdown"> <div class="btn dropbtn ddarrow"> <a href="/emresident/articles/categories/topics/clinical"> Clinical </a> </div> <div class="dropdown-content"> <div class="transparent-row"></div> <div class="content-colored col-md-12"> <div class="menu-nav-inner col-md-4"> <a href="#" onclick="return false;" data-tab-id="#tab-189655" class="menu-tab-inner active first-menu-tab">Tools and Aids</a> <a href="/residents-fellows/em-model" onclick="" data-tab-id="#tab-189656" class="menu-tab-inner ">Model of EM Clinical Practice</a> <a href="#" onclick="return false;" data-tab-id="#tab-189658" class="menu-tab-inner ">A - F</a> <a href="#" onclick="return false;" data-tab-id="#tab-189659" class="menu-tab-inner ">G - M</a> <a href="#" onclick="return false;" data-tab-id="#tab-189660" class="menu-tab-inner ">N - O</a> <a href="#" onclick="return false;" data-tab-id="#tab-189661" class="menu-tab-inner ">P - S</a> <a href="#" onclick="return false;" data-tab-id="#tab-189662" class="menu-tab-inner ">T - Z</a> <a href="/external-search" onclick="" data-tab-id="#tab-189663" class="menu-tab-inner ">Search External Content</a> </div> <div class="col-md-2 dotted-grid"></div> <div id="tabbed-content" class="col-md-6"> <div id="tab-189655" class="tab-content col-md-12 first-content"> <ul class="col-md-6 no-padding-d"> <li><a href="/be-involved/be-an-advocate/covid-information-and-resources">COVID Information and Resources</a></li> <li><a href="/emresident">EM Resident</a></li> <li><a href="/about-emra/publications/bookstore">EMRA Books</a></li> <li><a href="/about-emra/publications/emra-videos">EMRA Videos</a></li> <li><a href="/about-emra/publications/emra-cast">EMRA*Cast</a></li> <li><a href="/about-emra/publications/reference-cards">EMRA Reference Cards</a></li> <li><a href="/about-emra/publications/mobile-applications">Mobile Applications</a></li> <li><a href="/students/advising-resources/skill-demonstration-videos-and-topics-pertaining-to-em">Skill Demonstration Videos and Topics Pertaining to EM</a></li> <li><a href="/about-emra/publications/recommended-blogs-and-podcasts">Recommended Blogs and Podcasts</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189656" class="tab-content col-md-12 hidden"> </div> <div id="tab-189658" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/emresident/articles/categories/topics/clinical/airway">Airway</a></li> <li><a href="/emresident/articles/categories/topics/med-education/board-review/questions">Board Exam Study Questions</a></li> <li><a href="/emresident/articles/categories/topics/clinical/cardiology">Cardiology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/critical-care">Critical Care</a></li> <li><a href="/emresident/articles/categories/topics/clinical/critical-care/critical-care-alert">Critical Care Alerts</a></li> <li><a href="/emresident/articles/categories/topics/clinical/cardiology/ecg-challenge">ECG Challenge</a></li> <li><a href="/emresident/articles/categories/topics/clinical/ems">EMS</a></li> <li><a href="/emresident/articles/categories/topics/clinical/event-medicine">Event Medicine</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189659" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/emresident/articles/categories/topics/clinical/gastroenterology">Gastroenterology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/geriatrics">Geriatrics</a></li> <li><a href="/emresident/articles/categories/topics/clinical/hematology">Hematology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/infectious-disease">Infectious Disease</a></li> <li><a href="/emresident/articles/categories/topics/clinical/informatics">Informatics</a></li> <li><a href="/emresident/articles/categories/topics/clinical/international-em">International EM</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189660" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/emresident/articles/categories/topics/clinical/neurology">Neurology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/obgyn">OB/GYN</a></li> <li><a href="/emresident/articles/categories/topics/clinical/ophthalmology">Opthalmology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/orthopedics">Orthopedics</a></li> <li><a href="/emresident/articles/categories/topics/clinical/osteopathic">Osteopathic</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189661" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/emresident/articles/categories/topics/clinical/pain-management">Pain Management</a></li> <li><a href="/emresident/articles/categories/topics/clinical/palliative-care">Palliative Care</a></li> <li><a href="/emresident/articles/categories/topics/clinical/pediatric-em">Pediatric EM</a></li> <li><a href="/emresident/articles/categories/topics/clinical/psychiatry">Psychiatry</a></li> <li><a href="/emresident/articles/categories/topics/clinical/radiology">Radiology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/simulation">Simulation</a></li> <li><a href="/emresident/articles/categories/topics/clinical/sports-medicine">Sports Medicine</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189662" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/emresident/articles/categories/topics/clinical/toxicology">Toxicology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/trauma">Trauma</a></li> <li><a href="/emresident/articles/categories/topics/clinical/ultrasound">Ultrasound</a></li> <li><a href="/emresident/articles/categories/topics/clinical/urology">Urology</a></li> <li><a href="/emresident/articles/categories/topics/clinical/wilderness-medicine">Wilderness Medicine</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> <div id="tab-189663" class="tab-content col-md-12 hidden"> <ul class="col-md-6 no-padding-d"> <li><a href="/external-search">Search EM FOAMed, ALiEM, and other EM Resources</a></li> <li><a href="/external-search?queryString=covid">COVID information</a></li> </ul> <ul class="col-md-6 no-padding-d"> </ul> </div> </div> </div> </div> </li> <li class="dropdown"> <div class="btn dropbtn "> <a href="https://shopemra.com/"> Shop </a> </div> </li> </ul> <div class="hide search-window"> <form ng-submit="$searchPop.search($event, $searchPop.text, '/search')" method="post"> <input id="headerSearch" type="text" placeholder="What Are You Looking For?" ng-model="$searchPop.text" autofocus /> <div ng-click="$searchPop.search(null, $searchPop.text, '/search')" class="go-icon"> <img src="/_Multisites/EMRA/Static/Common/images/icons/arrow-left-green.svg"> </div> </form> <ul ng-show="$searchPop.text == ''" id="searchSuggestions" class="list"> <h3 class="strong"> Popular Recommendations </h3> <li ng-click="$searchPop.search(null, 'Benefits', '/search')">Benefits</li> <li ng-click="$searchPop.search(null, 'Board of Directors', '/search')">Board of Directors</li> <li ng-click="$searchPop.search(null, 'EM:RAP', '/search')">EM:RAP</li> <li ng-click="$searchPop.search(null, 'EMRA*Cast', '/search')">EMRA*Cast</li> <li ng-click="$searchPop.search(null, 'EMRA Committees', '/search')">EMRA Committees</li> <li ng-click="$searchPop.search(null, 'Hangouts', '/search')">Hangouts</li> </ul> </div> </div> </nav> <script> var headerSearchAutocompSize = 4; </script> <div class="container"> <div class="resident-nav"> <span class="title personalized-text"> <span> Login to maximize your experience! </span> </span> <span class="icon-house"> <a href="/"><img src="/_Multisites/EMRA/static/Common/images/shape@3x.png" /> </a></span> <span class="separator"> | </span> <span class="title"> <a href="/books/msadvisingguide"> MSAdvisingGuide </a></span> <span class="separator"> | </span> <span class="title"> <a href="/books/msadvisingguide/apply-smarter-not-harder"> Apply Smarter Not Harder </a></span> </div> </div> </div> <div class="ocean"> <div class="ocean-mask"></div> <div class="wave"></div> </div> </div> <div class="body-wrapper"> <div class="container"> <div class="col-md-12"> <div class="col-md-3 col-xs-12"> <div class="input-block hide-mobile"> <form action="/books/msadvisingguide/apply-smarter-not-harder/submit" id="book-search-form" method="post" name="book-search-form"><input class="search-book" id="SearchBoxStringData" name="SearchBoxStringData" placeholder="Search this book" required="required" type="text" value="" /><input id="SiteSearchResultsPage" name="SiteSearchResultsPage" type="hidden" value="/search" /><input id="PublicationTitle" name="PublicationTitle" type="hidden" value="EMRA and CORD Student Advising Guide" /> <div class="search-icon" onClick="document.forms['book-search-form'].submit();"> <img src="/_Multisites/EMRA/static/common/images/Search copy.svg" alt="Search Icon" /> </div> <input type="submit" value="Search" class="hidden" /> </form> </div> <!-- mobile chapter nav--> <ul class="leadership-sidebar only-desktop"> <li class="title">Sections</li> <li><a target="" href="/books/msadvisingguide/msag" class="">MSAG</a></li> <li><a target="" href="/books/msadvisingguide/msag-2022-guidance" class="">Supplemental Guidance for 2022 Match</a></li> <li><a target="" href="/books/msadvisingguide/msag-foreword" class="">Foreword</a></li> <li><a target="" href="/books/msadvisingguide/msag-toc" class="">Table of Contents</a></li> <li><a target="" href="/books/msadvisingguide/glossary-of-abbrevs" class="">Glossary of Abbreviations</a></li> <li><a target="" href="/books/msadvisingguide/choosing-emergency-medicine" class="">Ch. 1 - Choosing Emergency Medicine</a></li> <li><a target="" href="/books/msadvisingguide/preclinical-years" class="">Ch. 2 - The Preclinical Years</a></li> <li><a target="" href="/books/msadvisingguide/third-year-and-planning-for-fourth" class="">Ch. 3 - Third Year and Planning for Fourth</a></li> <li><a target="" href="/books/msadvisingguide/finding-your-fit" class="">Ch. 4 - Finding Your Fit: Learning the Landscape of EM</a></li> <li><a target="" href="/books/msadvisingguide/applying-for-away-rotations" class="">Ch. 5 - Applying for Away Rotations</a></li> <li><a target="" href="/books/msadvisingguide/crush-your-clerkships" class="">Ch. 6 - Crush Your Clerkships, Secure Your SLOEs</a></li> <li><a target="" href="/books/msadvisingguide/building-your-eras-application" class="">Ch. 7 - Building Your ERAS Application</a></li> <li><a target="" href="/books/msadvisingguide/apply-smarter-not-harder" class="active">Ch. 8 - Apply Smarter Not Harder: Understand Your Competitiveness</a></li> <li><a target="" href="/books/msadvisingguide/interview-season-logistics" class="">Ch. 9 - Interview Season Logistics</a></li> <li><a target="" href="/books/msadvisingguide/making-the-most-of-interview-day" class="">Ch. 10 - Making the Most of Interview Day</a></li> <li><a target="" href="/books/msadvisingguide/preparing-and-submitting-your-rank-list" class="">Ch. 11 - Preparing and Submitting Your Rank List</a></li> <li><a target="" href="/books/msadvisingguide/what-if-i-dont-match" class="">Ch. 12 - What If I Don't Match</a></li> <li><a target="" href="/books/msadvisingguide/references" class="">References</a></li> </ul> <!-- Sidebar content --> <div class="hide-mobile"> </div> <!-- end mobile chapter nav--> </div> <div class="col-md-9 col-xs-12"> <div class="col-md-12 book-panel "> <div class="col-sm-12 title-block no-padding-d no-padding-m"> <div class="row row-eq-height"> <div class="col-md-9 col-xs-12 title-block"> <h1>EMRA and CORD Student Advising Guide</h1> </div> <div class="col-md-3 col-xs-12 chapter hide-mobile "><span class="subtitle">Section 13 of 18 </span> </div> </div> <div class="gradient-line-purple heading"></div> <div class="col-xs-12 chapter hide-desktop "><span class="subtitle">Section 13 of 18 </span> </div> </div> </div> <div class="col-md-12 book-panel main-content"> <!-- mobile chapter nav--> <div class="leadership-dropdown mobile FormSelection"> <div class="dropp"> <div class="dropp-header"> <a href="#" class="dropp-header__btn js-dropp-action"><span class="dropp-header__title js-value"><em>Ch. 8 - Apply Smarter Not Harder: Understand Your Competitiveness</em><i class="icon"></i></span></a> </div> <div class="dropp-body"> <a target="" href="/books/msadvisingguide/msag"><label for="opt_MSAG">MSAG<input type="radio" id="optName" name="dropp" value="MSAG" /></label></a> <a target="" href="/books/msadvisingguide/msag-2022-guidance"><label for="opt_Supplemental Guidance for 2022 Match">Supplemental Guidance for 2022 Match<input type="radio" id="optName" name="dropp" value="Supplemental Guidance for 2022 Match" /></label></a> <a target="" href="/books/msadvisingguide/msag-foreword"><label for="opt_Foreword">Foreword<input type="radio" id="optName" name="dropp" value="Foreword" /></label></a> <a target="" href="/books/msadvisingguide/msag-toc"><label for="opt_Table of Contents">Table of Contents<input type="radio" id="optName" name="dropp" value="Table of Contents" /></label></a> <a target="" href="/books/msadvisingguide/glossary-of-abbrevs"><label for="opt_Glossary of Abbreviations">Glossary of Abbreviations<input type="radio" id="optName" name="dropp" value="Glossary of Abbreviations" /></label></a> <a target="" href="/books/msadvisingguide/choosing-emergency-medicine"><label for="opt_Ch. 1 - Choosing Emergency Medicine">Ch. 1 - Choosing Emergency Medicine<input type="radio" id="optName" name="dropp" value="Ch. 1 - Choosing Emergency Medicine" /></label></a> <a target="" href="/books/msadvisingguide/preclinical-years"><label for="opt_Ch. 2 - The Preclinical Years">Ch. 2 - The Preclinical Years<input type="radio" id="optName" name="dropp" value="Ch. 2 - The Preclinical Years" /></label></a> <a target="" href="/books/msadvisingguide/third-year-and-planning-for-fourth"><label for="opt_Ch. 3 - Third Year and Planning for Fourth">Ch. 3 - Third Year and Planning for Fourth<input type="radio" id="optName" name="dropp" value="Ch. 3 - Third Year and Planning for Fourth" /></label></a> <a target="" href="/books/msadvisingguide/finding-your-fit"><label for="opt_Ch. 4 - Finding Your Fit: Learning the Landscape of EM">Ch. 4 - Finding Your Fit: Learning the Landscape of EM<input type="radio" id="optName" name="dropp" value="Ch. 4 - Finding Your Fit: Learning the Landscape of EM" /></label></a> <a target="" href="/books/msadvisingguide/applying-for-away-rotations"><label for="opt_Ch. 5 - Applying for Away Rotations">Ch. 5 - Applying for Away Rotations<input type="radio" id="optName" name="dropp" value="Ch. 5 - Applying for Away Rotations" /></label></a> <a target="" href="/books/msadvisingguide/crush-your-clerkships"><label for="opt_Ch. 6 - Crush Your Clerkships, Secure Your SLOEs">Ch. 6 - Crush Your Clerkships, Secure Your SLOEs<input type="radio" id="optName" name="dropp" value="Ch. 6 - Crush Your Clerkships, Secure Your SLOEs" /></label></a> <a target="" href="/books/msadvisingguide/building-your-eras-application"><label for="opt_Ch. 7 - Building Your ERAS Application">Ch. 7 - Building Your ERAS Application<input type="radio" id="optName" name="dropp" value="Ch. 7 - Building Your ERAS Application" /></label></a> <a target="" href="/books/msadvisingguide/apply-smarter-not-harder"><label for="opt_Ch. 8 - Apply Smarter Not Harder: Understand Your Competitiveness">Ch. 8 - Apply Smarter Not Harder: Understand Your Competitiveness<input type="radio" id="optName" name="dropp" value="Ch. 8 - Apply Smarter Not Harder: Understand Your Competitiveness" /></label></a> <a target="" href="/books/msadvisingguide/interview-season-logistics"><label for="opt_Ch. 9 - Interview Season Logistics">Ch. 9 - Interview Season Logistics<input type="radio" id="optName" name="dropp" value="Ch. 9 - Interview Season Logistics" /></label></a> <a target="" href="/books/msadvisingguide/making-the-most-of-interview-day"><label for="opt_Ch. 10 - Making the Most of Interview Day">Ch. 10 - Making the Most of Interview Day<input type="radio" id="optName" name="dropp" value="Ch. 10 - Making the Most of Interview Day" /></label></a> <a target="" href="/books/msadvisingguide/preparing-and-submitting-your-rank-list"><label for="opt_Ch. 11 - Preparing and Submitting Your Rank List">Ch. 11 - Preparing and Submitting Your Rank List<input type="radio" id="optName" name="dropp" value="Ch. 11 - Preparing and Submitting Your Rank List" /></label></a> <a target="" href="/books/msadvisingguide/what-if-i-dont-match"><label for="opt_Ch. 12 - What If I Don't Match">Ch. 12 - What If I Don't Match<input type="radio" id="optName" name="dropp" value="Ch. 12 - What If I Don't Match" /></label></a> <a target="" href="/books/msadvisingguide/references"><label for="opt_References">References<input type="radio" id="optName" name="dropp" value="References" /></label></a> </div> </div> </div> <!-- end mobile chapter nav--> <!-- Search box mobile--> <div class="input-block hide-desktop"> <form action="/books/msadvisingguide/apply-smarter-not-harder/submit" id="book-search-form" method="post" name="book-search-form"><input class="search-book" id="SearchBoxStringData" name="SearchBoxStringData" placeholder="Search this book" required="required" type="text" value="" /><input id="SiteSearchResultsPage" name="SiteSearchResultsPage" type="hidden" value="/search" /><input id="PublicationTitle" name="PublicationTitle" type="hidden" value="EMRA and CORD Student Advising Guide" /> <div class="search-icon" onClick="document.forms['book-search-form'].submit();"> <img src="/_Multisites/EMRA/static/common/images/Search copy.svg" alt="Search Icon" /> </div> <input type="submit" value="Search" class="hidden" /> </form> </div> <!-- end search mobile--> <h4 class="strong">Ch. 8 - Apply Smarter Not Harder: Understand Your Competitiveness</h4> <p><strong>Let’s get to the burning question that every applicant asks:</strong> How competitive am I? While a book chapter can never replace an EM-specific advisor who is familiar with your application’s strengths and weaknesses, we do have survey and analytical data from the NRMP and residency program leadership<sup>1-13</sup> to help you better assess your level of competitiveness, thereby helping you apply to residency in a more informed and confident manner. Take a deep breath — while every applicant has their strengths and weakness, the vast majority of applicants fall into the competitive category, so it is likely that you do, too!</p> <h2><span style="color: #000000;"><strong>What is competitiveness in the EM match?</strong></span></h2> <p>Competitiveness is your ability to match; this closely correlates with the likelihood of obtaining enough interviews to match. EM competitiveness is influenced through tangible factors such as grades, board scores, class rank, and letters of recommendation and can be qualified based on nationally available data. Your ultimate success in the match is greatly affected by your application strategy, which requires careful consideration with an EM-specific advisor.</p> <h2><span style="color: #000000;">What is the difference between being nationally, regionally, or locally competitive?</span></h2> <p>Local competitiveness is difficult to predict. Your competitiveness within a specific locality or hospital may center around personal relationships, which have developed over time, in addition to more standardized qualifications such as national board scores and letters of recommendation. Moreover, individual programs will emphasize different application components that might change how competitive you are within that locality. You can ask your academic advisor for insight.</p> <p>Regional competitiveness might be influenced by relationships but may also be influenced by a rotation or letter of recommendation generated from a rotation within that same region. Program leadership places increased influence upon letters and evaluators with which they are familiar — in a 2014 program director survey, 97% of respondents agreed that, “Knowing the person who wrote the SLOR [now known as the SLOE] increases its value to my decision-making.”<sup>8</sup> While some programs within a region share some of the same preferences or priorities when selecting candidates,<sup>9</sup> not all do, thus making regional competitiveness also challenging to predict.</p> <p>National competitiveness is broader but easier to qualify in terms of common residency application components, including grades, board scores, class rank, and letters of recommendation. National data on competitiveness presented in this document represent data that historically have predicted a successful match into EM and the preferences and general consensus opinion of those individuals who are involved in allocating interviews and generating rank lists at EM residency programs.</p> <div style="background-color: #d6dae9; margin-left: 15px; margin-right: 15px;"> <p><strong>Osteopathic and IMG Students:</strong> See <a href="/books/msadvisingguide/finding-your-fit" target="_blank">Chapter 4: Finding Your Fit: Choosing Where to Apply</a>, Figure 4.2 for information about which states historically match the most osteopathic and IMG applicants. By focusing applications where there are both more programs and more spots, osteopathic and IMG applicants can maximize their opportunities to match.</p> </div> <h2>Filters & Their Role in Your Competitiveness</h2> <p>As mentioned above, your ability to match closely correlates with the likelihood of obtaining enough interviews to match. As the number of residency applications per medical student increase each year, residency programs need to find ways to wade through the increasing number of applications they receive. One of the solutions employed by a little more than half of programs (54%) is applying screening filters to help determine which files to review further for interview offer.<sup>15</sup> Figure 8.1 details the most commonly used filters and the relative frequencies of screening filter use by programs that report using filters.<sup>13</sup></p> <p>While program directors still give board scores a lower importance rating than SLOEs, grades in EM, and EM rotation performance when determining who to offer interviews (3.8/5 compared to 4.8, 4.5 and 4.5, respectively)<sup>5</sup>, approximately 55% of programs in the survey from Figure 8.1 report using filters for Step 1 failure and a Step 1 “minimum score.”<sup>13</sup> According to the 2018 NRMP PD Survey, 62% indicated they wanted program candidates to have a target score when deciding which applicants to interview.<sup>5</sup> EMRA Match shows 41% of programs reported using a cutoff and 15% of programs declined to disclose whether or not they use a cutoff.<sup>11</sup> In another survey, 10% of programs require a USMLE Step 1 score of greater than 220 to offer an applicant an interview.<sup>9</sup></p> <p>Therefore, your board scores are important! But you’ll soon see that this is just one piece of the puzzle in determining your overall competitiveness.</p> <h3><strong>FIGURE 8.1. Relative Frequencies of Screening Filter Type by the 54% of EM Programs that Report to Using Them (n=71)<sup>13</sup></strong></h3> <p><strong><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src="/siteassets/emra/publications/books/msag_2019/chapter-8/figure-8-1.jpg" width="800" /></strong></p> <div style="background-color: #d6dae9; margin-left: 15px; margin-right: 15px;"> <p><strong>IMG Students:</strong> The most frequently used filter reported by programs is IMG (Not U.S. Citizen) — reported by >70% of programs. Target the majority of your applications towards programs that have historically accepted IMG applicants into their program — this can be searched on <a href="https://webapps.emra.org/utils/spa/match#/search/map" target="_blank">EMRA Match</a>.</p> <p><strong>Osteopathic Students:</strong> The 2018 NRMP program director survey showed that 81% of ACGME program directors will offer interviews to osteopathic students.<sup>5</sup> In the 2018 NRMP Match, 81.6% of U.S. Osteopathic Seniors applying to EM matched, compared to 91% of their allopathic peers.<sup>2</sup> These match rates do not include students who participated in the AOA match, and it will be difficult to know if a true difference in match rates exists until all programs have transitioned to ACGME accreditation and participate in the same match.</p> <p><strong>At-Risk Candidates:</strong> If you have a USMLE score < 225, use a search engine such as <a href="https://webapps.emra.org/utils/spa/match#/search/map" target="_blank">EMRA Match</a> to identify programs that are unlikely to filter out your application based on this single criterion. A declared Step 1 cutoff score does not mean an applicant with a lower score should absolutely not apply to that program, but rather that the applicant should be realistic about having a lower chance of obtaining an interview invitation there. If you are an applicant who has the potential to be filtered out by more than one of the reported filters in Figure 8.1, you likely fall into the <em>Marginally </em><em>Competitive category</em> (see below). It is extremely important that you meet with an EM-specific advisor to discuss a possible parallel plan.</p> </div> <h2><span style="color: #000000;">Which factors are most influential in increasing candidate competitiveness?</span></h2> <p>There is a difference between the factors that will help you garner the interview and the factors that affect your position on a residency program’s rank list (Figure 8.2).<sup>5</sup> The SLOE and related factors (such as grades in your EM clerkships and EM rotation performances) are highly influential in both interview offer and ranking.<sup>5,9</sup> It is important to recognize that some of the other factors that affect your chances of an interview offer may not be as influential in final ranking (for example, board scores). After you get your foot in the door, interpersonal skills and interactions with individuals on your interview are the most influential components in ranking. See Figure 8.2 for further delineation of factors that are important in selecting applicants for interview offer versus factors that are important in ranking applicants.</p> <h3><strong>FIGURE 8.2. Top 10 factors program directors use in selecting applicants to interview and in ranking<sup>5</sup></strong></h3> <p><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src="/siteassets/emra/publications/books/msag_2019/chapter-8/figure-8-2.jpg" width="800" /></p> <div style="background-color: #d6dae9; margin-left: 15px; margin-right: 15px;"> <p><strong>Military Match:</strong> Most military programs state the audition rotation is the MOST important factor in a student’s application.</p> <p><strong>Latecomers:</strong> An away rotation is also a month-long interview. If you have the opportunity to rotate with a program, you are evaluated by your future colleagues on a daily basis. This opportunity to work with you has been ranked a 4.6/5 by program directors in extending interviews.<sup>1</sup> Only SLOEs ranked higher in the 2018 survey.<sup>5</sup></p> </div> <p>Moderately influential factors in invitings applicants to interview included:</p> <ul> <li>Personal knowledge of the applicant</li> <li>Evidence of professionalism and ethics</li> <li>Leadership qualities</li> <li>AOA membership <ul> <li>The percentage of individuals who were AOA members who matched into EM was 12.4% while the percentage of AOA members among those who didn’t match into EM was 0.7%, suggesting that AOA members are more competitive, but that AOA designation does not guarantee a match.<sup>1</sup></li> </ul> </li> <li>Perceived interest in the program</li> <li>MSPE (also known as the “Dean’s Letter”)</li> <li>Medical school reputation <ul> <li>The percentage of individuals matching into EM who came from a “Top 40” medical school as it relates to NIH funding was 27.6% and was 19.9% for those not matching, again suggesting that the name or reputation of a school may influence a candidate’s competitiveness.<sup>1</sup></li> </ul> </li> </ul> <p>Less influential components included:</p> <ul> <li>Overall or mean number of research experiences</li> <li>Overall or mean number of abstracts<sup>5</sup></li> <li>Overall or mean number of presentations or publications<sup>5</sup></li> <li>Overall or mean number of work experiences or volunteer experiences<sup>5</sup></li> <li>The percentage of individuals who had obtained a PhD or other degree did not remarkably differ between those who matched and those who did not.</li> </ul> <h2><span style="color: #000000;">Which factors are most influential in decreasing candidate competitiveness?</span></h2> <ul> <li>Any failed attempt on a USMLE/COMLEX exam</li> <li>Low grades in an EM clerkship</li> </ul> <h2><span style="color: #000000;">The SLOE seems to hold a lot of influence, but I can’t read it. How do I evaluate the competitiveness of my SLOE?</span></h2> <p>SLOEs are routinely rated highly in terms of impact in selecting candidates for interviews.<sup>5,6,9</sup> However, candidates usually forego the right to read the letters. It would be improper to ask a letter writer or a program to disclose the information on the SLOE or to specifically ask where a candidate is likely to be ranked. Therefore, we recommend asking the letter writer for a full evaluation at the end of the rotation, including a grade, and asking how well that grade and the overall performance compares to others who have rotated this year or last year. We also recommend asking the letter writer about the anticipated level of support for their candidacy, as this approach maintains professional integrity, but also informs the candidate of his or her anticipated competitiveness.</p> <div style="background-color: #d6dae9; margin-left: 15px; margin-right: 15px;"> <p><strong>At-Risk Candidates:</strong> Rather than simply asking for a SLOE, be more specific and ask if the letter writer is able to write a supportive SLOE. This opens a dialogue that could help you understand your competitiveness.</p> </div> <h2><span style="color: #000000;">How many SLOEs do I need to be competitive? </span><span style="color: #000000;">Do more of them make me more competitive?</span></h2> <p>Depending on some predetermined factors, most candidates in the range from Competitive to Very Competitive will be advised to do 2 EM rotations at an institution with an EM residency program, and candidates in the Less Competitive range will be advised to do 2–3. There is rarely a reason to do 4 or more EM rotations. It is generally expected to obtain a SLOE from each of these rotations.</p> <p>Unfortunately, some individuals get advised to do as many EM rotations as possible. However<strong><em> more</em> does not necessarily translate to better.</strong> Performing at a high level consistently on 3, 4, or 5 EM rotations takes a lot of effort and stamina. Expectations for each subsequent EM rotation are likely to be very high, as you will be expected to have accumulated a lot of experience at that point. There is also a point of diminishing returns where you may be viewed as an over-achiever or as though you’re trying to overcompensate for another part of your application. <strong>EM is a community that attempts to support its members, and when you elect to perform 4–5 clerkship rotations, you selfishly keep others from participating, violating the community-centered principle.</strong> Program directors look for these patterns and recognize these behaviors. It is not uncommon for PDs to question candidates who complete more than 3 rotations.</p> <div style="background-color: #d6dae9; margin-left: 15px; margin-right: 15px;"> <p><strong>Osteopathic and IMG Students:</strong> If you are only able to obtain one academic rotation due to lack of a home rotation, make the absolute MOST of it to obtain the strongest SLOE possible. Use <a href="https://webapps.emra.org/utils/spa/match#/search/map" target="_blank">EMRA Match</a> to help determine programs’ willingness to offer an interview with one SLOE.</p> </div> <h2><span style="color: #000000;">Do the timing of my SLOEs influence my competitiveness?</span></h2> <p>While it is ideal that 2 SLOEs are present in the application at the time of submission, many programs recognize you cannot always complete 2 EM rotations and obtain SLOEs by the mid-September deadline. <a href="https://webapps.emra.org/utils/spa/match#/search/map" target="_blank">EMRA Match</a> identifies programs willing to offer an interview with 0, 1, or 2 SLOEs; use this data if you will not have a second SLOE available by time of interview offers (October). If you obtain a SLOE after submitting your application, consider emailing programs to make them aware that an additional SLOE is uploaded and ready for review. Refer to <a href="/books/msadvisingguide/applying-for-away-rotations" target="_blank">Chapter 5: Applying for Away Rotations</a> for further data informing your competitiveness with regard to timing of your SLOEs.</p> <h2><span style="color: #000000;">How do board scores affect my competitiveness?</span></h2> <p>Board scores, like SLOEs, provide another objective comparative parameter. As already discussed, many programs use USMLE Step 1 scores as a screening tool, and many will not interview applicants with a failed USMLE Step 1 or Step 2 CK score.<sup>5,9.11</sup> Each program has different cut-offs for what they consider to be competitive. Ultimately, the decision to grant an interview is multifactorial, and scores alone may not guarantee an interview.</p> <h2><span style="color: #000000;">What is a good score on USMLE Step 1 for applying to EM?</span></h2> <p>Providing exact competitiveness cut-offs for USMLE Step 1 is challenging. We have used several resources<sup>1,3,6,7</sup> and figures to support the competitiveness ranges below with regard to USMLE Step 1 scores. Refer to Figure 8.3 for a better idea of probability of matching by USMLE Step 1 score.</p> <ul> <li>Marginal Competitiveness: < 200</li> <li>Less Competitive: 200–219</li> <li>Competitive: 220–239</li> <li>Very Competitive: > 240</li> </ul> <div style="background-color: #d6dae9; margin-left: 15px; margin-right: 15px;"> <p><strong>Osteopathic Students:</strong> It is important to consider these numbers if/when preparing for USMLE. It is a different exam than COMLEX and will require you to adapt how you study and prepare.</p> <p><strong>IMG Students</strong>: Aim for > 240 score to be competitive. </p> <p><strong>At-Risk Candidates:</strong> It is important to note that 63% of applicants who scored between 191 and 200 on USMLE Step 1 matched in the 2018 match cycle.<sup>1</sup> A survey of EM educators demonstrated that approximately half of programs will not consider an applicant who has failed USMLE Step 1, but almost all do consider applicants with below-average scores.<sup>6</sup> Work closely with your advisor to apply smartly and use other sections of ERAS to highlight your competitive qualities and other accomplishments. Applicants who have a USMLE Step failure or lower USMLE scores in combination with a weaker overall application (lower third year and/or EM clerkship grades, etc.) need a non-EM backup plan, though applicants with below-average scores in the setting of an otherwise competitive application do not.</p> </div> <h3><strong>FIGURE 8.3. Probability of Matching by Step 1 Score<sup>1</sup></strong></h3> <p><strong><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src="/siteassets/emra/publications/books/msag_2019/chapter-8/figure-8-3.jpg" width="800" /></strong></p> <h2><span style="color: #000000;">How important is USMLE Step 2 CK?</span></h2> <p>The 2018 NRMP Program Director survey suggests that the USMLE Step 2CK/COMLEX Level 2 CE is just as an important — if not more so — than USMLE Step 1/COMLEX Level 1.<sup>5</sup></p> <p>The number of programs that require completion of Step 2 CK in order to offer an interview is unclear — surveys indicate as few as 5%10 but up to 48%.<sup>5</sup> Your safest bet is to complete Step 2 CK in time for your score to be released by Oct. 1.</p> <div style="background-color: #d6dae9; margin-left: 15px; margin-right: 15px;"> <p><strong>Osteopathic Students:</strong> Taking and doing well on USMLE Step 2 CK can really bolster your application and help you be viewed on an even playing field when comparing numbers apples to apples.</p> <p><strong>At-Risk Candidates:</strong> To improve their chances of being considered for an interview, students with a lower USMLE Step 1 score should plan to study for and take USMLE Step 2 CK in time to have the score available when ERAS opens on Sept. 15.</p> </div> <h2><span style="color: #000000;">What is a good score on USMLE Step 2 CK for applying to EM?</span></h2> <ul> <li>Marginally Competitive Candidates: < 210 (including failed USMLE Step 2 CK attempt)</li> <li>Less Competitive Candidates: 211–239</li> <li>Competitive Candidates: 240–259</li> <li>Very Competitive Candidates: > 260</li> </ul> <h2><span style="color: #000000;">How important are my preclinical and clinical grades?</span></h2> <p>While basic sciences grades have been ranked lower in terms of importance to residency programs, performance in required third-year clerkships are cited as being heavily valued in multiple studies.<sup>5,9</sup></p> <p>EM rotation grades have been cited as very important to program directors year after year.<sup>5,9</sup> However, grade alone does not translate directly into a certain level of competitiveness. While the traditional grade breakdown is Honors/High Pass/Pass, some schools only give Pass/Fail or sometimes Honors/Pass/Fail grades. Schools also vary widely in terms of grade distribution (percentage of Honors vs High Pass vs Pass grades), which is reported on SLOE. So while a Pass grade generally equates to lower competitiveness, this may not be the case on a Pass/Fail rotation or on a rotation with a very high percentage of Pass grades. Likewise, an Honors grade generally equates to higher competitiveness, but this may not be the case if the majority of students at this institution obtain an Honors on their rotation.</p> <p>For both third-year and EM clerkships, an upward progression of grades through rotations will be well received and a downward progression may be more poorly received.</p> <h2><span style="color: #000000;">How important are extracurricular activities when applying to EM?</span></h2> <p>Extracurricular activities are a good way to show yourself as an individual and display what mattered enough for you to volunteer your time. This often comes up during interviews, so be ready to discuss anything you are listing. Leadership roles and involvement in medical school administration or interest groups can convey your dedication and work ethic. Focus on extracurricular activities that demonstrate leadership, commitment and hard work. It is doubtful that any one of these activities, on their own, actually predicts success or competitiveness in EM, though some programs will view these experiences favorably.</p> <h2><span style="color: #000000;">How important are work experiences when applying to EM?</span></h2> <p>Generally, EM-related endeavors help augment your application. Examples of these may include work as a scribe in an ED, work as an EMT or paramedic, or other work in the health care field. Prior jobs incorporating multi-tasking and customer service skills, such as waiter or waitress, may also be viewed as helpful. However, it is worth noting that prior work experience is not viewed as a heavily influential factor in inviting applicants for interviews or for selecting candidates for ranking.<sup>5</sup> It is also worth noting that most candidates who successfully match into EM have at least one or more work experience listed, with an average of 3.5 work experiences.<sup>1</sup></p> <h2><span style="color: #000000;">How important is research when applying to EM?</span></h2> <p>The amount of research experience is not generally very influential in determining the competitiveness of a candidate.<sup>5,9</sup> However, this will vary from program to program. Programs with prominent research efforts may place emphasis on research. Four-year residency programs also place a greater emphasis on research and publications compared to three-year programs.<sup>9</sup> It is important to note that most candidates who successfully match into EM have at least one research experience, and an average of 2,<sup>5,1</sup> though not all of this research pertains to EM.</p> <div style="background-color: #d6dae9; margin-left: 15px; margin-right: 15px;"> <p><strong>Military Match:</strong> Research is typically more important in military applications than civilian as this is given a high degree of weight in the military “point system.”</p> <p><strong>IMG Students:</strong> A 2018 poll indicates that research is not weighted as highly as previously indicated.<sup>6</sup></p> </div> <h2><span style="color: #000000;">How many volunteer experiences should I have when applying for EM?</span></h2> <p>Volunteer experiences are not overly influential in determining your competitiveness.<sup>5</sup> However, they are tracked in ERAS, and candidates who successfully match into EM have an average of 7.3 volunteer experiences.<sup>1</sup></p> <h2><span style="color: #000000;">What red flags might significantly change my level of competitiveness?</span></h2> <ul> <li>Academic struggle, such as failed Step 1 or Step 2 CK or failure of a clinical or preclinical course</li> <li>Unexplained gaps in medical education or unexplained intervals in the CV</li> <li>Professionalism issues, academic misconduct, or clerkship failures</li> <li>Criminal convictions, including felonies or misdemeanors</li> </ul> <div style="background-color: #d6dae9; margin-left: 15px; margin-right: 15px;"> <p><strong>At-Risk Candidates:</strong> While not all of these carry equal weight, any one of them can negatively affect your application. A 2018 survey suggests that academic misconduct is most concerning, with 100% of residency leadership respondents never or rarely interviewing these candidates. The next most concerning red flag was clerkship failure, with 94% never or rarely interviewing these candidates.<sup>6</sup></p> </div> <h2><span style="color: #000000;">So, how competitive am I?</span></h2> <p>This chapter has attempted to break up the separate components of your application and classify each in terms of relative competitiveness. You can generally view each individual component as additive towards an overarching level of competitiveness, though some components may be weighted more heavily than others, and weighting is program-dependent. <strong>As you read this next section, remember it’s more likely than not that you fall into the competitive category!</strong></p> <p>The following competitiveness-based recommendations take into consideration the data cited thus far as well as the AAMC’s graph on the point of diminishing returns for entering an EM residency program for U.S. MD applicants (Figure 8.4). The AAMC defines the point of diminishing returns as “the point at which the value added by submitting one additional application is reduced relative to the value added by each application.”<sup>3</sup> Please remember the following recommendations are general guidelines and should never replace advice from an experienced EM-specific advisor who is familiar with you and your application’s strengths and weaknesses.</p> <h3><strong>FIGURE 8.4. Point of Diminishing Returns for Entering an EM Residency Program for U.S. MD Applicants<sup>3</sup></strong></h3> <p><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src="/siteassets/emra/publications/books/msag_2019/chapter-8/figure-8-4.jpg" width="800" /></p> <p>Source <a href="https://www.aamc.org/cim/478994/applysmartem.html" target="_blank">AAMC Data Warehouse: ERAS file</a> accessed on May 1, 2017.</p> <p><em>The following recommendations for number of applications are considerably </em><em>lower than the average number of applications per applicant to EM (57.7 </em><em>according to AAMC’s 2019 preliminary data)<sup>14</sup> and represent an area where </em><strong><em>applying strategically rather than in larger numbers will have a better return on </em></strong><em><strong>investment</strong>.</em></p> <h2>Marginally Competitive</h2> <p>Your application will have some of the following criteria but likely will not overlap that of any other category:</p> <ul> <li>USMLE Step 1: < 200</li> <li>USMLE Step 2 CK: < 211</li> <li>Only 1 EM rotation with no higher than a passing grade*</li> <li>No SLOEs or a SLOE that is not supportive</li> <li>Little or no exposure to EM in extracurricular projects or interest groups</li> <li>Presence of a red flag: academic struggle (failed Step 1 or Step 2 CK, failure of a preclinical course or clerkship), gaps in medical education or CV, professionalism issues, academic misconduct, criminal convictions</li> </ul> <p>How this affects your application strategy:</p> <ul> <li>You may not be well-suited for a residency in emergency medicine or may have to overcome significant obstacles. You should consider a search for alternative plans to emergency medicine (apply to a different residency type altogether), but may consider a parallel plan if you strongly desire (simultaneously apply to both emergency medicine and a different residency type as a backup/alternate).</li> <li>You may be tempted to apply to as many rotations and residency programs as possible. However, the return on this time and monetary investment may fall very short of expectations. If you are a marginally competitive candidate, seek guidance from both an EM advisor and a general academic advisor to develop an appropriate application strategy.</li> </ul> <h2>Less Competitive</h2> <p>Your application likely will have some of the following components and none of the components of a competitive or very competitive candidate:</p> <ul> <li>USMLE Step 1: 200–219</li> <li>USMLE Step 2 CK: 211–239</li> <li>Fewer than 2 SLOES supporting a residency in EM</li> <li>Passing grades on EM rotations or a combination of Pass and High Pass grades*</li> <li>Has limited exposure to EM through extra-curricular projects or interest groups</li> </ul> <p>How this affects your application strategy:</p> <ul> <li>You may be well-suited for emergency medicine but should develop a residency search strategy with an experienced, dedicated, EM-specific advisor in order to optimize chances and align resources.</li> <li>Survey data of EM residency program leadership and advisors indicate that 72% of individuals would advise candidates in this category to apply to about 31–50 programs.<sup>12</sup> See Figure 8.5 for further breakdown of recommendations from this survey for an applicant that falls into the Less Competitive category.</li> <li>You should plan to apply to about 35–45 programs. </li> </ul> <div style="background-color: #d6dae9; margin-left: 15px; margin-right: 15px;"> <p><strong>Osteopathic Students:</strong> Do not be deterred if you fall in this category. Just focus on finding an EM advisor and researching historically osteopathic friendly programs. Your likelihood of matching is still very high if you apply smartly.</p> </div> <h2>Competitive</h2> <p>The vast majority of applicants fall into this category! Your application will have at least 2 or more of the following components, but also may have some criteria of a very competitive or less competitive candidate:</p> <ul> <li>USMLE Step 1: 220-239</li> <li>USMLE Step 2 CK: 240-259</li> <li>2 SLOES that support a residency in EM</li> <li>A combination of Pass, High Pass or Honors grades on an EM rotations*</li> <li>Demonstrated commitment to EM in EM-related volunteer, research, or work projects</li> </ul> <p>How this affects your application strategy:</p> <ul> <li>You are well-suited for a residency in emergency medicine and have a good chance at matching in emergency medicine. General advising resources will apply to you, though an EM-specific advisor is best at guiding you to success.</li> <li>Survey data of EM residency program leadership and advisors indicate that 85% would recommend candidates in this category apply to about 21–40 programs.<sup>12</sup> See Figure 8.5 for further breakdown of recommendations from this survey for an applicant that falls into the Competitive category.</li> <li>You should plan to apply to about 20–30 programs.</li> </ul> <h2>Very Competitive</h2> <p>Your application will have 2 or more of the following components:</p> <ul> <li>USMLE Step 1: > 240</li> <li>USMLE Step 2 CK: > 260</li> <li>2 SLOEs that strongly support a residency in EM</li> <li>High Pass &/or Honors grades on 2 EM rotations*</li> <li>Demonstrated commitment to EM in EM-related volunteer, research, or work projects.</li> </ul> <p>How this affects your application strategy:</p> <ul> <li>You have a very good chance at matching in emergency medicine and general advising resources and advice will apply to you, though an EM-specific advisor is best at strategizing for success. An applicant in this category should pursue their interests in the specialty and follow usual advice for the match.</li> <li>Survey data of EM residency program leadership and advisors indicate that 97% would recommend candidates in this category apply to about 11–30 programs.<sup>12</sup> See Figure 8.5 for further breakdown of recommendations from this survey for an applicant that falls into the <em>Very Competitive</em> category.</li> <li>You should plan to apply to about 15–25 programs.</li> </ul> <p>*Some schools only give Pass/Fail grades or administer a very low percentage of High Pass & Honors grades. Letter readers will be able to see this and determine your performance based on other components of the SLOE, including comparison to your peers, but a Pass/Fail only course makes it more difficult to determine your own competitiveness. In this situation, it is especially important to ask your letter writer if they will be able to write you a supportive letter.</p> <div style="background-color: #d6dae9; margin-left: 15px; margin-right: 15px;"> <p><strong>Couples Match:</strong> In a 2018 survey, a majority of EM faculty advisors recommend applying to a minimum of 31–50 programs when an “average” EM applicant is participating in the couples match (defined as high pass/honors grades, first-pass USMLE Step 1 score of ~230, 1–2 scholarly projects, and no red flags).<sup>6</sup> Consider applying to geographic locations with multiple programs in both of your specialties.</p> <p><strong>Military Match:</strong> Given the small number of military residencies, military students are encouraged to apply to ALL available military programs. </p> <p><strong>At-Risk Candidates:</strong> Consider the perceived competitiveness of a program to make sure you are applying to programs that are realistically within your reach. Assessing competitiveness is more of an art than a science, but there are several questions you can ask to help make this assessment. First, is the program in a highly desirable place to live? Second, does the program have “name brand” recognition that would look impressive on your CV? And third, is the program “EM famous” for their faculty or their longevity within the specialty? The more "yes" answers, the more applications the program is likely to receive, and the more competitive the applicant pool for the program is likely to be. You should not refrain from applying to traditionally “competitive” programs, though it may be a good idea to consider these programs as a reach and not include them in your overall number count for applications.</p> </div> <h3><strong>FIGURE 8.5. Number of Applications Recommended by EM Advisors for Applicants Based on Competitiveness (n=200)<sup>12</sup></strong></h3> <p><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src="/siteassets/emra/publications/books/msag_2019/chapter-8/figure-8-5a.jpg" width="638" /></p> <p><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src="/siteassets/emra/publications/books/msag_2019/chapter-8/figure-8-5b.jpg" width="638" /></p> <p><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src="/siteassets/emra/publications/books/msag_2019/chapter-8/figure-8-5c.jpg" width="638" /></p> <h2>Tips for Increasing Competitiveness</h2> <p>There are many elements under your control, but by the time you apply to EM, some of them might already be settled. In that case, try these tips:</p> <ul> <li>Prepare for and do well on the USMLE Step 2 CK early enough that it can be included in your ERAS application at the time of submission in mid-September.</li> <li>Perform at your best during your EM rotations and obtain feedback from early EM rotations and mentors to augment your performance on future rotations.</li> <li>Rotate at 2 EM residency programs, ideally at your home institution and at an away institution. In some cases, a third rotation may be helpful, particularly if your home institution doesn’t have an EM residency or if you’re a less competitive applicant.</li> </ul> <div style="background-color: #d6dae9; margin-left: 15px; margin-right: 15px;"> <p><strong>Military Match:</strong> Rotate and connect with as many military programs as possible.</p> </div> <ul> <li>Find an advisor in EM to help you assess your competitiveness and identify strengths and weaknesses. Ideally this person should have experience in advising EM students, be part of core faculty of an EM residency program, and may be a clerkship director, program director, or associate program director.</li> </ul> <div style="background-color: #d6dae9; margin-left: 15px; margin-right: 15px;"> <p><strong>Orphan Applicant:</strong> If your school isn’t affiliated with a training program or if it lacks EM faculty for advising, consider joining EMRA, SAEM, or other professional organizations. Through <a href="https://emra.org/students/advising-resources/student-resident-mentorship-program/" target="_blank">EMRA’s Medical Student Council</a>, you can be paired with a resident mentor. Students can also participate in large-group virtual advising sessions through <a href="https://emra.org/be-involved/events--activities/emra-hangouts/" target="_blank">EMRA Hangouts</a> every month. Keep in mind that you can also seek out advisors and mentors at programs where you rotate.</p> <p><strong>Osteopathic Students:</strong> <a href="https://emra.org/students/advising-resources/student-resident-mentorship-program/" target="_blank">Seek out early mentorship</a> from someone connected in EM!</p> <p><strong>IMG Students:</strong> Mentorship in EM is always very helpful and helps keep you on track. The ACEP International Section offers a <a href="https://webapps.acep.org/ektronapps/internationalrotations/Default.aspx" target="_blank">Rotation and Observation Database</a> and can help connect you with a mentor.</p> <p><strong>Latecomers:</strong> If you are a latecomer to EM, then you likely have a previous advisor in another specialty. Outside advice will be helpful, but only EM-focused advisors will understand the entire process.</p> </div> <p>Consider participating in research, getting involved in a national EM organization, and networking with EM physicians. The advice and networking that comes with these experiences can help you as much — or more than — the projects themselves.</p> <h3><strong>TABLE 8.1. Recommendations Based on Competitiveness</strong></h3> <p><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src="/siteassets/emra/publications/books/msag_2019/chapter-8/table-8-1.jpg" width="769" /></p> <div style="color: #ffffff; background-color: #496198;"> <h2><span style="color: #ffffff;">The Bottom Line</span></h2> </div> <ul> <li>The vast majority of applicants fall into the Competitive category — likelihood is that you do, too! </li> <li>In general, SLOEs tend to play the largest role in determining competitiveness.</li> <li>While great board scores can get you in the door, they are not as important when ranking — this is where intangibles like your interpersonal skills come into play.</li> <li>Your application, just like you, is multifaceted. There is no magic formula that guarantees success in the match. Work with your advisor to assess your own competitiveness by considering elements that are given the most weight by program directors and residency programs, as well as elements that have trended towards success in past matches.</li> </ul> <div class="gradient-btn left"> <div class="grad-btn-text"> Previous Chapter <a href="/books/msadvisingguide/building-your-eras-application" class=""></a> </div> </div> <div class="gradient-btn right"> <div class="grad-btn-text"> Next Chapter <a href="/books/msadvisingguide/interview-season-logistics"></a> </div> </div> </div> </div> </div> </div> </div> <div class="footer-curve"> <div class="ocean"> <div class="col-md-12 text-block"> <div class="container"> <div class="col-md-6 col-lg-5 circle-footer"> <div class="circle-content"> <ul class="pages"> <li><a href="/emresident" target="_blank">EM RESIDENT</a> </li> <li><a href="/be-involved/events--activities">EVENTS</a> </li> <li><a href="/about-emra/meet-your-staff--board/emra-staff">CONTACT US</a> </li> <li><a href="/about-emra/advertise-with-us">ADVERTISE & EXHIBIT</a> </li> <li><a href="https://www.emcareers.org/" target="_blank">Find a Job</a> </li> <li class="connect"><a>Connect with us</a></li> </ul> <ul class="social"> <li><a href="https://www.facebook.com/emresidents" target="_blank"><i class="fa fa-facebook fa-green-gradient" aria-hidden="true"></i></a></li> <li><a href="https://twitter.com/emresidents" target="_blank"><i class="fa fa-twitter fa-green-gradient" aria-hidden="true"></i></a></li> <li><a href="https://www.instagram.com/emresidents/" target="_blank"><i class="fa fa-instagram fa-green-gradient" aria-hidden="true"></i></a></li> <li><a href="https://www.linkedin.com/company/emresidents/" target="_blank"><i class="fa fa-linkedin fa-green-gradient" aria-hidden="true"></i></a></li> </ul> <div class="icon-logo"> <a href="/"><img src="/siteassets/emra/images/emra-logo.png" alt="EMRA Logo" /></a> </div> </div> </div> <div class="col-md-6 col-lg-7"> <div class="col-md-6 links-block hide-mobile"> <span class="subtitle">Diversity Pipeline</span> <h4>EM can lead the way in addressing healthcare inequities. But first we must face the deficiencies of diversity, equity, and inclusion in our field. It starts with training.</h4> <a href="/emresident/article/diversity-pipeline-part-1" class="btn btn-curved"> Featured Article <div class="svg-curve"> <svg viewBox="0 0 12 12" width="120" height="85" class="svg-9" id="white"> <defs> <linearGradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </linearGradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10" /> </svg> </div> </a> </div> <div class="col-md-6 links-block hide-mobile"> <div class="footer-articles"> <span class="subtitle">Featured Publication</span> <h4>Make sense of the chaos of the trauma bay with the EMRA Trauma Guide. </h4> <a href="/about-emra/publications/bookstore#traumaguide" class="btn btn-curved"> Find Out More <div class="svg-curve"> <svg viewBox="0 0 12 12" width="120" height="85" class="svg-9" id="white"> <defs> <linearGradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </linearGradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10" /> </svg> </div> </a> </div> <div class="footer-articles"> <span class="subtitle">Featured App</span> <h4>MobilEM put every EMRA guide in your pocket. </h4> <a href="/about-emra/publications/mobile-applications#mobilem_app" class="btn btn-curved"> Get the App <div class="svg-curve"> <svg viewBox="0 0 12 12" width="120" height="85" class="svg-9" id="white"> <defs> <linearGradient id="MyGradient"> <stop stop-color="#C1D82F" offset="0%"></stop> <stop stop-color="#50BA70" offset="100%"></stop> </linearGradient> </defs> <path class="svg-path" d="M3,3 Q1,1 5,5 T10,10" /> </svg> </div> </a> </div> </div> </div> </div> </div> <div class="ocean-mask"></div> <div class="wave"></div> </div> <div class="col-md-12 general-text"> <p style="text-align: right;margin-right: 25px;">© 2021 Emergency Medicine Residents' Association <span class="separator"> | </span> <a href="/about-emra/privacy-policy/">Privacy Policy</a> <span class="separator"> | </span> <a href="/about-emra/links-policy/">Website Links Policy</a> <span class="separator"> | </span> <a href="/about-emra/social-media-policy/">Social Media Policy</a></p> </div> </div> <!--chat button--> <div class="live-chat-sticky sticky online only-desktop"> <span class="greenCircle"></span><span>CHAT NOW</span> </div> <div class="live-chat-sticky sticky offline only-desktop"> <span class="redCircle"></span> <span>CHAT OFFLINE</span> </div> <div class="loading-overlay"> <div id="loading-img"></div> </div> <script type="text/javascript" src="https://dl.episerver.net/13.5.10/epi-util/find.js"></script> <script type="text/javascript"> if(typeof FindApi === 'function'){var api = new FindApi();api.setApplicationUrl('/');api.setServiceApiBaseUrl('/find_v2/');api.processEventFromCurrentUri();api.bindWindowEvents();api.bindAClickEvent();api.sendBufferedEvents();} </script> <script src="/_Multisites/EMRA/static/common.bundle.js"></script> <script src="https://acepteamstorage.blob.core.windows.net/epi-resources/static/common/js/external/livePerson.js"></script> <script type="text/javascript"> $('a.btn.btn-curved').hover(function () { var path = $(this).find('.svg-path'); $(path[0]).attr("d", "M1,1 Q4,2 5,5 T10,10"); }, function () { var path = $(this).find('.svg-path'); $(path[0]).attr("d", "M3,3 Q1,1 5,5 T10,10"); }); </script> <!-- Go to www.addthis.com/dashboard to customize your tools --> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5a25ddc1ca08ceba" async="async"></script> <script type="text/javascript"> $('.login-link').click(function (e) { $("#login-form span:contains('LOGIN')").trigger('click'); }); </script><script id="dsq-count-scr" src="//localemra.disqus.com/count.js" async></script><script> $("#videoModal").on('hidden.bs.modal', function (e) { $("#videoModal iframe").attr("src", $("#videoModal iframe").attr("src")); }); </script><script type="text/javascript"> /*!jQuery Knob*/ /** * Downward compatible, touchable dial * * Version: 1.2.12 * Requires: jQuery v1.7+ * * Copyright (c) 2012 Anthony Terrien * Under MIT License (http://www.opensource.org/licenses/mit-license.php) * * Thanks to vor, eskimoblood, spiffistan, FabrizioC */ (function (factory) { if (typeof exports === 'object') { // CommonJS module.exports = factory(require('jquery')); } else if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module. define(['jquery'], factory); } else { // Browser globals factory(jQuery); } }(function ($) { /** * Kontrol library */ "use strict"; /** * Definition of globals and core */ var k = {}, // kontrol max = Math.max, min = Math.min; k.c = {}; k.c.d = $(document); k.c.t = function (e) { return e.originalEvent.touches.length - 1; }; /** * Kontrol Object * * Definition of an abstract UI control * * Each concrete component must call this one. * <code> * k.o.call(this); * </code> */ k.o = function () { var s = this; this.o = null; // array of options this.$ = null; // jQuery wrapped element this.i = null; // mixed HTMLInputElement or array of HTMLInputElement this.g = null; // deprecated 2D graphics context for 'pre-rendering' this.v = null; // value ; mixed array or integer this.cv = null; // change value ; not commited value this.x = 0; // canvas x position this.y = 0; // canvas y position this.w = 0; // canvas width this.h = 0; // canvas height this.$c = null; // jQuery canvas element this.c = null; // rendered canvas context this.t = 0; // touches index this.isInit = false; this.fgColor = null; // main color this.pColor = null; // previous color this.dH = null; // draw hook this.cH = null; // change hook this.eH = null; // cancel hook this.rH = null; // release hook this.scale = 1; // scale factor this.relative = false; this.relativeWidth = false; this.relativeHeight = false; this.$div = null; // component div this.run = function () { var cf = function (e, conf) { var k; for (k in conf) { s.o[k] = conf[k]; } s._carve().init(); s._configure() ._draw(); }; if (this.$.data('kontroled')) return; this.$.data('kontroled', true); this.extend(); this.o = $.extend({ // Config min: this.$.data('min') !== undefined ? this.$.data('min') : 0, max: this.$.data('max') !== undefined ? this.$.data('max') : 100, stopper: true, readOnly: this.$.data('readonly') || (this.$.attr('readonly') === 'readonly'), // UI cursor: this.$.data('cursor') === true && 30 || this.$.data('cursor') || 0, thickness: this.$.data('thickness') && Math.max(Math.min(this.$.data('thickness'), 1), 0.01) || 0.35, lineCap: this.$.data('linecap') || 'butt', width: this.$.data('width') || 200, height: this.$.data('height') || 200, displayInput: this.$.data('displayinput') == null || this.$.data('displayinput'), displayPrevious: this.$.data('displayprevious'), fgColor: this.$.data('fgcolor') || '#87CEEB', inputColor: this.$.data('inputcolor'), font: this.$.data('font') || 'Arial', fontWeight: this.$.data('font-weight') || 'bold', inline: false, step: this.$.data('step') || 1, rotation: this.$.data('rotation'), // Hooks draw: null, // function () {} change: null, // function (value) {} cancel: null, // function () {} release: null, // function (value) {} // Output formatting, allows to add unit: %, ms ... format: function(v) { return v; }, parse: function (v) { return parseFloat(v); } }, this.o ); // finalize options this.o.flip = this.o.rotation === 'anticlockwise' || this.o.rotation === 'acw'; if (!this.o.inputColor) { this.o.inputColor = this.o.fgColor; } // routing value if (this.$.is('fieldset')) { // fieldset = array of integer this.v = {}; this.i = this.$.find('input'); this.i.each(function(k) { var $this = $(this); s.i[k] = $this; s.v[k] = s.o.parse($this.val()); $this.bind( 'change blur', function () { var val = {}; val[k] = $this.val(); s.val(s._validate(val)); } ); }); this.$.find('legend').remove(); } else { // input = integer this.i = this.$; this.v = this.o.parse(this.$.val()); this.v === '' && (this.v = this.o.min); this.$.bind( 'change blur', function () { s.val(s._validate(s.o.parse(s.$.val()))); } ); } !this.o.displayInput && this.$.hide(); // adds needed DOM elements (canvas, div) this.$c = $(document.createElement('canvas')).attr({ width: this.o.width, height: this.o.height }); // wraps all elements in a div // add to DOM before Canvas init is triggered this.$div = $('<div style="' + (this.o.inline ? 'display:inline;' : '') + 'width:' + this.o.width + 'px;height:' + this.o.height + 'px;' + '"></div>'); this.$.wrap(this.$div).before(this.$c); this.$div = this.$.parent(); if (typeof G_vmlCanvasManager !== 'undefined') { G_vmlCanvasManager.initElement(this.$c[0]); } this.c = this.$c[0].getContext ? this.$c[0].getContext('2d') : null; if (!this.c) { throw { name: "CanvasNotSupportedException", message: "Canvas not supported. Please use excanvas on IE8.0.", toString: function(){return this.name + ": " + this.message} } } // hdpi support this.scale = (window.devicePixelRatio || 1) / ( this.c.webkitBackingStorePixelRatio || this.c.mozBackingStorePixelRatio || this.c.msBackingStorePixelRatio || this.c.oBackingStorePixelRatio || this.c.backingStorePixelRatio || 1 ); // detects relative width / height this.relativeWidth = this.o.width % 1 !== 0 && this.o.width.indexOf('%'); this.relativeHeight = this.o.height % 1 !== 0 && this.o.height.indexOf('%'); this.relative = this.relativeWidth || this.relativeHeight; // computes size and carves the component this._carve(); // prepares props for transaction if (this.v instanceof Object) { this.cv = {}; this.copy(this.v, this.cv); } else { this.cv = this.v; } // binds configure event this.$ .bind("configure", cf) .parent() .bind("configure", cf); // finalize init this._listen() ._configure() ._xy() .init(); this.isInit = true; this.$.val(this.o.format(this.v)); this._draw(); return this; }; this._carve = function() { if (this.relative) { var w = this.relativeWidth ? this.$div.parent().width() * parseInt(this.o.width) / 100 : this.$div.parent().width(), h = this.relativeHeight ? this.$div.parent().height() * parseInt(this.o.height) / 100 : this.$div.parent().height(); // apply relative this.w = this.h = Math.min(w, h); } else { this.w = this.o.width; this.h = this.o.height; } // finalize div this.$div.css({ 'width': this.w + 'px', 'height': this.h + 'px' }); // finalize canvas with computed width this.$c.attr({ width: this.w, height: this.h }); // scaling if (this.scale !== 1) { this.$c[0].width = this.$c[0].width * this.scale; this.$c[0].height = this.$c[0].height * this.scale; this.$c.width(this.w); this.$c.height(this.h); } return this; }; this._draw = function () { // canvas pre-rendering var d = true; s.g = s.c; s.clear(); s.dH && (d = s.dH()); d !== false && s.draw(); }; this._touch = function (e) { var touchMove = function (e) { var v = s.xy2val( e.originalEvent.touches[s.t].pageX, e.originalEvent.touches[s.t].pageY ); if (v == s.cv) return; if (s.cH && s.cH(v) === false) return; s.change(s._validate(v)); s._draw(); }; // get touches index this.t = k.c.t(e); // First touch touchMove(e); // Touch events listeners k.c.d .bind("touchmove.k", touchMove) .bind( "touchend.k", function () { k.c.d.unbind('touchmove.k touchend.k'); s.val(s.cv); } ); return this; }; this._mouse = function (e) { var mouseMove = function (e) { var v = s.xy2val(e.pageX, e.pageY); if (v == s.cv) return; if (s.cH && (s.cH(v) === false)) return; s.change(s._validate(v)); s._draw(); }; // First click mouseMove(e); // Mouse events listeners k.c.d .bind("mousemove.k", mouseMove) .bind( // Escape key cancel current change "keyup.k", function (e) { if (e.keyCode === 27) { k.c.d.unbind("mouseup.k mousemove.k keyup.k"); if (s.eH && s.eH() === false) return; s.cancel(); } } ) .bind( "mouseup.k", function (e) { k.c.d.unbind('mousemove.k mouseup.k keyup.k'); s.val(s.cv); } ); return this; }; this._xy = function () { var o = this.$c.offset(); this.x = o.left; this.y = o.top; return this; }; this._listen = function () { if (!this.o.readOnly) { this.$c .bind( "mousedown", function (e) { e.preventDefault(); s._xy()._mouse(e); } ) .bind( "touchstart", function (e) { e.preventDefault(); s._xy()._touch(e); } ); this.listen(); } else { this.$.attr('readonly', 'readonly'); } if (this.relative) { $(window).resize(function() { s._carve().init(); s._draw(); }); } return this; }; this._configure = function () { // Hooks if (this.o.draw) this.dH = this.o.draw; if (this.o.change) this.cH = this.o.change; if (this.o.cancel) this.eH = this.o.cancel; if (this.o.release) this.rH = this.o.release; if (this.o.displayPrevious) { this.pColor = this.h2rgba(this.o.fgColor, "0.4"); this.fgColor = this.h2rgba(this.o.fgColor, "0.6"); } else { this.fgColor = this.o.fgColor; } return this; }; this._clear = function () { this.$c[0].width = this.$c[0].width; }; this._validate = function (v) { var val = (~~ (((v < 0) ? -0.5 : 0.5) + (v/this.o.step))) * this.o.step; return Math.round(val * 100) / 100; }; // Abstract methods this.listen = function () {}; // on start, one time this.extend = function () {}; // each time configure triggered this.init = function () {}; // each time configure triggered this.change = function (v) {}; // on change this.val = function (v) {}; // on release this.xy2val = function (x, y) {}; // this.draw = function () {}; // on change / on release this.clear = function () { this._clear(); }; // Utils this.h2rgba = function (h, a) { var rgb; h = h.substring(1,7); rgb = [ parseInt(h.substring(0,2), 16), parseInt(h.substring(2,4), 16), parseInt(h.substring(4,6), 16) ]; return "rgba(" + rgb[0] + "," + rgb[1] + "," + rgb[2] + "," + a + ")"; }; this.copy = function (f, t) { for (var i in f) { t[i] = f[i]; } }; }; /** * k.Dial */ k.Dial = function () { k.o.call(this); this.startAngle = null; this.xy = null; this.radius = null; this.lineWidth = null; this.cursorExt = null; this.w2 = null; this.PI2 = 2*Math.PI; this.extend = function () { this.o = $.extend({ bgColor: this.$.data('bgcolor') || '#EEEEEE', angleOffset: this.$.data('angleoffset') || 0, angleArc: this.$.data('anglearc') || 360, inline: true }, this.o); }; this.val = function (v, triggerRelease) { if (null != v) { // reverse format v = this.o.parse(v); if (triggerRelease !== false && v != this.v && this.rH && this.rH(v) === false) { return; } this.cv = this.o.stopper ? max(min(v, this.o.max), this.o.min) : v; this.v = this.cv; this.$.val(this.o.format(this.v)); this._draw(); } else { return this.v; } }; this.xy2val = function (x, y) { var a, ret; a = Math.atan2( x - (this.x + this.w2), - (y - this.y - this.w2) ) - this.angleOffset; if (this.o.flip) { a = this.angleArc - a - this.PI2; } if (this.angleArc != this.PI2 && (a < 0) && (a > -0.5)) { // if isset angleArc option, set to min if .5 under min a = 0; } else if (a < 0) { a += this.PI2; } ret = (a * (this.o.max - this.o.min) / this.angleArc) + this.o.min; this.o.stopper && (ret = max(min(ret, this.o.max), this.o.min)); return ret; }; this.listen = function () { // bind MouseWheel var s = this, mwTimerStop, mwTimerRelease, mw = function (e) { e.preventDefault(); var ori = e.originalEvent, deltaX = ori.detail || ori.wheelDeltaX, deltaY = ori.detail || ori.wheelDeltaY, v = s._validate(s.o.parse(s.$.val())) + ( deltaX > 0 || deltaY > 0 ? s.o.step : deltaX < 0 || deltaY < 0 ? -s.o.step : 0 ); v = max(min(v, s.o.max), s.o.min); s.val(v, false); if (s.rH) { // Handle mousewheel stop clearTimeout(mwTimerStop); mwTimerStop = setTimeout(function () { s.rH(v); mwTimerStop = null; }, 100); // Handle mousewheel releases if (!mwTimerRelease) { mwTimerRelease = setTimeout(function () { if (mwTimerStop) s.rH(v); mwTimerRelease = null; }, 200); } } }, kval, to, m = 1, kv = { 37: -s.o.step, 38: s.o.step, 39: s.o.step, 40: -s.o.step }; this.$ .bind( "keydown", function (e) { var kc = e.keyCode; // numpad support if (kc >= 96 && kc <= 105) { kc = e.keyCode = kc - 48; } kval = parseInt(String.fromCharCode(kc)); if (isNaN(kval)) { (kc !== 13) // enter && kc !== 8 // bs && kc !== 9 // tab && kc !== 189 // - && (kc !== 190 || s.$.val().match(/\./)) // . allowed once && e.preventDefault(); // arrows if ($.inArray(kc,[37,38,39,40]) > -1) { e.preventDefault(); var v = s.o.parse(s.$.val()) + kv[kc] * m; s.o.stopper && (v = max(min(v, s.o.max), s.o.min)); s.change(s._validate(v)); s._draw(); // long time keydown speed-up to = window.setTimeout(function () { m *= 2; }, 30); } } } ) .bind( "keyup", function (e) { if (isNaN(kval)) { if (to) { window.clearTimeout(to); to = null; m = 1; s.val(s.$.val()); } } else { // kval postcond (s.$.val() > s.o.max && s.$.val(s.o.max)) || (s.$.val() < s.o.min && s.$.val(s.o.min)); } } ); this.$c.bind("mousewheel DOMMouseScroll", mw); this.$.bind("mousewheel DOMMouseScroll", mw); }; this.init = function () { if (this.v < this.o.min || this.v > this.o.max) { this.v = this.o.min; } this.$.val(this.v); this.w2 = this.w / 2; this.cursorExt = this.o.cursor / 100; this.xy = this.w2 * this.scale; this.lineWidth = this.xy * this.o.thickness; this.lineCap = this.o.lineCap; this.radius = this.xy - this.lineWidth / 2; this.o.angleOffset && (this.o.angleOffset = isNaN(this.o.angleOffset) ? 0 : this.o.angleOffset); this.o.angleArc && (this.o.angleArc = isNaN(this.o.angleArc) ? this.PI2 : this.o.angleArc); // deg to rad this.angleOffset = this.o.angleOffset * Math.PI / 180; this.angleArc = this.o.angleArc * Math.PI / 180; // compute start and end angles this.startAngle = 1.5 * Math.PI + this.angleOffset; this.endAngle = 1.5 * Math.PI + this.angleOffset + this.angleArc; var s = max( String(Math.abs(this.o.max)).length, String(Math.abs(this.o.min)).length, 2 ) + 2; this.o.displayInput && this.i.css({ 'width' : ((this.w / 2 + 4) >> 0) + 'px', 'height' : ((this.w / 3) >> 0) + 'px', 'position' : 'absolute', 'vertical-align' : 'middle', 'margin-top' : ((this.w / 3) >> 0) + 'px', 'margin-left' : '-' + ((this.w * 3 / 4 + 2) >> 0) + 'px', 'border' : 0, 'background' : 'none', 'font' : this.o.fontWeight + ' ' + ((this.w / s) >> 0) + 'px ' + this.o.font, 'text-align' : 'center', 'color' : this.o.inputColor || this.o.fgColor, 'padding' : '0px', '-webkit-appearance': 'none' }) || this.i.css({ 'width': '0px', 'visibility': 'hidden' }); }; this.change = function (v) { this.cv = v; this.$.val(this.o.format(v)); }; this.angle = function (v) { return (v - this.o.min) * this.angleArc / (this.o.max - this.o.min); }; this.arc = function (v) { var sa, ea; v = this.angle(v); if (this.o.flip) { sa = this.endAngle + 0.00001; ea = sa - v - 0.00001; } else { sa = this.startAngle - 0.00001; ea = sa + v + 0.00001; } this.o.cursor && (sa = ea - this.cursorExt) && (ea = ea + this.cursorExt); return { s: sa, e: ea, d: this.o.flip && !this.o.cursor }; }; this.draw = function () { var c = this.g, // context a = this.arc(this.cv), // Arc pa, // Previous arc r = 1; c.lineWidth = this.lineWidth; c.lineCap = this.lineCap; if (this.o.bgColor !== "none") { c.beginPath(); c.strokeStyle = this.o.bgColor; c.arc(this.xy, this.xy, this.radius, this.endAngle - 0.00001, this.startAngle + 0.00001, true); c.stroke(); } if (this.o.displayPrevious) { pa = this.arc(this.v); c.beginPath(); c.strokeStyle = this.pColor; c.arc(this.xy, this.xy, this.radius, pa.s, pa.e, pa.d); c.stroke(); r = this.cv == this.v; } c.beginPath(); c.strokeStyle = r ? this.o.fgColor : this.fgColor ; c.arc(this.xy, this.xy, this.radius, a.s, a.e, a.d); c.stroke(); }; this.cancel = function () { this.val(this.v); }; }; $.fn.dial = $.fn.knob = function (o) { return this.each( function () { var d = new k.Dial(); d.o = o; d.$ = $(this); d.run(); } ).parent(); }; })); ;(function( $, $w, $d ) { var $ks = $('.knob-scroll input'), h = function( e ) { return e.height() }; $w.on('load scroll', function(){ var d = h( $d ), w = h( $w ), s = Math.round( $w.scrollTop() / ( d - w ) * 100 ); $ks.val( s ).trigger('change'); }); function knobToScroll( val ) { var d = h( $d ), w = h( $w ); $w.scrollTop( val * ( d - w ) / 100 ); } $ks.knob({ 'thickness' : '.3', 'fgColor' : 'rgb(135, 226, 235)', 'bgColor' : 'rgb(240, 240, 240)', 'width' : '50', 'height' :'50', release : function ( val ) { knobToScroll( val ); }// Show input: }).find('input').show(); })( jQuery, jQuery( window ), jQuery( document ) ); </script><script type="text/javascript"> $('.login-link').click(function (e) { $("#login-form span:contains('LOGIN')").trigger('click'); }); </script> <script type="text/javascript" src="https://dl.episerver.net/13.5.10/epi-util/find.js"></script> <script type="text/javascript"> if(typeof FindApi === 'function'){var api = new FindApi();api.setApplicationUrl('/');api.setServiceApiBaseUrl('/find_v2/');api.processEventFromCurrentUri();api.bindWindowEvents();api.bindAClickEvent();api.sendBufferedEvents();} </script> </body> </html>