Skip to content
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: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,8 @@ CUQIpy can be extended with additional functionality by installing optional plug

- [Jakob Sauer Jørgensen](https://github.com/jakobsj)

## 🌟 Contributors
A big shoutout to our passionate team! Discover the talented individuals behind CUQIpy
[here](https://github.com/CUQI-DTU/CUQIpy/graphs/contributors).
## 🌟 Community contributors
A big shoutout to the community members who have contributed to CUQIpy! Their [contributions](https://github.com/CUQI-DTU/CUQIpy/graphs/contributors) are much appreciated.

## 📖 How to cite CUQIpy
To find the official CUQIpy papers to cite and a list of papers that use CUQIpy, please check [here](https://cuqi-dtu.github.io/CUQIpy/user/papers.html).
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = 'cuqipy'
copyright = '2022, CUQI Project, Technical University of Denmark (DTU)'
copyright = '2022-2026, CUQI Project, Technical University of Denmark (DTU)'
author = 'CUQI'


Expand Down
15 changes: 11 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,19 @@ A number of plugins are available as separate packages that expand the functiona

- `CUQIpy-PyTorch: <https://github.com/CUQI-DTU/CUQIpy-PyTorch>`_ A plugin providing access to the automatic differentiation framework of `PyTorch <https://pytorch.org>`_ within CUQIpy. It allows gradient-based sampling methods without manually providing derivative information of distributions and forward models.

💻 Maintainers
--------------
- `Nicolai André Brogaard Riis <https://github.com/nabriis>`_

- `Amal Mohammed A Alghamdi <https://github.com/amal-ghamdi>`_

- `Chao Zhang <https://github.com/chaozg>`_

🌟 Contributors
------------
- `Jakob Sauer Jørgensen <https://github.com/jakobsj>`_

A big shoutout to our passionate team! Discover the talented individuals behind CUQIpy
`here <https://github.com/CUQI-DTU/CUQIpy/graphs/contributors>`__.
🌟 Community contributors
------------------------
A big shoutout to the community members who have contributed to CUQIpy! Their `contributions <https://github.com/CUQI-DTU/CUQIpy/graphs/contributors>`_ are much appreciated.

📖 How to cite CUQIpy
---------------
Expand Down
Loading