Skip to content

Commit 90bebca

Browse files
committed
update citation.
1 parent 3c4f139 commit 90bebca

File tree

3 files changed

+28
-52
lines changed

3 files changed

+28
-52
lines changed

CITATION.bib

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1-
@phdthesis{handle:20.500.11811/9245,
2-
urn: https://nbn-resolving.org/urn:nbn:de:hbz:5-63361,
3-
author = {{Moritz Wolter}},
4-
title = {Frequency Domain Methods in Recurrent Neural Networks for Sequential Data Processing},
5-
school = {Rheinische Friedrich-Wilhelms-Universität Bonn},
6-
year = 2021,
7-
month = jul,
8-
url = {https://hdl.handle.net/20.500.11811/9245}
9-
}
10-
11-
@thesis{Blanke2021,
12-
author = {Felix Blanke},
13-
title = {{Randbehandlung bei Wavelets für Faltungsnetzwerke}},
14-
type = {Bachelor's Thesis},
15-
annote = {Gbachelor},
16-
year = {2021},
17-
school = {Institut f\"ur Numerische Simulation, Universit\"at Bonn}
1+
@article{JMLR:v25:23-0636,
2+
author = {Moritz Wolter and Felix Blanke and Jochen Garcke and Charles Tapley Hoyt},
3+
title = {ptwt - The PyTorch Wavelet Toolbox},
4+
journal = {Journal of Machine Learning Research},
5+
year = {2024},
6+
volume = {25},
7+
number = {80},
8+
pages = {1--7},
9+
url = {http://jmlr.org/papers/v25/23-0636.html}
1810
}

README.rst

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -190,21 +190,13 @@ If you use this work in a scientific context, please cite the following:
190190

191191
.. code-block::
192192
193-
@phdthesis{handle:20.500.11811/9245,
194-
urn: https://nbn-resolving.org/urn:nbn:de:hbz:5-63361,
195-
author = {{Moritz Wolter}},
196-
title = {Frequency Domain Methods in Recurrent Neural Networks for Sequential Data Processing},
197-
school = {Rheinische Friedrich-Wilhelms-Universität Bonn},
198-
year = 2021,
199-
month = jul,
200-
url = {https://hdl.handle.net/20.500.11811/9245}
201-
}
202-
203-
@thesis{Blanke2021,
204-
author = {Felix Blanke},
205-
title = {{Randbehandlung bei Wavelets für Faltungsnetzwerke}},
206-
type = {Bachelor's Thesis},
207-
annote = {Gbachelor},
208-
year = {2021},
209-
school = {Institut f\"ur Numerische Simulation, Universit\"at Bonn}
193+
@article{JMLR:v25:23-0636,
194+
author = {Moritz Wolter and Felix Blanke and Jochen Garcke and Charles Tapley Hoyt},
195+
title = {ptwt - The PyTorch Wavelet Toolbox},
196+
journal = {Journal of Machine Learning Research},
197+
year = {2024},
198+
volume = {25},
199+
number = {80},
200+
pages = {1--7},
201+
url = {http://jmlr.org/papers/v25/23-0636.html}
210202
}

docs/index.rst

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,16 @@ It should be possible to switch back and forth with relative ease.
2828
If you use this work in a scientific context, please cite the following thesis:
2929

3030
.. code-block::
31-
32-
@phdthesis{handle:20.500.11811/9245,
33-
urn: https://nbn-resolving.org/urn:nbn:de:hbz:5-63361,
34-
author = {{Moritz Wolter}},
35-
title = {Frequency Domain Methods in Recurrent Neural Networks for Sequential Data Processing},
36-
school = {Rheinische Friedrich-Wilhelms-Universität Bonn},
37-
year = 2021,
38-
month = jul,
39-
url = {https://hdl.handle.net/20.500.11811/9245}
40-
}
41-
42-
@thesis{Blanke2021,
43-
author = {Felix Blanke},
44-
title = {{Randbehandlung bei Wavelets für Faltungsnetzwerke}},
45-
type = {Bachelor's Thesis},
46-
annote = {Gbachelor},
47-
year = {2021},
48-
school = {Institut f\"ur Numerische Simulation, Universit\"at Bonn}
31+
32+
@article{JMLR:v25:23-0636,
33+
author = {Moritz Wolter and Felix Blanke and Jochen Garcke and Charles Tapley Hoyt},
34+
title = {ptwt - The PyTorch Wavelet Toolbox},
35+
journal = {Journal of Machine Learning Research},
36+
year = {2024},
37+
volume = {25},
38+
number = {80},
39+
pages = {1--7},
40+
url = {http://jmlr.org/papers/v25/23-0636.html}
4941
}
5042
5143
.. toctree::

0 commit comments

Comments
 (0)