main.tex
3.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
\documentclass[sigconf, authordraft]{acmart}
\usepackage{booktabs} % For formal tables
\usepackage[utf8]{inputenc}
% Copyright
%\setcopyright{none}
%\setcopyright{acmcopyright}
%\setcopyright{acmlicensed}
\setcopyright{rightsretained}
%\setcopyright{usgov}
%\setcopyright{usgovmixed}
%\setcopyright{cagov}
%\setcopyright{cagovmixed}
% DOI
%\acmDOI{10.475/123_4}
% ISBN
%\acmISBN{123-4567-24-567/08/06}
%Conference
%\acmConference[WOODSTOCK'97]{ACM Woodstock conference}{July 1997}{El
% Paso, Texas USA}
%\acmYear{1997}
%\copyrightyear{2016}
%\acmPrice{15.00}
%\acmSubmissionID{123-A12-B3}
\begin{document}
\title{SIG Proceedings Paper in LaTeX Format}
%\titlenote{Produces the permission block, and
% copyright information}
%\subtitle{Extended Abstract}
%\subtitlenote{The full version of the author's guide is available as
% \texttt{acmart.pdf} document}
\author{Paulo Meirelles}
\affiliation{%
\institution{Faculty Gama (FGA) \\ University of Bras\'ilia}
\streetaddress{St. Leste Projeção A - Gama Leste}
\city{Gama}
\state{Bras\'ilia}
\country{Brazil}
\postcode{72444-240}
}
\email{paulormm@unb.br}
\author{Antonio Terceiro}
\affiliation{%
\institution{Colivre}
\streetaddress{Rua Marechal Floriano, nº 28, sala 301}
\city{Salvador}
\state{Bahia}
\country{Brazil}
\postcode{40110-010}
}
\email{terceiro@colivre.coop.br}
\author{Melissa Wen}
\affiliation{%
\institution{Colivre}
\streetaddress{Rua Marechal Floriano, nº 28, sala 301}
\city{Salvador}
\state{Bahia}
\country{Brazil}
\postcode{40110-010}
}
\email{melissa@colivre.coop.br}
\author{Rodrigo Siqueira}
\affiliation{%
\institution{FLOSS Competence Center \\ University of S\~ao Paulo}
\streetaddress{Rua do Matão, 1010}
\city{S\~ao Paulo}
\state{S\~ao Paulo}
\country{Brazil}
\postcode{05508-090}
}
\email{siqueira@ime.usp.br}
\author{Arthur del Esposte}
\affiliation{%
\institution{FLOSS Competence Center \\ University of S\~ao Paulo}
\streetaddress{Rua do Matão, 1010}
\city{S\~ao Paulo}
\state{S\~ao Paulo}
\country{Brazil}
\postcode{05508-090}
}
\email{esposte@ime.usp.br}
\author{Lucas Kanashiro}
\affiliation{%
\institution{FLOSS Competence Center \\ University of S\~ao Paulo}
\streetaddress{Rua do Matão, 1010}
\city{S\~ao Paulo}
\state{S\~ao Paulo}
\country{Brazil}
\postcode{05508-090}
}
\email{lkd@ime.usp.br}
\author{Diego Camarinha}
\affiliation{%
\institution{FLOSS Competence Center \\ University of S\~ao Paulo}
\streetaddress{Rua do Matão, 1010}
\city{S\~ao Paulo}
\state{S\~ao Paulo}
\country{Brazil}
\postcode{05508-090}
}
\email{diegoamc@ime.usp.br}
\author{Rafael Manzo}
\affiliation{%
\institution{FLOSS Competence Center \\ University of S\~ao Paulo}
\streetaddress{Rua do Matão, 1010}
\city{S\~ao Paulo}
\state{S\~ao Paulo}
\country{Brazil}
\postcode{05508-090}
}
\email{manzo@ime.usp.br}
% The default list of authors is too long for headers}
\renewcommand{\shortauthors}{P. Meirelles et al.}
\input{content/00-abstract}
\maketitle
\input{content/01-introduction}
\input{content/02-context}
\input{content/03-materials}
\input{content/04-methods}
\input{content/05-results}
\input{content/06-discussion}
\input{content/07-conclusions}
\input{content/08-acknowledgements}
\bibliographystyle{ACM-Reference-Format}
\bibliography{bibliography}
\end{document}