Quellcode durchsuchen

Add more publications and change formatting

Matthias Vogelgesang vor 7 Jahren
Ursprung
Commit
36728ff4a0
3 geänderte Dateien mit 60 neuen und 12 gelöschten Zeilen
  1. 1 0
      Makefile
  2. 10 12
      cv.tex.in
  3. 49 0
      resume.de.json

+ 1 - 0
Makefile

@@ -18,6 +18,7 @@ clean:
 
 
 %.pdf: %.tex $(TEX)
+	@rm -f pubs.bib
 	@xelatex $<
 	@biber cv
 	@xelatex $<

+ 10 - 12
cv.tex.in

@@ -13,31 +13,26 @@
 
 ((* if resume.publications *))
 \usepackage[
-  maxbibnames=99
+  maxbibnames=99,
+  firstinits=true,
 ]{biblatex}
 \usepackage{filecontents}
 \begin{filecontents}{pubs.bib}
-  ((* for publication in resume.publications *))
+  ((* for publication in resume.publications|sort(attribute='year', reverse=True) *))
   @((( publication.type ))){tmp((( loop.index ))),
     title = {((( publication.title)))},
-    author = {
-      ((* for author in publication.authors *))
-        ((( author ))) and
-      ((* endfor *))
-    },
+    author = {((( publication.authors|join(' and ') )))},
     year = {((( publication.year )))},
-    ((* if publication.month *))
     month = {((( publication.month )))},
-    ((* endif *))
     pages = {((( publication.pages )))},
     ((* if publication.journal *))
     journal = {((( publication.journal )))},
     volume = {((( publication.volume )))},
     number = {((( publication.number )))},
+    ((* else *))
+    booktitle = {((( publication.booktitle )))},
     ((* endif *))
-    ((* if publication.doi *))
     doi = {((( publication.doi )))},
-    ((* endif *))
   }
   ((* endfor *))
 \end{filecontents}
@@ -195,7 +190,10 @@ VERÖFFENTLICHUNGEN\vspace{1em}}
   ((* if resume.publications *))
   \pagebreak
   \nocite{*}
-  \printbibliography[heading=customheading]
+  \begingroup
+    \newrefcontext[sorting=ynt]
+    \printbibliography[heading=customheading]
+  \endgroup
   ((* endif *))
   \pagebreak
 \end{document}

+ 49 - 0
resume.de.json

@@ -135,6 +135,18 @@
             "number": 6,
             "pages": "1283--1293"
         },
+        {
+            "title":  "A High-Speed DAQ Framework for Future High-Level Trigger and Event Building Clusters",
+            "authors": [
+                "Michele Caselle", "Luis Eduardo Ardila Perez", "Matthias Balzer", "Timo Dritschler", "Andreas Kopmann", "Hannes Mohr", "Lorenzo Rota", "Matthias Vogelgesang", "Marc Weber"
+            ],
+            "type": "article",
+            "year": 2017,
+            "doi": "10.1088/1748-0221/12/03/C03015",
+            "journal": "Journal of Instrumentation",
+            "volume": 12,
+            "number": 3
+        },
         {
             "title": "Real-time image-content-based beamline control for smart 4D X-ray imaging",
             "authors": [
@@ -148,6 +160,43 @@
             "volume": 23,
             "number": 5,
             "pages": "1254--1263"
+        },
+        {
+            "title": "High-throughput data acquisition and processing for real-time x-ray imaging",
+            "authors": [
+                "Matthias Vogelgesang", "Lorenzo Rota", "Luis Eduardo Ardila Perez", "Michele Caselle", "Suren Chilingaryan", "Andreas Kopmann"
+            ],
+            "type": "inproceedings",
+            "year": 2016,
+            "month": 10,
+            "doi": "10.1117/12.2237611",
+            "booktitle": "Proc. of the SPIE",
+            "volume": 9967
+        },
+        {
+            "title": "Real-time image-content-based beamline control for smart 4D X-ray imaging",
+            "authors": [
+                "Uros Stevanovic", "Michele Caselle", "Angelica Cecilia", "Suren Chilingaryan", "Tomáš Faragó", "Sergei Gasilov", "Armin Herth", "Andreas Kopmann", "Matthias Vogelgesang", "Matthias Balzer", "Tilo Baumbach", "Marc Weber"
+            ],
+            "type": "article",
+            "year": 2015,
+            "month": 6,
+            "doi": "10.1109/TNS.2015.2425911",
+            "journal": "IEEE Transactions on Nuclear Science",
+            "volume": 62,
+            "number": 3,
+            "pages": "911--918"
+        },
+        {
+            "title": "A scalable DAQ system with high-rate channels and FPGA- and GPU-Trigger for the dark matter experiment EDELWEISS-III",
+            "authors": [
+                "Till Bergmann", "Matthias Balzer", "Dietmar Bormann", "Suren Chilingaryan", "Klaus Eitel", "Matthias Kleifges", "Andreas Kopmann", "V. Kozlov", "Alexander Menshikov", "Björn Siebenborn", "Dennis Tcherniakhovski", "Matthias Vogelgesang", "Marc Weber"
+            ],
+            "type": "inproceedings",
+            "year": 2015,
+            "month": 10,
+            "doi": "10.1109/NSSMIC.2015.7581841",
+            "booktitle": "2015 IEEE Nuclear Science Symposium and Medical Imaging Conference (NSS/MIC)"
         }
     ]
 }