diff --git a/README.md b/README.md
index 5e0a78c13015f67b2a46c856a8483a0ca984e2db..262ccd3dc34196161db279b5d138af87889fb683 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# Uses of the term telegraph in the context of journalism
+# Uses of the Term "Telegraph" in the Context of Journalism
 
-## Intro to Topic Modeling on a Data Set created by the Newseye Project
+## Introduction to Topic Modeling on a Data Set created by the _Newseye_ Project
 
-A Jupyter Notebook by [János Békési](mailto:janos.bekesi@univie.ac.at) and [Martin Gasteiner](mailto:martin.gasteiner@univie.ac.at)
+A Jupyter Notebook by [János Békési](mailto:janos.bekesi@univie.ac.at) and [Martin Gasteiner](mailto:martin.gasteiner@univie.ac.at), April 2021
 
 
 ## Data
diff --git a/images/pyLDAvis_screenshot.png b/images/pyLDAvis_screenshot.png
new file mode 100644
index 0000000000000000000000000000000000000000..5fff62c070776af607c21b6ebd0833ca4e6f5420
Binary files /dev/null and b/images/pyLDAvis_screenshot.png differ
diff --git a/workflow.ipynb b/workflow.ipynb
index 7c7f0c0df91f79239ee5c1ae7e37e25e51681da1..9a89b43b1e86585a5e290726893c5741ee4a2606 100644
--- a/workflow.ipynb
+++ b/workflow.ipynb
@@ -6,7 +6,7 @@
    "source": [
     "# Uses of the Term *Telegraph* in the Context of Journalism\n",
     "\n",
-    "## Intro to Topic Modeling on a Data Set created by the Newseye Project\n",
+    "## Introduction to Topic Modeling on a Data Set created by the _Newseye_ Project\n",
     "\n",
     "The data analysed in the following by software libraries [Gensim](https://radimrehurek.com/gensim/) and [Mallet](http://mallet.cs.umass.edu/) were initially taken from the [ANNO](https://anno.onb.ac.at/infos_zeizs.htm) system of the Austrian National Library, which is and was involved in the [Newseye](https://www.newseye.eu/) project (2018-2021). The data was then re-OCRed through the Transkribus programme and the layout of the newspapers was also analysed. Significantly improved Optical Caracter Recognition coupled with a form of Article Separation makes it possible to build a data platform that enables a new and very different quality of search, addressing and also storage. After these enrichment processes, the data was imported into the Newseye platform, which is based on the Content Management System [Blacklight](https://blacklight-cms.net).\n",
     "The data used here is based on a general search on the basis of the search engine [Solr](https://solr.apache.org/) for articles on the word \"telegraph\" in the following time periods: 1864-1874, 1895-1901, 1911-1922.\n",
@@ -614,6 +614,14 @@
     "pyLDAvis.display(visu)\n"
    ]
   },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "Non-interactive Screenshot:\n",
+    "![Image](./images/pyLDAvis_screenshot.png)"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {},