From 4b42f6fb445b3b6f103154cfc688c539b1854434 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Fri, 7 Feb 2020 21:11:40 +0100 Subject: Edited parts of the text While reading over the already written parts (and hopefully complete the paper), they were edited/corrected to be more clear. --- tex/src/figure-file-architecture.tex | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'tex/src/figure-file-architecture.tex') diff --git a/tex/src/figure-file-architecture.tex b/tex/src/figure-file-architecture.tex index e08ee52..8fb1a6d 100644 --- a/tex/src/figure-file-architecture.tex +++ b/tex/src/figure-file-architecture.tex @@ -134,32 +134,32 @@ \node [anchor=west, at={(4.67cm,-3.0cm)}] {\scriptsize\sf by \LaTeX).}; \fi + %% .git/ + \ifdefined\fullfilearchitecture + \node [dirbox, at={(0,-3.6cm)}, minimum width=14.2cm, minimum height=7mm, + label={[shift={(0,-5mm)}]\texttt{.git/}}, fill=brown!15!white] {}; + \node [anchor=north, at={(0cm,-3.9cm)}] + {\scriptsize\sf Full project temporal provenance (version controlled history) in Git.}; + \fi + %% .local/ \ifdefined\fullfilearchitecture - \node [dirbox, at={(-3.6cm,-3.6cm)}, minimum width=7cm, minimum height=1.2cm, + \node [dirbox, at={(-3.6cm,-4.5cm)}, minimum width=7cm, minimum height=1.2cm, label={[shift={(0,-5mm)}]\texttt{.local/}}, dashed, fill=brown!15!white] {}; - \node [anchor=west, at={(-7.1cm,-4.3cm)}] + \node [anchor=west, at={(-7.1cm,-5.2cm)}] {\scriptsize\sf Symbolic link to project's software environment, e.g., }; - \node [anchor=west, at={(-7.1cm,-4.6cm)}] + \node [anchor=west, at={(-7.1cm,-5.5cm)}] {\scriptsize\sf Python or R, run `\texttt{.local/bin/python}' or `\texttt{.local/bin/R}'}; \fi %% .build/ \ifdefined\fullfilearchitecture - \node [dirbox, at={(3.6cm,-3.6cm)}, minimum width=7cm, minimum height=1.2cm, + \node [dirbox, at={(3.6cm,-4.5cm)}, minimum width=7cm, minimum height=1.2cm, label={[shift={(0,-5mm)}]\texttt{.build/}}, dashed, fill=brown!15!white] {}; - \node [anchor=west, at={(0.1cm,-4.3cm)}] + \node [anchor=west, at={(0.1cm,-5.2cm)}] {\scriptsize\sf Symbolic link to project's top-level build directory.}; - \node [anchor=west, at={(0.1cm,-4.6cm)}] + \node [anchor=west, at={(0.1cm,-5.5cm)}] {\scriptsize\sf Enabling easy access to all of project's built components.}; \fi - %% .git/ - \ifdefined\fullfilearchitecture - \node [dirbox, at={(0,-5cm)}, minimum width=14.2cm, minimum height=7mm, - label={[shift={(0,-5mm)}]\texttt{.git/}}, dashed, fill=brown!15!white] {}; - \node [anchor=north, at={(0cm,-5.3cm)}] - {\scriptsize\sf Full project temporal provenance (version controlled history) in Git.}; - \fi - \end{tikzpicture} -- cgit v1.2.1