@inproceedings{15162,
  author       = {{Böttcher, Stefan and Bültmann, Alexander and Hartel, Rita and Schlüßler, Jonathan}},
  booktitle    = {{International Conference on Database and Expert Systems Applications}},
  pages        = {{189--202}},
  publisher    = {{Springer}},
  title        = {{{Implementing Efficient Updates in Compressed Big Text Databases}}},
  year         = {{2013}},
}

@article{15282,
  author       = {{Alford, Jennifer Ginger and Jacob, Lucas and Dietz, Paul}},
  journal      = {{IEEE computer graphics and applications}},
  number       = {{6}},
  pages        = {{9--13}},
  publisher    = {{IEEE}},
  title        = {{{Animatronics Workshop: A Theater+ Engineering Collaboration at a High School}}},
  doi          = {{10.1109/MCG.2013.86}},
  volume       = {{33}},
  year         = {{2013}},
}

@inproceedings{15284,
  author       = {{Arens, Stephan and Bolte, Matthias and Domik, Gitta}},
  booktitle    = {{Vision, Modeling & Visualization}},
  editor       = {{Bronstein , Michael  and Favre , Jean  and Hormann, Kai }},
  isbn         = {{978-3-905674-51-4}},
  publisher    = {{The Eurographics Association}},
  title        = {{{Visualizing Dissections of the Heart in a Dataflow-based Shader Framework for Volume Rendering}}},
  doi          = {{10.2312/PE.VMV.VMV13.231-232}},
  year         = {{2013}},
}

@article{16044,
  author       = {{Heider, D. and Senge, Robin and Cheng, W. and Hüllermeier, Eyke}},
  journal      = {{Bioinformatics}},
  number       = {{16}},
  pages        = {{1946--1952}},
  title        = {{{Multilabel classification for exploiting cross-resistance information in HIV-1 drug resistence prediction}}},
  volume       = {{29}},
  year         = {{2013}},
}

@article{16081,
  author       = {{Bösner, S. and Bönisch, K. and Haasenritter , J. and Schlegel, P. and Hüllermeier, Eyke and Donner-Banzhoff, N.}},
  journal      = {{BMC Family Practice}},
  number       = {{1}},
  pages        = {{154--162}},
  title        = {{{Chest pain in primary care: is the localization of pain diagnostically helpful in the critical evaluation of patients? A cross sectional study. }}},
  volume       = {{14}},
  year         = {{2013}},
}

@article{16086,
  author       = {{Haasenritter, J. and Viniol, A. and Becker, A. and Bösner, S. and Hüllermeier, Eyke and Senge, Robin and Donner-Banzhoff, N.}},
  journal      = {{Zeitschrift für Evidenz, Fortbildung und Qualität im Gesundheitswesen (ZEFQ)}},
  pages        = {{585--591}},
  title        = {{{Diagnose im Kontext - eine erweiterte Perspektive}}},
  volume       = {{107}},
  year         = {{2013}},
}

@article{16123,
  author       = {{Shaker, A. and Senge, R. and Hüllermeier, Eyke}},
  journal      = {{Information Sciences}},
  pages        = {{34--45}},
  title        = {{{Evolving fuzzy pattern trees for binary classification on data streams}}},
  volume       = {{220}},
  year         = {{2013}},
}

@inproceedings{16393,
  abstract     = {{Many 3D scenes (e.g. generated from CAD data) are composed of a multitude of objects that are nested in each other. A showroom, for instance, may contain multiple cars and every car has a gearbox with many gearwheels located inside. Because the objects occlude each other, only few are visible from outside. We present a new technique, Spherical Visibility Sampling (SVS), for real-time 3D rendering of such -- possibly highly complex -- scenes. SVS exploits the occlusion and annotates hierarchically structured objects with directional visibility information in a preprocessing step. For different directions, the directional visibility encodes which objects of a scene's region are visible from the outside of the regions' enclosing bounding sphere. Since there is no need to store a separate view space subdivision as in most techniques based on preprocessed visibility, a small memory footprint is achieved. Using the directional visibility information for an interactive walkthrough, the potentially visible objects can be retrieved very efficiently without the need for further visibility tests. Our evaluation shows that using SVS allows to preprocess complex 3D scenes fast and to visualize them in real time (e.g. a Power Plant model and five animated Boeing 777 models with billions of triangles). Because SVS does not require hardware support for occlusion culling during rendering, it is even applicable for rendering large scenes on mobile devices.}},
  author       = {{Eikel, Benjamin and Jähn, Claudius and Fischer, Matthias and Meyer auf der Heide, Friedhelm}},
  booktitle    = {{Computer Graphics Forum}},
  issn         = {{0167-7055}},
  number       = {{4}},
  pages        = {{49--58}},
  title        = {{{Spherical Visibility Sampling}}},
  doi          = {{10.1111/cgf.12150}},
  volume       = {{32}},
  year         = {{2013}},
}

@inbook{16406,
  abstract     = {{In order to evaluate the efficiency of algorithms for real-time 3D rendering, different properties like rendering time, occluded triangles, or image quality, need to be investigated. Since these properties depend on the position of the camera, usually some camera path is chosen, along which the measurements are performed. As those measurements cover only a small part of the scene, this approach hardly allows drawing conclusions regarding the algorithm's properties at arbitrary positions in the scene. The presented method allows the systematic and position-independent evaluation of rendering algorithms. It uses an adaptive sampling approach to approximate the distribution of a property (like rendering time) for all positions in the scene. This approximation can be visualized to produce an intuitive impression of the algorithm's behavior or be statistically analyzed for objectively rating and comparing algorithms. We demonstrate our method by evaluating performance aspects of a known occlusion culling algorithm.
}},
  author       = {{Jähn, Claudius and Eikel, Benjamin and Fischer, Matthias and Petring, Ralf and Meyer auf der Heide, Friedhelm}},
  booktitle    = {{Advances in Visual Computing}},
  isbn         = {{9783642419133}},
  issn         = {{0302-9743}},
  title        = {{{Evaluation of Rendering Algorithms Using Position-Dependent Scene Properties}}},
  doi          = {{10.1007/978-3-642-41914-0_12}},
  year         = {{2013}},
}

@inbook{16407,
  abstract     = {{Many virtual 3D scenes, especially those that are large, are not structured evenly. For such heterogeneous data, there is no single algorithm that is able to render every scene type at each position fast and with the same high image quality. For a small set of scenes, this situation can be improved if different rendering algorithms are manually assigned to particular parts of the scene by an experienced user. We introduce the Multi-Algorithm-Rendering method. It automatically deploys different rendering algorithms simultaneously for a broad range of scene types. The method divides the scene into subregions and measures the behavior of different algorithms for each region in a preprocessing step. During runtime, this data is utilized to compute an estimate for the quality and running time of the available rendering algorithms from the observer's point of view. By solving an optimizing problem, the image quality can be optimized by an assignment of algorithms to regions while keeping the frame rate almost constant.
}},
  author       = {{Petring, Ralf and Eikel, Benjamin and Jähn, Claudius and Fischer, Matthias and Meyer auf der Heide, Friedhelm}},
  booktitle    = {{Advances in Visual Computing}},
  isbn         = {{9783642419133}},
  issn         = {{0302-9743}},
  title        = {{{Real-Time 3D Rendering of Heterogeneous Scenes}}},
  doi          = {{10.1007/978-3-642-41914-0_44}},
  year         = {{2013}},
}

@inproceedings{13879,
  author       = {{Bause, F.  and Rautenberg, J.  and Henning, Bernd}},
  location     = {{Nürnberg}},
  publisher    = {{LibreCat University}},
  title        = {{{A3.2 - Design, modeling and identification of an ultrasonic composite transducer for target impedance independent short pulse generation}}},
  doi          = {{10.5162/SENSOR2013/A3.2}},
  year         = {{2013}},
}

@inproceedings{13880,
  author       = {{Hoof, C.  and Wetzlar, D.  and Henning, Bernd}},
  location     = {{Nürnberg}},
  publisher    = {{LibreCat University}},
  title        = {{{3.2 - Infrared reflectance measurements of thin films with time variable surface roughness or texture}}},
  doi          = {{10.5162/OPTO2013/O3.2}},
  year         = {{2013}},
}

@article{13881,
  author       = {{Rautenberg, Jens and Bause, Fabian and Henning, Bernd}},
  issn         = {{0171-8096}},
  journal      = {{tm - Technisches Messen}},
  pages        = {{28--37}},
  title        = {{{Messsystem zur Bestimmung akustischer Kenngrößen stark absorbierender, transversal isotroper Kunststoffe}}},
  doi          = {{10.1524/teme.2013.0005}},
  year         = {{2013}},
}

@article{13882,
  author       = {{Schmitt, Martin and Olfert, Sergei and Rautenberg, Jens and Lindner, Gerhard and Henning, Bernd and Reindl, Leonhard}},
  issn         = {{1424-8220}},
  journal      = {{Sensors}},
  pages        = {{2777--2785}},
  title        = {{{Multi Reflection of Lamb Wave Emission in an Acoustic Waveguide Sensor}}},
  doi          = {{10.3390/s130302777}},
  year         = {{2013}},
}

@article{13883,
  abstract     = {{<jats:p>&lt;p&gt;&lt;strong&gt;Abstract.&lt;/strong&gt; In this paper, a new acoustic sensor principle for coating detection within liquid-filled tubes and containers based on mode conversion of leaky Lamb waves is introduced. Leaky Lamb waves are excited and detected by single-phase transducers, which are attached on the outer side of a tube or container. By transmission time and amplitude measurements, coating formation within the liquid-filled tube and container is detected non-invasively. This new sensor principle is subdivided into the separate considerations of Lamb wave excitation, mode conversion and inverse mode conversion. The Lamb wave excitation by a single-phase transducer is visualized by scanning laser Doppler vibrometer imaging. The mode conversion process of leaky Lamb waves is measured by membrane hydrophone measurements and Schlieren visualization; afterwards, the measured emission angles are compared with the theoretical one. The inverse mode conversion process of pressure waves back to leaky Lamb waves is visualized by Schlieren images. By merging the results of Lamb wave excitation, mode conversion and inverse mode conversion, the new sensor concept is explained. Theoretical considerations and measurement results of adhesive tape coating inside a liquid-filled plastic tube and a liquid-filled stainless steel container verify the new acoustic sensor principle. Finally the measuring sensitivity and the technical realization are discussed.&lt;/p&gt;</jats:p>}},
  author       = {{Schmitt, M. and Schmidt, K. and Olfert, S. and Rautenberg, J. and Lindner, G. and Henning, Bernd and Reindl, L. M.}},
  issn         = {{2194-878X}},
  journal      = {{Journal of Sensors and Sensor Systems}},
  pages        = {{73--84}},
  title        = {{{Detection of coatings within liquid-filled tubes and containers by mode conversion of leaky Lamb waves}}},
  doi          = {{10.5194/jsss-2-73-2013}},
  year         = {{2013}},
}

@article{13884,
  author       = {{Schröder, Andreas and Henning, Bernd}},
  issn         = {{0171-8096}},
  journal      = {{tm - Technisches Messen}},
  pages        = {{196--200}},
  title        = {{{Luftultraschall-Abstandsmessung mit digitaler Signalverarbeitung zur Verkürzung des Mindestabstandes}}},
  doi          = {{10.1524/teme.2013.0022}},
  year         = {{2013}},
}

@inproceedings{13885,
  author       = {{Schröder, A. and Henning, Bernd}},
  location     = {{Nürnberg}},
  publisher    = {{LibreCat University}},
  title        = {{{B5.4 - Signal Processing for Single Transducer Distance Measurement Applications to Reduce the Blind Zone}}},
  doi          = {{10.5162/SENSOR2013/B5.4}},
  year         = {{2013}},
}

@inproceedings{13949,
  abstract     = {{The condensation polymer Polyamide 6 (PA 6) is a thermoplastic resin with high tensile strength and rigidity at comparatively low costs for raw material and processing. This is why PA 6 is a common material for the production of ropes, gears or bearings. Apart from that, a relative new application is the thermoforming of glass fibre laminate sheets with PA 6 as matrix material. The prediction the rest of life period of such high-tech materials is still a research objective. A first step, and also part of this contribution, is the nondestructive investigation of the matrix material. The ageing of PA 6 is mainly affected by thermo- and photo-oxidation as well as post-condensation, which e.g. results in a change of physical properties. For this contribution the acoustical and mechanical material parameters of artificially aged PA 6 have been determined with high frequency ultrasound (1 MHz) and quasi-static experiments. We will give a short description of both experimental setups as well as the ageing procedure. Finally we will discuss the correlation between the experimental results, finding that there is a good correlation between sound velocity and tensile strength.}},
  author       = {{Bause, Fabian and Budde, Christopher and Rautenberg, Jens and Henning, Bernd and Moritzer, Elmar}},
  location     = {{Czech Republic}},
  pages        = {{504--509}},
  title        = {{{Utilizing ultrasound material parameter determination for the characterization of different stages of ageing in Polyamide 6}}},
  year         = {{2013}},
}

@inproceedings{13950,
  abstract     = {{Due to the modal behavior of geometrically bounded media, ultrasonic guided waves propagate in waveguides as a combination of multiple dispersive wave packets, which can be simulated as a PDE-problem. Given an excitation in time and space, multiple eigen-modes derived from solving the PDE may propagate each with different dispersion characteristics and weight. Considering a broad-band pulse exciting from one side of a hollow cylindrical waveguide, the received signal at the other side consists of all propagating eigen-modes that can be considered approximately as the narrow band signals. The synchrosqueezed wavelet transform (SWT) is employed to sharpen the time-frequency representation (TFR) of the received waveguide signal. Using a ridge detection algorithm, we successively separate the synchrosqueezed TFR into several narrow band TFRs which can be identified as oscillatory components with time-varying frequency. Then those separated TFRs are reconstructed as narrow band signals using the inverse SWT. Based on an analytical model of the waveguide, we observe that the decomposed signals are similar to those dominant eigen-modes simulated above. Moreover, also the group delay and, therefore, the group velocity of each decomposed signal can be estimated well. This is of high interest when analyzing the characteristic of a given waveguide, such as acoustical property measurements or non-destructive testing.}},
  author       = {{Bause, Fabian and Huang, Boqiang and Kunoth, Angela and Henning, Bernd}},
  location     = {{Czech Republic}},
  title        = {{{Ultrasonic Waveguide Signal Decomposition Using the Synchrosqueezed Wavelet Transform for Modal Group Delay Computation}}},
  year         = {{2013}},
}

@inproceedings{13951,
  author       = {{Bause, Fabian and Unverzagt, Carsten and Walther, Andrea and Henning, Bernd}},
  location     = {{Singapore}},
  pages        = {{504--509}},
  title        = {{{Utilizing interval-Newton approach for the reliable computation of roots in analytical waveguide modeling}}},
  year         = {{2013}},
}

