From 736c29722a2a017dd3b8f9d87ae93fc02330c8be Mon Sep 17 00:00:00 2001 From: Florian Felten Date: Tue, 7 Oct 2025 09:31:33 +0200 Subject: [PATCH] Update to NIPS citation --- CITATION.cff | 10 ++++------ README.md | 10 ++++------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index babfec0b..db270718 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -29,10 +29,9 @@ preferred-citation: - family-names: Fuge given-names: Mark date-released: 2025-06-01 - doi: 10.48550/arXiv.2508.00831 - url: "http://arxiv.org/abs/2508.00831" + collection-title: "Proceedings of the 39th Conference on Neural Information Processing Systems ({NeurIPS} 2025)" + url: "https://openreview.net/forum?id=YowD33Q89V" version: "2025" - publisher: "arXiv" authors: - family-names: Felten given-names: Florian @@ -59,8 +58,7 @@ authors: - family-names: Fuge given-names: Mark date-released: 2025-06-01 -doi: 10.48550/arXiv.2508.00831 -url: "http://arxiv.org/abs/2508.00831" +collection-title: "Proceedings of the 39th Conference on Neural Information Processing Systems ({NeurIPS} 2025)" +url: "https://openreview.net/forum?id=YowD33Q89V" version: "2025" -publisher: "arXiv" message: "If you use EngiBench in your research, please cite this work." diff --git a/README.md b/README.md index 85d9a899..f0d24dc1 100644 --- a/README.md +++ b/README.md @@ -106,14 +106,12 @@ All the associated datasets are licensed under the CC-BY-NC-SA 4.0 license. If you use EngiBench in your research, please cite the following paper: ```bibtex -@misc{felten_engibench_2025, +@inproceedings{felten_engibench_2025, title = {{EngiBench}: {A} {Framework} for {Data}-{Driven} {Engineering} {Design} {Research}}, - url = {http://arxiv.org/abs/2508.00831}, - doi = {10.48550/arXiv.2508.00831}, - urldate = {2025-08-07}, - publisher = {arXiv}, + url = {https://openreview.net/forum?id=YowD33Q89V}, + urldate = {2025-10-07}, author = {Felten, Florian and Apaza, Gabriel and B\¨aunlich, Gerhard and Diniz, Cashen and Dong, Xuliang and Drake, Arthur and Habibi, Milad and Hoffman, Nathaniel J. and Keeler, Matthew and Massoudi, Soheyl and VanGessel, Francis G. and Fuge, Mark}, - month = jun, + booktitle = {Proceedings of the 39th Conference on Neural Information Processing Systems ({NeurIPS} 2025)} year = {2025}, } ```