-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathFORRT_cv.tex
More file actions
446 lines (376 loc) · 14.8 KB
/
FORRT_cv.tex
File metadata and controls
446 lines (376 loc) · 14.8 KB
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
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
% FORRT LaTeX Curriculum Vitae Template
% Author: Emily Friedel
% Website: https://experts.deakin.edu.au/65529-emily-friedel
% Last updated: February 2026
% You may use use this document as a template to create your own CV
% and you may redistribute the source code freely. No attribution is
% required in any resulting documents. Please leave this notice and
% the above URL in the source code if you choose to redistribute this file.
\documentclass{article}
\title{CV}
\date{February 2026}
% Packages
\usepackage{hyperref}
\usepackage{geometry}
\usepackage{graphicx}
\usepackage[T1]{fontenc}
\usepackage[sc]{mathpazo}
\usepackage{enumitem}
\usepackage[super]{nth}
\usepackage[dvipsnames]{xcolor}
\usepackage{multicol}
\usepackage{setspace}
% Page layout
\geometry{
body={7in, 9.0in},
left=0.7in,
top=0.75in
}
\setstretch{1.12}
% Hyperlink setup
\hypersetup{
colorlinks=true,
linkcolor=Blue,
urlcolor=Blue,
citecolor=Blue,
filecolor=Blue
}
% Name and contact information
\def\name{Your Name}
\def\position{Ph.D. Candidate}
\def\affiliation{Your affiliation}
\def\address{Address of affiliation}
\def\phone{Your phone number}
\def\email{\href{mailto:youremail@example.com}{youremail@example.com}}
\def\website{\href{https://yourwebsite.com}{yourwebsite.com}}
\def\LinkedIn{\href{https://www.linkedin.com/in/yourname}{LinkedIn}}
\begin{document}
% Header
\begin{center}
{\huge \textbf{\name}}\\
\vspace{0.2em}
{\large \position}\\
\affiliation\\
\address\\
\phone \, $\cdot$ \, \email\\
\website \, $\cdot$ \, \LinkedIn
\end{center}
\noindent\textit{This CV is just an example of some ways you can present your experience and expertise. You can adapt it by adding or removing sections or changing the order of sections. You may also need to modify it to fit with the favoured style in your country. Don't forget to remove any of the italicised tips!}
% Section: Education
\section*{Education}
\hrule
\vspace{1em}
\begin{itemize}[leftmargin=*]
\item[] \textbf{Ph.D. in XXX}, University, Country \hfill Month 20XX -- Present\\
Thesis: \textit{Title}\\
Thesis supervisors: Drs. Name \& Name
\item[] \textbf{M.S. in XXX}, University, Country \hfill Month 20XX -- Month 20XX\\
Thesis: \textit{Title}\\
Thesis supervisor: Dr. Name
\item[] \textbf{B.S. in XXX}, University, Country \hfill Month 20XX -- Month 20XX\\
Minor: Title of minor
\end{itemize}
% Section: Research Interests
\section*{Research Interests}
\hrule
\vspace{1em}
\begin{itemize}[leftmargin=2em]
\item Research interest 1
\item Research interest 2
\item Research interest 3
\end{itemize}
% Section: Research Experience
\section*{Research Experience}
\hrule
\vspace{1em}
\begin{itemize}[leftmargin=*]
\item[] \textbf{Research role}, University or other research organisation \hfill Month 20XX -- Month 20XX\\
Supervisor/Manager: Dr. Name
\begin{itemize}
\item Put a description of your main duties or accomplishments here
\item Put a description of your main duties or accomplishments here
\item Put a description of your main duties or accomplishments here
\end{itemize}
\end{itemize}
% Section: Teaching Experience
\section*{Teaching Experience}
\hrule
\vspace{1em}
\begin{itemize}[leftmargin=*]
\item[] \textbf{Teaching role}, Course name, University department or school, University \hfill Month 20XX -- Month 20XX
\begin{itemize}
\item Put a description of your main duties or accomplishments here
\item Put a description of your main duties or accomplishments here
\end{itemize}
\end{itemize}
% Section: Supervision
\section*{Supervision}
\hrule
\vspace{1em}
\begin{itemize}[leftmargin=*]
\item[] \textbf{Role (e.g., Primary Supervisor)}, University, Country \hfill Month 20XX -- Present\\
Student: Student Name\\
Course: Course Name\\
Thesis: \textit{Title}
\item[] \textbf{Role (e.g., Associate Supervisor)}, University, Country \hfill Month 20XX -- Present\\
Student: Student Name\\
Course: Course Name\\
Thesis: \textit{Title}
\end{itemize}
% Section: Service roles
\section*{Service}
\hrule
\vspace{1em}
\begin{itemize}[leftmargin=*]
\item[] \textbf{Service role e.g., article peer-review} \hfill Month 20XX -- Month 20XX
\begin{itemize}
\item Put a summary of your activities here
\end{itemize}
\item[] \textbf{Service role e.g., conference or event organisation} \hfill Month 20XX -- Month 20XX
\begin{itemize}
\item Put a summary of your activities here
\end{itemize}
\end{itemize}
% Section: Volunteer Roles
\section*{Volunteer Roles}
\hrule
\vspace{1em}
\begin{itemize}[leftmargin=*]
\item[] \textbf{Role}, Organisation \hfill Month 20XX -- Month 20XX
\begin{itemize}
\item Put a description of your main duties or accomplishments here
\end{itemize}
\item[] \textbf{Role}, Organisation \hfill Month 20XX -- Month 20XX
\begin{itemize}
\item Put a description of your main duties or accomplishments here
\end{itemize}
\end{itemize}
% Section: Other Relevant Experience
\section*{Other Relevant Experience}
\hrule
\vspace{1em}
\textit{You may also want to include FORRT work under 'Other Relevant Experience'.}
\begin{itemize}[leftmargin=*]
\item[] \textbf{Role}, Organisation \hfill Month 20XX -- Month 20XX
\begin{itemize}
\item Put a description of your main duties or accomplishments here
\end{itemize}
\item[] \textbf{Role}, Organisation \hfill Month 20XX -- Month 20XX
\begin{itemize}
\item Put a description of your main duties or accomplishments here
\end{itemize}
\end{itemize}
% Section: Community Engagement
\section*{Community Engagement}
\hrule
\vspace{1em}
\textit{Community engagement may be important for certain roles or grant applications, so it may be worth highlighting in a separate section.}
\begin{itemize}[leftmargin=*]
\item[] \textbf{Name of project}, University/Organisation
\hfill Month 20XX -- Present
\begin{itemize}
\item Put a description of your community engagement activities here
\end{itemize}
\item[] \textbf{Name of project}, University/Organisation
\hfill Month 20XX -- Present
\begin{itemize}
\item Put a description of your community engagement activities here
\end{itemize}
\end{itemize}
% Section: Peer-Reviewed Publications
\section*{Peer-Reviewed Publications}
\hrule
\vspace{1em}
\textit{If you have enough publications, you can have separate sections for each type (e.g., peer-reviewed, book chapters, editorials \& op-eds etc.).}
\\\\
\textit{We have included an example of how you can incorporate open science badges into your CV. If you don't want to use these, apply the formatting used in the section on Preprints and Manuscripts in Preparation instead.}
\newcommand{\badgeH}{1cm}
\begin{center}
\begin{minipage}{0.18\textwidth}
\centering
\includegraphics[scale=0.2]{badges/opendata.png}\\
\footnotesize Open Data
\end{minipage}
\begin{minipage}{0.18\textwidth}
\centering
\includegraphics[scale=0.2]{badges/openmaterial.png}\\
\footnotesize Open Materials
\end{minipage}
\begin{minipage}{0.18\textwidth}
\centering
\includegraphics[scale=0.2]{badges/opencode.png}\\
\footnotesize Open Code
\end{minipage}
\begin{minipage}{0.18\textwidth}
\centering
\includegraphics[scale=0.2]{badges/preregistered.png}\\
\footnotesize Preregistered
\end{minipage}
\begin{minipage}{0.18\textwidth}
\centering
\includegraphics[scale=0.2]{badges/preregisteredplus.png}\\
\footnotesize Preregistered+
\end{minipage}
\end{center}
\begin{itemize}[leftmargin=*]
\item[]
\hspace{-14pt}
\begin{minipage}[t]{0.14\textwidth}
\vspace{4pt}
\centering
\includegraphics[scale=0.15]{badges/opendata.png}\hspace{2pt}%
\includegraphics[scale=0.15]{badges/openmaterial.png}\hspace{2pt}%
\includegraphics[scale=0.15]{badges/opencode.png}%
\end{minipage}%
\begin{minipage}[t]{0.86\textwidth}
\noindent
\textbf{Author, A.}, Author, B., Author, C., \& Author, D. (2025). Put the title of your peer-reviewed paper here. \textit{Journal Name}, \textit{1}(2), 123--123. \href{https://doi.org}{doi.org/111.111}
\end{minipage}
\item[]
\hspace{-14pt}
\begin{minipage}[t]{0.14\textwidth}
\vspace{4pt}
\centering
\includegraphics[scale=0.15]{badges/opendata.png}\hspace{2pt}%
\includegraphics[scale=0.15]{badges/preregisteredplus.png}%
\end{minipage}%
\begin{minipage}[t]{0.86\textwidth}
\noindent
Author, B., \textbf{Author, A.}, Author, C., \& Author, D. (2024). Put the title of your peer-reviewed paper here. \textit{Journal Name}, \textit{2}(3), 456--456. \href{https://doi.org}{doi.org/222.222}
\end{minipage}
\item[]
\hspace{-14pt}
\begin{minipage}[t]{0.14\textwidth}
\vspace{4pt}
\centering
\includegraphics[scale=0.15]{badges/opendata.png}\hspace{2pt}%
\includegraphics[scale=0.15]{badges/openmaterial.png}\hspace{2pt}%
\includegraphics[scale=0.15]{badges/opencode.png}\hspace{2pt}%
\includegraphics[scale=0.15]{badges/preregistered.png}%
\end{minipage}%
\begin{minipage}[t]{0.86\textwidth}
\noindent
Author, B., Author, C., \textbf{Author, A.}, \& Author, D. (2024). Put the title of your peer-reviewed paper here. \textit{Journal Name}, \textit{3}(4), 789--789. \href{https://doi.org}{doi.org/333.333}
\end{minipage}
\end{itemize}
% Section: Preprints and Manuscripts in Preparation
\section*{Preprints and Manuscripts in Preparation}
\hrule
\vspace{1em}
\begin{itemize}[leftmargin=*]
\item[] \noindent
\textbf{Author, A.}, Author, B., Author, C., \& Author, D. (2026). Put the title of your preprint here [Preprint]. \href{https://doi.org}{doi.org/444.444}
\item[] \noindent
\textbf{Author, A.}, Author, B., Author, C., \& Author, D. (2026). Put the title of your manuscript here [Manuscript in preparation].
\end{itemize}
% Section: Acknowledged Contributions
\section*{Acknowledged Contributions}
\hrule
\vspace{1em}
\textit{This section may be helpful for people whose roles or experience level means they do not have many authored papers but have made important contributions to publications and been acknowledged for them.}
\begin{itemize}[leftmargin=*]
\item[] \noindent
\textbf{Search strategy development for:}\\
Author, A., Author, B., Author, C., \& Author, D. (2023). Put the title of the paper you worked on here. \textit{Journal Name}, \textit{6}(7), 1234--1234. \href{https://doi.org}{doi.org/555.555}
\item[] \noindent
\textbf{Critical discussion/manuscript check for:}\\
Author, A., Author, B., Author, C., \& Author, D. (2024). Put the title of the paper you worked on here. \textit{Journal Name}, \textit{8}(9), 2345--2345. \href{https://doi.org}{doi.org/666.666}
\item[] \noindent
\textbf{Data collection/development of stimulus materials for:}\\
Author, A., Author, B., Author, C., \& Author, D. (2025). Put the title of the paper you worked on here. \textit{Journal Name}, \textit{9}(1), 3456--3456. \href{https://doi.org}{doi.org/777.777}
\end{itemize}
% Section: Conference Presentations
\section*{Conference Presentations}
\hrule
\vspace{1em}
\begin{itemize}[leftmargin=*]
\item[] \textbf{Author, A.} \& Author, B. (20XX). \textit{Title of presentation} [Invited oral presentation]. \textit{Name of Conference}, Location.
\item[] \textbf{Author, A.} (20XX). \textit{Title of poster} [Poster]. \textit{Name of Conference}, Location.
\item[] Author, B., \textbf{Author, A.}, \& Author, C. (20XX). \textit{Title of hackathon} [Hackathon]. \textit{Name of Conference}, Location.
\end{itemize}
% Section: Non-Traditional Research Outputs
\section*{Non-Traditional Research Outputs}
\hrule
\vspace{1em}
\textit{'Non-Traditional Research Outputs' is another section in which you might want to showcase your FORRT contributions.}
\begin{itemize}[leftmargin=*]
\item[] \textbf{Software Developer}, \href{https://nameofproject.com}{Name of project}
\begin{itemize}
\item Put a description of the output here
\end{itemize}
\item[] \textbf{Lay Summary}, \href{https://nameofproject.com}{Name of project}
\begin{itemize}
\item Put a description of the output here
\end{itemize}
\item[] \textbf{Creative Research Translation}, \href{https://nameofproject.com}{Name of project}
\begin{itemize}
\item Put a description of the output here
\end{itemize}
\end{itemize}
% Section: Grants and Funding
\section*{Grants and Funding}
\hrule
\vspace{1em}
\textit{You can also list non-funded applications here as these take considerable time and effort and show willingness to pursue opportunities.}
\begin{itemize}[leftmargin=*]
\item[] Name of grant, Amount, Outcome: Funded/Unfunded \hfill 20XX
\item[] Name of grant, Amount, Outcome: Funded/Unfunded \hfill 20XX
\end{itemize}
% Section: Awards and Fellowships
\section*{Fellowships, Awards, and Honours}
\hrule
\vspace{1em}
\begin{itemize}[leftmargin=*]
\item[] Name of award, Organisation that gave the award \hfill 20XX
\item[] Name of award, Organisation that gave the award \hfill 20XX
\end{itemize}
% Section: Professional Affiliations
\section*{Professional Affiliations}
\hrule
\vspace{1em}
\begin{itemize}[leftmargin=*]
\item[] Name of organisation, membership type/role \hfill Month 20XX -- Present
\item[] Name of organisation, membership type/role \hfill Month 20XX -- Present
\end{itemize}
\end{document}
% Section: Professional Development/Trainings
\section*{Professional Development/Trainings}
\hrule
\vspace{1em}
\begin{itemize}[leftmargin=*]
\item[] Name of training, \textit{training organisation} \hfill Month 20XX
\item[] Name of training, \textit{training organisation} \hfill Month 20XX
\end{itemize}
% Section: Referees
\section*{Referees}
\hrule
\vspace{1em}
\begin{minipage}{\textwidth}
\begin{multicols}{2}
\hspace*{1em}%
\begin{minipage}[t]{\linewidth}
\textbf{Professor XXX}\\
\href{https://theirwebsite.com}{theirwebsite.com}\\
Role (e.g., Primary Advisor)\\
Brief description of expertise\\
telephone number\\
\href{mailto:advisor@uni.edu}{advisor@uni.edu}\\
\end{minipage}
\columnbreak
\begin{minipage}[t]{\linewidth}
\textbf{Dr. XXX}\\
\href{https://theirwebsite.com}{theirwebsite.com}\\
Role\\
Brief description of expertise\\
telephone number\\
\href{mailto:advisor@uni.edu.au}{advisor@uni.edu.au}\\
\end{minipage}
\end{multicols}
\end{minipage}
% Footer
\begin{center}
\begin{footnotesize}
Last updated: \today
\end{footnotesize}
\end{center}
\end{document}