diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a905595..6986c14 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,14 +1,65 @@ -on: push +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +# Sample workflow for building and deploying a Jekyll site to GitHub Pages +name: Deploy Jekyll site to Pages + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main", "dev"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + jobs: + # Build job build: runs-on: ubuntu-latest - name: script/cibuild steps: - - uses: actions/checkout@v2 - - uses: actions/setup-ruby@v1 + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Ruby + # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0 + uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 with: - ruby-version: 2.7 - - name: build - run: script/bootstrap - - name: test - run: script/cibuild \ No newline at end of file + ruby-version: '2.7' # Not needed with a .ruby-version file + bundler-cache: true # runs 'bundle install' and caches installed gems automatically + cache-version: 0 # Increment this number if you need to re-download cached gems + - name: Setup Pages + id: pages + uses: actions/configure-pages@v5 + - name: Build with Jekyll + # Outputs to the './_site' directory by default + run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" + env: + JEKYLL_ENV: production + - name: Upload artifact + # Automatically uploads an artifact from the './_site' directory by default + uses: actions/upload-pages-artifact@v3 + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 diff --git a/Gemfile b/Gemfile index 7f4f5e9..7fbc9d9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ -# frozen_string_literal: true +source "https://rubygems.org" -source 'https://rubygems.org' +gem "jekyll", "~> 3.8.5" -gemspec +gem "webrick", "~> 1.8" diff --git a/_config.yml b/_config.yml index 069ccb6..7f61af8 100644 --- a/_config.yml +++ b/_config.yml @@ -1,15 +1,56 @@ +# Basic Information title: Noah E. Wolfe -position: Ph.D. Student +position: Ph.D. Candidate affiliation: Massachusetts Institute of Technology -email: newolfe@mit.edu +email: newolfe (at) mit.edu + +# Search Engine Optimization (SEO) +# The following information is used to improve the website traffic from search engines, e.g., Google. keywords: astrophysics, gravitational waves +description: The Minimal Light is a simple and elegant jekyll theme for academic personal homepage. +canonical: https://minimal-light-theme.yliu.me/ + +# Links +# If you don't need one of them, you may delete the corresponding line. google_scholar: https://scholar.google.com/citations?user=E4uiqucAAAAJ github_link: https://github.com/noahewolfe linkedin: https://www.linkedin.com/in/noah-wolfe-731845188/ + +# Images (e.g., your profile picture and your website's favicon) +# "favicon" and "favicon_dark" are used for the light and dark modes, respectively. avatar: ./assets/img/noah.png -google_analytics: UA-111540567-4 favicon: ./assets/img/favicon.png favicon_dark: ./assets/img/favicon-dark.png -description: The Minimal Light is a simple and elegant jekyll theme for academic personal homepage. -canonical: https://minimal-light.yyliu.net/ + +# Footnote +# You may use the option to disable the footnote, "Powered by Jekyll and Minimal Light theme." +enable_footnote: true + +# Auto Dark Mode +# You may use the option to disable the automatic dark theme +auto_dark_mode: true + +# Font +# You can use this option to choose between Serif or Sans Serif fonts. +font: "Serif" # or "Sans Serif" + +# Google Analytics ID +# Please remove this if you don't use Google Analytics +google_analytics: UA-111540567-4 + +# Use this project as a remote theme for GitHub Pages +# See the guide here: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll remote_theme: yaoyao-liu/minimal-light + +# The following files will be removed from the generated website. +exclude: + - vendor + - Gemfile + - Gemfile.lock + - README.md + - README_zh_Hans.md + - README_zh_Hant.md + - README_de.md + - LICENSE + - minimal-light.gemspec + - html_source_file/ diff --git a/_data/papers.yml b/_data/papers.yml index 8710951..693bd54 100644 --- a/_data/papers.yml +++ b/_data/papers.yml @@ -1,3 +1,106 @@ +- shortname: neural-updates + title: Neural Bayesian updates to populations with growing gravitational-wave catalogs + doi: 10.48550/arXiv.2602.20277 + bibcode: 2026arXiv260220277W + year: 2026 + authors: Wolfe, N. E., Mould, M., Veitch, J., Vitale, S. + authors_html: "Wolfe, N. E., Mould, M., Veitch, J., Vitale, S." + journal: Submitted to Physical Review D + journal_html: null + ads_link: https://ui.adsabs.harvard.edu/abs/2026arXiv260220277W/abstract + code_link: null + tags: + - black hole populations + +- shortname: ppisn-inj + title: "Measurement prospects for the pair-instability mass cutoff with gravitational waves" + doi: 10.48550/arXiv.2602.11282 + bibcode: 2026arXiv260211282M + year: 2026 + authors: Mould, M., Heinzel, J., Alvarez-Lopez, S., Plunkett, C., Wolfe, N. E., Vitale, S. + authors_html: "Mould, M., Heinzel, J., Álvarez-López, S., Plunkett, C., Wolfe, N. E., Vitale, S." + journal: Submitted to Physical Review D + journal_html: null + ads_link: https://ui.adsabs.harvard.edu/abs/2026arXiv260211282M/abstract + code_link: null + tags: + - black hole populations + +- shortname: svi + title: Rapid inference and comparison of gravitational-wave population models with neural variational posteriors + doi: 10.1103/xk1z-fxnm + bibcode: 2025PhRvD.111l3049M + year: 2025 + authors: Mould, M., Wolfe, N. E., Vitale, S. + authors_html: "Mould, M., Wolfe, N. E., Vitale, S." + journal: Physical Review D + journal_html: null + ads_link: https://ui.adsabs.harvard.edu/abs/2025PhRvD.111l3049M/abstract + code_link: null + tags: + - black hole populations + +- shortname: far-cuts + title: "Studying the graviational-wave population without looking that FAR out" + doi: 10.48550/arXiv.2510.06220 + bibcode: 2025arXiv251006220W + year: 2025 + authors: Wolfe, N. E., Mould, M., Heinzel, J., Vitale, S. + authors_html: "Wolfe, N. E., Mould, M., Heinzel, J., Vitale, S." + journal: Submitted to Physical Review D + journal_html: null + ads_link: https://ui.adsabs.harvard.edu/abs/2025arXiv251006220W/abstract + code_link: null + tags: + - black hole populations + - astrostatistics + +- shortname: ssm + title: "Too small to fail: characterizing sub-solar mass black hole mergers with gravitational waves" + doi: 10.1088/1475-7516/2023/11/039 + bibcode: 2023JCAP...11..039W + year: 2023 + authors: Wolfe, N. E., Vitale, S., Talbot, C. + authors_html: "Wolfe, N. E., Vitale, S., Talbot, C." + journal: Journal of Cosmology and Astroparticle Physics + journal_html: Journal of Cosmology and Astroparticle Physics + ads_link: https://ui.adsabs.harvard.edu/abs/2023JCAP...11..039W/abstract + code_link: null + tags: + - dark matter + - astrostatistics + +- shortname: push-gw + title: Gravitational wave eigenfrequencies from neutrino-driven core-collapse supernovae + doi: 10.3847/1538-4357/ace693 + bibcode: 2023ApJ...954..161W + year: 2023 + authors: "Wolfe, N. E., Fr\xF6hlich, C., Miller, J. M., Torres-Forné, A., Cerdá-Durán, P." + authors_html: "Wolfe, N. E., Fr\xF6hlich, C., Miller, J. M., Torres-Forné, A., Cerdá-Durán, P." + journal: The Astrophysical Journal + journal_html: The Astrophysical Journal + ads_link: https://ui.adsabs.harvard.edu/abs/2023ApJ...954..161W/abstract + code_link: null + tags: + - core-collapse supernovae + - numerical simulations + +- shortname: tgr-hybrid-sampling + title: Accelerating tests of general relativity with gravitational-wave signals + using hybrid sampling + doi: 10.1103/PhysRevD.107.104056 + bibcode: 2023PhRvD.107j4056W + year: 2023 + authors: Wolfe, N. E., Talbot, C., Golomb, J. + authors_html: Wolfe, N. E., Talbot, C., Golomb, J. + journal: Physical Review D + journal_html: Physical Review D + ads_link: https://ui.adsabs.harvard.edu/abs/2023PhRvD.107j4056W/abstract + code_link: https://github.com/noahewolfe/tgr-hybrid-sampling + tags: + - tests of general relativity + - astrostatistics + - shortname: push-eos title: PUSHing Core-collapse Supernovae to Explosions in Spherical Symmetry. V. Equation of State Dependency of Explosion Properties, Nucleosynthesis Yields, @@ -51,4 +154,4 @@ tags: - core-collapse supernovae - numerical simulations - - active subspace analysis \ No newline at end of file + - active subspace analysis diff --git a/_sass/minimal-light.scss b/_sass/minimal-light.scss index 62ff7a0..ae1b85a 100644 --- a/_sass/minimal-light.scss +++ b/_sass/minimal-light.scss @@ -449,7 +449,8 @@ footer { } .topictag { - background-color: #d3d3d3; + background-color: #495057; + color: white; text-align: center; width: max-content; padding-top: 1px; @@ -460,4 +461,3 @@ footer { margin: 3px; display: inline; } - diff --git a/assets/cv.pdf b/assets/cv.pdf index 04e94bc..8966775 100644 Binary files a/assets/cv.pdf and b/assets/cv.pdf differ diff --git a/index.md b/index.md index a6fc7dd..8e33496 100644 --- a/index.md +++ b/index.md @@ -5,14 +5,14 @@ filename: index.md ## About Me -I am an incoming Ph.D. student in Physics at the Massachusetts Institute of Technology, where I will work in the LIGO Astrophysics Laboratory under [Professor Salvatore Vitale](https://physics.mit.edu/faculty/salvatore-vitale/){:target="_blank"} beginning in September 2022. At MIT, I will be supported by a [National Science Foundation Graduate Research Fellowship](https://physics.sciences.ncsu.edu/2022/04/19/university-fellowships-office-announces-nsf-graduate-research-fellowship-program-awards/){:target="_blank"}. +I am a 4rd-year Ph.D. candidate in Physics at the Massachusetts Institute of Technology, where I work in the LIGO Astrophysics Laboratory under [Professor Salvatore Vitale](https://physics.mit.edu/faculty/salvatore-vitale/){:target="_blank"}, beginning in September 2022. At MIT, I am supported by the Henry W. Kendall (1955) Fellowship Fund, the La Gattuta Physics Fund, and a [National Science Foundation Graduate Research Fellowship](https://physics.sciences.ncsu.edu/2022/04/19/university-fellowships-office-announces-nsf-graduate-research-fellowship-program-awards/){:target="_blank"}. -Broadly, I am interested in **gravitational-wave astrophysics**; I seek to understand what gravitational-wave signals can tell us about the physics of the Universe. Recently, I have helped develop advanced **parameter estimation** techniques for conducting phenomenological **tests of general relativity** with gravitational waves. +Broadly, I am interested in **gravitational-wave astrophysics**; I seek to understand what gravitational-wave signals can tell us about the physics of the Universe. Currently, I focus on the systematic uncertainties that limit our ability to extract astrophysics from analysis of the merging binary black hole population. Previously, I studied whether it would be possible to distinguish a sub-solar mass black hole from other exotic compact objects with gravitational waves. I also developed advanced parameter estimation techniques for conducting phenomenological tests of general relativity with gravitational waves. I earned Bachelors of Science degrees in Physics and Mathematics at North Carolina State University, where I studied core-collapse supernovae under [Professor Carla Fröhlich](http://astro.physics.ncsu.edu/~cfrohli/){:target="_blank"}. -**If you'd like to learn more about me, feel free to read my [CV](/assets/cv.pdf){:target="_blank"}** +**If you'd like to learn more about me, feel free to read my [CV](/assets/cv.pdf){:target="_blank"}** (Last updated 22 February 2026) -## Publications \ No newline at end of file +## Publications diff --git a/minimal-light.gemspec b/minimal-light.gemspec deleted file mode 100644 index 6e81d5e..0000000 --- a/minimal-light.gemspec +++ /dev/null @@ -1,23 +0,0 @@ -# frozen_string_literal: true - -Gem::Specification.new do |s| - s.name = 'minimal-light' - s.version = '1.0.0' - s.license = 'CC0-1.0' - s.authors = ['Yaoyao Liu', 'MPI for Informatics'] - s.email = ['yaoyao.liu@mpi-inf.mpg.de'] - s.homepage = 'https://github.com/yaoyao-liu/minimal-light' - s.summary = 'Minimal Light is a Jekyll theme for academic GitHub Pages' - - s.files = `git ls-files -z`.split("\x0").select do |f| - f.match(%r{^((_includes|_layouts|_sass|assets)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i) - end - - s.platform = Gem::Platform::RUBY - s.required_ruby_version = '~> 2.4' - s.add_runtime_dependency 'jekyll', '> 3.5', '< 5.0' - s.add_runtime_dependency 'jekyll-seo-tag', '~> 2.0' - s.add_development_dependency 'html-proofer', '~> 3.0' - s.add_development_dependency 'rubocop', '~> 0.50' - s.add_development_dependency 'w3c_validators', '~> 1.3' -end