<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="https://repositorio.uema.br/jspui/handle/123456789/1906">
    <title>DSpace Communidade:</title>
    <link>https://repositorio.uema.br/jspui/handle/123456789/1906</link>
    <description />
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://repositorio.uema.br/jspui/handle/123456789/6250" />
        <rdf:li rdf:resource="https://repositorio.uema.br/jspui/handle/123456789/6249" />
        <rdf:li rdf:resource="https://repositorio.uema.br/jspui/handle/123456789/6248" />
        <rdf:li rdf:resource="https://repositorio.uema.br/jspui/handle/123456789/6187" />
      </rdf:Seq>
    </items>
    <dc:date>2026-07-09T03:16:30Z</dc:date>
  </channel>
  <item rdf:about="https://repositorio.uema.br/jspui/handle/123456789/6250">
    <title>Automatização do reconhecimento de células germinativas em imagens histológicas de ovários de peixes: estudo de caso de peixes encontrados no estado do Maranhão</title>
    <link>https://repositorio.uema.br/jspui/handle/123456789/6250</link>
    <description>Título: Automatização do reconhecimento de células germinativas em imagens histológicas de ovários de peixes: estudo de caso de peixes encontrados no estado do Maranhão
Abstact: The state of Maranhão has significant fishing activity, making it essential to monitor the&#xD;
reproductive biology of fish for sustainable management. This work presents an automated&#xD;
approach for recognizing germ cells in histological images of fish ovaries, using digital image&#xD;
processing and supervised learning. The objective is to develop a tool that aids in the efficient&#xD;
analysis of gonads, contributing to knowledge in the field and better management of fishing&#xD;
resources. The methodology uses the Canny edge detection algorithm to segment cells and&#xD;
supervised learning techniques to classify them, overcoming the limitations of traditional&#xD;
manual methods. The results show gains in batch processing speed (50 images/minute) and&#xD;
precision (56% accuracy) with STERapp. The solution aims to increase the precision and&#xD;
reproducibility of analyses, positively impacting fishing sustainability in Maranhão and similar&#xD;
regions</description>
    <dc:date>2025-02-17T00:00:00Z</dc:date>
  </item>
  <item rdf:about="https://repositorio.uema.br/jspui/handle/123456789/6249">
    <title>Sistema Web para delegacias com geração de imagens fotorrealistas baseadas em Inteligência Artificial a partir de relatos textuais</title>
    <link>https://repositorio.uema.br/jspui/handle/123456789/6249</link>
    <description>Título: Sistema Web para delegacias com geração de imagens fotorrealistas baseadas em Inteligência Artificial a partir de relatos textuais
Abstact: This work presents the development of a web application designed for police station&#xD;
management, focusing on integrating artificial intelligence (AI) to generate photorealistic&#xD;
images from textual descriptions to enhance criminal investigations. Built on a client-server&#xD;
architecture, the system employs Next.js for the front-end, Flask for the back-end, and the&#xD;
Stable Diffusion model for image generation. The methodology combined applied, exploratory,&#xD;
and experimentais approaches with incremental prototyping to ensure scalability and usability.&#xD;
Requirements analysis identified gaps in virtual police station systems, such as the lack of&#xD;
advanced visual tools, guiding the development of features like creation, management, and&#xD;
finalization of incident reports, secure JWT authentication, and AI integration. System&#xD;
modeling utilized UML, including use case, class, sequence, activity, and deployment&#xD;
diagrams. Integration and functional tests, conducted with tools like Postman and Cypress,&#xD;
validated the application's efficiency and robustness. The results demonstrate that the system&#xD;
meets its objectives, providing an innovative solution that streamlines suspect identification and&#xD;
improves incident reporting efficiency, with potential for future integration with biometric&#xD;
databases and further AI model adaptation</description>
    <dc:date>2026-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="https://repositorio.uema.br/jspui/handle/123456789/6248">
    <title>Sistema escalável de resposta ativa para mitigação de ataques de força bruta em active directory com suricata</title>
    <link>https://repositorio.uema.br/jspui/handle/123456789/6248</link>
    <description>Título: Sistema escalável de resposta ativa para mitigação de ataques de força bruta em active directory com suricata
Abstact: This work addresses the development and analysis of an active response system for&#xD;
mitigating brute-force attacks targeting the Active Directory domain controller service. The&#xD;
growing sophistication of cyber threats demands solutions that not only detect but also&#xD;
neutralize attacks in real time. The methodology employed consisted of building a virtualized&#xD;
lab environment featuring an attacking machine (Kali Linux), a target (Windows Server 2022&#xD;
with Active Directory), and a defense system (Ubuntu Server) positioned in an in-line network&#xD;
topology to act as an Intrusion Prevention System (IPS). Threat detection was performed by the&#xD;
Suricata security engine, configured with a custom rule to identify anomalous traffic&#xD;
characteristic of the attack via the Service Message Block (SMB) protocol. Mitigation was&#xD;
automated through a Bash script, which, when triggered by Suricata alerts, dynamically blocked&#xD;
the attacker’s Internet Protocol (IP) address in the system firewall. The results validated the&#xD;
prototype’s effectiveness, demonstrating its ability to successfully detect and block the&#xD;
simulated attack, thereby preventing the continuation of malicious activity. It is concluded that&#xD;
the proposed architecture is a viable, scalable, and cost-effective solution for protecting critical&#xD;
infrastructures, establishing a functional framework that can be expanded to mitigate other&#xD;
threats and serve as a robust alternative to high-cost commercial solutions</description>
    <dc:date>2025-11-18T00:00:00Z</dc:date>
  </item>
  <item rdf:about="https://repositorio.uema.br/jspui/handle/123456789/6187">
    <title>Desenvolvimento de aplicação web para rastreamento de aeronaves</title>
    <link>https://repositorio.uema.br/jspui/handle/123456789/6187</link>
    <description>Título: Desenvolvimento de aplicação web para rastreamento de aeronaves
Abstact: This work presents the development of a web application designed for&#xD;
the monitoring and tracking of aircraft operated by the Tactical Air Center of&#xD;
the Military Police of Maranhão. The solution was built using ReactJS and&#xD;
integrates with a REST API to display real-time information on aircraft position,&#xD;
trajectory and operational data during missions. In addition to tracking, the&#xD;
application provides access to flight history and enables the management&#xD;
of missions, aircraft and users through an intuitive and responsive interface.&#xD;
The tests conducted demonstrated that the tool delivers stable performance,&#xD;
continuous data updates and good adherence to the operational needs of&#xD;
the CTA, highlighting the potential of web development as support for aerial&#xD;
operations.</description>
    <dc:date>2026-01-01T00:00:00Z</dc:date>
  </item>
</rdf:RDF>

