Static project page for:
Hongyu Wang, Jingquan Wang, Dan Negrut, "FNODE: Flow-matching for data-driven simulation of constrained multibody systems," Computer Methods in Applied Mechanics and Engineering 455 (2026) 118912. https://doi.org/10.1016/j.cma.2026.118912
Live site: https://hongyu0329.github.io/fnode-website/
index.html— the site (single page; no build step, no external dependencies)style.css— stylesheet (light theme, system serif/sans stacks)assets/fig*.webp— figures extracted from the published PDF (numbering follows the paper).github/workflows/pages.yml— GitHub Pages deployment workflow.nojekyll— serves the site as-is (no Jekyll processing)
The "Paper" button links to the arXiv preprint (https://arxiv.org/abs/2509.00183); the published version is available via the DOI above.
*review locally
Open index.html in a browser, or serve the folder:
asdwadswassdpython3 -m http.s/erver 8000
# → http://localhost:8000Note: the BibTeX copy button requires a secure context (https or localhost).
Every push to main redeploys the site via the included GitHub Actions
workflow (Pages source is set to "GitHub Actions" in the repository settings).