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: [email protected]
affiliation: CERN
orcid: 'https://orcid.org/0009-0008-5100-9300'
- given-names: Rakesh
family-names: Sarma
email: [email protected]
affiliation: FZ Jülich
- given-names: Kalliopi
family-names: Tsolaki
email: [email protected]
affiliation: CERN
- given-names: Killian
family-names: Verder
email: [email protected]
affiliation: CERN
- given-names: Henry
family-names: Mutegeki
email: [email protected]
affiliation: CERN
- given-names: Roman
family-names: Machacek
email: [email protected]
affiliation: CERN
- given-names: Jarl Sondre
family-names: Sæther
email: [email protected]
affiliation: CERN
- given-names: Anna Elisa
family-names: Lappe
email: [email protected]
affiliation: CERN
matbun marked this conversation as resolved.
Show resolved Hide resolved
- given-names: Alexander
family-names: Zoechbauer
email: [email protected]
affiliation: CERN
- given-names: Mario
family-names: Ruettgers
email: [email protected]
affiliation: FZ Jülich
- given-names: Ilaria
family-names: Luise
email: [email protected]
affiliation: CERN
- given-names: Eric
family-names: Wulff
email: [email protected]
affiliation: CERN
- given-names: Maria
family-names: Girone
email: [email protected]
affiliation: CERN
- given-names: Andreas
family-names: Lintermann
email: [email protected]
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 <[email protected]>`_ 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