Skip to content

Commit

Permalink
Add paper (#6)
Browse files Browse the repository at this point in the history
* Add citation

* Change heading level
  • Loading branch information
Ceyron authored Nov 5, 2024
1 parent cdc7e22 commit c7dadcb
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 11 deletions.
28 changes: 22 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<a href="#quickstart">Quickstart</a> •
<a href="#background">Background</a> •
<a href="#features">Features</a> •
<a href="#acknowledgements">Acknowledgements</a>
<a href="#citation">Citation</a>
</p>

<p align="center">
Expand Down Expand Up @@ -213,17 +213,33 @@ There are three levels of hierarchy:
You can find an overview of predictor learning setups
[here](https://fkoehler.site/predictor-learning-setups/). -->

## Acknowledgements
## Citation

This package was developed as part of the [APEBench paper
(arxiv.org/abs/2411.00180)](https://arxiv.org/abs/2411.00180) (accepted at
Neurips 2024). If you find it useful for your research, please consider citing
it:

```bibtex
@article{koehler2024apebench,
title={{APEBench}: A Benchmark for Autoregressive Neural Emulators of {PDE}s},
author={Felix Koehler and Simon Niedermayr and R{\"}udiger Westermann and Nils Thuerey},
journal={Advances in Neural Information Processing Systems (NeurIPS)},
volume={38},
year={2024}
}
```

### Citation
(Feel free to also give the project a star on GitHub if you like it.)

This package was developed as part of the `APEBench paper` (accepted at Neurips 2024), we will soon add the citation here.
[Here](https://github.com/tum-pbs/apebench) you can find the APEBench benchmark
suite.

### Funding
## Funding

The main author (Felix Koehler) is a PhD student in the group of [Prof. Thuerey at TUM](https://ge.in.tum.de/) and his research is funded by the [Munich Center for Machine Learning](https://mcml.ai/).

### License
## License

MIT, see [here](https://github.com/Ceyron/trainax/blob/main/LICENSE.txt)

Expand Down
26 changes: 21 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,33 @@ stencil come closer to the numerical FOU stencil.
* Collection of Callbacks
* Composability

## Acknowledgements
## Citation

This package was developed as part of the [APEBench paper
(arxiv.org/abs/2411.00180)](https://arxiv.org/abs/2411.00180) (accepted at
Neurips 2024). If you find it useful for your research, please consider citing
it:

```bibtex
@article{koehler2024apebench,
title={{APEBench}: A Benchmark for Autoregressive Neural Emulators of {PDE}s},
author={Felix Koehler and Simon Niedermayr and R{\"}udiger Westermann and Nils Thuerey},
journal={Advances in Neural Information Processing Systems (NeurIPS)},
volume={38},
year={2024}
}
```

### Citation
(Feel free to also give the project a star on GitHub if you like it.)

This package was developed as part of the `APEBench paper` (accepted at Neurips 2024), we will soon add the citation here.
[Here](https://github.com/tum-pbs/apebench) you can find the APEBench benchmark
suite.

### Funding
## Funding

The main author (Felix Koehler) is a PhD student in the group of [Prof. Thuerey at TUM](https://ge.in.tum.de/) and his research is funded by the [Munich Center for Machine Learning](https://mcml.ai/).

### License
## License

MIT, see [here](https://github.com/Ceyron/trainax/blob/main/LICENSE.txt)

Expand Down

0 comments on commit c7dadcb

Please sign in to comment.