EduComp2022 Template - Versão Final
Author:
Rodrigo Duran
Last Updated:
3 anni fa
License:
Creative Commons CC BY 4.0
Abstract:
Template baseado no ACM sigart small.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
%% Essa classe foi adaptada do formato de conferências da ACM
\documentclass[sigconf, review, anonymous]{educomp}
%Na versão final remover as tags review e anonymous
%\documentclass[sigconf]{educomp}
\renewcommand\refname{Referências}
%%% REMOVER ESSE PACOTE PARA A VERSAO FINAL %%%%%%%%%%%%%%%%%
\usepackage{lipsum}
%% Não altere essas informações. Elas serão enviadas aos autores após ao aceite no ato da publicação dos anais.
\copyrightyear{2022}
\acmYear{2022}
\setcopyright{sbcpt} %%% Para artigos escritos em inglês, troque para sbcen
\acmConference[EduComp'22]{Simpósio Brasileiro de Educação em Computação}{Abril 25-29, 2022}{Feira de Santana, Bahia, Brasil (On-line)}
\acmBooktitle{Simpósio Brasileiro de Educação em Computação (EduComp '22), Abril 25-29, 2022, Feira de Santana, Bahia, Brasil (On-line)}
%%% REMOVER A PRÓXIMA LINHA PARA ARTIGOS ESCRITOS EM INGLÊS
\usepackage[brazil]{babel}
%%%%%%%%%%
\begin{document}
%%% TITULO
\title[Título curto, caso necessário]{Um Template Para o EduComp 2022}
%Autores
\author{Ringo Star, John Lennon, Paul McCarthney, George Harrison}
\email{{ringo, john, paul, george}@apple.co.uk}
\affiliation{%
\institution{The Fab Four, Manchester, UK}
}
%%
%% By default, the full list of authors will be used in the page
%% headers. Often, this list is too long, and will overlap
%% other information printed in the page headers. This command allows
%% the author to define a more concise list
%% of authors' names for this purpose.
\renewcommand{\shortauthors}{-}
\newcommand{\showDOI}[1]{\unskip}
%%%%% ABSTRACT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{abstract}
\input{00-abstract}
\end{abstract}
%%
%% The code below is generated by the tool at http://dl.acm.org/ccs.cfm.
%% Please copy and paste the code instead of the example below.
%%
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10003456.10003457.10003527</concept_id>
<concept_desc>Social and professional topics~Computing education</concept_desc>
<concept_significance>100</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}
\ccsdesc[100]{Social and professional topics~Computing education}
%%%% PALAVRAS-CHAVE %%%%%%%%%%%%%%
\keywords{Educação de computação, Brasil, EduComp} % germane load
%%
%% This command processes the author and affiliation and title
%% information and builds the first part of the formatted document.
\maketitle
% Arquivo da Introdução
\input{10-introducao}
% Arquivo da Revisão da Literatura
\input{20-trabs_relacionados}
% Arquivo da Metodologia
\input{30-metodos}
% Arquivo dos Resultados
\input{40-resultados}
% Arquivo dos Discussao
\input{50-discussao}
% Arquivo dos Discussao
\input{60-conclusao}
\bibliographystyle{ACM-Reference-Format}
\bibliography{references}
\end{document}