Skip to content

Commit a988193

Browse files
committed
research page overhaul, team updates, GH Actions deploy
- data-driven research card grid with SVG diagrams per theme - add research to navbar; update team/alumni/home copy - rename bib keys to readable format (Wilfong25, Bryngelson21, ...) - add .github/workflows/deploy.yml to replace rake publish
1 parent 018ed07 commit a988193

File tree

15 files changed

+465
-226
lines changed

15 files changed

+465
-226
lines changed

.github/workflows/deploy.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: Build and deploy Jekyll site
2+
3+
on:
4+
push:
5+
branches: [source]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
13+
concurrency:
14+
group: pages
15+
cancel-in-progress: false
16+
17+
jobs:
18+
build:
19+
runs-on: ubuntu-latest
20+
steps:
21+
- name: Checkout
22+
uses: actions/checkout@v4
23+
24+
- name: Set up Ruby
25+
uses: ruby/setup-ruby@v1
26+
with:
27+
ruby-version: '3.2.4'
28+
bundler-cache: true
29+
30+
- name: Configure Pages
31+
uses: actions/configure-pages@v5
32+
33+
- name: Build site
34+
run: bundle exec jekyll build
35+
env:
36+
JEKYLL_ENV: production
37+
38+
- name: Upload artifact
39+
uses: actions/upload-pages-artifact@v3
40+
with:
41+
path: _site
42+
43+
deploy:
44+
needs: build
45+
runs-on: ubuntu-latest
46+
environment:
47+
name: github-pages
48+
url: ${{ steps.deployment.outputs.page_url }}
49+
steps:
50+
- name: Deploy to GitHub Pages
51+
id: deployment
52+
uses: actions/deploy-pages@v4

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ information: >
3737
# Pages shown in navbar
3838
nav_pages:
3939
- name: team
40+
- name: research
4041
- name: papers
41-
# - name: research
4242
- name: teaching
4343
- name: software
4444
display: MFC

_data/alumni_bsms.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- name: Tanush Prathi
2+
info: 2025-26 (VSIP Program)
3+
14
- name: Brian Ok
25
info: 2024-25 (VSIP Program)
36

@@ -20,13 +23,13 @@
2023
info: 2023 (then GTRI)
2124

2225
- name: Arjun Bhamra
23-
info: 2022-23 (then TINKER group w/ Tom Conte)
26+
info: 2022-23 (then TINKER group w/ Tom Conte, then PhD student at UC Berkeley EECS)
2427

2528
- name: Yash Kothari
2629
info: 2022-23 (then founder, Inika AI)
2730

2831
- name: Ajay Bati
29-
info: 2021-23 (then MSCS GT)
32+
info: 2021-23 (then MSCS GT, then mundane)
3033

3134
- name: Qi Zeng
3235
info: 2021-23 (then M.S. UC Berkeley EECS, then Software Eng. at Google Cloud AI)

_data/research.yml

Lines changed: 62 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,92 @@
11
themes:
22
- slug: exascale-cfd
33
title: "Exascale many-physics CFD"
4+
thumb: "/images/research/exascale-cfd.svg"
5+
alt: "Flow with bow shock, body, and vortex shedding on a structured mesh"
46
summary: "Portable, GPU-accelerated, many-physics flow simulation at leadership scale; code design that keeps performance and maintainability in balance."
57
bullets:
8+
- "<b>2025 ACM Gordon Bell Prize finalist</b> with MFC — 1 quadrillion DOFs on OLCF Frontier & LLNL El Capitan"
69
- "Information-geometric regularization for shock handling at scale"
710
- "XPU offload + metaprogramming, CI, and robust I/O"
8-
- "Frontier/Alps full-system weak/strong scaling"
9-
# Replace keys below with your exact bib keys if they differ
10-
rep_keys: ["wilfong252", "wilfong253", "radhakrishnan24"]
11+
- "Frontier/El Capitan/Alps full-system weak/strong scaling"
12+
papers: [Wilfong25, Wilfong26, Radhakrishnan26, Radhakrishnan24, Bryngelson21]
1113
links:
12-
- {text: "Software: MFC", url: "https://github.com/mflowcode"}
14+
- {text: "MFC", url: "https://github.com/mflowcode"}
15+
- {text: "pyrometheus", url: "https://github.com/pyrometheus/pyrometheus"}
16+
- {text: "figr", url: "https://github.com/sbryngelson/figr"}
1317

1418
- slug: quantum-pdes
15-
title: "Quantum algorithms & readout for PDE-ish workloads"
19+
title: "Quantum algorithms & readout for PDE workloads"
20+
thumb: "/images/research/quantum-pdes.svg"
21+
alt: "Quantum circuit with Hadamard, CNOT, rotation, and measurement gates"
1622
summary: "Quantum tomography and lattice/linear-system building blocks targeted at physics workloads; reduce measurement settings and identify practical speedups."
1723
bullets:
1824
- "Real-valued state tomography with O(n) settings"
1925
- "Mesoscale/linear-system primitives for fluids"
2026
- "Benchmarks on current hardware + simulators"
21-
rep_keys: ["song252"]
27+
papers: [Song25, Song25b, Lee25, Jawetz25, Kocherla24]
28+
links:
29+
- {text: "Quantum-HRF-Tomography", url: "https://github.com/comp-physics/Quantum-HRF-Tomography"}
30+
- {text: "Quantum_Heat_LBM", url: "https://github.com/comp-physics/Quantum_Heat_LBM"}
31+
- {text: "QLBM-frugal", url: "https://github.com/comp-physics/QLBM-frugal"}
32+
- {text: "NISQ-Quantum-CFD", url: "https://github.com/comp-physics/NISQ-Quantum-CFD"}
33+
- {text: "fully-QLBM", url: "https://github.com/comp-physics/fully-QLBM"}
2234

2335
- slug: learning-infused-numerics
24-
title: "Learning-infused numerics & fast inference"
25-
summary: "Tiny, physics-aware networks where they cut FLOPs/error: smoothness indicators, quadrature, and zero-overhead, in-solver inference."
36+
title: "Learning-infused numerics & operator inference"
37+
thumb: "/images/research/learning-infused-numerics.svg"
38+
alt: "Finite-difference stencil feeding a small neural network that outputs a closure"
39+
summary: "Physics-aware networks and data-driven operator recovery for smoothness indicators, quadrature, in-solver inference, and turbulence closures."
2640
bullets:
2741
- "roseNNa: portable ONNX inference in C/Fortran solvers"
28-
- "FLOP-efficient neural quadrature (oscillatory integrals)"
2942
- "Rational-WENO: NN-based, physically consistent WENO3"
30-
rep_keys: ["bati24", "sinha24neural", "shahane24"]
43+
- "Fast Macroscopic Forcing Method for closures"
44+
papers: [Bati24, Sinha24, Shahane24, Bryngelson24, Zeng23, Liu24]
3145
links:
32-
- {text: "Software: roseNNa", url: "https://github.com/comp-physics/roseNNa"}
46+
- {text: "roseNNa", url: "https://github.com/comp-physics/roseNNa"}
47+
- {text: "fast-mfm", url: "https://github.com/comp-physics/fast-mfm"}
48+
- {text: "CPINN", url: "https://github.com/comp-physics/CPINN"}
3349

34-
- slug: operator-inference
35-
title: "Fast operator inference & turbulence closures"
36-
summary: "Recover coarse-grained operators (transport, eddy viscosity) orders-of-magnitude faster, with accuracy tied to physics not grid size."
50+
- slug: multiphase-bubbly-reacting
51+
title: "Multiphase and reacting flows"
52+
thumb: "/images/research/multiphase-bubbly-reacting.svg"
53+
alt: "Polydisperse bubbles over a liquid interface alongside a flame and reacting species"
54+
summary: "High-fidelity models and numerics for compressible multiphase, cavitating bubbly, and reacting flows — from sub-grid closures to resolved interface methods."
3755
bullets:
38-
- "Fast Macroscopic Forcing Method (polylog work per MV)"
39-
- "Adjoint-aware estimation of nonlocal closures"
40-
- "Bridges DNS ↔ RANS with actionable operators"
41-
rep_keys: ["bryngelsonfmfm24"]
56+
- "Seven-equation diffused-interface methods for resolved multiphase"
57+
- "Quadrature-based moment methods for polydisperse bubble populations"
58+
- "Symbolic, differentiable combustion kinetics on XPUs"
59+
papers: [Vaca26, Cisneros25, Bryngelson25, Bryngelson23, Bryngelson21, Panchal23, Charalampopoulos21, Bryngelson20]
60+
links:
61+
- {text: "MFC", url: "https://github.com/mflowcode"}
62+
- {text: "pyrometheus", url: "https://github.com/pyrometheus/pyrometheus"}
63+
- {text: "QBMMlib", url: "https://github.com/comp-physics/PyQBMMlib"}
4264

43-
- slug: cavitation-rheometry
44-
title: "Cavitation acoustics & soft-matter rheometry"
45-
summary: "Near-real-time material characterization via collapse-time estimators; cuts reliance on Mfps videography and long fits."
65+
- slug: cavitation-rheometry-oed
66+
title: "Rheometry by Bayesian Design"
67+
thumb: "/images/research/cavitation-rheometry-oed.svg"
68+
alt: "Bubble collapse sequence feeding a posterior distribution over soft-tissue parameters"
69+
summary: "Near-real-time soft-material characterization via bubble-collapse estimators, paired with affordable Bayesian optimal experimental design for LIC setups."
4670
bullets:
4771
- "Collapse-time IMR estimator for viscoelasticity"
48-
- "Surrogates to accelerate design loops"
72+
- "Local-RBF surrogates for affordable Bayesian EIG"
4973
- "Therapy-relevant parameter recovery"
50-
rep_keys: ["zhu25"]
74+
papers: [Zhu25, Sanchez26, Spratt21, Chu25b, Chu25c]
75+
links:
76+
- {text: "IMR", url: "https://github.com/InertialMicrocavitationRheometry"}
77+
- {text: "IMR_Bayesian_design", url: "https://github.com/InertialMicrocavitationRheometry/IMR_Bayesian_design"}
78+
- {text: "IMR_Bayesian_inference", url: "https://github.com/InertialMicrocavitationRheometry/IMR_Bayesian_inference"}
79+
- {text: "IMR_RBF_BOED", url: "https://github.com/InertialMicrocavitationRheometry/IMR_RBF_BOED"}
5180

5281
- slug: instabilities-interfaces
53-
title: "Instabilities at vibrated, stratified interfaces"
54-
summary: "RT vs. Faraday competition → multi-modal regimes, transitions, and breakup maps under vibration."
82+
title: "Multi-fluid interface instability"
83+
thumb: "/images/research/instabilities-interfaces.svg"
84+
alt: "Stratified two-fluid interface with a wavy deformation between vibration arrows"
85+
summary: "Competition between Rayleigh–Taylor and Faraday mechanisms at density-stratified interfaces produces multi-modal regimes, sharp transitions, and breakup maps under vibration — with implications for mixing, atomization, and near-surface gas transport."
5586
bullets:
56-
- "Floquet/modal analysis of regime transitions"
57-
- "DNS through nonlinear breakup"
58-
- "Mixing control in layered flows"
59-
rep_keys: ["tchu253"]
60-
61-
- slug: optimal-experimental-design
62-
title: "Optimal experimental design for soft materials"
63-
summary: "Local-RBF surrogates make Bayesian EIG affordable, enabling BOED for LIC setups with orders-of-magnitude fewer solves."
64-
bullets:
65-
- "Local RBFs for high-order EIG"
66-
- "~8% of full computational cost in demos"
67-
- "Single- & multi-model scenarios"
68-
rep_keys: ["tchu252"]
69-
70-
# Optional extra card; keep or remove
71-
# - slug: symbolic-thermochemistry
72-
# title: "Symbolic thermochemistry on XPUs"
73-
# summary: "Symbolic abstractions for auto-diff and accelerator-ready combustion kinetics; codegen to Python/C++/Fortran with roofline-level performance."
74-
# bullets:
75-
# - "Array-semantics separation + AD"
76-
# - "Multi-language code generation"
77-
# - "Coupling with MFC for performant source terms"
78-
# rep_keys: ["cisneros25"]
87+
- "Floquet/modal analysis of regime transitions and onset"
88+
- "Direct numerical simulation through nonlinear breakup"
89+
- "Mixing control in layered and multi-species flows"
90+
papers: [Chu25a]
91+
links:
92+
- {text: "MFC", url: "https://github.com/mflowcode"}

_data/team_members.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,3 @@
8989
researchgate: https://www.researchgate.net/profile/Melody-Lee-13
9090
website: https://sites.google.com/view/melody-lee
9191

92-
- name: Tanush Prathi
93-
photo: tanush
94-
email: tprathi3@gatech.edu
95-
info: UG student
96-
github: https://github.com/prathi-wind
97-
linkedin: https://www.linkedin.com/in/tanush-prathi

_pages/home.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@ We're the **Computational Physics Group at Georgia Tech**. We build numerical me
2121
<span class="chip">High-performance computing</span>
2222
<span class="chip">Scientific computing</span>
2323
<span class="chip">Quantum computing</span>
24+
<span class="chip">Medical treatment</span>
2425
</div>
2526

2627
<div class="highlight-callout">
2728
<span class="highlight-label">2025 Gordon Bell Prize Finalist</span>
28-
In August 2025 we ran the <a href='https://arxiv.org/abs/2505.07392' target='_blank' rel='noopener noreferrer'>largest CFD simulation ever</a> — 1 quadrillion DOFs across 200 trillion grid points on OLCF Frontier and LLNL El Capitan.
29+
In August 2025 we ran the <a href='https://arxiv.org/abs/2505.07392' target='_blank' rel='noopener noreferrer'>largest CFD simulation ever</a> — 1 quadrillion DOFs / 200T grid points on OLCF Frontier and LLNL El Capitan.
2930
</div>
3031

31-
Check out [our papers]({{ site.url }}{{ site.baseurl }}/papers/) to learn more.
32-
3332
</div>
3433
<div id="newsid" class="col-sm-4 col-12" >
3534
<div>

0 commit comments

Comments
 (0)