{"id":1997,"date":"2022-01-26T12:04:39","date_gmt":"2022-01-26T17:04:39","guid":{"rendered":"https:\/\/www.butler.edu\/communication\/?page_id=1997"},"modified":"2024-01-19T09:22:51","modified_gmt":"2024-01-19T14:22:51","slug":"curriculum","status":"publish","type":"page","link":"https:\/\/www.butler.edu\/communication\/graduate-certificate-strategic-communication\/curriculum\/","title":{"rendered":"Curriculum"},"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\">Graduate Certificate in Strategic Communication 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\/communication\/graduate-certificate-strategic-communication\/admission-overview\/\" class=\"sidebar-menu__listLink\" >Admission Information <\/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\/communication\/graduate-certificate-strategic-communication\/curriculum\/\" class=\"sidebar-menu__listLink\" >Curriculum<\/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=\"http:\/\/go.butler.edu\/apply\" class=\"sidebar-menu__listLink\" target=\"_blank\">Apply Now<\/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\"><h1 class=\"wp-block-heading\">Curriculum <\/h1><p>The 12 hour certificate is comprised of three Core courses and one Elective course. The program can be completed in as little as two semesters, if continually enrolled.<\/p>\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-65aa85bb9708e-acc-row' class='acc-row' type='button' aria-expanded='false' aria-controls='block_acf-block-65aa85bb9708e_acc-content-panel'>\n\t\t\t<div id='block_acf-block-65aa85bb9708e-acc-title' class='acc-title'>\n\t\t\t\tCore Courses\t\t\t<\/div>\n\t\t\t<img alt=\"\" id='block_acf-block-65aa85bb9708e-acc-img' class='acc-icon' src='https:\/\/www.butler.edu\/communication\/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-65aa85bb9708e-acc-content-panel' class='acc-panel' aria-labelledby=\"block_acf-block-65aa85bb9708e-acc-row\">\n\t\t<div class=\"acf-innerblocks-container\"><p><strong>STR510 Foundations of Strategic Communication<\/strong><\/p><p>This course introduces students to the foundational theories, strategies, and practices of strategic communication. The course is organized to expose students to the interdisciplinary theoretical literature on strategic communication, to understand and embrace the relationship between theory and practice, and to apply theoretical frameworks to strategic communication challenges<\/p><p><strong>STR527 Research Methods: Design and Analysis<\/strong><\/p><p>This course is a comprehensive examination and application of qualitative and quantitative methods and designs typically employed to plan, monitor, and assess strategic communication campaigns. The purpose of the course is to develop students\u2019 skills to direct and develop valid and reliable research, and to analyze and apply results that lead to successful programming that addresses a variety of organizational goals.<\/p><p><strong>STR551 Strategic Visual Communication<\/strong><\/p><p>This course will introduce students to graphic design principles and production technologies as they relate to strategic communication design. The course provides students with essential knowledge and skills for success in discriminating good design from bad, and the ability to articulate the difference. Students will also explore the most common tasks required to create and optimize media for digital and print<\/p><\/div>\t<\/div>\n\t<script type=\"text\/javascript\">\n\t\t( function( $ ) {\n\t\t\tlet panel = document.getElementById('block_acf-block-65aa85bb9708e-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-65aa85bb9708e-acc-row' ).off( 'click' ).on( 'click', ( function() {\n\t\t\t\tlet row = document.getElementById( 'block_acf-block-65aa85bb9708e-acc-row' );\n\t\t\t\tlet acc_img = document.getElementById( 'block_acf-block-65aa85bb9708e-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\/communication\/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\/communication\/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-65aa85bb9708e-acc-title' );\n\n\t\t\t$( '#block_acf-block-65aa85bb9708e-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 class=\"acc-flex-container\">\n\t<div class=\"acc-title-container\" role=\"heading\" aria-level=\"3\">\n\t\t<button id='block_acf-block-65aa85bb970b1-acc-row' class='acc-row' type='button' aria-expanded='false' aria-controls='block_acf-block-65aa85bb970b1_acc-content-panel'>\n\t\t\t<div id='block_acf-block-65aa85bb970b1-acc-title' class='acc-title'>\n\t\t\t\tElective Courses\t\t\t<\/div>\n\t\t\t<img alt=\"\" id='block_acf-block-65aa85bb970b1-acc-img' class='acc-icon' src='https:\/\/www.butler.edu\/communication\/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-65aa85bb970b1-acc-content-panel' class='acc-panel' aria-labelledby=\"block_acf-block-65aa85bb970b1-acc-row\">\n\t\t<div class=\"acf-innerblocks-container\"><p><strong>TR570 Social Media Strategy<\/strong><\/p><p>Throughout this course, students will become familiar with a range of social media tools, analyze and discuss their uses and implications for strategic communication, and develop participation literacy. Students will have the opportunity to explore both the theory and practice of social media through writing assignments, reaction papers, and a final applied research paper. This course covers topics such as social media strategy and tactics for businesses, the history of social media, privacy issues and concerns, and how to use social media in moments of organizational crisis.<\/p><p><strong>STR572 Crisis Communication<\/strong><\/p><p>All organizations experience crises. This course explores theories and research related to organizational communication before, during, and after a crisis. Students examine and apply the fundamentals of crisis communication and crisis management. The course will use theoretical and applied research as well as recent real-life organizational crises to see the need for audience-centered, research-based crisis communication in order to successfully navigate today\u2019s crisis communication landscape. The goal is to prepare students to better strategize, plan, execute, and evaluate ethical and effective crisis communication across a variety of organizational and audience contexts \u2013 including students\u2019 current or aspirational industries.<\/p><p><strong>STR574 Media Relations<\/strong><\/p><p>This course focuses on the techniques by which public relations practitioners influence selected publics through mass and social media. It covers theory, best practices, and especially application of principles so that students will complete the course with the ability to create a sound media relations function for their organization that is ethical, effective, and that serves to advance their organization\u2019s goals and objectives.<\/p><p><strong>STR576 Brand Strategy<\/strong><\/p><p>This course will examine branding from an audience-centric approach to understand the interplay of audiences, the marketplace, and strategic communication in the branding of new and existing products and services. A combination of discussion, activities, case studies, and readings will provide students with theoretical and applied frameworks to understand, measure, create, and manage brands over time in a highly competitive marketplace. Specific emphasis will be placed on the role of strategic communication to communicate a clear positioning statement, value proposition, and brand personality to target audiences that contributes to strong consumer-brand relationships and brand equity.<\/p><p><strong>STR578 Global Strategic Communication<\/strong><\/p><p>This course is an introduction to strategic communication in the global and cross-cultural context. Students are exposed to a wide range of topics, including: the role of culture in strategic communication, intercultural communication theories, ethics and regulatory issues, history of globalization, new media technologies, cases in international strategic communication, and strategies to communicate with diverse audiences.<\/p><p><strong>STR578 Global Strategic Communication<\/strong><\/p><p>This course is an introduction to strategic communication in the global and cross-cultural context. Students are exposed to a wide range of topics, including: the role of culture in strategic communication, intercultural communication theories, ethics and regulatory issues, history of globalization, new media technologies, cases in international strategic communication, and strategies to communicate with diverse audiences.<\/p><p><strong>STR582 Strategic Storytelling for Advocacy<\/strong><\/p><p>Because we now live with a constant barrage of information and data, organizations that want their messages to be heard, understood, remembered, and acted upon, must engage in effective storytelling. This course explores theories and research on strategic storytelling as it applies to advocacy in organizations. By learning storytelling techniques, students will develop practical skills in gathering and communicating effective oral and written stories to advance the mission of organizations, enabling them to tell compelling stories that drive action and build storytelling cultures within organizations.<\/p><p><strong>STR584 Health &amp; Risk Communication<\/strong><\/p><p>This course addresses the theory and practice of health and risk communication. This field considers effective ways to encourage healthy behaviors and is informed by sociological and psychological variables. Specifically, we\u2019ll examine public health campaigns across multiple contexts\u2014crises (like a pandemic) and general well-being (exercise, nutrition, safety, mental health, cancer prevention, etc.). Risk communication is a sub-study pondering, \u201cWhy do people differently evaluate personal risk?\u201d Risk assessments don\u2019t always correlate with personal behavior, making health communication a challenge. This course is for anyone interested in communicating about health to diverse stakeholders, including those managing lifestyle products.<\/p><\/div>\t<\/div>\n\t<script type=\"text\/javascript\">\n\t\t( function( $ ) {\n\t\t\tlet panel = document.getElementById('block_acf-block-65aa85bb970b1-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-65aa85bb970b1-acc-row' ).off( 'click' ).on( 'click', ( function() {\n\t\t\t\tlet row = document.getElementById( 'block_acf-block-65aa85bb970b1-acc-row' );\n\t\t\t\tlet acc_img = document.getElementById( 'block_acf-block-65aa85bb970b1-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\/communication\/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\/communication\/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-65aa85bb970b1-acc-title' );\n\n\t\t\t$( '#block_acf-block-65aa85bb970b1-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<\/div>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t<\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":13,"featured_media":0,"parent":1179,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1997","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>Curriculum | 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\/communication\/graduate-certificate-strategic-communication\/curriculum\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Curriculum\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.butler.edu\/communication\/graduate-certificate-strategic-communication\/curriculum\/\" \/>\n<meta property=\"og:site_name\" content=\"College of Communication\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/butleruniversity\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-19T14:22:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.butler.edu\/www\/sites\/10\/2022\/02\/08101904\/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<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.butler.edu\/communication\/graduate-certificate-strategic-communication\/curriculum\/\",\"url\":\"https:\/\/www.butler.edu\/communication\/graduate-certificate-strategic-communication\/curriculum\/\",\"name\":\"Curriculum | Butler University\",\"isPartOf\":{\"@id\":\"https:\/\/www.butler.edu\/communication\/#website\"},\"datePublished\":\"2022-01-26T17:04:39+00:00\",\"dateModified\":\"2024-01-19T14:22:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.butler.edu\/communication\/graduate-certificate-strategic-communication\/curriculum\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.butler.edu\/communication\/graduate-certificate-strategic-communication\/curriculum\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.butler.edu\/communication\/graduate-certificate-strategic-communication\/curriculum\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.butler.edu\/communication\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Graduate Certificate in Strategic Communication\",\"item\":\"https:\/\/www.butler.edu\/communication\/?page_id=1179\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Curriculum\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.butler.edu\/communication\/#website\",\"url\":\"https:\/\/www.butler.edu\/communication\/\",\"name\":\"College of Communication\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.butler.edu\/communication\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.butler.edu\/communication\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.butler.edu\/communication\/#organization\",\"name\":\"Butler University\",\"url\":\"https:\/\/www.butler.edu\/communication\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.butler.edu\/communication\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.butler.edu\/communication\/wp-content\/uploads\/sites\/10\/2022\/01\/cropped-fav.jpg\",\"contentUrl\":\"https:\/\/www.butler.edu\/communication\/wp-content\/uploads\/sites\/10\/2022\/01\/cropped-fav.jpg\",\"width\":512,\"height\":512,\"caption\":\"Butler University\"},\"image\":{\"@id\":\"https:\/\/www.butler.edu\/communication\/#\/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":"Curriculum | 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\/communication\/graduate-certificate-strategic-communication\/curriculum\/","og_locale":"en_US","og_type":"article","og_title":"Curriculum","og_url":"https:\/\/www.butler.edu\/communication\/graduate-certificate-strategic-communication\/curriculum\/","og_site_name":"College of Communication","article_publisher":"https:\/\/www.facebook.com\/butleruniversity","article_modified_time":"2024-01-19T14:22:51+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/cdn.butler.edu\/www\/sites\/10\/2022\/02\/08101904\/butler-social.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@butleru","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.butler.edu\/communication\/graduate-certificate-strategic-communication\/curriculum\/","url":"https:\/\/www.butler.edu\/communication\/graduate-certificate-strategic-communication\/curriculum\/","name":"Curriculum | Butler University","isPartOf":{"@id":"https:\/\/www.butler.edu\/communication\/#website"},"datePublished":"2022-01-26T17:04:39+00:00","dateModified":"2024-01-19T14:22:51+00:00","breadcrumb":{"@id":"https:\/\/www.butler.edu\/communication\/graduate-certificate-strategic-communication\/curriculum\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.butler.edu\/communication\/graduate-certificate-strategic-communication\/curriculum\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.butler.edu\/communication\/graduate-certificate-strategic-communication\/curriculum\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.butler.edu\/communication\/"},{"@type":"ListItem","position":2,"name":"Graduate Certificate in Strategic Communication","item":"https:\/\/www.butler.edu\/communication\/?page_id=1179"},{"@type":"ListItem","position":3,"name":"Curriculum"}]},{"@type":"WebSite","@id":"https:\/\/www.butler.edu\/communication\/#website","url":"https:\/\/www.butler.edu\/communication\/","name":"College of Communication","description":"","publisher":{"@id":"https:\/\/www.butler.edu\/communication\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.butler.edu\/communication\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.butler.edu\/communication\/#organization","name":"Butler University","url":"https:\/\/www.butler.edu\/communication\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.butler.edu\/communication\/#\/schema\/logo\/image\/","url":"https:\/\/www.butler.edu\/communication\/wp-content\/uploads\/sites\/10\/2022\/01\/cropped-fav.jpg","contentUrl":"https:\/\/www.butler.edu\/communication\/wp-content\/uploads\/sites\/10\/2022\/01\/cropped-fav.jpg","width":512,"height":512,"caption":"Butler University"},"image":{"@id":"https:\/\/www.butler.edu\/communication\/#\/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\/communication\/wp-json\/wp\/v2\/pages\/1997","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.butler.edu\/communication\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.butler.edu\/communication\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.butler.edu\/communication\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.butler.edu\/communication\/wp-json\/wp\/v2\/comments?post=1997"}],"version-history":[{"count":18,"href":"https:\/\/www.butler.edu\/communication\/wp-json\/wp\/v2\/pages\/1997\/revisions"}],"predecessor-version":[{"id":3138,"href":"https:\/\/www.butler.edu\/communication\/wp-json\/wp\/v2\/pages\/1997\/revisions\/3138"}],"up":[{"embeddable":true,"href":"https:\/\/www.butler.edu\/communication\/wp-json\/wp\/v2\/pages\/1179"}],"wp:attachment":[{"href":"https:\/\/www.butler.edu\/communication\/wp-json\/wp\/v2\/media?parent=1997"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}