diff --git a/OS-Strategy_NHMW.md b/OS-Strategy_NHMW.md
index 00ebe3f..a82815e 100644
--- a/OS-Strategy_NHMW.md
+++ b/OS-Strategy_NHMW.md
@@ -1,16 +1,18 @@
# Open Science in Museums - Strategy of the Naturhistorisches Museum Wien (NHMW):
-
+uncomment end -->
+
[![nhmw logo](assets/logo.svg)](https://nhm-wien.ac.at)
Burgring 7
1010 Wien
[https://nhm-wien.ac.at](https://nhm-wien.ac.at/)
+
+
+uncomment end -->
@@ -148,9 +170,9 @@ This work is licensed under a
---
-
+uncomment end -->
# Summary
diff --git a/assets/ORCID-iD_icon-vector10.svg b/assets/ORCID-iD_icon-vector10.svg
new file mode 100644
index 0000000..a74311d
--- /dev/null
+++ b/assets/ORCID-iD_icon-vector10.svg
@@ -0,0 +1,17 @@
+
+
+
diff --git a/assets/logosm.svg b/assets/logosm.svg
new file mode 100644
index 0000000..2529666
--- /dev/null
+++ b/assets/logosm.svg
@@ -0,0 +1,109 @@
+
+
+
+
diff --git a/documents/OS-Strategy-NHMW_V1.docx b/documents/OS-Strategy-NHMW_V1.docx
deleted file mode 100644
index 2189bec..0000000
Binary files a/documents/OS-Strategy-NHMW_V1.docx and /dev/null differ
diff --git a/pdf_workflow.md b/pdf_workflow.md
new file mode 100644
index 0000000..2dcba75
--- /dev/null
+++ b/pdf_workflow.md
@@ -0,0 +1,35 @@
+# PDF creation
+
+This document explains the workflow for the generic creation of a PDF version
+of the main .md document.
+
+## Make sure [`pandoc`](https://pandoc.org/) is installed locally on your system:
+On Linux (Debian/Ubuntu):
+>sudo apt-get install pandoc texlive-latex-base texlive-fonts-recommended texlive-extra-utils texlive-latex-extra
+
+For other distributions see: https://pandoc.org/installing.html
+
+## Prepare the `OS-Strategy-NHMW-Vx.md`file for conversion
+
+search and replace:
+
+* 1: `` with `` with `-->`
+* 3: ``
+* 4: ``
+
+## Create .pdf
+Open a terminal and convert the .md file to .pdf
+> pandoc sourcefile.md -o outputfile.pdf
+
+## Undo comment/uncomment
+
+search and replace:
+
+* 1: ``
+* 2: `-->` with ``
+* 3: `` with `` with `