diff --git a/doc/asciidoc/index.adoc b/doc/asciidoc/index.adoc index c14bf97c4..ab30ba148 100644 --- a/doc/asciidoc/index.adoc +++ b/doc/asciidoc/index.adoc @@ -37,6 +37,12 @@ The guide covers the following areas: * <> -- A detailed guide to each of the link prediction algorithms, including use-cases and examples. * <> -- A detailed guide to each of the preprocessing functions and procedures. +In April 2019 O'Reilly published the Graph Algorithms Book, with practical examples in Apache Spark and Neo4j. + +image::GraphAlgos-Book.png[width=500] + +https://neo4j.com/graph-algorithms-book/[Download your free copy^] + [[introduction]] == Introduction diff --git a/doc/images/GraphAlgos-Book.png b/doc/images/GraphAlgos-Book.png new file mode 100644 index 000000000..85e62fcca Binary files /dev/null and b/doc/images/GraphAlgos-Book.png differ