リビジョン | e368f8c66b17d4402a51dfdfb9fac8b7e80dce38 (tree) |
---|---|
日時 | 2010-08-28 00:18:52 |
作者 | lorenzo |
コミッター | lorenzo |
I am now able also to tune the thickness of the arrows.
@@ -45,7 +45,8 @@ | ||
45 | 45 | text width=4.5em, text badly centered, node distance=2.5cm, inner sep=0pt] |
46 | 46 | \tikzstyle{block} = [rectangle, draw, fill=blue!20, |
47 | 47 | text width=35em, text centered, rounded corners, minimum height=4em] |
48 | -\tikzstyle{line} = [draw, very thick, color=black!50, -latex'] | |
48 | +% \tikzstyle{line} = [draw, very thick, color=black!50, -latex'] | |
49 | +\tikzstyle{line} = [draw, line width=3.8pt , color=black!50, -latex'] | |
49 | 50 | \tikzstyle{cloud} = [draw, ellipse,fill=red!20, node distance=2.5cm, |
50 | 51 | minimum height=2em] |
51 | 52 | \tikzstyle{smallblock} = [rectangle, draw, fill=blue!20, |
@@ -57,7 +58,7 @@ | ||
57 | 58 | |
58 | 59 | |
59 | 60 | % \begin{tikzpicture}[scale=2, node distance = 2cm, auto] |
60 | -\vspace*{-4.cm} | |
61 | + \vspace*{-4.5cm} | |
61 | 62 | |
62 | 63 | % \noindent\makebox[\textwidth]{<tikz-picture>} |
63 | 64 | \noindent\makebox[\textwidth]{ |
@@ -65,32 +66,33 @@ | ||
65 | 66 | %the default distance between nodes, |
66 | 67 | %but I can override it. |
67 | 68 | % Place nodes |
68 | - \node [block] (data) {\huge{\underline{\bf Data}: time stamped records of human | |
69 | + \node [block] (data) {\huge{{\bf Data: time stamped records of human | |
69 | 70 | interaction |
70 | 71 | \begin{itemize} |
71 | 72 | \item face-to-face proximity |
72 | 73 | \item high temporal and spatial resolution |
73 | 74 | \item initial and final time of each interaction |
74 | -\end{itemize}} | |
75 | +\end{itemize}}} | |
75 | 76 | \includegraphics[width=3cm, height=3cm]{ciro1.png} |
76 | 77 | }; |
77 | 78 | % \node [cloud, left of=init] (expert) {expert}; |
78 | 79 | % \node [cloud, right of=init] (system) {system}; |
79 | - \node [block, below of=data, node distance=9cm] (net) {\huge{Network | |
80 | + \node [block, below of=data, node distance=10cm] (net) {\huge{{\bf Network | |
80 | 81 | Representation |
81 | 82 | \begin{itemize} |
82 | 83 | \item from physical proximity to networks |
83 | 84 | \item aggregate on suitable time window |
84 | -\end{itemize}} | |
85 | +\end{itemize}}} | |
85 | 86 | \includegraphics[width=3cm, height=3cm]{ciro2.png}}; |
86 | - \node [block, below of=net, node distance=5cm] (software) {\huge{Software: Python + R scripts}}; | |
87 | + \node [block, below of=net, node distance=6cm] (software) | |
88 | + {\huge{{\bf Software: Python + R scripts}}}; | |
87 | 89 | % \node [block, left of=evaluate, node distance=2.5cm] (update) {update model}; |
88 | 90 | \node [smallblock, below of=evaluate, left of=software, node distance=4cm] (stat) |
89 | - {\huge{Statistics} \\ | |
91 | + {\huge{{\bf Statistics}} \\ | |
90 | 92 | \includegraphics[width=4cm, height=4cm]{stat.pdf}}; |
91 | 93 | \node [smallblock, below of=evaluate, right of=software, node |
92 | 94 | distance=4cm] (vis) |
93 | - {\huge{Visualization} \\ | |
95 | + {\huge{\bf{Visualization}} \\ | |
94 | 96 | \includegraphics[width=4cm, height=4cm]{vis.pdf}}; |
95 | 97 | |
96 | 98 | % \node [block, below of=decide, node distance=2.5cm] (stop) {stop}; |