Skip to content

Commit 0e180ac

Browse files
fix citation (#113)
1 parent 036e012 commit 0e180ac

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ pkg> add ScoreDrivenModels
2323

2424
If you use ScoreDrivenModels.jl in your work, we kindly ask you to cite the package [paper](https://arxiv.org/abs/2008.05506):
2525

26-
@misc{bodin2020scoredrivenmodelsjl,
27-
title={ScoreDrivenModels.jl: a Julia Package for Generalized Autoregressive Score Models},
28-
author={Guilherme Bodin and Raphael Saavedra and Cristiano Fernandes and Alexandre Street},
29-
year={2020},
30-
eprint={2008.05506}
26+
@article{bodin2020scoredrivenmodels,
27+
title={ScoreDrivenModels.jl: a Julia Package for Generalized Autoregressive Score Models},
28+
author={Bodin, Guilherme and Saavedra, Raphael and Fernandes, Cristiano and Street, Alexandre},
29+
journal={arXiv preprint arXiv:2008.05506},
30+
year={2020}
3131
}

docs/src/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ pkg> add ScoreDrivenModels
1717

1818
If you use ScoreDrivenModels.jl in your work, we kindly ask you to cite the package [paper](https://arxiv.org/abs/2008.05506):
1919

20-
@misc{bodin2020scoredrivenmodelsjl,
21-
title={ScoreDrivenModels.jl: a Julia Package for Generalized Autoregressive Score Models},
22-
author={Guilherme Bodin and Raphael Saavedra and Cristiano Fernandes and Alexandre Street},
23-
year={2020},
24-
eprint={2008.05506}
20+
@article{bodin2020scoredrivenmodels,
21+
title={ScoreDrivenModels. jl: a Julia Package for Generalized Autoregressive Score Models},
22+
author={Bodin, Guilherme and Saavedra, Raphael and Fernandes, Cristiano and Street, Alexandre},
23+
journal={arXiv preprint arXiv:2008.05506},
24+
year={2020}
2525
}
2626

2727

0 commit comments

Comments
 (0)