<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>DSpace Communidade:</title>
    <link>https://ri.ufs.br/jspui/handle/riufs/2145</link>
    <description />
    <pubDate>Mon, 06 Apr 2026 13:10:10 GMT</pubDate>
    <dc:date>2026-04-06T13:10:10Z</dc:date>
    <item>
      <title>Por uma escuta desobediente: psicanálise e antipsiquiatria em guerra (e em pacto)</title>
      <link>https://ri.ufs.br/jspui/handle/riufs/24794</link>
      <description>Título: Por uma escuta desobediente: psicanálise e antipsiquiatria em guerra (e em pacto)
Autor(es): Guimarães, Silvio Gabriel Linhares
Abstract: This dissertation took as its central axis the relationships between psychoanalysis and&#xD;
antipsychiatry, highlighting their specific approximations, disputes, tensions, and circumstantial&#xD;
alliances. Starting from a controversial history in which psychoanalysis influenced and was&#xD;
influenced by psychiatric practices, the research sought to make explicit how this ambivalence&#xD;
opened space, at the same time, for complicities and resistances. Nowadays, this discussion&#xD;
acquires urgency in times of frank psychiatric expansion, when diagnostic identities begin to&#xD;
circulate as rapid explanations for the administration of conduct. The social value of suffering&#xD;
and the moralization it underwent in different phases of the construction of the psy knowledges&#xD;
were also highlighted. In this scenario, antipsychiatry was taken as a critical position toward&#xD;
psychiatric power, the violence perpetrated in the form of treatment, and the asylum logic that&#xD;
becomes established without the need for walls. Finally, possibilities for counter-hegemonic&#xD;
practices were pointed out as forms of demedicalizing practices with which psychoanalysis&#xD;
could ally itself.</description>
      <pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://ri.ufs.br/jspui/handle/riufs/24794</guid>
      <dc:date>2026-02-10T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Convergência de agile e design: um framework integrativo para eficiência, inovação e melhorias contínuas na experiência do usuário</title>
      <link>https://ri.ufs.br/jspui/handle/riufs/24793</link>
      <description>Título: Convergência de agile e design: um framework integrativo para eficiência, inovação e melhorias contínuas na experiência do usuário
Autor(es): Dantas, Silvio Mario Felix
Abstract: Agile is a software development framework that focuses on putting the customer first, prioritizing&#xD;
functional projects over comprehensive documentation, valuing active customer participation,&#xD;
and incorporating feedback through incremental deliveries. The goal is to provide a good&#xD;
user experience. However, research points to shortcomings in problem understanding and&#xD;
solution-finding in projects that adopt Agile. Therefore, its application in conjunction with other&#xD;
approaches is recommended to address these deficiencies. In this context, considering design&#xD;
management approaches as complementary methodologies can generate a valuable combination,&#xD;
integrating design, innovation, and technology. This research aims to create a framework model&#xD;
that integrates characteristics of Design Thinking and User-Centered Design, seeking to enhance&#xD;
the agile SCRUM development process. To this end, literature reviews were conducted on the&#xD;
proposed themes, as well as a systematic literature mapping to build the state of the art. A&#xD;
survey was also conducted with leaders, managers, and developers involved in agile development,&#xD;
in addition to analyzing the points of convergence between design management practices and&#xD;
Agile, forming the necessary basis for the conceptual design of the framework. Based on the&#xD;
findings, a data triangulation is proposed to obtain meaningful insights for the development&#xD;
model. Multidisciplinary frameworks provide a broader perspective for problem-solving; the&#xD;
adoption of such practices represents a significant advancement in the creation of software and&#xD;
products with strategic differentiation and a focus on solving feasible user problems.</description>
      <pubDate>Mon, 28 Jul 2025 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://ri.ufs.br/jspui/handle/riufs/24793</guid>
      <dc:date>2025-07-28T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Guidelines para adoção do Event Storming com foco em arquitetura de microsserviços</title>
      <link>https://ri.ufs.br/jspui/handle/riufs/24792</link>
      <description>Título: Guidelines para adoção do Event Storming com foco em arquitetura de microsserviços
Autor(es): Santos, Marcos Cesar Barbosa dos
Abstract: Context: Agile development teams require well-defined requirements to maintain productivity.&#xD;
Event Storming serves as a dynamic technique for producing this type of visual documentation&#xD;
with low formalism and compatible with the microservices architecture. Problem: As it is a&#xD;
relatively recent technique with few rules when compared to more established documentation,&#xD;
such as UML, both agile teams and managers may show resistance in using Event Storming.&#xD;
Solution: As a proof of effectiveness, the construction of guidelines for the adoption of Event&#xD;
Storming during the requirements phase will facilitate both the conduct of the technique by new&#xD;
development teams and will increase the reliability of the entire approach, potentially reducing&#xD;
the resistance faced by development and management teams. Method: With the aim of building&#xD;
knowledge from the design of experimental and evolutionary artifacts, this research is based on&#xD;
the methodology of Design Science Research.</description>
      <pubDate>Thu, 28 Aug 2025 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://ri.ufs.br/jspui/handle/riufs/24792</guid>
      <dc:date>2025-08-28T00:00:00Z</dc:date>
    </item>
    <item>
      <title>A novel approach to use Multi-Armed Bandit for feature selection</title>
      <link>https://ri.ufs.br/jspui/handle/riufs/24791</link>
      <description>Título: A novel approach to use Multi-Armed Bandit for feature selection
Autor(es): Monteiro, Keomas da Silva
Abstract: This work explores the application of Multi-Armed Bandit (MAB) algorithms for feature selection (FS) in machine learning, aiming to address the challenges posed by high-dimensional data, such as computational complexity and overfitting. While traditional FS methods are widely used, the integration of MAB in this context remains unexplored. This research proposes novel MAB-based algorithms, specifically adapting the Epsilon-greedy (MAB-EgreedyFS) and Upper Confidence Bound (MAB-UCBFS) algorithms, to dynamically manage feature inclusion and exclusion. In this way, the feature set is formed with the aim of providing the best accuracy for the classifier in the classification task. For this, each feature’s status is treated as an "arm" in the bandit problem approach that abstracts the search for the best features as the exploration-exploitation dilemma. During the process a Support Vector Machine (SVM) is applied as the classifier to evaluate the methods. A experimental set was performed, the proposed methods were evaluated in seven dataset and compared against established FS methods: SVM-RFE, extra-trees-based method, genetic algorithm-based method a ANOVA filter method. The results indicate that MAB-UCBFS consistently achieved strong performance, notably ranking as the "Best Method" for most of the evaluated data sets. While not universally superior, MAB-UCBFS demonstrated robust and competitive performance across most scenarios. Statistical analysis using Conover test heatmaps further corroborated these findings, highlighting significant differences between MAB-UCBFS and other techniques on several datasets. This study successfully validates the viability and strong performance of MAB-based algorithms, particularly MAB-UCBFS, as innovative and effective solutions for feature selection.</description>
      <pubDate>Fri, 29 Aug 2025 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://ri.ufs.br/jspui/handle/riufs/24791</guid>
      <dc:date>2025-08-29T00:00:00Z</dc:date>
    </item>
  </channel>
</rss>

