aboutsummaryrefslogtreecommitdiff
path: root/tex/src/figure-data-lineage.tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-01-27 03:25:16 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-01-27 03:25:16 +0000
commitc9383127fae0acb87f900a8832b820cb46bc589b (patch)
tree030042dd3249aab6a1c964124f371a755f061550 /tex/src/figure-data-lineage.tex
parentf62596ea8b97727ab8366965faf6f316d463ebf7 (diff)
Analysis phase description started with Final paper and verification
With this commit, the general outline of the analysis phase is given, as well as a description of the LaTeX macros and their relation to the paper and thier verification. Also, the data-lineage figure was updated to have references.tex also and some resizing of the folders in file-architecture to be more clear.
Diffstat (limited to 'tex/src/figure-data-lineage.tex')
-rw-r--r--tex/src/figure-data-lineage.tex46
1 files changed, 25 insertions, 21 deletions
diff --git a/tex/src/figure-data-lineage.tex b/tex/src/figure-data-lineage.tex
index d849e8c..aa2a397 100644
--- a/tex/src/figure-data-lineage.tex
+++ b/tex/src/figure-data-lineage.tex
@@ -1,24 +1,25 @@
-\newcommand{\paperpdf}{}
-\newcommand{\papertex}{}
-\newcommand{\projecttex}{}
-\newcommand{\verifytex}{}
-\newcommand{\initializetex}{}
-\newcommand{\downloadtex}{}
-\newcommand{\inputtwo}{}
-\newcommand{\inputsconf}{}
-\newcommand{\analysisonetex}{}
-\newcommand{\outoneb}{}
-\newcommand{\outonebdep}{}
-\newcommand{\inputone}{}
-\newcommand{\inputonedep}{}
-\newcommand{\analysistwotex}{}
-\newcommand{\outtwob}{}
-\newcommand{\outtwobdep}{}
-\newcommand{\analysisthreetex}{}
-\newcommand{\analysisthreeouts}{}
-\newcommand{\outtwoa}{}
-\newcommand{\outtwoadep}{}
-\newcommand{\outthreeadep}{}
+% All macros commented % 1
+\newcommand{\paperpdf}{} % 2
+\newcommand{\papertex}{} % 3
+\newcommand{\projecttex}{} % 4
+\newcommand{\verifytex}{} % 5
+\newcommand{\initializetex}{} % 6
+\newcommand{\downloadtex}{} % 7
+\newcommand{\inputtwo}{} % 8
+\newcommand{\inputsconf}{} % 9
+\newcommand{\analysisonetex}{} % 10
+\newcommand{\outoneb}{} % 11
+\newcommand{\outonebdep}{} % 12
+\newcommand{\inputone}{} % 13
+\newcommand{\inputonedep}{} % 14
+\newcommand{\analysistwotex}{} % 15
+\newcommand{\outtwob}{} % 16
+\newcommand{\outtwobdep}{} % 17
+\newcommand{\analysisthreetex}{} % 18
+\newcommand{\analysisthreeouts}{} % 19
+\newcommand{\outtwoa}{} % 20
+\newcommand{\outtwoadep}{} % 21
+\newcommand{\outthreeadep}{} % 22
@@ -96,7 +97,10 @@
%% paper.tex
\ifdefined\papertex
+ \node (reftex) [node-nonterminal, at={(2.67cm,-4.2cm)}] {references.tex};
\node (papertex) [node-nonterminal, at={(5.47cm,-4.2cm)}] {paper.tex};
+ \node (papertex-north) [node-point, at={(5.47cm,-3.58cm)}] {};
+ \draw [rounded corners] (reftex) |- (papertex-north);
\draw [->] (papertex) -- (paperpdf);
\fi