• R/O
  • SSH

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision3bb7846c23d94807862859141163f56af318bf40 (tree)
l'heure2014-10-10 23:33:38
AuteurLorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Message de Log

New example of tree generated in latex.

Change Summary

Modification

diff -r 64ba4151961c -r 3bb7846c23d9 latex-documents/milena-taxonomy.tex
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/latex-documents/milena-taxonomy.tex Fri Oct 10 16:33:38 2014 +0200
@@ -0,0 +1,140 @@
1+\documentclass{article}
2+\usepackage{tikz-qtree}
3+\usetikzlibrary{trees} % this is to allow the fork right path
4+% \usepackage[landscape]{geometry}
5+\usepackage{xcolor}
6+\usepackage[a3paper]{geometry}
7+
8+\begin{document}
9+
10+\pagenumbering{gobble}% Remove page numbers (and reset to 1)
11+\clearpage
12+\thispagestyle{empty}
13+
14+\begin{tikzpicture}[ grow'=right,level distance=1.25in,sibling distance=.25in
15+ ]
16+\tikzset{edge from parent/.style=
17+ {thick, draw, edge from parent fork right},
18+ every tree node/.style=
19+ {draw,minimum width=1in,text width=1in,align=center}}
20+
21+
22+
23+\node{\Tree
24+ [.{European Research Area (ERA)}
25+ [.{Priority 1: more effective national research systems}
26+ [.{R{\&}I system evaluation} {Institutional assessment} {Peer
27+ Review} {Funding Evaluation} ] ] [.{Priority 2: optimal
28+ transnational co-operation and competition} {Joint Research
29+ Programming} {Research Infrastructures} {European Strategy
30+ Forum on Research Infrastructures (ESFRI)} ]
31+ [ .{Priority 3: an open labour market for researchers} {Open
32+ transparent, merit-based recruitment} {Research mobility}
33+ {Innovative doctoral training} ]
34+ [ .{Priority 4: gender equality and gender mainstreaming in research} ]
35+ [ .{Priority 5: Optimal circulation, access to and transfer of
36+ scientific knowledge} {Open access} {Knowledge Transfer}
37+ {Digital ERA} ]
38+]};
39+
40+\end{tikzpicture}
41+
42+
43+
44+
45+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
46+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
47+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
48+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
49+
50+\newpage
51+
52+
53+\begin{tikzpicture}[ grow'=right,level distance=1.25in,sibling distance=.25in]
54+\tikzset{edge from parent/.style=
55+ {thick, draw, edge from parent fork right},
56+ every tree node/.style=
57+ {draw,minimum width=1in,text width=1in,align=center}}
58+
59+
60+\node{\Tree
61+ [.{Innovation Union}
62+ [{Knowledge Transfer}
63+ {Public-private cooperation}
64+{Innovation incentives}
65+{Innovation procurement (Public procurement for innovation)}
66+[ .{Regional dimension of innovation} {Smart specialisation} ]
67+ ]
68+]};
69+\end{tikzpicture}
70+
71+
72+\newpage
73+
74+\resizebox{15cm}{35cm}{
75+\begin{tikzpicture}[ grow'=right,level distance=1.25in,sibling
76+ distance=.25in]
77+\tikzset{edge from parent/.style=
78+ {thick, draw, edge from parent fork right},
79+ every tree node/.style=
80+ {draw,minimum width=1in,text width=1in,align=center}}
81+
82+
83+\node{\Tree
84+ [.{Research and Innovation Systems (R{\&}I Systems)}
85+ [.{Social Background (Social context)} {Demography}
86+[.{Education} {Education expenditure} {Students} {Graduates}
87+{Doctorate Holders} ]
88+[.{Employment} {Labour force (employees, personnel, HR)}
89+{Unemployment} {R{\&}D personnel} {doctorate holders} {Human Resources
90+in Science and Technology} ]]
91+[.{Economic Background (Economic Context)} {National accounts and GDP}
92+{Balance of payments} {government statistics} {Financial accounts}
93+{Private equity} ]
94+[.{R{\&}I financing} {R{\&}D expenditure} {Public funding} {Private
95+ funding} {R{\&}D funding from abroad} {Institutional
96+ funding} {block funding} {Project-based funding (project funding,
97+ competitive funding)} {Direct funding} {Indirect funding}
98+{innovation funding} {research funders} ]
99+[ .{R{\&}I Performance} [.{R{\&}I output} {Patents} {intellectual
100+ property [IP]} ] {Innovation activities}
101+[.{Research performers} {Higher education institution (HEI)} {Public
102+ Research Organisation (PRO)} {Business R{\&}D} ] ]
103+]
104+]};
105+\end{tikzpicture}
106+}
107+
108+
109+
110+
111+\newpage
112+
113+\begin{tikzpicture}[ grow'=right,level distance=1.25in,sibling distance=.25in]
114+\tikzset{edge from parent/.style=
115+ {thick, draw, edge from parent fork right},
116+ every tree node/.style=
117+ {draw,minimum width=1in,text width=1in,align=center}}
118+
119+
120+\node{\Tree
121+ [.{Sectors}
122+ [ .{Key Enabling Technologies (KETS)} {KETs statistics}
123+ {Nanotechnology} {Micro and Nano electronics including
124+ semiconductors} {Advanced materials} {(Industrial) biotechnology}
125+ {Photonics} {Advanced manufacturing technology} ]
126+[ .{Grand societal challenges} {Health, demographic change, wellbeing}
127+{Food security, sustainable agriculture, marine and maritime,
128+ bio-economy} {energy} {transport} {Climate Action, resource
129+ efficiency, raw materials} {secure societies} ]
130+[ .{Industry, services, trade} {Hightech industry (knowledge intensive
131+ services)} {Hightech trade} {Industrial R{\&}D} ]
132+]
133+]};
134+\end{tikzpicture}
135+
136+
137+
138+
139+
140+\end{document}
\ No newline at end of file