Przeglądaj źródła

Add skills and promotion

Matthias Vogelgesang 10 lat temu
rodzic
commit
6bbb37f633
2 zmienionych plików z 26 dodań i 0 usunięć
  1. 8 0
      cv.tex.in
  2. 18 0
      resume.de.json

+ 8 - 0
cv.tex.in

@@ -75,6 +75,14 @@
     \end{description}
   \end{cvsection}
 
+  \begin{cvsection}{Qualifikationen}
+    \begin{description}
+      ((* for skill in resume.skills *))
+    \item[((( skill.name )))] ((( skill.keywords|join(', ') )))
+      ((* endfor *))
+    \end{description}
+  \end{cvsection}
+
   \begin{cvsection}{Netz}
     \begin{description}
       \item[Webseite] ((( resume.basics.website )))

+ 18 - 0
resume.de.json

@@ -23,6 +23,13 @@
         }]
     },
     "education": [{
+        "institution": "Karlsruher Institut für Technologie",
+        "area": "Informatik",
+        "studyType": "Promotion",
+        "startDate": "2011-01-01",
+        "endDate": "2014-11-01"
+    },
+    {
         "institution": "Karlsruher Institut für Technologie",
         "area": "Informatik",
         "studyType": "Diplom",
@@ -54,5 +61,16 @@
     {
         "language": "Französisch",
         "fluency": "Grundkenntnisse"
+    }],
+    "skills": [{
+        "name": "Sprachen",
+        "keywords": ["C", "Python", "C++", "Java", "Bash"]
+    },
+    {
+        "name": "Software",
+        "keywords": ["Linux", "Git", "\\LaTeX", "Autotools", "CMake"]
+    }],
+    "interests": [{
+        "name": "Bass"
     }]
 }