-
Notifications
You must be signed in to change notification settings - Fork 0
/
CV.tex
589 lines (505 loc) · 25.2 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
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
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
%!TEX TS-program = lualatex
%!TEX encoding = UTF-8 Unicode
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Dr. Corey Stephan's CV
% PUBLIC TEMPLATE VERSION
% with all contact and reference information redacted
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Dr. Bastian Rieck's LaTeX CV, on which I have based my own (by customizing his template, which is available here: https://github.com/Pseudomanifold/latex-cv), requires multiple external fonts to be installed and the use of the fontspec package to load them. I intend for my own CV, however, to be compilable with any full TeXLive installation (on GNU/Linux or *BSD) via LuaLaTeX or XeLaTeX as-is. Hence, for example, I strictly use the old-style and proportional variant of Dr. Edward Tufte's book font, ET Book, which is now included in TeXLive as the {ETbb} package. %
% This is the simplest class to start with. You may want to change the
% paper format or the standard font size.
\documentclass[letterpaper,12pt]{article}
\usepackage [USenglish]{babel} % American English justifications, hyphenations, etc.
% \usepackage {fontspec} % Font selection
\usepackage {fontawesome} % Symbols/icons
\usepackage [oldstyle,proportional]{ETbb} % ET Book, oldstyle and proportional
% Change this depending on your own preferences. I personally prefer
% nice ligatures and 'old style' numbers. Additionally, the way each
% font is set up ensures that the layout is very uniform---mostly, I
% achieve this effect using `MatchLowercase`.
%
% TODO: Make sure you select a font with small caps here, unless you
% also change the section style. See below.
\defaultfontfeatures{Ligatures=TeX}
% \setmainfont[Renderer=Basic,Numbers={Proportional,OldStyle}]{ETBookOT} % Requires ET Book OT
% \setsansfont[Scale=MatchLowercase]{Liberation Sans} % Requires Liberation Sans
% \setmonofont[Scale=MatchLowercase]{Liberation Mono} % Requires Liberation Mono
\setlength{\parindent} {0pt} % No indentation
\setlength{\marginparsep}{10pt} % Separation of margin notes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Document layout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Permits a very precise adjustment of all the margins. Since a CV is
% a document where *you* should exhibit *your* preferences, feel free
% to adjust this the way you want.
%
% I am not aware of any good rules here.
\usepackage{geometry}
\geometry{
letterpaper,
textwidth = 14.0cm,
textheight = 25.0cm,
marginparwidth = 2.5cm
}
\setlength{\parindent}{0pt} % No indentations for paragraphs
\setlength{\skip\footins}{2cm} % Reduced footer distance
% A nice way to typeset proper ordinal superscripts
\newcommand {\rd}{\textsuperscript{\textup{rd}}\xspace}
\newcommand {\nd}{\textsuperscript{\textup{nd}}\xspace}
\renewcommand{\th}{\textsuperscript{\textup{th}}\xspace}
% To be used to indicate equal contributions of two or more authors in
% a paper.
\newcommand{\authorequal}{\kern-0.1em\textsuperscript{\dagger}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Margins macro
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% This permits you to put some comments into the margins of the
% document; I borrowed this idea from Tufte's works, but in the
% CV, I only use it to indicate durations.
\usepackage{marginnote}
\renewcommand*{\raggedleftmarginnote}{}
\newcommand{\years}[1]{%
% Forces notes to appear on the left
{\reversemarginpar\strut\marginnote{{\small#1}}}%
}
% Required to support footnote references; has to come *after* the
% `marginnote` package, though, because it redefines some things.
\usepackage{scrextend}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Section style
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This styles *all* the sections exactly the same: regular font, with
% small caps.
%
% TODO: Adjust this if you change the font---otherwise, everything will
% look super strange.
\usepackage{sectsty}
\allsectionsfont{\mdseries\scshape}
% Typographical adjustments. If you have longer blocks of texts, such as
% publications, in your CV, this will give the text a more natural look.
%
% TODO: Some people do not like this. If you are among them, just change
% this or remove it
\usepackage{microtype}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Colors
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TODO: redefine this color if you do not like it.
\usepackage[usenames,dvipsnames]{color}
\definecolor{royal}{RGB}{83, 39, 115}
% Corey's favorite colo r, i.e. the royal purple of his alma mater, the University of St. Thomas in Minnesota
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PDF setup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[
bookmarks, % Create PDF bookmarks
colorlinks, % Use the link colour from above
breaklinks % Break links in the text
]{hyperref}
\hypersetup{%
urlcolor=royal,
pdfauthor={Corey J. Stephan, Ph.D.}, % TODO: Add your own name here
pdftitle={Corey J. Stephan, Ph.D.: Curriculum vitae}, % TODO: Add your own name here
pdfproducer={}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Penalties
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clubpenalty = 10000
\displaywidowpenalty = 10000
\widowpenalty = 10000
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Corey Stephan's specialty packages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[useregional]{datetime2} % Adds the date automatically with \today
\usepackage[defaultlines=100,all]{nowidow} % Automatically removes orphaned and widowed lines
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Main document
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Corey's header, minimalist but closer to history's norms
% Remember to keep the following up-to-date in private documents but excluded from public-facing websites, e.g. GitHub:
% Source code URL
% Telephone number
% Professional email address
\begin{document}
{
\begin{center}
\Huge \textsc{Corey J. Stephan, Ph.D.} \\
\normalsize \emph{Curriculum Vitae}
\footnote{My source code for the public template of this \LaTeX\space document and basic directions for how to use it are available at \href{https:www.github.com/historical-theology/cv}{github.com/historical-theology/cv}.} \\ %
\
Public template version \emph{with all contact and reference information redacted}.\\
\
To use this template, \\ \textbf{remove all of Corey Stephan's information}, \\ and replace it with your own.\\
\
% Today's Date
\today
\end{center}
% Permanent Contact Information
\begin{center}
\normalsize
\faPhone\space{\href{tel:1111111111}{+1 111 111 1111}} \space
\enspace\faEnvelope\space{\href{mailto:redacted@github.com}{redacted@github.com}} \space
\enspace\faHome\space{\href{https://www.mysite.com}{mysite.com}}
\end{center}
%
% Home and Institutional Address
\hspace*{-0.21cm}\begin{tabular}{p{3.7in}l}
\textbf{Mailing Address} & \textbf{Institutional Address} \\
Redacted Street & Building \#111 \\
City, State ZIP & University of University \\
& Redacted Street \\
& City, State ZIP
\end{tabular}
% Rework everything above to fit your own professional needs.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \section*{Research interests}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Patristics \textbullet{} Byzantine \& Medieval Theology \textbullet{} Christology \textbullet{} Digital Humanities
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Education}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\years{Ph.D.}%
%
Religious Studies,
Department of Theology,
Marquette University,
Milwaukee, WI, 2022 \\ [.3cm]
\years{M.T.S.}%
%
Boston College School of Theology and Ministry,
Chestnut Hill, MA, 2017 \\ [.3cm]
\years{B.A.}%
%
\emph{Summa cum laude}, %\\
Classical Languages and Theology,
University of St. Thomas, St. Paul, MN, 2015
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Professional Experience}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\years{2022--present}%
%
Assistant Professor and Fellow of the Core,
Department of the Core,
University of St. Thomas, Houston, TX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Publications}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \subsection*{Book}
% \years{Under review}%
%
% \emph{Maximus the Confessor's Thomistic Legacy} \\
% Pontifical Institute of Medi\aeval Studies: Toronto
\subsection*{Articles and Book Chapters}
\years{Forthcoming}%
%
% ``Teach History and Languages with a Strategy Computer Game: 0 A.D. in the Classroom,'' Programming Historian, Spring 2024 \\ [.3cm]
%
``Thomistic Maximianism: A Theology for Catholic and Orthodox Re-communion,'' in \emph{Maximus in the Latin West}, edited by Kevin Clarke and Thomas Cattoi (Brill: Leiden). \\ [.3cm]
%
\years{2021}%
%
{\href{https://stpaulcenter.com/05-nv-19-4-stephan/}{``Catechisms, Communion, and Latin Scholastic Reception of Byzantine Thought: St. John Damascene's \emph{De fide orthodoxa} in St. Bonaventure's \emph{Breviloquium}.''} Nova et Vetera, vol. 19, 4.
\subsection*{Book Reviews}
\years{2021}%
%
``{\href{https://freebsdfoundation.org/wp-content/uploads/2021/08/JulyAugust_book_review.pdf}{Michael W. Lucas's \emph{Absolute FreeBSD} (3rd Edition): A Scholar's Review}.'' FreeBSD Journal, July/August. \\ [.3cm]
%
\years{2021}%
%
{\href{https://thomistica.net/book-reviews/augustine}{Kantzer Komline, Han-Luen. \emph{Augustine on the Will: A Theological Account}}. Thomistica, August 14. \\ [.3cm]
%
\years{2018}%
%
{\href{https://journals.sagepub.com/doi/full/10.1177/0040563918786811b}{Blackwell, Ben C. \emph{ Christosis: Engaging Paul's Soteriology with His Patristic Interpreters}}. Theological Studies, vol. 79, 3: 683--84. \\ [.3cm]
%
\years{2018}%
%
{\href{https://journals.sagepub.com/doi/full/10.1177/0040563918786811b}{Stock, Brian. \emph{The Integrated Self: Augustine, The Bible, and Ancient Thought}}. Theological Studies, vol. 79, 2: 435--37. % \\ [.3cm]
\subsection*{Other Publications}
\years{2023}%
% %
``{\href{https://freebsdfoundation.org/wp-content/uploads/2023/08/stephan_conference_report.pdf}{C is to BSD what Latin is to Us: A Theologian's Report of His Trip to Present at BSDCan 2023},'' FreeBSD Journal, July/August. \\ [.3cm]
\years{2021}%
% %
``{\href{https://issue.freebsdfoundation.org/publication/?i=698457&ver=html5&p=28}{“FreeBSD for the Writing Scholar},'' FreeBSD Journal, January/February. \\ [.3cm]
%
\years{2018}%
% %
``Meditations on the Lord's Prayer for Good Friday,'' Vulgate Media, March 28. \\ [.3cm]
%
\years{2018}%
% %
``Hans Urs von Balthasar and Praying with the Church Fathers,'' Vulgate Media, March 1. % \\ [.3cm]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Awards, Grants, and Fellowships}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\years{2024}%
%
Conference Travel Grant, Faculty Development Committee, University of St. Thomas (Houston) \\ [.3cm]
\years{2023}%
%
Conference Travel Grant, Faculty Development Committee, University of St. Thomas (Houston) \\ [.3cm]
\years{2021}%
%
\href{https://www.luc.edu/ccih/hankfellowshipsinthecatholicintellectualtradition/}{Hank Fellowship in the Catholic Intellectual Tradition}, Hank Center for the Catholic Intellectual Heritage, Loyola University Chicago \\ [.3cm]
%
\years{2021}%
%
North American Patristic Society's Dissertation Progress Grant \\ [.3cm]
%
\years{2021}%
%
ULINE Cybersecurity Training Opportunity Grant, Center for Cyber Security \& Awareness, Marquette University \\ [.3cm]
%
\years{2019}%
%
Graduate Student Research Travel Award, Marquette University \\ [.3cm]
%
\years{2018}%
%
Outstanding Student Paper Prize, 2018 Annual Meeting of the North American Patristics Society \\ ``Integrated Selves in the Image of the Trinity: The \emph{Mundicordes} in Book 8 of St. Augustine's \emph{De Trinitate}'' \\ [.3cm]
%
\years{2018}%
%
Graduate Student Research Travel Award, Marquette University \\ [.3cm]
%
\years{2017--2022}%
%
Teaching Assistantship, Marquette University \\ [.3cm]
%
\years{2016}%
%
Individual Conference Grant, Boston College School of Theology and Ministry, Student Forum \\ [.3cm]
%
\years{2016}%
%
Individual Conference Grant, Boston College Graduate Student Association \\ [.3cm]
\years{2015--2017}%
%
Dean's Fellowship, Boston College School of Theology and Ministry \\ [.3cm]
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Conference Activity}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection*{Sessions Organized and Chaired}
\years{2025}%
%
\emph{Digital Humanities Committee's Practicalities Session: Tutorials in Workflows, Front-end Software, and Efficient Digital Scholarship}, 2025 Annual Meeting of the North American Patristics Society, Chicago, IL, May \\ [.3cm]
% Paper Presented: ``Constructing a Free and Open Source Scholarly Digital Workflow in GNU/Linux or BSD'' \\
%
\years{2025}%
%
\emph{New Frontiers in Maximus the Confessor: Dubious, Spurious, or Lesser-Known Writings}, 2025 Annual Meeting of the North American Patristics Society, Chicago, IL, May Co-chair: Kevin Clarke, Ph.D. \\ [.3cm]
% Paper Presented: ``The \emph{Disputatio cum Pyrrho} as Maximus’s Christology \emph{ipsissima voce}'' \\
%
\years{2022}%
%
\emph{Maximus the Confessor in the Medieval Latin West}, 2022 Annual Meeting of the North American Patristics Society, Chicago, IL, May 28\\
Paper Presented: ``Thomistic Maximianism: A Theology for Catholic and Orthodox Re-communion'' \\
\subsection*{Papers Presented}
\years{2024}%
%
``Teach History and Languages with a Computer Game: 0 A.D. in the Classroom,'' Association for Computers and the Humanities 2024 (ACH2024), Virtual, November 6--8 \\ [.3cm]
\years{2024}%
%
``Harmonizing Patrology in the Earliest Greek Scholasticism: Maximus the Confessor and John Damascene on Dionysius's Theory of Christ's `Theandric Operation,''' International Conference on Patristic Studies, Oxford University, Oxford, UK, August 8 \\ [.3cm]
\years{2024}%
%
``\href{https://www.youtube.com/watch?v=9uTBkdQpxZo}{\emph{Summa Tetraodontidae}: Thomas Aquinas Explores OpenBSD's Medieval Orderliness},'' BSDCan 2024, University of Ottawa, ON, June 1 \\ [.3cm]
%
\years{2023}%
%
``How to Incorporate Real-world Data into the Scholarship-Aware and Libre Computer Game 0 A.D. for Ancient History and Language Instruction,'' Digital Humanities in Biblical, Early Jewish, and Christian Studies Unit, 2023 Annual Meeting of the Society of Biblical Literature, San Antonio, TX, November 19 \\ [.3cm]
%
\years{2023}%
%
``Maximus the Confessor and John Damascene on Dionysius's Theory of Christ's `Theandric Operation': A Case Study in Patristic Devotion and Polemics in the Earliest Greek Scholasticism,'' Development of Early Christian Theology Unit, 2023 Annual Meeting of the Society of Biblical Literature, San Antonio, TX, November 18 \\ [.3cm]
%
\years{2023}%
%
``John Damascene as Maximus the Confessor's Student in \emph{De fide orthodoxa} 58 and 59,'' 2023 Annual Meeting of the Canadian Society of Patristic Studies / Association canadienne des études patristiques, 2023 Congress of the Humanities and Social Sciences, York University, Toronto, ON, May 28 \\ [.3cm]
%
\years{2023}%
%
``BSD for Researching, Writing, and Teaching in the Liberal Arts,'' BSDCan 2023, University of Ottawa, Ottawa, ON, May 20 \\ [.3cm]
%
\years{2022}%
%
``A Move Toward the Pervasive Maximianism of the Tertia Pars: Nicetas of Heraclea's Quotations of Maximus the Confessor in Aquinas's \emph{Catena in Lucam},'' Thomas Aquinas II: The Catena aurea, 57th International Conference on Medieval Studies, Western Michigan University, Kalamazoo, MI (Virtual), May 12 \\ [.3cm]
%
\years{2022}%
%
``Thomistic Maximianism: A Theology for Catholic and Orthodox Re-communion,'' St. Thomas Aquinas as Spiritual Teacher, Ave Maria University, Ave Maria, FL, February 10 \\ [.3cm]
%
\years{2021}%
%
```Et superiorum et posteriorum': Difficulties Dating St. Augustine's \emph{De consensu evangelistarum},'' The 2021 Annual Meeting of the North American Patristics Society, Hyatt Regency of Chicago, Chicago, IL (Virtual), May 26 \\ [.3cm]
%
\years{2021}%
%
```The Power to Save Perfectly': John Damascene's \emph{De fide orthodoxa} 58 \& 59 as Mediators of Maximian Soteriology,'' Hope and Death, Ave Maria University, Ave Maria, FL (Virtual), February 11 \\ [.3cm]
%
\years{2021}%
%
``FOSS for the Professional Historian: Optimizing a Multisource Historical Research Workflow in BSD or GNU/Linux with a Tiling Window Manager and Manuscripts Galore,'' Free and Open Source Software Developers European Meeting (FOSDEM) 2021, Brussels, Belgium (Virtual), February 6 \\ [.3cm]
%
\years{2020}%
%
```Medium tenens': \emph{Summa Theologica} III, Q. 2, A. 6 \& the Transcendence of Orthodoxy,'' Aquinas and the Crisis of Christology, Ave Maria University, Ave Maria, FL, February 8 \\ [.3cm]
%
\years{2019}%
%
```Puer Jesus proficiebat': Aquinas's Disagreement with the Damascene on the Hypostatic Union and Soteriology in Luke 2:52,'' Aquinas the Biblical Theologian, Ave Maria University, Ave Maria, FL, February 9 \\ [.3cm]
%
\years{2018}%
%
``Integrated Selves in the Image of the Trinity: The \emph{Mundicordes} in Book 8 of St. Augustine's \emph{De Trinitate},'' The 2018 Annual Meeting of the North American Patristics Society, Pre-Dissertation Research Workshop, Chicago, IL, May 26 \\
\hfill\emph{Outstanding Student Paper Prize Recipient} \\ [.3cm]
%
\years{2018}%
%
``St. John Damascene's \emph{De Fide Orthodoxa} in St. Thomas Aquinas's \emph{De Unione Verbi Incarnati},'' Thomas Aquinas and the Greek Fathers, Ave Maria University, Ave Maria, FL, January 25 \\ [.3cm]
%
\years{2017}%
%
```Not One I\=ota of the Law Will Pass' or be Changed: St. John Damascene's \emph{De Hymno Trisagio} (Chapters 1–7) and Liturgical Orthodoxy,'' The Pappas Patristics Institute's 13th Annual Archbishop Iakovos Patristics Graduate Student Conference, Holy Cross Greek Orthodox School of Theology, Brookline, MA, March 4 \\ [.3cm]
%
\years{2017}%
%
``The Holy Mass as Wholly Beautiful: Transformational Aesthetics in the Liturgical Theology of Dom Prosper Guéranger,'' Lumen et Vita Fall Symposium 2016, Boston College School of Theology and Ministry, Chestnut Hill, MA, November 10 \\ [.3cm]
%
\years{2016}%
%
``Different Biblical Versions Show Distinct Christological Truths: St. Jerome's \emph{Commentary on Isaiah} and the Servant Songs,'' Patristic, Medieval, \& Renaissance Conference 2016, Villanova University, Radnor, PA, October 15 \\ [.3cm]
%
\years{2016}%
%
``St. John Damascene's \emph{De Fide Orthodoxa} in St. Bonaventure's \emph{Breviloquium}: A Case Study in Medieval Reception of Byzantine Thought,'' Florovsky Symposium 2016, Holy Cross Greek Orthodox School of Theology, Brookline, MA, May 7 \\ [.3cm]
%
\years{2016}%
%
``Tongues Can Save or Damn: St. Gregory the Great's \emph{Fortieth Gospel Homily} and the Priority of Moral Exegesis,'' The Pappas Patristics Institute's 12th Annual Archbishop Iakovos Patristics Graduate Student Conference, Holy Cross Greek Orthodox School of Theology, Brookline, MA, March 5
\subsection*{Service as Respondent}
\years{2017}%
%
Porcu, Zachary. ``The Letter Kills but the Spirit Gives Life: Challenging Our Hermeneutical Presuppositions via Origen's Biblical Exegesis,'' The Pappas Patristics Institute's 13th Annual Archbishop Iakovos Patristics Graduate Student Conference, Holy Cross Greek Orthodox School of Theology, Brookline, MA, March 3 \\ [.3cm]
%
\years{2016}%
%
Jenks, Sarah. ``Typology in the Hymns of St. John of Damascus: A Case of Patristic Biblical Interpretation,'' The Pappas Patristics Institute's 12th Annual Archbishop Iakovos Patristics Graduate Student Conference, Holy Cross Greek Orthodox School of Theology, Brookline, MA, March 5
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Invited and Media Talks}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\years{2023}%
%
``Software Freedom, BSD Unix, and the Liberal Arts: An Unconventional Conversation with Dr. Corey Stephan,'' Celts Computing Club, University of St. Thomas, Houston, TX, October 24 \\ [.3cm]
%
\years{2023}%
%
``\href{https://www.youtube.com/watch?v=_IBIjZKasjQ}{How to Give New Life to Your Quirklogic Paypr!},'' Kitt Betts-Masters, YouTube, March 16 \\ [.3cm]
%
\years{2022}%
%
``\href{https://odysee.com/@DistroTube:2/theology-professor-and-free-software:b}{Theology Professor and Free Software Advocate, Corey Stephan Ph.D.},'' DistroTube, Odysee and YouTube, October 20 \\ [.3cm]
%
\years{2021}%
%
``\href{https://www.youtube.com/watch?v=BYTNpuinaPU}{The Writing Scholar’s Guide to FreeBSD},'' FreeBSD Friday, FreeBSD Foundation, YouTube, October 22 \\ [.3cm]
%
\years{2021}%
%
``The Writing Scholar’s Guide to *BSD,'' Chicago BSD Users Group, October 12 \\ [.3cm]
%
\years{2017}%
%
``Roman Catholic Liturgy After Trent,'' Reformations Class (RS 423), Edgewood College, Madison, WI, November 28
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Teaching Experience}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection*{University of St. Thomas, Instructor of Record}
\href{https://www.coreystephan.com/teaching/return-to-god/}{The Return to God} (Fall 2022, Fall 2024) \\ [.3cm]
%
\href{https://www.coreystephan.com/teaching/greek/}{Introduction to Classical Greek II} (Spring 2023) \\ [.3cm]
%
\href{https://www.coreystephan.com/teaching/faith-reason-revelation/}{Faith, Reason, and Revelation} (Fall 2022, Spring 2023, Summer 2023, Fall 2023, Spring 2024, Summer 2024, Fall 2024)
\subsection*{Marquette University, Breakout Leader}
Methods of Inquiry: Tolkien (Spring 2022) \\ [.3cm]
%
Methods of Inquiry: Creativity (Fall 2021)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Academic Service}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \years{2024--2026}%
%
Digital Humanities Committee, North American Patristics Society, 2024--26 \\ [.3cm]
%
% \years{2024}%
%
Peer Reviewer, Association for Computers and the Humanities 2024 Conference, 2024 \\ [.3cm]
%
% \years{2023}%
%
Peer Reviewer, Association for Computers and the Humanities 2023 Conference, 2023 \\ [.3cm]
%
% \years{2023}%
%
Title V Grant Ambassador, University of St. Thomas (Houston), 2023
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Other Professional Experience}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\years{2019}%
%
Letter and Spirit Institute, St. Paul Center for Biblical Theology, Steubenville, OH, 2019 \\ [.3cm]
%
%\years{2018}%
%
Letter and Spirit Institute, St. Paul Center for Biblical Theology, Steubenville, OH, 2018
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Language Skills}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Greek \\ Advanced reading \\ [.3cm]
%
Latin \\ Advanced reading; some writing and speaking \\ [.3cm]
%
Spanish \\ Advanced reading, writing, and speaking \\ [.3cm]
%
German \\ Advanced reading (Harvard Divinity School's German Reading Exam, High Pass, 2017) \\ [.3cm]
%
French \\ Intermediate reading \\ [.3cm]
%
Italian \\ Intermediate reading
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Professional Memberships}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\href{https://www.patristics.org/}{North American Patristics Society} (NAPS), 2017--present \\ [.3cm]
%
\href{https://www.sbl-site.org/default.aspx}{Society of Biblical Literature} (SBL), 2017--present \\ [.3cm]
%
\href{https://ach.org/}{Association for Computers and the Humanities} (ACH), 2021--present
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Corey's preference is to keep his list of References always on a separate page.
% Remove the \newpage command if you should prefer to keep the document flowing.
\newpage
\section*{References}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Reference Reference 1, Ph.D. \\
Professor and Chairman \\
Department of Department, University University \\
1111 Street Street, City, State 11111 \\
\href{mailto:redacted@github.com}{redacted@github.com} / 111-111-1111 \\ [.3cm]
%
Reference Reference 2, D.Phil. \\
Professor and Chairwoman \\
Department of Department, University University \\
1111 Street Street, City, State 11111 \\
\href{mailto:redacted@github.com}{redacted@github.com} / 111-111-1111 \\ [.3cm]
%
Reference Reference 3, Th.D. \\
Professor and Dean \\
Department of Department, University University \\
1111 Street Street, City, State 11111 \\
\href{mailto:redacted@github.com}{redacted@github.com} / 111-111-1111 \\
\end{document}