{"id":1162,"date":"2024-04-12T14:58:03","date_gmt":"2024-04-12T17:58:03","guid":{"rendered":"https:\/\/expomus.com.br\/training\/mba-in-museum-management-and-innovation-2024\/"},"modified":"2024-08-11T12:15:57","modified_gmt":"2024-08-11T15:15:57","slug":"mba-in-museum-management-and-innovation-2024","status":"publish","type":"page","link":"https:\/\/expomus.com.br\/en\/training\/mba-in-museum-management-and-innovation-2024\/","title":{"rendered":"MBA in Museum Management and Innovation &#8211; 2024"},"content":{"rendered":"\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline is-style-outline--1\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/abgc.org.br\/mba-em-gestao-de-museus-2024\/\">Open Enrollment<\/a><\/div>\n<\/div>\n\n<p>The MBA in Museum Management and Innovation is a specialization course in Museology with a curricular focus on <strong>museum management, communication and innovation<\/strong>, which aims to fill the growing gap in this professional field in the labor market, lacking in executive training aimed at the management, planning and economic sustainability of these institutions.<\/p>\n\n<p>The objective is to train professionals to act in a reflective and entrepreneurial way in the universe of museums in Brazil, qualifying them to perform multiple functions in public and private administration, also training them to improve and update the technical and content universes of contemporary museology, with an emphasis on the dynamization of museological institutions.<\/p>\n\n<p>The 2024 class is in a <strong>hybrid format<\/strong>, with face-to-face classes taking place at the <strong>Tomie Ohtake Institute<\/strong> in S\u00e3o Paulo. The course has 360 hours, distributed in 15 thematic modules that include <em>study tours <\/em>in different museums in the city of S\u00e3o Paulo. <a href=\"https:\/\/abgc.org.br\/mba-em-gestao-de-museus-2024\/\">Registration is now open<\/a>.<\/p>\n\n<p>The MBA in Museum Management and Innovation is a realization of the <strong>Brazilian Association of Cultural Management &#8211; ABGC <\/strong>in partnership with <strong>Expomus<\/strong>, the <strong>UniMais University Center <\/strong>and <strong>the Tomie Ohtake Institute<\/strong>. The content coordination is by <strong>Maria Ignez Mantovani Franco<\/strong>, general director of Expomus; and the academic coordination of <strong>K\u00e1tia de Marco Scorzelli<\/strong>.<\/p>\n\n<p><br\/><\/p>\n\n<div  class=\"custom-block galeria-expomus \" aria-label=\"Galeria de m\u00eddia\">\n    <div class=\"tit-container\">\n        <h2 class=\"tit-secao\">Gallery<\/h2>\n    <\/div>\n    \n    <div class=\"grid-itens\">\n            \n        \n        <figure class=\"item-galeria\" data-nav=\"1\">\n        <div class=\"item-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1280\" src=\"https:\/\/expomus.com.br\/wp-content\/uploads\/2024\/04\/alta_0245_20221129-1920x1280.jpg\" class=\"attachment-large size-large\" alt=\"\" \/><\/div>        <\/figure>\n  \n        \n            \n        \n        <figure class=\"item-galeria\" data-nav=\"2\">\n        <div class=\"item-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1280\" src=\"https:\/\/expomus.com.br\/wp-content\/uploads\/2024\/04\/IMG_0399-1920x1280.jpg\" class=\"attachment-large size-large\" alt=\"\" \/><\/div>        <\/figure>\n  \n        \n            \n        \n        <figure class=\"item-galeria\" data-nav=\"3\">\n        <div class=\"item-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1280\" src=\"https:\/\/expomus.com.br\/wp-content\/uploads\/2024\/04\/IMG_0084-1920x1280.jpg\" class=\"attachment-large size-large\" alt=\"\" \/><\/div>        <\/figure>\n  \n        \n     \n    <\/div>\n    <div class=\"amplia-midia\">\n        <div class=\"container-midia\">\n        <\/div>\n        <button class=\"bt-nav bt-sair\"><img decoding=\"async\" src=\"https:\/\/expomus.com.br\/wp-content\/themes\/tema-expomus\/imgs\/gerais\/ico_galeria-sair.svg\"><span>sair<\/span><\/button>\n        <button class=\"bt-nav bt-prev desativado\"><img decoding=\"async\" src=\"https:\/\/expomus.com.br\/wp-content\/themes\/tema-expomus\/imgs\/gerais\/ico_galeria-seta.svg\"><\/button>\n        <button class=\"bt-nav bt-next\"><img decoding=\"async\" src=\"https:\/\/expomus.com.br\/wp-content\/themes\/tema-expomus\/imgs\/gerais\/ico_galeria-seta.svg\"><\/button>\n    <\/div>\n<\/div>\n\n\n<script>\n\n    jQuery(function ($) {\n\n        $(document).ready(function () {\n            \n            let contador = 1;\n            const totalItens = 3;\n            \n            let bt_next = $(\".amplia-midia .bt-next\");\n            let bt_prev = $(\".amplia-midia .bt-prev\");\n            let bt_sair = $(\".amplia-midia .bt-sair\");\n            let amplia_midia = $('.amplia-midia');\n            let container_midia = $('.amplia-midia .container-midia');\n\n            $(\".item-galeria\").click(function () {\n                let clone = $(this).clone();\n                contador = $(this).data('nav');\n                \n                if(contador > 1) {\n                    bt_prev.removeClass('desativado');\n                } else {\n                    bt_prev.addClass('desativado');\n                }\n                    \n                if(contador < totalItens) {\n                    bt_next.removeClass('desativado');\n                } else {\n                    bt_next.addClass('desativado');\n                }\n                \n                container_midia.html(clone);\n                \/\/$(this).clone().appendTo(\".amplia-img\");\n                setTimeout(function() {\n                    amplia_midia.addClass('ativo');\n                    $('html').addClass('no-scroll');\n                }, 300)\n            });\n\n            bt_sair.click(function () {\n                amplia_midia.removeClass('ativo');\n                $('html').removeClass('no-scroll');\n                setTimeout(function() {\n                    container_midia.html('');\n                }, 300)\n            });\n            \n\n            \n            bt_next.click(function () {\n                if(contador < totalItens) {\n                    contador++;\n                    \n                    if(contador == totalItens) {\n                        $(this).addClass('desativado');\n                    } else {\n                        $(this).removeClass('desativado');\n                    }\n                    \n                    if(contador > 1) {\n                        bt_prev.removeClass('desativado');\n                    }\n                }\n                \n                let clone = $('.item-galeria[data-nav=\"'+contador+'\"]').clone();\n                container_midia.css('opacity', 0);\n                \n\n                setTimeout(function() {\n                    container_midia.html(clone);\n                    container_midia.css('opacity', 1);\n                }, 400)\n            });\n            \n            bt_prev.click(function () {\n                if(contador > 1) {\n                    contador--;\n                    \n                    if(contador == 1) {\n                        $(this).addClass('desativado');\n                    } else {\n                        $(this).removeClass('desativado');\n                    }\n                    \n                    if(contador < totalItens) {\n                        bt_next.removeClass('desativado');\n                    }\n                }\n                \n                let clone = $('.item-galeria[data-nav=\"'+contador+'\"]').clone();\n                container_midia.css('opacity', 0);\n                \n\n                setTimeout(function() {\n                    container_midia.html(clone);\n                    container_midia.css('opacity', 1);\n                }, 400)\n            });\n            \n            \n        });\n        \n        \n    });\n\n<\/script>","protected":false},"excerpt":{"rendered":"The 2024 class of the MBA in Museum Management and Innovation is in a hybrid format, with face-to-face classes at the Tomie Ohtake Institute.","protected":false},"author":2,"featured_media":1156,"parent":594,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-1162","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.13 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>MBA in Museum Management and Innovation - 2024 | Expomus<\/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:\/\/expomus.com.br\/en\/training\/mba-in-museum-management-and-innovation-2024\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MBA in Museum Management and Innovation - 2024 | Expomus\" \/>\n<meta property=\"og:description\" content=\"The 2024 class of the MBA in Museum Management and Innovation is in a hybrid format, with face-to-face classes at the Tomie Ohtake Institute.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/expomus.com.br\/en\/training\/mba-in-museum-management-and-innovation-2024\/\" \/>\n<meta property=\"og:site_name\" content=\"Expomus\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/Expomus\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-11T15:15:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/expomus.com.br\/wp-content\/uploads\/2024\/04\/alta_0245_20221129-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\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:\/\/expomus.com.br\/en\/training\/mba-in-museum-management-and-innovation-2024\/\",\"url\":\"https:\/\/expomus.com.br\/en\/training\/mba-in-museum-management-and-innovation-2024\/\",\"name\":\"MBA in Museum Management and Innovation - 2024 | Expomus\",\"isPartOf\":{\"@id\":\"https:\/\/expomus.com.br\/en\/#website\"},\"datePublished\":\"2024-04-12T17:58:03+00:00\",\"dateModified\":\"2024-08-11T15:15:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/expomus.com.br\/en\/training\/mba-in-museum-management-and-innovation-2024\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/expomus.com.br\/en\/training\/mba-in-museum-management-and-innovation-2024\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/expomus.com.br\/en\/training\/mba-in-museum-management-and-innovation-2024\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/expomus.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Training\",\"item\":\"https:\/\/expomus.com.br\/en\/training\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"MBA in Museum Management and Innovation &#8211; 2024\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/expomus.com.br\/en\/#website\",\"url\":\"https:\/\/expomus.com.br\/en\/\",\"name\":\"Expomus\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/expomus.com.br\/en\/#organization\"},\"alternateName\":\"Expomus\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/expomus.com.br\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/expomus.com.br\/en\/#organization\",\"name\":\"Expomus\",\"alternateName\":\"Expomus\",\"url\":\"https:\/\/expomus.com.br\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/expomus.com.br\/en\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/expomus.com.br\/wp-content\/uploads\/2023\/01\/logo-expomus.svg\",\"contentUrl\":\"http:\/\/expomus.com.br\/wp-content\/uploads\/2023\/01\/logo-expomus.svg\",\"width\":\"1920\",\"height\":\"1920\",\"caption\":\"Expomus\"},\"image\":{\"@id\":\"https:\/\/expomus.com.br\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.instagram.com\/expomus\/\",\"https:\/\/www.linkedin.com\/company\/expomus\/\",\"https:\/\/facebook.com\/Expomus\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MBA in Museum Management and Innovation - 2024 | Expomus","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:\/\/expomus.com.br\/en\/training\/mba-in-museum-management-and-innovation-2024\/","og_locale":"en_US","og_type":"article","og_title":"MBA in Museum Management and Innovation - 2024 | Expomus","og_description":"The 2024 class of the MBA in Museum Management and Innovation is in a hybrid format, with face-to-face classes at the Tomie Ohtake Institute.","og_url":"https:\/\/expomus.com.br\/en\/training\/mba-in-museum-management-and-innovation-2024\/","og_site_name":"Expomus","article_publisher":"https:\/\/facebook.com\/Expomus","article_modified_time":"2024-08-11T15:15:57+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/expomus.com.br\/wp-content\/uploads\/2024\/04\/alta_0245_20221129-scaled.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/expomus.com.br\/en\/training\/mba-in-museum-management-and-innovation-2024\/","url":"https:\/\/expomus.com.br\/en\/training\/mba-in-museum-management-and-innovation-2024\/","name":"MBA in Museum Management and Innovation - 2024 | Expomus","isPartOf":{"@id":"https:\/\/expomus.com.br\/en\/#website"},"datePublished":"2024-04-12T17:58:03+00:00","dateModified":"2024-08-11T15:15:57+00:00","breadcrumb":{"@id":"https:\/\/expomus.com.br\/en\/training\/mba-in-museum-management-and-innovation-2024\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/expomus.com.br\/en\/training\/mba-in-museum-management-and-innovation-2024\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/expomus.com.br\/en\/training\/mba-in-museum-management-and-innovation-2024\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/expomus.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Training","item":"https:\/\/expomus.com.br\/en\/training\/"},{"@type":"ListItem","position":3,"name":"MBA in Museum Management and Innovation &#8211; 2024"}]},{"@type":"WebSite","@id":"https:\/\/expomus.com.br\/en\/#website","url":"https:\/\/expomus.com.br\/en\/","name":"Expomus","description":"","publisher":{"@id":"https:\/\/expomus.com.br\/en\/#organization"},"alternateName":"Expomus","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/expomus.com.br\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/expomus.com.br\/en\/#organization","name":"Expomus","alternateName":"Expomus","url":"https:\/\/expomus.com.br\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/expomus.com.br\/en\/#\/schema\/logo\/image\/","url":"http:\/\/expomus.com.br\/wp-content\/uploads\/2023\/01\/logo-expomus.svg","contentUrl":"http:\/\/expomus.com.br\/wp-content\/uploads\/2023\/01\/logo-expomus.svg","width":"1920","height":"1920","caption":"Expomus"},"image":{"@id":"https:\/\/expomus.com.br\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/expomus\/","https:\/\/www.linkedin.com\/company\/expomus\/","https:\/\/facebook.com\/Expomus"]}]}},"_links":{"self":[{"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/pages\/1162","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/comments?post=1162"}],"version-history":[{"count":5,"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/pages\/1162\/revisions"}],"predecessor-version":[{"id":1257,"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/pages\/1162\/revisions\/1257"}],"up":[{"embeddable":true,"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/pages\/594"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/media\/1156"}],"wp:attachment":[{"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/media?parent=1162"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}