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

Update contributors #238

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
55 changes: 55 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,67 @@ message: >-
If you use this software, please cite it using the
metadata from this file.
type: software

# The oder reflects the contributions to the repository to date
# Also including supervisors who attended the meetings
authors:
- given-names: Matteo
family-names: Bunino
email: matteo.bunino@cern.ch
affiliation: CERN
orcid: 'https://orcid.org/0009-0008-5100-9300'
- given-names: Rakesh
family-names: Sarma
email: r.sarma@fz-juelich.de
affiliation: FZ Jülich
- given-names: Kalliopi
family-names: Tsolaki
email: kalliopi.tsolaki@cern.ch
affiliation: CERN
- given-names: Killian
family-names: Verder
email: killian.verder@cern.ch
affiliation: CERN
- given-names: Henry
family-names: Mutegeki
email: henry.mutegeki@cern.ch
affiliation: CERN
- given-names: Roman
family-names: Machacek
email: roman.machacek@cern.ch
affiliation: CERN
- given-names: Jarl Sondre
family-names: Saether
matbun marked this conversation as resolved.
Show resolved Hide resolved
email: jarl.sondre.saether@cern.ch
- given-names: Anna Elisa
family-names: Lappe
email: anna.elisa.lappe@cern.ch
affiliation: CERN
matbun marked this conversation as resolved.
Show resolved Hide resolved
affiliation: CERN
- given-names: Alexander
family-names: Zoechbauer
email: alexander.zoechbauer@cern.ch
affiliation: CERN
- given-names: Mario
family-names: Ruettgers
email: m.ruettgers@fz-juelich.de
affiliation: FZ Jülich
- given-names: Ilaria
family-names: Luise
email: ilaria.luise@cern.ch
affiliation: CERN
- given-names: Eric
family-names: Wulff
email: eric.wulff@cern.ch
affiliation: CERN
- given-names: Maria
family-names: Girone
email: maria.girone@cern.ch
affiliation: CERN
- given-names: Andreas
family-names: Lintermann
email: a.lintermann@fz-juelich.de
affiliation: FZ Jülich
repository-code: 'https://github.com/interTwin-eu/itwinai'
url: 'https://itwinai.readthedocs.io/'
abstract: AI on cloud and HPC made simple for science
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
sys.path.insert(0, os.path.abspath('../images'))

project = 'itwinai'
copyright = ('2024, Matteo Bunino on behalf of CERN')
copyright = ('2024, interTwin collaboration')
author = 'Matteo Bunino'
version = '0.2' # short version
release = '0.2.2' # full version
Expand Down
5 changes: 3 additions & 2 deletions docs/index.rst
matbun marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ Moreover, the toolkit is designed with extensibility in mind, allowing third-par
plugins, enhancing the flexibility and adaptability of the platform.

``itwinai`` is primarily developed by `Matteo Bunino <matteo.bunino@cern.ch>`_ from `CERN <https://home.cern/>`_, in
collaboration with the `interTwin <https://www.intertwin.eu/>`_
project, which aims to advance the use of digital twins in scientific research.
collaboration with FZ Jülich and the `interTwin <https://www.intertwin.eu/>`_
project (`Full list of contributors <https://github.com/interTwin-eu/itwinai/graphs/contributors>`_), which aims to
advance the use of digital twins in scientific research.


How to Read the Docs
Expand Down