summaryrefslogtreecommitdiff
path: root/images/tikz/ckoi/pos2.tex
blob: 209b436e13064849f361ab6415b6b05e8734b3c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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}