Skip to content

Commit

Permalink
Fix syntax for references
Browse files Browse the repository at this point in the history
  • Loading branch information
dnerini committed Dec 3, 2021
1 parent 183932a commit 950aabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/thunderstorm_detection_and_tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
Radar Tracking algorithm (:cite:`TRT2004`) used operationally at MeteoSwiss.
Modifications include advecting the identified thunderstorms with the optical flow
obtained from pysteps, as well as additional options in the thresholding. A detailed
description is published in Appendix A of :cite: 'Feldmann2021'.
description is published in Appendix A of :cite:`Feldmann2021`.
References
..........
:cite:`TRT2004`
:cite: 'Feldmann2021'
:cite:`Feldmann2021`
@author: feldmann-m
"""
Expand Down

0 comments on commit 950aabc

Please sign in to comment.