307bc6f25184b54b17f9e03caac005ab18505fa9
[bsc-thesis1415.git] / thesis2 / informationflow.eps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: graphviz version 2.38.0 (20140413.2041)
3 %%Title: %3
4 %%Pages: 1
5 %%BoundingBox: 36 36 386 386
6 %%EndComments
7 save
8 %%BeginProlog
9 /DotDict 200 dict def
10 DotDict begin
11
12 /setupLatin1 {
13 mark
14 /EncodingVector 256 array def
15 EncodingVector 0
16
17 ISOLatin1Encoding 0 255 getinterval putinterval
18 EncodingVector 45 /hyphen put
19
20 % Set up ISO Latin 1 character encoding
21 /starnetISO {
22 dup dup findfont dup length dict begin
23 { 1 index /FID ne { def }{ pop pop } ifelse
24 } forall
25 /Encoding EncodingVector def
26 currentdict end definefont
27 } def
28 /Times-Roman starnetISO def
29 /Times-Italic starnetISO def
30 /Times-Bold starnetISO def
31 /Times-BoldItalic starnetISO def
32 /Helvetica starnetISO def
33 /Helvetica-Oblique starnetISO def
34 /Helvetica-Bold starnetISO def
35 /Helvetica-BoldOblique starnetISO def
36 /Courier starnetISO def
37 /Courier-Oblique starnetISO def
38 /Courier-Bold starnetISO def
39 /Courier-BoldOblique starnetISO def
40 cleartomark
41 } bind def
42
43 %%BeginResource: procset graphviz 0 0
44 /coord-font-family /Times-Roman def
45 /default-font-family /Times-Roman def
46 /coordfont coord-font-family findfont 8 scalefont def
47
48 /InvScaleFactor 1.0 def
49 /set_scale {
50 dup 1 exch div /InvScaleFactor exch def
51 scale
52 } bind def
53
54 % styles
55 /solid { [] 0 setdash } bind def
56 /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
57 /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
58 /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
59 /bold { 2 setlinewidth } bind def
60 /filled { } bind def
61 /unfilled { } bind def
62 /rounded { } bind def
63 /diagonals { } bind def
64 /tapered { } bind def
65
66 % hooks for setting color
67 /nodecolor { sethsbcolor } bind def
68 /edgecolor { sethsbcolor } bind def
69 /graphcolor { sethsbcolor } bind def
70 /nopcolor {pop pop pop} bind def
71
72 /beginpage { % i j npages
73 /npages exch def
74 /j exch def
75 /i exch def
76 /str 10 string def
77 npages 1 gt {
78 gsave
79 coordfont setfont
80 0 0 moveto
81 (\() show i str cvs show (,) show j str cvs show (\)) show
82 grestore
83 } if
84 } bind def
85
86 /set_font {
87 findfont exch
88 scalefont setfont
89 } def
90
91 % draw text fitted to its expected width
92 /alignedtext { % width text
93 /text exch def
94 /width exch def
95 gsave
96 width 0 gt {
97 [] 0 setdash
98 text stringwidth pop width exch sub text length div 0 text ashow
99 } if
100 grestore
101 } def
102
103 /boxprim { % xcorner ycorner xsize ysize
104 4 2 roll
105 moveto
106 2 copy
107 exch 0 rlineto
108 0 exch rlineto
109 pop neg 0 rlineto
110 closepath
111 } bind def
112
113 /ellipse_path {
114 /ry exch def
115 /rx exch def
116 /y exch def
117 /x exch def
118 matrix currentmatrix
119 newpath
120 x y translate
121 rx ry scale
122 0 0 1 0 360 arc
123 setmatrix
124 } bind def
125
126 /endpage { showpage } bind def
127 /showpage { } def
128
129 /layercolorseq
130 [ % layer color sequence - darkest to lightest
131 [0 0 0]
132 [.2 .8 .8]
133 [.4 .8 .8]
134 [.6 .8 .8]
135 [.8 .8 .8]
136 ]
137 def
138
139 /layerlen layercolorseq length def
140
141 /setlayer {/maxlayer exch def /curlayer exch def
142 layercolorseq curlayer 1 sub layerlen mod get
143 aload pop sethsbcolor
144 /nodecolor {nopcolor} def
145 /edgecolor {nopcolor} def
146 /graphcolor {nopcolor} def
147 } bind def
148
149 /onlayer { curlayer ne {invis} if } def
150
151 /onlayers {
152 /myupper exch def
153 /mylower exch def
154 curlayer mylower lt
155 curlayer myupper gt
156 or
157 {invis} if
158 } def
159
160 /curlayer 0 def
161
162 %%EndResource
163 %%EndProlog
164 %%BeginSetup
165 14 default-font-family set_font
166 1 setmiterlimit
167 % /arrowlength 10 def
168 % /arrowwidth 5 def
169
170 % make sure pdfmark is harmless for PS-interpreters other than Distiller
171 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
172 % make '<<' and '>>' safe on PS Level 1 devices
173 /languagelevel where {pop languagelevel}{1} ifelse
174 2 lt {
175 userdict (<<) cvn ([) cvn load put
176 userdict (>>) cvn ([) cvn load put
177 } if
178
179 %%EndSetup
180 setupLatin1
181 %%Page: 1 1
182 %%PageBoundingBox: 36 36 386 386
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 350 350 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % i0
189 gsave
190 1 setlinewidth
191 0 0 0 nodecolor
192 newpath 72 342 moveto
193 0 342 lineto
194 0 306 lineto
195 72 306 lineto
196 closepath stroke
197 0 0 0 nodecolor
198 10 /Times-Roman set_font
199 19 321.5 moveto 34 (Website) alignedtext
200 grestore
201 % p1
202 gsave
203 1 setlinewidth
204 0 0 0 nodecolor
205 newpath 209.5 269 moveto
206 132.5 269 lineto
207 132.5 233 lineto
208 209.5 233 lineto
209 closepath stroke
210 0 0 0 nodecolor
211 10 /Times-Roman set_font
212 140.5 248.5 moveto 61 (Preproccessing) alignedtext
213 grestore
214 % i0->p1
215 gsave
216 1 setlinewidth
217 0 0 0 edgecolor
218 newpath 68.34 305.99 moveto
219 86.65 296.36 109.76 284.21 129.42 273.87 curveto
220 stroke
221 0 0 0 edgecolor
222 newpath 131.24 276.87 moveto
223 138.46 269.11 lineto
224 127.98 270.67 lineto
225 closepath fill
226 1 setlinewidth
227 solid
228 0 0 0 edgecolor
229 newpath 131.24 276.87 moveto
230 138.46 269.11 lineto
231 127.98 270.67 lineto
232 closepath stroke
233 grestore
234 % i1
235 gsave
236 1 setlinewidth
237 0 0 0 nodecolor
238 newpath 162 342 moveto
239 90 342 lineto
240 90 306 lineto
241 162 306 lineto
242 closepath stroke
243 0 0 0 nodecolor
244 10 /Times-Roman set_font
245 113.5 321.5 moveto 25 (Email) alignedtext
246 grestore
247 % i1->p1
248 gsave
249 1 setlinewidth
250 0 0 0 edgecolor
251 newpath 136.89 305.81 moveto
252 142.25 297.35 148.83 286.98 154.77 277.61 curveto
253 stroke
254 0 0 0 edgecolor
255 newpath 157.81 279.35 moveto
256 160.21 269.03 lineto
257 151.9 275.6 lineto
258 closepath fill
259 1 setlinewidth
260 solid
261 0 0 0 edgecolor
262 newpath 157.81 279.35 moveto
263 160.21 269.03 lineto
264 151.9 275.6 lineto
265 closepath stroke
266 grestore
267 % i2
268 gsave
269 1 setlinewidth
270 0 0 0 nodecolor
271 newpath 252 342 moveto
272 180 342 lineto
273 180 306 lineto
274 252 306 lineto
275 closepath stroke
276 0 0 0 nodecolor
277 10 /Times-Roman set_font
278 208 321.5 moveto 16 (Fax) alignedtext
279 grestore
280 % i2->p1
281 gsave
282 1 setlinewidth
283 0 0 0 edgecolor
284 newpath 205.11 305.81 moveto
285 199.75 297.35 193.17 286.98 187.23 277.61 curveto
286 stroke
287 0 0 0 edgecolor
288 newpath 190.1 275.6 moveto
289 181.79 269.03 lineto
290 184.19 279.35 lineto
291 closepath fill
292 1 setlinewidth
293 solid
294 0 0 0 edgecolor
295 newpath 190.1 275.6 moveto
296 181.79 269.03 lineto
297 184.19 279.35 lineto
298 closepath stroke
299 grestore
300 % i3
301 gsave
302 1 setlinewidth
303 0 0 0 nodecolor
304 newpath 342 342 moveto
305 270 342 lineto
306 270 306 lineto
307 342 306 lineto
308 closepath stroke
309 0 0 0 nodecolor
310 10 /Times-Roman set_font
311 284 321.5 moveto 44 (RSS/Atom) alignedtext
312 grestore
313 % i3->p1
314 gsave
315 1 setlinewidth
316 0 0 0 edgecolor
317 newpath 273.66 305.99 moveto
318 255.35 296.36 232.24 284.21 212.58 273.87 curveto
319 stroke
320 0 0 0 edgecolor
321 newpath 214.02 270.67 moveto
322 203.54 269.11 lineto
323 210.76 276.87 lineto
324 closepath fill
325 1 setlinewidth
326 solid
327 0 0 0 edgecolor
328 newpath 214.02 270.67 moveto
329 203.54 269.11 lineto
330 210.76 276.87 lineto
331 closepath stroke
332 grestore
333 % p2
334 gsave
335 1 setlinewidth
336 0 0 0 nodecolor
337 newpath 185 182 moveto
338 57 182 lineto
339 57 146 lineto
340 185 146 lineto
341 closepath stroke
342 0 0 0 nodecolor
343 10 /Times-Roman set_font
344 65 161.5 moveto 112 (Temporum: Postproccesing) alignedtext
345 grestore
346 % p1->p2
347 gsave
348 1 setlinewidth
349 0 0 0 edgecolor
350 newpath 132.35 235.85 moveto
351 123.47 230.69 115.14 223.88 110 215 curveto
352 105.93 207.97 106.17 199.59 108.16 191.71 curveto
353 stroke
354 0 0 0 edgecolor
355 newpath 111.5 192.74 moveto
356 111.42 182.15 lineto
357 104.88 190.48 lineto
358 closepath fill
359 1 setlinewidth
360 solid
361 0 0 0 edgecolor
362 newpath 111.5 192.74 moveto
363 111.42 182.15 lineto
364 104.88 190.48 lineto
365 closepath stroke
366 0 0 0 edgecolor
367 14 /Times-Roman set_font
368 110 203.8 moveto 109 (Automatic crawling) alignedtext
369 grestore
370 % o1
371 gsave
372 1 setlinewidth
373 0 0 0 nodecolor
374 newpath 246.5 109 moveto
375 151.5 109 lineto
376 151.5 73 lineto
377 246.5 73 lineto
378 closepath stroke
379 0 0 0 nodecolor
380 10 /Times-Roman set_font
381 159.5 88.5 moveto 79 (Database: Insertion) alignedtext
382 grestore
383 % p1->o1
384 gsave
385 1 setlinewidth
386 0 0 0 edgecolor
387 newpath 203.55 232.79 moveto
388 209.77 227.91 215.45 221.99 219 215 curveto
389 234.56 184.39 223.14 144.45 212.21 118.52 curveto
390 stroke
391 0 0 0 edgecolor
392 newpath 215.37 117.03 moveto
393 208.1 109.32 lineto
394 208.98 119.88 lineto
395 closepath fill
396 1 setlinewidth
397 solid
398 0 0 0 edgecolor
399 newpath 215.37 117.03 moveto
400 208.1 109.32 lineto
401 208.98 119.88 lineto
402 closepath stroke
403 0 0 0 edgecolor
404 14 /Times-Roman set_font
405 227 160.3 moveto 94 (Manual crawling) alignedtext
406 grestore
407 % p2->o1
408 gsave
409 1 setlinewidth
410 0 0 0 edgecolor
411 newpath 139.88 145.81 moveto
412 149.75 136.83 161.98 125.69 172.76 115.89 curveto
413 stroke
414 0 0 0 edgecolor
415 newpath 175.25 118.35 moveto
416 180.29 109.03 lineto
417 170.54 113.17 lineto
418 closepath fill
419 1 setlinewidth
420 solid
421 0 0 0 edgecolor
422 newpath 175.25 118.35 moveto
423 180.29 109.03 lineto
424 170.54 113.17 lineto
425 closepath stroke
426 grestore
427 % o2
428 gsave
429 1 setlinewidth
430 0 0 0 nodecolor
431 newpath 145 36 moveto
432 73 36 lineto
433 73 0 lineto
434 145 0 lineto
435 closepath stroke
436 0 0 0 nodecolor
437 10 /Times-Roman set_font
438 84.5 15.5 moveto 49 (TheAgenda) alignedtext
439 grestore
440 % o1->o2
441 gsave
442 1 setlinewidth
443 0 0 0 edgecolor
444 newpath 177.21 72.81 moveto
445 165.61 63.66 151.16 52.26 138.56 42.32 curveto
446 stroke
447 0 0 0 edgecolor
448 newpath 140.6 39.47 moveto
449 130.59 36.03 lineto
450 136.27 44.97 lineto
451 closepath fill
452 1 setlinewidth
453 solid
454 0 0 0 edgecolor
455 newpath 140.6 39.47 moveto
456 130.59 36.03 lineto
457 136.27 44.97 lineto
458 closepath stroke
459 grestore
460 % o3
461 gsave
462 1 setlinewidth
463 0 0 0 nodecolor
464 newpath 235 36 moveto
465 163 36 lineto
466 163 0 lineto
467 235 0 lineto
468 closepath stroke
469 0 0 0 nodecolor
470 10 /Times-Roman set_font
471 173 15.5 moveto 52 (BiosAgenda) alignedtext
472 grestore
473 % o1->o3
474 gsave
475 1 setlinewidth
476 0 0 0 edgecolor
477 newpath 199 72.81 moveto
478 199 64.79 199 55.05 199 46.07 curveto
479 stroke
480 0 0 0 edgecolor
481 newpath 202.5 46.03 moveto
482 199 36.03 lineto
483 195.5 46.03 lineto
484 closepath fill
485 1 setlinewidth
486 solid
487 0 0 0 edgecolor
488 newpath 202.5 46.03 moveto
489 199 36.03 lineto
490 195.5 46.03 lineto
491 closepath stroke
492 grestore
493 % o4
494 gsave
495 1 setlinewidth
496 0 0 0 nodecolor
497 newpath 325 36 moveto
498 253 36 lineto
499 253 0 lineto
500 325 0 lineto
501 closepath stroke
502 0 0 0 nodecolor
503 10 /Times-Roman set_font
504 285.5 15.5 moveto 7 (...) alignedtext
505 grestore
506 % o1->o4
507 gsave
508 1 setlinewidth
509 0 0 0 edgecolor
510 newpath 220.79 72.81 moveto
511 232.39 63.66 246.84 52.26 259.44 42.32 curveto
512 stroke
513 0 0 0 edgecolor
514 newpath 261.73 44.97 moveto
515 267.41 36.03 lineto
516 257.4 39.47 lineto
517 closepath fill
518 1 setlinewidth
519 solid
520 0 0 0 edgecolor
521 newpath 261.73 44.97 moveto
522 267.41 36.03 lineto
523 257.4 39.47 lineto
524 closepath stroke
525 grestore
526 endpage
527 showpage
528 grestore
529 %%PageTrailer
530 %%EndPage: 1
531 %%Trailer
532 end
533 restore
534 %%EOF