<?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=2" accessDate="2026-04-03T19:13:58+00:00">
  <miscellaneousContainer>
    <pagination>
      <pageNumber>2</pageNumber>
      <perPage>40</perPage>
      <totalResults>132</totalResults>
    </pagination>
  </miscellaneousContainer>
  <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="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="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="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="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="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="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="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="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="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="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="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="88" 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>
    <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="534">
                <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/qmpnl4KtE1Q?si=vkW1H0hbLTyqjts4" 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;Luís Henrique Coelho Pinto&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;Professor&amp;nbsp;Israel Molina Romero (Vall d Hebron University Hospital Barcelona)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Vinícius Tostes Carvalho - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Bruno Oliveira de Figueiredo Brito (HC/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="535">
                <text>"Impacto do tratamento com benzonidazol na função ventricular &#13;
esquerda aferida pelo strain bidimensional em pacientes com &#13;
doença de chagas</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="536">
                <text>Luís Henrique Coelho Pinto</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="537">
                <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="538">
                <text>Professora Maria do Carmo Pereira Nunes - Orientadora - UFMG&#13;
Professor Israel Molina Romero (Vall d Hebron University Hospital Barcelona)&#13;
Professora Vinícius Tostes Carvalho - UFMG&#13;
Professor Bruno Oliveira de Figueiredo Brito (HC/UFMG) - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="87" 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="529">
                <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 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;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/Ukr-fVotNmE?si=IdRLaTY5sSk0fCuX" 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 Antonio de Queiroz Oliveira&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 Milena Soriano Marcolino - Orientadora - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Maria Auxiliadora Parreiras Martins – Coorientadora - (UFMG)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Milena Maria Moreira Guimarães - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Christiane Corrêa Rodrigues Cimini - UFVJM&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor&amp;nbsp;Patrick Wander Endlich - (UFVJM)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Josiane Moreira da Costa - (UFVJM)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Lilian Cristina Rezende - 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="530">
                <text>Avaliação do impacto de intervenções de telessaúde para controle de &#13;
pacientes com hipertensão e diabetes mellitus na atenção primária no Vale do Mucuri, Minas Gerais</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="531">
                <text>João Antonio de Queiroz Oliveira</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="532">
                <text>31 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="533">
                <text>Professora Milena Soriano Marcolino - Orientadora - UFMG&#13;
Professora Maria Auxiliadora Parreiras Martins – Coorientadora - (UFMG)&#13;
Professora Milena Maria Moreira Guimarães - UFMG&#13;
Professora Christiane Corrêa Rodrigues Cimini - UFVJM&#13;
Professor Patrick Wander Endlich - (UFVJM)&#13;
Professora Josiane Moreira da Costa - (UFVJM)&#13;
Professora Lilian Cristina Rezende - UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="86" 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="524">
                <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 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;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/VKWt4WIJZiw?si=vCxz24LB6bEa3voE" 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;Isabella Santana Dos Anjos&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 Vandack Alencar Nobre Júnior - Orientador - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Cecilia Gómez Ravetti – 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;Professora Adriana Cristina de Oliveira - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Joana Starling de Carvalho (UNI-BH)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Renata Eliane de Ávila (HEM-FHEMIG)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Beatriz Fernandes Dias (UFF)&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;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Rafael Lima Rodrigues de Carvalho - (UFBA) - 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="525">
                <text>"Desenvolvimento E Teste De Um Sistema De Monitoramento Remoto De Temperatura Em Pacientes Neutropênicos Internados No Hospital Das Clínicas Da Universidade Federal De Minas Gerais (Hc Ufmg)</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="526">
                <text>Isabella Santana Dos Anjos</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="527">
                <text>02 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="528">
                <text>Professor Vandack Alencar Nobre Júnior - Orientador - UFMG&#13;
Professora Cecilia Gómez Ravetti – Orientação dupla - (UFMG)&#13;
Professora Adriana Cristina de Oliveira - UFMG&#13;
Professora Joana Starling de Carvalho (UNI-BH)&#13;
Professora Renata Eliane de Ávila (HEM-FHEMIG)&#13;
Professora Beatriz Fernandes Dias (UFF)&#13;
Professor Mateus Rodrigues Westin (UFMG) - suplente&#13;
Professor Rafael Lima Rodrigues de Carvalho - (UFBA) - suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="85" 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>
    <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="519">
                <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/Lb0OEj4-n4k?si=l5xqMBpMTaCXZTQU" 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;Gilberto Zulato Chaves Figueiredo&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 Daniel Vitor de Vasconcelos Santos - Orientador - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Sílvia Ligório Fialho – Coorientadora - (FUNED)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Érica dos Santos Martins Duarte - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Anna Christina Higino Rocha (Hospital São Geraldo HC)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora&amp;nbsp;Danuza de Oliveira Machado Azevedo (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="520">
                <text>"MODELO EXPERIMENTAL DE RETINOCOROIDITE EM HAMSTERS COM CEPAS DE Toxoplasma Gondii ISOLADA DE PACIENTE DO ESTADO DE MINAS GERAIS</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="521">
                <text>Gilberto Zulato Chaves Figueiredo</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="522">
                <text>08 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="523">
                <text>Professor Daniel Vitor de Vasconcelos Santos - Orientador - UFMG&#13;
Professora Sílvia Ligório Fialho – Coorientadora - (FUNED)&#13;
Professora Érica dos Santos Martins Duarte - UFMG&#13;
Professora Anna Christina Higino Rocha (Hospital São Geraldo HC)&#13;
Professora Danuza de Oliveira Machado Azevedo (UFMG) - suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="84" 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="514">
                <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/wCWJqtjbpCA?si=h9w2E_pgm2_sVU1M" 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;Fernanda Cristina Barbosa Lana&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 Milena Soriano Marcolino - Orientadora - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Carolina Coimbra Marinho – Coorientador - (UFMG)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Magda Carvalho Pires – Coorientadora - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Leonardo Chaves Dutra da Rocha - (UFSJ)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Alexandre Guimarães de Almeida Barros - 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="515">
                <text>Variações Temporais Em Fatores De Risco Individuais E Hospitalares Em Pacientes Internados Com Covid-19 Utilizando Método De Aprendizado De Máquina</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="516">
                <text>Fernanda Cristina Barbosa Lana</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="517">
                <text>13 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="518">
                <text>Professora Milena Soriano Marcolino - Orientadora - UFMG&#13;
Professora Carolina Coimbra Marinho – Coorientador - (UFMG)&#13;
Professora Magda Carvalho Pires – Coorientadora - UFMG&#13;
Professor Leonardo Chaves Dutra da Rocha - (UFSJ)&#13;
Professor Alexandre Guimarães de Almeida Barros - UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="83" 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="509">
                <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/d0OIF9bXZgs?si=1PzsicD6OaqQxFzK" 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;Eduardo Villela de Moraes&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 Milena Soriano Marcolino - Orientadora - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Unai Tupinambás – Coorientador (UFMG)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Magda Carvalho Pires – Coorientadora - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Julia Fonseca de Morais Caporali - UFMG&amp;nbsp;&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Thais Rotsen Correa - UFMG&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="510">
                <text>Análise estatística abrangente revela benefícios significativos da &#13;
vacinação contra covid-19 em pacientes hospitalizados: escore de &#13;
propensão, ajuste de covariáveis e importância de características &#13;
por permutação</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="511">
                <text>Eduardo Villela de Moraes</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="512">
                <text>14 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="513">
                <text>Professora Milena Soriano Marcolino - Orientadora - UFMG&#13;
Professor Unai Tupinambás – Coorientador (UFMG)&#13;
Professora Magda Carvalho Pires – Coorientadora - UFMG&#13;
Professora Julia Fonseca de Morais Caporali - UFMG &#13;
Professora Thais Rotsen Correa - UFMG&#13;
Professor Mateus Rodrigues Westin - UFMG - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="82" 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="504">
                <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/nBu8Nx-qEnA?si=xOVCiEZ5D3HHZPn3" 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;Eduardo Cunha de Souza Lima&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 Mauro Martins Teixeira – Orientador - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Alexandre Sampaio Moura (Santa Casa de Belo Horizonte)&amp;nbsp;&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Marcus Vinicius Melo de Andrade - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Fernando Monteiro Aarestrup (UFJF) - 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="505">
                <text>Análise do decaimento viral e resposta imune inflamatória em &#13;
indivíduos adultos imunocompetentes na fase aguda da &#13;
Chikungunya</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="506">
                <text>Eduardo Cunha de Souza Lima</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="507">
                <text>28 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="508">
                <text>Professor Mauro Martins Teixeira – Orientador - UFMG&#13;
Professor Alexandre Sampaio Moura (Santa Casa de Belo Horizonte) &#13;
Professor Marcus Vinicius Melo de Andrade - UFMG&#13;
Professor Fernando Monteiro Aarestrup (UFJF) - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="81" 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="499">
                <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/Otcdk7bY-lw?si=2uWf07y4zShjcWwO" 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;Amanda Parreira de Oliveira Umbelino&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 Walderez Ornelas Dutra – Orientadora - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora&amp;nbsp;Carolina Cattoni Koh – Coorientadora - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Cristiane Alves Silva Menezes - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Rodolfo Cordeiro Giunchetti - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Alexandre Wagner Silva de Souza (UNIFESP)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Gilda Aparecida Ferreira - UFMG - suplente&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Dr. Eula Graciele Amorim Neves - 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="500">
                <text>Modulação da Resposta Imune Local pelo Fator de Crescimento de &#13;
Granulócitos e Macrófagos como coadjuvante no tratamento da &#13;
Leishmaniose Cutânea: Impacto na Frequência das Populações &#13;
Celulares e das Citocinas Interferon-gamma e Interleucina-10</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="501">
                <text>Amanda Parreira de Oliveira Umbelino</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="502">
                <text>07 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="503">
                <text>Professora Walderez Ornelas Dutra – Orientadora - UFMG&#13;
Professora Carolina Cattoni Koh – Coorientadora - UFMG&#13;
Professora Cristiane Alves Silva Menezes - UFMG&#13;
Professor Rodolfo Cordeiro Giunchetti - UFMG&#13;
Professor Alexandre Wagner Silva de Souza (UNIFESP)&#13;
Professora Gilda Aparecida Ferreira - UFMG - suplente&#13;
Dr. Eula Graciele Amorim Neves - UFMG - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="80" public="1" featured="0">
    <collection collectionId="37">
      <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="65">
                  <text>Doutorado: Programa de Saúde do Adulto</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="107">
                  <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="494">
                <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/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; ↩ 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 À SAÚDE DO ADULTO&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/1NqSkMls6iE?si=QTLFZ2Svs_nkNTyO" 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;Gustavo Gomes Resende&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 Mauro Martins Teixeira- UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Daniel Dias Ribeiro - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora 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;Professor&amp;nbsp;Fernando de Queiroz Cunha (USP)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Alexandre Wagner Silva de Souza (UNIFESP)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Gilda Aparecida Ferreira - UFMG - suplente&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Viviane Angelina de Souza - UFJF - 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="495">
                <text>Impacto do Bloqueio da IL-17 na COVID-19: Avaliação dos Efeitos do Secuquinumabe na Resposta Inflamatória e Tromboinflamatória</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="496">
                <text>Gustavo Gomes Resende</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="497">
                <text>21 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="498">
                <text>Professor Mauro Martins Teixeira- UFMG&#13;
Professora Daniel Dias Ribeiro - UFMG&#13;
Professora Cristiano Xavier Lima - UFMG&#13;
Professor Fernando de Queiroz Cunha (USP)&#13;
Professor Alexandre Wagner Silva de Souza (UNIFESP)&#13;
Professora Gilda Aparecida Ferreira - UFMG - suplente&#13;
Professora Viviane Angelina de Souza - UFJF - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="79" public="1" featured="0">
    <collection collectionId="38">
      <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="69">
                  <text>Mestrado: Programa de Saúde do Adulto</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="123">
                  <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="489">
                <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/37';" 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 À SAÚDE DO ADULTO&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/IY6ko8jhvoM?si=j3WskTmCzHt2tyzj" 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;Patrícia Toledo Lustosa De 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;Professora&amp;nbsp;Eliane Viana Mancuzo - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Carolina Coimbra Marinho - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Cecilia Gómez Ravetti - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Débora Cerqueira Calderaro - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Carlos Alberto de Castro Pereira (UNIFESP)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Maria Raquel Soares (Universidade Federal de São Paulo) - suplente&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Kátia de Paula Farah - 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="490">
                <text>Ultrassonografia de Tórax para Rastreamento de Doença&#13;
Pulmonar Intersticial Muito Precoce na Artrite&#13;
Reumatoide: Extensão do Estetoscópio no Consultório&#13;
</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="491">
                <text>Patrícia Toledo Lustosa De 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="492">
                <text>30 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="493">
                <text>Professora Eliane Viana Mancuzo - UFMG&#13;
Professora Carolina Coimbra Marinho - UFMG&#13;
Professora Cecilia Gómez Ravetti - UFMG&#13;
Professora Débora Cerqueira Calderaro - UFMG&#13;
Professor Carlos Alberto de Castro Pereira (UNIFESP)&#13;
Professora Maria Raquel Soares (Universidade Federal de São Paulo) - suplente&#13;
Professora Kátia de Paula Farah - UFMG - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="78" public="1" featured="0">
    <collection collectionId="37">
      <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="65">
                  <text>Doutorado: Programa de Saúde do Adulto</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="107">
                  <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="484">
                <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/37';" 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;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 À SAÚDE DO ADULTO&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/35krhfn69tI?si=88EZiiEThzhAdvkV" 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;Patrícia Lourdes Silva&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 Marilia Alves - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Nilton Alves de Rezende - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora . Karla Rona da Silva - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Fabiane Ribeiro Ferreira - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Simone Costa Nunes&amp;nbsp; - (PUCMinas) &lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Amyra Moyses Sarsur (Fundação Joao Pinheiro -FJP-MG)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Helen Cristiny Teodoro Couto Ribeiro (UFSJ) - suplente&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Carla Jorge Machado - 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="485">
                <text>A Comunicação Como Ferramenta Do Cuidado Centrado No Paciente</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="486">
                <text>Patrícia Lourdes 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="487">
                <text>24 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="488">
                <text>Professora Marilia Alves - UFMG&#13;
Professor Nilton Alves de Rezende - UFMG&#13;
Professora . Karla Rona da Silva - UFMG&#13;
Professora Fabiane Ribeiro Ferreira - UFMG&#13;
&#13;
Professora Simone Costa Nunes  - (PUCMinas)&#13;
Professora Amyra Moyses Sarsur (Fundação Joao Pinheiro -FJP-MG)&#13;
Professora Helen Cristiny Teodoro Couto Ribeiro (UFSJ) - suplente&#13;
Professora Carla Jorge Machado - UFMG - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="77" public="1" featured="0">
    <collection collectionId="38">
      <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="69">
                  <text>Mestrado: Programa de Saúde do Adulto</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="123">
                  <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="479">
                <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/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; ↩ 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;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 À SAÚDE DO ADULTO&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/qZyabznGEjI?si=Pa5xpEuNa7mP-0dr" 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;Maira Ribeiro De Souza Diniz&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 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;Professora Andréa Teixeira de Carvalho - (Fiocruz Minas)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Augusto César Soares dos Santos Junior - (FCMMG)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Jordana Rodrigues Barbosa Fradico - (Instituto René Rachou - Fundação Oswaldo Cruz/MG)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora&amp;nbsp;Kátia de Paula Farah - 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="480">
                <text>Avaliação De Marcadores Imunológicos Solúveis Urinários Em Pacientes Portadores De Esquistossomose Hepatoesplênica</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="481">
                <text>Maira Ribeiro De Souza Diniz</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="482">
                <text>11 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="483">
                <text>Professora Teresa Cristina de Abreu Ferrari - UFMG&#13;
Professora Andréa Teixeira de Carvalho - (Fiocruz Minas)&#13;
Professor Augusto César Soares dos Santos Junior - (FCMMG)&#13;
Professora Jordana Rodrigues Barbosa Fradico - (Instituto René Rachou - Fundação Oswaldo Cruz/MG)&#13;
Professora Kátia de Paula Farah - UFMG - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="76" public="1" featured="0">
    <collection collectionId="38">
      <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="69">
                  <text>Mestrado: Programa de Saúde do Adulto</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="123">
                  <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="474">
                <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/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; ↩ 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;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 À SAÚDE DO ADULTO&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/VOmxTTwRcvw?si=AqqA9Djm0z7auvx_" 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;Marcello Penholate Faria&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 Francisco Eduardo Costa Cardoso - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Sarah Teixeira Camargos - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Carlos Roberto de Mello Rieder (UFCSPA)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Paulo Pereira Christo - UFMG - suplente&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Helio Afonso Ghizoni Teive (UFPR) - 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="475">
                <text>Perfil Clínico Dos Pacientes Portadores De Doença De Parkinson Idiopática Com Complicações Motoras Candidatos A Estimulação Cerebral Profunda</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="476">
                <text>Marcello Penholate 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="477">
                <text>20 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="478">
                <text>Professor Francisco Eduardo Costa Cardoso - UFMG&#13;
Professora Sarah Teixeira Camargos - UFMG&#13;
Professor Carlos Roberto de Mello Rieder (UFCSPA)&#13;
Professor Paulo Pereira Christo - UFMG - suplente&#13;
Professor Helio Afonso Ghizoni Teive (UFPR) - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="74" public="1" featured="0">
    <collection collectionId="38">
      <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="69">
                  <text>Mestrado: Programa de Saúde do Adulto</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="123">
                  <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="469">
                <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/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; ↩ 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;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 À SAÚDE DO ADULTO&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/EWHnxbwWZSg?si=i4U2rKUS_2s2JxEO" 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;Isabela Galizzi Faé&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 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 Rinaldo Focaccia Siciliano (Faculdade de Medicina da USP)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Juliana de Assis Silva Gomes Estanislau 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="470">
                <text>Papel dos Biomarcadores Inflamatórios na Predição de&#13;
Desfechos Adversos na Endocardite Infecciosa</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="471">
                <text>Isabela Galizzi Faé</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="472">
                <text>20 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="473">
                <text>Professora Teresa Cristina de Abreu Ferrari - UFMG&#13;
Professor Rinaldo Focaccia Siciliano (Faculdade de Medicina da USP)&#13;
Professora Juliana de Assis Silva Gomes Estanislau UFMG - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="73" public="1" featured="0">
    <collection collectionId="38">
      <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="69">
                  <text>Mestrado: Programa de Saúde do Adulto</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="123">
                  <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="465">
                <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/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; ↩ 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;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 À SAÚDE DO ADULTO&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/Pw5AW1RA5tQ?si=F90RcggkX4mhZcCR" 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;Clarisse Vasconcelos Friedlaender&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 Paulo Caramelli - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Dr. Leonardo Cruz de Souza - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Jonas Jardim de Paula - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora&amp;nbsp;Helenice Charchat Fichman (Pontifícia Universidade Católica - Rio de Janeiro)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Antonio Jaeger (universidade federal de minas gerais) - Suplente&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Monica Sanches Yassuda (USP) - 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="466">
                <text>Relação entre variáveis sociodemográficas, desempenho de memória episódica e genótipo da Apolipoproteína E (APOE): análise exploratória do desempenho no Teste de Recordação Seletiva Livre e Guiada com Evocação Imediata (TRSLG-EI) e dos escores SOMI (System of Objective Memory Impairment) em populações de risco para demência na América Latina </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="467">
                <text>25 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="468">
                <text>Professor Paulo Caramelli - UFMG&#13;
Professor Dr. Leonardo Cruz de Souza - UFMG&#13;
Professor Jonas Jardim de Paula - UFMG&#13;
Professora Helenice Charchat Fichman (Pontifícia Universidade Católica - Rio de Janeiro)&#13;
Professor Antonio Jaeger (universidade federal de minas gerais) - Suplente&#13;
Professora Monica Sanches Yassuda (USP) - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="72" public="1" featured="0">
    <collection collectionId="37">
      <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="65">
                  <text>Doutorado: Programa de Saúde do Adulto</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="107">
                  <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="460">
                <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/37';" 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;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 À SAÚDE DO ADULTO&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/4NsE2Uj0frc?si=LExs6yc0zzbROWUH" 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 Horta Andrade&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 Ricardo de Amorim Correa - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Manoel Otavio da Costa Rocha - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Eliane Viana Mancuzo - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Margareth Pretti Dalcolmo (Pont. Universidade Católica do Rio de Janei)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora&amp;nbsp;Jaquelina Ota Arakaki (UNIFESP)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Silvana Spindola de Miranda - UFMG - Suplente&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Thulio Marques Cunha (Universidade Federal de uberlândia) - 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="461">
                <text>Cintilografia Pulmonar De Perfusão Em Pacientes Egressos De Internação Hospitalar Por Síndrome Respiratória Aguda Grave Decorrente Da Infecção Pelo Sars Cov2</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="462">
                <text>Bruno Horta 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="463">
                <text>26 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="464">
                <text>Professor Ricardo de Amorim Correa - UFMG&#13;
Professor Manoel Otavio da Costa Rocha - UFMG&#13;
Professora Eliane Viana Mancuzo - UFMG&#13;
Professora Margareth Pretti Dalcolmo (Pont. Universidade Católica do Rio de Janei)&#13;
&#13;
Professora Jaquelina Ota Arakaki (UNIFESP)&#13;
Professora Silvana Spindola de Miranda - UFMG - Suplente&#13;
Professora Thulio Marques Cunha (Universidade Federal de uberlândia) - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="71" public="1" featured="0">
    <collection collectionId="58">
      <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="89">
                  <text>Mestrado: Programa de Medicina Molecular</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="130">
                  <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="455">
                <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/58';" 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;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 MEDICINA MOLECULAR&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/lc8CHUuKaHs?si=_qFrIXwKeJRexFlD" 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;strong&gt;&lt;span&gt;Lucas Gomes da Silva&lt;/span&gt;&lt;/strong&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 Jonas Jardim de Paula - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Alexandre Luiz de Oliveira Serpa (Meta Cognitiv Tecnologia)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Danielle de Souza Costa - (FUMEC)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Rodrigo Nicolato - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Débora Marques de 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="456">
                <text>Eito Protetor Da Vacinação Contra A Covid 19: Análise Do Desfecho Cognitivo Em Pacientes Vacinados E Não Vacinados</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="457">
                <text>Lucas Gomes 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="458">
                <text>24 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="459">
                <text>Professor Jonas Jardim de Paula - UFMG&#13;
Professor Alexandre Luiz de Oliveira Serpa (Meta Cognitiv Tecnologia)&#13;
&#13;
Professora Danielle de Souza Costa - (FUMEC)&#13;
Professor Rodrigo Nicolato - UFMG&#13;
Professora Débora Marques de Miranda (UFMG) - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="70" public="1" featured="0">
    <collection collectionId="45">
      <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="76">
                  <text>Doutorado: Programa de Saúde da Criança e do Adolescente</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="114">
                  <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="450">
                <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/45';" 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;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 &lt;strong&gt;CIÊNCIAS DA SAÚDE - SAÚDE DA CRIANÇA E DO ADOLESCENTE&lt;/strong&gt;&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/JwKe-prSlBk?si=2xVVy9hXS6Q7vvzm" 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;strong&gt;Luiza Delazari Borge &lt;/strong&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 Larissa Loures Mendes – Orientadora - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Letícia Ferreira Tavares - Corientadora (UFRJ)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Daniela Silva Canella - (UERJ)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Maria Natacha Toral Bertolin - (UnB)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Paula Martins Horta - (UFMG)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Mariana Carvalho de Menezes (UFMG)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Andhressa Araújo Fagundes (UFS) - Suplente&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Luana Caroline dos Santos (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="451">
                <text>Comercialização De Alimentos Em Cantinas Escolares: Instrumento De Avaliação E Disponibilidade De Alimentos Em Escolas Privadas Brasileiras</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="452">
                <text>Luiza Delazari Borge</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="453">
                <text>09 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="454">
                <text>Professora Larissa Loures Mendes – Orientadora - UFMG&#13;
Professora Letícia Ferreira Tavares - Corientadora (UFRJ)&#13;
Professora Daniela Silva Canella - (UERJ)&#13;
Professora Maria Natacha Toral Bertolin - (UnB)&#13;
&#13;
Professora Paula Martins Horta - (UFMG)&#13;
Professora Mariana Carvalho de Menezes (UFMG)&#13;
Professora Andhressa Araújo Fagundes (UFS) - Suplente&#13;
Professora Luana Caroline dos Santos (UFMG) - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="69" public="1" featured="0">
    <collection collectionId="46">
      <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="77">
                  <text>Mestrado: Programa de Saúde da Criança e do Adolescente</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="115">
                  <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="445">
                <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/46';" 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;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 &lt;strong&gt;CIÊNCIAS DA SAÚDE - SAÚDE DA CRIANÇA E DO ADOLESCENTE&lt;/strong&gt;&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/YmpW4asKwKU?si=K_vWc86xtL3JLWcG" 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;strong&gt;&lt;b&gt;Camila Magalhães Silva&amp;nbsp; &lt;/b&gt;&lt;/strong&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 &lt;b&gt;Rose Mary Ferreira Lisboa da Silva &lt;/b&gt;&lt;b&gt;(Orientadora)- UFMG&lt;/b&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor &lt;b&gt;José Augusto de Almeida Barbosa &lt;/b&gt;&lt;b&gt;- &lt;/b&gt;&lt;b&gt;HVS&lt;/b&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor &lt;b&gt;Paulo do Val Rezende - &lt;/b&gt;&lt;b&gt;UFMG&lt;/b&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora &lt;b&gt;Maria da Glória &lt;/b&gt;&lt;b&gt;Cruvinel&lt;/b&gt;&lt;b&gt; Horta - FSCBH - Suplente&lt;/b&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="446">
                <text>Análise Clínica, Laboratorial E Evolução De Pacientes Pediátricos Submetidos Ao Tratamento Oncológico: Comparação Da Função Cardíaca Antes E Após O Tratamento.”</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="447">
                <text>Camila Magalhães 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="448">
                <text>26 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="449">
                <text>Professora Rose Mary Ferreira Lisboa da Silva (Orientadora)- UFMG&#13;
Professor José Augusto de Almeida Barbosa - HVS&#13;
Professor Paulo do Val Rezende - UFMG&#13;
Professora Maria da Glória Cruvinel Horta - FSCBH - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="68" public="1" featured="0">
    <collection collectionId="46">
      <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="77">
                  <text>Mestrado: Programa de Saúde da Criança e do Adolescente</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="115">
                  <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="440">
                <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/46';" 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;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 &lt;strong&gt;CIÊNCIAS DA SAÚDE - SAÚDE DA CRIANÇA E DO ADOLESCENTE&lt;/strong&gt;&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/hmoxpRcyHgg?si=vTxfpprJ-gqm4hnL" 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;strong&gt;Juliana De Paula Matos Souza&lt;/strong&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 Paula Martins Horta - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Larissa Loures Mendes - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Rafael Moreira Claro - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Ana Paula Bortoletto Martins - (NUPENS/USP)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Camila Aparecida Borges (Universidade de São Paulo - USP)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Luana Caroline dos Santos (Universidade Federal de Minas Gerais) - suplente&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Ariene Silva do Carmo (Ministério da Saúde)&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="441">
                <text>Regulação da publicidade de alimentos direcionada à criança e ao adolescente no meio digital: experiências internacionais e perspectivas brasileiras</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="442">
                <text>Juliana De Paula Matos Souza</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="443">
                <text>15 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="444">
                <text>Professora Paula Martins Horta - UFMG&#13;
Professora Larissa Loures Mendes - UFMG&#13;
Professor Rafael Moreira Claro - UFMG&#13;
&#13;
Professora Ana Paula Bortoletto Martins - (NUPENS/USP)&#13;
Professora Camila Aparecida Borges (Universidade de São Paulo - USP)&#13;
Professora Luana Caroline dos Santos (Universidade Federal de Minas Gerais) - suplente&#13;
Professor Ariene Silva do Carmo (Ministério da Saúde)</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="67" public="1" featured="0">
    <collection collectionId="46">
      <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="77">
                  <text>Mestrado: Programa de Saúde da Criança e do Adolescente</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="115">
                  <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="435">
                <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/46';" 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;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 &lt;strong&gt;CIÊNCIAS DA SAÚDE - SAÚDE DA CRIANÇA E DO ADOLESCENTE&lt;/strong&gt;&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/1VQAxsFr9Pw?si=4dazGP5vZ-MX_OPO" 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;strong&gt;Ana Luiza Carvalho De Bessa&lt;/strong&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 Simões e Silva - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora José Maria Penido Silva (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 Euclides Pereira de Souza Junior (Universidade do Oeste de Santa Catarina)&amp;nbsp;&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Cristina Maria Bouissou Morais Soares (HC-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="436">
                <text>Avaliação da qualidade de vida e do sono em crianças e adolescentes com bexiga neurogênica secundária à espinha bífida</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="437">
                <text>Ana Luiza Carvalho De Bessa</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="438">
                <text>23 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="439">
                <text>Professora Ana Cristina Simões e Silva - UFMG&#13;
Professora José Maria Penido Silva (UFMG)&#13;
Professor Antônio Euclides Pereira de Souza Junior (Universidade do Oeste de Santa Catarina) &#13;
Professor Cristina Maria Bouissou Morais Soares (HC-UFMG) - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="66" public="1" featured="0">
    <collection collectionId="46">
      <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="77">
                  <text>Mestrado: Programa de Saúde da Criança e do Adolescente</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="115">
                  <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="430">
                <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/46';" 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;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 &lt;strong&gt;CIÊNCIAS DA SAÚDE - SAÚDE DA CRIANÇA E DO ADOLESCENTE&lt;/strong&gt;&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/aZkUj7Z5lok?si=GrMQhCGuAtLf61kV" 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;strong&gt;Letícia Ubaldo Rodrigues&lt;/strong&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 Claudia Regina Lindgren Alves - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Elisa Rachel Pisani Altafim (Neurociências e Ciências do Comportamento)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Janaina Matos Moreira - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Giana Bitencourt Frizzo (UFRGS)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Delma Aurelia da Silva Simao (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="431">
                <text>Fatores associados ao comportamento socioemocional de lactentes nascidos na pandemia do COVID-19</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="432">
                <text>Letícia Ubaldo 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="433">
                <text>14 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="434">
                <text>Professora Claudia Regina Lindgren Alves - UFMG&#13;
Professora Elisa Rachel Pisani Altafim (Neurociências e Ciências do Comportamento)&#13;
Professora Janaina Matos Moreira - UFMG&#13;
Professora Giana Bitencourt Frizzo (UFRGS)&#13;
Professora Delma Aurelia da Silva Simao (UFMG) - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="65" public="1" featured="0">
    <collection collectionId="46">
      <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="77">
                  <text>Mestrado: Programa de Saúde da Criança e do Adolescente</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="115">
                  <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="425">
                <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/46';" 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;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 &lt;strong&gt;CIÊNCIAS DA SAÚDE - SAÚDE DA CRIANÇA E DO ADOLESCENTE&lt;/strong&gt;&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/quLR4a5ENBw?si=TIaO5RVkfLu2Oev7" 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;strong&gt;Victoria Augusto Guinle&lt;/strong&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 Rochele Paz Fonseca (PUCRS)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Luciana Mendonça Alves - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Mônica Carolina Miranda (UNIFESP)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Natália Martins Dias (UFSC) - 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="426">
                <text>Prontidão escolar em pré-escolares brasileiros: adaptação do I-Bre-Pre, e relação com funções executivas e variáveis socioeconômicas.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="427">
                <text>Victoria Augusto Guinle</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="428">
                <text>24 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="429">
                <text>Professor Rochele Paz Fonseca (PUCRS)&#13;
Professora Luciana Mendonça Alves - UFMG&#13;
Professora Mônica Carolina Miranda (UNIFESP)&#13;
Professora Natália Martins Dias (UFSC) - Suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="64" public="1" featured="0">
    <collection collectionId="46">
      <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="77">
                  <text>Mestrado: Programa de Saúde da Criança e do Adolescente</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="115">
                  <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="420">
                <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/46';" 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;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 &lt;strong&gt;CIÊNCIAS DA SAÚDE - SAÚDE DA CRIANÇA E DO ADOLESCENTE&lt;/strong&gt;&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/XJXlKs5IGg4?si=84fec_7JT_jMReZ9" 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;strong&gt;Rodrigo Rezende Arantes&lt;/strong&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 Simões e Silva – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Regina Amelia Lopes Pessoa de Aguiar - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Mariana Affonso Vasconcelos Campovila (EBSERH)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Cristina Maria Bouissou Morais Soares (HC-UFMG - (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="421">
                <text>FATORES DE RISCO DE MORTALIDADE EM RECÉM-NASCIDOS COM ANOMALIAS CONGÊNITAS DOS RINS E DO TRATO URINÁRIO</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="422">
                <text>Rodrigo Rezende Arantes</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="423">
                <text>11 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="424">
                <text>Professora Ana Cristina Simões e Silva – UFMG&#13;
Professora Regina Amelia Lopes Pessoa de Aguiar - UFMG&#13;
Professora Mariana Affonso Vasconcelos Campovila (EBSERH)&#13;
Professora Cristina Maria Bouissou Morais Soares (HC-UFMG - (Suplente) UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="63" public="1" featured="0">
    <collection collectionId="46">
      <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="77">
                  <text>Mestrado: Programa de Saúde da Criança e do Adolescente</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="115">
                  <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="415">
                <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/46';" 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;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 &lt;strong&gt;CIÊNCIAS DA SAÚDE - SAÚDE DA CRIANÇA E DO ADOLESCENTE&lt;/strong&gt;&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/ThEg8bTkis0?si=LloSHVXSIufYpgI7" 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;strong&gt;Mariana Pena Costa&lt;/strong&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 Eleonora Druve Tavares Fagundes – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Alexandre Rodrigues Ferreira - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Adriana Teixeira Rodrigues - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Thais Costa Nascentes Queiroz (Hospital das ClínicasUniversidade Federal de Goiás)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Priscila Menezes Ferri Liu - (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="416">
                <text>GLICOGENOSES HEPÁTICAS NO BRASIL: INQUÉRITO NACIONAL</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="417">
                <text>04 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="418">
                <text>Professora Eleonora Druve Tavares Fagundes – UFMG&#13;
Professor Alexandre Rodrigues Ferreira - UFMG&#13;
Professora Adriana Teixeira Rodrigues - UFMG&#13;
Professora Thais Costa Nascentes Queiroz (Hospital das ClínicasUniversidade Federal de Goiás)&#13;
Professora Priscila Menezes Ferri Liu - (Suplente) UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="419">
                <text>Mariana Pena Costa</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="62" public="1" featured="0">
    <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>
    <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="411">
                <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;Ética: Uma Lei Natural&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/myo0REW_0OU?si=ygTL0dAmXTDZMaXW" 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;Professor:&lt;br /&gt;&lt;span&gt;Jáder Freitas &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="412">
                <text>Ética: Uma Lei Natural</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="413">
                <text>Jáder 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="414">
                <text>15 de Abril de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="61" public="1" featured="0">
    <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>
    <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="406">
                <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;Direito Médico : O que todo médico precisa saber?&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/IzHJGdjJ0lc?si=Z28GKFSoF8HTvVr1" 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;Professor:&lt;br /&gt;&lt;span&gt;Tiago Augusto Leite Retes&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="407">
                <text>Direito Médico : O que todo médico precisa saber?</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="408">
                <text>Resumo sobre a aula:&#13;
•Dados sobre litigância na Medicina&#13;
•Responsabilidade jurídica do médico e do acadêmico&#13;
•Novas regras de publicidade médica&#13;
•Sigilo médico</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="409">
                <text>Tiago Augusto Leite Retes</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="410">
                <text>25 de Abril de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="60" 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>
    <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="399">
                <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/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;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=ZJULPj4r-wcdJ76R" 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;Júlia Bianchi Brito&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;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;Professor 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="400">
                <text>Informação a ser colocada posteriormente</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="401">
                <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="402">
                <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="403">
                <text>Marcelo Eller Miranda (Orientador) – UFMG&#13;
Camila Girardi Fachin – UFPR&#13;
Bernardo Almeida Campos – UFMG&#13;
Paulo Custódio Furtado Cruzeiro – UFMG&#13;
Clécio Piçarro (suplente) – UFMG&#13;
Luiz Ronaldo Alberti (suplente) – UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
</itemContainer>
