From 17cf2bd11b1af8848cbd24a06d5eaf1878ba066b Mon Sep 17 00:00:00 2001
From: Michael Kohlhase <m.kohlhase@jacobs-university.de>
Date: Wed, 3 May 2017 10:04:51 +0200
Subject: [PATCH] the semantization pillar

---
 _includes/nav.html  | 1 -
 projects/README.md  | 5 ++++-
 projects/arXMLiv.md | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/_includes/nav.html b/_includes/nav.html
index 0bcad3f..cc6829a 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -15,7 +15,6 @@
     </div>
 
 {% assign url_parts = page.url | split: '/' %}
-{% assign url_parts_size = url_parts | size %}
 {% assign base_url = url_parts | last %}
 {% assign sorted_pages = site.pages | sort:"menu_order" %}
 
diff --git a/projects/README.md b/projects/README.md
index 9676cf6..9f7bcbb 100644
--- a/projects/README.md
+++ b/projects/README.md
@@ -12,6 +12,9 @@ Each post needs some specific parameters:
  link and just under the title in the post page
  * **start** (optional) the project start date
  * **end** (optional) the project end date
- * **redirect_from** (optional) not needed for new projects, this is just the redirect link from old activities pages on the former site
+ * **pillar** (optional) the pillar (in the sense of http://kwarc.info/research) of the
+   project. 
+ * **redirect_from** (optional) not needed for new projects, this is just the redirect
+   link from old activities pages on the former site. 
  * **funding** (optional): the funding body, *DFG*, *Leibniz Foundation*, *EU*, *Industry*
 
diff --git a/projects/arXMLiv.md b/projects/arXMLiv.md
index 86a4dc7..9d333d6 100644
--- a/projects/arXMLiv.md
+++ b/projects/arXMLiv.md
@@ -3,6 +3,7 @@ layout: project
 menu_title: arXMLiv  
 title: arXMLiv
 start: 2006
+pillar: semantization
 people: mkohlhase,dginev
 ---
 The [Cornell e-print arXiv](http://arxiv.org) contains one of the largest corpora of scientific literature in the world. Unfortunately, its contents are locked up in the TeX/LaTeX format, which makes it nearly useless for knowledge management techniques. We translate it to XML to have a basis for uncovering it's structural semantics.
-- 
GitLab