Skip to content

Commit af25623

Browse files
committed
Add citation
1 parent cdc7e22 commit af25623

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,25 @@ You can find an overview of predictor learning setups
217217

218218
### Citation
219219

220-
This package was developed as part of the `APEBench paper` (accepted at Neurips 2024), we will soon add the citation here.
220+
This package was developed as part of the [APEBench paper
221+
(arxiv.org/abs/2411.00180)](https://arxiv.org/abs/2411.00180) (accepted at
222+
Neurips 2024). If you find it useful for your research, please consider citing
223+
it:
224+
225+
```bibtex
226+
@article{koehler2024apebench,
227+
title={{APEBench}: A Benchmark for Autoregressive Neural Emulators of {PDE}s},
228+
author={Felix Koehler and Simon Niedermayr and R{\"}udiger Westermann and Nils Thuerey},
229+
journal={Advances in Neural Information Processing Systems (NeurIPS)},
230+
volume={38},
231+
year={2024}
232+
}
233+
```
234+
235+
(Feel free to also give the project a star on GitHub if you like it.)
236+
237+
[Here](https://github.com/tum-pbs/apebench) you can find the APEBench benchmark
238+
suite.
221239

222240
### Funding
223241

docs/index.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,25 @@ stencil come closer to the numerical FOU stencil.
8585

8686
### Citation
8787

88-
This package was developed as part of the `APEBench paper` (accepted at Neurips 2024), we will soon add the citation here.
88+
This package was developed as part of the [APEBench paper
89+
(arxiv.org/abs/2411.00180)](https://arxiv.org/abs/2411.00180) (accepted at
90+
Neurips 2024). If you find it useful for your research, please consider citing
91+
it:
92+
93+
```bibtex
94+
@article{koehler2024apebench,
95+
title={{APEBench}: A Benchmark for Autoregressive Neural Emulators of {PDE}s},
96+
author={Felix Koehler and Simon Niedermayr and R{\"}udiger Westermann and Nils Thuerey},
97+
journal={Advances in Neural Information Processing Systems (NeurIPS)},
98+
volume={38},
99+
year={2024}
100+
}
101+
```
102+
103+
(Feel free to also give the project a star on GitHub if you like it.)
104+
105+
[Here](https://github.com/tum-pbs/apebench) you can find the APEBench benchmark
106+
suite.
89107

90108
### Funding
91109

0 commit comments

Comments
 (0)