% Single source of truth for the publication list.
% Overwrite this file with a fresh export from Zotero / Scholar / ORCID, then run:
%   python3 tools/bib2yml.py publications.bib _data/publications.yml
%
% Non-standard fields the converter understands:
%   status = {submitted}   -> venue reads "Submitted" instead of a journal
%   pdf / code / arxiv     -> extra trailing links
%   sortdate = {2025-09-19} -> the date this entry sorts and groups under, and
%                            the year heading it appears beneath. Defaults to the
%                            arXiv posting month, then to year alone. Set it to
%                            choose between preprint and publication date - the
%                            two differ whenever a paper sat on arXiv over a New
%                            Year, and which one reads better is a per-paper call.

@article{jang2026spectral,
  sortdate = {2025-09-19},
  author  = {Jang, Byoungchan and Landreman, Matt and Conlin, Rory},
  title   = {Exponential spectral scaling: robust and efficient stellarator
             boundary optimisation via mode-dependent scaling},
  journal = {Journal of Plasma Physics},
  volume  = {92},
  pages   = {E15},
  year    = {2026},
  doi     = {10.1017/S0022377825101074},
  arxiv   = {2509.16320}
}

@article{jang2024gspinn,
  sortdate = {2024-03-01},
  author  = {Jang, Byoungchan and Kaptanoglu, Alan A. and Gaur, Rahul and
             Pan, Shaowu and Landreman, Matt and Dorland, William},
  title   = {Grad--Shafranov equilibria via data-free physics-informed neural networks},
  journal = {Physics of Plasmas},
  volume  = {31},
  pages   = {032510},
  year    = {2024},
  doi     = {10.1063/5.0188634},
  arxiv   = {2311.13491},
  code    = {https://github.com/byoungj/deepxde-gs}
}

@unpublished{landreman2026bayesian,
  sortdate = {2026-06-17},
  author = {Landreman, Matt and Czekanski, Misha and Giuliani, Andrew and
            Jang, Byoungchan and Conlin, Rory},
  title  = {Bayesian optimization of stellarator alpha-particle confinement using
            data-informed parameter spaces and dimensionality reduction},
  year   = {2026},
  status = {submitted},
  arxiv  = {2606.19523}
}

@unpublished{panici2026deflation,
  sortdate = {2026-02-10},
  author = {Panici, Dario and Jang, Byoungchan and Conlin, Rory and Dudt, Daniel and
            Elmacioglu, Yigit G. and Kolemen, Egemen},
  title  = {Deflation techniques for stellarator equilibrium and optimization},
  year   = {2026},
  status = {submitted},
  arxiv  = {2602.09957}
}
