<?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=68&amp;output=omeka-xml" accessDate="2026-04-03T19:15:17+00:00">
  <miscellaneousContainer>
    <pagination>
      <pageNumber>1</pageNumber>
      <perPage>40</perPage>
      <totalResults>2</totalResults>
    </pagination>
  </miscellaneousContainer>
  <item itemId="140" public="1" featured="0">
    <collection collectionId="70">
      <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="101">
                  <text>Mestrado: Programa de Saúde da Mulher</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="109">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="837">
                <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/70';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&amp;nbsp;&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM SAÚDE DA MULHER&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/iAgQDlw-WEQ?si=aQ_pSUu659vift8N" 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;PATRICIA ROCHA CARNEIRO&amp;nbsp;&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;Prof. Eduardo Batista Candido (UFMG)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Prof. Joao Oscar de Almeida Falcao Junior (Hospital Felício Rocho)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Prof. José Eduardo de Aguilar Siqueira do Nascimento (UNIVAG)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 5% 5%; text-align: left; margin-top: 5px;"&gt;Prof. Francisco de Assis Nunes Pereira (Hospital Felicio Rocho)&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 5% 5%; text-align: left; margin-top: 5px;"&gt;Prof. Mariana Seabra Leite Praça (UFMG) - suplente&lt;/h5&gt;&#13;
&lt;div class="master" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;div class="footer-card" style="align-items: center; justify-content: center; max-width: 170px; margin-top: 30px; margin-bottom: 60px; display: flex; flex-wrap: wrap;"&gt;&#13;
&lt;div class="text01-container" style="padding: 5px 10px 10px 10px display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&#13;
&lt;h5 style="color: #144659; width: 145px;"&gt;Suporte técnico:&lt;/h5&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="img-container" style="display: inline-block; max-width: 150px; overflow: hidden; vertical-align: top;"&gt;&lt;a href="https://cadtec.medicina.ufmg.br/home/" target="_blank" rel="noopener"&gt; &lt;img style="position: relative; width: 135px; height: auto; object-fit: cover;" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/logo_CADTEC_alpha_blue.png" align="left" hspace="0" /&gt; &lt;/a&gt;&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;&#13;
&lt;/div&gt;</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="838">
                <text>Aceleração da recuperação pós-operatória de pacientes&#13;
abordadas cirurgicamente por endometriose</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="839">
                <text>PATRICIA ROCHA CARNEIRO</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="840">
                <text>05 de dezembro de 2025</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="841">
                <text>Comissão Examinadora&#13;
Prof. Eduardo Batista Candido (UFMG)&#13;
Prof. Joao Oscar de Almeida Falcao Junior (Hospital Felício Rocho)&#13;
Prof. José Eduardo de Aguilar Siqueira do Nascimento (UNIVAG)&#13;
Prof. Francisco de Assis Nunes Pereira (Hospital Felicio Rocho)&#13;
Prof. Mariana Seabra Leite Praça (UFMG) - suplente</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="24" public="1" featured="0">
    <collection collectionId="70">
      <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="101">
                  <text>Mestrado: Programa de Saúde da Mulher</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="49">
              <name>Subject</name>
              <description>The topic of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="109">
                  <text>&lt;script&gt;&#13;
    function search(string){&#13;
        window.find(string);&#13;
    }&#13;
    &#13;
    function handle(e) {&#13;
        if (e.keyCode === 13) {&#13;
            var searchValue = document.getElementById("search").value;&#13;
            search(searchValue);&#13;
        }&#13;
        return false;&#13;
    }&#13;
&#13;
&#13;
    function toggleFocus1(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#00FF3E" ? "inherit" : "#00FF3E";&#13;
        el.style.color = "black";&#13;
    }&#13;
&#13;
    function toggleFocus2(el) {&#13;
        el.style.backgroundColor = el.style.backgroundColor == "#419644" ? "inherit" : "#419644";&#13;
        el.style.color = "#fff";&#13;
    }&#13;
    &#13;
    &#13;
    function toggleFocus3(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus4(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("scrollToTop");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus5(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus6(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button-image");&#13;
        buttonImage.querySelector("img").src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function toggleFocus7(el) {&#13;
        // Altere a imagem do botão para a versão preta&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_black.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#91BBE5" ? "inherit" : "#91BBE5";&#13;
    }&#13;
&#13;
    function toggleFocus8(el) {&#13;
        // Altere a imagem do botão para a versão branca&#13;
        var buttonImage = document.getElementById("search-button");&#13;
        buttonImage.src = "https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png";&#13;
        buttonImage.style.backgroundColor = el.style.backgroundColor == "#336699" ? "inherit" : "#336699";&#13;
    }&#13;
    &#13;
    function optionA(el) {&#13;
        el.style.transform = "translateY(4px)";&#13;
        el.style.boxShadow = "0 5px #666";&#13;
    }&#13;
    &#13;
    // Função para rolar de volta ao topo da página&#13;
        function scrollToTop() {&#13;
            window.scrollTo({ top: 0, behavior: 'smooth' });&#13;
        }&#13;
&#13;
        // Exibir o botão quando o usuário rolar para baixo&#13;
        window.onscroll = function () {&#13;
            if (document.body.scrollTop &gt; 900 || document.documentElement.scrollTop &gt; 900) {&#13;
                document.getElementById("scrollToTop").style.display = "block";&#13;
                document.getElementById("search-button-image").style.display = "block";&#13;
            } else {&#13;
                document.getElementById("scrollToTop").style.display = "none";&#13;
                document.getElementById("search-button-image").style.display = "none";&#13;
            }&#13;
        }&#13;
&#13;
&lt;/script&gt;&#13;
&lt;!-- Botão "Buscar" --&gt; &lt;button id="search-button-image" onclick="search(document.getElementById('search').value)" style="display: none; position: fixed; bottom: 160px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus5(this)" onmouseout="toggleFocus6(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt; &lt;!-- Botão "Scroll Back To Top" --&gt; &lt;button id="scrollToTop" onclick="scrollToTop()" style="display: none; position: fixed; bottom: 20px; right: 20px; background-color: #336699; color: #fff; border: none; border-radius: 50%; cursor: pointer; padding: 10px 12px; font-size: 18px;" onmouseover="toggleFocus3(this)" onmouseout="toggleFocus4(this)"&gt;&lt;img src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/up_arrow_white.png" style="width: 20px; heigth: auto;" alt="buscar" border="0" /&gt;&lt;/button&gt;&#13;
&lt;div width="100%" style="padding: 1% 1% 5% 1%; object-fit: cover; background-image: linear-gradient(#2D353D, #65778A);"&gt;&#13;
&lt;div class="container" style="align-items: center; justify-content: center; min-width: 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap;"&gt;&lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-direction: column; align-items: center; justify-content: center;"&gt;&#13;
&lt;h1 style="color: white; padding-top: 5%; text-align: center; margin: 0 auto; display: table; font-weight: bold;"&gt;Busca rápida por Título&lt;/h1&gt;&#13;
&lt;h3 style="color: white; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;Digite uma palavra-chave da dissertação e pressione 'Enter' ou clique na lupa abaixo quantas vezes precisar até encontrar o resultado desejado:&lt;/h3&gt;&#13;
&lt;/div&gt;&#13;
&lt;div class="container" style="display: flex; flex-wrap: wrap; justify-content: center; padding: 1% 5% 10% 5%;"&gt;&lt;input placeholder="Busca por título" type="text" id="search" onkeypress="handle(event)" style="max-width: 75%;" /&gt; &lt;input type="image" id="search-button" src="https://cadtec.medicina.ufmg.br/home/wp-content/uploads/2023/10/search_icon_CADTEC_white.png" style="width: 35px; heigth: auto; background-color: #336699; padding: 5px;" alt="Buscar" onclick="search(document.getElementById('search').value)" onmouseover="toggleFocus7(this)" onmouseout="toggleFocus8(this)" /&gt;&lt;/div&gt;&#13;
&lt;/div&gt;</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="18">
      <name>Vídeo</name>
      <description>O tipo Vídeo é um tipo de item que consiste em uma sequência de imagens em movimento, geralmente acompanhada de som.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="221">
                <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/70';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ↩ Voltar &lt;/button&gt; &lt;button class="button" onmouseover="toggleFocus1(this)" onmouseout="toggleFocus2(this)" onclick="optionA(this); window.location.href='https://cadtec.medicina.ufmg.br/acervo/collections/show/35';" style="width: 100px; display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-right: 10px; padding: 5px 5px; font-size: 18px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #419644; border: none; border-radius: 45px; box-shadow: 0 9px #495663;"&gt; ⌂ Home &lt;/button&gt;&lt;/div&gt;&#13;
&lt;div style="padding: 5% 1% 5% 1%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh;"&gt;&#13;
&lt;div class="container" style="display: table; align-items: center; justify-content: center; text-align: center; margin: 0 auto;"&gt;&#13;
&lt;h1 style="color: black; padding: 5%; text-align: center; margin: 0 auto; display: table;"&gt;Defesa de Dissertação&amp;nbsp;&lt;/h1&gt;&#13;
&lt;h5 style="color: black; padding: 30px; text-align: center; margin: 0 auto; display: table;"&gt;PROGRAMA DE PÓS-GRADUAÇÃO EM SAÚDE DA MULHER&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/xyPk95DwA_M?si=3aFPWle8GAtr9529" 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;Gabriel Martins Cruz Campos&amp;nbsp;&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 Henrique Vitor Leite (Orientador) – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Mariana Seabra Leite Praça – UFMG&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 0% 5%; text-align: left; margin-top: 5px;"&gt;Professora Inessa Beraldo de Andrade Bonomi (UNIFENAS-BH)&amp;nbsp;&lt;/h5&gt;&#13;
&lt;h5 style="color: black; padding: 0% 5% 5% 5%; text-align: left; margin-top: 5px;"&gt;Professora William Schneider da Cruz Krettli (Suplente) -&amp;nbsp; 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="222">
                <text>Ciclo Gravídico-Puerperal E Covid-19 - Análise Do Desfecho Obstétrico Das Pacientes Internadas Em Um Maternidade Pública De Belo Horizonte, Minas Gerais</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="223">
                <text>Gabriel Martins Cruz Campos </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="224">
                <text>15 de Fevereiro 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="225">
                <text>Professor Henrique Vitor Leite (Orientador) – UFMG</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
</itemContainer>
