Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added refs to the latest paper. #282

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ for a quick intro.
## Papers about Magritte
The following list of papers might provide further insights in the inner workings of
Magritte:
* _Magritte, a modern software library for spectral line radiative transfer_
([arXiv](https://arxiv.org/abs/2411.03040), [Astron. Comput.](https://doi.org/10.1016/j.ascom.2024.100889))
* _Magritte II: Adaptive ray-tracing, mesh construction and reduction_
([arXiv](https://arxiv.org/abs/2011.14998), [MNRAS](https://doi.org/10.1093/mnras/staa3199));
* _Magritte I: Non-LTE atomic and molecular line modelling_
Expand All @@ -47,8 +49,7 @@ Magritte:
* _3D Line Radiative Transfer & Synthetic Observations with
Magritte_ ([JOSS](https://doi.org/10.21105/joss.03905)).

Please note that some features presented in these papers might not yet be implemented
and documented in the latest release of Magritte.
Please note that some features presented in these papers might have been changed and improved upon in later papers.


## Issues & Contact
Expand Down
9 changes: 7 additions & 2 deletions docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ Papers about Magritte
The following list of papers might provide further insights in the inner workings of
Magritte:


* **Magritte, a modern software library for spectral line radiative transfer**
*T. Ceulemans, F. De Ceuster, L. Decin, J. Yates*
(`arXiv <https://arxiv.org/abs/2411.03040>`_,
`Astron. Comput. <https://doi.org/10.1016/j.ascom.2024.100889>`_);

* Magritte: **Adaptive ray-tracing, mesh construction and reduction**,
*F. De Ceuster, J. Bolte, W. Homan, S. Maes, J. Malfait, L. Decin, J. Yates, P. Boyle, J. Hetherington*, 2020
(`arXiv <https://arxiv.org/abs/2011.14998>`_,
Expand All @@ -60,8 +66,7 @@ Magritte:
*F. De Ceuster, T. Ceulemans, A. Srivastava, W. Homan, J. Bolte, J. Yates, L. Decin, P. Boyle, J., Hetherington*
(`JOSS <https://doi.org/10.21105/joss.03905>`_).

Please note that some features presented in these papers might not yet be implemented
and documented in the latest release of Magritte.
Please note that some features presented in these papers might have been changed and improved upon in later papers.


Issues & Contact
Expand Down
Loading