Skip to content

Commit

Permalink
Edited for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
rougier committed Sep 13, 2017
1 parent 6d8dd0a commit 25c22ef
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 30 deletions.
13 changes: 13 additions & 0 deletions article/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
all: Stojic-2017.tex Stojic-2017.pdf clean

Stojic-2017.tex: Stojic-2017.md
pandoc --standalone --filter pandoc-crossref --template=rescience-template.tex --latex-engine=xelatex --biblatex --bibliography=Stojic-2017.bib -M "crossrefYaml=crossref.yaml" --output Stojic-2017.tex Stojic-2017.md

Stojic-2017.pdf: Stojic-2017.tex
xelatex Stojic-2017
biber Stojic-2017
xelatex Stojic-2017
xelatex Stojic-2017

clean:
rm -f *.aux *.out *.log *.nav *.toc *.snm *.ttt *.blg *.bbl *.fff *.suppinfo *latexmk *fls *synctex.gz *.bcf *.xml
File renamed without changes.
15 changes: 8 additions & 7 deletions article/stojic2017.md → article/Stojic-2017.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@ Address:
Contact:
- [email protected]
Editor:
- Name Surname
- Nicolas P. Rougier
Reviewer:
- Name Surname
- Name Surname
- Anne Urai
- Qihong Lu
Publication:
received: Aug, 20, 2017
accepted: Sep, 1, 2015
published: Sep, 1, 2015
volume: "**1**"
accepted: Sep, 13, 2017
published: Sep, 13, 2017
volume: "**3**"
issue: "**1**"
date: Sep 2015
number: 8
date: Sep 2017
Repository:
article: "https://github.com/ReScience-Archives/Stojic-2017/tree/master/article"
code: "https://github.com/ReScience-Archives/Stojic-2017/tree/master/code"
Expand Down
Binary file renamed article/stojic2017.pdf → article/Stojic-2017.pdf
Binary file not shown.
18 changes: 9 additions & 9 deletions article/stojic2017.tex → article/Stojic-2017.tex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
% style=alphabetic,
% citestyle=numeric
]{biblatex}
\bibliography{stojic2017.bib}
\bibliography{Stojic-2017.bib}



Expand Down Expand Up @@ -115,9 +115,9 @@
\sffamily \ReScience~$\vert$
\href{http://rescience.github.io}{rescience.github.io}
\hypersetup{urlcolor=blue}}
\fancyfoot[C]{\sffamily \thepage}
\fancyfoot[R]{\sffamily Sep 2015 $\vert$
Volume \textbf{1} $\vert$
\fancyfoot[C]{\sffamily 8 - \thepage}
\fancyfoot[R]{\sffamily Sep 2017 $\vert$
Volume \textbf{3} $\vert$
Issue \textbf{1}}
\pagestyle{fancy}
\makeatletter
Expand Down Expand Up @@ -174,15 +174,15 @@
\sffamily\small
%\vspace{2mm}
{\bfseries Editor}\\
Name Surname\\
Nicolas P. Rougier\\

{\bfseries Reviewers}\\
Name Surname\\
Name Surname\\
Anne Urai\\
Qihong Lu\\

{\bfseries Received} Aug, 20, 2017\\
{\bfseries Accepted} Sep, 1, 2015\\
{\bfseries Published} Sep, 1, 2015\\
{\bfseries Accepted} Sep, 13, 2017\\
{\bfseries Published} Sep, 13, 2017\\

{\bfseries Licence} \href{http://creativecommons.org/licenses/by/4.0/}{CC-BY}

Expand Down
13 changes: 0 additions & 13 deletions article/makefile

This file was deleted.

2 changes: 1 addition & 1 deletion article/rescience-template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
\sffamily \ReScience~$$\vert$$
\href{http://rescience.github.io}{rescience.github.io}
\hypersetup{urlcolor=blue}}
\fancyfoot[C]{\sffamily \thepage}
\fancyfoot[C]{\sffamily $Publication.number$ - \thepage}
\fancyfoot[R]{\sffamily $Publication.date$ $$\vert$$
Volume $Publication.volume$ $$\vert$$
Issue $Publication.issue$}
Expand Down

0 comments on commit 25c22ef

Please sign in to comment.