{"id":3288,"date":"2022-06-02T13:42:13","date_gmt":"2022-06-02T17:42:13","guid":{"rendered":"https:\/\/www.butler.edu\/well-being\/?page_id=3288"},"modified":"2024-08-08T14:48:41","modified_gmt":"2024-08-08T18:48:41","slug":"vaccine-faqs","status":"publish","type":"page","link":"https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/vaccine-faqs\/","title":{"rendered":"Vaccine FAQs"},"content":{"rendered":"<section class=\"wysiwyg wysiwyg-primary-block alignfull\" >\n\t<div class=\"container grid-default wysiwyg__container\">\n\t\t\t\t\t\t<nav class=\"sidebar-menu \" aria-label=\"Site Menu\" id=\"page-nav\">\n\t\t<div class=\"sidebar-menu__wrapper\">\n\t\t\t<header class=\"sidebar-menu__header\">\n\t\t\t\t<span class=\"sidebar-menu__headerLabel\">COVID-19 Information Menu<\/span>\n\n\t\t\t\t\t\t\t\t<button class=\"sidebar-menu__mobileToggle\" title=\"Toggle Menu\" :aria-expanded=\"mobileOpen\"><\/button>\n\t\t\t\t\t\t\t<\/header>\n\n\t\t\t<ul class=\"sidebar-menu__list\" v-show=\"mobileOpen\">\n\t\t\t\t\t\t\t\t\t<li class=\"sidebar-menu__listItem initial-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/\" class=\"sidebar-menu__listLink\" >COVID-19 FAQs<\/a>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"sidebar-menu__listItem initial-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.butler.edu\/well-being\/health-services\/quarantine-faq\/vaccination\/\" class=\"sidebar-menu__listLink\" >COVID-19 Vaccination Requirement<\/a>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"sidebar-menu__listItem initial-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.butler.edu\/well-being\/health-services\/quarantine-faq\/vaccine-faqs\/\" class=\"sidebar-menu__listLink\" >COVID-19 Vaccination Requirement FAQs<\/a>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"sidebar-menu__listItem initial-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.butler.edu\/well-being\/health-services\/quarantine-faq\/resources\/\" class=\"sidebar-menu__listLink\" >Resources<\/a>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t<\/div>\n\t\t\t<\/nav>\n\t\t\t\t<div class=\"wysiwyg__wrapper wysiwyg__wrapper--hasSidebar\">\n\t\t\t<!-- content from editor -->\n\t\t\t<div class=\"wysiwyg__content wysiwyg__contentContainer\">\n\t\t\t\t<div class=\"acf-innerblocks-container\">\n\n<h1 class=\"wp-block-heading\" id=\"h-covid-19-vaccination-requirement-faqs\">COVID-19 Vaccination Requirement FAQs<\/h1>\n\n<\/div>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t<\/div>\n<\/section>\n\n\n<section class=\"wysiwyg wysiwyg-secondary-block alignfull\" >\n\t<div class=\"container grid-default wysiwyg__container\">\n\t\t\t\t<div class=\"wysiwyg__wrapper wysiwyg__wrapper--hasSidebar\">\n\t\t\t<!-- content from editor -->\n\t\t\t<div class=\"wysiwyg__content wysiwyg__contentContainer\">\n\t\t\t\t<div class=\"acf-innerblocks-container\">\n\n<div class=\"acc-flex-container\">\n\t<div class=\"acc-title-container\" role=\"heading\" aria-level=\"3\">\n\t\t<button id='block_acf-block-66b51307b189b-acc-row' class='acc-row' type='button' aria-expanded='false' aria-controls='block_acf-block-66b51307b189b_acc-content-panel'>\n\t\t\t<div id='block_acf-block-66b51307b189b-acc-title' class='acc-title'>\n\t\t\t\tIs Butler University requiring COVID-19 vaccinations?\t\t\t<\/div>\n\t\t\t<img alt=\"\" id='block_acf-block-66b51307b189b-acc-img' class='acc-icon' src='https:\/\/www.butler.edu\/well-being\/wp-content\/plugins\/butler-acf-blocks-new\/assets\/images\/nav_main_icon_open.png' \/>\n\t\t<\/button>\n\t<\/div>\n\t<div role=\"region\" aria-hidden='true'\n\t\tid='block_acf-block-66b51307b189b-acc-content-panel' class='acc-panel' aria-labelledby=\"block_acf-block-66b51307b189b-acc-row\">\n\t\t<div class=\"acf-innerblocks-container\">\n\n<p>No.<\/p>\n\n<\/div>\t<\/div>\n\t<script type=\"text\/javascript\">\n\t\t( function( $ ) {\n\t\t\tlet panel = document.getElementById('block_acf-block-66b51307b189b-acc-content-panel');\n\n\t\t\t\/*\n\t\t\t * Need to set a value for maxHeight to initialize the accordion properly.\n\t\t\t * If we don't include this conditional, the accordion doesn't nicely transition to open\/close on the first click.\n\t\t\t *\/\n\t\t\tif ( 1 == 0 ) {\n\t\t\t\tpanel.style.maxHeight = 0 == 1 ? 'fit-content' : panel.scrollHeight + 'px';\n\t\t\t} else {\n\t\t\t\tpanel.style.maxHeight = '0px';\n\t\t\t}\n\n\t\t\t$( '#block_acf-block-66b51307b189b-acc-row' ).off( 'click' ).on( 'click', ( function() {\n\t\t\t\tlet row = document.getElementById( 'block_acf-block-66b51307b189b-acc-row' );\n\t\t\t\tlet acc_img = document.getElementById( 'block_acf-block-66b51307b189b-acc-img' );\n\t\t\t\t\/*\n\t\t\t\t * If the panel is open, close it by setting its height to 0px.\n\t\t\t\t * If it's closed, i.e. its height is 0px, open it b setting its height to fit-content if in backend, or scrollHeight if frontend.\n\t\t\t\t * This is necessary because transitions do not work on height: fit-content, causing the accordion to snap open and shut instantly.\n\t\t\t\t *\/\n\t\t\t\tif ( panel.style.maxHeight != '0px' ) {\n\t\t\t\t\tpanel.style.maxHeight = '0px';\n\t\t\t\t} else {\n\t\t\t\t\tpanel.style.maxHeight = 0 == 1 ? 'fit-content' : panel.scrollHeight + 'px';\n\t\t\t\t}\n\n\t\t\t\tlet expanded = row.getAttribute( 'aria-expanded' );\n\t\t\t\tif ( expanded == 'true' ) {\n\t\t\t\t\trow.setAttribute( 'aria-expanded', 'false' );\n\t\t\t\t\tpanel.setAttribute( 'aria-hidden', 'true' );\n\t\t\t\t\tacc_img.src = 'https:\/\/www.butler.edu\/well-being\/wp-content\/plugins\/butler-acf-blocks-new\/assets\/images\/nav_main_icon_open.png';\n\t\t\t\t} else {\n\t\t\t\t\trow.setAttribute( 'aria-expanded', 'true' );\n\t\t\t\t\tpanel.setAttribute( 'aria-hidden', 'false' );\n\t\t\t\t\tacc_img.src = 'https:\/\/www.butler.edu\/well-being\/wp-content\/plugins\/butler-acf-blocks-new\/assets\/images\/nav_main_icon_close.png';\n\t\t\t\t}\n\t\t\t} ) ); \/\/End .click\n\n\t\t\tlet highlightColor = getComputedStyle( document.documentElement ).getPropertyValue( '--color-theme-blue-bright' );\n\t\t\tlet textColor = getComputedStyle( document.documentElement ).getPropertyValue( '--color-theme-primary' );\n\t\t\tlet title = document.getElementById( 'block_acf-block-66b51307b189b-acc-title' );\n\n\t\t\t$( '#block_acf-block-66b51307b189b-acc-row' ).hover( function() {\n\t\t\t\ttitle.style.backgroundColor = highlightColor;\n\t\t\t\ttitle.style.color = textColor;\n\t\t\t}, function() {\n\t\t\t\ttitle.style.backgroundColor = '';\n\t\t\t\ttitle.style.color = '';\n\t\t\t} ); \/\/End .hover\n\n\t\t} )( jQuery );\n\t<\/script>\n<\/div>\n\n\n\n<div class=\"acc-flex-container\">\n\t<div class=\"acc-title-container\" role=\"heading\" aria-level=\"3\">\n\t\t<button id='block_acf-block-66b51307b18d2-acc-row' class='acc-row' type='button' aria-expanded='false' aria-controls='block_acf-block-66b51307b18d2_acc-content-panel'>\n\t\t\t<div id='block_acf-block-66b51307b18d2-acc-title' class='acc-title'>\n\t\t\t\tHow do I show proof that I have received a COVID-19 vaccination?\t\t\t<\/div>\n\t\t\t<img alt=\"\" id='block_acf-block-66b51307b18d2-acc-img' class='acc-icon' src='https:\/\/www.butler.edu\/well-being\/wp-content\/plugins\/butler-acf-blocks-new\/assets\/images\/nav_main_icon_open.png' \/>\n\t\t<\/button>\n\t<\/div>\n\t<div role=\"region\" aria-hidden='true'\n\t\tid='block_acf-block-66b51307b18d2-acc-content-panel' class='acc-panel' aria-labelledby=\"block_acf-block-66b51307b18d2-acc-row\">\n\t\t<div class=\"acf-innerblocks-container\">\n\n<p>All students, faculty, and staff can show proof that they have been fully vaccinated for COVID-19. If you have previously sent a photo of your vaccination card to Health Services, there is no need to take further action. For those who have not yet sent their vaccination card to Health Services, you can easily upload a photo of your vaccination card into our system. Please follow the instructions below, or <a aria-label=\"To make this website accessible to screen reader, Press combination of alt and 1 keys. To stop getting this message, press the combination of alt and 2 keys\" href=\"https:\/\/butleru.force.com\/askbutler\/s\/article\/How-to-upload-your-Immunization-Records-via-the-Health-Portal\" rel=\"noopener\" target=\"_blank\" title=\"Instructions to upload your vaccine card\">click here to see these instructions with graphics<\/a>.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to&nbsp;<a aria-label=\"To make this website accessible to screen reader, Press combination of alt and 1 keys. To stop getting this message, press the combination of alt and 2 keys\" href=\"https:\/\/butlerportal.pointnclick.com\/home.aspx\" rel=\"noopener\" target=\"_blank\" title=\"myhealth portal\">myhealth.butler.edu<\/a>&nbsp;and log in with your Butler credentials<\/li>\n\n\n\n<li>Click \u201cImmunizations&#8221; from the left-hand side of the window<\/li>\n\n\n\n<li>Click on the \u201cAdd immunization record&#8230;\u201d button towards the top of the screen<\/li>\n\n\n\n<li>This will then bring up a File Upload window for you to then search for the Immunization document you wish to upload.<\/li>\n\n\n\n<li>We accept the following file types: PDF, PNG, JPG, JPEG, GIF<\/li>\n\n\n\n<li>Once uploaded, click on \u201cSave Records\u201d<\/li>\n<\/ol>\n\n<\/div>\t<\/div>\n\t<script type=\"text\/javascript\">\n\t\t( function( $ ) {\n\t\t\tlet panel = document.getElementById('block_acf-block-66b51307b18d2-acc-content-panel');\n\n\t\t\t\/*\n\t\t\t * Need to set a value for maxHeight to initialize the accordion properly.\n\t\t\t * If we don't include this conditional, the accordion doesn't nicely transition to open\/close on the first click.\n\t\t\t *\/\n\t\t\tif ( 1 == 0 ) {\n\t\t\t\tpanel.style.maxHeight = 0 == 1 ? 'fit-content' : panel.scrollHeight + 'px';\n\t\t\t} else {\n\t\t\t\tpanel.style.maxHeight = '0px';\n\t\t\t}\n\n\t\t\t$( '#block_acf-block-66b51307b18d2-acc-row' ).off( 'click' ).on( 'click', ( function() {\n\t\t\t\tlet row = document.getElementById( 'block_acf-block-66b51307b18d2-acc-row' );\n\t\t\t\tlet acc_img = document.getElementById( 'block_acf-block-66b51307b18d2-acc-img' );\n\t\t\t\t\/*\n\t\t\t\t * If the panel is open, close it by setting its height to 0px.\n\t\t\t\t * If it's closed, i.e. its height is 0px, open it b setting its height to fit-content if in backend, or scrollHeight if frontend.\n\t\t\t\t * This is necessary because transitions do not work on height: fit-content, causing the accordion to snap open and shut instantly.\n\t\t\t\t *\/\n\t\t\t\tif ( panel.style.maxHeight != '0px' ) {\n\t\t\t\t\tpanel.style.maxHeight = '0px';\n\t\t\t\t} else {\n\t\t\t\t\tpanel.style.maxHeight = 0 == 1 ? 'fit-content' : panel.scrollHeight + 'px';\n\t\t\t\t}\n\n\t\t\t\tlet expanded = row.getAttribute( 'aria-expanded' );\n\t\t\t\tif ( expanded == 'true' ) {\n\t\t\t\t\trow.setAttribute( 'aria-expanded', 'false' );\n\t\t\t\t\tpanel.setAttribute( 'aria-hidden', 'true' );\n\t\t\t\t\tacc_img.src = 'https:\/\/www.butler.edu\/well-being\/wp-content\/plugins\/butler-acf-blocks-new\/assets\/images\/nav_main_icon_open.png';\n\t\t\t\t} else {\n\t\t\t\t\trow.setAttribute( 'aria-expanded', 'true' );\n\t\t\t\t\tpanel.setAttribute( 'aria-hidden', 'false' );\n\t\t\t\t\tacc_img.src = 'https:\/\/www.butler.edu\/well-being\/wp-content\/plugins\/butler-acf-blocks-new\/assets\/images\/nav_main_icon_close.png';\n\t\t\t\t}\n\t\t\t} ) ); \/\/End .click\n\n\t\t\tlet highlightColor = getComputedStyle( document.documentElement ).getPropertyValue( '--color-theme-blue-bright' );\n\t\t\tlet textColor = getComputedStyle( document.documentElement ).getPropertyValue( '--color-theme-primary' );\n\t\t\tlet title = document.getElementById( 'block_acf-block-66b51307b18d2-acc-title' );\n\n\t\t\t$( '#block_acf-block-66b51307b18d2-acc-row' ).hover( function() {\n\t\t\t\ttitle.style.backgroundColor = highlightColor;\n\t\t\t\ttitle.style.color = textColor;\n\t\t\t}, function() {\n\t\t\t\ttitle.style.backgroundColor = '';\n\t\t\t\ttitle.style.color = '';\n\t\t\t} ); \/\/End .hover\n\n\t\t} )( jQuery );\n\t<\/script>\n<\/div>\n\n<\/div>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t<\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":7,"featured_media":0,"parent":103,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3288","page","type-page","status-publish","hentry"],"revision_note":"","acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.2 (Yoast SEO v26.4) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Vaccine FAQs | Butler University<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/vaccine-faqs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Vaccine FAQs\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/vaccine-faqs\/\" \/>\n<meta property=\"og:site_name\" content=\"Well-Being\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/butleruniversity\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-08T18:48:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.butler.edu\/www\/sites\/23\/2022\/02\/08104733\/butler-social.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@butleru\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/vaccine-faqs\/\",\"url\":\"https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/vaccine-faqs\/\",\"name\":\"Vaccine FAQs | Butler University\",\"isPartOf\":{\"@id\":\"https:\/\/www.butler.edu\/well-being\/#website\"},\"datePublished\":\"2022-06-02T17:42:13+00:00\",\"dateModified\":\"2024-08-08T18:48:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/vaccine-faqs\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/vaccine-faqs\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/vaccine-faqs\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.butler.edu\/well-being\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Health Services\",\"item\":\"https:\/\/www.butler.edu\/well-being\/health-services\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"COVID-19 Information\",\"item\":\"https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Vaccine FAQs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.butler.edu\/well-being\/#website\",\"url\":\"https:\/\/www.butler.edu\/well-being\/\",\"name\":\"Well-Being\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.butler.edu\/well-being\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.butler.edu\/well-being\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.butler.edu\/well-being\/#organization\",\"name\":\"Butler University\",\"url\":\"https:\/\/www.butler.edu\/well-being\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.butler.edu\/well-being\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.butler.edu\/well-being\/wp-content\/uploads\/sites\/23\/2022\/01\/cropped-fav.jpg\",\"contentUrl\":\"https:\/\/www.butler.edu\/well-being\/wp-content\/uploads\/sites\/23\/2022\/01\/cropped-fav.jpg\",\"width\":512,\"height\":512,\"caption\":\"Butler University\"},\"image\":{\"@id\":\"https:\/\/www.butler.edu\/well-being\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/butleruniversity\",\"https:\/\/x.com\/butleru\",\"http:\/\/instagram.com\/butleru\",\"https:\/\/www.linkedin.com\/school\/14798\/\",\"https:\/\/www.youtube.com\/user\/butleruniversity\",\"https:\/\/en.wikipedia.org\/wiki\/Butler_University\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Vaccine FAQs | Butler University","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/vaccine-faqs\/","og_locale":"en_US","og_type":"article","og_title":"Vaccine FAQs","og_url":"https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/vaccine-faqs\/","og_site_name":"Well-Being","article_publisher":"https:\/\/www.facebook.com\/butleruniversity","article_modified_time":"2024-08-08T18:48:41+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/cdn.butler.edu\/www\/sites\/23\/2022\/02\/08104733\/butler-social.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@butleru","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/vaccine-faqs\/","url":"https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/vaccine-faqs\/","name":"Vaccine FAQs | Butler University","isPartOf":{"@id":"https:\/\/www.butler.edu\/well-being\/#website"},"datePublished":"2022-06-02T17:42:13+00:00","dateModified":"2024-08-08T18:48:41+00:00","breadcrumb":{"@id":"https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/vaccine-faqs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/vaccine-faqs\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/vaccine-faqs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.butler.edu\/well-being\/"},{"@type":"ListItem","position":2,"name":"Health Services","item":"https:\/\/www.butler.edu\/well-being\/health-services\/"},{"@type":"ListItem","position":3,"name":"COVID-19 Information","item":"https:\/\/www.butler.edu\/well-being\/health-services\/covid-19-information\/"},{"@type":"ListItem","position":4,"name":"Vaccine FAQs"}]},{"@type":"WebSite","@id":"https:\/\/www.butler.edu\/well-being\/#website","url":"https:\/\/www.butler.edu\/well-being\/","name":"Well-Being","description":"","publisher":{"@id":"https:\/\/www.butler.edu\/well-being\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.butler.edu\/well-being\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.butler.edu\/well-being\/#organization","name":"Butler University","url":"https:\/\/www.butler.edu\/well-being\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.butler.edu\/well-being\/#\/schema\/logo\/image\/","url":"https:\/\/www.butler.edu\/well-being\/wp-content\/uploads\/sites\/23\/2022\/01\/cropped-fav.jpg","contentUrl":"https:\/\/www.butler.edu\/well-being\/wp-content\/uploads\/sites\/23\/2022\/01\/cropped-fav.jpg","width":512,"height":512,"caption":"Butler University"},"image":{"@id":"https:\/\/www.butler.edu\/well-being\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/butleruniversity","https:\/\/x.com\/butleru","http:\/\/instagram.com\/butleru","https:\/\/www.linkedin.com\/school\/14798\/","https:\/\/www.youtube.com\/user\/butleruniversity","https:\/\/en.wikipedia.org\/wiki\/Butler_University"]}]}},"_links":{"self":[{"href":"https:\/\/www.butler.edu\/well-being\/wp-json\/wp\/v2\/pages\/3288","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.butler.edu\/well-being\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.butler.edu\/well-being\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.butler.edu\/well-being\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.butler.edu\/well-being\/wp-json\/wp\/v2\/comments?post=3288"}],"version-history":[{"count":18,"href":"https:\/\/www.butler.edu\/well-being\/wp-json\/wp\/v2\/pages\/3288\/revisions"}],"predecessor-version":[{"id":6734,"href":"https:\/\/www.butler.edu\/well-being\/wp-json\/wp\/v2\/pages\/3288\/revisions\/6734"}],"up":[{"embeddable":true,"href":"https:\/\/www.butler.edu\/well-being\/wp-json\/wp\/v2\/pages\/103"}],"wp:attachment":[{"href":"https:\/\/www.butler.edu\/well-being\/wp-json\/wp\/v2\/media?parent=3288"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}