-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate_en.tex
148 lines (134 loc) · 4.98 KB
/
template_en.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
% !TEX TS-program = xelatex
% !TEX encoding = UTF-8 Unicode
% !Mode:: "TeX:UTF-8"
\RequirePackage{etex} % overleaf
\input{migurdia}
\renewcommand{\configureResumeLanguage}{en-US}
\begin{document}
\resumeHeading[
name = John Smith,
mobile = (+44) 3838-543838,
email = john@smith.com,
homepage = example.com,
]
% \begin{resumeBriefSection}
% \resumeBriefEntry[
% title = Music,
% text = {Sing, Dance, Rap, Basketball},
% ]
% \resumeBriefEntry[
% title = Lyrics,
% text = {Never gonna give you up, never gonna let you down, never gonna run around and desert you},
% ]
% \end{resumeBriefSection}
\begin{resumeSkillSection}
\resumeSkillEntry[
title = Languages,
text = {Java, Scheme, Rust, Go, OCaml, Haskell},
]
\resumeSkillEntry[
title = Frameworks and Tools,
text = {PyTorch, Tensorflow, Keras, Scikit-learn, Pandas, Numpy, Matplotlib},
]
\end{resumeSkillSection}
\begin{resumeEducationSection}
\resumeEducationEntry[
institute = Claydon Institute of Mythology,
role = PhD in Quantum Agriculture,
beginTime = Jan. 2038,
endTime = Present,
location = {Claydon, Atlantica},
]
\resumeEducationEntry[
institute = University of Claydon,
role = Undergraduate student in Computer Science,
beginTime = Jan. 1970,
endTime = Jan. 2038,
location = {Claydon, Atlantica},
]
\end{resumeEducationSection}
\begin{resumePublicationSection}
\resumePublicationEntry[
title = {On the Feedability of Quantum Cows},
date = {Apr. 2038},
author = {John Smith\footnotemark[1], Jim Author\footnotemark[1], Humphrey Orangeby, Ian Strucktor}
]
\begin{resumePublicationEntryBody}
\item We investigate the feedability of quantum cows, and find that they are indeed feedable.
These cows are able to consume non-quantum grass and produce quasi-entangled milk.
\item We demonstrate that the milk produced by quantum cows are non-toxic to humans.
\item We reached a $+12.3\%$ improvement in production rate of quasi-entangled milk, surpassing
traditional quantum cow feeding methods.
\item Submitted to Mature, under review. Preprint available at \href{https://arxiv.org/abs/3802.82931}{\underline{arXiv:3802.82931}}.
\end{resumePublicationEntryBody}
\resumePublicationEntry[
title = {DSH: Effective Distributed Sheep Herding},
date = {Mar. 2038},
author = {Bernard Woolies, John Smith, Jim Author, Ian Strucktor}
]
\begin{resumePublicationEntryBody}
\item A novel distributed sheep herding algorithm, DSH, is capable of achieving $O(\log^{2.38} n)$ amortized
time complexity for herding $n$ sheep.
\item This brings a complexity improvement to state-of-the-art sheep herding methods.
\end{resumePublicationEntryBody}
\end{resumePublicationSection}
\footnotetext[1]{Equal contribution.}
\begin{resumeAwardSection}
\resumeAwardEntry[
prize = Metal medal,
name = Non-international Obfuscated Scripting Code Contest (NiOSCC),
time = Feb. 2038,
]
\resumeAwardEntry[
prize = Metal medal,
name = 42th ICPC Atlantica Regional Contest Claydon Site,
time = Jan. 2038,
]
\resumeAwardEntry[
prize = Metal medal,
name = 1970 Atlantica Collegiate Programming Contest,
time = Jan. 1970,
]
\end{resumeAwardSection}
\begin{resumeExperienceSection}
\resumeExperienceEntry[
role = Internship in Software Engineering,
institute = Claydon Corporation,
beginTime = Jan. 1970,
endTime = Jan. 2038,
location = {Claydon, Atlantica},
]{
\resumeItem Dropped all databases from a production database.
\resumeItem Restored the production database from scratch by calculating
residuals inferred from orbiting electrons.
}
\resumeExperienceEntry[
role = Professor in Quantum Farming,
institute = University of Claydon,
beginTime = Jan. 2038,
location = {Claydon, Atlantica},
]{
\resumeItem Held lectures on how to drop production databases.
\resumeItem Held lectures on restoring production database from scratch.
}
\end{resumeExperienceSection}
\begin{resumeProjectSection}
\resumeProjectEntry[
name = Automatic Database Dropper,
frameworks = {Shell},
duration = {Jan. 1970 -- Jan. 2038},
]{
\resumeItem Link to project: \resumeWebLink{https://example.com}
\resumeItem Drops database on script download.
}
\resumeProjectEntry[
name = Database Recovery Utility,
frameworks = {SQL},
duration = {Jan. 2038 -- Present},
]{
\resumeItem Link to project: \resumeWebLink{https://example.com}
\resumeItem Restores databases out of nowhere.
\resumeItem Does \textbf{not} guarantee data intactness.
}
\end{resumeProjectSection}
\end{document}