CINXE.COM

Digital Accessibility

<!doctype html> <html lang="en" class="default"> <head> <!-- Google Tag Manager --> <!-- End Google Tag Manager --> <!-- Google Tag --> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-'); </script> <!-- End Google Tag --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Digital Accessibility</title> <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/> <link rel="shortcut icon" href="https://accessibility.jhu.edu/wp-content/themes/Johns-Hopkins-University/favicon.ico" /> <style type="text/css"> /* ============ desktop view ============ */ @media all and (min-width: 992px) { .sub-menu li{ position: relative; } .sub-menu .submenu{ display: none; position: absolute; left:100%; top:-7px; } .sub-menu .submenu-left{ right:100%; left:auto; } .sub-menu > li:hover{ background-color: #f1f1f1 } .sub-menu > li:hover > .submenu{ display: block; } #wpadminbar{ top: -32px !important; } .navbar-nav { } } /* ============ desktop view .end// ============ */ /* ============ small devices ============ */ @media (max-width: 991px) { .sub-menu .sub-menu{ margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem; } } /* ============ small devices .end// ============ */ </style> <script type="text/javascript"> window.onload = function (){ setTimeout(function () { var tabindex = 0; var nextTabIndex = $(this).prev().tabIndex; $('a.skip-link').attr('tabindex', 0); $('ul.navbar-nav li').attr('tabindex', -1); $('a[href=""]').remove(); $('li.post-tile-menu-item, li.menu-item, li.menu-item button, li.menu-item li.menu-item').each(function() { var currentTabIndex = $(this).find('a').attr('tabindex'); $(this).css('order', currentTabIndex); $('li.menu-item button').attr('tabindex', $(this).prev('a').attr('tabindex')) }); let firstTabbedKey = 'false'; let tabbedKey = 'false'; let skippedKey = 'false'; let { nextElementSibling } = this; while (nextElementSibling && nextElementSibling.tagName !== 'li a') { nextElementSibling = nextElementSibling.nextElementSibling; } document.onkeydown = function(evt) { evt = evt || window.event; const elem = document.querySelector('.skip-link'); if (evt.keyCode == 27) {//27 is the code for escape var subMenuToggle = document.activeElement.parentNode.parentNode.parentNode; $('.sub-menu').removeClass('show'); $(subMenuToggle).find('.sub-menu-toggle').focus(); } if (evt.keyCode == 9 && firstTabbedKey == 'false'){ var skipTab = $('.skip-link'); skipTab.focus(); firstTabbedKey = 'true'; evt.preventDefault(); return false; } if (evt.keyCode == 13 && firstTabbedKey == 'true' && skippedKey == 'false' && tabbedKey == 'false') { var skipToContent = $('#main h2:first, #main li:first, #main a:first'); // var skipToContent = document.getElementsByTagName("a")[0]; skipToContent.focus(); skippedKey = 'true'; evt.preventDefault(); return false; } if (evt.keyCode == 13 && firstTabbedKey == 'true' && skippedKey == 'false' && tabbedKey == 'true' && elem === document.activeElement) { var skipToContent = $('#main h2:first, #main li:first, #main a:first'); // var skipToContent = document.getElementsByTagName("a")[0]; skipToContent.focus(); evt.preventDefault(); return false; } if (evt.keyCode == 9 && firstTabbedKey == 'true' && skippedKey == 'false' && tabbedKey == 'false'){ // let order = document.getElementsByTagName("li")[0].tabIndex; // var menuTab = $('#menu-main-nav li[tabindex="' + order + '"]'); var menuTab = $('.logo-wrap'); menuTab.focus(); tabbedKey = 'true'; evt.preventDefault(); return false; } if(evt.keyCode == 13 && firstTabbedKey == 'true' && skippedKey == 'true' && tabbedKey == 'true'){ var skipToContent = $('#main h2:first, #main li:first, #main a:first'); skipToContent.focus(); } } document.onkeyup = function(evt) { if (evt.keyCode == 27) { $(this).closest('.menu-item-has-children').find('.sub-menu-toggle').focus(); } } }, 10); }; document.addEventListener("DOMContentLoaded", function(){ /////// Prevent closing from click inside dropdown document.querySelectorAll('.sub-menu').forEach(function(element){ element.addEventListener('click', function (e) { e.stopPropagation(); }); }) // make it as accordion for smaller screens if (window.innerWidth < 992) { // close all inner dropdowns when parent is closed document.querySelectorAll('.navbar .menu-item-has-children').forEach(function(everydropdown){ everydropdown.addEventListener('hidden.bs.dropdown', function () { // after dropdown is hidden, then find all submenus this.querySelectorAll('.sub-menu').forEach(function(everysubmenu){ // hide every submenu as well everysubmenu.style.display = 'none'; }); }) }); document.querySelectorAll('.sub-menu a').forEach(function(element){ element.addEventListener('hover', function (e) { let nextEl = this.nextElementSibling; if(nextEl && nextEl.classList.contains('sub-menu')) { // prevent opening link if link needs to open dropdown e.preventDefault(); console.log(nextEl); if(nextEl.style.display == 'block'){ nextEl.style.display = 'none'; } else { nextEl.style.display = 'block'; } } }); }); } }); </script> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//accessibility.jhu.edu' /> <link rel='dns-prefetch' href='//cdn.jsdelivr.net' /> <link rel='dns-prefetch' href='//code.jquery.com' /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/accessibility.jhu.edu\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.6.2"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://accessibility.jhu.edu/wp-includes/css/dist/block-library/style.min.css?ver=6.6.2' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='pb-accordion-blocks-style-css' href='https://accessibility.jhu.edu/wp-content/plugins/accordion-blocks/build/index.css?ver=1.5.0' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrap-css' href='https://accessibility.jhu.edu/wp-content/themes/Johns-Hopkins-University/vendors/bootstrap/css/bootstrap.min.css?ver=6.6.2' type='text/css' media='all' /> <link rel='stylesheet' id='style-css' href='https://accessibility.jhu.edu/wp-content/themes/Johns-Hopkins-University/style.css?ver=6.6.2' type='text/css' media='all' /> <link rel='stylesheet' id='tablepress-default-css' href='https://accessibility.jhu.edu/wp-content/plugins/tablepress/css/build/default.css?ver=2.1.8' type='text/css' media='all' /> <link rel="https://api.w.org/" href="https://accessibility.jhu.edu/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://accessibility.jhu.edu/wp-json/wp/v2/pages/488" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://accessibility.jhu.edu/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.6.2" /> <link rel="canonical" href="https://accessibility.jhu.edu/rights-and-responsibilities/" /> <link rel='shortlink' href='https://accessibility.jhu.edu/?p=488' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://accessibility.jhu.edu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faccessibility.jhu.edu%2Frights-and-responsibilities%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://accessibility.jhu.edu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faccessibility.jhu.edu%2Frights-and-responsibilities%2F&#038;format=xml" /> </head> <a class="skip-link screen-reader-text" href="#main" aria-label="Skip To Content" role="navigation" tabindex="0">Skip to content</a> <body class="page-template-default page page-id-488"> <!-- Additionally, paste this code immediately after the opening <body> tag --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5K9DL47" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-34493483-1"></script> <div class="sticky-header"> <header> <div class="container"> <div class="navbar nav-head"> <div class="navbar-brand d-flex"> <a class="logo-wrap" href="/"> <span class="logo"> <img alt="Johns Hopkins University Logo" src="https://accessibility.jhu.edu/wp-content/themes/Johns-Hopkins-University/assets/img/JHU_logo_blue.svg" /> </span> <span class="title">Digital Accessibility</span> </a> </div> <div class="utility-menu"> <a class="nav-search" href="javascript:openSearch()">Search</a> <a class="btn btn-primary-outline nav-contact" href="/contact">Contact</a> </div> </div> </div> </header> <nav class="navbar navbar-expand-lg main-navigation" role="navigation"> <div class="container"> <button class="navbar-toggler ml-auto" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <i class="fa fa-bars" aria-hidden="true"></i> Menu </button> <div class="collapse navbar-collapse menu-main-nav-container" role="navigation" id="navbarSupportedContent"> <!--div class="menu-container container"--> <!--?php get_template_part( 'template-parts/header/site-header/button-menu-close' ); ?--> <!--div class="row" --> <ul id="menu-main-nav" class="navbar-nav "><li id="menu-item-44" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44"><a href="https://accessibility.jhu.edu/guidelines-and-responsibilities/">Getting Started</a></li> <li id="menu-item-46" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-46"><a href="https://accessibility.jhu.edu/techniques/">Techniques</a></li> <li id="menu-item-48" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-48"><a href="https://accessibility.jhu.edu/training-and-resources/">Training</a></li> <li id="menu-item-40" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-40"><a href="https://accessibility.jhu.edu/events/">Events</a></li> <li id="menu-item-42" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42"><a href="https://accessibility.jhu.edu/frequently-asked-questions-faqs/">FAQ</a></li> <li id="menu-item-151" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-151"><a href="https://accessibility.jhu.edu/procurement/">Procurement<span class="screen-reader-text">. Sub menu is available. Go to the button next to this link to open sub menu.</span></a><button class="sub-menu-toggle dropdown-arrow" aria-expanded="false"><i aria-hidden="false" class="fa fa-chevron-down"></i><span class="sub-menu-toggle-text-open screen-reader-text" aria-hidden="false">Open menu</span><span class="sub-menu-toggle-text-close screen-reader-text" aria-hidden="true">Close menu</span></button> <ul class="sub-menu"> <li id="menu-item-314" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-314"><a href="https://accessibility.jhu.edu/accessibility-services-vendors/">Vendors of Accessibility Services</a></li> </ul> </li> <li id="menu-item-38" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38"><a href="https://accessibility.jhu.edu/accessibility-and-accommodation/">Accommodations</a></li> <li id="menu-item-577" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-577"><a href="https://accessibility.jhu.edu/digital-accessibility-initiatives-at-jhu/">Initiatives</a></li> <li id="menu-item-585" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-585"><a href="https://accessibility.jhu.edu/tools/">Tools</a></li> </ul> <!--/div--><!-- .row --> <!--/div--><!-- .menu-container --> <ul class="archives-menu navbar-nav ml-auto"> </ul> <ul class="mobile-navbar-nav"> <li class="menu-item utility-item"> <li class="menu-item utility-item"> <a href="/?s=">Search</a> </li> <li class="menu-item utility-item"> <a href="/contact">Contact</a> </li> </ul> <!--div class="more"> <a href="javascript:toggleOverflow()"><i class="fa fa-ellipsis-v" aria-hidden="true"></i> More</a> </div--> </div> </div> </div> </nav> </div> <div class="secondary-jumbotron" role="banner" aria-label="Page Banner"> <div class="container-fluid"> <img src="https://accessibility.jhu.edu/wp-content/themes/Johns-Hopkins-University/assets/img/small_banner@2x.png" alt="Rights and Responsibilities Site Banner" /> <div class="jumbotron-overlay"> <div class="inner-wrap"> <h1 role="heading" aria-label="Page Heading"> Rights and Responsibilities </h1> </div> </div> </div> </div> <div class="container"> <div class="breadcrumb"> <div id="crumbs" role="navigation" aria-label="breadcrumb"><a href="https://accessibility.jhu.edu">Home</a> <span class="bread-sep">/</span> <span class="current">Rights and Responsibilities</span></div> </div> </div> <main role="main" id="main" tabindex="-1"> <section id="mainContent" class="container pt-2"> <div class="narrow-width"> <p></p> <div class="wp-block-customblock-custom-full-separator" class="wp-block-customblock-custom-full-separator"><div class="row"><div class="hr">Full Separator</div></div></div> <h4 class="wp-block-customblock-custom-headline-title">Student Disability Services</h4> <h4 class="wp-block-customblock-custom-headline-title">Rights and Responsibilities of Students, Faculty and SDS</h4> <p>Johns Hopkins University is committed to providing students with disabilities equitable and inclusive experiences in courses, programs and activities. <strong>Student Disability Services (SDS) is the designated office that approves and coordinates accommodations, working in conjunction with the students, faculty and staff to provide access in a given course.</strong></p> <p><strong>Students with disabilities have the responsibility to:</strong></p> <ul class="wp-block-list"> <li>Meet the school and university鈥檚 technical, academic, and institutional standards.</li> <li>Self-identify and follow Student Disability Services processes for requesting and using accommodations.</li> <li>Request accommodations and self-advocate in a timely way.</li> <li>Communicate effectively around the use of accommodations, including notifying faculty in a timely way.</li> <li>Engage in an interactive process with SDS and their faculty as needed.</li> <li>Report concerns or issues with accommodation, ask questions, and request assistance in a timely manner.</li> <li>Provide SDS with information needed to coordinate accommodations (ex. course registration information, dates classes are not meeting, information about materials needed in alternate format, etc.).</li> <li>Read and respond to all correspondence from Student Disability Services and faculty in a timely manner.</li> <li>Abide by the university and school鈥檚 Honor Code and Code of Conduct.</li> <li>Notify Student Disability Services if the approved accommodations require adjustments or are no longer needed.</li> </ul> <p><strong>Students with disabilities have the right to:</strong></p> <ul class="wp-block-list"> <li>Review and respond to requests for accommodation in a timely manner.</li> <li>Provide information about policies and procedures as well as guide the interactive process to support accommodation delivery.</li> <li>Coordinate academic adjustments, auxiliary aids, and other reasonable accommodations for students with disabilities approved for accommodations in university sponsored courses, programs and activities.</li> <li>Maintain confidentiality of student documentation and disability specific information.</li> <li>Act in accordance with federal and state laws that prohibit discrimination on the basis of disability.</li> <li>Respond to questions from faculty and students with regard to specific accommodations and how they can be implemented effectively.</li> <li>Assist faculty and students with resolution of disability or accommodation-related concerns.</li> <li>Support and guide the interactive process, including resolving concerns in a timely way.</li> </ul> <p><strong>Student Disability Services (SDS) has the right to:</strong></p> <ul class="wp-block-list"> <li>Request current, appropriate, and comprehensive documentation, completed by a qualified professional, to support a request for academic adjustments or other reasonable accommodations.</li> <li>Determine what is reasonable and appropriate based on the documentation submitted, the interactive conversation, and the academic program requirements.</li> <li>Discuss accommodations with faculty or staff on a need-to-know basis in order to provide effective services.</li> <li>Release disability information to a third party only with the signed consent of the student.</li> <li>Respect and courtesy.</li> </ul> <p><strong>Faculty have the responsibility to:</strong></p> <ul class="wp-block-list"> <li>Ensure that their courses are accessible and appropriate accommodations are provided as requested.</li> <li>Provide accommodations when presented with an accommodation letter from Student Disability Services.</li> <li>Connect at the student鈥檚 request to discuss how accommodations will work in their course.</li> <li>Consult with SDS before approving any changes or additional accommodations that would not be provided to all students.</li> <li>Direct all questions/concerns regarding accommodations for students with disabilities to Student Disability Services.</li> <li>Maintain confidentiality around the use of accommodations to the greatest degree possible.</li> <li>Act in accordance with federal and state laws that prohibit discrimination on the basis of disability.</li> </ul> <p><strong>Faculty have the right to: </strong></p> <ul class="wp-block-list"> <li>Establish academic and technical standards for their course (in conjunction with their department/school).</li> <li>Request that students utilize the designated Student Disability Services process for requesting and using accommodations.</li> <li>Consult with SDS to determine what accommodations are reasonable for a given course.</li> <li>Consult with SDS and/or the student if concerns arise with the accommodation process.</li> <li>Evaluate the academic work of students with disabilities according to the same criteria of evaluation utilized for all other students in the class.</li> <li>Respect and courtesy.</li> </ul> <p>If you have questions or concerns, please contact Student Disability Services at your school.</p> </div> </section> </main> <footer> <div class="container py-5"> <div class="row"> <div class="col-lg-3"><a class="footer-logo" href="/"><img src="https://accessibility.jhu.edu/wp-content/themes/Johns-Hopkins-University/assets/img/JHU_logo_white.svg" width="227px" height="43px" alt="Johns Hopkins University Logo" /></a></div> <div id="footerLocation" class="col-lg"> <p id="locationInfo">IT@ Johns Hopkins<br /> 5801 Smith Avenue<br /> Davis Building, Suite 110A<br /> Baltimore MD 21209 </p> </div> <div id="footerContact" class="footer-contact col-lg"> <p> </p> <p><a href="/cdn-cgi/l/email-protection#186f7d7a797b7b7d6b6b717a7174716c615872706d367d7c6d"><span class="__cf_email__" data-cfemail="2e594b4c4f4d4d4b5d5d474c4742475a576e44465b004b4a5b">[email&#160;protected]</span></a></p> </div> </div> <hr /> <div class="copyright">Copyright @ 2024 The Johns Hopkins University. All rights reserved.</div> </div> </footer> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript" src="https://code.jquery.com/jquery-3.7.1.min.js?ver=1" id="jquery-js"></script> <script type="text/javascript" src="https://accessibility.jhu.edu/wp-content/plugins/accordion-blocks/js/accordion-blocks.min.js?ver=1.5.0" id="pb-accordion-blocks-frontend-script-js"></script> <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js?ver=1" id="bootstrapjs-js"></script> <script type="text/javascript" src="https://accessibility.jhu.edu/wp-content/themes/Johns-Hopkins-University/assets/js/script.js?ver=1" id="customjs-js"></script> <script type="text/javascript" src="https://accessibility.jhu.edu/wp-content/themes/Johns-Hopkins-University/assets/js/custom-scripts.js?ver=1" id="customJHjs-js"></script> <script type="text/javascript" src="https://accessibility.jhu.edu/wp-content/themes/Johns-Hopkins-University/assets/js/menu.min.js?ver=1" id="errigal-menu-js"></script> <script type="text/javascript" src="https://accessibility.jhu.edu/wp-content/themes/Johns-Hopkins-University/assets/js/mobile.min.js?ver=1" id="errigal-mobile-js"></script> <div id="myOverlay" class="overlay"> <span class="closebtn" onclick="closeSearch()" onKeyPress="closeSearch()" tabindex="3" title="Close Overlay"><i class="fal fa-times"></i></span> <div class="overlay-content"> <form id="searchform" class="search" method="get" action="/"> <div class="input-group"> <input type="search" class="field search-field form-control" tabindex="1" id="" name="s" value="" placeholder="Search &hellip;"> <span class="input-group-append"> <input type="submit" class="submit btn btn-primary" name="submit" tabindex="2" value="Search"> </span> </div> </form> </div> </div> <script type="text/javascript" language="javascript"> // Open the full screen search box function openSearch() { document.getElementById("myOverlay").style.display = "block"; $('.search-field').focus(); } // Close the full screen search box function closeSearch() { document.getElementById("myOverlay").style.display = "none"; if (location.hash == '#myOverlay') { location.hash = ''; } } // Handle ESC key (key code 27) document.addEventListener('keyup', function(e) { if (e.keyCode == 27) { closeSearch(); } }); </script> <!--<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>--> <script src="https://code.jquery.com/ui/1.11.4/jquery-ui.js" integrity="sha256-DI6NdAhhFRnO2k51mumYeDShet3I8AKCQf/tf7ARNhI=" crossorigin="anonymous"></script> <!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js"></script>--> <script type="text/javascript" src="https://accessibility.jhu.edu/wp-content/themes/Johns-Hopkins-University/assets/js/jquery.maskedinput.min.js"></script> <script type="text/javascript" src="https://accessibility.jhu.edu/wp-content/themes/Johns-Hopkins-University/assets/js/client.js"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10