<?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/browse?collection=65&amp;output=omeka-xml" accessDate="2026-04-03T18:22:31+00:00">
  <miscellaneousContainer>
    <pagination>
      <pageNumber>1</pageNumber>
      <perPage>40</perPage>
      <totalResults>7</totalResults>
    </pagination>
  </miscellaneousContainer>
  <item itemId="112" public="1" featured="0">
    <collection collectionId="65">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="96">
                  <text>Doutorado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="135">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da tese e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="674">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/65';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Tese&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Doutorado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/t1jAHzSBbLs?si=brC8s8h61HZM0iYD" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;João Bernardo Sancio Rocha Rodrigues&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Vivian Resende (Orientadora) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Eduardo Paulino Junior - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Leonardo do Prado Lima - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Fernando Augusto de Vasconcellos Santos (FCMMG)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Maria Cristina Vasconcellos Furtado (UFJF)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Eduardo Jose Brommelstroet Ramos (PUCPR) &lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Renato Gomes Campanati (Suplente) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Nivaldo Hartung Toppa - (Suplente) - UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="675">
                <text>Aspectos Clínicos, Histopatológicos E Sobrevida De Pacientes Com Diferentes Tipos De Carcinomas Periampulares Submetidos A Duodenopancreatectomia Cefálica Com Intenção Curativa</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="676">
                <text>João Bernardo Sancio Rocha Rodrigues</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="677">
                <text>16 de Julho de 2024</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="678">
                <text>Professora Vivian Resende (Orientadora) - UFMG&#13;
Professor Eduardo Paulino Junior - UFMG&#13;
Professor Leonardo do Prado Lima - UFMG&#13;
Professor Fernando Augusto de Vasconcellos Santos (FCMMG)&#13;
Professora Maria Cristina Vasconcellos Furtado (UFJF)&#13;
Professor Eduardo Jose Brommelstroet Ramos (PUCPR)&#13;
Professor Renato Gomes Campanati (Suplente) - UFMG&#13;
Professor Nivaldo Hartung Toppa - (Suplente) - UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="107" public="1" featured="0">
    <collection collectionId="65">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="96">
                  <text>Doutorado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="135">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da tese e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="649">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/65';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Tese&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Doutorado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/wW_wHTa81aU?si=eTdEWAE09TMoyo2S" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Ricardo Gonçalves Alvim&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Augusto Barbosa Reis (Orientador) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Geraldo Felício da Cunha Júnior - Hospital Semper&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Renato Beluco Corradi Fonseca - Hospital Luxemburgo&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Bruno Mello Rodrigues dos Santos – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Daniel Xavier Lima - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Marcelo Esteves Chaves Campos (Suplente) - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor André Lopes Salazar - Faculdade de Ciências Médicas de MG - FELUMA – (Suplente)&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="650">
                <text>A Imunoterapia Combinada Com Agonista Ox40 E Inibidor De Pd-1 Melhora A Eficácia Da Terapia Fotodinâmica Vascular (Vtp) Em Um Modelo De Tumor Urotelial</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="651">
                <text> Ricardo Gonçalves Alvim</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="652">
                <text>23 de Setembro de 2024</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="653">
                <text>Professor Augusto Barbosa Reis (Orientador) - UFMG&#13;
Professor Geraldo Felício da Cunha Júnior - Hospital Semper&#13;
Professor Renato Beluco Corradi Fonseca - Hospital Luxemburgo&#13;
Professor Bruno Mello Rodrigues dos Santos – UFMG&#13;
Professor Daniel Xavier Lima - UFMG&#13;
Professor Marcelo Esteves Chaves Campos (Suplente) - UFMG&#13;
Professor André Lopes Salazar - Faculdade de Ciências Médicas de MG - FELUMA – (Suplente)</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="106" public="1" featured="0">
    <collection collectionId="65">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="96">
                  <text>Doutorado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="135">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da tese e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="644">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/65';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Tese&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Doutorado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/103QSp0ePMw?si=6mymchDYtKNWKnfL" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Paulo Randal Pires Junior&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Tarcizo Afonso Nunes - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Antônio Carlos da Costa - FCMSCSP&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Luiz Eduardo Moreira Teixeira - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Daniel Soares Baumfeld – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Antônio Tufi Neder Filho - (Hospital Mater Dei)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Guilherme Moreira de Abreu e Silva - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Cláudio Beling Gonçalves Soares (Hospital Madre Teresa)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Lúcio Honório de Carvalho Júnior - (Suplente) - UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="645">
                <text>Estudo Comparativo Entre O Acesso Cirúrgico Clássico De Henry E O Acesso De Estiloide Radial No Tratamento De Fraturas Distais Do Rádio Com Uso De Placas Bloqueadas</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="646">
                <text>Paulo Randal Pires Junior</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="647">
                <text>30 de Outubro de 2023</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="648">
                <text>Professor Tarcizo Afonso Nunes - UFMG&#13;
Professor Antônio Carlos da Costa - FCMSCSP&#13;
Professor Luiz Eduardo Moreira Teixeira - UFMG&#13;
Professor Daniel Soares Baumfeld – UFMG&#13;
Professor Antônio Tufi Neder Filho - (Hospital Mater Dei)&#13;
Professor Guilherme Moreira de Abreu e Silva - UFMG&#13;
Professor Cláudio Beling Gonçalves Soares (Hospital Madre Teresa)&#13;
Professor Lúcio Honório de Carvalho Júnior - (Suplente) - UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="105" public="1" featured="0">
    <collection collectionId="65">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="96">
                  <text>Doutorado: Programa de Cirurgia e Oftalmologia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="135">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da tese e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="639">
                <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/65';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/38';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Tese&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM CIÊNCIAS APLICADAS À CIRURGIA E À OFTALMOLOGIA&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="border: 3px solid #125ea9; border-radius: 15px; background-color: #f7f5ed; padding: 0 5% 0 5%; max-width: 900px; box-shadow: rgba(0, 0, 0, 0.3) 40px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; margin: 30px auto;"&gt;&#13;
&lt;h1 style="color: #144659; padding-top: 5%; padding-bottom: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Doutorado&lt;/h1&gt;&#13;
&lt;div style="width: 100%; height: 0; padding-bottom: 56.25%; position: relative; object-fit: cover;"&gt;&lt;iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/KiKcn-nABQk?si=A2VmMBHKZzJqw8lx" youtube="" video="" player="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/div&gt;&#13;
&lt;h5 style="color: black; padding: 1% 1% 4% 1%; text-align: center; margin-top: 30px;"&gt;Aluno:&lt;br /&gt;&lt;span&gt;Marcus Vinícius De Paula Da Silva&lt;/span&gt;&lt;/h5&gt;&#13;
&lt;h5 style="color: #144659; 0% 5% 0% 5%; text-align: center; margin-top: 30px;"&gt;Banca Examinadora:&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Cláudio Léo Gelape - Orientador - UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Fábio Morato de Castilho – (Coorientador) – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Renato Tambellini Arnoni – Instituto Dante Pazzanese de Cardiologia&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Teresa Cristina de Abreu Ferrari – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Luiz Felipe Pinho Moreira – INCOR&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Marco Paulo Tomaz Barbosa – HC-UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Gustavo Bernardes de Figueiredo Oliveira – Instituto Dante Pazzanese de Cardiologia – (suplente)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professor Luiz Guilherme Passaglia - (Suplente) - HC/UFMG&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="640">
                <text>Avaliação De Biomarcadores Inflamatórios Em Artérias Pulmonares De Transplantados Cardíacos Chagásicos E Não Chagásicos.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="641">
                <text>Marcus Vinícius De Paula Da Silva</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="642">
                <text>18 de Setembro de 2024</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="643">
                <text>Professor Cláudio Léo Gelape - Orientador - UFMG&#13;
Professor Fábio Morato de Castilho – (Coorientador) – UFMG&#13;
Professor Renato Tambellini Arnoni – Instituto Dante Pazzanese de Cardiologia&#13;
Professora Teresa Cristina de Abreu Ferrari – UFMG&#13;
Professor Luiz Felipe Pinho Moreira – INCOR&#13;
Professor Marco Paulo Tomaz Barbosa – HC-UFMG&#13;
Professor Gustavo Bernardes de Figueiredo Oliveira – Instituto Dante Pazzanese de Cardiologia – (suplente)&#13;
Professor Luiz Guilherme Passaglia - (Suplente) - HC/UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="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="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="22" 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="211">
                <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/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 À CIRURGIA E À&lt;br /&gt;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/3wVnrYiUJkY?si=bLCHJx_NsBDGUSQW" title="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;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 Vasconcelose (Orientador) – UFMG&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 – 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&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 5% 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="212">
                <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="213">
                <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="214">
                <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="215">
                <text>Professor Galton Carvalho Vasconcelose (Orientador) – UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
</itemContainer>
