diff --git a/pages/01.home/default.md b/pages/01.home/default.md
deleted file mode 100644
index 13b237671a..0000000000
--- a/pages/01.home/default.md
+++ /dev/null
@@ -1,42 +0,0 @@
----
-title: Home
-body_classes: title-center title-h1h2
----
-
-# Say Hello to Grav!
-## installation successful...
-
-Congratulations! You have installed the **Base Grav Package** that provides a **simple page** and the default **Quark** theme to get you started.
-
-!! If you see a **404 Error** when you click `Typography` in the menu, please refer to the [troubleshooting guide](http://learn.getgrav.org/troubleshooting/page-not-found).
-
-### Find out all about Grav
-
-* Learn about **Grav** by checking out our dedicated [Learn Grav](http://learn.getgrav.org) site.
-* Download **plugins**, **themes**, as well as other Grav **skeleton** packages from the [Grav Downloads](http://getgrav.org/downloads) page.
-* Check out our [Grav Development Blog](http://getgrav.org/blog) to find out the latest goings on in the Grav-verse.
-
-!!! If you want a more **full-featured** base install, you should check out [**Skeleton** packages available in the downloads](http://getgrav.org/downloads).
-
-### Edit this Page
-
-To edit this page, simply navigate to the folder you installed **Grav** into, and then browse to the `user/pages/01.home` folder and open the `default.md` file in your [editor of choice](http://learn.getgrav.org/basics/requirements). You will see the content of this page in [Markdown format](http://learn.getgrav.org/content/markdown).
-
-### Create a New Page
-
-Creating a new page is a simple affair in **Grav**. Simply follow these simple steps:
-
-1. Navigate to your pages folder: `user/pages/` and create a new folder. In this example, we will use [explicit default ordering](http://learn.getgrav.org/content/content-pages) and call the folder `03.mypage`.
-2. Launch your text editor and paste in the following sample code:
-
- ---
- title: My New Page
- ---
- # My New Page!
-
- This is the body of **my new page** and I can easily use _Markdown_ syntax here.
-
-3. Save this file in the `user/pages/03.mypage/` folder as `default.md`. This will tell **Grav** to render the page using the **default** template.
-4. That is it! Reload your browser to see your new page in the menu.
-
-! NOTE: The page will automatically show up in the Menu after the "Typography" menu item. If you wish to change the name that shows up in the Menu, simple add: `menu: My Page` between the dashes in the page content. This is called the YAML front matter, and it is where you configure page-specific options.
diff --git a/pages/02.browse/front.md b/pages/02.browse/front.md
new file mode 100644
index 0000000000..9e59ece6bc
--- /dev/null
+++ b/pages/02.browse/front.md
@@ -0,0 +1,3 @@
+---
+title: Obsah
+---
diff --git a/pages/02.typography/default.md b/pages/02.typography/default.md
deleted file mode 100644
index d3aa848509..0000000000
--- a/pages/02.typography/default.md
+++ /dev/null
@@ -1,155 +0,0 @@
----
-title: Typography
----
-
-! Details on the full capabilities of Spectre.css can be found in the [Official Spectre Documentation](https://picturepan2.github.io/spectre/elements.html)
-
-The [Quark theme](https://github.com/getgrav/grav-theme-quark) is the new default theme for Grav built with [Spectre.css](https://picturepan2.github.io/spectre/) the lightweight, responsive and modern CSS framework. Spectre provides basic styles for typography, elements, and a responsive layout system that utilizes best practices and consistent language design.
-
-### Headings
-
-# H1 Heading `40px`
-
-## H2 Heading `32px`
-
-### H3 Heading `28px`
-
-#### H4 Heading `24px`
-
-##### H5 Heading `20px`
-
-###### H6 Heading `16px`
-
-```html
-# H1 Heading
-# H1 Heading `40px``
-
-H1 Heading
-```
-
-### Paragraphs
-
-Lorem ipsum dolor sit amet, consectetur [adipiscing elit. Praesent risus leo, dictum in vehicula sit amet](#), feugiat tempus tellus. Duis quis sodales risus. Etiam euismod ornare consequat.
-
-Climb leg rub face on everything give attitude nap all day for under the bed. Chase mice attack feet but rub face on everything hopped up on goofballs.
-
-### Markdown Semantic Text Elements
-
-**Bold** `**Bold**`
-
-_Italic_ `_Italic_`
-
-~~Deleted~~ `~~Deleted~~`
-
-`Inline Code` `` `Inline Code` ``
-
-### HTML Semantic Text Elements
-
-I18N ``
-
-Citation ``
-
-Ctrl + S ``
-
-TextSuperscripted ``
-
-TextSubscripted ``
-
-Underlined ``
-
-Highlighted ``
-
-20:14 ``
-
-x = y + 2 ``
-
-### Blockquote
-
-> The advance of technology is based on making it fit in so that you don't really even notice it,
-> so it's part of everyday life.
->
-> - Bill Gates
-
-```markdown
-> The advance of technology is based on making it fit in so that you don't really even notice it,
-> so it's part of everyday life.
->
-> - Bill Gates
-```
-
-### Unordered List
-
-* list item 1
-* list item 2
- * list item 2.1
- * list item 2.2
- * list item 2.3
-* list item 3
-
-```markdown
-* list item 1
-* list item 2
- * list item 2.1
- * list item 2.2
- * list item 2.3
-* list item 3
-```
-
-### Ordered List
-
-1. list item 1
-1. list item 2
- 1. list item 2.1
- 1. list item 2.2
- 1. list item 2.3
-1. list item 3
-
-```markdown
-1. list item 1
-1. list item 2
- 1. list item 2.1
- 1. list item 2.2
- 1. list item 2.3
-1. list item 3
-```
-
-### Table
-
-| Name | Genre | Release date |
-| :-------------------------- | :---------------------------: | -------------------: |
-| The Shawshank Redemption | Crime, Drama | 14 October 1994 |
-| The Godfather | Crime, Drama | 24 March 1972 |
-| Schindler's List | Biography, Drama, History | 4 February 1994 |
-| Se7en | Crime, Drama, Mystery | 22 September 1995 |
-
-```markdown
-| Name | Genre | Release date |
-| :-------------------------- | :---------------------------: | -------------------: |
-| The Shawshank Redemption | Crime, Drama | 14 October 1994 |
-| The Godfather | Crime, Drama | 24 March 1972 |
-| Schindler's List | Biography, Drama, History | 4 February 1994 |
-| Se7en | Crime, Drama, Mystery | 22 September 1995 |
-```
-
-### Notices
-
-The notices styles are actually provided by the `markdown-notices` plugin but are useful enough to include here:
-
-! This is a warning notification
-
-!! This is a error notification
-
-!!! This is a default notification
-
-!!!! This is a success notification
-
-```markdown
-! This is a warning notification
-
-!! This is a error notification
-
-!!! This is a default notification
-
-!!!! This is a success notification
-```
-
diff --git a/pages/teachers/hladek/bp2019/README.md b/pages/04.categories/bp2019/category.md
similarity index 96%
rename from pages/teachers/hladek/bp2019/README.md
rename to pages/04.categories/bp2019/category.md
index 8cad3c9ff9..8e78e73454 100644
--- a/pages/teachers/hladek/bp2019/README.md
+++ b/pages/04.categories/bp2019/category.md
@@ -1,5 +1,6 @@
---
title: Bakalárske práce 2018/2019
+category: bp2021
published: true
---
diff --git a/pages/teachers/hladek/bp2020/README.md b/pages/04.categories/bp2020/category.md
similarity index 99%
rename from pages/teachers/hladek/bp2020/README.md
rename to pages/04.categories/bp2020/category.md
index 4214d12e14..5355458382 100644
--- a/pages/teachers/hladek/bp2020/README.md
+++ b/pages/04.categories/bp2020/category.md
@@ -1,5 +1,6 @@
---
title: Bakalárska práca 2020
+category: bp2020
published: true
---
diff --git a/pages/teachers/hladek/bp2021/README.md b/pages/04.categories/bp2021/category.md
similarity index 100%
rename from pages/teachers/hladek/bp2021/README.md
rename to pages/04.categories/bp2021/category.md
diff --git a/pages/04.categories/default.md b/pages/04.categories/default.md
new file mode 100644
index 0000000000..379d218693
--- /dev/null
+++ b/pages/04.categories/default.md
@@ -0,0 +1,21 @@
+---
+title: Kategórie
+redirect: 'taxonomy?name=category'
+
+content:
+ items: @self.children
+
+cache_enable: false
+twig_first: true
+process:
+ markdown: false
+ twig: true
+---
+
+Kategórie
+
+
diff --git a/pages/teachers/hladek/dp2021/README.md b/pages/04.categories/dp2021/category.md
similarity index 100%
rename from pages/teachers/hladek/dp2021/README.md
rename to pages/04.categories/dp2021/category.md
diff --git a/pages/05.tags/default.md b/pages/05.tags/default.md
new file mode 100644
index 0000000000..ceef5fc05a
--- /dev/null
+++ b/pages/05.tags/default.md
@@ -0,0 +1,21 @@
+---
+title: Tagy
+redirect: 'taxonomy?name=tag'
+
+content:
+ items: @self.children
+
+cache_enable: false
+twig_first: true
+process:
+ markdown: false
+ twig: true
+---
+
+Tagy
+
+
diff --git a/pages/authors/daniel-hladek/author.md b/pages/authors/daniel-hladek/author.md
new file mode 100644
index 0000000000..79780da9d4
--- /dev/null
+++ b/pages/authors/daniel-hladek/author.md
@@ -0,0 +1,7 @@
+---
+title: Daniel Hladek
+author: Daniel Hladek
+---
+
+Duis cotidieque an vel, ex impetus suscipit consetetur duo. Mutat vivendo ex sit! Eu quas iusto putant eum, amet modo vix ne, ne nam habeo inimicus? An civibus intellegat ius, etiam invidunt dignissim vix an, habeo vocent ocurreret in ius! Ei nec augue populo, decore accusamus cotidieque nec an. Ne vis unum nusquam, pertinax sententiae quaerendum his in!
+
diff --git a/pages/authors/default.md b/pages/authors/default.md
new file mode 100644
index 0000000000..3d8df95554
--- /dev/null
+++ b/pages/authors/default.md
@@ -0,0 +1,21 @@
+---
+title: Authors
+redirect: 'taxonomy?name=author'
+
+content:
+ items: @self.children
+
+cache_enable: false
+twig_first: true
+process:
+ markdown: false
+ twig: true
+---
+
+Authors
+
+
diff --git a/pages/home/README.md b/pages/home/README.md
deleted file mode 100644
index 7813c26656..0000000000
--- a/pages/home/README.md
+++ /dev/null
@@ -1,36 +0,0 @@
----
-title: Záverečné práce a projekty
-published: true
----
-
-# Záverečné práce na KEMT
-
-Wiki stánka pre spoluprácu na záverečných prácach.
-
-- [Vyhľadaj prácu alebo tému](../search)
-- [Často kladené otázky](/info/faq)
-- [Ako odovzdám výsledky](/info/submit)
-- [Ako napíšem záverečnú prácu](/info/akopisat)
-
-
-## Oznamy
-
-- 28.1.2020 budú predobhajoby záverečných prác.
-- [Pokyny KEMT](http://kemt.fei.tuke.sk/studium/diplomova-praca/organizacne-pokyny-k-predmetu-timovy-projekt-v-st-programe-pocitacove-siete-2019-2020/) k predmetu Tímový projekt 2019.
-- [Pokyny KEMT](http://kemt.fei.tuke.sk/studium/bachelor-works/organizacne-pokyny-k-predmetom-bakalarsky-projekt-a-bakalarska-praca-v-st-programe-pocitacove-siete-v-sk-r-2019-2020/) k predmetu Bakalársky projekt 2019.
-
-## Projekty
-
-- [Spracovanie prirodzeného jazyka](/topics/nlp)
-- [Podpora slovenčiny v knižnici Spacy](/topics/spacy)
-- [Anotácia textových korpusov](/topics/prodigy)
-- [Rozpoznávanie pomenovaných entít](/topics/named-entity)
-- [Dialógový systém](/topics/chatbot)
-
-
-## Predmety
-
-- [Bakalárske práce 2020](/teachers/hladek/bp2020)
-- [Diplomové práce 2021](/teachers/hladek/dp2021)
-- [Bakalárske práce 2019](/teachers/hladek/bp2019)
-
diff --git a/pages/info/akopisat/README.md b/pages/home/akopisat/README.md
similarity index 97%
rename from pages/info/akopisat/README.md
rename to pages/home/akopisat/README.md
index b7a3e4594d..cca0788b1d 100644
--- a/pages/info/akopisat/README.md
+++ b/pages/home/akopisat/README.md
@@ -1,6 +1,10 @@
---
title: Záverečné práce a projekty
published: true
+taxonomy:
+ category: [info]
+ tag: [zp]
+ author: Daniel Hladek
---
# Ako písať záverečnú prácu
diff --git a/pages/home/default.md b/pages/home/default.md
new file mode 100644
index 0000000000..24f41f53e2
--- /dev/null
+++ b/pages/home/default.md
@@ -0,0 +1,32 @@
+---
+title: Záverečné práce a projekty
+published: true
+date: 01-02-2014
+taxonomy:
+ category: [info]
+ tag: [tag1]
+ author: Daniel Hladek
+---
+
+# Záverečné práce na KEMT
+
+Wiki stánka pre spoluprácu na záverečných prácach.
+
+- [Často kladené otázky](/info/faq)
+- [Ako napíšem záverečnú prácu](/info/akopisat)
+
+## Predmety
+
+- [Bakalárske práce 2020](/categories/bp2020)
+- [Diplomové práce 2021](/categories/dp2021)
+
+## Projekty
+
+- [Spracovanie prirodzeného jazyka](/topics/nlp)
+- [Podpora slovenčiny v knižnici Spacy](/topics/spacy)
+- [Anotácia textových korpusov](/topics/prodigy)
+- [Rozpoznávanie pomenovaných entít](/topics/named-entity)
+- [Dialógový systém](/topics/chatbot)
+
+
+
diff --git a/pages/info/faq/README.md b/pages/home/faq/README.md
similarity index 97%
rename from pages/info/faq/README.md
rename to pages/home/faq/README.md
index 49a0446adb..1b9421da60 100644
--- a/pages/info/faq/README.md
+++ b/pages/home/faq/README.md
@@ -1,3 +1,10 @@
+---
+published: true
+taxonomy:
+ category: [info]
+ tag: [zp]
+ author: Daniel Hladek
+---
# Často kladené otázky
## Pre koho to je?
@@ -32,7 +39,6 @@ Každý prihlásený používateľ ma svoj osobný profil, za ktorý je zodpoved
## Ako upravím stránky cez webové rozhranie
-
Prihláste sa na katedrový systém GIT. Vyhľadajte repozitár [KEMT/zpwiki](https://git.kemt.fei.tuke.sk/KEMT/zpwiki). Do tohto repozitára môžte vykonávať zmeny pomocou webového editora, kotrý Vám uľahčí prácu s formátom Markdown.
diff --git a/pages/info/submit/README.md b/pages/info/submit/README.md
deleted file mode 100644
index c5f33f2e1b..0000000000
--- a/pages/info/submit/README.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# Ako zapíšem výsledky záverečnej práce
-
-Najprv si prečítajte [Často kladené otázky](../faq).
-
-
-## Ako si vytvorím osobný profil?
-
-Vytvoríte si stránku s názvom:
-
- /students/2017/jan_hrasko
-
-`jan_hrasko` je Vase meno a priezvisko bez diakritiky , `2017` je rok keď ste začali študovať.
-
-Do osobného profilu pridajte tieto informácie:
-
-- Vaše meno
-- Rok začiatku štúdia
-- Meno vedúceho záverečnej práce
-- Názov záverečnej práce
-- Zadanie záverečnej práce
-- Odkaz na vytvorené texty a zdrojové súbory
-
-
-
diff --git a/pages/students/2016/darius_lindvai/README.md b/pages/students/2016/darius_lindvai/README.md
index cee71ed2a2..b63d984a80 100644
--- a/pages/students/2016/darius_lindvai/README.md
+++ b/pages/students/2016/darius_lindvai/README.md
@@ -1,3 +1,11 @@
+---
+title: Dárius Lindvai
+published: true
+taxonomy:
+ category: [dp2021,bp2019]
+ tag: [nn,interpunction,nlp]
+ author: Daniel Hladek
+---
# Dárius Lindvai
Rok začiatku štúdia: 2016
diff --git a/pages/students/2016/dominik_nagy/README.md b/pages/students/2016/dominik_nagy/README.md
index 2a3af6f371..ce65a8b25f 100644
--- a/pages/students/2016/dominik_nagy/README.md
+++ b/pages/students/2016/dominik_nagy/README.md
@@ -1,3 +1,11 @@
+---
+title: Dominik Nagy
+published: true
+taxonomy:
+ category: [dp2021,bp2019]
+ tag: [translation,nlp]
+ author: Daniel Hladek
+---
# Dominik Nagy
*Rok začiatku štúdia*: 2016
diff --git a/pages/students/2017/ediz_morochovic/README.md b/pages/students/2016/ediz_morochovic/README.md
similarity index 91%
rename from pages/students/2017/ediz_morochovic/README.md
rename to pages/students/2016/ediz_morochovic/README.md
index 755de8591f..cc4b757f95 100644
--- a/pages/students/2017/ediz_morochovic/README.md
+++ b/pages/students/2016/ediz_morochovic/README.md
@@ -1,3 +1,11 @@
+---
+title: Ediz Morochovič
+published: true
+taxonomy:
+ category: [bp2019]
+ tag: [ner,nlp]
+ author: Daniel Hladek
+---
# Ediz Morochovič
Rok začiatku štúdia: 2016
diff --git a/pages/students/2016/jakub_maruniak/README.md b/pages/students/2016/jakub_maruniak/README.md
index 0c12569b76..070e982004 100644
--- a/pages/students/2016/jakub_maruniak/README.md
+++ b/pages/students/2016/jakub_maruniak/README.md
@@ -1,7 +1,14 @@
+---
+title: Jakub Maruniak
+published: true
+taxonomy:
+ category: [dp2021,bp2019]
+ tag: [spacy,ner,nlp]
+ author: Daniel Hladek
+---
# Jakub Maruniak
-
*Rok začiatku štúdia*: 2016
## Diplomový projekt 2
diff --git a/pages/students/2016/jan_holp/README.md b/pages/students/2016/jan_holp/README.md
index e658be6731..c87022073c 100644
--- a/pages/students/2016/jan_holp/README.md
+++ b/pages/students/2016/jan_holp/README.md
@@ -1,3 +1,11 @@
+---
+title: Ján Holp
+published: true
+taxonomy:
+ category: [dp2021,bp2019]
+ tag: [ir,nlp]
+ author: Daniel Hladek
+---
# Ján Holp
*Rok začiatku štúdia*: 2016
diff --git a/pages/students/2016/lukas_pokryvka/README.md b/pages/students/2016/lukas_pokryvka/README.md
index d7bfbfdc56..2a988b57a6 100644
--- a/pages/students/2016/lukas_pokryvka/README.md
+++ b/pages/students/2016/lukas_pokryvka/README.md
@@ -1,4 +1,11 @@
-
+---
+title: Lukáš Pokrývka
+published: true
+taxonomy:
+ category: [dp2021,bp2019]
+ tag: [gpu,cloud]
+ author: Daniel Hladek
+---
# Lukáš Pokrývka
*Rok začiatku štúdia:* 2016
@@ -153,4 +160,4 @@ Keďže som mal problém skript s plným korpusom spustiť na školskom serveri,
*2. Natrénovanie slovenského modelu pomocou knižnice fasttext*
-Ako druhú možnosť na natrénovanie slovenského modelu som využil fasttext, knižnicu od Facebook-u. Prostredie a všetky dependencies som si vytvoril pomocou Anacondy. Následne som si naklonoval projekt z gitu (https://github.com/facebookresearch/fastText.git). Fasstext poskytuje jednoduchý nástroj na vyčistenie dát, ktorý všetky slová pretransformuje na lowercase a oddelí ich od čiarok, bodiek, atď... Následne je potrebné správne nastaviť spúšťacie parametre a zvoliť si metódu CBOW alebo skip-gram. V mojom prípade som zvolil 2-gram, dimenzionalitu vektorov 200, a nastavil som počet epochov na 10, pomocou ktorých sa vhybovosť výrazne znížila. Taktiež je možné nastaviť, koľko jadier procesora sa má využívať pre multi-threading. Na dátach o veľkosti približne 13GB trvalo trénovanie takmer 24 hodín. Výstupom su 2 súbory *.bin a *.vec. Prvý súbor obsahuje celý natrénovaný model a môže byť ďalej používaný a načítavaný podľa potreby, druhý súbor obsahuje vektory slov, jeden riadok pre každé slovo.
\ No newline at end of file
+Ako druhú možnosť na natrénovanie slovenského modelu som využil fasttext, knižnicu od Facebook-u. Prostredie a všetky dependencies som si vytvoril pomocou Anacondy. Následne som si naklonoval projekt z gitu (https://github.com/facebookresearch/fastText.git). Fasstext poskytuje jednoduchý nástroj na vyčistenie dát, ktorý všetky slová pretransformuje na lowercase a oddelí ich od čiarok, bodiek, atď... Následne je potrebné správne nastaviť spúšťacie parametre a zvoliť si metódu CBOW alebo skip-gram. V mojom prípade som zvolil 2-gram, dimenzionalitu vektorov 200, a nastavil som počet epochov na 10, pomocou ktorých sa vhybovosť výrazne znížila. Taktiež je možné nastaviť, koľko jadier procesora sa má využívať pre multi-threading. Na dátach o veľkosti približne 13GB trvalo trénovanie takmer 24 hodín. Výstupom su 2 súbory *.bin a *.vec. Prvý súbor obsahuje celý natrénovaný model a môže byť ďalej používaný a načítavaný podľa potreby, druhý súbor obsahuje vektory slov, jeden riadok pre každé slovo.
diff --git a/pages/students/2016/maros_harahus/README.md b/pages/students/2016/maros_harahus/README.md
index 891c7195b4..6c59b32554 100644
--- a/pages/students/2016/maros_harahus/README.md
+++ b/pages/students/2016/maros_harahus/README.md
@@ -1,3 +1,11 @@
+---
+title: Maroš Harahus
+published: true
+taxonomy:
+ category: [dp2021,bp2019]
+ tag: [spacy,nlp]
+ author: Daniel Hladek
+---
# Maroš Harahus
## Diplomový projekt 2 2020
@@ -5,7 +13,7 @@
Stretnutie 25.9.2020
Stav:
-- chyba pri použití príkazu pretrain, kotrá sa objavila s novou verziou Spacy
+- chyba pri použití príkazu pretrain, ktorá sa objavila s novou verziou Spacy
Úlohy do ďalšieho stretnutia:
- pokračovať so starou verziou Spacy (2.2)
diff --git a/pages/students/2016/patrik_pavlisin/README.md b/pages/students/2016/patrik_pavlisin/README.md
index daabaeb9db..ccb8e5eb5e 100644
--- a/pages/students/2016/patrik_pavlisin/README.md
+++ b/pages/students/2016/patrik_pavlisin/README.md
@@ -1,3 +1,11 @@
+---
+title: Patrik Pavlišin
+published: true
+taxonomy:
+ category: [dp2021,bp2019]
+ tag: [translation,nlp]
+ author: Daniel Hladek
+---
# Patrik Pavlišin
diff --git a/pages/students/2016/tomas_kucharik/README.md b/pages/students/2016/tomas_kucharik/README.md
index 7a55cce8e7..9c10c230f4 100644
--- a/pages/students/2016/tomas_kucharik/README.md
+++ b/pages/students/2016/tomas_kucharik/README.md
@@ -1,3 +1,11 @@
+---
+title: Tomáš Kuchárik
+published: true
+taxonomy:
+ category: [dp2021]
+ tag: [annotation,question_answer,nlp]
+ author: Daniel Hladek
+---
# Tomáš Kuchárik
(študent KPI)
diff --git a/pages/students/2017/dmytro_ushatenko/README.md b/pages/students/2017/dmytro_ushatenko/README.md
index e81d8102c5..c64a3e06e4 100644
--- a/pages/students/2017/dmytro_ushatenko/README.md
+++ b/pages/students/2017/dmytro_ushatenko/README.md
@@ -1,3 +1,11 @@
+---
+title: Dmytro Ushatenko
+published: true
+taxonomy:
+ category: [bp2020]
+ tag: [chatobot,demo,nlp]
+ author: Daniel Hladek
+---
# Dmytro Ushatenko
## Bakalárska práca 2020
@@ -37,4 +45,4 @@ Pomôcka pre začínajúcich študentov:
V druom semestri:
- pripravíte si celé demo
-- dookončíte prácu
\ No newline at end of file
+- dookončíte prácu
diff --git a/pages/students/2017/martin_jancura/README.md b/pages/students/2017/martin_jancura/README.md
index ff50d4f24d..45ae617735 100644
--- a/pages/students/2017/martin_jancura/README.md
+++ b/pages/students/2017/martin_jancura/README.md
@@ -1,9 +1,10 @@
---
title: Martin Jancura
+published: true
taxonomy:
- type: student
- start_year: 2017
- teacher: hladek
+ category: [bp2021]
+ tag: [demo,nlp]
+ author: Daniel Hladek
---
# Martin Jancura
diff --git a/pages/students/2017/peter_malar/README.md b/pages/students/2017/peter_malar/README.md
deleted file mode 100644
index 55caa87fe6..0000000000
--- a/pages/students/2017/peter_malar/README.md
+++ /dev/null
@@ -1 +0,0 @@
-# Peter Maľar
\ No newline at end of file
diff --git a/pages/students/2017/stanislav_matsunych/README.md b/pages/students/2017/stanislav_matsunych/README.md
index 7e4276850d..3591d16c81 100644
--- a/pages/students/2017/stanislav_matsunych/README.md
+++ b/pages/students/2017/stanislav_matsunych/README.md
@@ -1,3 +1,11 @@
+---
+title: Stanislav Matsunych
+published: true
+taxonomy:
+ category: [bp2020]
+ tag: [nn,lm,nlp]
+ author: Daniel Hladek
+---
# Stanislav Matsunych
## Bakalárska práca 2019
diff --git a/pages/students/2017/than_trung_thanh/README.md b/pages/students/2017/than_trung_thanh/README.md
index e0941b5e5b..9a62f19b4e 100644
--- a/pages/students/2017/than_trung_thanh/README.md
+++ b/pages/students/2017/than_trung_thanh/README.md
@@ -1,3 +1,11 @@
+---
+title: Than Trung Thanh
+published: true
+taxonomy:
+ category: [bp2021]
+ tag: [demo,nlp]
+ author: Daniel Hladek
+---
# Than Trung Thanh
## Bakalársky projekt 2020
diff --git a/pages/students/2017/vzorny_student/README.md b/pages/students/2017/vzorny_student/README.md
deleted file mode 100644
index bba7ad96b5..0000000000
--- a/pages/students/2017/vzorny_student/README.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-title: Vzorový študent 2017
-taxonomy:
- type: student
- start_year: 2017
- teacher: hladek
----
-
-# Vzorový študent
-
-Šablónu skopírujte do Vášho osobného profilu. Do hlavného nadpisu dajte Vaše meno. Nahraďte obyčajný text podľa inštrukcií, zvýraznený text a nadpisy nechajte ako sú.
-
-*Rok začiatku štúdia*: uveďte rok začiatku štúdia.
-
-Môžte pridať odkaz na Vašu osobnú stránku, fotografiu alebo zoznam Vašich osodných alebo odborných záujmov.
-
-## Bakalárska práca 2019
-
-*Názov bakalárskej práce*: Napíšte názov bakalárskej práce
-
-*Meno vedúceho*: meno vedúceho
-
-*Zadanie bakalárskej práce*: Tu napíšte zadanie Vašej bakalárskej práce
-
-## Bakalársky projekt 2019
-
-*Písomná práca* : [Názov písomnej práce](./bakalarsky_projekt) tu doplnte odkaz na Váš vypracovaný text.
-
-*Výstupy bakalárskeho projektu*:
-
-- odkaz na zdrojové kódy, ak sú nejaké
-
-*Poznámky*:
-
- - poznámky k vypracovaniu projektu (od vedúceho alebo Vaše), môžte ich dať aj ako podnadpis.
- - užitočné odkazy, literatúra, nástroje
-
diff --git a/pages/students/2017/vzorny_student/bakalarsky_projekt/README.md b/pages/students/2017/vzorny_student/bakalarsky_projekt/README.md
deleted file mode 100644
index 9f67384afe..0000000000
--- a/pages/students/2017/vzorny_student/bakalarsky_projekt/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# Vzorový článok z Bakalárskeho projektu
-
-Vysvetlite:
-
-- na akej téme pracujete
-- aký problém riešite
-- aké prostriedky na riešenie sú k dispozícii
-- aké prostriedky ste si zvolili na riešenie
-- aké dáta ste spracovávali
-- ako riešite zadaný problém
-- aké výsledky ste dosiahli
-
-Uveďte zoznam relevantnej odbornej literatúry
-
-Uveďte aj odkaz na zdrojové kódy ktoré ste vytvorili
-
diff --git a/pages/students/2018/martin_wencel/README.md b/pages/students/2018/martin_wencel/README.md
index c8478defeb..9c2e5d5192 100644
--- a/pages/students/2018/martin_wencel/README.md
+++ b/pages/students/2018/martin_wencel/README.md
@@ -1,3 +1,11 @@
+---
+title: Martin Wencel
+published: true
+taxonomy:
+ category: [2018,bp2021]
+ tag: [demo,nlp]
+ author: Daniel Hladek
+---
# Martin Wencel
Rok začiatku štúdia: 2018
diff --git a/pages/students/2018/oleh_bilykh/README.md b/pages/students/2018/oleh_bilykh/README.md
index 5f67deca69..708f35e085 100644
--- a/pages/students/2018/oleh_bilykh/README.md
+++ b/pages/students/2018/oleh_bilykh/README.md
@@ -1,3 +1,11 @@
+---
+title: Oleh Bilykh
+published: true
+taxonomy:
+ category: [2018,bp2021]
+ tag: [demo,nlp]
+ author: Daniel Hladek
+---
# Oleh Bilykh
*Začiatok štúdia: 2018*
diff --git a/pages/students/2018/ondrej_megela/README.md b/pages/students/2018/ondrej_megela/README.md
index af86824f1b..04ba87378f 100644
--- a/pages/students/2018/ondrej_megela/README.md
+++ b/pages/students/2018/ondrej_megela/README.md
@@ -1,3 +1,11 @@
+---
+title: Ondrej Megela
+published: true
+taxonomy:
+ category: [2018,bp2021]
+ tag: [nlp]
+ author: Daniel Hladek
+---
# Ondrej Megela
Začiatok štúdia: 2018
diff --git a/pages/students/2018/samuel_sirotnik/README.md b/pages/students/2018/samuel_sirotnik/README.md
index 236a0ca954..3f569ade01 100644
--- a/pages/students/2018/samuel_sirotnik/README.md
+++ b/pages/students/2018/samuel_sirotnik/README.md
@@ -1,3 +1,12 @@
+---
+title: Samuel Širotník
+published: true
+date: 01-02-2014
+taxonomy:
+ category: [2018,bp2021]
+ tag: [raspberrypi,cloud]
+ author: Daniel Hladek
+---
# Samuel Širotník
Rok začiatku štúdia: 2018
diff --git a/pages/taxonomy/taxonomy.md b/pages/taxonomy/taxonomy.md
new file mode 100644
index 0000000000..2e2e3c4a60
--- /dev/null
+++ b/pages/taxonomy/taxonomy.md
@@ -0,0 +1,5 @@
+---
+title: By Taxonomy
+
+cache_enable: false
+---
diff --git a/pages/teachers/hladek/default.md b/pages/teachers/hladek/default.md
deleted file mode 100644
index 0c7073b0de..0000000000
--- a/pages/teachers/hladek/default.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: "Témy a projekty"
-cache_enable: false
-process:
- markdown: false
- twig: true
-content:
- items: "@self.children"
- order:
- by: date
- dir: dest
----
-
-Predmety
-
-
-Študenti
-
-{% for student in taxonomy.findTaxonomy({'teacher':'hladek'}) %}
-{{ student.title }}
-{% endfor %}
-
diff --git a/pages/topics/chatbot/README.md b/pages/topics/chatbot/README.md
index 52cf020c88..3d109ba5a0 100644
--- a/pages/topics/chatbot/README.md
+++ b/pages/topics/chatbot/README.md
@@ -1,5 +1,10 @@
---
title: Dialógový systém
+published: true
+taxonomy:
+ category: [project]
+ tag: [chatbot,nlp]
+ author: Daniel Hladek
---
# Chatbot
diff --git a/pages/topics/morphology/README.md b/pages/topics/morphology/README.md
index 3b5dea8d21..86448c831d 100644
--- a/pages/topics/morphology/README.md
+++ b/pages/topics/morphology/README.md
@@ -1,3 +1,11 @@
+---
+title: Morfologická analýza slovenského jayzka
+published: true
+taxonomy:
+ category: [project]
+ tag: [pos,nlp]
+ author: Daniel Hladek
+---
# Morfologická analýza slovenského jayzka
diff --git a/pages/topics/named-entity/README.md b/pages/topics/named-entity/README.md
index d01150faab..696ef27ba9 100644
--- a/pages/topics/named-entity/README.md
+++ b/pages/topics/named-entity/README.md
@@ -1,5 +1,10 @@
---
title: Pomenované entity
+published: true
+taxonomy:
+ category: [project]
+ tag: [ner,nlp]
+ author: Daniel Hladek
---
# Pomenované entity
diff --git a/pages/topics/nlp/README.md b/pages/topics/nlp/README.md
index 7cbc1aca4e..eda08871fe 100644
--- a/pages/topics/nlp/README.md
+++ b/pages/topics/nlp/README.md
@@ -1,6 +1,10 @@
---
title: Spracovanie prirodzeného jazyka
published: true
+taxonomy:
+ category: [project]
+ tag: [nlp]
+ author: Daniel Hladek
---
# Spracovanie prirodzeného jazyka
diff --git a/pages/topics/prodigy/README.md b/pages/topics/prodigy/README.md
index db1c18bd01..50e8a6f87a 100644
--- a/pages/topics/prodigy/README.md
+++ b/pages/topics/prodigy/README.md
@@ -1,6 +1,10 @@
---
title: Anotácia textových dát
published: true
+taxonomy:
+ category: [project]
+ tag: [annotation,ner,question-answer,nlp]
+ author: Daniel Hladek
---
# Anotácia textových dát
diff --git a/pages/topics/python/README.md b/pages/topics/python/README.md
index 427838f13d..4cc1c418c9 100644
--- a/pages/topics/python/README.md
+++ b/pages/topics/python/README.md
@@ -1,5 +1,10 @@
---
title: Jazyk Python
+published: true
+taxonomy:
+ category: [project]
+ tag: [python]
+ author: Daniel Hladek
---
# Jazyk Python
diff --git a/pages/topics/question/README.md b/pages/topics/question/README.md
index c1dfcb021c..9571309dcb 100644
--- a/pages/topics/question/README.md
+++ b/pages/topics/question/README.md
@@ -1,3 +1,11 @@
+---
+title: Question Answering
+published: true
+taxonomy:
+ category: [project]
+ tag: [annotation,question-answer,nlp]
+ author: Daniel Hladek
+---
# Question Answering
[Project repository](https://git.kemt.fei.tuke.sk/dano/annotation) (private)
diff --git a/pages/topics/resources/README.md b/pages/topics/resources/README.md
index 8fcd4cdcb0..08cff202c7 100644
--- a/pages/topics/resources/README.md
+++ b/pages/topics/resources/README.md
@@ -1,3 +1,11 @@
+---
+title: Slovenské jazykové zdroje
+published: true
+taxonomy:
+ category: [project]
+ tag: [annotation,ner,pos,question-answer,nlp]
+ author: Daniel Hladek
+---
# Slovenské jazykové zdroje
### POS
diff --git a/pages/topics/seq2seq/README.md b/pages/topics/seq2seq/README.md
index 32f2f4bc21..17b35ac9c5 100644
--- a/pages/topics/seq2seq/README.md
+++ b/pages/topics/seq2seq/README.md
@@ -1,5 +1,10 @@
---
title: Prepis postupností
+published: true
+taxonomy:
+ category: [project]
+ tag: [nn,nlp]
+ author: Daniel Hladek
---
# Sequence to sequence
diff --git a/pages/topics/spacy/README.md b/pages/topics/spacy/README.md
index 75d77a8f13..ac406a0250 100644
--- a/pages/topics/spacy/README.md
+++ b/pages/topics/spacy/README.md
@@ -1,5 +1,10 @@
---
title: Spacy
+published: true
+taxonomy:
+ category: [project]
+ tag: [spacy,nn,pos,ner,annotation,nlp]
+ author: Daniel Hladek
---
# Podpora slovenčiny v knižnici Spacy
[Trénovanie modelov Spacy](https://spacy.io/usage/training)
@@ -22,4 +27,4 @@ title: Spacy
- [Maroš Harahus](../../../../students/2016/maros_harahus) (štatistické značkovanie)
- Jozef Olekšák
-- [Lukáš Pokrývka](/students/2016/lukas_pokryvka) (Word Embedding Modely)
\ No newline at end of file
+- [Lukáš Pokrývka](/students/2016/lukas_pokryvka) (Word Embedding Modely)
diff --git a/themes/mytheme/CHANGELOG.md b/themes/mytheme/CHANGELOG.md
new file mode 100644
index 0000000000..dcd12877e1
--- /dev/null
+++ b/themes/mytheme/CHANGELOG.md
@@ -0,0 +1,5 @@
+# v0.1.0
+## 09/30/2020
+
+1. [](#new)
+ * ChangeLog started...
diff --git a/themes/mytheme/LICENSE b/themes/mytheme/LICENSE
new file mode 100644
index 0000000000..d46cd6c82f
--- /dev/null
+++ b/themes/mytheme/LICENSE
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2020 sadf
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/themes/mytheme/README.md b/themes/mytheme/README.md
new file mode 100644
index 0000000000..81887ab63a
--- /dev/null
+++ b/themes/mytheme/README.md
@@ -0,0 +1,7 @@
+# Mytheme Theme
+
+The **Mytheme** Theme is for [Grav CMS](http://github.com/getgrav/grav). This README.md file should be modified to describe the features, installation, configuration, and general usage of this theme.
+
+## Description
+
+mytheme
diff --git a/themes/mytheme/blueprints.yaml b/themes/mytheme/blueprints.yaml
new file mode 100644
index 0000000000..8d5400cd99
--- /dev/null
+++ b/themes/mytheme/blueprints.yaml
@@ -0,0 +1,18 @@
+name: Mytheme
+slug: mytheme
+type: theme
+version: 0.1.0
+description: mytheme
+icon: rebel
+author:
+ name: sadf
+ email: dhladek@mgial.com
+homepage: https://github.com/asdf/grav-theme-mytheme
+demo: http://demo.yoursite.com
+keywords: grav, theme, etc
+bugs: https://github.com/asdf/grav-theme-mytheme/issues
+readme: https://github.com/asdf/grav-theme-mytheme/blob/develop/README.md
+license: MIT
+
+dependencies:
+ - { name: grav, version: '>=1.6.0' }
diff --git a/themes/mytheme/mytheme.php b/themes/mytheme/mytheme.php
new file mode 100644
index 0000000000..62940a0f30
--- /dev/null
+++ b/themes/mytheme/mytheme.php
@@ -0,0 +1,9 @@
+
+
+
+ {{ page.content }}
+ {% if not page.header.hide_mediasummary %}
+
+ {% for image in page.media.images %}
+ {{ image.cropResize(700, 400).html("title", "alt", "itemscreenshot") }}
+ {% endfor %}
+ {% endif %}
+
+
+
+ {% if config.plugins.comments.enabled %}
+
+ {% endif %}
+
+{% endblock %}
diff --git a/themes/mytheme/thumbnail.jpg b/themes/mytheme/thumbnail.jpg
new file mode 100644
index 0000000000..e82d66ec04
Binary files /dev/null and b/themes/mytheme/thumbnail.jpg differ