<?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.pucgoias.edu.br/jspui/handle/123456789/38">
    <title>DSpace Coleção:</title>
    <link>https://repositorio.pucgoias.edu.br/jspui/handle/123456789/38</link>
    <description />
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://repositorio.pucgoias.edu.br/jspui/handle/123456789/11065" />
        <rdf:li rdf:resource="https://repositorio.pucgoias.edu.br/jspui/handle/123456789/11019" />
        <rdf:li rdf:resource="https://repositorio.pucgoias.edu.br/jspui/handle/123456789/11018" />
        <rdf:li rdf:resource="https://repositorio.pucgoias.edu.br/jspui/handle/123456789/11004" />
      </rdf:Seq>
    </items>
    <dc:date>2026-09-23T01:53:37Z</dc:date>
  </channel>
  <item rdf:about="https://repositorio.pucgoias.edu.br/jspui/handle/123456789/11065">
    <title>Sistema de registro de frequência para monitores acadêmicos em instituições de ensino superior</title>
    <link>https://repositorio.pucgoias.edu.br/jspui/handle/123456789/11065</link>
    <description>Título: Sistema de registro de frequência para monitores acadêmicos em instituições de ensino superior
Abstract: The attendance control of academic monitors is currently carried out in a predominantly manual manner, through electronic spreadsheets and physical forms, making the process susceptible to errors, inconsistencies, and weaknesses in record authenticity. Furthermore, the lack of centralized information hinders real-time monitoring by supervising professors and the monitoring coordination, overloading CAEME with administrative demands that could be resolved more autonomously among those directly involved. Faced with these limitations, this work presents the development of the Academic Monitoring Registration System (SRMA), a web application that automates attendance registration through biometric facial recognition, acting as a support tool among supervising professors, monitoring coordination, and CAEME. The system is structured into three access profiles (monitor, professor, and coordination) each with specific functionalities for managing monitoring activities. Grounded in the principles of Software Engineering, SRMA eliminates the need for manual records and trips to the administrative office, centralizing information in a single platform and ensuring greater reliability in the generated data. The results demonstrate that the solution significantly reduces operational rework, inhibits fraud in attendance registration, and promotes greater transparency and efficiency in academic monitoring management.
Tipo: Trabalho de Conclusão de Curso</description>
    <dc:date>2026-06-09T00:00:00Z</dc:date>
  </item>
  <item rdf:about="https://repositorio.pucgoias.edu.br/jspui/handle/123456789/11019">
    <title>LaborAI: agentes para geração automatizada de documentos em processos de licitação</title>
    <link>https://repositorio.pucgoias.edu.br/jspui/handle/123456789/11019</link>
    <description>Título: LaborAI: agentes para geração automatizada de documentos em processos de licitação
Abstract: This research project aims to develop a prototype system for the automated generation&#xD;
of documents in public procurement processes, focusing on the Terms of Reference and&#xD;
the Preliminary Technical Study, based on the guidelines of Brazilian Law 14.133/2021.&#xD;
The application, called LaborAI, was developed using React and Vite on the front-end,&#xD;
NestJS on the back-end, Supabase with PostgreSQL and pgvector as data infrastructure,&#xD;
and LangChain.js with LangGraph for the creation and orchestration of artificial intelligence&#xD;
agents. The architecture follows the client-server model with REST API, integrated with a&#xD;
knowledge base built using the RAG (Retrieval-Augmented Generation) technique, consisting&#xD;
of 522 indexed excerpts from Law 14.133/2021 and real procurement documents used in&#xD;
municipalities. The research is applied and exploratory-descriptive in nature, proposing a&#xD;
technological solution that guides civil servants through a structured conversation until the&#xD;
final document is generated in DOCX format. The system aims to assist in reducing errors,&#xD;
standardizing documents and decreasing repetitive data entry across multiple documents,&#xD;
without replacing subsequent technical and legal review. The results obtained reinforce the&#xD;
technical feasibility of using conversational agents in the context of public procurement,&#xD;
highlighting the potential of artificial intelligence in the modernization and efficiency of public&#xD;
administration.
Tipo: Trabalho de Conclusão de Curso</description>
    <dc:date>2026-06-11T00:00:00Z</dc:date>
  </item>
  <item rdf:about="https://repositorio.pucgoias.edu.br/jspui/handle/123456789/11018">
    <title>Fashionboost: sistema de gestão e fidelização para lojas de moda</title>
    <link>https://repositorio.pucgoias.edu.br/jspui/handle/123456789/11018</link>
    <description>Título: Fashionboost: sistema de gestão e fidelização para lojas de moda
Abstract: This work aims to develop a SaaS (Software as a Service) system for small and medium-&#xD;
sized fashion store owners, called FashionBoost. The proposal arises from the observation&#xD;
that small retailers in the fashion sector generally do not have access to affordable customer&#xD;
management and loyalty tools, such as CRM systems and loyalty programs. The system&#xD;
was developed with NestJS and TypeScript on the back-end, TypeORM and PostgreSQL on&#xD;
the persistence layer, and Next.js 15 with Tailwind CSS v4 on the front-end. The adopted&#xD;
architecture follows the multi-tenant model, in which each retailer operates in a completely&#xD;
isolated environment within the same platform. Key implemented features include: product,&#xD;
inventory and category management; sales recording with discount coupon application; a&#xD;
loyalty program with point accumulation and automatic tier progression; and an artificial&#xD;
intelligence dashboard integrated with the Groq API using the Llama 3.3 70B model. The&#xD;
results demonstrate that FashionBoost&#xD;
is capable of supporting operational management&#xD;
and customer loyalty in independent&#xD;
fashion stores,&#xD;
answering the proposed research&#xD;
question with a viable and accessible technical solution.
Tipo: Trabalho de Conclusão de Curso</description>
    <dc:date>2026-06-08T00:00:00Z</dc:date>
  </item>
  <item rdf:about="https://repositorio.pucgoias.edu.br/jspui/handle/123456789/11004">
    <title>Desenvolvimento de IA para correção de avaliações de questões subjetivas</title>
    <link>https://repositorio.pucgoias.edu.br/jspui/handle/123456789/11004</link>
    <description>Título: Desenvolvimento de IA para correção de avaliações de questões subjetivas
Abstract: This study develops and evaluates an Artificial Intelligence system for the automated grading of short-answer conceptual questions, utilizing Natural Language Processing and Deep Learning techniques. The system employs the BERTimbau model—a BERT variant pre-trained on Brazilian Portuguese—combined with a Multi-Layer Perceptron classifier layer, fine-tuned to categorize answers into three classes: correct, partially correct, and incorrect. To overcome the scarcity of labeled data, a local Retrieval-Augmented Generation (RAG) architecture is adopted, based on TF-IDF vectorization and cosine similarity, which selects relevant excerpts from the textbook to guide the generation of synthetic data via the Gemini model API. The system's interface was developed using the Streamlit library, allowing instructors to configure the question, the answer key, and the reference material, initiate on-demand training, and obtain the class grade report within a single session. An Active Learning cycle enables instructor-corrected discrepancies to be reinjected into the training set, promoting the continuous evolution of the model. Experiments demonstrated that the pipeline is technically feasible, achieving an accuracy close to 100% on synthetic data, a grade distribution semantically coherent with the answer key, and a total execution time between two and five minutes on consumer hardware. It is concluded that the solution represents a relevant proof of concept for the automation of the assessment process, with the potential to reduce the time spent by teachers on routine grading and to be adapted to different disciplines without requiring a prior database.
Tipo: Trabalho de Conclusão de Curso</description>
    <dc:date>2026-06-12T00:00:00Z</dc:date>
  </item>
</rdf:RDF>

