@article{25932,
  author       = {{Buyken, Anette and Kellerhoff, Y and Hahn, S and Kroke, A and Remer, T}},
  issn         = {{0022-3166}},
  journal      = {{J Nutr}},
  number       = {{7}},
  pages        = {{1828--1833}},
  title        = {{{Urinary C-peptide excretion in free-living healthy children is related to dietary carbohydrate intake but not to the dietary glycemic index.}}},
  doi          = {{10.1093/jn/136.7.1828}},
  volume       = {{136}},
  year         = {{2006}},
}

@article{25933,
  author       = {{Karaolis-Danckert, N and Buyken, Anette and Bolzenius, K and Perim de Faria, C and Lentze, MJ and Kroke, A}},
  issn         = {{0002-9165}},
  journal      = {{Am J Clin Nutr}},
  number       = {{6}},
  pages        = {{1449--1455}},
  title        = {{{Rapid growth among term children whose birth weight was appropriate for gestational age has a longer lasting effect on body fat percentage than on body mass index.}}},
  doi          = {{10.1093/ajcn/84.6.1449}},
  volume       = {{84}},
  year         = {{2006}},
}

@article{26145,
  abstract     = {{The drag force on aggregates and partially sintered agglomerates is assessed using the lattice Boltzmann method (LBM) and accelerated Stokesian dynamics (ASD). Both methods have been compared in terms of accuracy and computational effort. It is shown that they give comparable results if all numerical parameters are controlled carefully. LBM requires a much higher computational effort, however, in contrast to ASD it is able to simulate partially sintered agglomerates as well. The results show that even a very small amount of sintering leads to a significant reduction in the drag force. The analysis of the drag force on agglomerates as well as on aggregates shows that there is no simple geometric quantity which is uniquely related to the drag force. Moreover, there is a significant variation in drag force for single aggregates at different orientations or for the orientation averaged drag force of different aggregates of the same size. This is explained by the structural effects which may lead to a variation in the drag force up to +-20%.}},
  author       = {{Binder, Christian and Feichtinger, Christian and Schmid, Hans-Joachim and Thürey, Nils and Peukert, Wolfgang and Rüde, Ulrich}},
  issn         = {{0021-9797}},
  journal      = {{Journal of Colloid and Interface Science}},
  number       = {{1}},
  pages        = {{155--167}},
  title        = {{{Simulation of the hydrodynamic drag of aggregated particles}}},
  doi          = {{10.1016/j.jcis.2006.04.045}},
  volume       = {{301}},
  year         = {{2006}},
}

@article{26148,
  abstract     = {{Die Modellierung der wandnahen Bereiche bei der Simulation von Zweiphasenströmungen spielt in der Praxis eine entscheidende Rolle, wenn erwünschter oder unerwünschter Transport der dispersen Phase zu einer Oberfläche bedeutend ist. Zweiphasenströmungen mit einer dispersen Phase werden heutzutage häufig mit dem Euler-Lagrange-Verfahren in modernen CFD-Codes simuliert. Im Folgenden wird darauf eingegangen werden, wie solche Berechnungen in kommerziellen CFD-Codes durchgeführt werden.}},
  author       = {{Horn, M. and Schmid, Hans-Joachim}},
  issn         = {{0009-286X}},
  journal      = {{Chemie Ingenieur Technik}},
  number       = {{6}},
  pages        = {{694--699}},
  title        = {{{Modellierung der wandnahen Bereiche in turbulenten Zweiphasenströmungen}}},
  doi          = {{10.1002/cite.200500110}},
  volume       = {{78}},
  year         = {{2006}},
}

@article{27712,
  author       = {{Günther, A L B and Buyken, Anette and Kroke, A}},
  issn         = {{0307-0565}},
  journal      = {{International Journal of Obesity}},
  pages        = {{1072--1079}},
  title        = {{{The influence of habitual protein intake in early childhood on BMI and age at adiposity rebound: results from the DONALD Study}}},
  doi          = {{10.1038/sj.ijo.0803288}},
  year         = {{2006}},
}

@article{27892,
  author       = {{Schlegel-Matthies, Kirsten}},
  journal      = {{Haushalt & Bildung}},
  number       = {{1}},
  title        = {{{REVIS – Reform der Ernährungs- und Verbraucherbildung in Schulen }}},
  volume       = {{83}},
  year         = {{2006}},
}

@article{27893,
  author       = {{Methfessel, B.  and Schlegel-Matthies, Kirsten}},
  journal      = {{Haushalt & Bildung}},
  number       = {{1}},
  pages        = {{14--24}},
  title        = {{{Zur Analyse von Unterrichtsmaterialien für die Ernährungs- und Verbraucherbildung}}},
  volume       = {{83}},
  year         = {{2006}},
}

@inproceedings{19001,
  abstract     = {{We present a novel architecture for distributed computing in a peer-to-peer network. In particular, we realize the Paderborn University BSP-based Web Computing Library (PUBWCL), which formerly used a centralized client-server architecture for scheduling and load balancing, as a pure peer-to-peer system. Using distributed heterogeneous hash tables (DHHT), our architecture features scheduling and load balancing of tightly coupled, massively parallel algorithms in the bulk-synchronous (BSP) style with a minimal number of migrations.
}},
  author       = {{Gehweiler, Joachim and Schomaker, Gunnar}},
  booktitle    = {{Proceeedings of 10th IEEE/ACM International Symposium on Distributed Simulation and Real Time Applications (DS-RT)}},
  isbn         = {{0769526977}},
  pages        = {{51--58}},
  title        = {{{Distributed Load Balancing in Heterogeneous Peer-to-Peer Networks for Web Computing Libraries}}},
  doi          = {{10.1109/ds-rt.2006.15}},
  year         = {{2006}},
}

@inproceedings{23882,
  abstract     = {{In this paper we develop an efficient implementation for a k-means clustering algorithm. Our algorithm is a variant of KMHybrid [28, 20], i.e. it uses a combination of Lloyd-steps and random swaps, but as a novel feature it uses coresets to speed up the algorithm. A coreset is a small weighted set of points that approximates the original point set with respect to the considered problem. The main strength of the algorithm is that it can quickly determine clusterings of the same point set for many values of k. This is necessary in many applications, since, typically, one does not know a good value for k in advance. Once we have clusterings for many different values of k we can determine a good choice of k using a quality measure of clusterings that is independent of k, for example the average silhouette coefficient. The average silhouette coefficient can be approximated using coresets.To evaluate the performance of our algorithm we compare it with algorithm KMHybrid [28] on typical 3D data sets for an image compression application and on artificially created instances. Our data sets consist of 300,000 to 4.9 million points. We show that our algorithm significantly outperforms KMHybrid on most of these input instances. Additionally, the quality of the solutions computed by our algorithm deviates less than that of KMHybrid.We also computed clusterings and approximate average silhouette coefficient for k=1,…,100 for our input instances and discuss the performance of our algorithm in detail.}},
  author       = {{Frahling, Gereon and Sohler, Christian}},
  booktitle    = {{Proceedings of the twenty-second annual symposium on Computational geometry  - SCG '06}},
  title        = {{{A fast k-means implementation using coresets}}},
  doi          = {{10.1145/1137856.1137879}},
  year         = {{2006}},
}

@inproceedings{18351,
  abstract     = {{In this paper the ideas of a new research project are presented. The material flow simu- lator d3FACT insight shall manage multiple parallel and time synchronous simulations to grand the power of real-time visualization in combination with statistical analysis. This research is issued to overcome the conflict of simulation run repetition for a good statistical basis and real-time immersive visualization. A side effect will be the reduc- tion of time needed for simulation experiments. The planned simulation tool has the feature of triggered cloning, i.e., the user can decide during runtime to clone a set of simulations after changing parameters to preserve the original system. The simulations will be aggregated by visualization and statistics. The rendering is planned to overlay several simulations using effects like inking and transparency. Simulation data will be aggregated with statistical functions and diagrams.}},
  author       = {{Dangelmaier, Wilhelm  and Huber, Daniel  and Laroque, Christoph  and Aufenanger, Mark and Fischer, Matthias and Krokowski, Jens and Kortenjan, Michael}},
  booktitle    = {{Simulation and Visualization 2006 (SimViS)}},
  pages        = {{79--88}},
  publisher    = {{SCS European Publishing House}},
  title        = {{{d³FACT insight goes parallel - Aggregation of multiple simulations}}},
  year         = {{2006}},
}

@inproceedings{9532,
  author       = {{Becker, C and Wedman, S and Hemsel, Tobias}},
  booktitle    = {{Proceedings of 2nd International Workshop on Piezoelectric Materials and Applications in Actuators}},
  number       = {{Band 180}},
  pages        = {{481}},
  title        = {{{Design and Construction of a 3D-Scanning-Laservibrometer}}},
  year         = {{2006}},
}

@inbook{9536,
  abstract     = {{This paper presents a model for unsteady longitudinal slippage of a loaded rubber wheel. The aim of modelling was to calculate the dynamical contact behavior in a numerical efficient way. Further on, simulation results are compared to experimental data.}},
  author       = {{Gutzeit, F and Sextro, Walter and Kröger, Matthias}},
  booktitle    = {{Analysis and Simulation of Contact Problems}},
  editor       = {{Wriggers, Peter and Nackenhorst, Udo}},
  isbn         = {{978-3-540-31760-9}},
  pages        = {{261--270}},
  publisher    = {{Springer Berlin Heidelberg}},
  title        = {{{Unsteady rolling contact of rubber wheels}}},
  doi          = {{10.1007/3-540-31761-9_29}},
  volume       = {{27}},
  year         = {{2006}},
}

@article{9546,
  abstract     = {{Rotary ultrasonic motors have found broad industrial application in camera lens drives and other systems. Linear ultrasonic motors in contrast have only found limited applications. The main reason for the limited range of application of these very attractive devices seems to be their small force and power range. Attempts to build linear ultrasonic motors for high forces and high power applications have not been truly successful yet. To achieve larger force and higher power, multiple miniaturized motors can be combined. This approach, however, is not as simple as it appears at first glance. The electromechanical behaviour of the individual motors differs slightly due to manufacturing and assembly tolerances. The individual motor characteristics are strongly dependent on the driving parameters (frequency, voltage, temperature, pre-stress, etc.) and the driven load and the collective behaviour of the swarm of motors is not just the linear superposition of the individual drive's forces. Thus, the bundle of motors has to be synchronized and controlled appropriately in order to obtain an optimized drive that is not oversized and costly. We have investigated driving and control strategies of a set of linear ultrasonic motors. Our contribution will be divided into three main parts. In part I ultrasonic linear motors will be introduced. In part II driving strategies for a single motor as well as for a bundle of motors will be presented. These concepts will be verified by simulation results and experimental data. In part III a simplified model for the motor's electromechanical behaviour will be given.}},
  author       = {{Mracek, Maik and Hemsel, Tobias}},
  issn         = {{0041-624X}},
  journal      = {{Ultrasonics}},
  keywords     = {{Ultrasonic linear motor}},
  pages        = {{e597 -- e602}},
  title        = {{{Synergetic driving concepts for bundled miniature ultrasonic linear motors}}},
  doi          = {{10.1016/j.ultras.2006.05.201}},
  volume       = {{44, Supplement}},
  year         = {{2006}},
}

@inbook{9551,
  abstract     = {{Friction occurs in the contact between tyre and road. The friction of rubber material on dry surfaces is dominated by hysteresis and adhesion effects. Hysterisis friction is characterised by the energy dissipation within the visco-elastic material, which is caused by its deformation while passing the surface roughness. Hysteresis effects are modelled by an extended linear visco-elastic material with several Maxwell elements. The development of a model in the time domain allows to consider nonlinear effects. Additionally temperature effects are taken into account based on the WLF-transformation. Adhesion forces originate from molecular bindings between the contact partners. This effect is simulated by applying a modified model of Achenbach on real surfaces. The temperature distribution within the friction contact region is investigated experimentally as well. Furthermore global stick-slip vibrations of a rubber block element are investigated using a global contact model. Numerical results are compared with experiments performed on a tribometer test rig.}},
  author       = {{Sextro, Walter and Moldenhauer, Patrick and Wangenheim, M and Lindner, Markus and Kröger, Matthias}},
  booktitle    = {{Analysis and Simulation of Contact Problems}},
  editor       = {{Wriggers, Peter and Nackenhorst, Udo}},
  isbn         = {{978-3-540-31760-9}},
  pages        = {{243--252}},
  publisher    = {{Springer Berlin Heidelberg}},
  title        = {{{Contact behaviour of a sliding rubber element}}},
  doi          = {{10.1007/3-540-31761-9_27}},
  volume       = {{27}},
  year         = {{2006}},
}

@inproceedings{8307,
  author       = {{Krauter, Stefan and Grunow, Paul}},
  booktitle    = {{Proceedings of the 4th World Conference on Photovoltaic Energy Conversion (Joint congress of IEEE/PVSEC/EUPVC), Waikoloa, Hawaii (USA), 8.–12. Mai 2006, S. 2133–2137}},
  title        = {{{Optical modelling and simulation of PV module encapsulation to improve structure and material properties for maximum energy yield}}},
  year         = {{2006}},
}

@inproceedings{8310,
  author       = {{Krauter, Stefan and Grunow, Paul}},
  booktitle    = {{Proceedings of the 21st European Photovoltaic Solar Energy Conference and Exhibition, Dresden, 4.–8. September 2006, S. 2065–2068}},
  title        = {{{Optical simulation to enhance PV module encapsulation}}},
  year         = {{2006}},
}

@inbook{16559,
  author       = {{Dellnitz, Michael and Molo, Mirko Hessel-von and Metzner, Philipp and Preis, Robert and Schütte, Christof}},
  booktitle    = {{Analysis, Modeling and Simulation of Multiscale Problems}},
  isbn         = {{9783540356561}},
  title        = {{{Graph Algorithms for Dynamical Systems}}},
  doi          = {{10.1007/3-540-35657-6_23}},
  year         = {{2006}},
}

@inproceedings{16881,
  author       = {{Lindner, M. and Goetz, F. and Weise, R. and Fricke, H. and Burchert, W. and Domik, Gitta}},
  location     = {{Berlin}},
  title        = {{{Interaktive 3D-Visualisierung multidimensionaler Datensätze}}},
  year         = {{2006}},
}

@inbook{36074,
  author       = {{Bartsch, Silke and Methfessel, Barbara and Schlegel-Matthies, Kirsten}},
  booktitle    = {{Mediterranean Food. Concepts and Trends. Proceedings of the 15th International Ethnological Food Research Conference, Dubrovnik, 27 September - 3 October}},
  editor       = {{ Lysaght, Patricia and Rittig-Beljak, Nives}},
  pages        = {{149 -- 172}},
  title        = {{{ Pizza, Pasta und Döner Kebab: Mediterranean Dishes in the Everyday Life of German Young People}}},
  year         = {{2006}},
}

@article{36072,
  author       = {{Schlegel-Matthies, Kirsten and Methfessel, Barbara and Bartsch, Silke}},
  issn         = {{0342-5088}},
  journal      = {{Haushalt & Bildung}},
  number       = {{4}},
  pages        = {{17--26}},
  publisher    = {{Schneider-Verlag}},
  title        = {{{Pizza, Pasta, Döner Kebab - Mittelmeerkost im Alltag deutscher Jugendlicher. Historische und soziale Hintergründe}}},
  volume       = {{83}},
  year         = {{2006}},
}

