@inproceedings{17450,
  author       = {{Suess, Tim and Jähn, Claudius and Fischer, Matthias and Meyer auf der Heide, Friedhelm and Koch, Clemens}},
  booktitle    = {{Augmented & Virtual Reality in der Produktentstehung}},
  pages        = {{185----197}},
  publisher    = {{Verlagsschriftenreihe des Heinz Nixdorf Instituts}},
  title        = {{{Ein paralleles Out-of-Core Renderingsystem für Standard-Rechnernetze}}},
  volume       = {{295}},
  year         = {{2011}},
}

@phdthesis{17454,
  author       = {{Suess, Tim}},
  title        = {{{Parallel Real-Time Rendering using Heterogeneous PC Clusters}}},
  year         = {{2011}},
}

@book{17692,
  author       = {{Mindt, Ilka}},
  publisher    = {{Benjamins}},
  title        = {{{Adjective complementation by that-clauses: An empirical study}}},
  year         = {{2011}},
}

@article{17891,
  author       = {{Mindt, Ilka and Lindquist, Hans}},
  journal      = {{ICAME Journal 35}},
  pages        = {{242 -- 247}},
  publisher    = {{Edinburgh University Press, 2009}},
  title        = {{{Corpus Linguistics and the Description of English}}},
  year         = {{2011}},
}

@inbook{17894,
  author       = {{Mindt, Ilka and Mukherjee, Joybrato}},
  booktitle    = {{Anglistik. International Journal of English Studies, 22, 1}},
  pages        = {{205 -- 206}},
  publisher    = {{Erich Schmidt Verlag, 2009}},
  title        = {{{Anglistische Korpuslinguistik. Eine  	Einführung. Grundlagen der Anglistik und Amerikanistik 33}}},
  year         = {{2011}},
}

@inproceedings{1891,
  author       = {{W. Richa, Andrea and Scheideler, Christian and Schmid, Stefan and Zhang, Jin}},
  booktitle    = {{2011 International Conference on Distributed Computing Systems, ICDCS 2011, Minneapolis, Minnesota, USA, June 20-24, 2011}},
  isbn         = {{978-0-7695-4364-2}},
  pages        = {{507----516}},
  publisher    = {{IEEE Computer Society}},
  title        = {{{Competitive and Fair Medium Access Despite Reactive Jamming}}},
  doi          = {{10.1109/ICDCS.2011.8}},
  year         = {{2011}},
}

@inproceedings{1892,
  author       = {{W. Richa, Andrea and Scheideler, Christian and Schmid, Stefan and Zhang, Jin}},
  booktitle    = {{Proceedings of the 3rd ACM workshop on Wireless of the students, by the students, for the students, S3@MOBICOM 2011, Las Vegas, NV, USA, September 19 - 23, 2011}},
  isbn         = {{978-1-4503-0868-7}},
  pages        = {{33----36}},
  publisher    = {{ACM}},
  title        = {{{Towards jamming-resistant and competitive medium access in the SINR model}}},
  doi          = {{10.1145/2030686.2030697}},
  year         = {{2011}},
}

@inproceedings{1893,
  author       = {{W. Richa, Andrea and Scheideler, Christian and Schmid, Stefan and Zhang, Jin}},
  booktitle    = {{Proceedings of the 12th ACM Interational Symposium on Mobile Ad Hoc Networking and Computing, MobiHoc 2011, Paris, France, May 16-20, 2011}},
  isbn         = {{978-1-4503-0722-2}},
  pages        = {{15}},
  publisher    = {{ACM}},
  title        = {{{Self-stabilizing leader election for single-hop wireless networks despite jamming}}},
  doi          = {{10.1145/2107502.2107522}},
  year         = {{2011}},
}

@inproceedings{1895,
  author       = {{Kniesburges, Sebastian and Koutsopoulos, Andreas and Scheideler, Christian}},
  booktitle    = {{SPAA 2011: Proceedings of the 23rd Annual ACM Symposium on Parallelism in Algorithms and Architectures, San Jose, CA, USA, June 4-6, 2011 (Co-located with FCRC 2011)}},
  isbn         = {{978-1-4503-0743-7}},
  pages        = {{235----244}},
  title        = {{{Re-Chord: a self-stabilizing chord overlay network}}},
  doi          = {{10.1145/1989493.1989527}},
  year         = {{2011}},
}

@phdthesis{18973,
  author       = {{Frahling, Gereon}},
  isbn         = {{978-3-942647-09-0}},
  publisher    = {{Verlagsschriftenreihe des Heinz Nixdorf Instituts, Paderborn}},
  title        = {{{Algorithms for Dynamic Geometric Data Streams}}},
  volume       = {{290}},
  year         = {{2011}},
}

@phdthesis{18974,
  author       = {{Mehler, Jan}},
  isbn         = {{978-3-942647-06-9}},
  publisher    = {{Verlagsschriftenreihe des Heinz Nixdorf Instituts, Paderborn}},
  title        = {{{Power-Aware Online File Allocation in Dynamic Networks}}},
  volume       = {{287}},
  year         = {{2011}},
}

@phdthesis{18976,
  abstract     = {{Web computing is a variant of parallel computing where the idle times of PCs
donated by worldwide distributed users are employed to execute parallel
programs. In this thesis we consider a web computing variant with two
important properties: First, we support the execution of coupled, massively
parallel algorithms (rather than distributed data processing). And second,
we organize the system in peer-to-peer fashion.

We present the Paderborn University BSP-based Web Computing (PUB-Web) library,
which supports the execution of parallel programs in the bulk-synchronous style
(BSP) in such a web computing setting. In this thesis, we focus on important
technical and algorithmic aspects, in particular: In order to schedule
processes with respect to the currently available computing power, which
continually changes in an unpredictable fashion, we need intelligent load
balancing algorithms and -- as a basic precondition -- the technical ability
to migrate threads at runtime.

To achieve the latter in a way suitable for production use, compatible with
recent Java versions, available for all important platforms, and easy-to-use
for developers, we develop the PadMig thread migration and checkpointing
library.

In order to tackle the distributed load balancing problem, we present an
algorithm based on Distributed Heterogeneous Hash-Tables. In order to judge
the quality of the schedules produced, we perform extensive experiments to
compare several variants of the DHHT-based load balancer with the well-
established Work Stealing algorithm, using realistic input data obtained by
profiling the utilization of several hundred PCs for a period of several
months.

Beside the available computing power, we finally also consider the network
bandwidth as a secondary criterion for load balancing. For this purpose, we
cluster the PUB-Web network according to bandwidth, employing a novel,
fault-tolerant, adaptive, and scaling distributed clustering algorithm called
DiDiC. In order to judge the quality of the clusterings produces by DiDiC,
we experimentally compare it to the well-established MCL algorithm using a
simulator.}},
  author       = {{Gehweiler, Joachim}},
  isbn         = {{978-3-942647-17-5}},
  publisher    = {{Verlagsschriftenreihe des Heinz Nixdorf Instituts, Paderborn}},
  title        = {{{Peer-to-Peer Based Parallel Web Computing}}},
  volume       = {{298}},
  year         = {{2011}},
}

@inproceedings{1899,
  author       = {{Kniesburges, Sebastian and Scheideler, Christian}},
  booktitle    = {{WALCOM: Algorithms and Computation - 5th International Workshop, WALCOM 2011, New Delhi, India, February 18-20, 2011. Proceedings}},
  isbn         = {{978-3-642-19093-3}},
  pages        = {{170----181}},
  publisher    = {{Springer}},
  title        = {{{Hashed Patricia Trie: Efficient Longest Prefix Matching in Peer-to-Peer Systems}}},
  doi          = {{10.1007/978-3-642-19094-0_18}},
  volume       = {{6552}},
  year         = {{2011}},
}

@inbook{1900,
  author       = {{Scheideler, Christian and Graffi, Kalman}},
  booktitle    = {{Computer Science, The Hardware, Software and Heart of It}},
  isbn         = {{978-1-4614-1167-3}},
  pages        = {{155----168}},
  publisher    = {{Springer}},
  title        = {{{Programming for Distributed Computing: From Physical to Logical Networks}}},
  doi          = {{10.1007/978-1-4614-1168-0_9}},
  year         = {{2011}},
}

@inbook{19000,
  author       = {{Seng, Eva- Maria}},
  booktitle    = {{Total Regional. Studien zur frühneuzeitlichen Sozial- und Wirtschaftsgeschichte, FS für Frank Göttmann}},
  editor       = {{Menne, Mareike and Ströhmer, Michael}},
  pages        = {{129--148}},
  title        = {{{Der Kanonenbischof Christoph Bernhard von Galen und seine retrospektiven Baumaßnahmen}}},
  year         = {{2011}},
}

@article{19002,
  author       = {{Seng, Eva- Maria}},
  journal      = {{kunst und kirche. Ökumenische Zeitschrift für zeitgenössische Kunst und Architektur}},
  pages        = {{50--53}},
  title        = {{{Dekor und Kirchenbau}}},
  volume       = {{H.2}},
  year         = {{2011}},
}

@inbook{19005,
  author       = {{Seng, Eva- Maria}},
  booktitle    = {{Demokratie – Kultur – Moderne. Perspektiven der Politischen Theorie, FS für Walter Reese-Schäfer}},
  editor       = {{Klevesath, Lino}},
  pages        = {{201--220}},
  title        = {{{Kulturlandschaften: Die Rückgewinnung des immateriellen Kulturerbes in die Landschaft}}},
  year         = {{2011}},
}

@book{19006,
  author       = {{Eke, Norbert Otto and Olasz-Eke, Dagmar}},
  pages        = {{210}},
  publisher    = {{Aisthesis}},
  title        = {{{„Sprache, die so tröstlich zu mir kam“. Thomas Valentin in Briefen von und an Hermann Hesse}}},
  year         = {{2011}},
}

@inbook{1901,
  author       = {{Scheideler, Christian}},
  booktitle    = {{Algorithms Unplugged}},
  isbn         = {{978-3-642-15327-3}},
  pages        = {{223----229}},
  publisher    = {{Springer}},
  title        = {{{Broadcasting - How Can I Quickly Disseminate Information?}}},
  doi          = {{10.1007/978-3-642-15328-0_22}},
  year         = {{2011}},
}

@book{1902,
  author       = {{Vöcking, Berthold and Alt, Helmut and Dietzfelbinger, Martin and Reischuk, Rüdiger and Scheideler, Christian and Vollmer, Heribert and Wagner, Dorothea}},
  isbn         = {{978-3-642-15327-3}},
  title        = {{{Algorithms Unplugged}}},
  doi          = {{10.1007/978-3-642-15328-0}},
  year         = {{2011}},
}

