diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d25399f59daa041b4f77e357eca91a8ed2137ec8..6aab7aa602805cfe35b7cdb82faacde1ec6165cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,10 @@ variables:
     - npm update
     - npm install -D --save autoprefixer
     - npm install -D --save postcss-cli
+    - npm install -D --save markmap-lib
+    - npm install -D --save markmap-cli
   script:
+  # Mindmap script here!
   - hugo --minify --gc
   except:
   - master
diff --git a/content/_index.html b/content/_index.html
index 34cca91c032ec5cea6a672bc4d700a62aff29c48..5acebf2321153c1db0a9ec671691c5bee8b7af0c 100644
--- a/content/_index.html
+++ b/content/_index.html
@@ -13,6 +13,17 @@ linkTitle = "Cryptographic Migration & Agility"
 	<a class="btn btn-lg btn-dark mr-3 mb-4" href="https://code.fbi.h-da.de/cspub/cma">
 		Original Paper <i class="fas fa-book ml-2 "></i>
 	</a>
+	<p>
+	<a class="btn btn-md btn-warning mr-3 mb-4" href="{{< relref "/docs/projects/eUCRITE.md" >}}">
+		eUCRITE API <i class="fas fa-arrow-alt-circle-right ml-2 "></i>
+	</a>
+	<a class="btn btn-md btn-warning mr-3 mb-4" href="{{< relref "/docs/projects/crypto-detection.md" >}}">
+		Crypto-Detection Tool <i class="fas fa-arrow-alt-circle-right ml-2 "></i>
+	</a>
+	<a class="btn btn-md btn-warning mr-3 mb-4" href="{{< relref "/docs/projects/format.md" >}}">
+		Code-Binding Generator <i class="fas fa-arrow-alt-circle-right ml-2 "></i>
+	</a>
+	</p>
 	<p class="display-4">An open community site for sharing any relevant research, findings, and solutions on PQC migration and cryptographic agility.</p>
 	{{< blocks/link-down color="white" >}}
 </div>
diff --git a/content/docs/List_Contributors.md b/content/docs/List_Contributors.md
index dd9ce7ea98f0ad8c9c38f16c3d0a9571abf6685d..91175fcf4fa94aa7ec4ed62a8b90fdd679ae48a5 100644
--- a/content/docs/List_Contributors.md
+++ b/content/docs/List_Contributors.md
@@ -4,7 +4,7 @@ linktitle: "Contributors"
 date: 2021-05-05T22:18:28+02:00
 draft: false
 type: docs
-weight: 10
+weight: 12
 ---
 A list of our kind contributors:
 
diff --git a/content/docs/Mindmap.md b/content/docs/Mindmap.md
new file mode 100644
index 0000000000000000000000000000000000000000..097e31a0c5ff21ed4b859330e2ae140fcf760dbb
--- /dev/null
+++ b/content/docs/Mindmap.md
@@ -0,0 +1,12 @@
+---
+title: "Categorization Scheme"
+linktitle: "Categorization Scheme"
+date: 2021-05-05T22:20:34+02:00
+draft: false
+type: docs
+weight: 4
+menu:
+  main:
+    weight: 2
+---
+## HTML
diff --git a/content/docs/agility/_index.md b/content/docs/agility/_index.md
index 551246e6f5f9b1941dd7defc2b6a81147a258a0c..2abf1f6597df7044e58ffd22560b53853cba9e01 100644
--- a/content/docs/agility/_index.md
+++ b/content/docs/agility/_index.md
@@ -4,6 +4,6 @@ linktitle: "State of Agility"
 date: 2021-05-05T22:35:41+02:00
 draft: false
 type: docs
-weight: 5
+weight: 7
 ---
-Aspects regarding the notion of cryptographic agility
\ No newline at end of file
+Aspects regarding the notion of cryptographic agility
diff --git a/content/docs/contributing.md b/content/docs/contributing.md
index 4b35bbbed7663d510f10b4f8d60592d28876d956..08af4427970421868fd7207db337ed098e476451 100644
--- a/content/docs/contributing.md
+++ b/content/docs/contributing.md
@@ -4,7 +4,7 @@ linktitle: "Contributing"
 date: 2021-05-05T22:18:28+02:00
 draft: false
 type: docs
-weight: 9
+weight: 11
 ---
 Your contributions are always welcome!
 
@@ -20,4 +20,4 @@ Your contributions are always welcome!
     * Add the section title to Table of Contents.
 * Search previous Pull Requests or Issues before making a new one, as yours may be a duplicate.
 * Check your spelling and grammar.
-* Remove any trailing whitespace.
\ No newline at end of file
+* Remove any trailing whitespace.
diff --git a/content/docs/libraries.md b/content/docs/libraries.md
index c32c0348ba61fd064a8b0b97be04e18b8da61ff1..782c061164fdba8b0b1b8000724c2702aff900fc 100644
--- a/content/docs/libraries.md
+++ b/content/docs/libraries.md
@@ -4,11 +4,10 @@ linktitle: "Cryptographic Libraries and Interfaces"
 date: 2021-05-06T00:13:06+02:00
 draft: false
 type: docs
-weight: 7
+weight: 9
 menu:
   main:
-    weight: 3
-    pre: <i class='fas fa-book'></i>
+    weight: 5
 ---
 - [NaCL (Salt)](https://nacl.cr.yp.to/):
 Software library for network communication, encryption, decryption, signatures, etc.
@@ -23,6 +22,3 @@ Lightweight crypto library for constrained environments.
 Development of cryptography API proposals for the WASI Subgroup of the [WebAssembly Community Group](https://www.w3.org/community/webassembly/)
 
 - [Botan: Crypto and TLS for Modern C++](https://botan.randombit.net/) A  C++ cryptographic library implementing a range of practical systems, such as TLS protocol, X.509 certificates, modern AEAD ciphers, PKCS#11 and TPM hardware support, password hashing, and post quantum crypto schemes. Several other language bindings are available, including Python. Versions of Botan that are approved by the BSI can be found on the [Github repository](https://github.com/Rohde-Schwarz/botan)
-
-- [eUCRITE API](https://use-a-pqclib.h-da.io/eucrite-documentation/):
-PQC library interface, that provides quantum-resistant cryptographic schemes in abstract manner. It provides not only PQC-based encryption, but also signature schemes. The end-user has the choice between three different security levels based on the strenght and performance of the chosen algorithems. This abstraction aims at supporting crypt-agility and is expected to make using PQC-schemes easier. Collaborations on our cryptographic API, and a special update mechanism for said API are also under development.
\ No newline at end of file
diff --git a/content/docs/migration/_index.md b/content/docs/migration/_index.md
index 46afe95f5f9c8eb48fff977deb0a0fe8c0b5a9ec..a908bc2051c59516c50cb13c0ec90188663aded4 100644
--- a/content/docs/migration/_index.md
+++ b/content/docs/migration/_index.md
@@ -4,5 +4,5 @@ linktitle: "State of Migration"
 date: 2021-05-05T22:35:41+02:00
 draft: false
 type: docs
-weight: 4
+weight: 6
 ---
diff --git a/content/docs/projects.md b/content/docs/projects.md
index 0b3cc4550cfa5cb8841d3da306836b8792e64e56..36e2509047eb4ff402b164c5ed2fcafb0ad2f4aa 100644
--- a/content/docs/projects.md
+++ b/content/docs/projects.md
@@ -4,11 +4,10 @@ linktitle: "Projects and Initiatives"
 date: 2021-05-06T00:12:55+02:00
 draft: false
 type: docs
-weight: 6
+weight: 8
 menu:
   main:
-    weight: 2
-    pre: <i class='fas fa-book'></i>
+    weight: 4
 ---
 - [Open Quantum Safe](https://openquantumsafe.org/):
 An open-source project that aims to support the development and prototyping of quantum-resistant cryptography.
diff --git a/content/docs/projects/_index.md b/content/docs/projects/_index.md
new file mode 100644
index 0000000000000000000000000000000000000000..65eb2e9acf7af476149fe69310c58896b788b882
--- /dev/null
+++ b/content/docs/projects/_index.md
@@ -0,0 +1,11 @@
+---
+title: "Our Projects"
+linktitle: "Our Projects"
+date: 2021-05-05T22:35:41+02:00
+draft: false
+type: docs
+weight: 3
+menu:
+  main:
+    weight: 3
+---
diff --git a/content/docs/projects/crypto-detection.md b/content/docs/projects/crypto-detection.md
new file mode 100644
index 0000000000000000000000000000000000000000..139c81b77ef458f97e9cac2ec4c119600ed97b70
--- /dev/null
+++ b/content/docs/projects/crypto-detection.md
@@ -0,0 +1,8 @@
+---
+title: "Crypto-Detection Tool"
+date: 2021-05-05T22:41:49+02:00
+draft: false
+type: docs
+weight: 2
+---
+![Crypto-Detection](/docs/projects/detection.png)
diff --git a/content/docs/projects/detection.png b/content/docs/projects/detection.png
new file mode 100644
index 0000000000000000000000000000000000000000..1d463f0f6bb96af3284f5081ccb7ed42dd4402fd
Binary files /dev/null and b/content/docs/projects/detection.png differ
diff --git a/content/docs/projects/eUCRITE.md b/content/docs/projects/eUCRITE.md
new file mode 100644
index 0000000000000000000000000000000000000000..4ecd932d8dbdd42b74433b5b33e353ca5fb65b91
--- /dev/null
+++ b/content/docs/projects/eUCRITE.md
@@ -0,0 +1,10 @@
+---
+title: "eUCRITE API"
+date: 2021-05-05T22:41:49+02:00
+draft: false
+type: docs
+weight: 1
+---
+The [eUCRITE API](https://use-a-pqclib.h-da.io/eucrite-documentation/) is a PQC library interface, that provides quantum-resistant cryptographic schemes in abstract manner. It provides not only PQC-based encryption, but also signature schemes. The end-user has the choice between three different security levels based on the strenght and performance of the chosen algorithems. This abstraction aims at supporting crypt-agility and is expected to make using PQC-schemes easier. Collaborations on our cryptographic API, and a special update mechanism for said API are also under development.
+
+![eUCRITE API](/docs/projects/eUCRITE.png)
diff --git a/content/docs/projects/eUCRITE.png b/content/docs/projects/eUCRITE.png
new file mode 100644
index 0000000000000000000000000000000000000000..52b6be22ec58092bfc1c3d73a881c1d9ebf80248
Binary files /dev/null and b/content/docs/projects/eUCRITE.png differ
diff --git a/content/docs/projects/format.md b/content/docs/projects/format.md
new file mode 100644
index 0000000000000000000000000000000000000000..02e16cd44465a39dfc3d4356ca020ae579436b7f
--- /dev/null
+++ b/content/docs/projects/format.md
@@ -0,0 +1,8 @@
+---
+title: "PQC Algorithm Meta-Description Code-Binding Generator"
+date: 2021-05-05T22:41:49+02:00
+draft: false
+type: docs
+weight: 2
+---
+![Code-Binding Generator](/docs/projects/format.png)
diff --git a/content/docs/refs.md b/content/docs/refs.md
index 9ec64e70610e0f2068542bbe8f07e63f93cee7e0..92fa9230cc366078958c2e8a0c2403eb614dfe14 100644
--- a/content/docs/refs.md
+++ b/content/docs/refs.md
@@ -4,7 +4,7 @@ linktitle: "References"
 date: 2021-05-06T00:13:12+02:00
 draft: false
 type: docs
-weight: 8
+weight: 10
 ---
 ###### [A.16]
 [A. Langley. ImperialViolet - CECPQ1 results, 2016.](https://www.imperialviolet.org/2016/11/28/cecpq1.html)
@@ -290,5 +290,3 @@ weight: 8
 
 ###### [ZYD+20]
 [F. Zhang, B. Yang, X. Dong, S. Guilley, Z. Liu, W. He, F. Zhang, and K. Ren. Side-Channel Analysis and Countermeasure Design on ARM- based Quantum-Resistant SIKE. IEEE Transactions on Computers, pages 1–1, 2020. Conference Name: IEEE Transactions on Computers. doi: 10.1109/TC.2020.3020407.](https://ieeexplore.ieee.org/document/9181442)
-
-
diff --git a/content/docs/related.md b/content/docs/related.md
index f46db1d99ac293f1acc713e20a40ac1d3ceda061..415b89835eac75c981f6a93bff68f0a47b97bb86 100644
--- a/content/docs/related.md
+++ b/content/docs/related.md
@@ -4,7 +4,7 @@ linktitle: "Related Work"
 date: 2021-05-05T22:18:28+02:00
 draft: false
 type: docs
-weight: 3
+weight: 5
 ---
 A collection of survey papers and references dealing with general challenges and recommendations regarding the migration to post-quantum cryptography and cryptographic agility.
 
diff --git a/mindmap_gen/Mindmap.md b/mindmap_gen/Mindmap.md
new file mode 100644
index 0000000000000000000000000000000000000000..097e31a0c5ff21ed4b859330e2ae140fcf760dbb
--- /dev/null
+++ b/mindmap_gen/Mindmap.md
@@ -0,0 +1,12 @@
+---
+title: "Categorization Scheme"
+linktitle: "Categorization Scheme"
+date: 2021-05-05T22:20:34+02:00
+draft: false
+type: docs
+weight: 4
+menu:
+  main:
+    weight: 2
+---
+## HTML