diff options
| author | Josh Ott <josh@ottmail.me> | 2025-09-22 11:13:01 -0400 |
|---|---|---|
| committer | Josh Ott <josh@ottmail.me> | 2025-09-22 11:13:01 -0400 |
| commit | 371d10e76dbf24ba349777089993dda6bf0b788d (patch) | |
| tree | 8f68757dced4c763b93357b73930fbdf81e5c1a8 | |
| parent | 828b4ef88a8dc011189e86ae91c973ac410b940f (diff) | |
| download | cv-371d10e76dbf24ba349777089993dda6bf0b788d.tar.gz cv-371d10e76dbf24ba349777089993dda6bf0b788d.zip | |
updates and crud
| -rw-r--r-- | bib.bib | 12 | ||||
| -rw-r--r-- | cv.cls | 5 | ||||
| -rw-r--r-- | cv.pdf | bin | 32593 -> 53035 bytes | |||
| -rw-r--r-- | cv.tex | 44 | ||||
| -rw-r--r-- | research.tex | 4 |
5 files changed, 32 insertions, 33 deletions
@@ -1,3 +1,15 @@ +@inproceedings{Chattopadhyay:2025zac, + author = "Chattopadhyay, Chandrodoy and Ott, Josh and Schaefer, Thomas and Skokov, Vladimir", + title = "{Simulating stochastic fluid dynamics}", + booktitle = "{31st International Conference on Ultra-relativistic Nucleus-Nucleus Collisions}", + eprint = "2509.00545", + archivePrefix = "arXiv", + primaryClass = "nucl-th", + reportNumber = "MIT-CTP/5914", + month = "8", + year = "2025" +} + @article{Chattopadhyay:2024bcv, author = "Chattopadhyay, Chandrodoy and Ott, Josh and {Sch\"afer}, Thomas and Skokov, Vladimir V.", title = "{Critical fluid dynamics in two and three dimensions}", @@ -13,8 +13,8 @@ \usepackage{calc} \usepackage{xifthen} \usepackage{fontspec} -\setmainfont{HelveticaNeue-Roman} -\newfontface\fontlight{HelveticaNeue-Light} +\setmainfont{Helvetica Neue} +\newfontface\fontlight{Helvetica Neue Light} \def \spacing {0.1in} \def \rightedge {0.3in} @@ -87,6 +87,7 @@ \printnames[cvnames]{labelname}\adddot\addspace% \usebibmacro{title}% \usebibmacro{journal+issuetitle}% + \usebibmacro{booktitle}% \usebibmacro{note+pages}\adddot }{}{} @@ -32,26 +32,29 @@ \tabto{\bullet} \textit{Summa cum laude} \end{adjustwidth} -\header{Research Experience} - -\input{research.tex} -\vspace{0.3em} - \header{Publications} \vspace{-0.6em} \begin{itemize}[leftmargin=1.3em] + \setlength\itemsep{-0.1em} + \item \publication{Chattopadhyay:2025zac} \item \publication{Chattopadhyay:2024bcv} \item \publication{Chattopadhyay:2024jlh} \item \publication{Chattopadhyay:2023jfm} \end{itemize} \vspace{-0.3em} +\header{Research Experience} + +\input{research.tex} +\vspace{0.3em} + \header{Awards} \begin{adjustwidth}{\spacing}{0in} - \textbf{Dean of Science Fellowship} + \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} @@ -66,18 +69,20 @@ \tabto{\spacing} NCSU College of Sciences \vspace{0.3em} - \textbf{Astronaut Scholarship} + \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} + \textbf{McCormick Symposium Poster Award} + \textit{(first place)} \hfill{\textsl{2024}}\\ \tabto{\spacing} NCSU Department of Physics \end{adjustwidth} \vspace{0.6em} +% \pagebreak \header{Funding} \begin{adjustwidth}{\spacing}{0in} @@ -105,26 +110,7 @@ \input{presentations.tex} \vspace{0.6em} -\header{Relevant Courses} - -\vspace{-0.12in} - -\begin{description}[leftmargin=!,labelwidth=10pt] - \itemsep0em - \item [Physics:] Classical Mechanics I \& II $|$ Electromagnetism I \& II - $|$ Quantum Mechanics I \& II $|$ Thermal Physics - \item [Math:] Complex Variables* $|$ Introduction to Topology* $|$ - Introduction to Manifold Theory* $|$ Lie Groups \& Lie Algebras* $|$ - Probability \& Stochastic Processes* - \item [Computer Science:] C and Software Tools $|$ Data Structures and - Algorithms $|$ Theory of Computation $|$ Quantum Computing* -\end{description} - -\vspace{-0.6em} -*: Graduate course -\vspace{0.6em} - -\header{Service} +\header{Leadership} \begin{extracurricular}{}{Undergraduate DEI Committee} Collaborated with other students to form a committee now proposing and diff --git a/research.tex b/research.tex index b395596..f6724e4 100644 --- a/research.tex +++ b/research.tex @@ -1,6 +1,6 @@ \begin{adjustwidth}{\spacing}{0in} \textbf{North Carolina State University,} Undergraduate Researcher - \hfill \textsl{01/2022 --} + \hfill \textsl{01/2022 -- 08/2025} \textit{Advisors:} Prof.~Vladimir Skokov, Prof.~Thomas Sch\"afer \begin{adjustwidth}{\bullet}{\rightedge} @@ -13,7 +13,7 @@ \end{adjustwidth} \begin{adjustwidth}{\spacing}{0in} - \textbf{CERN,} Summent Student + \textbf{CERN,} Summer Student \hfill \textsl{06/2024 -- 08/2024} \textit{Advisors:} Dr.~Mateusz Fila, Dr.~Benedikt Hegner |