summaryrefslogtreecommitdiff
path: root/images/tikz
diff options
context:
space:
mode:
Diffstat (limited to 'images/tikz')
-rw-r--r--images/tikz/ckoi/function.tex2
-rw-r--r--images/tikz/ckoi/pos.tex14
-rw-r--r--images/tikz/ckoi/pos2.tex24
-rw-r--r--images/tikz/ckoi/pos21.tex22
-rw-r--r--images/tikz/ckoi/pos22.tex23
-rw-r--r--images/tikz/ckoi/pos23.tex23
6 files changed, 107 insertions, 1 deletions
diff --git a/images/tikz/ckoi/function.tex b/images/tikz/ckoi/function.tex
index 93d2a58..2feca39 100644
--- a/images/tikz/ckoi/function.tex
+++ b/images/tikz/ckoi/function.tex
@@ -1,6 +1,6 @@
\begin{tikzpicture}
\node[rectangle,draw] (ia) at (0,0) {IA};
- \node (ent) at (-2,0) {Entrée};
+ \node (ent) at (-2,0) {Entrées};
\node (sor) at (2,0) {Sorties};
\node (par) at (0,-1) {Paramètres};
diff --git a/images/tikz/ckoi/pos.tex b/images/tikz/ckoi/pos.tex
new file mode 100644
index 0000000..d34ee37
--- /dev/null
+++ b/images/tikz/ckoi/pos.tex
@@ -0,0 +1,14 @@
+\begin{tikzpicture}
+ \node[draw,align=center] (aia) at (0,0) {Protection\\contre\\AIA};
+ \node[draw,align=center] (eq) at (6,0) {Imposer\\l'équité};
+ \node[draw,align=center] (mia) at (12,0) {Protection\\contre\\MIA};
+
+ \draw[olive] (aia) -- node[above] {Alignement} (eq);
+ \draw[red] (mia) -- node[above] {Conflit} (eq);
+
+ \pause
+ \node[draw] (utility) at (6,-3) {Utilité};
+ \draw[red] (mia) -- node[below] {~~~Conflit} (utility);
+ \draw (aia) -- node [below] {?} (utility);
+ \draw (eq) -- node [left] {?} (utility);
+\end{tikzpicture}
diff --git a/images/tikz/ckoi/pos2.tex b/images/tikz/ckoi/pos2.tex
new file mode 100644
index 0000000..209b436
--- /dev/null
+++ b/images/tikz/ckoi/pos2.tex
@@ -0,0 +1,24 @@
+\begin{tikzpicture}
+ \node[align=center] (eq) at (0,0) {Imposer\\l'équité};
+ \node[align=center] (aia) at (-6,0) {Protection\\contre\\AIA};
+ \node[align=center] (mia) at (6,0) {Protection\\contre\\MIA};
+
+ \draw[olive] (aia) -- node[above] (ali) {Alignement ?} (eq);
+ \draw[red] (mia) -- node[above] {Conflit} (eq);
+
+ \pause
+ \node[align=center] (algo) at (-5,2) {Contribution 1 : \\{Nouvelle AIA}};
+ \draw (algo) -- (aia);
+ \pause
+
+ \node[align=center] (theo) at (-2,-2) {Contribution 2 : \\\begin{minipage}{100px}\centering{Etude théorique de cet alignement}\end{minipage}};
+ \draw (theo) -- (ali);
+ \pause
+
+ \node[align=center] (synth) at (2,2) {Contribution 3 :\\ \begin{minipage}{100px}\centering{Vers une protection contre AIA et MIA}\end{minipage}};
+ \draw (synth) -- (aia);
+ \draw (synth) -- (mia);
+
+
+
+\end{tikzpicture}
diff --git a/images/tikz/ckoi/pos21.tex b/images/tikz/ckoi/pos21.tex
new file mode 100644
index 0000000..a88ee23
--- /dev/null
+++ b/images/tikz/ckoi/pos21.tex
@@ -0,0 +1,22 @@
+\begin{tikzpicture}
+ \node[align=center] (eq) at (0,0) {Imposer\\l'équité};
+ \node[align=center] (aia) at (-6,0) {Protection\\contre\\AIA};
+ \node[align=center] (mia) at (6,0) {Protection\\contre\\MIA};
+
+ \draw[olive] (aia) -- node[above] (ali) {Alignement ?} (eq);
+ \draw[red] (mia) -- node[above] {Conflit} (eq);
+
+ \node[align=center] (algo) at (-5,2) {\emph{Contribution 1 :} \\{\emph{Nouvelle AIA}}};
+ \draw (algo) -- (aia);
+
+
+ \node[align=center] (theo) at (-2,-2) {Contribution 2 : \\\begin{minipage}{100px}\centering{Etude théorique de cet alignement}\end{minipage}};
+ \draw (theo) -- (ali);
+
+
+ \node[align=center] (synth) at (2,2) {Contribution 3 :\\ \begin{minipage}{100px}\centering{Vers une protection contre AIA et MIA}\end{minipage}};
+ \draw (synth) -- (aia);
+ \draw (synth) -- (mia);
+
+
+\end{tikzpicture}
diff --git a/images/tikz/ckoi/pos22.tex b/images/tikz/ckoi/pos22.tex
new file mode 100644
index 0000000..666e3b4
--- /dev/null
+++ b/images/tikz/ckoi/pos22.tex
@@ -0,0 +1,23 @@
+\begin{tikzpicture}
+ \node[align=center] (eq) at (0,0) {Imposer\\l'équité};
+ \node[align=center] (aia) at (-6,0) {Protection\\contre\\AIA};
+ \node[align=center] (mia) at (6,0) {Protection\\contre\\MIA};
+
+ \draw[olive] (aia) -- node[above] (ali) {Alignement ?} (eq);
+ \draw[red] (mia) -- node[above] {Conflit} (eq);
+
+
+ \node[align=center] (algo) at (-5,2) {Contribution 1 : \\{Nouvelle AIA}};
+ \draw (algo) -- (aia);
+
+
+ \node[align=center] (theo) at (-2,-2) {\emph{Contribution 2 : }\\\begin{minipage}{100px}\centering\emph{Etude théorique de cet alignement}\end{minipage}};
+ \draw (theo) -- (ali);
+
+
+ \node[align=center] (synth) at (2,2) {Contribution 3 :\\ \begin{minipage}{100px}\centering{Vers une protection contre AIA et MIA}\end{minipage}};
+ \draw (synth) -- (aia);
+ \draw (synth) -- (mia);
+
+
+\end{tikzpicture}
diff --git a/images/tikz/ckoi/pos23.tex b/images/tikz/ckoi/pos23.tex
new file mode 100644
index 0000000..0c84bcb
--- /dev/null
+++ b/images/tikz/ckoi/pos23.tex
@@ -0,0 +1,23 @@
+\begin{tikzpicture}
+ \node[align=center] (eq) at (0,0) {Imposer\\l'équité};
+ \node[align=center] (aia) at (-6,0) {Protection\\contre\\AIA};
+ \node[align=center] (mia) at (6,0) {Protection\\contre\\MIA};
+
+ \draw[olive] (aia) -- node[above] (ali) {Alignement ?} (eq);
+ \draw[red] (mia) -- node[above] {Conflit} (eq);
+
+
+ \node[align=center] (algo) at (-5,2) {Contribution 1 : \\{Nouvelle AIA}};
+ \draw (algo) -- (aia);
+
+
+ \node[align=center] (theo) at (-2,-2) {Contribution 2 : \\\begin{minipage}{100px}\centering{Etude théorique de cet alignement}\end{minipage}};
+ \draw (theo) -- (ali);
+
+
+ \node[align=center] (synth) at (2,2) {\emph{Contribution 3 :}\\ \begin{minipage}{100px}\centering\emph{Vers une protection contre AIA et MIA}\end{minipage}};
+ \draw (synth) -- (aia);
+ \draw (synth) -- (mia);
+
+
+\end{tikzpicture}