Skip to content

Commit

Permalink
Merge pull request #2470 from cta-observatory/update_citation
Browse files Browse the repository at this point in the history
Update citation
  • Loading branch information
maxnoe authored Nov 23, 2023
2 parents 2e1011b + 9681523 commit 8863b1a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
ctapipe-info --version
- uses: codecov/codecov-action@v3
if: contains(matrix.extra-args, 'codecov')
if: contains(matrix.extra-args, 'codecov') && contains(github.event.pull_request.labels.*.name, 'documentation-only') == false
with:
fail_ci_if_error: true

Expand Down
21 changes: 11 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,17 @@ cite using this bibtex entry:

.. code::
@inproceedings{ctapipe-icrc-2021,
author = {Nöthe, Maximilian and Kosack, Karl and Nickel, Lukas and Peresano, Michele},
title = {Prototype Open Event Reconstruction Pipeline for the Cherenkov Telescope Array},
doi = {10.22323/1.395.0744},
booktitle = {Proceedings, 37th International Cosmic Ray Conference},
year=2021,
volume={395},
number={744},
location={Berlin, Germany},
}
@inproceedings{ctapipe-icrc-2023,
author = {Linhoff, Maximilian and Beiske, Lukas and Biederbeck, Noah and Fröse, Stefan and Kosack, Karl and Nickel, Lukas},
title = {ctapipe -- Prototype Open Event Reconstruction Pipeline for the Cherenkov Telescope Array},
usera = {for the CTA Consortium and Observatory},
doi = {10.22323/1.444.0703},
booktitle = {Proceedings, 38th International Cosmic Ray Conference},
year=2023,
volume={444},
number={703},
location={Nagoya, Japan},
}
Installation for Users
Expand Down
2 changes: 2 additions & 0 deletions docs/changes/2470.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The recommended citation for ctapipe has been updated to the ICRC 2023 proceeding,
please update.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def setup(app):
("py:class", "t.Sequence"),
("py:class", "StrDict"),
("py:class", "ClassesType"),
("py:class", "traitlets.traitlets.G"),
("py:obj", "traitlets.traitlets.G"),
("py:obj", "traitlets.traitlets.S"),
("py:obj", "traitlets.traitlets.T"),
Expand Down

0 comments on commit 8863b1a

Please sign in to comment.