Skip to content

Commit

Permalink
update citation to reflect L4DC
Browse files Browse the repository at this point in the history
  • Loading branch information
souryadey committed Jul 5, 2023
1 parent 16420b3 commit 028fd3f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pip install .
```

### Running as a Docker container
DLKoopman can also be run as a docker container by pulling the image from `galoisinc/dlkoopman:<version>`, e.g. `docker pull galoisinc/dlkoopman:v1.1.2`.
DLKoopman can also be run as a docker container by pulling the image from `galoisinc/dlkoopman:<version>`, e.g. `docker pull galoisinc/dlkoopman:v1.1.3`.


## Tutorials and examples
Expand Down Expand Up @@ -90,14 +90,18 @@ Some common issues and ways to overcome them are described in the [known issues]


## How to cite
Please cite the [accompanying paper](https://arxiv.org/abs/2211.08992):
Please cite the [accompanying paper](https://proceedings.mlr.press/v211/dey23a.html):
```
@article{Dey2022_dlkoopman,
@inproceedings{Dey2023_L4DC,
author = {Sourya Dey and Eric William Davis},
title = {DLKoopman: A deep learning software package for Koopman theory},
journal = {arXiv preprint arXiv:2211.08992},
year = {2022},
note = {Submitted to 5th Annual Learning for Dynamics & Control (L4DC) Conference}
title = {{DLKoopman: A deep learning software package for Koopman theory}},
booktitle = {Proceedings of The 5th Annual Learning for Dynamics and Control Conference},
pages = {1467--1479},
volume = {211},
series = {Proceedings of Machine Learning Research},
publisher = {PMLR},
year = {2023},
month = {Jun}
}
```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dlkoopman"
version = "1.1.2"
version = "1.1.3"
description = "A general-purpose Python package for Koopman theory using deep learning."
authors = ["Sourya Dey <sourya@galois.com>"]
maintainers = ["Galois dlkoopman team <dlkoopman@galois.com>"]
Expand Down

0 comments on commit 028fd3f

Please sign in to comment.