From c9383127fae0acb87f900a8832b820cb46bc589b Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 27 Jan 2020 03:25:16 +0000 Subject: 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. --- tex/src/figure-data-lineage.tex | 46 ++++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 21 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 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 -- cgit v1.2.1