undegraduate-thesis/main.tex

54 lines
1.8 KiB
TeX
Raw Normal View History

2024-02-05 15:01:49 +00:00
\documentclass[12pt]{article}
2024-07-04 20:55:33 +00:00
\usepackage{csquotes}
2024-02-05 15:01:49 +00:00
\usepackage{template/sbc}
\usepackage{graphicx,url}
2024-02-12 02:01:01 +00:00
\usepackage{float}
2024-03-20 21:40:03 +00:00
\usepackage{hyperref}
2024-02-05 15:01:49 +00:00
\usepackage[brazil]{babel}
2024-03-21 21:12:08 +00:00
\usepackage[backend=biber, style=numeric, sorting=ynt]{biblatex}
\addbibresource{bibliography.bib}
2024-02-12 02:01:01 +00:00
\graphicspath{ {./images/} }
2024-02-05 15:01:49 +00:00
\sloppy
2024-08-28 13:16:00 +00:00
\title{IF Salas Uma plataforma de código aberto para auxiliar professores e alunos do IFMG}
2024-02-05 15:01:49 +00:00
\author{Leonardo A. Murça\inst{1}, Carlos A. S. Junior\inst{1}}
\address{
Instituto Federal de Educação, Ciência e Tecnologia de Minas Gerais (IFMG) \\
2024-02-05 19:59:15 +00:00
Campus Sabará | 34.590-390 | Sabará | MG | Brasil
2024-02-05 15:01:49 +00:00
\email{leo@leomurca.xyz, carlos.junior@ifmg.edu.br}
}
\begin{document}
\maketitle
\begin{abstract}
2024-08-28 15:23:51 +00:00
This thesis presents IF Salas, an open-source learning management system (LMS) specifically designed
for the Federal Institute of Minas Gerais (IFMG). Motivated by data privacy concerns and the limitations
of generic LMS solutions, IF Salas provides a tailored platform for IFMG's hybrid and distance learning
needs. Developed with a user-centered approach, incorporating Nielsen's usability principles and Saffer's
microinteraction techniques, IF Salas offers an intuitive and efficient experience for both students and
teachers. The implemented Minimum Viable Product (MVP) demonstrates the platform's potential to enhance
the educational experience at IFMG, with future development focusing on expanded functionality, AI-powered
personalization, and enhanced accessibility.
2024-02-05 15:01:49 +00:00
\end{abstract}
2024-02-05 19:39:27 +00:00
\input{sections/introducao.tex}
2024-02-05 19:56:57 +00:00
\input{sections/referencial-teorico.tex}
2024-02-09 23:09:17 +00:00
\input{sections/metodologia.tex}
2024-04-09 21:58:56 +00:00
\input{sections/o-if-salas.tex}
2024-08-01 22:00:57 +00:00
\input{sections/conclusao.tex}
\input{sections/consideracoes-finais.tex}
2024-08-01 17:55:54 +00:00
\input{sections/agradecimentos.tex}
2024-04-09 21:58:56 +00:00
2024-02-05 19:39:27 +00:00
2024-03-21 21:12:08 +00:00
\printbibliography
2024-02-05 15:01:49 +00:00
\end{document}