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
|
\documentclass{cv}
\addbibresource{bib.bib}
\begin{document}
\begin{center}
{\textbf{\LARGE Josh Ott}\par}
\vspace{0.2em}
Ph.D. Student, MIT Center for Theoretical Physics
\href{mailto:joott@mit.edu}{joott@mit.edu} $\cdot$
\href{https://joshott.net}{joshott.net}\\
\end{center}
\vspace{-0.6em}
\header{Education}
\begin{adjustwidth}{\spacing}{0in}
\textbf{Massachusetts Institute of Technology} \hfill \textsl{2025 --}
\tabto{\bullet}{Ph.D. in Physics}
\end{adjustwidth}
\begin{adjustwidth}{\spacing}{0in}
\textbf{North Carolina State University} \hfill \textsl{2021 -- 2025}
\tabto{\bullet}{B.S. Physics, B.S. Mathematics}
\tabto{\bullet} \textit{Summa cum laude}
\end{adjustwidth}
\header{Awards}
\begin{adjustwidth}{\spacing}{0in}
\href{https://science.mit.edu/about/awards/deans-fellowship-program/}
{\textbf{Dean of Science Fellowship}}
\hfill{\textsl{2025 -- 2028}}\\
\tabto{\spacing} Massachusetts Institute of Technology
\vspace{0.3em}
\textbf{Graduate Research Fellowship Honorable Mention}
\hfill{\textsl{2025}}\\
\tabto{\spacing} National Science Foundation
\vspace{0.3em}
\textbf{Senior Award for Outstanding Research}
\hfill{\textsl{2025}}\\
\tabto{\spacing} NCSU College of Sciences
\vspace{0.3em}
\href{https://www.astronautscholarship.org/programs/astronaut-scholarship/}
{\textbf{Astronaut Scholarship}}
\hfill{\textsl{2024}}\\
\tabto{\spacing} Astronaut Scholarship Foundation
\vspace{0.3em}
\textbf{McCormick Symposium Poster Award}
\textit{(first place)}
\hfill{\textsl{2024}}\\
\tabto{\spacing} NCSU Department of Physics
\end{adjustwidth}
\vspace{0.3em}
\header{Publications}
\vspace{0.3em}
\subheader{Articles}
\vspace{-0.6em}
\begin{itemize}[leftmargin=1.3em]
\setlength\itemsep{-0.1em}
\item \publication{Chattopadhyay:2026dyd}
\item \publication{Chattopadhyay:2025uqo}
\item \publication{Chattopadhyay:2024bcv}
\item \publication{Chattopadhyay:2024jlh}
\item \publication{Chattopadhyay:2023jfm}
\end{itemize}
\vspace{-0.3em}
{\large--- {\bfseries Proceedings}}
\vspace{-0.6em}
\begin{itemize}[leftmargin=1.3em]
\setlength\itemsep{-0.1em}
\item \citenames{Fila:2025vle}
\item \publication{Chattopadhyay:2025zac}
\end{itemize}
\vspace{-0.3em}
\header{Research Experience}
\input{research.tex}
\vspace{0.3em}
\header{Funding}
\begin{adjustwidth}{\spacing}{0in}
\textbf{PKP Graduate Fellowship} (\$8,500),
Phi Kappa Phi
\hfill \textsl{2025}
\textbf{Provost's Professional Experience Program} (\$2,000),
North Carolina State University
\hfill \textsl{2024}
\textbf{NSF CERN REU} (\$5,000),
University of Michigan
\hfill \textsl{2024}
\textbf{Research Assistantship} (\$1,600),
NCSU Office of Undergraduate Research
\hfill \textsl{2023}
\end{adjustwidth}
\vspace{0.6em}
\header{Presentations}
\vspace{0.2em}
\input{presentations.tex}
\vspace{0.6em}
\header{Service}
\begin{extracurricular}{}{Undergraduate DEI Committee}
Collaborated with other students to form a committee now proposing and
implementing departmental changes related to diversity, equity, and
inclusion to improve the physics community.
\end{extracurricular}
\begin{extracurricular}{08/2022 -- 05/2023}{President -- Society of Physics Students}
I worked with my fellow officers to organize club meetings and create a
welcoming environment for other physics students.
\vspace{-0.03in}
% \begin{itemize}[leftmargin=15pt]
% \item Awarded 2022--23 Notable Chapter by SPS National
% \end{itemize}
\end{extracurricular}
\end{document}
|