You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DifferentiationInterface/README.md
+37-1Lines changed: 37 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,4 +90,40 @@ To improve your performance by up to several orders of magnitude compared to thi
90
90
91
91
## Citation
92
92
93
-
Please cite both DifferentiationInterface.jl and its inspiration [AbstractDifferentiation.jl](https://github.com/JuliaDiff/AbstractDifferentiation.jl), using the provided `CITATION.cff` file.
93
+
Whenever you refer to this package or the ideas it contains, please cite our preprint [*Sparser, Better, Faster, Stronger: Efficient Automatic Differentiation for Sparse Jacobians and Hessians*](https://arxiv.org/abs/2501.17737) and DifferentiationInterface.jl's inspiration [AbstractDifferentiation.jl](https://github.com/JuliaDiff/AbstractDifferentiation.jl).
94
+
You can use the provided [`CITATION.cff`](https://github.com/JuliaDiff/DifferentiationInterface.jl/blob/main/CITATION.cff) file or the following BibTeX entries:
95
+
96
+
```bibtex
97
+
@misc{hill2025sparserbetterfasterstronger,
98
+
title={Sparser, Better, Faster, Stronger: Efficient Automatic Differentiation for Sparse Jacobians and Hessians},
title={AbstractDifferentiation.jl: Backend-Agnostic Differentiable Programming in Julia},
109
+
author={Frank Schäfer and Mohamed Tarek and Lyndon White and Chris Rackauckas},
110
+
year={2022},
111
+
eprint={2109.12449},
112
+
archivePrefix={arXiv},
113
+
primaryClass={cs.MS},
114
+
url={https://arxiv.org/abs/2109.12449},
115
+
}
116
+
```
117
+
118
+
If you use the software, additionally cite us using the precise [Zenodo DOI](https://zenodo.org/records/11092033) of the package version you used, or the BibTeX entry below:
0 commit comments