Skip to content

Commit

Permalink
ignore diff file artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
nuest committed Oct 1, 2020
1 parent 2ec5085 commit c380cd0
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 17 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ examples/microsimulation-model-virus-C\+\+/covid-sim
examples/geospatial-python-qgis-model-workflow/docker-qgis-model/

diff.pdf

diff.synctex.gz

ten-simple-rules-dockerfiles.synctex.gz
29 changes: 22 additions & 7 deletions ten-simple-rules-dockerfiles.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,54 @@ author:
- name: Daniel Nüst
# https://github.com/nuest
email: [email protected]
affiliation: "Institute for Geoinformatics, University of Muenster, Muenster, Germany"
affiliation: ifgi
corresponding: [email protected]
orcid: 0000-0002-0024-5046
- name: Vanessa Sochat
# https://github.com/vsoch
email: [email protected]
affiliation: "Stanford Research Computing Center, Stanford University, Stanford, CA, USA"
affiliation: stancomp
orcid: 0000-0002-4387-3819
- name: Ben Marwick
# https://github.com/benmarwick
affiliation: 'Department of Anthropology, University of Washington, Seattle, WA, USA'
affiliation: uowanthro
orcid: 0000-0001-7879-4531
email: [email protected]
- name: Stephen J. Eglen
# https://github.com/sje30
email: [email protected]
affiliation: "Department of Applied Mathematics and Theoretical Physics, University of Cambridge, Cambridge, Cambridgeshire, GB"
affiliation: mathcam
orcid: 0000-0001-8607-8025
- name: Tim Head
# https://github.com/betatim
email: [email protected]
affiliation: "Wild Tree Tech, Zurich, CH"
affiliation: wtt
orcid: 0000-0003-0931-3698
- name: Tony Hirst
# https://github.com/psychemedia
email: [email protected]
affiliation: "Department of Computing and Communications, The Open University, GB"
affiliation: tou
orcid: 0000-0001-6921-702X
- name: Benjamin D. Evans
# https://github.com/bdevans
email: [email protected]
affiliation: "School of Psychological Science, University of Bristol, Bristol, GB"
affiliation: uobpsych
orcid: 0000-0002-1734-6070
address:
- code: ifgi
address: Institute for Geoinformatics, University of Münster, Münster, Germany
- code: stancomp
address: Stanford Research Computing Center, Stanford University, Stanford, California, USA
- code: uowanthro
address: Department of Anthropology, University of Washington, Seattle, Washington, USA
- code: mathcam
address: Department of Applied Mathematics and Theoretical Physics, University of Cambridge, Cambridge, Cambridgeshire, Great Britain
- code: wtt
address: Wild Tree Tech, Zurich, Switzerland
- code: tou
address: Department of Computing and Communications, The Open University, Great Britain
- code: uobpsych
address: School of Psychological Science, University of Bristol, Bristol, Great Britain
abstract: |
Computational science has been greatly improved by the use of containers for packaging software and data dependencies.
In a scholarly context, the main drivers for using these containers are transparency and support of reproducibility; in turn, a workflow's reproducibility can be greatly affected by the choices that are made with respect to building containers.
Expand Down
30 changes: 20 additions & 10 deletions ten-simple-rules-dockerfiles.tex
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
\setcounter{secnumdepth}{0}

\newcommand{\getAff}[1]{
\getIndex{#1}{}
\getIndex{#1}{ifgi,stancomp,uowanthro,mathcam,wtt,tou,uobpsych}
}

\providecommand{\tightlist}{%
Expand All @@ -249,16 +249,26 @@
\newline
% Insert author names, affiliations and corresponding author email (do not include titles, positions, or degrees).
\\
Daniel Nüst\textsuperscript{\getAff{Institute for Geoinformatics, University of Muenster, Muenster, Germany}}\textsuperscript{*},
Vanessa Sochat\textsuperscript{\getAff{Stanford Research Computing Center, Stanford University, Stanford, CA,
USA}},
Ben Marwick\textsuperscript{\getAff{Department of Anthropology, University of Washington, Seattle, WA, USA}},
Stephen J. Eglen\textsuperscript{\getAff{Department of Applied Mathematics and Theoretical Physics, University of
Cambridge, Cambridge, Cambridgeshire, GB}},
Tim Head\textsuperscript{\getAff{Wild Tree Tech, Zurich, CH}},
Tony Hirst\textsuperscript{\getAff{Department of Computing and Communications, The Open University, GB}},
Benjamin D. Evans\textsuperscript{\getAff{School of Psychological Science, University of Bristol, Bristol, GB}}\\
Daniel Nüst\textsuperscript{\getAff{ifgi}}\textsuperscript{*},
Vanessa Sochat\textsuperscript{\getAff{stancomp}},
Ben Marwick\textsuperscript{\getAff{uowanthro}},
Stephen J. Eglen\textsuperscript{\getAff{mathcam}},
Tim Head\textsuperscript{\getAff{wtt}},
Tony Hirst\textsuperscript{\getAff{tou}},
Benjamin D. Evans\textsuperscript{\getAff{uobpsych}}\\
\bigskip
\textbf{\getAff{ifgi}}Institute for Geoinformatics, University of Münster, Münster, Germany\\
\textbf{\getAff{stancomp}}Stanford Research Computing Center, Stanford University, Stanford,
California, USA\\
\textbf{\getAff{uowanthro}}Department of Anthropology, University of Washington, Seattle,
Washington, USA\\
\textbf{\getAff{mathcam}}Department of Applied Mathematics and Theoretical Physics, University of
Cambridge, Cambridge, Cambridgeshire, Great Britain\\
\textbf{\getAff{wtt}}Wild Tree Tech, Zurich, Switzerland\\
\textbf{\getAff{tou}}Department of Computing and Communications, The Open University, Great
Britain\\
\textbf{\getAff{uobpsych}}School of Psychological Science, University of Bristol, Bristol, Great
Britain\\
\bigskip
* Corresponding author: [email protected]\\
\end{flushleft}
Expand Down

0 comments on commit c380cd0

Please sign in to comment.