{"id":2045,"date":"2024-08-15T10:04:47","date_gmt":"2024-08-15T14:04:47","guid":{"rendered":"https:\/\/www.butler.edu\/internships-careers\/?page_id=2045"},"modified":"2024-08-15T11:11:20","modified_gmt":"2024-08-15T15:11:20","slug":"grad-school","status":"publish","type":"page","link":"https:\/\/www.butler.edu\/internships-careers\/students-graduates\/resources\/grad-school\/","title":{"rendered":"Grad School"},"content":{"rendered":"<section class=\"wysiwyg wysiwyg-primary-block alignfull\" >\n\t<div class=\"container grid-default wysiwyg__container\">\n\t\t\t\t<div class=\"wysiwyg__wrapper wysiwyg__wrapper--noSidebar\">\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 has-theme-primary-color has-text-color has-link-color wp-elements-6ac61c4054480d396e347d611230c898\" id=\"h-graduate-school\"><strong>Graduate School<\/strong><\/h1>\n\n\n\n<p>Whether you are a current student, a recent graduate, or a graduate seeking a significant career change, CaPs is here to help as you navigate the graduate and professional school application process.<\/p>\n\n\n\n<p>Follow these five steps in your graduate school preparation process:<\/p>\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-66be1a9720cf1-acc-row' class='acc-row' type='button' aria-expanded='false' aria-controls='block_acf-block-66be1a9720cf1_acc-content-panel'>\n\t\t\t<div id='block_acf-block-66be1a9720cf1-acc-title' class='acc-title'>\n\t\t\t\tStep 1: Finding the Right Program\t\t\t<\/div>\n\t\t\t<img alt=\"\" id='block_acf-block-66be1a9720cf1-acc-img' class='acc-icon' src='https:\/\/www.butler.edu\/internships-careers\/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-66be1a9720cf1-acc-content-panel' class='acc-panel' aria-labelledby=\"block_acf-block-66be1a9720cf1-acc-row\">\n\t\t<div class=\"acf-innerblocks-container\">\n\n<p>Searching for the right graduate program can be an overwhelming task. There are so many programs out there, how do you narrow your search? The best way to narrow your search is through comparison. On average students apply to between six and nine schools. You may have more or fewer applications depending on your particular program. As you conduct your search, comparing programs based on the following categories will help you find your option.&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Personal Investment (Time to complete the degree, cost of the degree, professional opportunities following the degree)<\/li>\n\n\n\n<li>Type of Program (Online, In-person, Hybrid)<\/li>\n\n\n\n<li>Developmental Experience (Graduate &amp; teaching assistantships, internships, practicums, research opportunities, fieldwork)<\/li>\n\n\n\n<li>Application Requirements (GRE &amp; other graduate exams, number of total credit hours, application documents, personal &amp; diversity statements)<\/li>\n\n\n\n<li>Overall Vibe (Personal values, dealbreakers such as location, culture, and political climate)<\/li>\n<\/ul>\n\n\n\n<p>We strongly recommend meeting with a CaPS advisor to talk through each of these categories to come up with a personalized plan of action.<\/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-66be1a9720cf1-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-66be1a9720cf1-acc-row' ).off( 'click' ).on( 'click', ( function() {\n\t\t\t\tlet row = document.getElementById( 'block_acf-block-66be1a9720cf1-acc-row' );\n\t\t\t\tlet acc_img = document.getElementById( 'block_acf-block-66be1a9720cf1-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\/internships-careers\/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\/internships-careers\/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-seafoam' );\n\t\t\tlet textColor = getComputedStyle( document.documentElement ).getPropertyValue( '--color-theme-primary' );\n\t\t\tlet title = document.getElementById( 'block_acf-block-66be1a9720cf1-acc-title' );\n\n\t\t\t$( '#block_acf-block-66be1a9720cf1-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-66be1a9720d71-acc-row' class='acc-row' type='button' aria-expanded='false' aria-controls='block_acf-block-66be1a9720d71_acc-content-panel'>\n\t\t\t<div id='block_acf-block-66be1a9720d71-acc-title' class='acc-title'>\n\t\t\t\tStep 2: Prepare Application Documents\t\t\t<\/div>\n\t\t\t<img alt=\"\" id='block_acf-block-66be1a9720d71-acc-img' class='acc-icon' src='https:\/\/www.butler.edu\/internships-careers\/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-66be1a9720d71-acc-content-panel' class='acc-panel' aria-labelledby=\"block_acf-block-66be1a9720d71-acc-row\">\n\t\t<div class=\"acf-innerblocks-container\">\n\n<p>Most graduate and professional school programs will require you to submit a personal statement. This is a personal narrative that talks about you, why you\u2019re applying, your overarching career goals, and how your experiences have prepared you for this next step. Depending on the program, you may have specific instructions or prompts for this component of your application. You may also be asked to complete a statement of purpose focusing specifically on the program itself, faculty whose research you admire and would like to work with, your own research interests, and what impact you will make. Finally, most programs will ask you to submit a CV, transcripts or GPA, along with answers to supplemental questions. For sample personal statements and statements of purpose, click here. If your program requires you to answer additional questions and you would like help, reach out to CaPS for assistance.<\/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-66be1a9720d71-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-66be1a9720d71-acc-row' ).off( 'click' ).on( 'click', ( function() {\n\t\t\t\tlet row = document.getElementById( 'block_acf-block-66be1a9720d71-acc-row' );\n\t\t\t\tlet acc_img = document.getElementById( 'block_acf-block-66be1a9720d71-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\/internships-careers\/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\/internships-careers\/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-seafoam' );\n\t\t\tlet textColor = getComputedStyle( document.documentElement ).getPropertyValue( '--color-theme-primary' );\n\t\t\tlet title = document.getElementById( 'block_acf-block-66be1a9720d71-acc-title' );\n\n\t\t\t$( '#block_acf-block-66be1a9720d71-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-66be1a9720dd2-acc-row' class='acc-row' type='button' aria-expanded='false' aria-controls='block_acf-block-66be1a9720dd2_acc-content-panel'>\n\t\t\t<div id='block_acf-block-66be1a9720dd2-acc-title' class='acc-title'>\n\t\t\t\tStep 3: Connect with Faculty\t\t\t<\/div>\n\t\t\t<img alt=\"\" id='block_acf-block-66be1a9720dd2-acc-img' class='acc-icon' src='https:\/\/www.butler.edu\/internships-careers\/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-66be1a9720dd2-acc-content-panel' class='acc-panel' aria-labelledby=\"block_acf-block-66be1a9720dd2-acc-row\">\n\t\t<div class=\"acf-innerblocks-container\">\n\n<p>Don\u2019t wait to request letters of recommendation from your faculty at Butler. Once you have determined who will complete your letters, you can support them by sharing the program requirements, your most up to date CV, a draft of your personal statement, and brief guidelines around what you would like them to write about specifically. At the same time, you will want to research prominent faculty at prospective programs. Determining where you plan to apply will depend largely on identifying faculty in programs who will serve as your instructors, mentors, and research supervisors.<\/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-66be1a9720dd2-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-66be1a9720dd2-acc-row' ).off( 'click' ).on( 'click', ( function() {\n\t\t\t\tlet row = document.getElementById( 'block_acf-block-66be1a9720dd2-acc-row' );\n\t\t\t\tlet acc_img = document.getElementById( 'block_acf-block-66be1a9720dd2-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\/internships-careers\/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\/internships-careers\/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-seafoam' );\n\t\t\tlet textColor = getComputedStyle( document.documentElement ).getPropertyValue( '--color-theme-primary' );\n\t\t\tlet title = document.getElementById( 'block_acf-block-66be1a9720dd2-acc-title' );\n\n\t\t\t$( '#block_acf-block-66be1a9720dd2-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-66be1a9720e31-acc-row' class='acc-row' type='button' aria-expanded='false' aria-controls='block_acf-block-66be1a9720e31_acc-content-panel'>\n\t\t\t<div id='block_acf-block-66be1a9720e31-acc-title' class='acc-title'>\n\t\t\t\tStep 4: Prepare for Interviews\t\t\t<\/div>\n\t\t\t<img alt=\"\" id='block_acf-block-66be1a9720e31-acc-img' class='acc-icon' src='https:\/\/www.butler.edu\/internships-careers\/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-66be1a9720e31-acc-content-panel' class='acc-panel' aria-labelledby=\"block_acf-block-66be1a9720e31-acc-row\">\n\t\t<div class=\"acf-innerblocks-container\">\n\n<p>The majority of programs will have an interview component. Whether it&#8217;s virtual or in-person, preparation is the best tool for calming your nerves. Researching the field, program, and the institution is the first place to start. From there, you will need to reflect on your past experiences to create relevant stories to share. Many professional programs also have online communities where typical interview questions are shared, but you can also schedule an interview preparation appointment with CaPS. We can help you identify typical questions as well as provide feedback while you practice.<\/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-66be1a9720e31-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-66be1a9720e31-acc-row' ).off( 'click' ).on( 'click', ( function() {\n\t\t\t\tlet row = document.getElementById( 'block_acf-block-66be1a9720e31-acc-row' );\n\t\t\t\tlet acc_img = document.getElementById( 'block_acf-block-66be1a9720e31-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\/internships-careers\/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\/internships-careers\/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-seafoam' );\n\t\t\tlet textColor = getComputedStyle( document.documentElement ).getPropertyValue( '--color-theme-primary' );\n\t\t\tlet title = document.getElementById( 'block_acf-block-66be1a9720e31-acc-title' );\n\n\t\t\t$( '#block_acf-block-66be1a9720e31-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-66be1a9720eba-acc-row' class='acc-row' type='button' aria-expanded='false' aria-controls='block_acf-block-66be1a9720eba_acc-content-panel'>\n\t\t\t<div id='block_acf-block-66be1a9720eba-acc-title' class='acc-title'>\n\t\t\t\tStep 5: Utilize Resources\t\t\t<\/div>\n\t\t\t<img alt=\"\" id='block_acf-block-66be1a9720eba-acc-img' class='acc-icon' src='https:\/\/www.butler.edu\/internships-careers\/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-66be1a9720eba-acc-content-panel' class='acc-panel' aria-labelledby=\"block_acf-block-66be1a9720eba-acc-row\">\n\t\t<div class=\"acf-innerblocks-container\">\n\n<p>At the very beginning of your search you can start with a few of our resources. If you want to explore careers by title and then search for training, <a href=\"https:\/\/www.mynextmove.org\/\">My next move<\/a> is great place to begin. For example if you search the role of \u201cclinical psychologist\u201d in their \u201ccareers with keywords\u201d section, you can then see a snapshot of necessary skills and abilities along with an average salary range. Additionally, you can find specific graduate programs by state affiliated with each career search.&nbsp;<br>When you are ready to dive deeper into your search process, the <a href=\"https:\/\/www.linkedin.com\/learning\/learning-linkedin-for-students-16915125\/the-alumni-tool\">LinkedIn alumni tool<\/a> is a valuable resource. You can find Butler alumni working in your desired field as well as connect with alumni from institutions and programs to which you are applying.<\/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-66be1a9720eba-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-66be1a9720eba-acc-row' ).off( 'click' ).on( 'click', ( function() {\n\t\t\t\tlet row = document.getElementById( 'block_acf-block-66be1a9720eba-acc-row' );\n\t\t\t\tlet acc_img = document.getElementById( 'block_acf-block-66be1a9720eba-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\/internships-careers\/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\/internships-careers\/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-seafoam' );\n\t\t\tlet textColor = getComputedStyle( document.documentElement ).getPropertyValue( '--color-theme-primary' );\n\t\t\tlet title = document.getElementById( 'block_acf-block-66be1a9720eba-acc-title' );\n\n\t\t\t$( '#block_acf-block-66be1a9720eba-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<p>CaPS is here for you for free, for life. We hope you will seek us out as your main resource for support and guidance. Schedule an appointment with a career advisor via Navigate or email us: career@butler.edu.<\/p>\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":10,"featured_media":0,"parent":60,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2045","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>Grad School | 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\/internships-careers\/students-graduates\/resources\/grad-school\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Grad School\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.butler.edu\/internships-careers\/students-graduates\/resources\/grad-school\/\" \/>\n<meta property=\"og:site_name\" content=\"Internships &amp; Careers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/butleruniversity\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-15T15:11:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.butler.edu\/www\/sites\/8\/2022\/02\/08101801\/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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.butler.edu\/internships-careers\/students-graduates\/resources\/grad-school\/\",\"url\":\"https:\/\/www.butler.edu\/internships-careers\/students-graduates\/resources\/grad-school\/\",\"name\":\"Grad School | Butler University\",\"isPartOf\":{\"@id\":\"https:\/\/www.butler.edu\/internships-careers\/#website\"},\"datePublished\":\"2024-08-15T14:04:47+00:00\",\"dateModified\":\"2024-08-15T15:11:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.butler.edu\/internships-careers\/students-graduates\/resources\/grad-school\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.butler.edu\/internships-careers\/students-graduates\/resources\/grad-school\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.butler.edu\/internships-careers\/students-graduates\/resources\/grad-school\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.butler.edu\/internships-careers\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"For Students &amp; Graduates\",\"item\":\"https:\/\/www.butler.edu\/internships-careers\/students-graduates\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Resources for Students and Graduates\",\"item\":\"https:\/\/www.butler.edu\/internships-careers\/students-graduates\/resources\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Grad School\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.butler.edu\/internships-careers\/#website\",\"url\":\"https:\/\/www.butler.edu\/internships-careers\/\",\"name\":\"Internships &amp; Careers\",\"description\":\"Just another www.butler.edu Sites site\",\"publisher\":{\"@id\":\"https:\/\/www.butler.edu\/internships-careers\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.butler.edu\/internships-careers\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.butler.edu\/internships-careers\/#organization\",\"name\":\"Butler University\",\"url\":\"https:\/\/www.butler.edu\/internships-careers\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.butler.edu\/internships-careers\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.butler.edu\/internships-careers\/wp-content\/uploads\/sites\/8\/2022\/01\/cropped-fav.jpg\",\"contentUrl\":\"https:\/\/www.butler.edu\/internships-careers\/wp-content\/uploads\/sites\/8\/2022\/01\/cropped-fav.jpg\",\"width\":512,\"height\":512,\"caption\":\"Butler University\"},\"image\":{\"@id\":\"https:\/\/www.butler.edu\/internships-careers\/#\/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":"Grad School | 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\/internships-careers\/students-graduates\/resources\/grad-school\/","og_locale":"en_US","og_type":"article","og_title":"Grad School","og_url":"https:\/\/www.butler.edu\/internships-careers\/students-graduates\/resources\/grad-school\/","og_site_name":"Internships &amp; Careers","article_publisher":"https:\/\/www.facebook.com\/butleruniversity","article_modified_time":"2024-08-15T15:11:20+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/cdn.butler.edu\/www\/sites\/8\/2022\/02\/08101801\/butler-social.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@butleru","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.butler.edu\/internships-careers\/students-graduates\/resources\/grad-school\/","url":"https:\/\/www.butler.edu\/internships-careers\/students-graduates\/resources\/grad-school\/","name":"Grad School | Butler University","isPartOf":{"@id":"https:\/\/www.butler.edu\/internships-careers\/#website"},"datePublished":"2024-08-15T14:04:47+00:00","dateModified":"2024-08-15T15:11:20+00:00","breadcrumb":{"@id":"https:\/\/www.butler.edu\/internships-careers\/students-graduates\/resources\/grad-school\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.butler.edu\/internships-careers\/students-graduates\/resources\/grad-school\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.butler.edu\/internships-careers\/students-graduates\/resources\/grad-school\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.butler.edu\/internships-careers\/"},{"@type":"ListItem","position":2,"name":"For Students &amp; Graduates","item":"https:\/\/www.butler.edu\/internships-careers\/students-graduates\/"},{"@type":"ListItem","position":3,"name":"Resources for Students and Graduates","item":"https:\/\/www.butler.edu\/internships-careers\/students-graduates\/resources\/"},{"@type":"ListItem","position":4,"name":"Grad School"}]},{"@type":"WebSite","@id":"https:\/\/www.butler.edu\/internships-careers\/#website","url":"https:\/\/www.butler.edu\/internships-careers\/","name":"Internships &amp; Careers","description":"Just another www.butler.edu Sites site","publisher":{"@id":"https:\/\/www.butler.edu\/internships-careers\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.butler.edu\/internships-careers\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.butler.edu\/internships-careers\/#organization","name":"Butler University","url":"https:\/\/www.butler.edu\/internships-careers\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.butler.edu\/internships-careers\/#\/schema\/logo\/image\/","url":"https:\/\/www.butler.edu\/internships-careers\/wp-content\/uploads\/sites\/8\/2022\/01\/cropped-fav.jpg","contentUrl":"https:\/\/www.butler.edu\/internships-careers\/wp-content\/uploads\/sites\/8\/2022\/01\/cropped-fav.jpg","width":512,"height":512,"caption":"Butler University"},"image":{"@id":"https:\/\/www.butler.edu\/internships-careers\/#\/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\/internships-careers\/wp-json\/wp\/v2\/pages\/2045","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.butler.edu\/internships-careers\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.butler.edu\/internships-careers\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.butler.edu\/internships-careers\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/www.butler.edu\/internships-careers\/wp-json\/wp\/v2\/comments?post=2045"}],"version-history":[{"count":4,"href":"https:\/\/www.butler.edu\/internships-careers\/wp-json\/wp\/v2\/pages\/2045\/revisions"}],"predecessor-version":[{"id":2199,"href":"https:\/\/www.butler.edu\/internships-careers\/wp-json\/wp\/v2\/pages\/2045\/revisions\/2199"}],"up":[{"embeddable":true,"href":"https:\/\/www.butler.edu\/internships-careers\/wp-json\/wp\/v2\/pages\/60"}],"wp:attachment":[{"href":"https:\/\/www.butler.edu\/internships-careers\/wp-json\/wp\/v2\/media?parent=2045"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}