-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvita.tex
134 lines (106 loc) · 4.29 KB
/
vita.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
\documentclass[letterpaper,12pt]{article}
\usepackage[letterpaper, margin=1in]{geometry}
\usepackage[pdftex,colorlinks=true,bookmarks=false,citecolor=blue,urlcolor=blue]{hyperref}
\usepackage{color}
\usepackage{natbib}
\usepackage{bibentry}
\nobibliography*
\begin{document}
\begin{center}
{\huge Gregory R. Steinbrecher}\\
\vspace{2mm}
{\large \emph{Curriculum Vitae}}\\
\vspace{2mm}
% {\normalsize Technical Lead Manager / Research Scientist, Meta Platforms, Inc.}\\
\input{contact.tex}
{\small \emph{Google Scholar:} \href{https://scholar.google.com/citations?user=RPAnJ3cAAAAJ}{{https://scholar.google.com/citations?user=RPAnJ3cAAAAJ}}}\\
\vspace{5mm}
{\small Last Updated \today}\\
\end{center}
\section{Education}
\begin{itemize}
\item \textbf{Massachusetts Institute of Technology 2013-2019}\\
PhD Candidate, Electrical Engineering and Computer Science\\
Advisor: Professor Dirk Englund
{\small \emph{Thesis: \href{https://dspace.mit.edu/handle/1721.1/122554}{{Programmable photonics for quantum and classical information processing
}}}}
\item \textbf{Massachusetts Institute of Technology 2012-2013}\\
Master of Engineering in Electrical Engineering and Computer Science\\
Advisors: Professor Jeffrey Shapiro (MIT) and Dr. Eric Dauler (MIT Lincoln Laboratory)
{\small \emph{Thesis: \href{https://dspace.mit.edu/handle/1721.1/85227}{{Indium Arsenide Quantum Dots for Single Photons in the Communications Band}}}}
\item \textbf{Massachusetts Institute of Technology 2008-2012}\\
Bachelor of Science, Double Major in Physics and Electrical Engineering; Minor in Mathematics
\end{itemize}
\subsection{Fellowships}
\begin{itemize}
\item \emph{2017-2019}: Facebook Fellowship
\item \emph{2013-2017}: National Defense Science and Engineering Graduate Fellowship
\item \emph{2013-2014}: Irwin Mark Jacobs and Joan Klein Jacobs Presidential Fellowship [decl.]
\item \emph{2011-2013}: VI-A Masters of Engineering Co-Op at MIT Lincoln Laboratory
\end{itemize}
% \subsection{Relevant Graduate Courses}
% \begin{itemize}
% \item \textbf{6.262} Discrete Stochastic Processes
% \item \textbf{6.267} Heterogeneous Networks: Architecture, Transport, Proctocols, and Management
% \item \textbf{6.335J/18.336J} Fast Methods for Partial Differential \& Integral Equations
% \item \textbf{6.442} Optical Communications and Networks
% \item \textbf{6.450} Principles of Digital Communication
% \item \textbf{6.453} Quantum Optical Communication
% \item \textbf{6.728} Applied Quantum \& Statistical Physics
% \item \textbf{6.840J/18.404J} Theory of Computation
% \item \textbf{18.369} Mathematical Methods in Nanophotonics
% \end{itemize}
\section{Patents}
\begin{itemize}
\item \bibentry{hasani2020systems}
\item \bibentry{steinbrecher2021apparatus}
\item \bibentry{carolan2020quantum}
\item \bibentry{mower2019programmable}
\item \bibentry{mower2016methods}
\end{itemize}
\section{Journal Papers}
\subsection{(Co-)First Author}
\begin{itemize}
\item \bibentry{steinbrecher2019quantum}
\item \bibentry{lahini2018quantum}
\item \bibentry{mower2015high}
\end{itemize}
\subsection{Other}
\begin{itemize}
\item \bibentry{englund2021large}
\item \bibentry{lee2019large}
\item \bibentry{notaros2017programmable}
\item \bibentry{harris2017quantum}
% \item \bibentry{lee2016high_article}
\item \bibentry{harris2016large}
% \item \bibentry{harris2015bosonic}
%\item \bibentry{lahini2015quantum}
\item \bibentry{lee2014entanglement}
\end{itemize}
\section{Conference Papers}
\begin{itemize}
\item \bibentry{steinbrecher2019quantum_1}
\item \bibentry{steinbrecher2019quantum_2}
\item \bibentry{steinbrecher2018hybrid}
\item \bibentry{yegnanarayanan2018automated}
\item \bibentry{harris2017programmable}
\item \bibentry{steinbrecher2017optical}
\item \bibentry{notaros2016tunable}
\item \bibentry{lee2016high}
\item \bibentry{harris2016controlling}
\item \bibentry{mower2015quantum}
\item \bibentry{harris2015quantum}
\item \bibentry{steinbrecher2015programmable}
\item \bibentry{lee2014high}
\item \bibentry{mower2014integrated}
\item \bibentry{steinbrecher2012cross}
\end{itemize}
\section{Teaching}
\begin{itemize}
\item Teaching Assistant for \emph{6.267: Heterogeneous Networks: Architecture, Transport, Proctocols, and Management} in Fall 2015\\
Professors: Vincent Chan and Robert Gallager
\end{itemize}
\newpage
\bibliographystyle{plainnat}
\bibliography{pubs}
\end{document}