CINXE.COM
Your Home EMRA
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=11" /> <link rel="canonical" href="https://www.emra.org/" /> <link rel="stylesheet" href="/_Multisites/EMRA/Static/Common/libs/font-awesome/css/font-awesome.min.css"> <meta name="description" content="The Emergency Medicine Residents' Association EMRA is the voice of emergency medicine physicians-in-training and the future of our specialty and the largest and oldest independent resident organization in the world. EMRA was founded in 1974 and today has a membership over 18,000 residents, medical students, and alumni. " /> <meta name="keywords" content="emergency medicine, medicine, ED, residents, students, medical students, fellows, fellowships, clerkships, resources, organization, support, scholarships, CORD, ACEP, academic assembly, scientific assembly, emresident" /> <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" /> <meta name="twitter:title" content="EMRA" /> <meta property="og:type" content="article" /> <meta property="og:image" content="https://www.emra.org/siteassets/global/images/logos/emra/emra_basic_card.jpg" /> <meta property="og:image:url" content="https://www.emra.org/siteassets/global/images/logos/emra/emra_basic_card.jpg" /> <meta property="og:image:secure_url" content="https://www.emra.org/siteassets/global/images/logos/emra/emra_basic_card.jpg" /> <meta name="twitter:image" content="https://www.emra.org/siteassets/global/images/logos/emra/emra_basic_card.jpg" /> <meta property="og:description" content="The Emergency Medicine Residents' Association" /> <meta name="twitter:description" content="The Emergency Medicine Residents' Association" /> <meta property="og:url" content="https://www.emra.org/" /> <meta name="siteName" content="EMRA" /> <title>Your Home EMRA</title> <script type="text/javascript"> var addthis_share = { url: "https://www.emra.org/", title: "Your Home", description: "The Emergency Medicine Residents' Association", media: "https://www.emra.org/siteassets/global/images/logos/emra/emra_basic_card.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"> <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="/" 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="header-curve" hero-Gradient navigation-Takeover search-Pop> <div class="col-md-12 navigation-secondary"> <div class="icon-logo hide-desktop"> <a href="/"><img src="/siteassets/emra/pages/emra_bug_hires_rgb.jpg" 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="/" 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/pages/emra_bug_hires_rgb.jpg" 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> </div> <div class="body-wrapper clear"> <div class="block emrcontainerblock col-lg-12 col-md-12 col-sm-12 col-xs-12 HomePage"><div class="container"><div class="block emrherosliderblock col-lg-8 col-md-6 col-sm-12 col-xs-12 displaymode-two-thirds"> <div class="displayWrap" id="mainDisplay" aria-label="Home Page Display" role="maindisplay"> <ul id="homeSlider"> <li class="hero1-slide"> <div class="slider-content"> <h3> <p>Read Full Statement</p> </h3> <p> </p> <a class="btn btn-ol" href="/be-involved/be-an-advocate/working-for-you" aria-label="Submit comments by May 1">Submit comments by May 1</a> </div> <span class="blend"><!-- blend here --></span> <span class="img-dt" style="background-image: url(/contentassets/f5bcbd78812140a1aa434529bd4deb3c/emra-response-to-proposed-acgme-prog-reqs.png)"></span> <span class="img-mb" style="background-image: url(/contentassets/f5bcbd78812140a1aa434529bd4deb3c/emra-response-to-acgme-prog-reqs-square.png)"></span> </li> <li class="hero2-slide"> <div class="slider-content"> <h3> <p>EM Resident</p> </h3> <p> </p> <a class="btn btn-ol" href="/siteassets/emresident/archives/2024/emres_24octnovdec_online.pdf" aria-label="Latest Edition">Latest Edition</a> </div> <span class="blend"><!-- blend here --></span> <span class="img-dt" style="background-image: url(/contentassets/466727b2d49846119e519b8d97423297/em-resident-oct-dec-24-red.png)"></span> <span class="img-mb" style="background-image: url(/contentassets/466727b2d49846119e519b8d97423297/em-resident-oct-dec-24-square-red.png)"></span> </li> </ul> </div> <script src="/static/globalassets/resources/js/lightslider.js"></script> <script> $(document).ready(function () { // SLIDER FUNCTION $("#homeSlider").lightSlider({ item: 1, //autoWidth: false, slideMove: 1, // slidemove will be 1 if loop is true slideMargin: 0, //mode: "slide", mode: "fade", useCSS: false, //cssEasing: 'ease', //'cubic-bezier(0.25, 0, 0.25, 1)',// speed: 800, //ms' //auto: true, auto: true, loop: true, slideEndAnimation: true, pause: 7000, pauseOnHover: false, keyPress: true, controls: true, adaptiveHeight: false, enableTouch: true, enableDrag: true, //freeMove: true, swipeThreshold: 40 }); }); </script> </div><div class="block emrupcomingeventsblock col-lg-4 col-md-6 col-sm-12 col-xs-12 displaymode-one-third"><div class="events-section"> <div class="upcoming-events"> <div class="gradient-btn btn-upcoming-events"> <div class="grad-btn-text"> View All Events <a href="/events?types=events"><!-- link for button here --></a> </div> </div> </div> </div> </div><div class="block emrcalloutwithadblock col-lg-12 col-md-12 col-sm-12 col-xs-12 HomePage"> <div class="col-md-12 text-ad-block"> <div class="col-md-9 block"> <div class="gradient-bl--green-yelow gradient-border"> <div class="text-box "> <div class="section col-md-10"> <h2> </h2> <span> <div class="" data-block="true" data-editor="27k8c" data-offset-key="9u95u-0-0"> <div class="public-DraftStyleDefault-block public-DraftStyleDefault-ltr" data-offset-key="9u95u-0-0"> <h1 class="one-col-page-title">Take a look at what we did in Las Vegas at ACEP24!</h1> </div> </div> </span> </div> <div class="btn-col col-md-2"> <span class="circle-btn"> <a href="https://emra.smugmug.com/EMRA-at-ACEP24">View Photos</a> </span> </div> </div> </div> </div> <div class="col-md-3 block"> <div class="gradient-bl--green-yelow gradient-border inline"> <div class="ad-box"> <!-- Aqua Platform Ad Management Asynchronous JS Tag - Generated with Revive Adserver v4.1.1 --> <ins data-revive-zoneid="2234" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins> <script async="" src="//flow.aquaplatform.com/asyncjs.php"></script> </div> </div> </div> </div> </div><div class="block emrrichtextblock col-lg-12 col-md-12 col-sm-12 col-xs-12 HomePage"> <p> </p> </div><div class="block emrbubblecalloutcontainerblock col-lg-12 col-md-12 col-sm-12 col-xs-12 HomePage"> <div class="col-md-12 bubble-wrap home-bubbles container-custom"> <div class="col-md-4 bubble circle-1 wow slideInUp"> <article class="col"> <div class="spacer"></div> <div class="circle"> <div class="wrapcontent" data-wow-delay="0.5s"> <span class="subtitle"> Discount </span> <h1>Hippo EM Board Review</h1> <p><p>Strengthen your practice and boost your confidence for your In-training, boards, core content and beyond with Hippo Education’s suite of products at special prices just for EMRA members!</p> <span class="icon-arrow-circle"> <a href="/about-emra/benefits/hippo-em" target=""> <img src="/_Multisites/EMRA/Static/Common/images/group-13@3x.png"> </a> </span> </div> </div> </article> </div> <a id="emracast"></a> <div class="col-md-4 bubble circle-2 wow slideInUp"> <article class="col"> <div class="spacer"></div> <div class="circle"> <div class="wrapcontent" data-wow-delay="0.5s"> <span class="subtitle"> Education </span> <h1>NEW EMRA Cast Podcasts</h1> <p><p>Tune in to EMRA*Cast <br>for DGlaucomflecken wisdom,<br>oral board exam prep,<br>parenting tips, and more.</p> <span class="icon-arrow-circle"> <a href="/about-emra/publications/emra-cast" target=""> <img src="/_Multisites/EMRA/Static/Common/images/group-13@3x.png"> </a> </span> </div> </div> </article> </div> <div class="col-md-4 bubble circle-3 wow slideInUp"> <article class="col"> <div class="spacer"></div> <div class="circle"> <div class="wrapcontent" data-wow-delay="0.5s"> <span class="subtitle"> EMResident </span> <h1>Get Published!</h1> <p><p>Contribute to the FOAMed community by being an <em>EM Resident </em>author! Use our online submission form. </p> <span class="icon-arrow-circle"> <a href="/emresident/submit" target=""> <img src="/_Multisites/EMRA/Static/Common/images/group-13@3x.png"> </a> </span> </div> </div> </article> </div> </div> </div><div class="block emradblock col-lg-12 col-md-12 col-sm-12 col-xs-12 HomePage"><div class="leaderboard-ad container-fluid only-desktop"> <div class="centered-block"> <div class="gradient-border inline"> <div class="ad-box"> <!-- Aqua Platform Ad Management Asynchronous JS Tag - Generated with Revive Adserver v4.1.4 --> <ins data-revive-zoneid="2266" data-revive-block="1" data-revive-blockcampaign="1" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins> <script async="" src="//flow.aquaplatform.com/asyncjs.php"></script> </div> </div> </div> </div> <div class="leaderboard-ad container-fluid only-mobile"> <div class="centered-block center-v"> <div class="gradient-border inline"> <div class="ad-box"> <!-- Aqua Platform Ad Management Asynchronous JS Tag - Generated with Revive Adserver v4.1.3 --> <ins data-revive-zoneid="2312" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins> <script async="" src="//flow.aquaplatform.com/asyncjs.php"></script> </div> </div> </div> </div> </div><div class="block emrseparatorblock col-lg-12 col-md-12 col-sm-12 col-xs-12 HomePage"> <div class="gradient-line-green"></div> </div></div> </div><div class="block emrnewsandarticlesblock col-lg-12 col-md-12 col-sm-12 col-xs-12 HomePage"><div class="secondary-curve"> <div class="ocean"> <div class="container"> <div class="col-md-12 text-block"> <div class="ocean-mask"></div> <div class="col-md-6 article-block"> <span class="subtitle">Article</span> <h1> <a href="/emresident/article/business-curriculum-study" target="">Business and Administrative Curriculum for Emergency Medicine Residents: A National Needs Assessment </a> </h1> <span class="icon-curve"><img src="/_Multisites/EMRA/static/Common/images/path-4@3x.png"></span> </div> <div class="col-md-6 article-block"> <span class="subtitle">Article</span> <h1> <a href="/emresident/article/telehealth-panel" target="">The Future of Telehealth: Panel Reflection</a> </h1> <span class="icon-curve"><img src="/_Multisites/EMRA/static/Common/images/path-4@3x.png"></span> </div> <div class="col-md-6 article-block"> <span class="subtitle">Article</span> <h1> <a href="/emresident/article/pem-fellowship-interviews-in-covid" target="">The Road to PEM Fellowship During a Pandemic: A Conversation about Applying Virtually</a> </h1> <span class="icon-curve"><img src="/_Multisites/EMRA/static/Common/images/path-4@3x.png"></span> </div> <div class="col-md-6 article-block"> <span class="subtitle">Article</span> <h1> <a href="/emresident/article/ecg-challenge-aug-sept-2021" target="">ECG Challenge: August-September 2021</a> </h1> <span class="icon-curve"><img src="/_Multisites/EMRA/static/Common/images/path-4@3x.png"></span> </div> <div class="col-md-6 article-block"> <span class="subtitle">Article</span> <h1> <a href="/emresident/article/hpjc-opioids-age" target="">Health Policy Journal Club: Age Ain't Nothin' But a Number</a> </h1> <span class="icon-curve"><img src="/_Multisites/EMRA/static/Common/images/path-4@3x.png"></span> </div> <div class="col-md-6 article-block"> <span class="subtitle">Article</span> <h1> <a href="/emresident/article/editor-forum-are-you-ok" target="">Are You OK?</a> </h1> <span class="icon-curve"><img src="/_Multisites/EMRA/static/Common/images/path-4@3x.png"></span> </div> <div class="col-md-6 article-block"> <span class="subtitle">Article</span> <h1> <a href="/emresident/article/heart-of-em-competing-against-yourself" target="">Heart of EM: Who Are You Competing Against?</a> </h1> <span class="icon-curve"><img src="/_Multisites/EMRA/static/Common/images/path-4@3x.png"></span> </div> <div class="col-md-6 article-block"> <span class="subtitle">Article</span> <h1> <a href="/emresident/article/kawasaki-v-mis-c" target="">Kawasaki Disease vs. Multisystem Inflammatory Syndrome in Children (MIS-C)</a> </h1> <span class="icon-curve"><img src="/_Multisites/EMRA/static/Common/images/path-4@3x.png"></span> </div> <div class="col-md-6 article-block"> <span class="subtitle">Article</span> <h1> <a href="/emresident/article/pediatric-acute-abdomen" target="">Acute Abdominal Pain in a Child</a> </h1> <span class="icon-curve"><img src="/_Multisites/EMRA/static/Common/images/path-4@3x.png"></span> </div> <div class="col-md-6 article-block"> <span class="subtitle">Article</span> <h1> <a href="/emresident/article/stellate-ganglion-block-for-v-fib" target="">Ultrasound-Guided Stellate Ganglion Block in Pulseless Refractory Ventricular Fibrillation</a> </h1> <span class="icon-curve"><img src="/_Multisites/EMRA/static/Common/images/path-4@3x.png"></span> </div> <div class="col-md-6 article-block"> <span class="subtitle">Article</span> <h1> <a href="/emresident/article/bilateral-adrenal-hemorrhage" target="">Bilateral Adrenal Hemorrhages Due to Pheochromocytomas and MEN2A Syndrome</a> </h1> <span class="icon-curve"><img src="/_Multisites/EMRA/static/Common/images/path-4@3x.png"></span> </div> <div class="col-md-6 article-block"> <span class="subtitle">Article</span> <h1> <a href="/emresident/article/hfa-injuries" target="">Hydrofluoric Acid Related Injuries and Illness for First Responders</a> </h1> <span class="icon-curve"><img src="/_Multisites/EMRA/static/Common/images/path-4@3x.png"></span> </div> <div class="col-md-6 article-block"> <span class="subtitle">Article</span> <h1> <a href="/emresident/article/euglycemic-dka-and-hyponatremia" target="">Euglycemic DKA and Hyponatremia Caused by a Commonly Prescribed Diabetic Medication </a> </h1> <span class="icon-curve"><img src="/_Multisites/EMRA/static/Common/images/path-4@3x.png"></span> </div> <div class="col-md-6 article-block"> <span class="subtitle">Article</span> <h1> <a href="/emresident/article/unusual-tachycardia" target="">An Unusual Cause of Tachycardia: Focal Nonconvulsive Status Epilepticus Following Acute Head Trauma</a> </h1> <span class="icon-curve"><img src="/_Multisites/EMRA/static/Common/images/path-4@3x.png"></span> </div> </div> </div> <div class="wave"></div> </div> </div> </div><div class="block emrcontainerblock col-lg-12 col-md-12 col-sm-12 col-xs-12 HomePage"><div class="container"><div class="block emrfeaturedbookblock col-lg-12 col-md-12 col-sm-12 col-xs-12 HomePage"> <a id="mobilemapp"></a> <div class="article-section featured-book col-md-12"> <div class="article-single"> <div class="col-lg-2 col-md-3 col-sm-4 col-sm-12"> <a href="https://apps.apple.com/us/app/mobilem/id1474834329?ls=1" target="_blank"> <img alt="MobilEM_400px.jpg" src="/siteassets/emra/publications/mobile-apps/mobilem_400px.jpg" srcset=" /siteassets/emra/publications/mobile-apps/mobilem_400px.jpg?w=300 300w, /siteassets/emra/publications/mobile-apps/mobilem_400px.jpg?w=450 450w, /siteassets/emra/publications/mobile-apps/mobilem_400px.jpg?w=768 768w, /siteassets/emra/publications/mobile-apps/mobilem_400px.jpg?w=1024 1024w, /siteassets/emra/publications/mobile-apps/mobilem_400px.jpg 1170w" title="MobilEM_400px.jpg"> </a> </div> <div class="col-lg-10 col-md-9 col-sm-8 col-sm-12 centered-section"> <h2> <a href="https://apps.apple.com/us/app/mobilem/id1474834329?ls=1" target="_blank">MobilEM</a> </h2> <div class="book-desc"> <p><em><strong>Free download</strong> + in-app purchases, available for <a href="https://apps.apple.com/us/app/mobilem/id1474834329?ls=1">Apple</a> and <a href="https://play.google.com/store/apps/details?id=com.emra.mobilem">Android</a></em></p> <p>EMRA's goal is to be there for you on every shift, and we're making it even easier with <strong>MobilEM</strong>. This powerful app features all of our most high-yield on-shift guidance, including the vaunted <strong>EMRA Antibiotic Guide</strong>.</p> <p style="font-weight: 400;">Get free content, subscribe a la carte, or take advantage of the<strong> All-Access Pass</strong>, which unlocks <em>all current and future</em> content.</p> <p style="font-weight: 400;">A couple of key points about MobilEM:</p> <ul style="font-weight: 400;"> <li>The search is universal, to see guidance from all our various resources.</li> <li>Double-tapping a page creates a bookmark on that page, for faster access.</li> <li>Double-tapping the yellow "notes" section on a bookmark allows you to embed your own notes (eg, local antibiogram info or hospital-specific protocols). </li> <li>It updates continually without asking you to download a new version from the app store. </li> <li>It does not require Internet connection at all times. It caches the latest version, and when you're connected to the internet and open it, then it simply swaps out new content without you needing to take any action.</li> </ul> <p><strong><a href="https://apps.apple.com/us/app/mobilem/id1474834329?ls=1">Download in the App Store</a></strong><br><a href="https://play.google.com/store/apps/details?id=com.emra.mobilem"><strong>Download in Google Play</strong></a></p> </div> </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>