gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-schemafuzz] branch master updated: added presentatio


From: gnunet
Subject: [GNUnet-SVN] [taler-schemafuzz] branch master updated: added presentation
Date: Tue, 11 Sep 2018 10:30:44 +0200

This is an automated email from the git hooks/post-receive script.

erwan-ulrich pushed a commit to branch master
in repository schemafuzz.

The following commit(s) were added to refs/heads/master by this push:
     new b245a81  added presentation
b245a81 is described below

commit b245a8199e5a26a7e9c4037e8c73a224862c4c59
Author: Feideus <address@hidden>
AuthorDate: Tue Sep 11 10:30:39 2018 +0200

    added presentation
---
 docs/EndToEndDiagram2.pdf  | Bin 0 -> 66124 bytes
 docs/Presentation.pdf      | Bin 0 -> 550639 bytes
 docs/StructuralDiagram.tex |  52 +++++++++++++++++++++++++++++++++++++++++++++
 docs/TalerLogo.jpg         | Bin 0 -> 32752 bytes
 4 files changed, 52 insertions(+)

diff --git a/docs/EndToEndDiagram2.pdf b/docs/EndToEndDiagram2.pdf
new file mode 100644
index 0000000..f40787b
Binary files /dev/null and b/docs/EndToEndDiagram2.pdf differ
diff --git a/docs/Presentation.pdf b/docs/Presentation.pdf
new file mode 100644
index 0000000..4581509
Binary files /dev/null and b/docs/Presentation.pdf differ
diff --git a/docs/StructuralDiagram.tex b/docs/StructuralDiagram.tex
new file mode 100644
index 0000000..8dd8aab
--- /dev/null
+++ b/docs/StructuralDiagram.tex
@@ -0,0 +1,52 @@
+\documentclass{article}
+
+\usepackage{tikz}
+\usetikzlibrary{shapes,arrows,shadows}
+\usepackage{amsmath,bm,times}
+\newcommand{\mx}[1]{\mathbf{\bm{#1}}} % Matrix command
+\newcommand{\vc}[1]{\mathbf{\bm{#1}}} % Vector command
+
+\begin{document}
+% Define the layers to draw the diagram
+\pgfdeclarelayer{background}
+\pgfdeclarelayer{foreground}
+\pgfsetlayers{background,main,foreground}
+
+% Define block styles used later
+
+\tikzstyle{sensor}=[draw, fill=blue!20, text width=5em, 
+    text centered, minimum height=2.5em,drop shadow]
+\tikzstyle{ann} = [above, text width=5em, text centered]
+\tikzstyle{wa} = [sensor, text width=10em, fill=red!20, 
+    minimum height=6em, rounded corners, drop shadow]
+    \tikzstyle{wa2} = [sensor, text width=10em, fill=blue!20, 
+    minimum height=6em, rounded corners, drop shadow]
+    \tikzstyle{wa3} = [sensor, text width=10em, fill=green!20, 
+    minimum height=6em, rounded corners, drop shadow]
+    \tikzstyle{wa4} = [sensor, text width=10em, fill=yellow!20, 
+    minimum height=6em, rounded corners, drop shadow]
+    \tikzstyle{wa5} = [sensor, text width=10em, fill=orange!20, 
+    minimum height=6em, rounded corners, drop shadow]
+\tikzstyle{sc} = [sensor, text width=13em, fill=red!20, 
+    minimum height=10em, rounded corners, drop shadow]
+
+% Define distances for bordering
+\def\blockdist{2.3}
+\def\edgedist{2.5}
+
+\begin{tikzpicture}
+    \node (n1) [wa]  {$Main$ $Loop$};
+       \path (n1)+(-4,-4) node (n2)[wa2] {$Target$ $Database$};
+    \path (n1)+(0,- 8) node (n3) [wa3]  {$Target$ $Software$};
+    \path (n1)+(5,-6) node (n4) [wa4]  {$C$ $Parser$ $Script$};
+    \path (n1)+(5,-2.5) node (n5) [wa5]  {$Analyzer$};
+    
+    \path [draw, ->] (n1.west) -| (n2.north) {} node [xshift=-60,yshift=40] 
{$Injects$ $SQL$ $Statement$};
+    \path [draw, ->] (n3.west) -| (n2.south) {} node 
[xshift=-30,yshift=-40]{$Runs$ $over$};
+    \path [draw, ->] (n3.east) -| (n4.south) {} node [yshift=-40] {$Returns$ 
$output$};
+    \path [draw, ->] (n4.north) -- (n5.south) {} node [xshift=50,yshift=-20] 
{$Gives$ $score$};
+    \path [draw, ->] (n5.north) |- (n1.east) node 
[xshift=90,yshift=20]{$Generates$ $human$ $readable$  $report$ $file$} {} ;
+    
+\end{tikzpicture}
+
+\end{document}
\ No newline at end of file
diff --git a/docs/TalerLogo.jpg b/docs/TalerLogo.jpg
new file mode 100644
index 0000000..5108c17
Binary files /dev/null and b/docs/TalerLogo.jpg differ

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]