|
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 |
| - |
29 | 1 | ## Contributing
|
30 | 2 |
|
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). |
32 | 8 |
|
33 |
| -Follow the lead, become a contributor by sending a pull request or a patch. |
0 commit comments