diff --git a/icse2018/Makefile b/icse2018/Makefile new file mode 100755 index 0000000..4bb2e9e --- /dev/null +++ b/icse2018/Makefile @@ -0,0 +1,15 @@ +TARGET=spb-icse-seip + +all: $(TARGET).tex + pdflatex $(TARGET).tex + bibtex $(TARGET) + pdflatex $(TARGET).tex + pdflatex $(TARGET).tex + evince $(TARGET).pdf & + +edit: + gedit Makefile *.bib *.tex & + +clean: + rm -f $(TARGET).pdf *.out *.aux *.log *.blg *.bbl *.dvi *.ps *.toc *.lot *.lof *.idx *~ + diff --git a/icse2018/main.tex b/icse2018/main.tex deleted file mode 100644 index db9cff1..0000000 --- a/icse2018/main.tex +++ /dev/null @@ -1,86 +0,0 @@ -\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{Melissa Wen, Rodrigo Siqueira, Arthur del Esposte, Lucas Kanashiro, Diego Camarinha, 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{{wen,siqueira,esposte,lkd,diegoamc,manzo}@ime.usp.br} - -\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} - -% The default list of authors is too long for headers} -\renewcommand{\shortauthors}{M. Wen et al.} - - -\input{content/00-abstract} - - -\maketitle - -\input{content/01-introduction} -\input{content/02-related_work} -\input{content/03-context} -\input{content/04-materials} -\input{content/05-methods} -\input{content/06-results} -\input{content/07-discussion} -\input{content/08-conclusions} -\input{content/09-acknowledgements} - -\bibliographystyle{ACM-Reference-Format} -\bibliography{bibliography} - -\end{document} diff --git a/icse2018/spb-icse-seip.tex b/icse2018/spb-icse-seip.tex new file mode 100644 index 0000000..db9cff1 --- /dev/null +++ b/icse2018/spb-icse-seip.tex @@ -0,0 +1,86 @@ +\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{Melissa Wen, Rodrigo Siqueira, Arthur del Esposte, Lucas Kanashiro, Diego Camarinha, 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{{wen,siqueira,esposte,lkd,diegoamc,manzo}@ime.usp.br} + +\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} + +% The default list of authors is too long for headers} +\renewcommand{\shortauthors}{M. Wen et al.} + + +\input{content/00-abstract} + + +\maketitle + +\input{content/01-introduction} +\input{content/02-related_work} +\input{content/03-context} +\input{content/04-materials} +\input{content/05-methods} +\input{content/06-results} +\input{content/07-discussion} +\input{content/08-conclusions} +\input{content/09-acknowledgements} + +\bibliographystyle{ACM-Reference-Format} +\bibliography{bibliography} + +\end{document} -- libgit2 0.21.2