-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathMinimal-CV.tex
364 lines (282 loc) · 10 KB
/
Minimal-CV.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
\documentclass[11pt]{article}
% -- Color scheme
% Color package
\usepackage{xcolor}
% Color scheme definitions
% Default
\definecolor{minimal-main}{HTML}{131313}
\definecolor{minimal-light}{HTML}{F2F2F2}
\definecolor{minimal-contrast}{HTML}{F3F2F5}
% Blue
%\definecolor{minimal-main}{HTML}{1E2839}
%\definecolor{minimal-light}{HTML}{EFF4F9}
%\definecolor{minimal-contrast}{HTML}{F3F2F5}
% Green
%\definecolor{minimal-main}{HTML}{083031}
%\definecolor{minimal-light}{HTML}{DEECE9}
%\definecolor{minimal-contrast}{HTML}{F3F2F5}
% Red
%\definecolor{minimal-main}{HTML}{361222}
%\definecolor{minimal-light}{HTML}{FFE8F2}
%\definecolor{minimal-contrast}{HTML}{F3F2F5}
% Additional color definitions
\definecolor{minimal-black}{HTML}{131313}
\definecolor{minimal-white}{HTML}{F3F2F5}
\definecolor{minimal-red}{HTML}{C43C2D}
\definecolor{minimal-blue}{HTML}{343454}
\definecolor{minimal-yellow}{HTML}{F1C40F}
\definecolor{minimal-green}{HTML}{2D6514}
\definecolor{minimal-beige}{HTML}{D7B6A5}
\definecolor{minimal-orange}{HTML}{F28D49}
% Colorbox environments
\usepackage[most]{tcolorbox}
% -- Page layout
% Layout adjustments of page (a4 without margin)
\usepackage[paperheight=842pt, paperwidth=595pt, margin=0pt]{geometry}
% Remove paragraph indentation
\setlength{\parindent}{0pt}
% Interline spacing options
\newcommand{\largespace}{\\[2pt]}
\newcommand{\mediumspace}{\\[-3pt]}
\newcommand{\smallspace}{\\[-5pt]}
% In-box spacing around content
\newcommand{\inboxspacing}{.015\paperheight}
% Horizontal spacing of the boxes (must sum up to 1)
\newcommand{\sideboxwidth}{.35}
\newcommand{\mainboxwidth}{.65}
% Vertical spacing of the boxes (must sum up to 1)
\newcommand{\headboxheight}{.080}
\newcommand{\mainboxheight}{.910}
\newcommand{\footboxheight}{.010}
% sideboxwidth mainboxwidth
% <------------> <---------------------------->
% _____________________________________________
% |#############################################| ^
% |#############################################| |
% |################## HEADBOX ##################| | headboxheight
% |#############################################| |
% |#############################################| v
% |/////////////// | ^
% |/////////////// | |
% |/////////////// | |
% |/////////////// | |
% |//// //////// | |
% |//// S //////// M | |
% |//// I //////// A | |
% |//// D //////// I | |
% |//// E //////// N | | mainboxheight
% |//// B //////// B | |
% |//// O //////// O | |
% |//// X //////// X | |
% |//// //////// | |
% |/////////////// | |
% |/////////////// | |
% |/////////////// | |
% |/////////////// | v
% |#############################################| ^
% |################## FOOTBOX ##################| | footboxheight
% |#############################################| v
% -- Font settings
% Typesetting packages
\usepackage[letterspace=20]{microtype}
\usepackage[T1]{fontenc}
% Raleway font family
\usepackage[semibold]{raleway}
\renewcommand{\familydefault}{\sfdefault}
% Custom font commands
\newcommand{\header}[3]{\uppercase{\textbf{\fontsize{30}{100}{\lsstyle{#1 \hspace{3pt} #2 \hspace{3pt} #3}}}}}
\newcommand{\titlefont}[1]{\uppercase{\textbf{\Large{#1}}}}
% -- Additional packages
% Multirow tables
\usepackage{multirow}
% Settings for entire table columns (e.g \begin{tabular}{>{\footnotesize}rl})
\usepackage{array}
% Tikzpicture graphics
\usepackage{tikz}
% Clickable URLs
\usepackage{hyperref}
\urlstyle{same}
\begin{document}
\begin{tcbposter}[
poster = {columns=1, rows=1, spacing=0pt},
boxes = {sharp corners, halign=center, valign=center, boxrule=0pt}
]
% -- Headbox
\posterbox[
colback=minimal-main,
halign=center]
{name=headbox,
span=1,
rowspan=\headboxheight}
{
\color{white}
\header{Carl}{F.}{Gauss}
\vspace{-7px}
\begin{tikzpicture}
\draw[fill=white] (-5.0, -0.01) rectangle (5.0, 0.01);
\end{tikzpicture}
\vspace{5px}
\titlefont{The foremost of mathematicians}
}
% -- Sidebox
\posterbox[
colback=minimal-light,
valign=top,
top=\inboxspacing,
halign=right,
right=\inboxspacing]
{name=sidebar,
below=headbox,
column=1,
span=\sideboxwidth,
rowspan=\mainboxheight}
{
\begin{tabular}{rl}
\multicolumn{2}{@{}c@{}}{\scalebox{0.25}{\input{images/image.tex}}} \\
% \multicolumn{2}{@{}c@{}}{\includegraphics[scale=0.25]{images/image.jpg}} \\
\mediumspace
& \titlefont{Contact} \\
\hline \mediumspace
\multirow{4}{*}{\scalebox{0.075}{\input{icons/address.tex}}}
& \textbf{Address} \\
& Göttingen \\
& Kingdom of Hanover \\
& \smallspace
\multirow{2}{*}{\scalebox{0.075}{\input{icons/phone.tex}}}
& \textbf{Phone} \\
& \href{tel:+4901234567891}{+49 012 3456-7891} \\
& \smallspace
\multirow{2}{*}{\scalebox{0.075}{\input{icons/email.tex}}}
& \textbf{E-Mail} \\
& \href{mailto:[email protected]}{[email protected]} \\
& \largespace
& \titlefont{Personal} \\
\hline \mediumspace
\multirow{2}{*}{\scalebox{0.075}{\input{icons/birthday.tex}}}
& \textbf{Date of Birth} \\
& 30/04/1777 \\
& \smallspace
\multirow{2}{*}{\scalebox{0.075}{\input{icons/nationality.tex}}}
& \textbf{Nationality} \\
& Holy Roman Empire \\
& \largespace
& \titlefont{Platforms} \\
\hline \mediumspace
\multirow{2}{*}{\scalebox{0.075}{\input{icons/github.tex}}}
& \textbf{GitHub} \\
& \href{https://youtu.be/dQw4w9WgXcQ}{CFGauss} \\
& \smallspace
\multirow{2}{*}{\scalebox{0.075}{\input{icons/linkedin.tex}}}
& \textbf{LinkedIn} \\
& \href{https://youtu.be/dQw4w9WgXcQ}{Carl Friedrich Gauss} \\
& \largespace
& \titlefont{Languages} \\
\hline \mediumspace
\multirow{2}{*}{\scalebox{0.075}{\input{flags/germany.tex}}}
& \textbf{German} \\
& Native \\
& \smallspace
\multirow{2}{*}{\scalebox{0.075}{\input{flags/britain.tex}}}
& \textbf{English} \\
& Fluent \\
& \smallspace
\multirow{2}{*}{\scalebox{0.075}{\input{flags/france.tex}}}
& \textbf{French} \\
& Fluent
\end{tabular}
}
% -- Mainbox
\posterbox[
colback=white,
valign=top,
top=\inboxspacing,
halign=left,
left=\inboxspacing]
{name=mainbox,
column*=1,
span=\mainboxwidth,
below=headbox,
rowspan=\mainboxheight}
{
\begin{tabular}{>{\footnotesize}rl}
& \titlefont{Education} \\
\hline \mediumspace
02/1798 - 09/1799
& \textbf{University of Helmstedt} \\
& Doctoral dissertation \\
& Topic: Fundamental theorem of algebra \\
& Advisor: Johann Friedrich Pfaff \\
& \smallspace
04/1795 - 02/1798
& \textbf{University of Göttingen} \\
& Study of mathematics \\
& Construction of regular 17-gon (ruler/compass) \\
& \smallspace
04/1788 - 04/1795
& \textbf{Gymnasium Brunswick}\\
& Study of high German and Latin \\
& Stipend from the duke of Brunswick \\
& \largespace
& \titlefont{Work Expericence} \\
\hline \mediumspace
Since 02/1807
& \textbf{Astronomical Observatory in Göttingen} \\
& Full professor of astronomy \\
& Director of the observatory \\
& \smallspace
04/1818 - 08/1826
& \textbf{State of Hanover} \\
& Geodesic survey of Hanover \\
& Triangulation of the entire state \\
& Invented heliotrope to simplify measurements \\
& \largespace
& \titlefont{Selected Publications} \\
\hline \mediumspace
1832
& \textbf{The Intensity of the Earth's Magnetic Force} \\
1827
& \textbf{General Investigations of Curved Surfaces} \\
1809
& \textbf{Theory of the Motion of the Heavenly Bodies} \\
1801
& \textbf{Arithmetical Investigations} \\
& \largespace
& \titlefont{Awards} \\
\hline \mediumspace
1838
& \textbf{Copley Medal} \\
1809
& \textbf{Lalande Prize} \\
& \largespace
& \titlefont{Memberships} \\
\hline \mediumspace
1853
& \textbf{American Philosophical Society} \\
& Elected member \\
1845
& \textbf{Royal Institute of the Netherlands} \\
& Associated member \\
1822
& \textbf{American Academy of Arts and Sciences} \\
& Foreign honorary member \\
1821
& \textbf{Royal Swedish Academy of Sciences} \\
& Foreign member \\
& \largespace
& \titlefont{Hobbies} \\
\hline \mediumspace
& Astronomical observations and measurements \\
& Investigation of prime number distribution \\
& Observation of Earth's magnetic field \\
& Philology and Russian literature
\end{tabular}
}
% -- Footbox
\posterbox[colback=minimal-main]
{name=blankbox2,
below=sidebar,
column=1,
span=1,
rowspan=\footboxheight}{}
\end{tcbposter}
\end{document}