Skip to content

Commit 5df8b5a

Browse files
mbuzeclaude
andcommitted
docs: update README with arXiv preprint citation for v0.2.0 paper
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 56d7425 commit 5df8b5a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ The examples from the paper can be found in [`notebooks/paper_examples/`](notebo
5858

5959
</details>
6060

61-
### (2) [forthcoming]
61+
### (2) Preprint:
6262

63-
v0.2.0 accompanies a forthcoming paper on polynomial diagrams (generalisations of APDs):
63+
v0.2.0 accompanies a preprint on polynomial diagrams (generalisations of APDs):
6464

65-
M. Buze et al., Polynomial diagrams for polycrystal modelling, *in preparation* (2026).
65+
D.P. Bourne, M. Buze, T. Gallouët, Q. Mérigot, Polynomial diagrams for microstructure modelling, arXiv:2605.20816 (2026). [arXiv](https://arxiv.org/abs/2605.20816)
6666

6767
The companion notebooks (EBSD benchmark on Tata Steel data, synthetic APD reconstruction) can be found in [`notebooks/paper_examples/pmd_paper/`](notebooks/paper_examples/pmd_paper/):
6868
- Large EBSD benchmark [![nbviewer](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg)](https://nbviewer.org/github/mbuze/PyAPD/blob/main/notebooks/paper_examples/pmd_paper/big_ebsd.ipynb?flush_cache=true) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/mbuze/PyAPD/blob/main/notebooks/paper_examples/pmd_paper/big_ebsd.ipynb)
@@ -91,14 +91,14 @@ keywords = {Anisotropic power diagrams, Polycrystalline materials, Microstructur
9191

9292
If you use the polynomial diagram functionality (`min_diagram_system`) or the EBSD interoperability features introduced in v0.2.0, please also cite:
9393
```
94-
@article{PyAPD_PMD,
95-
author = {M. Buze and others},
96-
title = {Polynomial diagrams for polycrystal modelling},
97-
journal = {in preparation},
98-
year = {2026},
94+
@misc{PyAPD_PMD,
95+
author = {David P. Bourne and Maciej Buze and Thomas Gallouët and Quentin Mérigot},
96+
title = {Polynomial diagrams for microstructure modelling},
97+
year = {2026},
98+
eprint = {2605.20816},
99+
archivePrefix = {arXiv},
99100
}
100101
```
101-
*(This entry will be updated with full bibliographic details upon publication.)*
102102

103103
## Related projects
104104

0 commit comments

Comments
 (0)