I'm an Assistant Professor of Physics and FRIB Bridge Faculty at the Institute of Nuclear and Particle Physics (INPP) at Ohio University. I'm also a member of the FRIB Theory Alliance Executive Board.
My current research interests include:
- Neutron stars
- Equation of state of neutron-rich matter
- Chiral effective field theory
- Many-body perturbation theory
- Bayesian methods for uncertainty quantification
- Emulators for nuclear physics and model (order) reduction
- Computational physics
I'm collaborating with:
- NSF Physics Frontier Center Network for Neutrinos, Nuclear Astrophysics, and Symmetries (N3AS)
- Bayesian Uncertainty Quantification: Errors in Your EFT (BUQEYE) collaboration, and
- NSF Bayesian Analysis of Nuclear Dynamics (BAND) Framework
The complete list of my publications can be found on inspirehep.net.
Don't hesitate to contact me if you are interested in a Research Fellowship of the Alexander von Humboldt Foundation (such as the Feodor Lynen Research Fellowship) hosted by me at Ohio University.
- National Science Foundation (NSF) CAREER Award, 2024 to present
- Inaugural FRIB Early Achievement Award (theory), Facility for Rare Isotope Beams at Michigan State University, 2021
- FRIB Theory Alliance Fellowship, 2020-2022
- Feodor Lynen Fellowship of the Alexander von Humboldt Foundation, 2019-2020
- Research Award of the Gerhard Herzberg Foundation at Technical University Darmstadt, 2018
- Dr. Christian Drischler receives 2024 NSF CAREER Award to advance research, educate students and community
- Ohio University physicists aim to bring artificial intelligence, machine learning and computational tools to nation's researchers
- National Science Foundation's CAREER: Nuclear Matter from Chiral Effective Field Theory in the FRIB & Multimessenger Era (2339043)
- Department of Energy's STREAMLINE Collaboration: Machine Learning for Nuclear Many-Body Systems Award Status: Active (DE-SC0024233)
My current research group consists of:
- Jane Kim (postdoc)
- Yoon Gyu Lee (grad student)
- Abhinav Giri (grad student, STREAMLINE collaboration)
- Grace Eichler (undergrad student)
Previous members:
- Joshua Maldonado (grad student, M.S. thesis 2024, summer 2023 to summer 2024, STREAMLINE collaboration)
- Unish Gautam (grad student, summer 2024)
- Assistant Professor and FRIB Theory Alliance bridge faculty, Ohio University, 2022-today
- FRIB Theory Fellow (Visiting Assistant Professor), Facility for Rare Isotope Beams at Michigan State University, 2020-2022
- Humboldt Fellow, University of California, Berkeley, and Lawrence Berkeley National Laboratory, 2019-2020
- Postdoctoral researcher, University of California, Berkeley, and Lawrence Berkeley National Laboratory, 2017-2019
- Ph.D., Physics, Technical University Darmstadt, Germany, 2017
- M.Sc., Physics, Technical University Darmstadt, Germany, 2014
- B.Sc., Physics, Technical University Darmstadt, Germany, 2012
Academic Pages is a GitHub Pages template for personal and professional portfolio-oriented websites.
- Register a GitHub account if you don't have one and confirm your e-mail (required!)
- Click the "Use this template" button in the top right.
- On the "New repository" page, enter your repository name as "[your GitHub username].github.io", which will also be your website's URL.
- Set site-wide configuration and add your content.
- Upload any files (like PDFs, .zip files, etc.) to the
files/
directory. They will appear at https://[your GitHub username].github.io/files/example.pdf. - Check status by going to the repository settings, in the "GitHub pages" section
- (Optional) Use the Jupyter notebooks or python scripts in the
markdown_generator
folder to generate markdown files for publications and talks from a TSV file.
See more info at https://academicpages.github.io/
When you are initially working your website, it is very useful to be able to preview the changes locally before pushing them to GitHub. To work locally you will need to:
-
Clone the repository and made updates as detailed above.
-
Make sure you have ruby-dev, bundler, and nodejs installed
On most Linux distribution and Windows Subsystem Linux the command is:
sudo apt install ruby-dev ruby-bundler nodejs
On MacOS the commands are:
brew install ruby brew install node gem install bundler
-
Run
bundle install
to install ruby dependencies. If you get errors, delete Gemfile.lock and try again. -
Run
jekyll serve -l -H localhost
to generate the HTML and serve it fromlocalhost:4000
the local server will automatically rebuild and refresh the pages on change.
If you are running on Linux it may be necessary to install some additional dependencies prior to being able to run locally: sudo apt install build-essential gcc make
Working from a different OS, or just want to avoid installing dependencies? You can use the provided Dockerfile
to build a container that will run the site for you if you have Docker installed.
You can build and execute the container by running the following command in the repository:
docker compose up
You should now be able to access the website from localhost:4000
.
Bug reports and feature requests to the template should be submitted via GitHub. For questions concerning how to style the template, please feel free to start a new discussion on GitHub.
This repository was forked (then detached) by Stuart Geiger from the Minimal Mistakes Jekyll Theme, which is © 2016 Michael Rose and released under the MIT License (see LICENSE.md). It is currently being maintained by Robert Zupko and additional maintainers would be welcomed.
If you have bugfixes and enhancements that you would like to submit as a pull request, you will need to fork this repository as opposed to using it as a template. This will also allow you to synchronize your copy of template to your fork as well.
Unfortunately, one logistical issue with a template theme like Academic Pages that makes it a little tricky to get bug fixes and updates to the core theme. If you use this template and customize it, you will probably get merge conflicts if you attempt to synchronize. If you want to save your various .yml configuration files and markdown files, you can delete the repository and fork it again. Or you can manually patch.