-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.tex
150 lines (108 loc) · 5.08 KB
/
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Friggeri Resume/CV
% XeLaTeX Template
% Version 2.0 (2019-08-14)
%
% This template has been downloaded from:
% https://github.com/JesperDramsch/friggeri-cv-boosted
%
% Original author:
% Adrien Friggeri ([email protected])
% https://github.com/afriggeri/CV
% Heavy modifications by
% Jesper Dramsch ([email protected])
% https://github.com/JesperDramsch/friggeri-cv-boosted
%
% Author of Letter Template:
% Jesper Dramsch ([email protected])
% https://github.com/JesperDramsch/friggeri-cv-boosted
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important notes:
% This template needs to be compiled with XeLaTeX and the bibliography, if used,
% needs to be compiled with biber rather than bibtex.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{.head}
% This \input{.head} can be replaced by \documentclass[]{friggeri-cv} in your personal document.
\directlua0{
pdf.setinfo (
table.concat (
{
"/Title (Michael Wei's Curriculum Vitae)",
"/Author (Michael Wei)",
"/Subject (Michael Wei)",
"/Keywords (Michael Wei full-stack systems researcher hardware programming languages computer architecture operating systems distributed protocols clocks blockchains)"
}, " "
)
)
}% End of \directlua
\addbibresource{bibliography.bib} % Specify the bibliography file to include publications
\begin{document}
\header{Michael}{Wei}{Full-Stack Systems Researcher.} % Your name and current job title/field
%----------------------------------------------------------------------------------------
% SIDEBAR SECTION
% %----------------------------------------------------------------------------------------
% \begin{aside} % In the aside, each new line forces a line break
% \section{contact}
% 123 Broadway \faMapMarker
% City, State 12345
% Country
% ~
% +0 (000) 111 1111 \faPhone
% +0 (000) 111 1112 \faPhone
% ~
% \href{mailto:[email protected]}{[email protected] \faEnvelope}
% \href{http://www.smith.com}{http://www.smith.com~\faBookmark}
% \href{http://facebook.com/johnsmith}{fb://jsmith \faFacebook}
% \section{languages}
% \begin{tabular}{r r}
% english&\score{5}
% spanish&\score{4}
% italian&\score{2}\end{tabular}
% \section{programming}
% JavaScript
% Python, C++, PHP
% CSS3 \& HTML5
% \end{aside}
\section{about}
I'm a full---stack systems researcher. I dive deep into all aspects of complex systems to understand what makes them tick, and what makes them break. My research and open source contributions span multiple disciplines, including computer architecture, distributed systems, operating systems, and programming languages.
Through the course of my work, I have not only developed cost-effective hardware to simplify distributed systems, but also devised innovative approaches to streamline traditionally opaque operating system interfaces. My aim is always to leverage interdisciplinary insights for improved efficiency and resilience, while actively sharing knowledge through accessible, comprehensive documentation and meaningful open-source contributions.
\input{sections/experience.tex}
\input{sections/education.tex}
\input{sections/awards.tex}
\input{sections/publications.tex}
\clearpage
\input{sections/service.tex}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% AWARDS SECTION
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% COMMUNICATION SKILLS SECTION
%----------------------------------------------------------------------------------------
%\input{sections/communication.tex}
%----------------------------------------------------------------------------------------
% VOLUNTARY ACTIVITIES SECTION
%----------------------------------------------------------------------------------------
%\input{sections/volunteer.tex}
%----------------------------------------------------------------------------------------
% INTERESTS SECTION
%----------------------------------------------------------------------------------------
%\input{sections/interest.tex}
%----------------------------------------------------------------------------------------
% PUBLICATIONS SECTION
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% REFERENCES SECTION
%----------------------------------------------------------------------------------------
%\input{sections/references.tex}
%----------------------------------------------------------------------------------------
\end{document}