<?xml version="1.0" encoding="UTF-8"?>
<itemContainer xmlns="http://omeka.org/schemas/omeka-xml/v5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://omeka.org/schemas/omeka-xml/v5 http://omeka.org/schemas/omeka-xml/v5/omeka-xml-5-0.xsd" uri="https://cadtec.medicina.ufmg.br/acervo/items?output=omeka-xml&amp;page=3&amp;sort_field=added" accessDate="2026-04-03T20:56:22+00:00">
  <miscellaneousContainer>
    <pagination>
      <pageNumber>3</pageNumber>
      <perPage>40</perPage>
      <totalResults>132</totalResults>
    </pagination>
  </miscellaneousContainer>
  <item itemId="89" public="1" featured="0">
    <collection collectionId="50">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="81">
                  <text>Mestrado: Programa de Infectologia e Medicina Tropical</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="118">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="539">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/50';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS DA SAÚDE - INFECTOLOGIA E MEDICINA TROPICAL&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/yYwE9Q-5hHM?si=fToujtle9dwGjdBH" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Verônica Cardoso Santos de Faria&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Denise Utsch Gonçalves - Orientadora - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor IDaniel Moreira de Avelar – Coorientador (FIOCRUZ)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor&amp;nbsp;Eduardo Antonio Ferraz Coelho - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Felipe Dutra Rego (FIOCRUZ - Minas)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Andreza Pain Marcelino (FIOCRUZ)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Grasiele de Sousa Vieira Tavares - UFMG - suplente&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Silvia Gonçalves Mesquita (FIOCRUZ - Minas) - Suplente&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="540">
                <text>Desenvolvimento e avaliação da acurácia de kit protótipo utilizando a técnica Amplificação Isotérmica Mediada por Alças para o diagnóstico da leishmaniose tegumentar.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="541">
                <text>Verônica Cardoso Santos de Faria</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="542">
                <text>16 de Maio de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="543">
                <text>Professora Denise Utsch Gonçalves - Orientadora - UFMG&#13;
Professor IDaniel Moreira de Avelar – Coorientador (FIOCRUZ)&#13;
Professor Eduardo Antonio Ferraz Coelho - UFMG&#13;
Professor Felipe Dutra Rego (FIOCRUZ - Minas)&#13;
Professora Andreza Pain Marcelino (FIOCRUZ)&#13;
Professor Grasiele de Sousa Vieira Tavares - UFMG - suplente&#13;
Professora Silvia Gonçalves Mesquita (FIOCRUZ - Minas) - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="90" public="1" featured="0">
    <collection collectionId="50">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="81">
                  <text>Mestrado: Programa de Infectologia e Medicina Tropical</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="118">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="544">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/50';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS DA SAÚDE - INFECTOLOGIA E MEDICINA TROPICAL&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/MdK_GTOQZM4?si=bLJCalXI2Uliu5Qy" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Marcela Gagos Pacheco Silva&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Eduardo Antonio Ferraz Coelho - Orientador - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Grasiele de Sousa Vieira Tavares - Coorientadora - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Isabela Amorim Gonçalves Pereira – Coorientadora - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Fernanda Fonseca Ramos - (ISI-SENAI-Biotec)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Mário da Silva Giusta - (UNA-BH)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Grasiele de Sousa Vieira Tavares - UFMG - suplente&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Ana Thereza Chaves Lages - UFMG - suplente&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="545">
                <text>"Potencial vacinal de uma proteína quimérica específica de células &#13;
T associada a MPLA ou micela polimérica contra Leishmaniose &#13;
Visceral</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="546">
                <text>Marcela Gagos Pacheco Silva</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="547">
                <text>Professor Eduardo Antonio Ferraz Coelho - Orientador - UFMG&#13;
Professora Grasiele de Sousa Vieira Tavares - Coorientadora - UFMG&#13;
Professor Isabela Amorim Gonçalves Pereira – Coorientadora - UFMG&#13;
Professora Fernanda Fonseca Ramos - (ISI-SENAI-Biotec)&#13;
Professor Mário da Silva Giusta - (UNA-BH)&#13;
Professor Grasiele de Sousa Vieira Tavares - UFMG - suplente&#13;
Professora Ana Thereza Chaves Lages - UFMG - suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="91" public="1" featured="0">
    <fileContainer>
      <file fileId="9">
        <src>https://cadtec.medicina.ufmg.br/acervo/files/original/4c0ee06c3ac6f1661d48df5c7ed1f9d9.pdf</src>
        <authentication>4dce7f06e277e9f093002e5bfd2ad05e</authentication>
      </file>
    </fileContainer>
    <collection collectionId="77">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="405">
                  <text>Aulas</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="548">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/77';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;&lt;span&gt;Introdução ao exame físico em Pediatria&lt;br /&gt;&lt;/span&gt;&lt;/h1&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Aula&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/Fs7SKkxKT0w?si=IdlZNYvUN687apSe" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Professora:&lt;br /&gt;&lt;span&gt;Paula&amp;nbsp;Valladares Guerra Resende&lt;br /&gt;(Professora do Departamento de Pediatria, Faculdade de Medicina da Universidade Federal de Minas Gerais - UFMG) &amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="549">
                <text>Introdução ao Exame Físico com Foco na Pediatria</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="550">
                <text>Aula introdutória sobre o exame físico pediátrico, ministrada pela Professora Paula Resende do Departamento de Pediatria da UFMG. O conteúdo aborda as particularidades da criança em relação ao adulto, a importância de uma abordagem adaptada, a realização de um exame completo e eficaz, o registro adequado das informações, e detalhes sobre dados antropométricos, dados vitais, ectoscopia e exame segmentar (cabeça, olhos, ouvidos, nariz, garganta, pescoço e linfonodos). Destaca-se a necessidade de flexibilidade, interação com a criança e os pais, e a detecção de sinais inesperados para um diagnóstico preciso.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="551">
                <text>Paula Valladares Guerra Resende  (Professora do Departamento de Pediatria, Faculdade de Medicina da Universidade Federal de Minas Gerais - UFMG)</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="552">
                <text>Faculdade de Medicina da Universidade Federal de Minas Gerais (UFMG)</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="553">
                <text>2025-07-17</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="554">
                <text>Departamento de Pediatria, Faculdade de Medicina, Universidade Federal de Minas Gerais (UFMG)</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="47">
            <name>Rights</name>
            <description>Information about rights held in and over the resource</description>
            <elementTextContainer>
              <elementText elementTextId="555">
                <text>Material educativo. Reprodução permitida para fins acadêmicos e de saúde pública com citação da fonte.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="556">
                <text>Texto, PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="557">
                <text>pt-BR</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="43">
            <name>Identifier</name>
            <description>An unambiguous reference to the resource within a given context</description>
            <elementTextContainer>
              <elementText elementTextId="558">
                <text>https://cadtec.medicina.ufmg.br/acervo/</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="584">
                <text>Cadtec - Faculdade Medicina UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
    <tagContainer>
      <tag tagId="45">
        <name>Abordagem Pediátrica</name>
      </tag>
      <tag tagId="61">
        <name>Adaptação do Exame</name>
      </tag>
      <tag tagId="89">
        <name>Amígdalas</name>
      </tag>
      <tag tagId="64">
        <name>Anamnese</name>
      </tag>
      <tag tagId="52">
        <name>Cabeça</name>
      </tag>
      <tag tagId="51">
        <name>COENG</name>
      </tag>
      <tag tagId="66">
        <name>Colo dos Pais</name>
      </tag>
      <tag tagId="63">
        <name>Confiança</name>
      </tag>
      <tag tagId="85">
        <name>Conjuntivite</name>
      </tag>
      <tag tagId="62">
        <name>Cooperação do Paciente</name>
      </tag>
      <tag tagId="88">
        <name>Corpo Estranho Nasal</name>
      </tag>
      <tag tagId="78">
        <name>Crescimento Infantil</name>
      </tag>
      <tag tagId="44">
        <name>Criança</name>
      </tag>
      <tag tagId="47">
        <name>Dados Antropométricos</name>
      </tag>
      <tag tagId="48">
        <name>Dados Vitais</name>
      </tag>
      <tag tagId="72">
        <name>Diagnóstico Pediátrico</name>
      </tag>
      <tag tagId="70">
        <name>Distração</name>
      </tag>
      <tag tagId="49">
        <name>Ectoscopia</name>
      </tag>
      <tag tagId="79">
        <name>Estado Nutricional</name>
      </tag>
      <tag tagId="84">
        <name>Estrabismo</name>
      </tag>
      <tag tagId="42">
        <name>Exame Físico Pediátrico</name>
      </tag>
      <tag tagId="50">
        <name>Exame Segmentar</name>
      </tag>
      <tag tagId="68">
        <name>Explicação Lúdica</name>
      </tag>
      <tag tagId="81">
        <name>Fontanela</name>
      </tag>
      <tag tagId="75">
        <name>Frequência Cardíaca Pediátrica</name>
      </tag>
      <tag tagId="76">
        <name>Frequência Respiratória Pediátrica</name>
      </tag>
      <tag tagId="56">
        <name>Garganta</name>
      </tag>
      <tag tagId="58">
        <name>Linfonodos</name>
      </tag>
      <tag tagId="91">
        <name>Linfonodos Cervicais</name>
      </tag>
      <tag tagId="71">
        <name>Manejo do Choro</name>
      </tag>
      <tag tagId="55">
        <name>Nariz</name>
      </tag>
      <tag tagId="53">
        <name>Olhos</name>
      </tag>
      <tag tagId="86">
        <name>Otoscopia</name>
      </tag>
      <tag tagId="54">
        <name>Ouvidos</name>
      </tag>
      <tag tagId="46">
        <name>Particularidades do Exame</name>
      </tag>
      <tag tagId="92">
        <name>Paula Resende</name>
      </tag>
      <tag tagId="43">
        <name>Pediatria</name>
      </tag>
      <tag tagId="80">
        <name>Perímetro Cefálico</name>
      </tag>
      <tag tagId="57">
        <name>Pescoço</name>
      </tag>
      <tag tagId="69">
        <name>Preparo Material</name>
      </tag>
      <tag tagId="74">
        <name>Pressão Arterial Pediátrica</name>
      </tag>
      <tag tagId="67">
        <name>Privacidade Adolescentes</name>
      </tag>
      <tag tagId="59">
        <name>Prontuário Médico</name>
      </tag>
      <tag tagId="83">
        <name>Reflexo Vermelho</name>
      </tag>
      <tag tagId="60">
        <name>Registro de Informações</name>
      </tag>
      <tag tagId="87">
        <name>Rinorreia</name>
      </tag>
      <tag tagId="65">
        <name>Sequência Crânio-caudal</name>
      </tag>
      <tag tagId="73">
        <name>Sinais Inesperados</name>
      </tag>
      <tag tagId="77">
        <name>Temperatura Pediátrica</name>
      </tag>
      <tag tagId="82">
        <name>Teste do Olhinho</name>
      </tag>
      <tag tagId="90">
        <name>Tireoide</name>
      </tag>
      <tag tagId="1">
        <name>UFMG</name>
      </tag>
    </tagContainer>
  </item>
  <item itemId="92" public="1" featured="0">
    <fileContainer>
      <file fileId="10">
        <src>https://cadtec.medicina.ufmg.br/acervo/files/original/dba404fe417172f7ef1db0596a88bf66.pdf</src>
        <authentication>195c00ff29649a2b8409ce09990012e3</authentication>
      </file>
    </fileContainer>
    <collection collectionId="77">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="405">
                  <text>Aulas</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="559">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/77';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home&lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;&lt;span&gt;&lt;strong&gt;Vacinação (Parte 1): História, Desenvolvimento e Conceitos Básicos&lt;/strong&gt;&lt;br /&gt;&lt;/span&gt;&lt;/h1&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Aula&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/jgovPWWsrRU?si=QjDJKs0R-Wy-Iz1V" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Professora:&lt;br /&gt;&lt;span&gt;&lt;strong&gt;Mariana Antunes Faria Lima&lt;/strong&gt;&lt;br /&gt;(Professora do Departamento de Pediatria, Faculdade de Medicina da Universidade Federal de Minas Gerais - UFMG) &amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="560">
                <text>Vacinação (Parte 1): História, Desenvolvimento e Conceitos Básicos</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="561">
                <text>Aula ministrada pela professora Mariana Antunes, abordando a história, o desenvolvimento e os conceitos básicos das vacinas, incluindo sua conservação e considerações gerais sobre imunização. A aula destaca o impacto das vacinas na saúde pública, as fases de desenvolvimento, os tipos de imunidade e as diferentes categorias de vacinas.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="562">
                <text>Mariana Antunes Faria Lima (Professora de Pediatria)</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="563">
                <text>2025-07-21</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="564">
                <text>N/A</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="565">
                <text>Texto</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="566">
                <text>pt-BR</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="43">
            <name>Identifier</name>
            <description>An unambiguous reference to the resource within a given context</description>
            <elementTextContainer>
              <elementText elementTextId="567">
                <text>https://cadtec.medicina.ufmg.br/acervo/</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="47">
            <name>Rights</name>
            <description>Information about rights held in and over the resource</description>
            <elementTextContainer>
              <elementText elementTextId="580">
                <text>Material educativo. Reprodução permitida para fins acadêmicos e de saúde pública com citação da fonte.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="581">
                <text>Aula, Material Didático, Transcrição</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="582">
                <text>Faculdade de Medicina da Universidade Federal de Minas Gerais (UFMG)</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="583">
                <text>Cadtec - Faculdade Medicina UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
    <tagContainer>
      <tag tagId="107">
        <name>Anvisa</name>
      </tag>
      <tag tagId="129">
        <name>aplicação simultânea</name>
      </tag>
      <tag tagId="119">
        <name>caxumba</name>
      </tag>
      <tag tagId="99">
        <name>conceitos de imunização</name>
      </tag>
      <tag tagId="98">
        <name>conservação de vacinas</name>
      </tag>
      <tag tagId="117">
        <name>coqueluche</name>
      </tag>
      <tag tagId="97">
        <name>desenvolvimento de vacinas</name>
      </tag>
      <tag tagId="114">
        <name>difteria</name>
      </tag>
      <tag tagId="110">
        <name>doenças infecciosas</name>
      </tag>
      <tag tagId="105">
        <name>Edward Jenner</name>
      </tag>
      <tag tagId="111">
        <name>erradicação de doenças</name>
      </tag>
      <tag tagId="116">
        <name>febre amarela</name>
      </tag>
      <tag tagId="123">
        <name>hepatite B</name>
      </tag>
      <tag tagId="96">
        <name>história da vacinação</name>
      </tag>
      <tag tagId="125">
        <name>imunidade adquirida</name>
      </tag>
      <tag tagId="124">
        <name>imunidade inata</name>
      </tag>
      <tag tagId="95">
        <name>imunização</name>
      </tag>
      <tag tagId="126">
        <name>imunização ativa</name>
      </tag>
      <tag tagId="127">
        <name>imunização passiva</name>
      </tag>
      <tag tagId="128">
        <name>intervalos vacinais</name>
      </tag>
      <tag tagId="131">
        <name>Mariana Antunes</name>
      </tag>
      <tag tagId="43">
        <name>Pediatria</name>
      </tag>
      <tag tagId="109">
        <name>PNI</name>
      </tag>
      <tag tagId="113">
        <name>poliomielite</name>
      </tag>
      <tag tagId="108">
        <name>Programa Nacional de Imunizações</name>
      </tag>
      <tag tagId="121">
        <name>raiva</name>
      </tag>
      <tag tagId="122">
        <name>rotavírus</name>
      </tag>
      <tag tagId="120">
        <name>rubéola</name>
      </tag>
      <tag tagId="118">
        <name>sarampo</name>
      </tag>
      <tag tagId="40">
        <name>Saúde Pública</name>
      </tag>
      <tag tagId="130">
        <name>situações especiais</name>
      </tag>
      <tag tagId="115">
        <name>tétano</name>
      </tag>
      <tag tagId="100">
        <name>tipos de vacinas</name>
      </tag>
      <tag tagId="93">
        <name>Vacinação</name>
      </tag>
      <tag tagId="94">
        <name>vacinas</name>
      </tag>
      <tag tagId="101">
        <name>vacinas atenuadas</name>
      </tag>
      <tag tagId="103">
        <name>vacinas combinadas</name>
      </tag>
      <tag tagId="104">
        <name>vacinas conjugadas</name>
      </tag>
      <tag tagId="102">
        <name>vacinas inativadas</name>
      </tag>
      <tag tagId="112">
        <name>varíola</name>
      </tag>
      <tag tagId="106">
        <name>variolação</name>
      </tag>
    </tagContainer>
  </item>
  <item itemId="93" public="1" featured="0">
    <fileContainer>
      <file fileId="11">
        <src>https://cadtec.medicina.ufmg.br/acervo/files/original/8f272a7cdbc7c101ca1f4b779de775ff.pdf</src>
        <authentication>ed3ac914bf789cdc9097392a3fe0d5f2</authentication>
      </file>
    </fileContainer>
    <collection collectionId="77">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="405">
                  <text>Aulas</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="568">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/77';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home&lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;&lt;span&gt;&lt;strong&gt;Vacinação (Parte 2): Programa Nacional de Imunizações e Vacinas no Brasil&lt;/strong&gt;&lt;br /&gt;&lt;/span&gt;&lt;/h1&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Aula&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/IxPXzVx73Kk?si=WE3tVLtWZbYU0KA0" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Professora:&lt;br /&gt;&lt;span&gt;&lt;strong&gt;Mariana Antunes Faria Lima&lt;/strong&gt;&lt;br /&gt;(Professora do Departamento de Pediatria, Faculdade de Medicina da Universidade Federal de Minas Gerais - UFMG) &amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="569">
                <text>Vacinação (Parte 2): Programa Nacional de Imunizações e Vacinas no Brasil</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="570">
                <text>Aula ministrada pela professora Mariana Antunes, dando continuidade ao tema da vacinação. Aborda o Programa Nacional de Imunizações (PNI), sua história e conquistas, além de detalhar as vacinas disponíveis no Brasil, com foco no calendário vacinal infantil do SUS, desde o nascimento até os 14 anos, incluindo indicações, composições, esquemas e contraindicações.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="571">
                <text>Mariana Antunes Faria Lima (Professora do Departamento de Pediatria)</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="572">
                <text>Aula "Vacinação (Parte 2)"</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="573">
                <text>2025-07-21</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="574">
                <text>Departamento de Pediatria, Faculdade de Medicina, Universidade Federal de Minas Gerais (UFMG)</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="47">
            <name>Rights</name>
            <description>Information about rights held in and over the resource</description>
            <elementTextContainer>
              <elementText elementTextId="575">
                <text>Material educativo. Reprodução permitida para fins acadêmicos e de saúde pública com citação da fonte.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="576">
                <text>Texto</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="577">
                <text>pt-BR</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="578">
                <text>Aula, Material Didático, Transcrição</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="43">
            <name>Identifier</name>
            <description>An unambiguous reference to the resource within a given context</description>
            <elementTextContainer>
              <elementText elementTextId="579">
                <text>https://cadtec.medicina.ufmg.br/acervo/</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="585">
                <text>Cadtec - Faculdade Medicina UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
    <tagContainer>
      <tag tagId="143">
        <name>BCG</name>
      </tag>
      <tag tagId="132">
        <name>calendário vacinal</name>
      </tag>
      <tag tagId="119">
        <name>caxumba</name>
      </tag>
      <tag tagId="155">
        <name>Centros de Referência para Imunobiológicos Especiais</name>
      </tag>
      <tag tagId="159">
        <name>cobertura vacinal</name>
      </tag>
      <tag tagId="158">
        <name>contra indicações</name>
      </tag>
      <tag tagId="117">
        <name>coqueluche</name>
      </tag>
      <tag tagId="151">
        <name>COVID-19</name>
      </tag>
      <tag tagId="154">
        <name>CRIEs</name>
      </tag>
      <tag tagId="141">
        <name>dengue</name>
      </tag>
      <tag tagId="114">
        <name>difteria</name>
      </tag>
      <tag tagId="156">
        <name>doenças imunopreveníveis</name>
      </tag>
      <tag tagId="153">
        <name>DTP</name>
      </tag>
      <tag tagId="157">
        <name>esquemas vacinais</name>
      </tag>
      <tag tagId="116">
        <name>febre amarela</name>
      </tag>
      <tag tagId="150">
        <name>Gripe</name>
      </tag>
      <tag tagId="152">
        <name>Hepatite A</name>
      </tag>
      <tag tagId="123">
        <name>hepatite B</name>
      </tag>
      <tag tagId="142">
        <name>HPV</name>
      </tag>
      <tag tagId="136">
        <name>imunobiológicos</name>
      </tag>
      <tag tagId="149">
        <name>Influenza</name>
      </tag>
      <tag tagId="131">
        <name>Mariana Antunes</name>
      </tag>
      <tag tagId="138">
        <name>meningites</name>
      </tag>
      <tag tagId="148">
        <name>Meningocócica</name>
      </tag>
      <tag tagId="160">
        <name>Ministério da Saúde</name>
      </tag>
      <tag tagId="43">
        <name>Pediatria</name>
      </tag>
      <tag tagId="144">
        <name>Pentavalente</name>
      </tag>
      <tag tagId="147">
        <name>Pneumocócica</name>
      </tag>
      <tag tagId="109">
        <name>PNI</name>
      </tag>
      <tag tagId="113">
        <name>poliomielite</name>
      </tag>
      <tag tagId="108">
        <name>Programa Nacional de Imunizações</name>
      </tag>
      <tag tagId="122">
        <name>rotavírus</name>
      </tag>
      <tag tagId="120">
        <name>rubéola</name>
      </tag>
      <tag tagId="118">
        <name>sarampo</name>
      </tag>
      <tag tagId="40">
        <name>Saúde Pública</name>
      </tag>
      <tag tagId="162">
        <name>SBIm</name>
      </tag>
      <tag tagId="135">
        <name>Sistema Único de Saúde</name>
      </tag>
      <tag tagId="161">
        <name>Sociedade Brasileira de Imunizações</name>
      </tag>
      <tag tagId="134">
        <name>SUS</name>
      </tag>
      <tag tagId="115">
        <name>tétano</name>
      </tag>
      <tag tagId="139">
        <name>tuberculose</name>
      </tag>
      <tag tagId="146">
        <name>Vacina Inativada Poliomielite</name>
      </tag>
      <tag tagId="93">
        <name>Vacinação</name>
      </tag>
      <tag tagId="133">
        <name>vacinação infantil</name>
      </tag>
      <tag tagId="94">
        <name>vacinas</name>
      </tag>
      <tag tagId="140">
        <name>varicela</name>
      </tag>
      <tag tagId="145">
        <name>VIP</name>
      </tag>
      <tag tagId="137">
        <name>Zé Gotinha</name>
      </tag>
    </tagContainer>
  </item>
  <item itemId="94" public="1" featured="0">
    <collection collectionId="65">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="96">
                  <text>Doutorado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="135">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da tese e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="586">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/65';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Tese&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Doutorado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/3wVnrYiUJkY?si=0KcFKtC8v5TsWAtJ" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluna:&lt;br /&gt;Aline De Oliveira Brandão&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Galton Carvalho Vasconcelos - Orientador - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Daniel Vitor de Vasconcelos Santos - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Rafael Coelho Magalhães - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Rita de Cássia Ietto Montilha – UNICAMP&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Nivea Nunes Ferraz – UNIFESP&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Fernanda Viotti Parreira - UFMG&amp;nbsp;&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Carlos Eduardo dos Reis Veloso - UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="587">
                <text>Instrumento De Avaliação De Crianças Com Deficiência Visual: Análise Do Teste Avif Com A Teoria De Resposta Ao Item</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="588">
                <text>Aline De Oliveira Brandão</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="589">
                <text>26 de Março de 2024</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="590">
                <text>Professor Galton Carvalho Vasconcelos - Orientador - UFMG&#13;
Professora Daniel Vitor de Vasconcelos Santos - UFMG&#13;
Professor Rafael Coelho Magalhães - UFMG&#13;
Professora Rita de Cássia Ietto Montilha – UNICAMP&#13;
Professora Nivea Nunes Ferraz – UNIFESP&#13;
Professora Fernanda Viotti Parreira - UFMG &#13;
Professor Carlos Eduardo dos Reis Veloso - UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="95" public="1" featured="0">
    <collection collectionId="66">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="97">
                  <text>Mestrado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="137">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="591">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/66';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/AF3yXHJsYXw?si=GEPjMEN471ttVo5u" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluna:&lt;br /&gt;Ana Helena Leandro Cordeiro&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Andy Petroianu - Orientador - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Carlos Teixeira Brandt – (Coorientador) UNIFACISA&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Maria Cecília Santos Cavalcanti Melo – UNIFACISA&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Thacira Dantas Almeida Ramos – UNIFACISA&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Vivian Resende – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Priscilla Lopes Fonseca Abrantes Sarmento (Suplente) – UFPB&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="592">
                <text>Opacificação Da Gordura Periapendicular Como Sinal Tomográfico Específico De Apendicopatias Inflamatórias E Não Inflamatórias</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="593">
                <text>Ana Helena Leandro Cordeiro</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="594">
                <text>19 de Abril de 2024</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="595">
                <text>Professor Andy Petroianu - Orientador - UFMG&#13;
Professor Carlos Teixeira Brandt – (Coorientador) UNIFACISA&#13;
Professora Maria Cecília Santos Cavalcanti Melo – UNIFACISA&#13;
Professora Thacira Dantas Almeida Ramos – UNIFACISA&#13;
Professora Vivian Resende – UFMG&#13;
Professora Priscilla Lopes Fonseca Abrantes Sarmento (Suplente) – UFPB</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="96" public="1" featured="0">
    <collection collectionId="66">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="97">
                  <text>Mestrado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="137">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="596">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/66';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/hHd8DIRBvIg?si=w8JKOSx9d5qn1Laf" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;Alexandre Neves Furtado&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Augusto Barbosa Reis - Orientador - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Marcelo Esteves Campos – (Coorientador) UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Daniel Xavier Lima – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Rogério Saint Clair Pimentel Mafra – Universidade de Itaúna&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Bruno Mello Rodrigues Santos (Suplente) – UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="597">
                <text>Avaliação Do Impacto Da Cirurgia Esterilizadora Masculina Na Satisfação Sexual De Casais</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="598">
                <text>Professor Augusto Barbosa Reis - Orientador - UFMG&#13;
Professor Marcelo Esteves Campos – (Coorientador) UFMG&#13;
Professor Daniel Xavier Lima – UFMG&#13;
Professor Rogério Saint Clair Pimentel Mafra – Universidade de Itaúna&#13;
Professor Bruno Mello Rodrigues Santos (Suplente) – UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="97" public="1" featured="0">
    <collection collectionId="66">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="97">
                  <text>Mestrado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="137">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="599">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/66';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/iaPaorFt8Do?si=Z9xXIolmVJ3f7ZJM" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluna:&lt;br /&gt;&lt;span&gt;Anna Cecília Santana Do Amaral&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Vivian Resende - Orientadora - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Luiz Ronaldo Alberti – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Fábio Gontijo Rodrigues – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Paulo Fernando Souto Bittencourt – FHEMIG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Renato Gomes Campanati - (Suplente) – UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="600">
                <text>Efetividade De Diferentes Próteses Plásticas Na Drenagem Endoscópica De Estenoses Peri-Hilares E Hilares</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="601">
                <text>Anna Cecília Santana Do Amaral</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="602">
                <text>07 de Março de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="603">
                <text>Professora Vivian Resende - Orientadora - UFMG&#13;
Professor Luiz Ronaldo Alberti – UFMG&#13;
Professor Fábio Gontijo Rodrigues – UFMG&#13;
Professor Paulo Fernando Souto Bittencourt – FHEMIG&#13;
Professor Renato Gomes Campanati - (Suplente) – UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="98" public="1" featured="0">
    <collection collectionId="65">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="96">
                  <text>Doutorado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="135">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da tese e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="604">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/65';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Tese&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/5rEv6_wJGxg?si=pBQMRJKovsf19-Km" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluna:&lt;br /&gt;&lt;span&gt;Antônio Márcio De Faria Andrade&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Cristiano Xavier Lima - Orientador - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Luiz Augusto Carneiro D Albuquerque (FMUSP)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Luciana Costa Faria – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Wanessa Trindade Clemente (UFMG)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Paula Vieira Teixeira Vidigal (UFMG)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Leonardo do Prado Lima - (Suplente) – HC - UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="605">
                <text>Insuficiência Hepática Aguda Na Febre Amarela: Experiência Clínico-Cirúrgica De Um Centro Transplantador Brasileiro No Enfrentamento Da Epidemia No Ano De 2018.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="606">
                <text>Antônio Márcio De Faria Andrade</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="607">
                <text>07 de Dezembro de 2023</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="608">
                <text>Professor Cristiano Xavier Lima - Orientador - UFMG&#13;
Professor Luiz Augusto Carneiro D Albuquerque (FMUSP)&#13;
Professora Luciana Costa Faria – UFMG&#13;
Professora Wanessa Trindade Clemente (UFMG)&#13;
&#13;
Professora Paula Vieira Teixeira Vidigal (UFMG)&#13;
Professor Leonardo do Prado Lima - (Suplente) – HC - UFMG&#13;
S</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="99" public="1" featured="0">
    <collection collectionId="66">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="97">
                  <text>Mestrado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="137">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="609">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/66';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/p65GcoZhAjU?si=pvIc4E73paYP3oKq" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Bruno Ferreira Russo&amp;nbsp;&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Agnaldo Soares Lima - Orientador - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Cristiano Xavier Lima - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Antônio Márcio de Faria Andrade – Hospital Felício Rocho&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor João Bernardo Sâncio Rocha Rodriguês - (Suplente) - UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="610">
                <text>Avaliação da Mortalidade Precoce em Pacientes Submetidos a Transplante de Fígado com Enxertos Captados em Locais Distantes do Centro Transplantador</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="611">
                <text>Bruno Ferreira Russo</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="612">
                <text>28 de Março de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="613">
                <text>Professor Agnaldo Soares Lima - Orientador - UFMG&#13;
Professor Cristiano Xavier Lima - UFMG&#13;
Professora Antônio Márcio de Faria Andrade – Hospital Felício Rocho&#13;
Professor João Bernardo Sâncio Rocha Rodriguês - (Suplente) - UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="100" public="1" featured="0">
    <collection collectionId="66">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="97">
                  <text>Mestrado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="137">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="614">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/66';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/bN3gnHc4lDs?si=JR4MW1bwNk_nmbTn" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;Bruno Victor Da Costa&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Alexandre Varella Giannetti - Orientador - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Samuel Tau Zymberg - UNIFESP&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Juliana Beaudette Drummond - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Baltazar Leão Reis - (Suplente) - UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="615">
                <text>Avaliação Dos Aspectos Da Imagem De Ressonância Magnética E Resultados Da Hipofisectomia Transesfenoidal Endoscópica Em Pacientes Acromegálicos</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="616">
                <text>Bruno Victor Da Costa</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="617">
                <text>25 de Outubro de 2024</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="618">
                <text>Professor Alexandre Varella Giannetti - Orientador - UFMG&#13;
Professor Samuel Tau Zymberg - UNIFESP&#13;
Professora Juliana Beaudette Drummond - UFMG&#13;
Professor Baltazar Leão Reis - (Suplente) - UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="101" public="1" featured="0">
    <collection collectionId="66">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="97">
                  <text>Mestrado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="137">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="619">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/66';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/Ir10R77nk1s?si=8s-Ghk9Ynj07wfkq" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Jader David Ricco&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Soraya Rodrigues de Almeida Sanches - Orientador - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Marco Antônio Gonçalves Rodrigues – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Alexandre Andrade dos Anjos Jácome – Instituto Oncoclínicas&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Marcelo Dias Sanches (suplente) – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Alexandre Lages Savassi Rocha - (Suplente) - UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="620">
                <text>Avaliação Dos Pacientes Portadores De Adenocarcinoma Gástrico Operados Em Um Grande Hospital Vinculado Ao Sus De Belo Horizonte</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="621">
                <text>Jader David Ricco</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="622">
                <text>29 de Janeiro de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="623">
                <text>Professora Soraya Rodrigues de Almeida Sanches - Orientador - UFMG&#13;
Professor Marco Antônio Gonçalves Rodrigues – UFMG&#13;
Professor Alexandre Andrade dos Anjos Jácome – Instituto Oncoclínicas&#13;
Professor Marcelo Dias Sanches (suplente) – UFMG&#13;
Professor Alexandre Lages Savassi Rocha - (Suplente) - UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="102" public="1" featured="0">
    <collection collectionId="66">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="97">
                  <text>Mestrado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="137">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="624">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/66';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/-b5WZWXqW4E?si=5s808mbFxxcdrSjS" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Júlia Bianchi Brito&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Marcelo Eller Miranda - Orientador - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Camila Girardi Fachin – UFPR&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Bernardo Almeida Campos – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Paulo Custódio Furtado Cruzeiro – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Clécio Piçarro (suplente) – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Luiz Ronaldo Alberti - (Suplente) - UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="625">
                <text>Apendicectomia Transumbilical Videoassistida Em Crianças E Adolescentes. Estudo Prospectivo No Hospital Das Clínicas Da UFMG/EBSERH</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="626">
                <text>Júlia Bianchi Brito</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="627">
                <text>14 de Abril de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="628">
                <text>Professor Marcelo Eller Miranda - Orientador - UFMG&#13;
Professora Camila Girardi Fachin – UFPR&#13;
Professor Bernardo Almeida Campos – UFMG&#13;
Professor Paulo Custódio Furtado Cruzeiro – UFMG&#13;
Professor Clécio Piçarro (suplente) – UFMG&#13;
Professor Luiz Ronaldo Alberti - (Suplente) - UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="103" public="1" featured="0">
    <collection collectionId="66">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="97">
                  <text>Mestrado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="137">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="629">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/66';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/uWzBtfK1wWY?si=Vy5l-8U533LLfdi8" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Mara Rúbia de Moura&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Agnaldo Soares Lima - Orientador - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Antônio Nocchi Kalil - Universidade Federal Ciências da Saúde de Porto Alegre - UFCSPA&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Francisco Guilherme Cancela e Penna - HC-UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Leonardo do Prado Lima - (Suplente) - HC/UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="630">
                <text>Avaliação Do Custo Do Transplante Hepático Em Um Hospital De Atendimento Do Sistema Único De Saúde</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="631">
                <text>Mara Rúbia de Moura</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="632">
                <text>20 de Dezembro de 2023</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="633">
                <text>Professor Agnaldo Soares Lima - Orientador - UFMG&#13;
Professor Antônio Nocchi Kalil - Universidade Federal Ciências da Saúde de Porto Alegre - UFCSPA&#13;
Professor Francisco Guilherme Cancela e Penna - HC-UFMG&#13;
Professor Leonardo do Prado Lima - (Suplente) - HC/UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="104" public="1" featured="0">
    <collection collectionId="66">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="97">
                  <text>Mestrado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="137">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="634">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/66';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/Uw0qEIhvpkE?si=MZv1b5WANulii-8J" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Marcelo De Oliveira E Britto Perucci&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Marco Antônio Percope de Andrade - Orientador - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Túlio Vinicius de Oliveira Campos – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Vincenzo Giordano Neto – HOSPITAL MIGUEL COUTO&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Robinson Esteves Santos Pires – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Luiz Eduardo Moreira Teixeira (suplente) – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Guilherme Moreira de Abreu e Silva - (Suplente) - UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="635">
                <text>Fatores De Risco Para Reoperação Em Fraturas Da Extremidade Distal Do Fêmur</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="636">
                <text>Marcelo De Oliveira E Britto Perucci</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="637">
                <text>10 de Fevereiro de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="638">
                <text>Professor Marco Antônio Percope de Andrade - Orientador - UFMG&#13;
Professor Túlio Vinicius de Oliveira Campos – UFMG&#13;
Professor Vincenzo Giordano Neto – HOSPITAL MIGUEL COUTO&#13;
Professor Robinson Esteves Santos Pires – UFMG&#13;
Professor Luiz Eduardo Moreira Teixeira (suplente) – UFMG&#13;
Professor Guilherme Moreira de Abreu e Silva - (Suplente) - UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="105" public="1" featured="0">
    <collection collectionId="65">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="96">
                  <text>Doutorado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="135">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da tese e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="639">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/65';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Tese&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Doutorado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/KiKcn-nABQk?si=A2VmMBHKZzJqw8lx" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Marcus Vinícius De Paula Da Silva&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Cláudio Léo Gelape - Orientador - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Fábio Morato de Castilho – (Coorientador) – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Renato Tambellini Arnoni – Instituto Dante Pazzanese de Cardiologia&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Teresa Cristina de Abreu Ferrari – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Luiz Felipe Pinho Moreira – INCOR&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Marco Paulo Tomaz Barbosa – HC-UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Gustavo Bernardes de Figueiredo Oliveira – Instituto Dante Pazzanese de Cardiologia – (suplente)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Luiz Guilherme Passaglia - (Suplente) - HC/UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="640">
                <text>Avaliação De Biomarcadores Inflamatórios Em Artérias Pulmonares De Transplantados Cardíacos Chagásicos E Não Chagásicos.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="641">
                <text>Marcus Vinícius De Paula Da Silva</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="642">
                <text>18 de Setembro de 2024</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="643">
                <text>Professor Cláudio Léo Gelape - Orientador - UFMG&#13;
Professor Fábio Morato de Castilho – (Coorientador) – UFMG&#13;
Professor Renato Tambellini Arnoni – Instituto Dante Pazzanese de Cardiologia&#13;
Professora Teresa Cristina de Abreu Ferrari – UFMG&#13;
Professor Luiz Felipe Pinho Moreira – INCOR&#13;
Professor Marco Paulo Tomaz Barbosa – HC-UFMG&#13;
Professor Gustavo Bernardes de Figueiredo Oliveira – Instituto Dante Pazzanese de Cardiologia – (suplente)&#13;
Professor Luiz Guilherme Passaglia - (Suplente) - HC/UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="106" public="1" featured="0">
    <collection collectionId="65">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="96">
                  <text>Doutorado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="135">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da tese e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="644">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/65';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Tese&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Doutorado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/103QSp0ePMw?si=6mymchDYtKNWKnfL" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Paulo Randal Pires Junior&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Tarcizo Afonso Nunes - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Antônio Carlos da Costa - FCMSCSP&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Luiz Eduardo Moreira Teixeira - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Daniel Soares Baumfeld – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Antônio Tufi Neder Filho - (Hospital Mater Dei)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Guilherme Moreira de Abreu e Silva - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Cláudio Beling Gonçalves Soares (Hospital Madre Teresa)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Lúcio Honório de Carvalho Júnior - (Suplente) - UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="645">
                <text>Estudo Comparativo Entre O Acesso Cirúrgico Clássico De Henry E O Acesso De Estiloide Radial No Tratamento De Fraturas Distais Do Rádio Com Uso De Placas Bloqueadas</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="646">
                <text>Paulo Randal Pires Junior</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="647">
                <text>30 de Outubro de 2023</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="648">
                <text>Professor Tarcizo Afonso Nunes - UFMG&#13;
Professor Antônio Carlos da Costa - FCMSCSP&#13;
Professor Luiz Eduardo Moreira Teixeira - UFMG&#13;
Professor Daniel Soares Baumfeld – UFMG&#13;
Professor Antônio Tufi Neder Filho - (Hospital Mater Dei)&#13;
Professor Guilherme Moreira de Abreu e Silva - UFMG&#13;
Professor Cláudio Beling Gonçalves Soares (Hospital Madre Teresa)&#13;
Professor Lúcio Honório de Carvalho Júnior - (Suplente) - UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="107" public="1" featured="0">
    <collection collectionId="65">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="96">
                  <text>Doutorado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="135">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da tese e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="649">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/65';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Tese&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Doutorado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/wW_wHTa81aU?si=eTdEWAE09TMoyo2S" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Ricardo Gonçalves Alvim&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Augusto Barbosa Reis (Orientador) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Geraldo Felício da Cunha Júnior - Hospital Semper&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Renato Beluco Corradi Fonseca - Hospital Luxemburgo&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Bruno Mello Rodrigues dos Santos – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Daniel Xavier Lima - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Marcelo Esteves Chaves Campos (Suplente) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor André Lopes Salazar - Faculdade de Ciências Médicas de MG - FELUMA – (Suplente)&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="650">
                <text>A Imunoterapia Combinada Com Agonista Ox40 E Inibidor De Pd-1 Melhora A Eficácia Da Terapia Fotodinâmica Vascular (Vtp) Em Um Modelo De Tumor Urotelial</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="651">
                <text> Ricardo Gonçalves Alvim</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="652">
                <text>23 de Setembro de 2024</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="653">
                <text>Professor Augusto Barbosa Reis (Orientador) - UFMG&#13;
Professor Geraldo Felício da Cunha Júnior - Hospital Semper&#13;
Professor Renato Beluco Corradi Fonseca - Hospital Luxemburgo&#13;
Professor Bruno Mello Rodrigues dos Santos – UFMG&#13;
Professor Daniel Xavier Lima - UFMG&#13;
Professor Marcelo Esteves Chaves Campos (Suplente) - UFMG&#13;
Professor André Lopes Salazar - Faculdade de Ciências Médicas de MG - FELUMA – (Suplente)</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="108" public="1" featured="0">
    <collection collectionId="66">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="97">
                  <text>Mestrado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="137">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="654">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/66';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/301jFh_MhTc?si=dWzeZj7gKYxYhbQN" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Tuian Santiago Cerqueira&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Vivian Resende (Orientadora) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Eduardo Paulino Junior - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Cirênio Almeida Barbosa - UFOP&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor . Leonardo do Prado Lima – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Fabio Gontijo Rodrigues - UFMG - (Suplente)&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="655">
                <text>Análise De Metástases Linfonodais Em Peças Cirúrgicas De Duodenopancreatectomia Realizadas Em Pacientes Com Carcinoma Da Papila Duodenal Maior</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="656">
                <text>Tuian Santiago Cerqueira</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="657">
                <text>29 de Setembro de 2023</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="658">
                <text>Professora Vivian Resende (Orientadora) - UFMG&#13;
Professor Eduardo Paulino Junior - UFMG&#13;
Professor Cirênio Almeida Barbosa - UFOP&#13;
Professor . Leonardo do Prado Lima – UFMG&#13;
Professor Fabio Gontijo Rodrigues - UFMG - (Suplente)</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="109" public="1" featured="0">
    <collection collectionId="49">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="80">
                  <text>Doutorado: Programa de Infectologia e Medicina Tropical</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="117">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da tese e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="659">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/49';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Tese&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Doutorado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/id3-XDdEiVE?si=n2nsHjmaW82dopNv" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Tuian Santiago Cerqueira&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor&amp;nbsp;Unaí Tupinambás (Orientador) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Neuranides Santana – Orientação dupla (UFBA)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Helena Duani - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Murilo Costa Soares - (Fundação Estadual de Inovação em Saúde - INOVA Capixaba)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Maria Yaná Guimarães Silva Freitas - (Universidade Estadual de Feira de Santana)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Marta Cossetin Costa (Universidade Estadual do Oeste do Paraná)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Mateus Rodrigues Westin - UFMG - (Suplente)&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="660">
                <text>"Correlações Entre Vulnerabilidades E Soroprevalência De Infecções Sexualmente Transmissíveis Em Homens Privados De Liberdade: Um Estudo Transversal Na Região Norte De Minas Gerais/Brasil"</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="661">
                <text>Carlos Eduardo Prates Fonseca</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="662">
                <text>10 de Abril de 2024</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="663">
                <text>Professor Unaí Tupinambás (Orientador) - UFMG&#13;
Professor Neuranides Santana – Orientação dupla (UFBA)&#13;
Professora Helena Duani - UFMG&#13;
Professor Murilo Costa Soares - (Fundação Estadual de Inovação em Saúde - INOVA Capixaba)&#13;
Professora Maria Yaná Guimarães Silva Freitas - (Universidade Estadual de Feira de Santana)&#13;
&#13;
Professora Marta Cossetin Costa (Universidade Estadual do Oeste do Paraná)&#13;
Professor Mateus Rodrigues Westin - UFMG - (Suplente)</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="110" public="1" featured="0">
    <collection collectionId="66">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="97">
                  <text>Mestrado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="137">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="664">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/66';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/8SE94OFTvcM?si=IuPWsTA9vL7rUobM" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Ana Eloiza Verônica Machado&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Luiz Ronaldo Alberti (Orientador) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Argos Soares de Matos Filho - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Bruno Queiroz Sander - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Vivian Resende - (Suplente) - UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="665">
                <text>Análise Da Perda De Peso E Risco De Doenças Cardiovasculares Em Pacientes Submetidos A Sutura Endoscópica (Overstitch®) No Período De 12 Meses</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="666">
                <text>Ana Eloiza Verônica Machado</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="667">
                <text>09 de Julho de 2024</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="668">
                <text>Professor Luiz Ronaldo Alberti (Orientador) - UFMG&#13;
Professor Argos Soares de Matos Filho - UFMG&#13;
Professor Bruno Queiroz Sander - UFMG&#13;
Professora Vivian Resende - (Suplente) - UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="111" public="1" featured="0">
    <collection collectionId="66">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="97">
                  <text>Mestrado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="137">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="669">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/66';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/d8hL2Y6JInc?si=EhvMrKNKJS1KrdE2" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Haroldo Oliveira De Freitas Júnior&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Marco Antônio Percope de Andrade&amp;nbsp; (Orientador) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Jefferson Soares Leal (Coorientador) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Luiz Eduardo Moreira Teixeira - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Tulio Vinicius de Oliveira Campos - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Rozilene Maria Cota Aroeira – Clínica Vértebra&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Daniel Soares Baumfeld - (Suplente) - UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="670">
                <text>Capacidade Corretiva Radiográfica Inicial Do Colete 3d Em Pacientes Com Escoliose Idiopática Do Adolescente</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="671">
                <text>Haroldo Oliveira De Freitas Júnior</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="672">
                <text>12 de Agosto de 2024</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="673">
                <text>Professor Marco Antônio Percope de Andrade  (Orientador) - UFMG&#13;
Professor Jefferson Soares Leal (Coorientador) - UFMG&#13;
Professor Luiz Eduardo Moreira Teixeira - UFMG&#13;
Professor Tulio Vinicius de Oliveira Campos - UFMG&#13;
Professor Rozilene Maria Cota Aroeira – Clínica Vértebra&#13;
Professor Daniel Soares Baumfeld - (Suplente) - UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="112" public="1" featured="0">
    <collection collectionId="65">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="96">
                  <text>Doutorado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="135">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da tese e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="674">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/65';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Tese&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Doutorado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/t1jAHzSBbLs?si=brC8s8h61HZM0iYD" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;João Bernardo Sancio Rocha Rodrigues&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Vivian Resende (Orientadora) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Eduardo Paulino Junior - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Leonardo do Prado Lima - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Fernando Augusto de Vasconcellos Santos (FCMMG)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Maria Cristina Vasconcellos Furtado (UFJF)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Eduardo Jose Brommelstroet Ramos (PUCPR) &lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Renato Gomes Campanati (Suplente) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Nivaldo Hartung Toppa - (Suplente) - UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="675">
                <text>Aspectos Clínicos, Histopatológicos E Sobrevida De Pacientes Com Diferentes Tipos De Carcinomas Periampulares Submetidos A Duodenopancreatectomia Cefálica Com Intenção Curativa</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="676">
                <text>João Bernardo Sancio Rocha Rodrigues</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="677">
                <text>16 de Julho de 2024</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="678">
                <text>Professora Vivian Resende (Orientadora) - UFMG&#13;
Professor Eduardo Paulino Junior - UFMG&#13;
Professor Leonardo do Prado Lima - UFMG&#13;
Professor Fernando Augusto de Vasconcellos Santos (FCMMG)&#13;
Professora Maria Cristina Vasconcellos Furtado (UFJF)&#13;
Professor Eduardo Jose Brommelstroet Ramos (PUCPR)&#13;
Professor Renato Gomes Campanati (Suplente) - UFMG&#13;
Professor Nivaldo Hartung Toppa - (Suplente) - UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="113" public="1" featured="0">
    <fileContainer>
      <file fileId="12">
        <src>https://cadtec.medicina.ufmg.br/acervo/files/original/62d5e90893355fbd5b3356504b4361af.pdf</src>
        <authentication>0c916fae637dcb54b5a7478f8d1e0925</authentication>
      </file>
    </fileContainer>
    <collection collectionId="77">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="405">
                  <text>Aulas</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="679">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/77';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt;&lt;span dir="auto" style="vertical-align: inherit;"&gt;&lt;span dir="auto" style="vertical-align: inherit;"&gt;⌂ Início&lt;/span&gt;&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;&lt;span&gt;Aleitamento Materno: Fisiologia, Benefícios e Manejo Clínico&lt;/span&gt;&lt;/h1&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Aula&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/ihHXAurtcGQ?si=52et2aLlEU9l6C5u" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Professora:&lt;br /&gt;&lt;span&gt;Ana Paula&lt;br /&gt;(Professora do Departamento de Pediatria, Faculdade de Medicina da Universidade Federal de Minas Gerais - UFMG) &amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="680">
                <text>Aleitamento Materno: Fisiologia, Benefícios e Manejo Clínico</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="681">
                <text>Aula ministrada pela Professora Ana Paula (Departamento de Pediatria, Faculdade de Medicina, UFMG) sobre o aleitamento materno. O conteúdo abrange as classificações do aleitamento (exclusivo, predominante, etc.), a fisiologia da lactação, a composição variável do leite materno (colostro, leite maduro), e seus múltiplos benefícios para a saúde do bebê e da mãe. A aula também aborda contra indicações, orientações práticas sobre técnica e armazenamento, as taxas de amamentação no Brasil e os principais desafios enfrentados pelas lactantes.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="682">
                <text>Ana Paula (Professora do Departamento de Pediatria)</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="683">
                <text>Faculdade de Medicina - UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="684">
                <text>Cadtec - Faculdade Medicina UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="685">
                <text>2025-08-20</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="686">
                <text>Departamento de Pediatria, Faculdade de Medicina, Universidade Federal de Minas Gerais (UFMG)</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="47">
            <name>Rights</name>
            <description>Information about rights held in and over the resource</description>
            <elementTextContainer>
              <elementText elementTextId="687">
                <text>Material educativo. Reprodução permitida para fins acadêmicos e de saúde pública com citação da fonte.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="688">
                <text>pt-BR</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="689">
                <text>Aula, Material Didático, Texto Educacional</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="43">
            <name>Identifier</name>
            <description>An unambiguous reference to the resource within a given context</description>
            <elementTextContainer>
              <elementText elementTextId="690">
                <text>https://cadtec.medicina.ufmg.br/acervo/</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
    <tagContainer>
      <tag tagId="163">
        <name>#AleitamentoMaterno</name>
      </tag>
      <tag tagId="164">
        <name>#Amamentacao</name>
      </tag>
      <tag tagId="181">
        <name>#BancoDeLeite</name>
      </tag>
      <tag tagId="173">
        <name>#BeneficiosDaAmamentacao</name>
      </tag>
      <tag tagId="170">
        <name>#Colostro</name>
      </tag>
      <tag tagId="172">
        <name>#GoldenHour</name>
      </tag>
      <tag tagId="182">
        <name>#IntroducaoAlimentar</name>
      </tag>
      <tag tagId="165">
        <name>#LeiteMaterno</name>
      </tag>
      <tag tagId="171">
        <name>#LivreDemanda</name>
      </tag>
      <tag tagId="175">
        <name>#Maternidade</name>
      </tag>
      <tag tagId="179">
        <name>#MinisterioDaSaude</name>
      </tag>
      <tag tagId="169">
        <name>#NutricaoInfantil</name>
      </tag>
      <tag tagId="178">
        <name>#OMS</name>
      </tag>
      <tag tagId="167">
        <name>#Pediatria</name>
      </tag>
      <tag tagId="180">
        <name>#PegaCorreta</name>
      </tag>
      <tag tagId="176">
        <name>#PosParto</name>
      </tag>
      <tag tagId="174">
        <name>#RedeDeApoio</name>
      </tag>
      <tag tagId="177">
        <name>#SaudeDaMulher</name>
      </tag>
      <tag tagId="166">
        <name>#SaudeDoBebe</name>
      </tag>
      <tag tagId="183">
        <name>#SaudeInfantil</name>
      </tag>
      <tag tagId="168">
        <name>#UFMG</name>
      </tag>
    </tagContainer>
  </item>
  <item itemId="114" public="1" featured="0">
    <fileContainer>
      <file fileId="13">
        <src>https://cadtec.medicina.ufmg.br/acervo/files/original/4e74f8bb29f6d6df277f786468a3a32f.pdf</src>
        <authentication>f8172bcde65e7924b9d178b04a4ad72b</authentication>
      </file>
    </fileContainer>
    <collection collectionId="77">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="405">
                  <text>Aulas</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="691">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/77';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt;&lt;span dir="auto" style="vertical-align: inherit;"&gt;&lt;span dir="auto" style="vertical-align: inherit;"&gt;⌂ Início&lt;/span&gt;&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;&lt;span&gt;Desenvolvimento da Criança&lt;/span&gt;&lt;/h1&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Aula&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/oLFMCvml4ts?si=GcxWoJhEA32B_vdS" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Professora:&lt;br /&gt;&lt;span&gt;Keyla Cunha&lt;br /&gt;(Professora do Departamento de Pediatria, Faculdade de Medicina da Universidade Federal de Minas Gerais - UFMG) &amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="692">
                <text>Desenvolvimento da Criança</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="693">
                <text>Aula ministrada pela Pediatra e Professora Keyla Cunha, do Departamento de Pediatria da UFMG, que aborda o desenvolvimento da criança. &#13;
O conteúdo detalha as quatro áreas de desenvolvimento (motor grosseiro, motor fino, linguagem e pessoal social) e a importância da avaliação como triagem. A aula também explica a abordagem clínica, incluindo anamnese e exame físico, os fatores de risco e o uso da Caderneta da Criança como ferramenta de avaliação. A palestrante finaliza a aula com a classificação do desenvolvimento (adequado, alertaou atraso) e a conduta a ser tomada em cada caso.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="694">
                <text>Keyla Cunha - Pediatra e Professora do Departamento de Pediatria da&#13;
Faculdade de Medicina da UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="695">
                <text>Departamento de Pediatria da Faculdade de Medicina da UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="696">
                <text>Cadtec - Faculdade Medicina UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="697">
                <text> 2025-09-09</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="698">
                <text>Departamento de Pediatria, Faculdade de Medicina, Universidade&#13;
Federal de Minas Gerais (UFMG)</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="47">
            <name>Rights</name>
            <description>Information about rights held in and over the resource</description>
            <elementTextContainer>
              <elementText elementTextId="699">
                <text>Material educativo. Reprodução permitida para fins acadêmicos e de saúde&#13;
pública com citação da fonte.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="700">
                <text>Texto, PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="701">
                <text> pt-BR</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="702">
                <text>Aula, Material Didático, Transcrição</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="43">
            <name>Identifier</name>
            <description>An unambiguous reference to the resource within a given context</description>
            <elementTextContainer>
              <elementText elementTextId="703">
                <text>https://cadtec.medicina.ufmg.br/acervo/</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
    <tagContainer>
      <tag tagId="193">
        <name>alterações fenotípicas</name>
      </tag>
      <tag tagId="185">
        <name>avaliação do desenvolvimento</name>
      </tag>
      <tag tagId="189">
        <name>Caderneta da Criança</name>
      </tag>
      <tag tagId="78">
        <name>Crescimento Infantil</name>
      </tag>
      <tag tagId="184">
        <name>Desenvolvimento da Criança</name>
      </tag>
      <tag tagId="196">
        <name>equipes multiprofissionais</name>
      </tag>
      <tag tagId="197">
        <name>Keila Cunha</name>
      </tag>
      <tag tagId="195">
        <name>macrocefalia</name>
      </tag>
      <tag tagId="186">
        <name>marcos de desenvolvimento</name>
      </tag>
      <tag tagId="194">
        <name>microcefalia</name>
      </tag>
      <tag tagId="43">
        <name>Pediatria</name>
      </tag>
      <tag tagId="190">
        <name>prematuridade</name>
      </tag>
      <tag tagId="187">
        <name>saúde da criança</name>
      </tag>
      <tag tagId="192">
        <name>TEA</name>
      </tag>
      <tag tagId="191">
        <name>Transtorno do Espectro do Autismo</name>
      </tag>
      <tag tagId="188">
        <name>triagem</name>
      </tag>
      <tag tagId="1">
        <name>UFMG</name>
      </tag>
    </tagContainer>
  </item>
  <item itemId="115" public="1" featured="0">
    <fileContainer>
      <file fileId="15">
        <src>https://cadtec.medicina.ufmg.br/acervo/files/original/b2e9df02874167d9411fb44848543893.pdf</src>
        <authentication>b03d2d14f91039840674136c52b8188d</authentication>
      </file>
    </fileContainer>
    <collection collectionId="77">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="405">
                  <text>Aulas</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="704">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/77';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt;&lt;span dir="auto" style="vertical-align: inherit;"&gt;&lt;span dir="auto" style="vertical-align: inherit;"&gt;⌂ Início&lt;/span&gt;&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;&lt;span&gt;Crescimento&lt;/span&gt;&lt;/h1&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Aula&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/3T8Cvohiebk?si=GdLNg9bBu4VKg3pH" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Professora:&lt;br /&gt;&lt;span&gt;Rachel Fernandes&amp;nbsp;&lt;br /&gt;(Professora do Departamento de Pediatria, Faculdade de Medicina da Universidade Federal de Minas Gerais - UFMG) &amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="705">
                <text>Crescimento</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="706">
                <text>Aula ministrada pela Professora Rachel Fernandes (Departamento de&#13;
Pediatria da UFMG), que aborda o tema Crescimento na criança e no&#13;
adolescente. O conteúdo enfatiza a importância do crescimento como indicador de saúde e estado nutricional, a definição do processo, os fatores (intrínsecos e extrínsecos, incluindo o papel do sono), os tipos de crescimento (linfoide, neural, somático, genital) e as fases do crescimento (neonatal, primeiro ano de vida, pré-escolar, escolar e adolescência), detalhando as diferenças entre meninos e meninas. Aborda, ainda, a avaliação na prática, incluindo critérios de Tanner e o uso das Curvas de Crescimento da OMS.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="707">
                <text>Rachel Fernandes - Pediatra e Professora do Departamento de Pediatria da&#13;
Faculdade de Medicina da UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="708">
                <text>Departamento de Pediatria da Faculdade de Medicina da UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="709">
                <text>Cadtec - Faculdade Medicina UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="710">
                <text>2025-10-07</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="711">
                <text>Departamento de Pediatria, Faculdade de Medicina, Universidade&#13;
Federal de Minas Gerais (UFMG)</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="712">
                <text>Texto, PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="713">
                <text> pt-BR</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="714">
                <text>Aula, Material Didático, Transcrição</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="43">
            <name>Identifier</name>
            <description>An unambiguous reference to the resource within a given context</description>
            <elementTextContainer>
              <elementText elementTextId="715">
                <text>https://cadtec.medicina.ufmg.br/acervo/</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
    <tagContainer>
      <tag tagId="229">
        <name>Adolescência</name>
      </tag>
      <tag tagId="213">
        <name>Afetividade</name>
      </tag>
      <tag tagId="247">
        <name>Aleitamento materno exclusivo</name>
      </tag>
      <tag tagId="210">
        <name>Ambiente</name>
      </tag>
      <tag tagId="64">
        <name>Anamnese</name>
      </tag>
      <tag tagId="240">
        <name>Antropometria</name>
      </tag>
      <tag tagId="212">
        <name>Atividade física</name>
      </tag>
      <tag tagId="201">
        <name>Avaliação do crescimento</name>
      </tag>
      <tag tagId="250">
        <name>Avaliação longitudinal</name>
      </tag>
      <tag tagId="251">
        <name>Canal de crescimento</name>
      </tag>
      <tag tagId="198">
        <name>Crescimento adolescente</name>
      </tag>
      <tag tagId="219">
        <name>Crescimento genital</name>
      </tag>
      <tag tagId="78">
        <name>Crescimento Infantil</name>
      </tag>
      <tag tagId="220">
        <name>Crescimento linfoide</name>
      </tag>
      <tag tagId="217">
        <name>Crescimento neural</name>
      </tag>
      <tag tagId="218">
        <name>Crescimento somático</name>
      </tag>
      <tag tagId="233">
        <name>Critérios de Tanner</name>
      </tag>
      <tag tagId="245">
        <name>Curvas da OMS</name>
      </tag>
      <tag tagId="216">
        <name>Curvas de crescimento</name>
      </tag>
      <tag tagId="254">
        <name>Declive da curva</name>
      </tag>
      <tag tagId="208">
        <name>Dieta</name>
      </tag>
      <tag tagId="79">
        <name>Estado Nutricional</name>
      </tag>
      <tag tagId="242">
        <name>Estatura</name>
      </tag>
      <tag tagId="231">
        <name>Estirão de crescimento</name>
      </tag>
      <tag tagId="239">
        <name>Exame físico</name>
      </tag>
      <tag tagId="228">
        <name>Fase escolar</name>
      </tag>
      <tag tagId="227">
        <name>Fase pré-escolar</name>
      </tag>
      <tag tagId="202">
        <name>Fatores de crescimento</name>
      </tag>
      <tag tagId="225">
        <name>Fontanelas</name>
      </tag>
      <tag tagId="224">
        <name>Ganho de estatura</name>
      </tag>
      <tag tagId="223">
        <name>Ganho de peso</name>
      </tag>
      <tag tagId="203">
        <name>Genética</name>
      </tag>
      <tag tagId="235">
        <name>Gonadarca</name>
      </tag>
      <tag tagId="257">
        <name>Hematologia</name>
      </tag>
      <tag tagId="205">
        <name>Hormônio do crescimento (GH)</name>
      </tag>
      <tag tagId="207">
        <name>Hormônios sexuais</name>
      </tag>
      <tag tagId="206">
        <name>Hormônios tireoidianos</name>
      </tag>
      <tag tagId="243">
        <name>IMC</name>
      </tag>
      <tag tagId="200">
        <name>Indicador de saúde</name>
      </tag>
      <tag tagId="244">
        <name>Índice antropométrico</name>
      </tag>
      <tag tagId="28">
        <name>MEDICINA</name>
      </tag>
      <tag tagId="236">
        <name>Menarca</name>
      </tag>
      <tag tagId="209">
        <name>Nutrição</name>
      </tag>
      <tag tagId="238">
        <name>Orquidômetro de Prader</name>
      </tag>
      <tag tagId="246">
        <name>Padrão de crescimento universal</name>
      </tag>
      <tag tagId="43">
        <name>Pediatria</name>
      </tag>
      <tag tagId="256">
        <name>Pediatria Geral</name>
      </tag>
      <tag tagId="249">
        <name>Percentil</name>
      </tag>
      <tag tagId="80">
        <name>Perímetro Cefálico</name>
      </tag>
      <tag tagId="221">
        <name>Período neonatal</name>
      </tag>
      <tag tagId="241">
        <name>Peso</name>
      </tag>
      <tag tagId="222">
        <name>Primeiro ano de vida</name>
      </tag>
      <tag tagId="230">
        <name>Puberdade</name>
      </tag>
      <tag tagId="255">
        <name>Raquel Fernandes</name>
      </tag>
      <tag tagId="253">
        <name>Retificação da curva</name>
      </tag>
      <tag tagId="211">
        <name>Saneamento básico</name>
      </tag>
      <tag tagId="187">
        <name>saúde da criança</name>
      </tag>
      <tag tagId="199">
        <name>Saúde do adolescente</name>
      </tag>
      <tag tagId="248">
        <name>Score Z</name>
      </tag>
      <tag tagId="226">
        <name>Segundo ano de vida</name>
      </tag>
      <tag tagId="252">
        <name>Sinal de alerta</name>
      </tag>
      <tag tagId="204">
        <name>Sistema neuroendócrino</name>
      </tag>
      <tag tagId="214">
        <name>Sono</name>
      </tag>
      <tag tagId="215">
        <name>Sono noturno</name>
      </tag>
      <tag tagId="232">
        <name>Tanner</name>
      </tag>
      <tag tagId="234">
        <name>Telarca</name>
      </tag>
      <tag tagId="1">
        <name>UFMG</name>
      </tag>
      <tag tagId="237">
        <name>Volume testicular</name>
      </tag>
    </tagContainer>
  </item>
  <item itemId="116" public="1" featured="0">
    <collection collectionId="42">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="73">
                  <text>Mestrado: Programa de Saúde Pública</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="112">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="716">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/42';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM SAÚDE PÚBLICA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/AlxZYJA1Cw0?si=qdhx6LD5zI4hJNE1" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Mariana Abreu Caporali de Freitas&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Alaneir de Fatima dos Santos (Orientadora) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Raphael Augusto Teixeira de Aguiarr - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Salvador Enrique Diaz Cano - UNAH UNIVERSIDAD NACIONAL AUTÓNOMA DE HONDURAS&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Alexandre Chater Taleb - UFG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Cleinaldo de Almeida Costa - Universidade do Estado do Amazonas&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Eduardo Jose Brommelstroet Ramos (PUCPR)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Carlos Eduardo Menezes Amaral (Suplente) - UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="717">
                <text>A Qualidade De Serviços De Telessaúde Em Países Da América Latina A Partir Da Norma Iso/Ts 13131:2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="718">
                <text>Mariana Abreu Caporali de Freitas</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="719">
                <text>30 de Janeiro de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="720">
                <text>Professora Alaneir de Fatima dos Santos (Orientadora) - UFMG&#13;
Professor Raphael Augusto Teixeira de Aguiarr - UFMG&#13;
Professor Salvador Enrique Diaz Cano - UNAH UNIVERSIDAD NACIONAL AUTÓNOMA DE HONDURAS&#13;
Professor Alexandre Chater Taleb - UFG&#13;
Professora Cleinaldo de Almeida Costa - Universidade do Estado do Amazonas&#13;
Professor Eduardo Jose Brommelstroet Ramos (PUCPR)&#13;
Professor Carlos Eduardo Menezes Amaral (Suplente) - UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="117" public="1" featured="0">
    <collection collectionId="50">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="81">
                  <text>Mestrado: Programa de Infectologia e Medicina Tropical</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="118">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="721">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/50';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS DA SAÚDE - INFECTOLOGIA E MEDICINA TROPICAL&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/Ba8h0aCvcz0?si=C4GjPHxD6WVICLG1" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Renata Fonseca Mendoza&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Maria do Carmo Pereira Nunes (Orientadora) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Isabel Cristina Britto Guimarães (UFBA)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Cleonice de Carvalho Coelho Mota (UFMG)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor José Augusto de Almeida Barbosa&amp;nbsp; (Suplente) - Hospital Vila da Serra&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="722">
                <text>"Febre Reumática Aguda Na Era Contemporânea: Perfil Clínico E Prognóstico"</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="723">
                <text>Renata Fonseca Mendoza</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="724">
                <text>13 de Dezembro de 2024</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="725">
                <text>Professora Maria do Carmo Pereira Nunes (Orientadora) - UFMG&#13;
Professora Isabel Cristina Britto Guimarães (UFBA)&#13;
Professora Cleonice de Carvalho Coelho Mota (UFMG)&#13;
Professor José Augusto de Almeida Barbosa  (Suplente) - Hospital Vila da Serra</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="118" public="1" featured="0">
    <collection collectionId="50">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="81">
                  <text>Mestrado: Programa de Infectologia e Medicina Tropical</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="118">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="726">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/50';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS DA SAÚDE - INFECTOLOGIA E MEDICINA TROPICAL&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/GpBKb83jfPc?si=Zn4rkRVQTlG0gSdI" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluna:&lt;br /&gt;&lt;span&gt;Fernanda Da Silva Barbosa&amp;nbsp;&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Mariangela Carneiro (Orientadora) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Thais Almeida Marques da Silva - Coorientadora (Faculdade Santa Casa BH)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Lilian Martins de Oliveira Diniz - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Fernanda Penido Matozinhos – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Fernanda do Carmo Magalhães - UFMG - (Suplente)&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="727">
                <text>"Análise temporal da incidência de Meningite Pneumocócica pré e pós introdução da Vacina Pneumocócica Conjugada 10 em Minas Gerais 2006-2023"</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="728">
                <text>Fernanda Da Silva Barbosa </text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="729">
                <text>07 de Fevereiro de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="730">
                <text>Profa. Mariangela Carneiro – Orientadora (UFMG)&#13;
Profa. Thais Almeida Marques da Silva - Coorientadora (Faculdade Santa Casa BH)&#13;
Profa. Lilian Martins de Oliveira Diniz (UFMG)&#13;
Profa. Fernanda Penido Matozinhos (UFMG)&#13;
Profa. Fernanda do Carmo Magalhães (UFMG) - suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="119" public="1" featured="0">
    <collection collectionId="50">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="81">
                  <text>Mestrado: Programa de Infectologia e Medicina Tropical</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="118">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="731">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/50';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt;&amp;nbsp;↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS DA SAÚDE - INFECTOLOGIA E MEDICINA TROPICAL&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/JgOKkC5rv1Q?si=RyxEH1g7YcGE8L3z" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluna:&lt;br /&gt;&lt;span&gt;Geise Cristina Espíndola&amp;nbsp;&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Eduardo Antonio Ferraz Coelho (Orientador) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Ana Thereza Chaves – Orientação dupla - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Ricardo Luiz Fontes Moreira – Coorientador (FAMINAS)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Dra. Bárbara Proença Nardi Assis - FHEMIG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Dra. Fernanda Ludolf Ribeiro de Melo - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Dra. Ana Laura Grossi de Oliveira - UFMG - (Suplente)&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="732">
                <text>"Avaliação de quimera antigênica utilizando urina para o diagnóstico da hanseníase"</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="733">
                <text>Geise Cristina Espíndola </text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="734">
                <text>11 de Dezembro de 2024</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="735">
                <text>Prof. Eduardo Antonio Ferraz Coelho – Orientador (UFMG)&#13;
Prof. Ana Thereza Chaves – Orientação dupla (UFMG)&#13;
Prof. Ricardo Luiz Fontes Moreira – Coorientador (FAMINAS)&#13;
Dra. Bárbara Proença Nardi Assis (FHEMIG)&#13;
Dra. Fernanda Ludolf Ribeiro de Melo (UFMG)&#13;
Dra. Ana Laura Grossi de Oliveira (UFMG) - suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="120" public="1" featured="0">
    <collection collectionId="54">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="85">
                  <text>Mestrado: Programa de Fonoaudiologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="121">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="736">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/54';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt;&amp;nbsp;↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS FONOAUDIOLÓGICAS&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/OqgyDVKNcuc?si=p-Acoe4BhRVswCds" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluna:&lt;br /&gt;&lt;span&gt;Alaiz Alves da Costa&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Patrícia Cotta Mancini - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Thamara Suzi dos Santos - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Marlon Bruno Nunes Ribeiro - Prefeitura Municipal de Alfenas&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Tatiana Rocha Silva - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Ludimila Labanca - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Sirley Alves da Silva Carvalho - UFMG - (Suplente)&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="737">
                <text>“Avaliação Da Função Vestibular Em Indivíduos Com Perda Auditiva De Um Serviço De Saúde Auditiva”</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="738">
                <text>Alaiz Alves da Costa</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="739">
                <text>10 de Junho de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="740">
                <text>Professora Patrícia Cotta Mancini - UFMG&#13;
Professora Thamara Suzi dos Santos - UFMG&#13;
Professor Marlon Bruno Nunes Ribeiro - Prefeitura Municipal de Alfenas&#13;
Professora Tatiana Rocha Silva - UFMG&#13;
Professora Ludimila Labanca - UFMG&#13;
Professora Sirley Alves da Silva Carvalho - UFMG - (Suplente)</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="121" public="1" featured="0">
    <collection collectionId="54">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="85">
                  <text>Mestrado: Programa de Fonoaudiologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="121">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="741">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/54';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt;&amp;nbsp;↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS FONOAUDIOLÓGICAS&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/Cot1t1y0OJY?si=NGj9_4MzPcVpMpzo" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluna:&lt;br /&gt;&lt;span&gt;Camila De Oliveira Gatti&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Amélia Augusta de Lima Friche - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Flavia Aparecida Felipe de Lima Silva -&amp;nbsp; (Hospital Sofia Feldman)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Andréa Rodrigues Motta - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Danúbia Mariane Barbosa Jardim de Carvalho - Hospital Sofia Feldman&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;ProfessoraCynthia Ribeiro do Nascimento Nunes -&amp;nbsp; Hospital Risoleta Tolentino Neves - (Suplente)&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="742">
                <text>“Desempenho Da Mamada E As Habilidades De Alimentação Oral Do Prematuro: Proposta De Ponto De Corte Da Escala LATCH Para Classificação Da Mamada De Recém-Nascidos Pré-Termo E Fatores Associados. ”</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="743">
                <text>Camila De Oliveira Gatti</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="744">
                <text>29 de Abril de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="745">
                <text>Professora Amélia Augusta de Lima Friche - UFMG&#13;
Professora Flavia Aparecida Felipe de Lima Silva -  (Hospital Sofia Feldman)&#13;
Professora Andréa Rodrigues Motta - UFMG&#13;
Professor Danúbia Mariane Barbosa Jardim de Carvalho - Hospital Sofia Feldman&#13;
ProfessoraCynthia Ribeiro do Nascimento Nunes -  Hospital Risoleta Tolentino Neves - (Suplente)</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="122" public="1" featured="0">
    <collection collectionId="54">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="85">
                  <text>Mestrado: Programa de Fonoaudiologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="121">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="746">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/54';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt;&amp;nbsp;↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS FONOAUDIOLÓGICAS&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/so1ZjE7sm28?si=duPaxzaoq88rtq6r" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluna:&lt;br /&gt;&lt;span&gt;Caroline Matavelli Castelar Duarte&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Aline Mansueto Mourão (Orientadora) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Laelia Cristina Caseiro Vicente - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Amélia Augusta de Lima Friche - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Cristina Lemos Barbosa Furia – UnB&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Andrezza Gonzalez Escarce – UFMG - (Suplente)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Danielle Nunes de Moura e Silva – UNIVALE - (Suplente)&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="747">
                <text>“ Prognóstico Funcional De Deglutição De Pacientes Com Avci Maligno Submetidos Ou Não À Craniectomia Descompressiva”</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="748">
                <text>Caroline Matavelli Castelar Duarte</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="749">
                <text>25 de Setembro de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="750">
                <text>Professora Aline Mansueto Mourão (Orientadora) - UFMG&#13;
Professora Laelia Cristina Caseiro Vicente - UFMG&#13;
Professora Amélia Augusta de Lima Friche - UFMG&#13;
Professora Cristina Lemos Barbosa Furia – UnB&#13;
Professora Andrezza Gonzalez Escarce – UFMG - (Suplente)&#13;
Professora Danielle Nunes de Moura e Silva – UNIVALE - (Suplente)</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="123" public="1" featured="0">
    <collection collectionId="54">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="85">
                  <text>Mestrado: Programa de Fonoaudiologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="121">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="751">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/54';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt;&amp;nbsp;↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS FONOAUDIOLÓGICAS&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/zBQiRB8G5pI?si=sOQqgMmeRQZPDjb4" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluna:&lt;br /&gt;&lt;span&gt;Emilly De Jesus Moitinho&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Aline Mansueto Mourão (Orientadora) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Aline Araujo Sampaio - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Laelia Cristina Caseiro Vicente - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Amélia Augusta de Lima Friche – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Cristina Lemos Barbosa Furia – UnB&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Adriane Mesquita de Medeiros – UFMG -&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;(Suplente)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Patricia Vieira Salles – PUC Minas - (Suplente)&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="752">
                <text>“Efeitos Da Reabilitação Cirúrgica-Funcional Na Mastigação E Deglutição Em Pacientes Glossectomizados Parciais”</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="753">
                <text>Emilly De Jesus Moitinho</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="754">
                <text>29 de Agosto de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="755">
                <text>Professora Aline Mansueto Mourão (Orientadora) - UFMG&#13;
Professora Aline Araujo Sampaio - UFMG&#13;
Professora Laelia Cristina Caseiro Vicente - UFMG&#13;
Professora Amélia Augusta de Lima Friche – UFMG&#13;
Professora Cristina Lemos Barbosa Furia – UnB&#13;
Professora Adriane Mesquita de Medeiros – UFMG - (Suplente)&#13;
Professora Patricia Vieira Salles – PUC Minas - (Suplente)</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="124" public="1" featured="0">
    <collection collectionId="54">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="85">
                  <text>Mestrado: Programa de Fonoaudiologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="121">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="756">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/54';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt;&amp;nbsp;↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS FONOAUDIOLÓGICAS&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/b6YPbWAuJac?si=wmnw5feOXVqORdHh" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluna:&lt;br /&gt;&lt;span&gt;Isadora Alves Ramos&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Denise Brandão de Oliveira e Britto - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Stela Maris Aguiar Lemos - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Fernanda Chequer de Alcântara Pinto - Consultório particular&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Thamara Suzi dos Santos – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Andrezza Gonzalez Escarce – UFMG - (Suplente)&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="757">
                <text>"Aplicação da Classificação Internacional de Funcionalidade, Incapacidade e Saúde na Prática Fonoaudiológica"</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="758">
                <text>Isadora Alves Ramos</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="759">
                <text>21 de Fevereiro de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="760">
                <text>Professora Denise Brandão de Oliveira e Britto - UFMG&#13;
Professora Stela Maris Aguiar Lemos - UFMG&#13;
Professora Fernanda Chequer de Alcântara Pinto - Consultório particular&#13;
Professora Thamara Suzi dos Santos – UFMG&#13;
Professora Andrezza Gonzalez Escarce – UFMG - (Suplente)</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="125" public="1" featured="0">
    <collection collectionId="54">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="85">
                  <text>Mestrado: Programa de Fonoaudiologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="121">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="761">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/54';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt;&amp;nbsp;↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS FONOAUDIOLÓGICAS&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/MXzjm8MstIE?si=Ij5AQFXz3HlhBvtn" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluna:&lt;br /&gt;&lt;span&gt;Jéssica Nazareno&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Ana Cristina Cortes Gama - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Fabiana Andrade Penido - SCPMO&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Viviane Souza Bicalho Bacelete - Fundação Hospitalar do Estado de Minas Gerais&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Tiago Lima Bicalho Cruz - Clínica Bicalho&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Carla Aparecida de Vasconcelos – UFMG - (Suplente)&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="762">
                <text>“Medidas Multiparamétricas E Cepstrais De Professores Sem Alterações Laríngeas: Comparação Entre Os Sexos”</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="763">
                <text>Jéssica Nazareno</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="764">
                <text>10 de Fevereiro de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="765">
                <text>Professora Ana Cristina Cortes Gama - UFMG&#13;
Professora Fabiana Andrade Penido - SCPMO&#13;
Professora Viviane Souza Bicalho Bacelete - Fundação Hospitalar do Estado de Minas Gerais&#13;
Professor Tiago Lima Bicalho Cruz - Clínica Bicalho&#13;
Professora Carla Aparecida de Vasconcelos – UFMG - (Suplente)</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="126" public="1" featured="0">
    <collection collectionId="54">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="85">
                  <text>Mestrado: Programa de Fonoaudiologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="121">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="766">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/54';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt;&amp;nbsp;↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS FONOAUDIOLÓGICAS&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/qdFJiv_4H2k?si=0yR9YqQkuMRXwUPg" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluna:&lt;br /&gt;&lt;span&gt;Júlia Gonçalves Dias&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Aline Mansueto Mourão - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Profa. Dra. Laelia Cristina Caseiro Vicente - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Andrezza Gonzalez Escarce – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Danielle Nunes de Moura e Silva – UNIVALE&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Adriane Mesquita de Medeiros – UFMG -&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;(Suplente)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Grazielle Duarte de Oliveira – PUC Minas - (Suplente)&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="767">
                <text>“ Estado Nutricional E Disfagia Orofaríngea Em Idosos”</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="768">
                <text>Júlia Gonçalves Dias</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="769">
                <text>03 de Setembro de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="770">
                <text>Professora Aline Mansueto Mourão - UFMG&#13;
Professora Profa. Dra. Laelia Cristina Caseiro Vicente - UFMG&#13;
Professora Andrezza Gonzalez Escarce – UFMG&#13;
Professora Danielle Nunes de Moura e Silva – UNIVALE&#13;
Professora Adriane Mesquita de Medeiros – UFMG -(Suplente)&#13;
Professora Grazielle Duarte de Oliveira – PUC Minas - (Suplente)</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="127" public="1" featured="0">
    <collection collectionId="54">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="85">
                  <text>Mestrado: Programa de Fonoaudiologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="121">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="771">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/54';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt;&amp;nbsp;↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS FONOAUDIOLÓGICAS&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Mestrado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/iu8mNEDXyP8?si=BbA4cQgz9_Oe6KVD" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluna:&lt;br /&gt;&lt;span&gt;Sallete Cristina Silva&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Denise Brandao de Oliveira e Britto (Orientadora) – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Stela Maris Aguiar Lemos - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Cristiane Moço Canhetti de Oliveira – UNESP&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Izabel Cristina Campolina Miranda - UFMG - (Suplente)&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="772">
                <text>“Oficinas Terapêuticas Em Grupo: Intervenção Fonoaudiológica Em Adultos Que Gaguejam”</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="773">
                <text>Sallete Cristina Silva</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="774">
                <text>11 de Agosto de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="775">
                <text>Professora Denise Brandao de Oliveira e Britto (Orientadora) – UFMG&#13;
Professora Stela Maris Aguiar Lemos - UFMG&#13;
Professora Cristiane Moço Canhetti de Oliveira – UNESP&#13;
Professora Izabel Cristina Campolina Miranda - UFMG - (Suplente)</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="128" public="1" featured="0">
    <collection collectionId="53">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="84">
                  <text>Doutorado: Programa de Fonoaudiologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="120">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da tese e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="776">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/53';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt;&amp;nbsp;↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Tese&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS FONOAUDIOLÓGICAS&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Doutorado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/8qfKuiX2fWs?si=BNK0_8CmezrS6JCI" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluna:&lt;br /&gt;&lt;span&gt;Elisa Meiti Ribeiro Lin Plec&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Ana Cristina Cortes Gama -&amp;nbsp; (Orientadora) – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Marco Aurélio Rocha Santos - HC- UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Karine Valéria Gonçalves de Oliveira – Clínica Incentro&amp;nbsp;&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Letícia Paiva Franco - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Vinicius Malaquias Ramos – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Ualisson Nogueira do Nascimento – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Viviane Souza Bicalho Bacelete - UFMG - (Suplente)&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="777">
                <text>"Efeitos Da Fotobiomodulação Com Laser De Baixa Potência Na Laringe: Análise Por Meio Da Videolaringoscopia De Alta Velocidade"</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="778">
                <text>Elisa Meiti Ribeiro Lin Plec</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="779">
                <text>22 de Setembro de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="780">
                <text>Professora Ana Cristina Cortes Gama -  (Orientadora) – UFMG&#13;
Professor Marco Aurélio Rocha Santos - HC- UFMG&#13;
Professora Karine Valéria Gonçalves de Oliveira – Clínica Incentro &#13;
Professora Letícia Paiva Franco - UFMG&#13;
Professor Vinicius Malaquias Ramos – UFMG&#13;
Professor Ualisson Nogueira do Nascimento – UFMG&#13;
Professora Viviane Souza Bicalho Bacelete - UFMG - (Suplente)</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
</itemContainer>
