Browse Source

Add work experience

Matthias Vogelgesang 10 năm trước cách đây
mục cha
commit
61502d2275
3 tập tin đã thay đổi với 14 bổ sung3 xóa
  1. 4 0
      convert.py
  2. 3 3
      cv.tex.in
  3. 7 0
      resume.de.json

+ 4 - 0
convert.py

@@ -34,6 +34,10 @@ def preprocess(data):
         stage['startDate'] = fix_date(stage['startDate'])
         stage['endDate'] = fix_date(stage['endDate'])
 
+    for work in data['work']:
+        work['startDate'] = fix_date(work['startDate'])
+        work['endDate'] = fix_date(work['endDate'])
+
     return data
 
 

+ 3 - 3
cv.tex.in

@@ -59,12 +59,12 @@
     ((* for stage in resume.education *))
     \cvperiod{((( stage.startDate )))--((( stage.endDate )))}{\emph{((( stage.studyType )))}, ((( stage.institution )))}
     ((* endfor *))
-    \begin{itemize}
-      \item Diplom-Informatiker, Notenschnitt: 1.3
-    \end{itemize}
   \end{cvsection}
 
   \begin{cvsection}{Berufserfahrung}
+    ((* for work in resume.work *))
+    \cvperiod{((( work.startDate )))--((( work.endDate )))}{\emph{((( work.position )))}, ((( work.company )))}
+    ((* endfor *))
   \end{cvsection}
 
   \begin{cvsection}{Sprachen}

+ 7 - 0
resume.de.json

@@ -36,6 +36,13 @@
         "startDate": "1997-07-01",
         "endDate": "2004-05-01"
     }],
+    "work": [{
+        "company": "Fraunhofer IOSB",
+        "position": "Wissenschaftliche Hilfskraft",
+        "startDate": "2006-08-01",
+        "endDate": "2009-09-01",
+        "summary": "foo"
+    }],
     "languages": [{
         "language": "Deutsch",
         "fluency": "Muttersprache"