From e9c81f9f40187bc4701ac539d110003e92b9ca69 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 2 Mar 2020 02:55:00 +0000 Subject: Described the first analysis phase with a demo subMakefile Until now, there was no explanation on an actual analysis phase, therefore with this commit an example scenario with a readable Makefile is included. The Data lineage graph was also simplified to both be more readable, and also to correspond to this new explanation and subMakefile. Some random edits/typos were also corrected and some references added for discussion. --- tex/src/figure-data-lineage.tex | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) (limited to 'tex/src/figure-data-lineage.tex') diff --git a/tex/src/figure-data-lineage.tex b/tex/src/figure-data-lineage.tex index aa2a397..010a0be 100644 --- a/tex/src/figure-data-lineage.tex +++ b/tex/src/figure-data-lineage.tex @@ -136,14 +136,14 @@ %% input-2.dat \ifdefined\inputtwo - \node (input2) [node-terminal, at={(-2.93cm,1.1cm)}] {input2.dat}; + \node (input2) [node-terminal, at={(-2.93cm,1.9cm)}] {menke20.xlsx}; \draw [->] (input2) -- (downloadtex); \fi %% INPUTS.conf \ifdefined\inputsconf \node (INPUTS) [node-nonterminal, at={(-2.93cm,4.6cm)}] {INPUTS.conf}; - \node (input2-west) [node-point, at={(-4.33cm,1.1cm)}] {}; + \node (input2-west) [node-point, at={(-4.33cm,1.9cm)}] {}; \draw [->,rounded corners] (INPUTS.west) -| (input2-west) |- (input2); \fi @@ -155,31 +155,14 @@ %% out1b.dat \ifdefined\outoneb - \node (out1b) [node-terminal, at={(-0.13cm,1.1cm)}] {out-1b.dat}; + \node (out1b) [node-terminal, at={(-0.13cm,1.1cm)}] {menke20-table-3.txt}; \draw [->] (out1b) -- (a1tex); \fi %% outonebdep \ifdefined\outonebdep \node (out1b-west) [node-point, at={(-1.53cm,1.1cm)}] {}; - \node (out1a) [node-terminal, at={(-0.13cm,2.7cm)}] {out-1a.dat}; - \node (a1conf1) [node-nonterminal, at={(-0.13cm,4.6cm)}] {param-1.conf}; - \draw [->] (input2) -- (out1b); - \draw [->] (out1a) -- (out1b); - \draw [->,rounded corners] (a1conf1.west) -| (out1b-west) |- (out1b); - \fi - - %% input1.dat - \ifdefined\inputone - \node (input1) [node-terminal, at={(-2.93cm,1.9cm)}] {input1.dat}; - \draw [->,rounded corners,] (input1.north) |- (out1a); - \fi - - %% input1 dependencies - \ifdefined\inputonedep - \node (input1-east) [node-point, at={(-1.53cm,1.9cm)}] {}; - \node (input1-west) [node-point, at={(-4.33cm,1.9cm)}] {}; - \draw [->,rounded corners] (INPUTS.west) -| (input1-west) |- (input1); + \draw [->, rounded corners] (input2) |- (out1b); \fi %% analysis2.tex @@ -227,14 +210,13 @@ \node (out2a-west) [node-point, at={(1.27cm,1.9cm)}] {}; \draw [->,rounded corners] (a2conf1.west) -| (out2a-west) |- (out2a); \draw [->,rounded corners] (a2conf2.west) -| (out2a-west) |- (out2a); - \draw [->] (input1) -- (out2a); + %\draw [->] (input1) -- (out2a); \fi %% Dependencies of out-3a \ifdefined\outthreeadep \node (out3a-west) [node-point, at={(4.07cm,2.7cm)}] {}; \node (a3conf1) [node-nonterminal, at={(5.47cm,4.6cm)}] {param-3.conf}; - \draw [->] (out1a) -- (out3a); \draw [rounded corners] (a3conf1.west) -| (out3a-west) |- (out3a); \fi \end{tikzpicture} -- cgit v1.2.1