Browse Source

Clean up mess with BibTeXParser-based script

Matthias Vogelgesang 9 years ago
parent
commit
50eecd76ed
2 changed files with 739 additions and 868 deletions
  1. 47 0
      clean.py
  2. 692 868
      collab.bib

+ 47 - 0
clean.py

@@ -0,0 +1,47 @@
+#!/usr/bin/python
+
+import sys
+import bibtexparser
+import bibtexparser.bparser
+
+
+def remove_newlines(d):
+    for key, value in d.items():
+        d[key] = value.replace('\n', ' ')
+    return d
+
+
+class AlignedWriter(bibtexparser.bwriter.BibTexWriter):
+    def __init__(self):
+        super(AlignedWriter, self).__init__()
+        self.order_entries_by = None
+
+    def _entry_to_bibtex(self, entry):
+        bibtex = u'@{}{{{}'.format(entry['type'], entry['id'])
+
+        for field in [i for i in sorted(entry) if i not in ['type', 'id']]:
+            try:
+                bibtex += u",\n  {:<12}= {{{}}}".format(field, entry[field])
+            except TypeError:
+                raise TypeError("The field %s in entry %s must be a string" % (field, entry['id']))
+
+        bibtex += u"\n}}\n{}".format(self.entry_separator)
+        return bibtex.encode('UTF-8')
+
+
+def main():
+    if len(sys.argv) < 2:
+        sys.exit("Usage: clean.py file.bib")
+
+    with open(sys.argv[1]) as f:
+        parser = bibtexparser.bparser.BibTexParser()
+        parser.customization = remove_newlines
+
+        db = bibtexparser.loads(f.read(), parser)
+
+        writer = AlignedWriter()
+        print(bibtexparser.dumps(db, writer))
+
+
+if __name__ == '__main__':
+    main()

+ 692 - 868
collab.bib

@@ -1,910 +1,734 @@
-@COMMENT{
-    year = {2013, Journal},
-}
-
 @inproceedings{dritschler2014using,
-  title     = {InfiniBand interconnects for high-throughput data acquisition in a TANGO environment},
-  author    = {Dritschler, Timo and Chilingaryan, Suren and Farago, Tomas and
-               Kopmann, Andreas and Vogelgesang, Matthias},
-  booktitle = {Proceedings of the 10th International Workshop on Personal
-               Computers and Particle Accelerators},
-  series    = {PCAPAC '14},
-  year      = {2014},
-  note      = {to appear},
-}
-
-@ARTICLE{caselle2013ultrafast,
-  author = {Caselle, M. and Chilingaryan, S. and Herth, A. and Kopmann, A. and
-	Stevanovic, U. and Vogelgesang, M. and Balzer, M. and Weber, M.},
-  title = {Ultrafast Streaming Camera Platform for Scientific Applications},
-  journal = {Nuclear Science, IEEE Transactions on},
-  year = {2013},
-  volume = {60},
-  pages = {3669--3677},
-  number = {5},
-  doi = {10.1109/TNS.2013.2252528},
-  issn = {0018-9499}
-}
-
-@INPROCEEDINGS{mexner2013anewflexible,
-  author = {Mexner, W. and Ressman D. and Spangenberg, T. and Pasic, H. and
-      Iurchenko, E.},
-  title = {A new flexible integraton of NeXus data sets to ANKA by FUSE file system},
-  booktitle = {Proceedings of the 14th International Conference on Accelerator \&
-	Large Experimental Physics Control Systems},
-  year = {2013},
-  series = {ICALEPCS '13}
+  author      = {Dritschler, Timo and Chilingaryan, Suren and Farago, Tomas and Kopmann, Andreas and Vogelgesang, Matthias},
+  booktitle   = {Proceedings of the 10th International Workshop on Personal Computers and Particle Accelerators},
+  note        = {to appear},
+  series      = {PCAPAC '14},
+  title       = {InfiniBand interconnects for high-throughput data acquisition in a TANGO environment},
+  year        = {2014}
+}
+
+@article{caselle2013ultrafast,
+  author      = {Caselle, M. and Chilingaryan, S. and Herth, A. and Kopmann, A. and Stevanovic, U. and Vogelgesang, M. and Balzer, M. and Weber, M.},
+  doi         = {10.1109/TNS.2013.2252528},
+  issn        = {0018-9499},
+  journal     = {Nuclear Science, IEEE Transactions on},
+  number      = {5},
+  pages       = {3669--3677},
+  title       = {Ultrafast Streaming Camera Platform for Scientific Applications},
+  volume      = {60},
+  year        = {2013}
+}
+
+@inproceedings{mexner2013anewflexible,
+  author      = {Mexner, W. and Ressman D. and Spangenberg, T. and Pasic, H. and Iurchenko, E.},
+  booktitle   = {Proceedings of the 14th International Conference on Accelerator \& Large Experimental Physics Control Systems},
+  series      = {ICALEPCS '13},
+  title       = {A new flexible integraton of NeXus data sets to ANKA by FUSE file system},
+  year        = {2013}
 }
 
 @article{myagotin2013efficient,
-    author    = {Myagotin, A. and Voropaev, A. and Helfen, L. and Hanschke, D. and Baumbach, T.},
-    journal   = {Image Processing, IEEE Transactions on},
-    title     = {Efficient Volume Reconstruction for Parallel-Beam Computed Laminography by Filtered Backprojection on Multi-Core Clusters},
-    year      = {2013},
-    month     = {12},
-    volume    = {22},
-    number    = {12},
-    pages     = {5348--5361},
-    doi       = {10.1109/TIP.2013.2285600},
-    ISSN      = {1057-7149},
-    publisher = {IEEE Press},
-    address   = {Piscataway, NJ, USA},
+  address     = {Piscataway, NJ, USA},
+  author      = {Myagotin, A. and Voropaev, A. and Helfen, L. and Hanschke, D. and Baumbach, T.},
+  doi         = {10.1109/TIP.2013.2285600},
+  issn        = {1057-7149},
+  journal     = {Image Processing, IEEE Transactions on},
+  month       = {12},
+  number      = {12},
+  pages       = {5348--5361},
+  publisher   = {IEEE Press},
+  title       = {Efficient Volume Reconstruction for Parallel-Beam Computed Laminography by Filtered Backprojection on Multi-Core Clusters},
+  volume      = {22},
+  year        = {2013}
 }
 
 @article{dosSantosRolo2013invivo,
-    author = {dos Santos Rolo, Tomy and Ershov, Alexey and van de Kamp, Thomas
-        and Baumbach, Tilo},
-    title = {In vivo X-ray cine-tomography for tracking morphological dynamics},
-    volume = {111},
-    number = {11},
-    pages = {3921-3926},
-    year = {2014},
-    doi = {10.1073/pnas.1308650111},
-    journal = {Proceedings of the National Academy of Sciences}
-}
-
-@TECHREPORT{stotzka2013data,
-    author = {Stotzka, Rainer},
-    title = {Data Life Cycle Lab. Key Technologies. Status 2013. Big Data in
-        Science},
-    year = {2013},
-    institution = {Institute for Data Processing and Electronics (IPE)},
-    urn = {http://digbib.ubka.uni-karlsruhe.de/volltexte/1000037134},
-}
-
-@ARTICLE{vrsacki2013cockroaches,
-    author={Vr\v{s}ansk\'{y}, P. and van de Kamp, T. and Azar, D. and Prokin, A.
-    and Vidli\v{c}kag, L. and Vagovi\v{c}, P.},
-    journal={PLoS ONE},
-    title={Cockroaches probably cleaned up after dinosaurs},
-    year={2013},
-    month={12},
-    volume={8},
-    number={12},
-    pages={5348-5361},
-    doi={10.1371/journal.pone.0080560},
-    ISSN={},
+  author      = {dos Santos Rolo, Tomy and Ershov, Alexey and van de Kamp, Thomas and Baumbach, Tilo},
+  doi         = {10.1073/pnas.1308650111},
+  journal     = {Proceedings of the National Academy of Sciences},
+  number      = {11},
+  pages       = {3921-3926},
+  title       = {In vivo X-ray cine-tomography for tracking morphological dynamics},
+  volume      = {111},
+  year        = {2014}
+}
+
+@techreport{stotzka2013data,
+  author      = {Stotzka, Rainer},
+  institution = {Institute for Data Processing and Electronics (IPE)},
+  title       = {Data Life Cycle Lab. Key Technologies. Status 2013. Big Data in Science},
+  urn         = {http://digbib.ubka.uni-karlsruhe.de/volltexte/1000037134},
+  year        = {2013}
+}
+
+@article{vrsacki2013cockroaches,
+  author      = {Vr\v{s}ansk\'{y}, P. and van de Kamp, T. and Azar, D. and Prokin, A. and Vidli\v{c}kag, L. and Vagovi\v{c}, P.},
+  doi         = {10.1371/journal.pone.0080560},
+  issn        = {},
+  journal     = {PLoS ONE},
+  month       = {12},
+  number      = {12},
+  pages       = {5348-5361},
+  title       = {Cockroaches probably cleaned up after dinosaurs},
+  volume      = {8},
+  year        = {2013}
 }
 
 @article{vandekamp2013insect,
-    author = {van de Kamp, Thomas and Alexey, Ershov and dos Santos Rolo,
-                Tomy and Alexander, Riedel and Tilo, Baumbach},
-    journal = {Entomologie heute},
-    number = 25,
-    pages = {147-160},
-    title = {Insect imaging at the ANKA synchrotron
-    radiation facility},
-    volume = 11,
-    year = 2013
-}
-
-@INPROCEEDINGS{haas2013implementation,
-  author = {Haas, D. and Mexner, W. and Spangenberg, T. and Pasic, H.},
-  title = {Implementation of an Overall Data Management at the Tomography Station
-	at ANKA},
-  booktitle = {Proceedings of the 14th International Conference on Accelerator \&
-	Large Experimental Physics Control Systems},
-  year = {2013},
-  series = {ICALEPCS '13}
-}
-
-
-@INPROCEEDINGS{vogelgesang2013concert,
-  author = {Vogelgesang, M. and Farago, T. and dos Santos Rolo, T. and Kopmann, A. and
-	Baumbach, T.},
-  title = {When Hardware and Software Work in Concert},
-  booktitle = {Proceedings of the 14th International Conference on Accelerator \&
-	Large Experimental Physics Control Systems},
-  year = {2013},
-  series = {ICALEPCS '13}
+  author      = {van de Kamp, Thomas and Alexey, Ershov and dos Santos Rolo, Tomy and Alexander, Riedel and Tilo, Baumbach},
+  journal     = {Entomologie heute},
+  number      = {25},
+  pages       = {147-160},
+  title       = {Insect imaging at the ANKA synchrotron radiation facility},
+  volume      = {11}
+}
+
+@inproceedings{haas2013implementation,
+  author      = {Haas, D. and Mexner, W. and Spangenberg, T. and Pasic, H.},
+  booktitle   = {Proceedings of the 14th International Conference on Accelerator \& Large Experimental Physics Control Systems},
+  series      = {ICALEPCS '13},
+  title       = {Implementation of an Overall Data Management at the Tomography Station at ANKA},
+  year        = {2013}
+}
+
+@inproceedings{vogelgesang2013concert,
+  author      = {Vogelgesang, M. and Farago, T. and dos Santos Rolo, T. and Kopmann, A. and Baumbach, T.},
+  booktitle   = {Proceedings of the 14th International Conference on Accelerator \& Large Experimental Physics Control Systems},
+  series      = {ICALEPCS '13},
+  title       = {When Hardware and Software Work in Concert},
+  year        = {2013}
 }
 
 @inproceedings{yang2013algebraic,
-  author    = {Yang, H. and Jejkal, T. and Stotzka, R. and Pasic, H. and dos
-      Santos Rolo, T.},
-  booktitle = {Proceedings of ICALEPS 2013},
-  series    = {ICALEPCS '13},
-  title     = {Algebraic Reconstruction of Ultrafast Tomography Images at the
-      Large Scale Data Facility},
-  year      = {2013},
-}
-
-@INPROCEEDINGS{yang2013dataintensiveproceed,
-    author={ Yang, X. and Jejkal, T. and Pasic, H. and Stotzka, R. and Streit,
-        A. and van Wezel, J. and dos Santos Rolo, T.},
-    booktitle={Parallel, Distributed and Network-Based Processing (PDP), 2013
-        21st Euromicro International Conference on},
-    title={Data Intensive Computing of X-Ray Computed Tomography Reconstruction
-        at the LSDF},
-    year={2013},
-    month={2},
-    pages={86-93},
-    doi={10.1109/PDP.2013.21},
-    ISSN={1066-6192},
+  author      = {Yang, H. and Jejkal, T. and Stotzka, R. and Pasic, H. and dos Santos Rolo, T.},
+  booktitle   = {Proceedings of ICALEPS 2013},
+  series      = {ICALEPCS '13},
+  title       = {Algebraic Reconstruction of Ultrafast Tomography Images at the Large Scale Data Facility},
+  year        = {2013}
+}
+
+@inproceedings{yang2013dataintensiveproceed,
+  author      = {Yang, X. and Jejkal, T. and Pasic, H. and Stotzka, R. and Streit, A. and van Wezel, J. and dos Santos Rolo, T.},
+  booktitle   = {Parallel, Distributed and Network-Based Processing (PDP), 2013 21st Euromicro International Conference on},
+  doi         = {10.1109/PDP.2013.21},
+  issn        = {1066-6192},
+  month       = {2},
+  pages       = {86-93},
+  title       = {Data Intensive Computing of X-Ray Computed Tomography Reconstruction at the LSDF},
+  year        = {2013}
 }
 
 @article{yang2013dataintensive,
-    author = {Xiaoli Yang and Thomas Jejkal and Halil Pasic and Rainer Stotzka
-        and Achim Streit and Jos van Wezel and Tomy dos Santos Rolo},
-    title = {Data Intensive Computing of X-Ray Computed Tomography
-        Reconstruction at the LSDF},
-    journal ={2014 22nd Euromicro International Conference on Parallel,
-        Distributed, and Network-Based Processing},
-    volume = {0},
-    issn = {1066-6192},
-    year = {2013},
-    pages = {86-93},
-    doi = {http://doi.ieeecomputersociety.org/10.1109/PDP.2013.21},
-    publisher = {IEEE Computer Society},
-    address = {Los Alamitos, CA, USA},
-}
-
-@COMMENT{
-    year = {2013, Talks},
-}
-
-@MISC{balzer2013SCI,
-  author = {Balzer, M. and Chilingaryan, S.},
-  title = {Ultrafast {X}-Ray Imaging of Scientific Processes},
-  howpublished = {Seminar at SCI},
-  month = {9},
-  year = {2013}
-}
-
-@MISC{suren2013ultrafastmoscow,
-  author = {Chilingaryan, S.},
-  title = {Ultrafast {X}-Ray Imaging of Scientific Processes},
-  howpublished = {Seminar at TPU, Tomsk},
-  month = {5},
-  year = {2013}
-}
-
-@MISC{suren2013High,
-  author = {Chilingaryan, S.},
-  title = {High-performance computing hardware for high data rates},
-  howpublished = {HDRI Workshop},
-  month = {3},
-  year = {2013}
-}
-
-@MISC{suren2013ultrafast,
-  author = {Chilingaryan, S.},
-  title = {Ultrafast {X}-Ray Imaging of Scientific Processes},
-  howpublished = {Seminar at TPU, Tomsk},
-  month = {5},
-  year = {2013}
-}
-
-@MISC{kopmann2013Photon,
-  author = {Kopmann, A.},
-  title = {Photon{/}neutron community experience and plans with GPUs},
-  howpublished = {GPUs in High
-  Energy Physics Workshop, Hamburg},
-  month = {4},
-  year = {2013}
-}
-
-@MISC{pasic2013managing,
-  author = {Pasic, H.},
-  title = {Managing Large Scale Data at ANKA},
-  howpublished = {HDRI Workshop, Hamburg},
-  month = {3},
-  year = {2013}
-}
-
-@MISC{vandekamp2013synchrotron,
-  author = {van de Kamp, T. and Schmied, H. and  Schwermann, A. and Krogmann,
-      L. and dos Santos Rolo, T. and  Riedel,T. A. and Baumbach, T.},
-  title = {Synchrotron-R{\"o}ntgenmikrotomographie fossiler Insekten},
-  howpublished = {26. Westdeutscher Entomologentag, D{\"u}sseldorf},
-  month = {11},
-  year = {2013}
-}
-
-@MISC{vandekamp2013invivo,
-  author = {van de Kamp, T. and dos Santos Rolo, T. and Ershov, A. and Baumbach, T.},
-  title = {n vivo X-ray 4D cine-tomography
-  for tracking morphological dynamics in insects},
-  howpublished = {Entomology 2013},
-  month = {11},
-  year = {2013}
-}
-
-@MISC{vandekamp2013vompr,
-  author = {van de Kamp, T. and Baumbach, T.},
-  title = {Vom Pr{\"a}parat zum Kunststoffmodell: 3D-Druck f{\"u}r Morphologen},
-  howpublished = {6. Graduiertenforum der DZG-Fachgruppe Morphologie, Ulm},
-  month = {10},
-  year = {2013}
-}
-
-@MISC{vandekamp2013zum,
-  author = {van de Kamp, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Cecilia,
-      A. cand Ershov, A. and Riedel, A. and Baumbach, T.},
-  title = {Synchrotron X-ray microtomography for examining animal morphology},
-  howpublished = {Bio-Geo-Kolloquium der Friedrich-Schiller-Universit{\"a}t Jena},
-  month = {4},
-  year = {2013}
-}
-
-@MISC{vandekamp2013zurfunktion,
-  author = {van de Kamp, T. and Vagovi\v{c}, P. and Baumbach, T. and Riedel, A. },
-  title = {Zur Funktionsmorphologie der R{\"u}sselk{\"a}fergattung Trigonopterus.},
-  howpublished = {Entomologentagung der Deutschen Gesellschaft f{\"u}r allgemeine und
-  angewandte Entomologie, G{\"o}ttingen},
-  month = {3},
-  year = {2013}
-}
-
-@MISC{vandekamp2013roentgen,
-  author = {van de Kamp, T. and dos Santos Rolo, T. and Ershov, A. and Baumbach, T.},
-  title = {R{\"o}ntgenbildgebung in den Lebenswissenschaften: Herausforderungen an die Datenanalyse},
-  howpublished = {LSDMA Community Forum, DESY, Hamburg},
-  month = {3},
-  year = {2013}
-}
-
-@MISC{vandekamp2013imaging,
-  author = {van de Kamp, T. and dos Santos Rolo, T. and Cecilia,
-      A. cand Ershov, A. and Riedel, A. and Baumbach, T.},
-  title = {Imaging in life sciences.},
-  howpublished = {K{\"o}nigstein Meeting, Baehrenthal, France},
-  month = {1},
-  year = {2013}
-}
-
-@MISC{vogelgesang2013anextensible,
-  author = {Vogelgesang, M.},
-  title = {An Extensible Parallel Computing Environment for Ultrafast X-Ray
-      Imaging},
-  howpublished = {HDRI Workshop, Hamburg},
-  month = {3},
-  year = {2013}
-}
-
-@MISC{vogelgesang2013experiment,
-  author = {Vogelgesang, M.},
-  title = {Experiment Control for High-Speed Tomography},
-  howpublished = {27th Tango Collaboration
-  Meeting, Barcelona},
-  month = {5},
-  year = {2013}
-}
-
-@MISC{yang2013algebraictalk,
-  author = {Yang, X.},
-  title = {Algebraic Reconstruction of X-ray Tomography on Parallel Computing
-      Architecture of LSDF},
-  howpublished = {HDRI Workshop, Hamburg},
-  month = {3},
-  year = {2013}
-}
-
-@COMMENT{
-    year = {2013, Posters},
-}
-
-@MISC{chilingaryan2013agpubased,
-  author = { Chilingaryan, S. and Caselle, M. and Farago, T. and Kopmann, A. and
-      Mirone, A. and dos Santos Rolo, T. and Stevanovic, U. and Vogelgesang, M.},
-  title = {A GPU-based Architecture for Real-Time Data Assessment at Syn-
-  chrotron Experiments},
-  howpublished = {532. Wilhelm and Else Heraeus-Seminar, Development of
-      High-Resolution Pixel Detectors and their Use in Science and Society, Bad Honnef},
-  month = {5},
-  year = {2013}
-}
-
-@MISC{farago2013gpuacc,
-  author = {Farago, T. and van de Kamp, T. and dos Santos Rolo, T.
-      and Baumbach, T.},
-  title = {GPU Accelerated High-speed Imaging Using X-rays},
-  howpublished = {GPU Technology Conference, San Jose, CA USA },
-  month = {3},
-  year = {2013}
-}
-
-@INPROCEEDINGS{vogelgesang2013concertposter,
-  author = {Vogelgesang, M. and Farago, T. and dos Santos Rolo, T. and Kopmann, A. and
-	Baumbach, T.},
-  title = {When Hardware and Software Work in Concert},
-  booktitle = {Proceedings of the 14th International Conference on Accelerator \&
-	Large Experimental Physics Control Systems},
-   year = {2013},
-   volume = {60},
-   pages = {3669--3677},
-   number = {5},
-   doi = {10.1109/TNS.2013.2252528},
-   issn = {0018-9499}
-}
-
-@COMMENT{
-    year = {2012, Journal},
-}
-
-@INPROCEEDINGS{haas2012status,
-  author = {Haas, D. and Mexner, W. and Spangenberg, T. and Cecilia, A. and
-      Vagovi\v{c}, P. and Kopmann, A. and Balzer, M. and Vogelgesang, M. Pasic,
-      H. and Chilingaryan, S.},
-  title = {Status of the ultra fast tomography experiments control
-  at ANKA},
-  booktitle = {Proceedings of PCaPAC2012, Kolkata, India},
-  year = {2012},
-  series = {}
-}
-
-@ARTICLE{anzt2012unified,
-  author = {Anzt, Hartwig and Beglarian, Armen and Chilingaryan, Suren and Ferrone,
-	Andrew and Heuveline, Vincent and Kopmann, Andreas},
-  title = {A unified energy footprint for simulation software},
-  journal = {Computer Science-Research and Development},
-  year = {2012},
-  pages = {1--8},
-  publisher = {Springer}
-}
-
-@INPROCEEDINGS{caselle2012ultra,
-  author = {Caselle, Michele and Chilingaryan, Suren and Herth, Armin and Kopmann,
-	Andreas and Stevanovic, Uros and Vogelgesang, Matthias and Balzer,
-	Matthias and Weber, Marc},
-  title = {Ultra-fast streaming camera platform for scientific applications},
-  booktitle = {Real Time Conference (RT), 2012 18th IEEE-NPSS},
-  year = {2012},
-  pages = {1--8},
-  organization = {IEEE}
-}
-
-@ARTICLE{douissard2012versatile,
-  author = {Douissard, P-A and Cecilia, A. and Rochet, X. and Chapel, X. and
-	Martin, T. and van de Kamp, T. and Helfen, L. and Baumbach, T. and
-	Luquot, L. and Xiao, X. and others},
-  title = {A versatile indirect detector design for hard X-ray microimaging},
-  journal = {Journal of Instrumentation},
-  year = {2012},
-  volume = {7},
-  pages = {P09016},
-  number = {09},
-  publisher = {IOP Publishing}
-}
-
-@ARTICLE{myagotin2012fast,
-  author = {Myagotin, A. and Voropaev, A. and Helfen, L. and H{\"a}nschke, D. and
-	Baumbach, T.},
-  title = {Fast volume reconstruction for parallel-beam computed laminography
-	by filtered backprojection},
-  journal = {International Journal of Materials Research},
-  year = {2012},
-  volume = {},
-  number = {09},
-  pages = {170--173},
-  publisher = {}
-}
-
-@ARTICLE{riedel2012sayrevilleinae,
-  author = {Riedel, Alexander and dos Santos Rolo, Tomy and Cecilia, Angelica
-	and Van De Kamp, Thomas},
-  title = {Sayrevilleinae Legalov, a newly recognised subfamily of fossil weevils
-	(Coleoptera, Curculionoidea, Attelabidae) and the use of synchrotron
-	microtomography to examine inclusions in amber},
-  journal = {Zoological Journal of the Linnean Society},
-  year = {2012},
-  volume = {165},
-  pages = {773--794},
-  number = {4},
-  publisher = {Wiley Online Library}
-}
-
-@CONFERENCE{rshkarin2012organizing,
-  author = {Shkarin, Roman and Shkarin, Andrej},
-  title = {Organizing tests of Custom Image Filters for UFO},
-  booktitle = {Proceedings of 18th International Conference of Students and Young
-	Scientists “Modern Technique and Technologies”},
-  year = {2012}
-}
-
-@INPROCEEDINGS{vogelgesang2012ufo,
-  author = {Vogelgesang, Matthias and Chilingaryan, Suren and dos Santos Rolo, Tomy
-      and Kopmann, Andreas},
-  title = {UFO: A Scalable GPU-based Image Processing Framework for On-line
-	Monitoring},
-  booktitle = {Proceedings of The 14th IEEE Conference on High Performance Computing
-	and Communication \& The 9th IEEE International Conference on Embedded
-	Software and Systems (HPCC-ICESS)},
-  year = {2012},
-  series = {HPCC '12},
-  pages = {824--829},
-  month = {6},
-  publisher = {IEEE Computer Society},
-  isbn = {978-1-4673-2164-8},
-  location = {Liverpool, UK}
-}
-
-@COMMENT{
-    year = {2012, Talks},
-}
-
-@MISC{balzer2012kit,
-  author = {Balzer, Matthias and Caselle, Michele and Chilingaryan, Suren and
-      Herth, A. and Kopmann, Andreas and Stevanovic, Uros and Vogelgesang, Matthias
-          and dos Santos Rolo, Tomy},
-  title = {KIT Kamera System f{\"u}r UFO},
-  howpublished = {Presented at SEI Tagung Dresden},
-  month = {3},
-  year = {2012}
-}
-
-@CONFERENCE{chilingaryan2012alps,
-  author = {Chilingaryan, Suren},
-  title = {ALPS – Advanced Linux PCI Services for Rapid Prototyping of PCI-based
-	DAQ Electronics},
-  booktitle = {18th IEEE Real-time Conference},
-  year = {2012},
-}
-
-@CONFERENCE{chilingaryan2012rthigh,
-  author = {Chilingaryan, Suren},
-  title = {A high-throughput platform for real-time X-ray imaging},
-  booktitle = {18th IEEE Real-time conference},
-  year = {2012},
-}
-
-@MISC{chilingaryan2012practical,
-  author = {Chilingaryan, Suren},
-  title = {Practical Experience with GPUs for High-Throughput Computing},
-  howpublished = {Presented at a PNI-HDRI workshop in Hamburg, Germany},
-  month = {2},
-  year = {2012},
-}
-
-@MISC{chilingaryan2012visualization,
-  author = {Chilingaryan, Suren},
-  title = {Visualization of Tango Historic Archives},
-  howpublished = {Presented at the Tango collaboration meeting at MAX-lab, Lund, Sweden},
-  month = {4},
-  year = {2012},
-}
-
-@CONFERENCE{rolo2012highspeed,
-  author = {dos Santos Rolo, T. and van de Kamp, T. and Vogelgesang, M. and
-      Chilingaryan, S. and Cecilia, A. and Vagovi\v{c}, P. and Kopmann, A. and
-          Baumbach, T.},
-  title = {High-speed X-ray imaging and image-based control at ANKA},
-  booktitle = {The 11th International Conference on Synchrotron Radiation Instrumentation},
-  year = {2012}
-}
-
-@CONFERENCE{rolo2012realtime,
-  author = {dos Santos Rolo, T. and van de Kamp, T. and Cecilia, A. and
-      Vagovi\v{c}, P. and Baumbach, T.},
-  title = {Real-time volumetric imaging using high-speed X-ray microtomography},
-  booktitle = {Focus on Microscopy Conference},
-  year = {2012}
-}
-
-@MISC{kopmann2012application,
-  author = {Kopmann, Andreas},
-  title = {Application of GPUs for online monitoring in Tomography},
-  howpublished = {Presented at “Tomography, data processing and image reconstruction
-	for medicine and engineering.” First topical workshop within the
-	framework of the Helmholtz portfolio project "Detector technologies
-	and systems platform".},
-  month = {9},
-  year = {2012}
-}
-
-@MISC{pasic2012extending,
-  author = {Pasic, Halil},
-  title = {Extending NeXus for HDRI¿},
-  howpublished = {Presented at PNI-HDRI and PaNdata Workshop},
-  month = {2},
-  year = {2012}
-}
-
-@MISC{vandekamp2012synchrotron,
-  author = {van de Kamp, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Cecilia,
-      A. and Ershov, A. and Riedel, A. and Baumbach, T.},
-  title = {Synchrotron-Röntgen-Tomographie und interaktive 3D-Modelle in der
-	Insektenmorphologie},
-  howpublished = {Presented at 25. Westdeutscher Entomologentag, Düsseldorf},
-  month = {11},
-  year = {2012}
-}
-
-@MISC{vandekamp2012synchrotronroentgen,
-  author = {van de Kamp, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Cecilia,
-      A. and Ershov, A. and Riedel, A. and Baumbach T.},
-  title = {Synchrotron-Röntgen-Tomographie und der Einsatz interaktiver 3D-Modelle
-	für funktionsmorphologische Untersuchungen},
-  howpublished = {Presented at 5. Graduiertenforum der DZG-Fachgruppe Morphologie,
-	Tübingen},
-  month = {10},
-  year = {2012}
-}
-
-@MISC{vandekamp2012synchrotronxray,
-  author = {van de Kamp, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Riedel,
-      A. and Baumbach, T.},
-  title = {Synchrotron X-ray microtomography and digital 3D imaging for examining
-	insect morphology},
-  howpublished = {Presented at XXIV International Congress of Entomology, Daegu, South
-	Korea},
-  month = {8},
-  year = {2012}
-}
-
-@MISC{vandekamp2012visubio,
-  author = {van de Kamp, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Riedel,
-      A. and Baumbach, T.},
-  title = {Visualization of biological specimens acquired by X-ray microtomography},
-  howpublished = {Presented at Instrumentation and methods development for synchrotron-based
-	biomedical research, DESY, Hamburg},
-  month = {5},
-  year = {2012}
-}
-
-@MISC{vandekamp2012insectimaging,
-  author = {van de Kamp, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Ershov,
-      A. and Riedel, A. and Baumbach, T.},
-  title = {Insect imaging at ANKA: methods, recent developments and perspective},
-  howpublished = {Presented at XXIV International Congress of Entomology, Daegu, South
-	Korea},
-  month = {8},
-  year = {2012}
-}
-
-@CONFERENCE{vandekamp2012visualizationofmulti,
-  author = {van de Kamp, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Cecilia,
-      A. and Riedel, A. and Baumbach, T.},
-  title = {Visualization of multidimensional data acquired by synchrotron X-ray
-	microtomography},
-  booktitle = {Focus on Microscopy Conference},
-  year = {2012}
-}
-
-
-@COMMENT{
-    year = {2012, Posters},
-}
-
-@CONFERENCE{chilingaryan2012alpsposter,
-  author = {Chilingaryan, Suren},
-  title = {ALPS – Advanced Linux PCI Services for Rapid Prototyping of PCI-based
-	DAQ Electronics},
-  booktitle = {Poster at 18th IEEE Real-time Conference},
-  year = {2012},
-}
-
-@CONFERENCE{stevanovic2012highspeed,
-  author = {Stevanovic, U. and Caselle, M. and Chilingaryan, S. and Herth, A.
-      and Kopmann, A. and Vogelgesang, M. and Balzer, M. and Weber, M.},
-  title = {High-speed camera with embedded FPGA processing},
-  booktitle = {Proceedings of Conference on Desing and Architecture for Signal
-	and Image Processing (DASIP)},
-  year = {2012}
+  address     = {Los Alamitos, CA, USA},
+  author      = {Xiaoli Yang and Thomas Jejkal and Halil Pasic and Rainer Stotzka and Achim Streit and Jos van Wezel and Tomy dos Santos Rolo},
+  doi         = {http://doi.ieeecomputersociety.org/10.1109/PDP.2013.21},
+  issn        = {1066-6192},
+  journal     = {2014 22nd Euromicro International Conference on Parallel, Distributed, and Network-Based Processing},
+  pages       = {86-93},
+  publisher   = {IEEE Computer Society},
+  title       = {Data Intensive Computing of X-Ray Computed Tomography Reconstruction at the LSDF},
+  volume      = {0},
+  year        = {2013}
+}
+
+@misc{balzer2013SCI,
+  author      = {Balzer, M. and Chilingaryan, S.},
+  howpublished= {Seminar at SCI},
+  month       = {9},
+  title       = {Ultrafast {X}-Ray Imaging of Scientific Processes},
+  year        = {2013}
+}
+
+@misc{suren2013ultrafastmoscow,
+  author      = {Chilingaryan, S.},
+  howpublished= {Seminar at TPU, Tomsk},
+  month       = {5},
+  title       = {Ultrafast {X}-Ray Imaging of Scientific Processes},
+  year        = {2013}
+}
+
+@misc{suren2013High,
+  author      = {Chilingaryan, S.},
+  howpublished= {HDRI Workshop},
+  month       = {3},
+  title       = {High-performance computing hardware for high data rates},
+  year        = {2013}
+}
+
+@misc{suren2013ultrafast,
+  author      = {Chilingaryan, S.},
+  howpublished= {Seminar at TPU, Tomsk},
+  month       = {5},
+  title       = {Ultrafast {X}-Ray Imaging of Scientific Processes},
+  year        = {2013}
+}
+
+@misc{kopmann2013Photon,
+  author      = {Kopmann, A.},
+  howpublished= {GPUs in High Energy Physics Workshop, Hamburg},
+  month       = {4},
+  title       = {Photon{/}neutron community experience and plans with GPUs},
+  year        = {2013}
+}
+
+@misc{pasic2013managing,
+  author      = {Pasic, H.},
+  howpublished= {HDRI Workshop, Hamburg},
+  month       = {3},
+  title       = {Managing Large Scale Data at ANKA},
+  year        = {2013}
+}
+
+@misc{vandekamp2013synchrotron,
+  author      = {van de Kamp, T. and Schmied, H. and  Schwermann, A. and Krogmann, L. and dos Santos Rolo, T. and  Riedel,T. A. and Baumbach, T.},
+  howpublished= {26. Westdeutscher Entomologentag, D{\"u}sseldorf},
+  month       = {11},
+  title       = {Synchrotron-R{\"o}ntgenmikrotomographie fossiler Insekten},
+  year        = {2013}
+}
+
+@misc{vandekamp2013invivo,
+  author      = {van de Kamp, T. and dos Santos Rolo, T. and Ershov, A. and Baumbach, T.},
+  howpublished= {Entomology 2013},
+  month       = {11},
+  title       = {n vivo X-ray 4D cine-tomography for tracking morphological dynamics in insects},
+  year        = {2013}
+}
+
+@misc{vandekamp2013vompr,
+  author      = {van de Kamp, T. and Baumbach, T.},
+  howpublished= {6. Graduiertenforum der DZG-Fachgruppe Morphologie, Ulm},
+  month       = {10},
+  title       = {Vom Pr{\"a}parat zum Kunststoffmodell: 3D-Druck f{\"u}r Morphologen},
+  year        = {2013}
+}
+
+@misc{vandekamp2013zum,
+  author      = {van de Kamp, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Cecilia, A. cand Ershov, A. and Riedel, A. and Baumbach, T.},
+  howpublished= {Bio-Geo-Kolloquium der Friedrich-Schiller-Universit{\"a}t Jena},
+  month       = {4},
+  title       = {Synchrotron X-ray microtomography for examining animal morphology},
+  year        = {2013}
+}
+
+@misc{vandekamp2013zurfunktion,
+  author      = {van de Kamp, T. and Vagovi\v{c}, P. and Baumbach, T. and Riedel, A.},
+  howpublished= {Entomologentagung der Deutschen Gesellschaft f{\"u}r allgemeine und angewandte Entomologie, G{\"o}ttingen},
+  month       = {3},
+  title       = {Zur Funktionsmorphologie der R{\"u}sselk{\"a}fergattung Trigonopterus.},
+  year        = {2013}
+}
+
+@misc{vandekamp2013roentgen,
+  author      = {van de Kamp, T. and dos Santos Rolo, T. and Ershov, A. and Baumbach, T.},
+  howpublished= {LSDMA Community Forum, DESY, Hamburg},
+  month       = {3},
+  title       = {R{\"o}ntgenbildgebung in den Lebenswissenschaften: Herausforderungen an die Datenanalyse},
+  year        = {2013}
+}
+
+@misc{vandekamp2013imaging,
+  author      = {van de Kamp, T. and dos Santos Rolo, T. and Cecilia, A. cand Ershov, A. and Riedel, A. and Baumbach, T.},
+  howpublished= {K{\"o}nigstein Meeting, Baehrenthal, France},
+  month       = {1},
+  title       = {Imaging in life sciences.},
+  year        = {2013}
+}
+
+@misc{vogelgesang2013anextensible,
+  author      = {Vogelgesang, M.},
+  howpublished= {HDRI Workshop, Hamburg},
+  month       = {3},
+  title       = {An Extensible Parallel Computing Environment for Ultrafast X-Ray Imaging},
+  year        = {2013}
+}
+
+@misc{vogelgesang2013experiment,
+  author      = {Vogelgesang, M.},
+  howpublished= {27th Tango Collaboration Meeting, Barcelona},
+  month       = {5},
+  title       = {Experiment Control for High-Speed Tomography},
+  year        = {2013}
+}
+
+@misc{yang2013algebraictalk,
+  author      = {Yang, X.},
+  howpublished= {HDRI Workshop, Hamburg},
+  month       = {3},
+  title       = {Algebraic Reconstruction of X-ray Tomography on Parallel Computing Architecture of LSDF},
+  year        = {2013}
+}
+
+@misc{chilingaryan2013agpubased,
+  author      = {Chilingaryan, S. and Caselle, M. and Farago, T. and Kopmann, A. and Mirone, A. and dos Santos Rolo, T. and Stevanovic, U. and Vogelgesang, M.},
+  howpublished= {532. Wilhelm and Else Heraeus-Seminar, Development of High-Resolution Pixel Detectors and their Use in Science and Society, Bad Honnef},
+  month       = {5},
+  title       = {A GPU-based Architecture for Real-Time Data Assessment at Syn- chrotron Experiments},
+  year        = {2013}
+}
+
+@misc{farago2013gpuacc,
+  author      = {Farago, T. and van de Kamp, T. and dos Santos Rolo, T. and Baumbach, T.},
+  howpublished= {GPU Technology Conference, San Jose, CA USA},
+  month       = {3},
+  title       = {GPU Accelerated High-speed Imaging Using X-rays},
+  year        = {2013}
+}
+
+@inproceedings{vogelgesang2013concertposter,
+  author      = {Vogelgesang, M. and Farago, T. and dos Santos Rolo, T. and Kopmann, A. and Baumbach, T.},
+  booktitle   = {Proceedings of the 14th International Conference on Accelerator \& Large Experimental Physics Control Systems},
+  doi         = {10.1109/TNS.2013.2252528},
+  issn        = {0018-9499},
+  number      = {5},
+  pages       = {3669--3677},
+  title       = {When Hardware and Software Work in Concert},
+  volume      = {60},
+  year        = {2013}
+}
+
+@inproceedings{haas2012status,
+  author      = {Haas, D. and Mexner, W. and Spangenberg, T. and Cecilia, A. and Vagovi\v{c}, P. and Kopmann, A. and Balzer, M. and Vogelgesang, M. Pasic, H. and Chilingaryan, S.},
+  booktitle   = {Proceedings of PCaPAC2012, Kolkata, India},
+  series      = {},
+  title       = {Status of the ultra fast tomography experiments control at ANKA},
+  year        = {2012}
+}
+
+@article{anzt2012unified,
+  author      = {Anzt, Hartwig and Beglarian, Armen and Chilingaryan, Suren and Ferrone, Andrew and Heuveline, Vincent and Kopmann, Andreas},
+  journal     = {Computer Science-Research and Development},
+  pages       = {1--8},
+  publisher   = {Springer},
+  title       = {A unified energy footprint for simulation software},
+  year        = {2012}
+}
+
+@inproceedings{caselle2012ultra,
+  author      = {Caselle, Michele and Chilingaryan, Suren and Herth, Armin and Kopmann, Andreas and Stevanovic, Uros and Vogelgesang, Matthias and Balzer, Matthias and Weber, Marc},
+  booktitle   = {Real Time Conference (RT), 2012 18th IEEE-NPSS},
+  organization= {IEEE},
+  pages       = {1--8},
+  title       = {Ultra-fast streaming camera platform for scientific applications},
+  year        = {2012}
+}
+
+@article{douissard2012versatile,
+  author      = {Douissard, P-A and Cecilia, A. and Rochet, X. and Chapel, X. and Martin, T. and van de Kamp, T. and Helfen, L. and Baumbach, T. and Luquot, L. and Xiao, X. and others},
+  journal     = {Journal of Instrumentation},
+  number      = {09},
+  pages       = {P09016},
+  publisher   = {IOP Publishing},
+  title       = {A versatile indirect detector design for hard X-ray microimaging},
+  volume      = {7},
+  year        = {2012}
+}
+
+@article{myagotin2012fast,
+  author      = {Myagotin, A. and Voropaev, A. and Helfen, L. and H{\"a}nschke, D. and Baumbach, T.},
+  journal     = {International Journal of Materials Research},
+  number      = {09},
+  pages       = {170--173},
+  publisher   = {},
+  title       = {Fast volume reconstruction for parallel-beam computed laminography by filtered backprojection},
+  volume      = {},
+  year        = {2012}
+}
+
+@article{riedel2012sayrevilleinae,
+  author      = {Riedel, Alexander and dos Santos Rolo, Tomy and Cecilia, Angelica and Van De Kamp, Thomas},
+  journal     = {Zoological Journal of the Linnean Society},
+  number      = {4},
+  pages       = {773--794},
+  publisher   = {Wiley Online Library},
+  title       = {Sayrevilleinae Legalov, a newly recognised subfamily of fossil weevils (Coleoptera, Curculionoidea, Attelabidae) and the use of synchrotron microtomography to examine inclusions in amber},
+  volume      = {165},
+  year        = {2012}
+}
+
+@conference{rshkarin2012organizing,
+  author      = {Shkarin, Roman and Shkarin, Andrej},
+  booktitle   = {Proceedings of 18th International Conference of Students and Young Scientists “Modern Technique and Technologies”},
+  title       = {Organizing tests of Custom Image Filters for UFO},
+  year        = {2012}
+}
+
+@inproceedings{vogelgesang2012ufo,
+  author      = {Vogelgesang, Matthias and Chilingaryan, Suren and dos Santos Rolo, Tomy and Kopmann, Andreas},
+  booktitle   = {Proceedings of The 14th IEEE Conference on High Performance Computing and Communication \& The 9th IEEE International Conference on Embedded Software and Systems (HPCC-ICESS)},
+  isbn        = {978-1-4673-2164-8},
+  location    = {Liverpool, UK},
+  month       = {6},
+  pages       = {824--829},
+  publisher   = {IEEE Computer Society},
+  series      = {HPCC '12},
+  title       = {UFO: A Scalable GPU-based Image Processing Framework for On-line Monitoring},
+  year        = {2012}
+}
+
+@misc{balzer2012kit,
+  author      = {Balzer, Matthias and Caselle, Michele and Chilingaryan, Suren and Herth, A. and Kopmann, Andreas and Stevanovic, Uros and Vogelgesang, Matthias and dos Santos Rolo, Tomy},
+  howpublished= {Presented at SEI Tagung Dresden},
+  month       = {3},
+  title       = {KIT Kamera System f{\"u}r UFO},
+  year        = {2012}
+}
+
+@conference{chilingaryan2012alps,
+  author      = {Chilingaryan, Suren},
+  booktitle   = {18th IEEE Real-time Conference},
+  title       = {ALPS – Advanced Linux PCI Services for Rapid Prototyping of PCI-based DAQ Electronics},
+  year        = {2012}
+}
+
+@conference{chilingaryan2012rthigh,
+  author      = {Chilingaryan, Suren},
+  booktitle   = {18th IEEE Real-time conference},
+  title       = {A high-throughput platform for real-time X-ray imaging},
+  year        = {2012}
+}
+
+@misc{chilingaryan2012practical,
+  author      = {Chilingaryan, Suren},
+  howpublished= {Presented at a PNI-HDRI workshop in Hamburg, Germany},
+  month       = {2},
+  title       = {Practical Experience with GPUs for High-Throughput Computing},
+  year        = {2012}
+}
+
+@misc{chilingaryan2012visualization,
+  author      = {Chilingaryan, Suren},
+  howpublished= {Presented at the Tango collaboration meeting at MAX-lab, Lund, Sweden},
+  month       = {4},
+  title       = {Visualization of Tango Historic Archives},
+  year        = {2012}
+}
+
+@conference{rolo2012highspeed,
+  author      = {dos Santos Rolo, T. and van de Kamp, T. and Vogelgesang, M. and Chilingaryan, S. and Cecilia, A. and Vagovi\v{c}, P. and Kopmann, A. and Baumbach, T.},
+  booktitle   = {The 11th International Conference on Synchrotron Radiation Instrumentation},
+  title       = {High-speed X-ray imaging and image-based control at ANKA},
+  year        = {2012}
 }
 
-@article{xu2012comparison,
-  author = {Feng Xu and Lukas Helfen and Tilo Baumbach and Heikki Suhonen},
-  journal = {Opt. Express},
-  keywords = {Imaging systems; X-ray imaging; Computational imaging ; Tomographic imaging},
-  number = {2},
-  pages = {794--806},
-  publisher = {OSA},
-  title = {Comparison of image quality in computed laminography and tomography},
-  volume = {20},
-  month = {Jan},
-  year = {2012},
-  doi = {10.1364/OE.20.000794},
-}
-
-@COMMENT{
-    year = {2011, Journal},
-}
-
-@INPROCEEDINGS{alaribe2011growth,
-  author = {Alaribe, L. and Dish, C. and Fauler, A.
-	and Engels, R. and Keler, E. and Cecilia, A. and dos Santos Rolo, T.
-        and Fiederle, M},
-  title = {Bridgman: Growth of SrI2},
-  booktitle = {Proc. of SC11 Supercomputing Conference},
-  year = {2011},
-  pages = {1341},
-}
-
-@ARTICLE{altapova2011xray,
-  author = {Altapova, V. and Butzer, J. and Rolo, T. and Vagovi\v{c}, P. and
-      Cecilia, A. and Moosmann, J. and Kenntner, J. and Mohr, J. and  Pelliccia, D.
-          and Pichugin, V. and Baumbach, T.},
-  title = {X-ray phase-contrast radiography using a filtered
-  white beam with a grating interferometer},
-  journal = {Nuclear Instruments and Methods in Physics Research Section A:
-      Accelerators, Spectrometers, Detectors and Associated Equipment},
-  year = {2011},
-  volume = {648},
-  pages = {42--45},
-  number = {},
-  doi = {10.1016/j.nima.2010.12.218},
-  publisher = {}
-}
-
-@ARTICLE{cecilia2011characterization,
-  author = {Cecilia, A. and Rack, A. and Douissard, P.-A. and Martin, T. and dos Santos
-      Rolo, T. and Vagovi\v{c}, P. and Pelliccia, D. and Couchaud, M. and Dupre, K.
-  and Baumbach, T.},
-  title = {Characterisation of {LSO:Tb} scintillator films for
-  high resolution X-ray imaging applications},
-  journal = {Nuclear Instruments and Methods in Physics Research Section A:
-      Accelerators, Spectrometers, Detectors and Associated Equipment},
-  year = {2011},
-  volume = {633},
-  pages = {292--293},
-  number = {},
-  doi = {},
-  publisher = {}
-}
-
-@ARTICLE{chilingaryan2011gpu,
-  author = {Chilingaryan, Suren and Mirone, Alessandro and Hammersley, Andrew
-	and Ferrero, Claudio and Helfen, Lukas and Kopmann, Andreas and dos
-	Santos Rolo, Tomy and Vagovi\v{c}, Patrik},
-  title = {A GPU-based architecture for real-time data assessment at synchrotron
-	experiments},
-  journal = {Nuclear Science, IEEE Transactions on},
-  year = {2011},
-  volume = {58},
-  pages = {1447--1455},
-  number = {4},
-  doi = {10.1109/TNS.2011.2141686},
-  publisher = {IEEE}
-}
-
-@ARTICLE{danilewsky2011realtime,
-  author = {Danilewsky, A. N. and Wittge, J. and Hess, A. and Cr{\"o}ll, A. and
-      Rack, A. and Allen, D. and McNally, P. and dos Santos Rolo, T. and
-          Vagovi\v{c}, P. and Baumbach, T. and Garagorri, J. and Elizalde, M.  R.
-          and Tanner, B. K.},
-  title = {Real-time X-ray diffraction imaging for semiconductor wafer metrology and high temperature in
-  situ experiments },
-  journal = {Physica status solidi (a)},
-  year = {2011},
-  volume = {208},
-  pages = {2499--2504},
-  number = {11},
-  doi = {10.1002/pssa.201184264},
-  publisher = { WILEY-VCH Verlag}
-}
-
-@ARTICLE{danilewsky2011dislocation,
-  author = {Danilewsky, A. N. and Wittge, J. and Cr{\"o}ll, A. and Allen, D. and
-      McNally, P. and dos Santos Rolo, T. and Li, Z. and Baumbach, T. and
-          Gorostegui-Colinas, E. and Garagorri, J.  and Elizalde, M.  and
-          Fossati, M. and Bowen, D. and Tanner, B. K.},
-  title = {Dislocation dynamics and slip band formation in silicon: In-situ
-      study by {X}-ray diffraction imaging},
-  journal = {Journal of Crystal Growth},
-  year = {2011},
-  volume = {318},
-  pages = {1157--1163},
-  number = {1},
-  doi = {10.1016/j.jcrysgro.2010.10.199},
-  publisher = {}
-}
-
-@ARTICLE{vandekamp2011abiological,
-  author = {van de Kamp, T. and Vagovi\v{c}, P. and Baumbach, T. and Riedel, A.},
-  title = {A biological screw in a beetle’s leg},
-  journal = {Science},
-  year = {2011},
-  volume = {333},
-  pages = {52},
-  number = {6038},
-  doi = {10.1126/science.1204245 },
-  publisher = {}
-}
-
-@COMMENT{
-    year = {2011, Talks},
-}
-
-@MISC{suren2011optimized,
-  author = {Chilingaryan, S. and Myagotin, A.},
-  title = {Optimized computed tomography and laminography algorithms},
-  howpublished = {ANKA Workshop on IT Research and Development, Karlsruhe},
-  month = {7},
-  year = {2011}
-}
-
-@MISC{suren2011highspeed,
-  author = {Chilingaryan, S.},
-  title = {High Speed Tomography at KIT},
-  howpublished = {Meeting on tomographic reconstruction software, ESRF, Grenoble},
-  month = {3},
-  year = {2011}
-}
-
-@MISC{kopmann2011evaluation,
-  author = {Kopmann, A. and Chilingaryan, S. and Vogelgesang, M.},
-  title = {Evaluation of fast Tomography Computing Platforms},
-  howpublished = {Meeting of the High Data Rate Processing and Analysis
-      Initiative (HDRI), Hamburg},
-  month = {5},
-  year = {2011}
-}
-
-@MISC{vandekamp2011dreidimensionale,
-  author = {van de Kamp, T.},
-  title = {Dreidimensionale Visualisierung kleiner K{\"a}fer mit dem Synchrotron des
-  Karlsruher Instituts f{\"u}r Technologie (ANKA)},
-  howpublished = {Naturwissenschaftlicher Verein Karlsruhe},
-  month = {6},
-  year = {2011}
-}
-
-@MISC{vandekamp2011automated,
-  author = {van de Kamp, T.},
-  title = {Automated and Semi-automated 3D Volume Segmentation},
-  howpublished = {ISS IT Workshop, Karlsruhe},
-  month = {5},
-  year = {2011}
-}
-
-@MISC{vandekamp2011abiologicalscrew,
-  author = {van de Kamp, T.},
-  title = {A biological screw in a beetle’s leg},
-  howpublished = {3rd {ANKA/KNMF} Joint Users Meeting},
-  month = {10},
-  year = {2011}
-}
-
-@CONFERENCE{chilingaryan2011high,
-  author = {Chilingaryan, Suren},
-  title = {A High Performance Platform for Real-Time X-ray Imaging},
-  booktitle = {GPU Technology Conference},
-  year = {2011}
-}
-
-@ARTICLE{myagotin2011fast,
-  author = {Myagotin, A. and Voropaev, A. and Helfen, L. and H{\"a}nschke, D. and
-	Baumbach, T.},
-  title = {Fast volume reconstruction for parallel-beam computed laminography
-	by filtered backprojection},
-  journal = {J. Parallel Distrib. Comput., submitted},
-  year = {2011}
+@conference{rolo2012realtime,
+  author      = {dos Santos Rolo, T. and van de Kamp, T. and Cecilia, A. and Vagovi\v{c}, P. and Baumbach, T.},
+  booktitle   = {Focus on Microscopy Conference},
+  title       = {Real-time volumetric imaging using high-speed X-ray microtomography},
+  year        = {2012}
 }
 
+@misc{kopmann2012application,
+  author      = {Kopmann, Andreas},
+  howpublished= {Presented at “Tomography, data processing and image reconstruction for medicine and engineering.” First topical workshop within the framework of the Helmholtz portfolio project "Detector technologies and systems platform".},
+  month       = {9},
+  title       = {Application of GPUs for online monitoring in Tomography},
+  year        = {2012}
+}
 
-@COMMENT{
-    year = {2011, Posters},
-}
-
-@INPROCEEDINGS{chilingaryan2011sc,
-  author = {Chilingaryan, Suren and Kopmann, Andreas and Mirone, Alessandro and dos
-	Santos Rolo, Tomy and Vogelgesang, Matthias},
-  title = {A GPU-based architecture for real-time data assessment at synchrotron
-	experiments},
-  booktitle = {Proc. of SC11 Supercomputing Conference},
-  year = {2011},
-  pages = {51--52},
+@misc{pasic2012extending,
+  author      = {Pasic, Halil},
+  howpublished= {Presented at PNI-HDRI and PaNdata Workshop},
+  month       = {2},
+  title       = {Extending NeXus for HDRI¿},
+  year        = {2012}
 }
 
-@MISC{vogelgesang2011flexible,
-  author = {Vogelgesang, M. and Chilingaryan, S. and Kopmann, A.},
-  title = {Flexible X-Ray Image Processing on {GPUs}},
-  howpublished = {Nvidia booth at Supercomputing 2011, Seattle, WA},
-  month = {11},
-  year = {2011}
+@misc{vandekamp2012synchrotron,
+  author      = {van de Kamp, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Cecilia, A. and Ershov, A. and Riedel, A. and Baumbach, T.},
+  howpublished= {Presented at 25. Westdeutscher Entomologentag, Düsseldorf},
+  month       = {11},
+  title       = {Synchrotron-Röntgen-Tomographie und interaktive 3D-Modelle in der Insektenmorphologie},
+  year        = {2012}
 }
 
-@MISC{vogelgesang2011agpu,
-  author = {Vogelgesang, M. and Chilingaryan, S. and Kopmann, A.},
-  title = {A GPU-accelerated Framework for Real-Time Tomographic Reconstruction},
-  howpublished = {Programming and Tuning Massively Parallel Systems Summer School
-      (PUMPS), Summer School, Barcelona},
-  month = {7},
-  year = {2011}
-}
-
-@COMMENT{
-    year = {2010, Journal},
+@misc{vandekamp2012synchrotronroentgen,
+  author      = {van de Kamp, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Cecilia, A. and Ershov, A. and Riedel, A. and Baumbach T.},
+  howpublished= {Presented at 5. Graduiertenforum der DZG-Fachgruppe Morphologie, Tübingen},
+  month       = {10},
+  title       = {Synchrotron-Röntgen-Tomographie und der Einsatz interaktiver 3D-Modelle für funktionsmorphologische Untersuchungen},
+  year        = {2012}
 }
 
+@misc{vandekamp2012synchrotronxray,
+  author      = {van de Kamp, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Riedel, A. and Baumbach, T.},
+  howpublished= {Presented at XXIV International Congress of Entomology, Daegu, South Korea},
+  month       = {8},
+  title       = {Synchrotron X-ray microtomography and digital 3D imaging for examining insect morphology},
+  year        = {2012}
+}
 
-@ARTICLE{cecilia2010LPE,
-  author = {Cecilia, A. and Rack, A. and Douissard, P.-A. and Martin, T. and dos Santos
-      Rolo, T. and Vagovi\v{c}, P. and Hamman, D. and van de Kamp, T. and Riedel, A.
-          and Fiederle, M. and Baumbach, T.},
-  title = {{LPE} grown {LSO:Tb} scintillator
-  films for high resolution X-ray imaging applications at synchrotron light sources},
-  journal = {Nuclear Instruments and Methods in Physics Research Section A:
-      Accelerators, Spectrometers, Detectors and Associated Equipment},
-  year = {2010},
-  volume = {633},
-  pages = {292--293},
-  number = {},
-  doi = {10.1016/j.nima.2010.10.150},
-  publisher = {}
-}
+@misc{vandekamp2012visubio,
+  author      = {van de Kamp, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Riedel, A. and Baumbach, T.},
+  howpublished= {Presented at Instrumentation and methods development for synchrotron-based biomedical research, DESY, Hamburg},
+  month       = {5},
+  title       = {Visualization of biological specimens acquired by X-ray microtomography},
+  year        = {2012}
+}
 
-@COMMENT{
-    year = {2010, Talks},
+@misc{vandekamp2012insectimaging,
+  author      = {van de Kamp, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Ershov, A. and Riedel, A. and Baumbach, T.},
+  howpublished= {Presented at XXIV International Congress of Entomology, Daegu, South Korea},
+  month       = {8},
+  title       = {Insect imaging at ANKA: methods, recent developments and perspective},
+  year        = {2012}
 }
 
-@CONFERENCE{chilingaryan2010agpu,
-  author = {Chilingaryan, S. and Mirone, A. and Hammersley, A. and Ferrero, C.
-      and Helfen, L. and Kopmann, A. and dos Santos Rolo, T.},
-  title = { A GPU-based Architecture for Real-Time Data Assessment at
-      Synchrotron Experiments},
-  booktitle = {GPU Technology Conference, San Jose USA},
-  year = {2010}
+@conference{vandekamp2012visualizationofmulti,
+  author      = {van de Kamp, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Cecilia, A. and Riedel, A. and Baumbach, T.},
+  booktitle   = {Focus on Microscopy Conference},
+  title       = {Visualization of multidimensional data acquired by synchrotron X-ray microtomography},
+  year        = {2012}
 }
 
-@CONFERENCE{rolo2010high,
-  author = {dos Santos Rolo, T.  Zienicke, T. B. and Altapova, V. and Cecilia, A.
-      and Ershov, A. and van de Kamp, T. and Vagovi\v{c}, P. and
-  Pelliccia, D. and Lamparter, T. and T. Baumbach},
-  title = {High speed micro-tomography at ANKA: implementation and first applications},
-  booktitle = {XTOP Conference, Warwick, UK},
-  year = {2010}
+@conference{chilingaryan2012alpsposter,
+  author      = {Chilingaryan, Suren},
+  booktitle   = {Poster at 18th IEEE Real-time Conference},
+  title       = {ALPS – Advanced Linux PCI Services for Rapid Prototyping of PCI-based DAQ Electronics},
+  year        = {2012}
 }
 
-@COMMENT{
-    year = {2010, Posters},
+@conference{stevanovic2012highspeed,
+  author      = {Stevanovic, U. and Caselle, M. and Chilingaryan, S. and Herth, A. and Kopmann, A. and Vogelgesang, M. and Balzer, M. and Weber, M.},
+  booktitle   = {Proceedings of Conference on Desing and Architecture for Signal and Image Processing (DASIP)},
+  title       = {High-speed camera with embedded FPGA processing},
+  year        = {2012}
 }
 
-@MISC{chilingaryan2010agpubased,
-  author = {Chilingaryan, S. and Mirone, A. and Hammersley, A. and Ferrero, C.
-      and Helfen, L. and Kopmann, A. and dos Santos Rolo, T.},
-  title = { A GPU-based Architecture for Real-Time Data Assessment at
-      Synchrotron Experiments},
-  howpublished = {PNI-In House research {NANO} \& {MICRO} Sciences and Technologies
-      Workshop Karlsruhe},
-  month = {12},
-  year = {2010}
+@article{xu2012comparison,
+  author      = {Feng Xu and Lukas Helfen and Tilo Baumbach and Heikki Suhonen},
+  doi         = {10.1364/OE.20.000794},
+  journal     = {Opt. Express},
+  keyword     = {Imaging systems; X-ray imaging; Computational imaging ; Tomographic imaging},
+  month       = {Jan},
+  number      = {2},
+  pages       = {794--806},
+  publisher   = {OSA},
+  title       = {Comparison of image quality in computed laminography and tomography},
+  volume      = {20},
+  year        = {2012}
+}
+
+@inproceedings{alaribe2011growth,
+  author      = {Alaribe, L. and Dish, C. and Fauler, A. and Engels, R. and Keler, E. and Cecilia, A. and dos Santos Rolo, T. and Fiederle, M},
+  booktitle   = {Proc. of SC11 Supercomputing Conference},
+  pages       = {1341},
+  title       = {Bridgman: Growth of SrI2},
+  year        = {2011}
+}
+
+@article{altapova2011xray,
+  author      = {Altapova, V. and Butzer, J. and Rolo, T. and Vagovi\v{c}, P. and Cecilia, A. and Moosmann, J. and Kenntner, J. and Mohr, J. and  Pelliccia, D. and Pichugin, V. and Baumbach, T.},
+  doi         = {10.1016/j.nima.2010.12.218},
+  journal     = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
+  number      = {},
+  pages       = {42--45},
+  publisher   = {},
+  title       = {X-ray phase-contrast radiography using a filtered white beam with a grating interferometer},
+  volume      = {648},
+  year        = {2011}
+}
+
+@article{cecilia2011characterization,
+  author      = {Cecilia, A. and Rack, A. and Douissard, P.-A. and Martin, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Pelliccia, D. and Couchaud, M. and Dupre, K. and Baumbach, T.},
+  doi         = {},
+  journal     = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
+  number      = {},
+  pages       = {292--293},
+  publisher   = {},
+  title       = {Characterisation of {LSO:Tb} scintillator films for high resolution X-ray imaging applications},
+  volume      = {633},
+  year        = {2011}
+}
+
+@article{chilingaryan2011gpu,
+  author      = {Chilingaryan, Suren and Mirone, Alessandro and Hammersley, Andrew and Ferrero, Claudio and Helfen, Lukas and Kopmann, Andreas and dos Santos Rolo, Tomy and Vagovi\v{c}, Patrik},
+  doi         = {10.1109/TNS.2011.2141686},
+  journal     = {Nuclear Science, IEEE Transactions on},
+  number      = {4},
+  pages       = {1447--1455},
+  publisher   = {IEEE},
+  title       = {A GPU-based architecture for real-time data assessment at synchrotron experiments},
+  volume      = {58},
+  year        = {2011}
+}
+
+@article{danilewsky2011realtime,
+  author      = {Danilewsky, A. N. and Wittge, J. and Hess, A. and Cr{\"o}ll, A. and Rack, A. and Allen, D. and McNally, P. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Baumbach, T. and Garagorri, J. and Elizalde, M.  R. and Tanner, B. K.},
+  doi         = {10.1002/pssa.201184264},
+  journal     = {Physica status solidi (a)},
+  number      = {11},
+  pages       = {2499--2504},
+  publisher   = {WILEY-VCH Verlag},
+  title       = {Real-time X-ray diffraction imaging for semiconductor wafer metrology and high temperature in situ experiments},
+  volume      = {208},
+  year        = {2011}
+}
+
+@article{danilewsky2011dislocation,
+  author      = {Danilewsky, A. N. and Wittge, J. and Cr{\"o}ll, A. and Allen, D. and McNally, P. and dos Santos Rolo, T. and Li, Z. and Baumbach, T. and Gorostegui-Colinas, E. and Garagorri, J.  and Elizalde, M.  and Fossati, M. and Bowen, D. and Tanner, B. K.},
+  doi         = {10.1016/j.jcrysgro.2010.10.199},
+  journal     = {Journal of Crystal Growth},
+  number      = {1},
+  pages       = {1157--1163},
+  publisher   = {},
+  title       = {Dislocation dynamics and slip band formation in silicon: In-situ study by {X}-ray diffraction imaging},
+  volume      = {318},
+  year        = {2011}
+}
+
+@article{vandekamp2011abiological,
+  author      = {van de Kamp, T. and Vagovi\v{c}, P. and Baumbach, T. and Riedel, A.},
+  doi         = {10.1126/science.1204245},
+  journal     = {Science},
+  number      = {6038},
+  pages       = {52},
+  publisher   = {},
+  title       = {A biological screw in a beetle’s leg},
+  volume      = {333},
+  year        = {2011}
+}
+
+@misc{suren2011optimized,
+  author      = {Chilingaryan, S. and Myagotin, A.},
+  howpublished= {ANKA Workshop on IT Research and Development, Karlsruhe},
+  month       = {7},
+  title       = {Optimized computed tomography and laminography algorithms},
+  year        = {2011}
+}
+
+@misc{suren2011highspeed,
+  author      = {Chilingaryan, S.},
+  howpublished= {Meeting on tomographic reconstruction software, ESRF, Grenoble},
+  month       = {3},
+  title       = {High Speed Tomography at KIT},
+  year        = {2011}
+}
+
+@misc{kopmann2011evaluation,
+  author      = {Kopmann, A. and Chilingaryan, S. and Vogelgesang, M.},
+  howpublished= {Meeting of the High Data Rate Processing and Analysis Initiative (HDRI), Hamburg},
+  month       = {5},
+  title       = {Evaluation of fast Tomography Computing Platforms},
+  year        = {2011}
+}
+
+@misc{vandekamp2011dreidimensionale,
+  author      = {van de Kamp, T.},
+  howpublished= {Naturwissenschaftlicher Verein Karlsruhe},
+  month       = {6},
+  title       = {Dreidimensionale Visualisierung kleiner K{\"a}fer mit dem Synchrotron des Karlsruher Instituts f{\"u}r Technologie (ANKA)},
+  year        = {2011}
+}
+
+@misc{vandekamp2011automated,
+  author      = {van de Kamp, T.},
+  howpublished= {ISS IT Workshop, Karlsruhe},
+  month       = {5},
+  title       = {Automated and Semi-automated 3D Volume Segmentation},
+  year        = {2011}
+}
+
+@misc{vandekamp2011abiologicalscrew,
+  author      = {van de Kamp, T.},
+  howpublished= {3rd {ANKA/KNMF} Joint Users Meeting},
+  month       = {10},
+  title       = {A biological screw in a beetle’s leg},
+  year        = {2011}
+}
+
+@conference{chilingaryan2011high,
+  author      = {Chilingaryan, Suren},
+  booktitle   = {GPU Technology Conference},
+  title       = {A High Performance Platform for Real-Time X-ray Imaging},
+  year        = {2011}
+}
+
+@article{myagotin2011fast,
+  author      = {Myagotin, A. and Voropaev, A. and Helfen, L. and H{\"a}nschke, D. and Baumbach, T.},
+  journal     = {J. Parallel Distrib. Comput., submitted},
+  title       = {Fast volume reconstruction for parallel-beam computed laminography by filtered backprojection},
+  year        = {2011}
+}
+
+@inproceedings{chilingaryan2011sc,
+  author      = {Chilingaryan, Suren and Kopmann, Andreas and Mirone, Alessandro and dos Santos Rolo, Tomy and Vogelgesang, Matthias},
+  booktitle   = {Proc. of SC11 Supercomputing Conference},
+  pages       = {51--52},
+  title       = {A GPU-based architecture for real-time data assessment at synchrotron experiments},
+  year        = {2011}
+}
+
+@misc{vogelgesang2011flexible,
+  author      = {Vogelgesang, M. and Chilingaryan, S. and Kopmann, A.},
+  howpublished= {Nvidia booth at Supercomputing 2011, Seattle, WA},
+  month       = {11},
+  title       = {Flexible X-Ray Image Processing on {GPUs}},
+  year        = {2011}
+}
+
+@misc{vogelgesang2011agpu,
+  author      = {Vogelgesang, M. and Chilingaryan, S. and Kopmann, A.},
+  howpublished= {Programming and Tuning Massively Parallel Systems Summer School (PUMPS), Summer School, Barcelona},
+  month       = {7},
+  title       = {A GPU-accelerated Framework for Real-Time Tomographic Reconstruction},
+  year        = {2011}
+}
+
+@article{cecilia2010LPE,
+  author      = {Cecilia, A. and Rack, A. and Douissard, P.-A. and Martin, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Hamman, D. and van de Kamp, T. and Riedel, A. and Fiederle, M. and Baumbach, T.},
+  doi         = {10.1016/j.nima.2010.10.150},
+  journal     = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
+  number      = {},
+  pages       = {292--293},
+  publisher   = {},
+  title       = {{LPE} grown {LSO:Tb} scintillator films for high resolution X-ray imaging applications at synchrotron light sources},
+  volume      = {633},
+  year        = {2010}
 }
 
-@MISC{rolo2010highspeed,
-  author = {dos Santos Rolo, T. and van de Kamp, T. and Ershov, A. and Reznichenko,
-      E. and Baumbach, T.},
-  title = {High-speed micro-tomography at ANKA: applications and visualisation},
-  howpublished = {ANKA User Meeting, Karlsruhe},
-  month = {10},
-  year = {2010}
+@conference{chilingaryan2010agpu,
+  author      = {Chilingaryan, S. and Mirone, A. and Hammersley, A. and Ferrero, C. and Helfen, L. and Kopmann, A. and dos Santos Rolo, T.},
+  booktitle   = {GPU Technology Conference, San Jose USA},
+  title       = {A GPU-based Architecture for Real-Time Data Assessment at Synchrotron Experiments},
+  year        = {2010}
+}
+
+@conference{rolo2010high,
+  author      = {dos Santos Rolo, T.  Zienicke, T. B. and Altapova, V. and Cecilia, A. and Ershov, A. and van de Kamp, T. and Vagovi\v{c}, P. and Pelliccia, D. and Lamparter, T. and T. Baumbach},
+  booktitle   = {XTOP Conference, Warwick, UK},
+  title       = {High speed micro-tomography at ANKA: implementation and first applications},
+  year        = {2010}
+}
+
+@misc{chilingaryan2010agpubased,
+  author      = {Chilingaryan, S. and Mirone, A. and Hammersley, A. and Ferrero, C. and Helfen, L. and Kopmann, A. and dos Santos Rolo, T.},
+  howpublished= {PNI-In House research {NANO} \& {MICRO} Sciences and Technologies Workshop Karlsruhe},
+  month       = {12},
+  title       = {A GPU-based Architecture for Real-Time Data Assessment at Synchrotron Experiments},
+  year        = {2010}
+}
+
+@misc{rolo2010highspeed,
+  author      = {dos Santos Rolo, T. and van de Kamp, T. and Ershov, A. and Reznichenko, E. and Baumbach, T.},
+  howpublished= {ANKA User Meeting, Karlsruhe},
+  month       = {10},
+  title       = {High-speed micro-tomography at ANKA: applications and visualisation},
+  year        = {2010}
+}
+
+@misc{vandekamp2010insect,
+  author      = {van de Kamp, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and Cecilia, A. and Riedel, A. and Baumbach, T.},
+  howpublished= {ANKA User Meeting, Karlsruhe},
+  month       = {10},
+  title       = {Insect Imaging at {ANKA} - Visualization and Applications},
+  year        = {2010}
 }
 
-@MISC{vandekamp2010insect,
-  author = {van de Kamp, T. and dos Santos Rolo, T. and Vagovi\v{c}, P. and
-      Cecilia, A. and Riedel, A. and Baumbach, T.},
-  title = {Insect Imaging at {ANKA} - Visualization and Applications},
-  howpublished = {ANKA User Meeting, Karlsruhe},
-  month = {10},
-  year = {2010}
-}
-
-@MISC{vandekamp2010insectxtop,
-  author = {van de Kamp, T. and dos Santos Rolo, T. and Riedel, A. and Greven,
-      H. and Baumbach, T.},
-  title = { Insect tomography at {ANKA}: applications and visualization},
-  howpublished = {XTOP Conference, Warwick, {UK}},
-  month = {9},
-  year = {2010}
+@misc{vandekamp2010insectxtop,
+  author      = {van de Kamp, T. and dos Santos Rolo, T. and Riedel, A. and Greven, H. and Baumbach, T.},
+  howpublished= {XTOP Conference, Warwick, {UK}},
+  month       = {9},
+  title       = {Insect tomography at {ANKA}: applications and visualization},
+  year        = {2010}
 }