Skip to content

Commit e0d25f5

Browse files
committed
Create AUTHORS.md
This commit adds and separates the authorship statement from the CONTRIBUTING file, which is assigned to its designated purpose of providing information on contribution policy
1 parent 3e38cc5 commit e0d25f5

File tree

2 files changed

+34
-30
lines changed

2 files changed

+34
-30
lines changed

AUTHORS.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Contributors
2+
3+
The following people have contributed to the CADET-Core software and are listed in historical order. Together they form the "CADET-Core authors" as mentioned in the copyright statements and [LICENSE.md](LICENSE.txt) file.
4+
5+
Major additions or modifications to CADET-Core are explicitly stated.
6+
7+
## Special thanks to everyone who has helped with this project
8+
9+
* [Eric von Lieres](https://github.com/lieres) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, - Germany): Supervision, concepts, first Matlab implementation, user interface design
10+
* Joel Andersson (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany): Domain decomposition (GRM), linear solver (GRM), first C implementation
11+
* Sebastian Schnittert (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany): First C++ implementation, first Matlab interface, first file format
12+
* Andreas Püttmann (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany): Parameter sensitivities, Jacobians via AD, AD techniques (block- & band-compression)
13+
* [Samuel Leweke](https://github.com/sleweke) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany): Complete rewrite of v3.0 from scratch, build system, code & framework design and architecture, Matlab interface, file format, frontends (MEX, CLI), domain decomposition (multi-unit systems), reactions, 2D general rate model (paid by GE Healthcare), multiple particle types (paid by GE Healthcare)
14+
* [William Heymann](https://github.com/immudzen) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany): Networks of unit operations, compiler flag optimization
15+
* [Salah Azzouzi](https://github.com/azzouzis)(Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany)
16+
* [Johannes Schmölder](https://github.com/schmoelder) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany)
17+
* [Jayghosh Rao](https://github.com/jayghoshter) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany)
18+
* [Jazib Hassan](https://github.com/jazib-hassan-juelich) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany)
19+
* [Jan Breuer](https://github.com/jbreue16) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany): Spatial DG discretizations (LRM, LRMP, GRM)
20+
* [Ronald Jäpel](https://github.com/ronald-jaepel) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany)
21+
* [Hannah Lanzrath](https://github.com/hannahlanzrath) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany)
22+
* [Antonia Berger](https://github.com/AntoniaBerger) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany)
23+
* [Wendi Zhang](https://github.com/WFlynnZ) (Rensselaer Polytechnic Institute, Chemical and Biological Engineering, Troy, New York, USA): Crystallization module
24+
25+
## Funding Acknowledgement
26+
27+
* GE Healthcare sponsored development of core-shell beads, multiple particle types, and 2D general rate model
28+
* Bayer AG contributed to bugfixes, initial C API, initial Python frontend
29+
* Johannes Schmölder has received support from the IMI2/ EU/EFPIA joint undertaking Inno4Vac (grant no. 101007799).

CONTRIBUTING.md

+5-30
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,8 @@
1-
# Contributors
2-
3-
The following people have contributed to the CADET-Core software and are listed in historical order. Major additions or modifications to CADET-Core are explicitly stated.
4-
5-
## Special thanks to everyone who has helped with this project
6-
7-
* [Eric von Lieres](https://github.com/lieres) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, - Germany): Supervision, concepts, first Matlab implementation, user interface design
8-
* Joel Andersson (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany): Domain decomposition (GRM), linear solver (GRM), first C implementation
9-
* Sebastian Schnittert (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany): First C++ implementation, first Matlab interface, first file format
10-
* Andreas Püttmann (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany): Parameter sensitivities, Jacobians via AD, AD techniques (block- & band-compression)
11-
* [Samuel Leweke](https://github.com/sleweke) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany): Complete rewrite of v3.0 from scratch, build system, code & framework design and architecture, Matlab interface, file format, frontends (MEX, CLI), domain decomposition (multi-unit systems), reactions, 2D general rate model (paid by GE Healthcare), multiple particle types (paid by GE Healthcare)
12-
* [William Heymann](https://github.com/immudzen) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany): Networks of unit operations, compiler flag optimization
13-
* [Salah Azzouzi](https://github.com/azzouzis)(Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany)
14-
* [Johannes Schmölder](https://github.com/schmoelder) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany)
15-
* [Jayghosh Rao](https://github.com/jayghoshter) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany)
16-
* [Jazib Hassan](https://github.com/jazib-hassan-juelich) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany)
17-
* [Jan Breuer](https://github.com/jbreue16) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany): Spatial DG discretizations (LRM, LRMP, GRM)
18-
* [Ronald Jäpel](https://github.com/ronald-jaepel) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany)
19-
* [Hannah Lanzrath](https://github.com/hannahlanzrath) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany)
20-
* [Antonia Berger](https://github.com/AntoniaBerger) (Forschungszentrum Juelich GmbH, IBG-1: Biotechnology, Juelich, Germany)
21-
* [Wendi Zhang](https://github.com/WFlynnZ) (Rensselaer Polytechnic Institute, Chemical and Biological Engineering, Troy, New York, USA): Crystallization module
22-
23-
## Funding Acknowledgement
24-
25-
* GE Healthcare sponsored development of core-shell beads, multiple particle types, and 2D general rate model
26-
* Bayer AG contributed to bugfixes, initial C API, initial Python frontend
27-
* Johannes Schmölder has received support from the IMI2/ EU/EFPIA joint undertaking Inno4Vac (grant no. 101007799).
28-
291
## Contributing
302

31-
We welcome contributions! Please refer to our [Developer Guide](https://cadet.github.io/master/developer_guide/index.html) for detailed information on how to contribute, including guidelines, coding standards, and best practices.
3+
CADET-Core is an open-source project and we are very happy to accept contributions from the community.
4+
Please feel free to open issues or submit patches (preferably as pull requests) any time.
5+
For planned larger contributions, it is often beneficial to get in contact with us first, e.g. through the [CADET forum](https://forum.cadet-web.de/).
6+
7+
For detailed information on how to contribute, including guidelines, coding standards, and best practices, please refer to our [Developer Guide](https://cadet.github.io/master/developer_guide/index.html).
328

33-
Follow the lead, become a contributor by sending a pull request or a patch.

0 commit comments

Comments
 (0)