Skip to content

Commit 1d174b1

Browse files
committed
Affiliation and keywords
1 parent b222859 commit 1d174b1

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

doc/article.tex

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,15 @@
110110
%% - \Plainauthor{} without affiliations
111111
%% - Separate authors by \And or \AND (in \author) or by comma (in \Plainauthor).
112112
%% - \AND starts a new line, \And does not.
113-
\author{Gustavo Landfried \\Universidad de Buenos Aires
114-
\And Esteban Mocskos \\Universidad de Buenos Aires}
113+
\author{Gustavo Landfried$^*$ \ \ \ \ Esteban Mocskos \\ \\ \small Universidad de Buenos Aires. Facultad de Ciencias Exactas y Naturales. \\ Departamento de Computaci\'on. Buenos Aires, Argentina \\ \texttt{$^*$glandfried@dc.uba.ar}}
115114
\Plainauthor{Gustavo Landfried, Esteban Mocskos }
116115

117116
%% - \title{} in title case
118117
%% - \Plaintitle{} without LaTeX markup (if any)
119118
%% - \Shorttitle{} with LaTeX markup (if any), used as running title
120119
\title{TrueSkill Through Time: \\ the \proglang{Julia}, \proglang{Python} and \proglang{R} packages}
121120
\Plaintitle{TrueSkill Through Time: the Julia, Python and R packages}
122-
\Shorttitle{TrueSkill Through Time: the \proglang{Julia}, \proglang{Python} and \proglang{R} packages (Draft)}
121+
\Shorttitle{TrueSkill Through Time: the \proglang{Julia}, \proglang{Python} and \proglang{R} packages}
123122

124123
%% - \Address{} of at least one author
125124
%% - May contain multiple affiliations for each author
@@ -132,7 +131,7 @@
132131
Facultad de Ciencias Exactas y Naturales\\
133132
Universidad de Buenos Aires\\
134133
Buenos Aires, Argentina\\
135-
E-mail: \texttt{gustavolandfried@gmail.com}\\
134+
E-mail: \texttt{glandfried@dc.uba.ar}\\
136135

137136
\vspace{0.3cm}
138137

@@ -175,12 +174,12 @@
175174

176175
}
177176
\Keywords{%
178-
\en{Learning, skill, gaming, education, sports, \proglang{Julia}, \proglang{Python}, \proglang{R}}%
179-
\es{Aprendizaje, habilidad, videojuego, educación, deporte, \proglang{Julia}, \proglang{Python}, \proglang{R}}%
177+
\en{Learning, skill, Bayesian inference, gaming, education, sports, \proglang{Julia}, \proglang{Python}, \proglang{R}}%
178+
\es{Aprendizaje, habilidad, bayes, videojuego, educación, deporte, \proglang{Julia}, \proglang{Python}, \proglang{R}}%
180179
}
181180
\Plainkeywords{%
182-
\en{Learning, skill, gaming, education, sports, Julia, Python, R}%
183-
\es{Aprendizaje, habilidad, videojuego, educación, deporte, Julia, Python, R}%
181+
\en{Learning, skill, bayesian inference, gaming, education, sports, Julia, Python, R}%
182+
\es{Aprendizaje, habilidad, bayes videojuego, educación, deporte, Julia, Python, R}%
184183
}
185184

186185

doc/makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
all: compile
22

3-
compile: clean pdfclean article-es.pdf article-en.pdf
3+
compile: clean pdfclean landfried-aprendizaje.pdf landfried-learning.pdf
44

5-
article-es.pdf:
5+
landfried-aprendizaje.pdf:
66
sed -i 's/\\entrue/\\estrue/g' article.tex
77
pdflatex article.tex
88
bibtex article.aux
99
pdflatex article.tex
1010
pdflatex article.tex
11-
mv article.pdf landfried`date +'%Y.%m.%d'`-aprendizaje.pdf
11+
mv article.pdf landfried-aprendizaje.pdf
1212

13-
article-en.pdf:
13+
landfried-learning.pdf:
1414
sed -i 's/\\estrue/\\entrue/g' article.tex
1515
pdflatex article.tex
1616
bibtex article.aux
1717
pdflatex article.tex
1818
pdflatex article.tex
19-
cp article.pdf landfried`date +'%Y.%m.%d'`-learning.pdf
19+
cp article.pdf landfried-learning.pdf
2020

2121
pdfclean:
2222
- rm -f article*.pdf

0 commit comments

Comments
 (0)