diff --git a/README.md b/README.md
index 47542b59693bf3367f05874bc70effdd69b2f610..40e176fb857656554a600748f73aa019389782f2 100644
--- a/README.md
+++ b/README.md
@@ -45,12 +45,17 @@ Many thanks go to waLBerla's [contributors](AUTHORS.txt)
 
 ### Please cite us
 
-If you use waLBerla in a publication, please cite the following article:
+If you use waLBerla in a publication, please cite the following articles:
 
 - C. Godenschwager, F. Schornbaum, M. Bauer, H. Köstler, and U. Rüde. A
 framework for hybrid parallel flow simulations with a trillion cells in complex
 geometries. In: Proceedings of the International Conference on High Performance
 Computing, Networking, Storage and Analysis, page 35. ACM, 2013.
+- M. Bauer, S. Eibl, C. Godenschwager, N. Kohl, M. Kuron, C. Rettinger,
+F. Schornbaum, C. Schwarzmeier, D. Thönnes, H. Köstler, and U. Rüde. waLBerla:
+A block-structured high-performance framework for multiphysics simulations. In:
+Computers & Mathematics with Applications, doi:10.1016/j.camwa.2020.01.007.
+Elsevier, 2020.
 
 ## License
 
diff --git a/doc/Mainpage.dox b/doc/Mainpage.dox
index 9e6284dc0dfcd860b8633f6777db0e6f7e82d5b2..d917271aa725ac55d25b3a9915f171408ae8b3b5 100644
--- a/doc/Mainpage.dox
+++ b/doc/Mainpage.dox
@@ -54,12 +54,14 @@ Additionally, there is a folder for full-fledged application codes to be found u
 \section cite Please cite us
 
 If you use waLBerla in the preparation of a publication, please cite
-\cite godenschwager2013framework. There are separate publications for some modules,
+\cite godenschwager2013framework and \cite bauer2020walberla. There are separate publications for some modules,
 which you should cite in addition if you use them.
 
 - Grid refinement: \cite schornbaum2016massively
 - PE coupling: \cite rettinger2017comparative
 - Python interface: \cite bauer2015python
+- pystencils code generation: \cite bauer2019code
+- lbmpy LB model generation: \cite bauer2020lbmpy
 
 \htmlonly
 <!--
diff --git a/doc/walberla.bib b/doc/walberla.bib
index e35578a3315d2673a540aa0a8ca8ad3d7e4255d2..2d6f55e4a2e2ceb36690984db8f9b35343ecc5e2 100644
--- a/doc/walberla.bib
+++ b/doc/walberla.bib
@@ -305,4 +305,29 @@
   author = {S. Schwarz and T. Kempe and J. Fr{\"o}hlich},
 }
 
+@inproceedings{bauer2019code,
+  title = {Code generation for massively parallel phase-field simulations},
+  author = {Bauer, Martin and H{\"o}tzer, Johannes and Ernst, Dominik and Hammer, Julian and Seiz, Marco and Hierl, Henrik and H{\"o}nig, Jan and K{\"o}stler, Harald and Wellein, Gerhard and Nestler, Britta and others},
+  booktitle = {Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis},
+  pages = {1--32},
+  year = {2019},
+  doi = {10.1145/3295500.3356186}
+}
+
+@article{bauer2020walberla,
+  title = {waLBerla: A block-structured high-performance framework for multiphysics simulations},
+  author = {Bauer, Martin and Eibl, Sebastian and Godenschwager, Christian and Kohl, Nils and Kuron, Michael and Rettinger, Christoph and Schornbaum, Florian and Schwarzmeier, Christoph and Th{\"o}nnes, Dominik and K{\"o}stler, Harald and others},
+  journal = {Computers \& Mathematics with Applications},
+  year = {2020},
+  publisher = {Elsevier},
+  doi = {10.1016/j.camwa.2020.01.007}
+}
+
+@article{bauer2020lbmpy,
+  title = {lbmpy: A flexible code generation toolkit for highly efficient lattice Boltzmann simulations},
+  author = {Bauer, Martin and K{\"o}stler, Harald and R{\"u}de, Ulrich},
+  journal = {arXiv preprint arXiv:2001.11806},
+  year = {2020}
+}
+
 @Comment{jabref-meta: databaseType:bibtex;}