diff --git a/www/index/intro.md b/www/index/intro.md
index 7fd902a866bb5e140903680d4820ca2ba02592bb..f54e14b31b4feb4074b272cd90269b059bc91aeb 100644
--- a/www/index/intro.md
+++ b/www/index/intro.md
@@ -13,6 +13,10 @@ We define some problems in a declarative way. We are interested in how different
 A problem is a mapping from input to output. Where applicable we map from input to size of output in order to skip measuring the time it takes to write to standard output or a file.
 A problem has one or more instances (input data) that can be solved using the same program or solver.
 
+# Publications
+
+*  Performance Analysis and Comparison of Deductive Systems and SQL Databases - Stefan Brass, Mario Wenzel [(Datalog 2.0 2019, 3rd International Workshop on the Resurgence of Datalog in Academia and Industry)](http://ceur-ws.org/Vol-2368/) <span class="reflinks">[dblp](https://dblp.uni-trier.de/rec/html/conf/datalog/BrassW19) [bibtex](bibtex/BrassW19.bib)</span>
+
 # Source code
 
 * git repository: [https://gitlab.informatik.uni-halle.de/brass/rbench.git](https://gitlab.informatik.uni-halle.de/brass/rbench.git)