@inproceedings{2147,
  author       = {{Czumaj, Artur and Scheideler, Christian}},
  booktitle    = {{SODA}},
  pages        = {{30----39}},
  title        = {{{Coloring non-uniform hypergraphs: a new algorithmic approach to the general Lovász local lemma}}},
  year         = {{2000}},
}

@article{2148,
  author       = {{Czumaj, Artur and Scheideler, Christian}},
  journal      = {{Random Struct. Algorithms}},
  number       = {{3-4}},
  pages        = {{213----237}},
  title        = {{{Coloring nonuniform hypergraphs: A new algorithmic approach to the general Lovász local lemma}}},
  volume       = {{17}},
  year         = {{2000}},
}

@inproceedings{2149,
  author       = {{Brinkmann, André and Salzwedel, Kay and Scheideler, Christian}},
  booktitle    = {{SPAA}},
  pages        = {{119----128}},
  title        = {{{Efficient, distributed data placement strategies for storage area networks (extended abstract)}}},
  year         = {{2000}},
}

@inproceedings{2150,
  author       = {{Czumaj, Artur and Scheideler, Christian}},
  booktitle    = {{STOC}},
  pages        = {{38----47}},
  publisher    = {{ACM}},
  title        = {{{A new algorithm approach to the general Lovász local lemma with applications to scheduling and satisfiability problems (extended abstract)}}},
  year         = {{2000}},
}

@techreport{17865,
  abstract     = {{We present a new output-sensitive rendering algorithm, the randomized z-buffer algorithm. It renders an image of a three dimensional scene of triangular primitives by reconstruction from a random sample of surface points which are chosen with a probability proportional to the projected area of the objects. The approach is independent of mesh connectivity and topology. It leads to a rendering time that grows only logarithmically with the numbers of triangles in the scene and to linear memory consumption, thus allowing walkthroughs of scenes of extreme complexity. We consider different methods for image reconstruction which aim at correctness, rendering speed and image quality and we develop an efficient data structure for sample extraction in output-sensitive time which allows for efficient dynamic updates of the scene. Experiments confirm that scenes consisting of some hundred billion triangles can be rendered within seconds with an image quality comparable to a conventional z-buffer rendering; in special cases, realtime performance can be achieved.}},
  author       = {{Wand, Michael and Fischer, Matthias and Meyer auf der Heide, Friedhelm}},
  title        = {{{Randomized Point Sampling for Output-Sensitive Rendering of Complex Dynamic Scenes}}},
  year         = {{2000}},
}

@inproceedings{18962,
  author       = {{Govindarajan, Sathish and Lukovszki, Tamas and Maheshwari, Anil and Zeh, Norbert}},
  booktitle    = {{Proceedings of the 8th Annual European Symposium on Algorithms (ESA 2000), LNCS}},
  issn         = {{0178-4617}},
  pages        = {{585--614}},
  title        = {{{I/O-Efficient Well-Separated Pair Decomposition and Applications}}},
  doi          = {{10.1007/s00453-005-1197-3}},
  year         = {{2000}},
}

@inproceedings{1920,
  author       = {{Karl, Holger and Polze, Andreas and Werner, Matthias}},
  booktitle    = {{Proc. the Workshop on Run-Time Systems for Parallel Programming}},
  title        = {{{Predictable Network Computing using Message-driven Scheduling}}},
  year         = {{2000}},
}

@inproceedings{17990,
  abstract     = {{We consider the notion of Property Testing as applied to computational geometry. We aim at developing efficient algorithms which determine whether a given (geometrical) object has a predetermined property Q or is 'far' from any object having the property. We show that many basic geometric properties have very efficient testing algorithms, whose running time is significantly smaller than the object description size.}},
  author       = {{Czumaj, Artur and Sohler, Christian and Ziegler, Martin}},
  booktitle    = {{Proceedings of the 8th Annual European Symposium on Algorithms (ESA'00)}},
  isbn         = {{9783540410041}},
  issn         = {{0302-9743}},
  pages        = {{155--166}},
  publisher    = {{Springer}},
  title        = {{{Property Testing in Computational Geometry}}},
  doi          = {{10.1007/3-540-45253-2_15}},
  volume       = {{4698}},
  year         = {{2000}},
}

@inproceedings{18146,
  abstract     = {{Since its very beginning, linear algebra is a highly algorithmic subject. Let us just mention the famous Gauss Algorithm which was invented before the theory of algorithms has been developed. The purpose of this paper is to link linear algebra explicitly to computable analysis, that is the theory of computable real number functions. Especially, we will investigate in which sense the dimension of a given linear subspace can be computed. The answer highly depends on how the linear subspace is given: if it is given by a finite number of vectors whose linear span represents the space, then the dimension does not depend continuously on these vectors and consequently it cannot be computed. If the linear subspace is represented via its distance function, which is a standard way to represent closed subspaces in computable analysis, then the dimension does computably depend on the distance function.}},
  author       = {{Ziegler, Martin and Brattka, Vasco}},
  booktitle    = {{SOFSEM 2000: Theory and Practice of Informatics}},
  isbn         = {{9783540413486}},
  issn         = {{0302-9743}},
  pages        = {{450--458}},
  publisher    = {{Springer}},
  title        = {{{Computing the Dimension of Linear Subspaces}}},
  doi          = {{10.1007/3-540-44411-4_34}},
  volume       = {{1963}},
  year         = {{2000}},
}

@inproceedings{18150,
  abstract     = {{What is the minimum number of hyperplanes that slice all edges of the d-dimensional hypercube? The answers have been known for d<=4.<br>This work settles the problem for d=5 and d=6. More precisely, a computer search implies that 4 hyperplanes do not suffice for this purpose (but 5 do).<br>We also develop computational approaches for attacking this extremal problem from combinatorial geometry in higher dimensions. They allow us to determine for example all maximal sliceable subsets of hypercube edges up to dimension 7.}},
  author       = {{Ziegler, Martin and Sohler, Christian}},
  booktitle    = {{Proceedings of the 12th Canadian Conference on Computational Geometry (CCCG'00)}},
  pages        = {{73--79}},
  title        = {{{Computing Cut Numbers}}},
  year         = {{2000}},
}

@article{18446,
  abstract     = {{We consider comparator networks M that are used repeatedly: while the output produced by M is not sorted, it is fed again into M. Sorting algorithms working in this way are called periodic. The number of parallel steps performed during a single run of M is called its period, the sorting time of M is the total number of parallel steps that are necessary to sort in the worst case. Periodic sorting networks have the advantage that they need little hardware (control logic, wiring, area) and that they are adaptive. We are interested in comparator networks of a constant period, due to their potential applications in hardware design.

Previously, very little was known on such networks. The fastest solutions required time O(nε) where the depth was roughly 1/ε. We introduce a general method called periodification scheme that converts automatically an arbitrary sorting network that sorts n items in time T(n) and that has layout area A(n) into a sorting network that has period 5, sorts ***(n • T(n) items in time O(T(<n)• log n), and has layout area O(A(n)) • T(n)). In particular, applying this scheme to Batcher's algorithms, we get practical period 5 comparator networks that sort in time O(log3n). For theoretical interest, one may use the AKS netork resulting in a period 5 comparator network with runtime O(log2n).}},
  author       = {{Lorys, Krzysztof and Wanka, Rolf and Oesterdiekhoff, Brigitte and Kutylowski, Miroslaw}},
  journal      = {{Journal of the ACM}},
  pages        = {{944--967}},
  title        = {{{Periodification Scheme: Constructing Sorting Networks with Constant Period}}},
  doi          = {{10.1145/355483.355490}},
  volume       = {{45}},
  year         = {{2000}},
}

@inproceedings{2211,
  author       = {{Czumaj, Artur and Scheideler, Christian}},
  booktitle    = {{32nd ACM Symposium on Theory of Computing}},
  pages        = {{38--47}},
  title        = {{{A New Algorithmic Approach to the General Lovász Local Lemma with Applications to Scheduling and Satisfiability Problems }}},
  year         = {{2000}},
}

@article{21782,
  author       = {{Domik, Gitta}},
  journal      = {{IEEE Computer Graphics and Applications}},
  number       = {{4}},
  pages        = {{16--19}},
  publisher    = {{IEEE}},
  title        = {{{Do we need formal education in visualization?}}},
  doi          = {{10.1109/38.851744}},
  volume       = {{20}},
  year         = {{2000}},
}

@inproceedings{21783,
  author       = {{Volbracht, Sabine and Domik, Gitta}},
  booktitle    = {{Virtual Environments 2000}},
  editor       = {{Mulder, Jurriaan and van Liere, Robert}},
  isbn         = {{978-3-7091-6785-4}},
  pages        = {{55--64}},
  publisher    = {{Springer Vienna}},
  title        = {{{Developing Effective Navigation Techniques in Virtual 3D Environments}}},
  year         = {{2000}},
}

@proceedings{7790,
  editor       = {{Ehrig, Hartmut and Engels, Gregor and Kreowksi, H.-J. and Taentzer, Gabriele}},
  number       = {{2}},
  publisher    = {{Elsevier}},
  title        = {{{Special Issue: Selected Papers of GRATRA 2000}}},
  volume       = {{44}},
  year         = {{2000}},
}

@proceedings{7791,
  editor       = {{Rolim, J.D.P. and Broder, A.Z. and Corradini, A. and Gorrieri, R. and Heckel, R. and Hromkovic, J. and Vaccaro, U. and Wells, J.B.}},
  publisher    = {{Carleton Scientific}},
  title        = {{{Workshop on Graph Transformation and Visual Modeling Techniques (ICALP 2000, Geneva, Switzerland)}}},
  year         = {{2000}},
}

@inproceedings{7861,
  author       = {{Lohmann, Marc and Wagner, Annika}},
  booktitle    = {{Proceedings of Net.Object Days 2000, Erfurt (Germany)}},
  title        = {{{Konzeption eines XML-fähigen Mailtools}}},
  year         = {{2000}},
}

@inproceedings{7862,
  author       = {{Thöne, Sebastian}},
  booktitle    = {{Proceedings of the Informatiktage 2000, Bad Schussenried (Germany)}},
  publisher    = {{Konradin-Verlag}},
  title        = {{{Entwicklung eines Übersetzers von Nachrichtenaustauschformaten für Bankselbstbedienungssysteme in XML-Formate}}},
  year         = {{2000}},
}

@inproceedings{7863,
  author       = {{Cherchago, Alexey and Alexandrova, N.}},
  booktitle    = {{Proceedings of the All-Russia Students, Young Scientists and Specialists Scientific and Technical Conference on Biotechnical, Medical and Environmental Systems and Complexes (Ryazan, Russia)}},
  title        = {{{A Model of a Physician’s Decision-Making Process using Electropunctural Methods of Diagnostics}}},
  year         = {{2000}},
}

@inproceedings{7864,
  author       = {{Depke, Ralph and Langham, Matthew and Lütkemeier, Björn and Thöne, Sebastian}},
  booktitle    = {{Proceedings of the Net.ObjectDays (2000), Erfurt (Germany)}},
  title        = {{{Ein Konzept zur Generierung von XSL-Transformationen und dessen Anwendung bei Bankselbstbedienungssystemen}}},
  year         = {{2000}},
}

