diff --git a/README.md b/README.md index ffbf6b4651b45db5d7e1a2a65451797d34f65f71..a086bbbd48b80ce89589f269e6e3624209d5d7c4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ [](https://twitter.com/LogConference/status/1729167588851143023) [](https://www.youtube.com/live/9ddZ15dZ-lQ?feature=shared&t=6044) [](https://arxiv.org/abs/2309.01632) +[](https://doi.org/10.18154/RWTH-2024-03864) [](https://github.com/josefhoppe/edge-flow-cell-complexes/blob/main/LICENSE)  [](https://snakemake.readthedocs.io) @@ -22,14 +23,21 @@ The code is split into two repositories: - [Cell FLOWer](https://github.com/josefhoppe/cell-flower) is a separate package that contains only the code required for the inference and is published to PyPI. ``` -@inproceedings{ - hoppe2023representing, - title={Representing Edge Flows on Graphs via Sparse Cell Complexes}, - author={Josef Hoppe and Michael T Schaub}, - booktitle={The Second Learning on Graphs Conference}, - year={2023}, - url={https://openreview.net/forum?id=qix189lq5D} +@InProceedings{hoppe2024representing, + title = {Representing Edge Flows on Graphs via Sparse Cell Complexes}, + author = {Hoppe, Josef and Schaub, Michael T}, + booktitle = {Proceedings of the Second Learning on Graphs Conference}, + pages = {1:1--1:22}, + year = {2024}, + editor = {Villar, Soledad and Chamberlain, Benjamin}, + volume = {231}, + series = {Proceedings of Machine Learning Research}, + month = {27--30 Nov}, + publisher = {PMLR}, + pdf = {https://proceedings.mlr.press/v231/hoppe24a/hoppe24a.pdf}, + url = {https://proceedings.mlr.press/v231/hoppe24a.html}, } + ``` ## Running numerical experiments