ALBERT

All Library Books, journals and Electronic Records Telegrafenberg

Ihre E-Mail wurde erfolgreich gesendet. Bitte prüfen Sie Ihren Maileingang.

Leider ist ein Fehler beim E-Mail-Versand aufgetreten. Bitte versuchen Sie es erneut.

Vorgang fortführen?

Exportieren
Filter
  • Artikel  (100)
  • Computational geometry
  • kinetics
  • nitrogen
  • Springer  (100)
  • Periodicals Archive Online (PAO)
  • 1990-1994  (100)
  • Mathematik  (58)
  • Geologie und Paläontologie  (28)
  • Medizin  (15)
Sammlung
  • Artikel  (100)
Verlag/Herausgeber
Erscheinungszeitraum
Jahr
  • 1
    ISSN: 1573-0417
    Schlagwort(e): Great Basin ; climatic variations ; productivity ; organic matter ; nitrogen ; phosphorus ; hardwater lake
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Biologie , Geologie und Paläontologie
    Notizen: Abstract Sediment cores from the shallow and deep basins of Pyramid Lake, Nevada, revealed variations in composition with depth reflecting changes in lake level, river inflow, and lake productivity. Recent sediments from the period of historical record indicate: (1) CaCO3 and organic content of sediment in the shallow basin decrease at lower lake level, (2) CaCO3 content of deep basin sediments increases when lake level decreases rapidly, and (3) the inorganic P content of sediments increases with decreasing lake volume. Variations in sediment composition also indicate several periods for which productivity in Pyramid Lake may have been elevated over the past 1000 years. Our data provide strong evidence for increased productivity during the first half of the 20th Century, although the typical pattern for cultural eutrophication was not observed. The organic content of sediments also suggests periods of increased productivity in the lake prior to the discovery and development of the region by white settlers. Indeed, a broad peak in organic fractions during the 1800's originates as an increase starting around 1600. However, periods of changing organic content of sediments also correspond to periods when inflow to the lake was probably at extremes (e.g. drought or flood) indicating that fluctuations in river inflow may be an important factor affecting sediment composition in Pyramid Lake.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 11 (1994), S. 404-428 
    ISSN: 1432-0541
    Schlagwort(e): Algorithms ; Computational geometry ; Implementation
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We describe the design and implementation of a workbench for computational geometry. We discuss issues arising from this implementation, including comparisons of different algorithms for constant factors, code size, and ease of implementation. The workbench is not just a library of computational geometry algorithms and data structures, but is designed as a geometrical programming environment, providing tools for: creating, editing, and manipulating geometric objects; demonstrating and animating geometric algorithms; and, most importantly, for implementing and maintaining complex geometric algorithms.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 11 (1994), S. 469-484 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Hidden surface removal ; Ray shooting
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We derive a new output-sensitive algorithm for hidden surface removal in a collection ofn triangles, viewed from a pointz such that they can be ordered in an acyclic fashion according to their nearness toz. Ifk is the combinatorial complexity of the outputvisibility map, then we obtain a sophisticated randomized algorithm that runs in (randomized) timeO(n4/3 log2.89 n +k 3/5 n 4/5 + δ for anyδ 〉 0. The method is based on a new technique for tracing the visible contours using ray shooting.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 11 (1994), S. 501-524 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Maxima ; Probabilistic analysis
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract In a recent paper Bentleyet al. [1] presented some fast (low-multiplicative constants) linear-expected-time algorithms for finding the maxima ofN points chosen independently identically distributed (i.i.d.) from a Component Independent (CI) distribution. They also presented another algorithm, the Move-To-Front (MTF) algorithm, which empirical evidence suggests runs faster than the other algorithms. They conjectured that the MTF algorithm runs inN+o(N) expected time. In this paper we prove their conjecture forN points chosen i.i.d. from any two-dimensional distribution. The proof mixes probabilistic and amortized techniques.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 5
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 12 (1994), S. 1-17 
    ISSN: 1432-0541
    Schlagwort(e): Delaunay triangulation ; Polygonal domain ; Finite-element mesh generation ; Edge-free circle ; Computational geometry
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract In some applications of triangulation, such as finite-element mesh generation, the aim is to triangulate a given domain, not just a set of points. One approach to meeting this requirement, while maintaining the desirable properties of Delaunay triangulation, has been to enforce the empty circumcircle property of Delaunay triangulation, subject to the additional constraint that the edges of a polygon be covered by edges of the triangulation. In finite-element mesh generation it is usually necessary to include additional points besides the vertices of the domain boundary. This motivates us to ask whether it is possible to trinagulate a domain by introducing additional points in such a manner that the Delaunay triangulation of the points includes the edges of the domain boundary. We present algorithms that given a multiply connected polygonal domain withN vertices, placeK additional points on the boundary inO(N logN + K) time such that the polygon is covered by the edges of the Delaunay triangulation of theN + K points. Furthermore,K is the minimum number of additional points such that a circle, passing through the endpoints of each boundary edge segment, exists that does not contain in its interior any other part of the domain boundary. We also show that by adding only one more point per edge, certain degeneracies that may otherwise arise can be avoided.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 6
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 12 (1994), S. 18-29 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Closest pair ; Point location ; Centroid ; Amortization
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We give an algorithm that computes the closest pair in a set ofn points ink-dimensional space on-line, inO(n logn) time. The algorithm only uses algebraic functions and, therefore, is optimal. The algorithm maintains a hierarchical subdivision ofk-space into hyperrectangles, which is stored in a binary tree. Centroids are used to maintain a balanced decomposition of this tree.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 7
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Ray-shooting ; Triangulation
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract LetP be a simple polygon withn vertices. We present a simple decomposition scheme that partitions the interior ofP intoO(n) so-called geodesic triangles, so that any line segment interior toP crosses at most 2 logn of these triangles. This decomposition can be used to preprocessP in a very simple manner, so that any ray-shooting query can be answered in timeO(logn). The data structure requiresO(n) storage andO(n logn) preprocessing time. By using more sophisticated techniques, we can reduce the preprocessing time toO(n). We also extend our general technique to the case of ray shooting amidstk polygonal obstacles with a total ofn edges, so that a query can be answered inO(√ logn) time.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 8
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 12 (1994), S. 421-435 
    ISSN: 1432-0541
    Schlagwort(e): Spanning tree ; Steiner tree ; Heuristic algorithm ; Computational geometry ; Rectilinear distance ; Nearest neighbor ; Geographic nearest neighbor ; Decomposable search problem ; Range tree
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We study the application of the geographic nearest neighbor approach to two problems. The first problem is the construction of an approximately minimum length rectilinear Steiner tree for a set ofn points in the plane. For this problem, we introduce a variation of a subgraph of sizeO(n) used by YaO [31] for constructing minimum spanning trees. Using this subgraph, we improve the running times of the heuristics discussed by Bern [6] fromO(n 2 log n) toO(n log2 n). The second problem is the construction of a rectilinear minimum spanning tree for a set ofn noncrossing line segments in the plane. We present an optimalO(n logn) algorithm for this problem. The rectilinear minimum spanning tree for a set of points can thus be computed optimally without using the Voronoi diagram. This algorithm can also be extended to obtain a rectilinear minimum spanning tree for a set of nonintersecting simple polygons.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 9
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 12 (1994), S. 30-53 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Ray shooting ; Multilevel data structures ; Hidden surface removal ; Output-sensitive
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract In this paper we study the ray-shooting problem for three special classes of polyhedral objects in space: axis-parallel polyhedra, curtains (unbounded polygons with three edges, two of which are parallel to thez-axis and extend downward to minus infinity), and fat horizontal triangles (triangles parallel to thexy-plane whose angles are greater than some given constant). For all three problems structures are presented usingO(n 2+ɛ) preprocessing, for any fixedɛ 〉 0, withO(logn) query time. We also study the general ray-shooting problem in an arbitrary set of triangles. Here we present a structure that usesOn 4+ɛ) preprocessing and has a query time ofO(logn). We use the ray-shooting structure for curtains to obtain an algorithm for computing the view of a set of nonintersecting prolyhedra. For any ɛ 〉 0, we can obtain an algorithm with running time $$O(n^{1 + \varepsilon } \sqrt k )$$ , wheren is the total number of vertices of the polyhedra andk is the size of the output. This is the first output-sensitive algorithm for this problem that does not need a depth order on the faces of the polyhedra.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 10
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Line-segment intersection ; Segment trees ; Lines in space ; Polyhedral terrains ; Deterministic and randomized algorithms
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We consider a variety of problems on the interaction between two sets of line segments in two and three dimensions. These problems range from counting the number of intersecting pairs between m blue segments andn red segments in the plane (assuming that two line segments are disjoint if they have the same color) to finding the smallest vertical distance between two nonintersecting polyhedral terrains in three-dimensional space. We solve these problems efficiently by using a variant of the segment tree. For the three-dimensional problems we also apply a variety of recent combinatorial and algorithmic techniques involving arrangements of lines in three-dimensional space, as developed in a companion paper.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 11
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 11 (1994), S. 133-145 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Ray shooting ; Half-plane range searching ; ES-trees
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We solve some problems related toray shooting in the plane, such as finding the first object hit by a query ray or counting the number of objects intersected by the query line. Our main results are an algorithm for finding the first hit when the objects are lines, and an algorithm for the case when the objects are segments. If the segments form simple polygons, this information can be used for reducing the complexity of the algorithms. The algorithms are efficient in space and in query time. Moreover, they are simple and therefore of practical use.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 12
    Digitale Medien
    Digitale Medien
    Springer
    Molecular and cellular biochemistry 131 (1994), S. 43-47 
    ISSN: 1573-4919
    Schlagwort(e): angiotensinogen ; kinetics ; recombinant protein ; renin ; species specificity ; transgenic mouse
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Biologie , Chemie und Pharmazie , Medizin
    Notizen: Abstract The renin-angiotensin system (RAS) is the most important regulator of electrolyte homeostasis and blood pressure. Our recently generated transgenic mice carrying either the human renin (hREN) or human angiotensinogen (hANG) genes did not develop hypertension but dual gene strains obtained by cross-mating separate lines of mice exhibited a chronically sustained increase in blood pressure, suggesting the presence of species-specific reactivity between renin and angiotensinogen. In order to examine this specificity, the present study was designed to perform a strictly comparative study on hydrolysis of hANG by hREN and mouse submandibular renin (mREN)in vitro by using pure proteins. The recombinant hANG (rhANG) and the synthetic human-type tridecapeptide (hTDP), Asp-Arg-Val-Tyr-Ile-His-Pro-Phe-His-Leu-Val-Ile-His, corresponding to the N-terminal sequences of hANG, were used to determine the species specificity of recombinant hREN (rhREN) and mREN. While hTDP was cleaved by both rhREN with similar Km and with the same order of kcat, rhANG was cleaved by mREN with 16.7-fold higher Km and with 28.2-fold lower kcat than by rhREN. These results showed that kcat/Km value of mREN for rhANG was 468-fold lower than that for rhREN acting on rhANG.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 13
    Digitale Medien
    Digitale Medien
    Springer
    Molecular and cellular biochemistry 138 (1994), S. 33-37 
    ISSN: 1573-4919
    Schlagwort(e): poly(ADP-ribose) polymerase ; structure ; chemistry ; kinetics ; automodification ; mechanism(s)
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Biologie , Chemie und Pharmazie , Medizin
    Notizen: Abstract In this minireview, we summarize recent advances on the enzymology of ADP-ribose polymer synthesis. First, a short discussion of the primary structure and cloning of poly(ADP-ribose) polymerase (PARP) [EC 2.4.2.30], the enzyme that catalyzes, the synthesis of poly(ADP-ribose), is presented. A catalytic distinction between the multiple enzymatic activities of PARP is established. The direction of ADP-ribose chain growth as well as the molecular mechanism of the automodification reaction catalyzed by PARP are described. Current approaches to dissect ADP-ribose polymer synthesis into individual reactions of initiation, elongation and branching, as well as a partial mechanistic characterization of the ADP-ribose elongation reaction at he chemical level are also presented. Finally, recent developments in the catalytic characterization of PARP by site-directed mutagensis are also briefly summarized.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 14
    Digitale Medien
    Digitale Medien
    Springer
    Biogeochemistry 25 (1994), S. 19-39 
    ISSN: 1573-515X
    Schlagwort(e): denitrification ; mineralization ; nitrification ; nitrogen ; riparian ; stream ; wetland ; New Jersey ; Pennsylvania ; Pinelands
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract Denitrification (N2 production) and oxygen consumption rates were measured at ambient field nitrate concentrations during summer in sediments from eight wetlands (mixed hardwood swamps, cedar swamps, heath dominated shrub wetland, herbaceous peatland, and a wetland lacking live vegetation) and two streams. The study sites included wetlands in undisturbed watersheds and in watersheds with considerable agricultural and/or sewage treatment effluent input. Denitrification rates measured in intact cores of water-saturated sediment ranged from ≤ 20 to 260 μmol N m-2 h-1 among the three undisturbed wetlands and were less variable (180 to 260 μmol N M-2 h-1) among the four disturbed wetlands. Denitrification rates increased when nitrate concentrations in the overlying water were increased experimentally (1 up to 770 μM), indicating that nitrate was an important factor controlling denitrification rates. However, rates of nitrate uptake from the overlying water were not a good predictor of denitrification rates because nitrification in the sediments also supplied nitrate for denitrification. Regardless of the dominant vegetation, pH, or degree of disturbance, denitrification rates were best correlated with sediment oxygen consumption rates (r 2 = 0.912) indicating a relationship between denitrification and organic matter mineralization and/or sediment nitrification rates. Rates of denitrification in the wetland sediments were similar to those in adjacent stream sediments. Rates of denitrification in these wetlands were within the range of rates previously reported for water-saturated wetland sediments and flooded soils using whole core15N techniques that quantify coupled nitrification/denitrification, and were higher than rates reported from aerobic (non-saturated) wetland sediments using acetylene block methods.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 15
    Digitale Medien
    Digitale Medien
    Springer
    Transport in porous media 16 (1994), S. 237-251 
    ISSN: 1573-1634
    Schlagwort(e): phosphate ; soil ; adsorption ; leaching ; kinetics ; computer simulation
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Geologie und Paläontologie , Technik allgemein
    Notizen: Abstract Effects of flow rate and distance travelled on average mobilities of phosphate in a soil are estimated from breakthrough curves of phosphate at the outlets of small columns of soil, following step increases in the concentration at the inlets. Experimental results are compared with results from a computer simulation model of leached columns of soil. Average mobilities of phosphate in columns of soil, following a step increase in the input concentration, decrease with decreasing rate of flow and with increasing distance travelled and appear to be linearly correlated on a logarithmic scale with both flow rate and distance travelled. An empirical equation, describing these relationships, is fitted to data from leaching experiments at flow rates between 30 and 600 cm/day in ≈ 10 cm long columns of soil. Coefficients are obtained by curve fitting breakthrough curves, calculated with a numerical computer simulation model, to experimental breakthrough curves. The fitted equation enables extrapolation to flow rates and travel distances that are more relevant to a field situation.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 16
    Digitale Medien
    Digitale Medien
    Springer
    Cellular and molecular life sciences 49 (1993), S. 110-117 
    ISSN: 1420-9071
    Schlagwort(e): Polymerization ; sickle hemoglobin ; sickle cell disease ; kinetics ; thermodynamics ; polymer domains ; nucleation
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Biologie , Medizin
    Notizen: Abstract The polymerization of sickle hemoglobin occurs by the same mechanisms in solutions and in cells, and involves the formation of 14 stranded fibers from hemoglobin molecules which have assumed a deoxy quaternary structure. The fibers form via two types of highly concentration-dependent nucleation processes: homogeneous nucleation in solutions with hemoglobin activity above a critical activity, and heterogeneous nucleation in similarly supersaturated solutions which also contain hemoglobin polymers. The latter pathway is dominant, and creates polymer arrays called domains. The individual polymers bend, but also cross-link, and the resulting mass behaves as a solid. The concentration of polymerized hemoglobin increases exponentially unless clamped by rate limiting effects such as oxygen delivery.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 17
    ISSN: 1432-0541
    Schlagwort(e): Constructive solid geometry ; Computational geometry ; Boundary representation ; Monotone boolean formulae ; Incremental convex hull
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract Modeling two-dimensional and three-dimensional objects is an important theme in computer graphics. Two main types of models are used in both cases: boundary representations, which represent the surface of an object explicitly but represent its interior only implicitly, and constructive solid geometry representations, which model a complex object, surface and interior together, as a boolean combination of simpler objects. Because neither representation is good for all applications, conversion between the two is often necessary. We consider the problem of converting boundary representations of polyhedral objects into constructive solid geometry (CSG) representations. The CSG representations for a polyhedronP are based on the half-spaces supporting the faces ofP. For certain kinds of polyhedra this problem is equivalent to the corresponding problem for simple polygons in the plane. We give a new proof that the interior of each simple polygon can be represented by a monotone boolean formula based on the half-planes supporting the sides of the polygon and using each such half-plane only once. Our main contribution is an efficient and practicalO(n logn) algorithm for doing this boundary-to-CSG conversion for a simple polygon ofn sides. We also prove that such nice formulae do not always exist for general polyhedra in three dimensions.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 18
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 10 (1993), S. 399-427 
    ISSN: 1432-0541
    Schlagwort(e): Knapsack problems ; Computational geometry ; Convexity ; Dynamic programming
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We study a variety of geometric versions of the classical knapsack problem. In particular, we consider the following “fence enclosure” problem: given a setS ofn points in the plane with valuesv i ≥ 0, we wish to enclose a subset of the points with a fence (a simple closed curve) in order to maximize the “value” of the enclosure. The value of the enclosure is defined to be the sum of the values of the enclosed points minus the cost of the fence. We consider various versions of the problem, such as allowingS to consist of points and/or simple polygons. Other versions of the problems are obtained by restricting the total amount of fence available and also allowing the enclosure to consist of at mostM connected components. When there is an upper bound on the length of fence available, we show that the problem is NP-complete. We also provide polynomial-time algorithms for many versions of the fence problem when an unrestricted amount of fence is available.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 19
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 9 (1993), S. 1-22 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; NP-completeness
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract Givenn demand points on the plane, the EuclideanP-Center problem is to findP supply points, such that the longest distance between each demand point and its closest supply point is minimized. The time complexity of the most efficient algorithm, up to now, isO(n 2 p−1· logn). In this paper, we present an algorithm with time complexityO(n 0(√P)).
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 20
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 9 (1993), S. 84-100 
    ISSN: 1432-0541
    Schlagwort(e): Transitive graphs ; Network flow ; VLSI layout ; Computational geometry ; Integer sequences
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract Consider a weighted transitive graph, where each vertex is assigned a positive weight. Given a positive integerk, the maximumk-covering problem is to findk disjoint cliques covering a set of vertices with maximum total weight. An 0(kn 2)-time algorithm to solve the problem in a transitive graph is proposed, wheren is the number of vertices. Based on the proposed algorithm the weighted version of a number of problems in VLSI layout (e.g.,k-layer topological via minimization), computational geometry (e.g., maximum multidimensionalk-chain), graph theory (e.g., maximumk-independent set in interval graphs), and sequence manipulation (e.g., maximum increasingk-subsequence) can be solved inO(kn 2), wheren is the input size.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 21
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 9 (1993), S. 142-155 
    ISSN: 1432-0541
    Schlagwort(e): Voronoi diagram ; Delaunay triangulation ; Duality ; Computational geometry
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We introduce theconstrained Voronoi diagram of a planar straight-line graph containingn vertices or sites where the line segments of the graph are regarded as obstacles, and show that an extended version of this diagram is the dual of theconstrained Delaunay triangulation. We briefly discussO(n logn) algorithms for constructing the extended constrained Voronoi diagram.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 22
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 9 (1993), S. 168-183 
    ISSN: 1432-0541
    Schlagwort(e): Maxima ; Convex hulls ; Computational geometry ; Algorithms
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract This paper examines the expected complexity of boundary problems on a set ofN points inK-space. We assume that the points are chosen from a probability distribution in which each component of a point is chosen independently of all other components. We present an algorithm to find the maximal points usingKN + O (N1−1/K log1/K N) expected scalar comparisons, for fixedK≥ 2. A lower bound shows that the algorithm is optimal in the leading term. We describe a simple maxima algorithm that is easy to code, and present experimental evidence that it has similar running time. For fixedK ≥ 2, an algorithm computes the convex hull of the set in 2KN + O(N1−1/K log1/KN) expected scalar comparisons. The history of the algorithms exhibits interesting interactions among consulting, algorithm design, data analysis, and mathematical analysis of algorithms.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 23
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Dynamic algorithm ; Randomized complexity analysis ; Orderk Voronoi diagram
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract Thek-Delaunay tree extends the Delaunay tree introduced in [1], and [2]. It is a hierarchical data structure that allows the semidynamic construction of the higher-order Voronoi diagrams of a finite set ofn points in any dimension. In this paper we prove that a randomized construction of thek-Delaunay tree, and thus of all the order≤k Voronoi diagrams, can be done inO(n logn+k 3n) expected time and O(k2n) expected storage in the plane, which is asymptotically optimal for fixedk. Our algorithm extends tod-dimensional space with expected time complexityO(k ⌈(d+1)/2⌉+1 n ⌊(d+1)/2⌋) and space complexityO(k ⌈(d+1)/2⌉ n ⌊(d+1)/2⌋). The algorithm is simple and experimental results are given.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 24
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 9 (1993), S. 398-423 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; NP-hardness
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract In this paper we propose a new strategy for designing algorithms, called the searching over separators strategy. Suppose that we have a problem where the divide-and-conquer strategy can not be applied directly. Yet, also suppose that in an optimal solution to this problem, there exists a separator which divides the input points into two parts,A d andC d, in such a way that after solving these two subproblems withA d andC d as inputs, respectively, we can merge the respective subsolutions into an optimal solution. Let us further assume that this problem is an optimization problem. In this case our searching over separators strategy will use a separator generator to generate all possible separators. For each separator, the problem is solved by the divide-and-conquer strategy. If the separator generator is guaranteed to generate the desired separator existing in an optimal solution, our searching over separators strategy will always produce an optimal solution. The performance of our approach will critically depend upon the performance of the separator generator. It will perform well if the total number of separators generated is relatively small. We apply this approach to solve the discrete EuclideanP-median problem (DEPM), the discrete EuclideanP-center problem (DEPC), the EuclideanP-center problem (EPC), and the Euclidean traveling salesperson problem (ETSP). We propose $$O(n^{o(\sqrt P )} )$$ algorithms for the DEPM problem, the DEPC problem, and the EPC problem, and we propose an $$O(n^{o(\sqrt n )} )$$ algorithm for the ETSP problem, wheren is the number of input points.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 25
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 9 (1993), S. 471-494 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Ray shooting on triangles ; Arrangements of hyperplanes ; 3-Space ; Plücker coordinates ; Isotopy classes
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We present a uniform approach to problems involving lines in 3-space. This approach is based on mapping lines inR 3 into points and hyperplanes in five-dimensional projective space (Plücker space). We obtain new results on the following problems: 1. Preprocessn triangles so as to answer efficiently the query: “Given a ray, which is the first triangle hit?” (Ray- shooting problem). We discuss the ray-shooting problem for both disjoint and nondisjoint triangles. 2. Construct the intersection of two nonconvex polyhedra in an output sensitive way with asubquadratic overhead term. 3. Construct the arrangement ofn intersecting triangles in 3-space in an output-sensitive way, with asubquadratic overhead term. 4. Efficiently detect the first face hit by any ray in a set of axis-oriented polyhedra. 5. Preprocessn lines (segments) so as to answer efficiently the query “Given two lines, is it possible to move one into the other without crossing any of the initial lines (segments)?” (Isotopy problem). If the movement is possible produce an explicit representation of it.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 26
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 9 (1993), S. 534-560 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Epsilon Geometry ; Approximate computations ; Robust algorithms ; Strongly convex polygons ; Convex hull
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract The first half of this paper introducesEpsilon Geometry, a framework for the development of robust geometric algorithms using inaccurate primitives. Epsilon Geometry is based on a very general model of imprecise computations, which includes floating-point and rounded-integer arithmetic as special cases. The second half of the paper introduces the notion of a (−ɛ)-convex polygon, a polygon that remains convex even if its vertices are all arbitrarily displaced by a distance ofɛ of less, and proves some interesting properties of such polygons. In particular, we prove that for every point set there exists a (−ɛ)-convex polygonH such that every point is at most 4ɛ away fromH. Using the tools of Epsilon Geometry, we develop robust algorithms for testing whether a polygon is (−ɛ)-convex, for testing whether a point is inside a (−ɛ)-convex polygon, and for computing a (−ɛ)-convex approximate hull for a set of points.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 27
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 9 (1993), S. 572-590 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Duality transform ; Hashing ; Intersection-reporting algorithm ; Linear-space algorithm ; Plane sweep ; Projection ; Simplex range search ; Topological walk
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract This paper presents several algorithms for projecting points so as to give the most uniform distribution. Givenn points in the plane and an integerb, the problem is to find an optimal angleθ ofb equally spaced parallel lines such that points are distributed most uniformly over buckets (regions bounded by two consecutive lines). An algorithm is known only in thetight case in which the two extreme lines are the supporting lines of the point set. The algorithm requiresO(bn2 logn) time and On2+bn) space to find an optimal solution. In this paper we improve the algorithm both in time and space, based on duality transformation. Two linear-space algorithms are presented. One runs in On2+K log n+bn) time, whereK is the number of intersections in the transformed plane.K is shown to beO(@#@ n2+bn@#@) based on a new counting scheme. The other algorithm is advantageous ifb 〈 √n. It performs a simplex range search in each slab to enumerate all the lines that intersectbucket lines, and runs in O(b0.610n1.695+K logn) time. It is also shown that the problem can be solved in polynomial time even in therelaxed case. Its one-dimensional analogue is especially related to the design of an optimal hash function for a static set of keys.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 28
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 9 (1993), S. 649-668 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Partition of point sets ; Assignment problem
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract This paper presents a new method of partition, namedπ-splitting, of a point set ind-dimensional space. Given a pointG in ad-dimensional simplexT, T(G;i) is the subsimplex spanned by G and the ith facet ofT. LetS be a set ofn points inT, and letπ be a sequence of nonnegative integers π1, ..., nd+1 satisfying σ i=1 d+1 π1=n Theπ-splitter of (T, S) is a pointG inT such thatT(G;i) contains at leastπ i points ofS in its closure for everyi=1, 2, ...,d + 1. The associated dissection is the re-splitting. The existence of aπ-splitting is shown for any (T, S) andπ, and two efficient algorithms for finding such a splitting are given. One runs inO(d2n logn + d3n) time, and the other runs inO(n) time if the dimensiond can be considered as a constant. Applications of re-splitting to mesh generation, polygonal-tour generation, and a combinatorial assignment problem are given.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 29
    Digitale Medien
    Digitale Medien
    Springer
    European journal of clinical pharmacology 44 (1993), S. 231-235 
    ISSN: 1432-1041
    Schlagwort(e): Carbamazepine ; kinetics ; population pharmacokinetics ; bioavailability ; controlled release ; non-linear model
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Medizin
    Notizen: Summary The absorption properties of a conventional tablet of carbamazepine (T) and a controlled release form of carbamazepine (TCR) have been compared using a nonlinear mixed effect model (NONMEM). Plasma carbamazepine concentration data were obtained from an open, steady-state, crossover bioavailability study in which 494 measurements were obtained from 13 patients, with an equal number of samples per patient for each dosage form. The pharmacokinetic model used was a one-compartment open model with first-order absorption and elimination. The objective function was used as a measure of the goodness of fit of the model to the data. Body weight was an important determinant of carbamazepine clearance (CL) but not volume of distribution (V). Accounting for the interindividual variability in volume of distribution did not significantly influence the objective function. Including different rates of absorption (ka) for the two dosage forms resulted in a significant improvement in the objective function, as well as reducing the interindividual variability in the rate of absorption. Adding a parameter for relative bioavailability (f) of TCR improved the objective function statistically, but an unrealistic value for V was obtained, and the absorption and elimination rates appeared to be transposed in the classical “flip-flop” manner. Fixing V to the value obtained before introducing f did not change the objective function and permitted estimation of f without the confounding influence of excessive parameters. The final population parameter estimates (standard error of estimate) were: CL, 0.0522 (0.0019) l·h−1·kg−1; V, 63.7 (FIXED)l; kaT, 0.312 (0.064) h−1; kaTCR, 0.149 (0.016) h−1; f, 1.01 (0.0326); variance (additive) in CL, 0.291 (0.083) (l·h−1·kg−1)2; residual intrasubject error variance (additive), 0.572 (0.082) (mg·l−1)2. The 95% confidence interval of the extent of absorption (f) of 93.6%–107.4% was well within the generally accepted range of ±20%, while the rate of absorption of Tegretol CR was significantly slower than that of Tegretol, as expected for a controlled release product.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 30
    Digitale Medien
    Digitale Medien
    Springer
    Biogeochemistry 22 (1993), S. 157-178 
    ISSN: 1573-515X
    Schlagwort(e): Serengeti ; productivity ; precipitation ; nitrogen ; grazing
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract In the Serengeti National Park, Tanzania, precipitation and soil nitrogen vary greatly between northwestern tallgrass areas and southeastern shortgrass areas, with the tallgrass having higher total precipitation and lower soil fertility. We used a model of grassland productivity, carbon/nitrogen cycling, and abiotic factors to test the hypothesis that tallgrass productivity is limited primarily by nitrogen availability while shortgrass productivity is limited by water. Under observed grazing intensities and ungrazed conditions, precipitation exerted primary control over grassland productivity for both regions, with differences in soil texture mediating soil water availability to the grasses. Mineral nitrogen availability interacted with water availability to influence productivity at precipitation levels ⩾ 130% of the mean. Nitrogen mineralization and precipitation were positively related for each grassland type, however, nitrification varied both between grassland types and between grazed and ungrazed conditions. Combined mineralization and nitrification could not maintain soil mineral nitrogen levels in the face of plant nitrogen uptake stimulated by increased precipitation, thus providing the mechanism by which nitrogen becomes a secondary limiting factor for both grasslands. Model experiments indicated that the pattern of primary limitation by precipitation and secondary limitation by nitrogen was robust to model assumptions concerning ungulate deposition of urine and dung nitrogen to the soil.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 31
    Digitale Medien
    Digitale Medien
    Springer
    Biogeochemistry 20 (1993), S. 45-62 
    ISSN: 1573-515X
    Schlagwort(e): atmospheric deposition ; forest ecosystems ; litter decomposition ; The Netherlands ; nitrogen
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract Litterbag experiments were carried out in five forest ecosystems in the Netherlands to study weight loss and nitrogen dynamics during the first two years of decomposition of leaf and needle litter. All forests were characterized by a relatively high atmospheric nitrogen input by throughfall, ranging from 22–55 kg N ha−1 yr−1. Correlation analysis of all seven leaf and needle litters revealed no significant relation between the measured litter quality indices (nitrogen and lignin concentration, lignin-to-nitrogen ratio) and the decomposition rate. A significant linear relation was found between initial lignin-to-nitrogen ratio and critical nitrogen concentration, suggesting an effect of litter quality on nitrogen dynamics. Comparison of the decomposition of oak leaves in a nitrogen-limited and a nitrogen-saturated forest suggested an increased nitrogen availability. The differences in capacities to retain atmospheric nitrogen inputs between these two sites could be explained by differences in net nitrogen immobilization in first year decomposing oak leaves: in the nitrogen-limited oak forest a major part (55%) of the nitrogen input by throughfall was immobilized in the first year oak leaf litter. The three coniferous forests consisted of two monocultures of Douglas fir and a mixed stand of Douglas fir and Scots pine. Despite comparable litter quality in the Douglas fir needles in all sites, completely different nitrogen dynamics were found.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 32
    ISSN: 1573-515X
    Schlagwort(e): chronosequence ; montane tropical forest ; nitrogen ; soil development ; phosphorus ; tropical forest
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract We determined the effects of nutrient amendments on plant growth in three tropical montane rainforest sites representing a sequence of soil ages (〈 30, 200, and ≈ 2000 y). Factorial fertilization with nitrogen, phosphorus, and all other essential nutrients (combined) was applied to the two younger sites; only nitrogen was applied to the oldest one. Nitrogen supply represented the most important limitation to plant growth in the two younger sites; additions of nitrogen caused significant increases in tree diameter increment, height growth, litterfall, and most other growth-related parameters. In contrast, nitrogen additions had no significant effect on plant growth in the oldest site. Phosphorus additions increased extractable soil phosphorus and plant tissue phosphorus, but did not increase plant growth at the young sites. The results are consistent with Walker & Syers' (1976) model for the control of nutrient limitation during soil development.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 33
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 7 (1992), S. 91-117 
    ISSN: 1432-0541
    Schlagwort(e): Randomized ; Parallel algorithm ; Computational geometry ; Point location ; Triangulation ; Trapezoidal decomposition
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We present parallel algorithms for some fundamental problems in computational geometry which have a running time ofO(logn) usingn processors, with very high probability (approaching 1 asn → ∞). These include planar-point location, triangulation, and trapezoidal decomposition. We also present optimal algorithms for three-dimensional maxima and two-set dominance counting by an application of integer sorting. Most of these algorithms run on a CREW PRAM model and have optimal processor-time product which improve on the previously best-known algorithms of Atallah and Goodrich [5] for these problems. The crux of these algorithms is a useful data structure which emulates the plane-sweeping paradigm used for sequential algorithms. We extend some of the techniques used by Reischuk [26] and Reif and Valiant [25] for flashsort algorithm to perform divide and conquer in a plane very efficiently leading to the improved performance by our approach.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 34
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 7 (1992), S. 3-23 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Parallel algorithms ; Polygon ; All nearest-neighbor problem ; Kernel problem ; Convex hull
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract In this paper we give parallel algorithms for a number of problems defined on point sets and polygons. All our algorithms have optimalT(n) * P(n) products, whereT(n) is the time complexity andP(n) is the number of processors used, and are for the EREW PRAM or CREW PRAM models. Our algorithms provide parallel analogues to well-known phenomena from sequential computational geometry, such as the fact that problems for polygons can oftentimes be solved more efficiently than point-set problems, and that nearest-neighbor problems can be solved without explicitly constructing a Voronoi diagram.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 35
    ISSN: 1432-0541
    Schlagwort(e): Hypercube ; Parallel algorithms ; Convex hull ; Domination ; Computational geometry
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract This paper gives hypercube algorithms for some simple problems involving geometric properties of sets of points. The properties considered emphasize aspects of convexity and domination. Efficient algorithms are given for both fine- and medium-grain hypercube computers, including a discussion of implementation, running times and results on an Intel iPSC hypercube, as well as theoretical results. For both serial and parallel computers, sorting plays an important role in geometric algorithms for determining simple properties, often being the dominant component of the running time. Since the time required to sort data on a hypercube computer is still not fully understood, the running times of some of our algorithms for unsorted data are not completely determined. For both the fine- and medium-grain models, we show that faster expected-case running time algorithms are possible for point sets generated randomly. Our algorithms are developed for sets of planar points, with several of them extending to sets of points in spaces of higher dimension.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 36
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 8 (1992), S. 55-88 
    ISSN: 1432-0541
    Schlagwort(e): Shortest paths ; Voronoi diagrams ; Rectilinear paths ; Wire routing ; Fixed orientation metrics ; Continuous Dijkstra algorithm ; Computational geometry ; Extremal graph theory
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We present an algorithm for computingL 1 shortest paths among polygonal obstacles in the plane. Our algorithm employs the “continuous Dijkstra” technique of propagating a “wavefront” and runs in timeO(E logn) and spaceO(E), wheren is the number of vertices of the obstacles andE is the number of “events.” By using bounds on the density of certain sparse binary matrices, we show thatE =O(n logn), implying that our algorithm is nearly optimal. We conjecture thatE =O(n), which would imply our algorithm to be optimal. Previous bounds for our problem were quadratic in time and space. Our algorithm generalizes to the case of fixed orientation metrics, yielding anO(nɛ−1/2 log2 n) time andO(nɛ−1/2) space approximation algorithm for finding Euclidean shortest paths among obstacles. The algorithm further generalizes to the case of many sources, allowing us to compute anL 1 Voronoi diagram for source points that lie among a collection of polygonal obstacles.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 37
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 8 (1992), S. 119-144 
    ISSN: 1432-0541
    Schlagwort(e): Parallel algorithms ; Computational geometry ; Line-segment intersection reporting ; Segment tree ; PRAM
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract In this paper we give a parallel algorithm for line-segment intersection reporting in the plane. It runs in timeO(((n +k) logn log logn)/p) usingp processors on a concurrent-read-exclusive-write (CREW)-PRAM, wheren is the number of line segments,k is the number of intersections, andp ≤n +k.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 38
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 8 (1992), S. 195-208 
    ISSN: 1432-0541
    Schlagwort(e): Motion planning ; Compliant motion ; Uncertainty ; Robotics ; Computational geometry
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract Uncertainty in the execution of robot motion plans must be accounted for in the geometric computations from which plans are obtained, especially in the case where position sensing is inaccurate. We give anO(n 2 logn) algorithm to find a single commanded motion direction that will guarantee a successful motion in the plane from a specified start to a specified goal whenever such a one-step motion is possible. The plans account for uncertainty in the start position and in robot control, and anticipate that the robot may stick on or slide along obstacle surfaces with which it comes in contact. This bound improves on the best previous bound by a quadratic factor, and is achieved in part by a new analysis of the geometric complexity of the backprojection of the goal as a function of commanded motion direction.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 39
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 8 (1992), S. 177-194 
    ISSN: 1432-0541
    Schlagwort(e): Matching ; Computational geometry ; Bottleneck optimization problem ; Relative neighborhood graph
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract Given a set of pointsV in the plane, the Euclidean bottleneck matching problem is to match each point with some other point such that the longest Euclidean distance between matched points, resulting from this matching, is minimized. To solve this problem, we definek-relative neighborhood graphs, (kRNG) which are derived from Toussaint's relative neighborhood graphs (RNG). Two points are calledk-relative neighbors if and only if there are less thank points ofV which are closer to both of the two points than the two points are to each other. AkRNG is an undirected graph (V,E r k ) whereE r k is the set of pairs of points ofV which arek-relative neighbors. We prove that there exists an optimal solution of the Euclidean bottleneck matching problem which is a subset ofE r 17 . We also prove that ¦E r k ¦ 〈 18kn wheren is the number of points in setV. Our algorithm would construct a 17RNG first. This takesO(n 2) time. We then use Gabow and Tarjan's bottleneck maximum cardinality matching algorithm for general graphs whose time-complexity isO((n logn)0.5 m), wherem is the number of edges in the graph, to solve the bottleneck maximum cardinality matching problem in the 17RNG. This takesO(n 1.5 log0.5 n) time. The total time-complexity of our algorithm for the Euclidean bottleneck matching problem isO(n 2 +n 1.5 log0.5 n).
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 40
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 8 (1992), S. 209-231 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Mesh-connected arrays of processors ; Parallel algorithms
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract There is a large and growing body of literature concerning the solutions of geometric problems on mesh-connected arrays of processors. Most of these algorithms are optimal (i.e., run in timeO(n 1/d ) on ad-dimensionaln-processor array), and they all assume that the parallel machine is trying to solve a problem of sizen on ann-processor array. Here we investigate the situation where we have a mesh of sizep and we are interested in using it to solve a problem of sizen 〉p. The goal we seek is to achieve, when solving a problem of sizen 〉p, the same speed up as when solving a problem of sizep. We show that for many geometric problems, the same speedup can be achieved when solving a problem of sizen 〉p as when solving a problem of sizep.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 41
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 8 (1992), S. 257-283 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Hidden-line elimination ; Perspective view ; Isothetic rectangles ; Parallelepipeds ; Fractional cascading ; Segment tree ; Range tree ; Dominance relation
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We present a new hidden-line elemination technique for displaying the perspective view of a scene of three-dimensional isothetic parallelepipeds (3D-rectangles). We assume that the 3D-rectangles are totally ordered based upon the dominance relation of occlusion. The perspective view is generated incrementally, starting with the closest 3D-rectangle and proceeding away from the view point. Our algorithm is scene-sensitive and uses0((n +d) logn log logn) time, wheren is the number of 3D-rectangles andd is the number of edges of the display. This improves over the heretofore best known technique. The primary data structure is an efficient alternative to dynamic fractional cascading for use with augmented segment and range trees when the universe is fixed beforehand. It supports queries inO((logn +k) log logn) time, wherek is the size of the response, and insertions and deletions inO(logn log logn) time, all in the worst case.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 42
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 8 (1992), S. 321-342 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Geometric probing ; Polyhedral scenes
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We show, in this paper, how the exact shapes of a class of polyhedral scenes can be computed by means of a simple sensory device issuing probes. A scene in this class consists of disjoint polyhedra with no collinear edges, no coplanar faces, and such that no edge is contained in the supporting plane of a nonincident face. The basic step of our method is a strategy for probing a single simple polygon with no collinear edges. When each probe outcome consists of a contact point and the normal to the object at the point, we present a strategy that allows us to compute the exact shape of a simple polygon with no collinear edges by means of at most3n — 3 probes, wheren is the number of edges of the polygon. This is optimal in the worst case. This strategy can be extended to probe a family of disjoint polygons. It can also be applied in planar sections of a scene of polyhedra of the class above to find out, in turn, each edge of the scene. If the scene consists ofk polyhedra with altogethern faces andm edges, we show that $$\tfrac{{10}}{3}n\left( {m + k} \right) - 2m - 3k$$ probes are sufficient to compute the exact shapes of the polyhedra.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 43
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 8 (1992), S. 407-429 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Range searching ; Space-time tradeoff
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract This paper presents quasi-optimal upper bounds for simplex range searching. The problem is to preprocess a setP ofn points in ℜd so that, given any query simplexq, the points inP ∩q can be counted or reported efficiently. Ifm units of storage are available (n 〈m 〈n d ), then we show that it is possible to answer any query inO(n 1+ɛ/m 1/d ) query time afterO(m 1+ɛ) preprocessing. This bound, which holds on a RAM or a pointer machine, is almost tight. We also show how to achieveO(logn) query time at the expense ofO(n d+ɛ) storage for any fixed ɛ 〉 0. To fine-tune our results in the reporting case we also establish new zone theorems for arrangements and merged arrangements of planes in 3-space, which are of independent interest.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 44
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 8 (1992), S. 365-389 
    ISSN: 1432-0541
    Schlagwort(e): Polygonal approximation ; Algorithmic paradigms ; Shape approximation ; Computational geometry ; Implicit complexity parameters ; Banach-Mazur metric
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract For compact Euclidean bodiesP, Q, we define λ(P, Q) to be the smallest ratior/s wherer 〉 0,s 〉 0 satisfy $$sQ' \subseteq P \subseteq rQ''$$ . HeresQ denotes a scaling ofQ by the factors, andQ′,Q″ are some translates ofQ. This function λ gives us a new distance function between bodies which, unlike previously studied measures, is invariant under affine transformations. If homothetic bodies are identified, the logarithm of this function is a metric. (Two bodies arehomothetic if one can be obtained from the other by scaling and translation.) For integerk ≥ 3, define λ(k) to be the minimum value such that for each convex polygonP there exists a convexk-gonQ with λ(P, Q) ≤ λ(k). Among other results, we prove that 2.118 ... 〈-λ(3) ≤ 2.25 and λ(k) = 1 + Θ(k −2). We give anO(n 2 log2 n)-time algorithm which, for any input convexn-gonP, finds a triangleT that minimizes λ(T, P) among triangles. However, in linear time we can find a trianglet with λ(t, P)〈-2.25. Our study is motivated by the attempt to reduce the complexity of the polygon containment problem, and also the motion-planning problem. In each case we describe algorithms which run faster when certain implicitslackness parameters of the input are bounded away from 1. These algorithms illustrate a new algorithmic paradigm in computational geometry for coping with complexity.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 45
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Motion planning ; Boundary complexity ; Combinatorial geometry ; Analysis of algorithms
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We study rigid motions of a rectangle amidst polygonal obstacles. The best known algorithms for this problem have a running time of Ω(n 2), wheren is the number of obstacle corners. We introduce thetightness of a motion-planning problem as a measure of the difficulty of a planning problem in an intuitive sense and describe an algorithm with a running time ofO((a/b · 1/ɛcrit + 1)n(logn)2), wherea ≥b are the lengths of the sides of a rectangle and ɛcrit is the tightness of the problem. We show further that the complexity (= number of vertices) of the boundary ofn bow ties (see Figure 1) isO(n). Similar results for the union of other simple geometric figures such as triangles and wedges are also presented.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 46
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 8 (1992), S. 431-459 
    ISSN: 1432-0541
    Schlagwort(e): Link distance ; Shortest paths ; Motion planning ; Computational geometry
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract Given a set of nonintersecting polygonal obstacles in the plane, thelink distance between two pointss andt is the minimum number of edges required to form a polygonal path connectings tot that avoids all obstacles. We present an algorithm that computes the link distance (and a corresponding minimum-link path) between two points in timeO(Eα(n) log2 n) (and spaceO(E)), wheren is the total number of edges of the obstacles,E is the size of the visibility graph, and α(n) denotes the extremely slowly growing inverse of Ackermann's function. We show how to extend our method to allow computation of a tree (rooted ats) of minimum-link paths froms to all obstacle vertices. This leads to a method of solving the query version of our problem (for query pointst).
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 47
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 8 (1992), S. 461-486 
    ISSN: 1432-0541
    Schlagwort(e): Parallel algorithms ; Computational geometry ; Data structures ; Visibility ; Polygons ; CREW PRAM
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract In this paper we give efficient parallel algorithms for solving a number of visibility and shortest-path problems for simple polygons. Our algorithms all run inO(logn) time and are based on the use of a new data structure for implicitly representing all shortest paths in a simple polygonP, which we call thestratified decomposition tree. We use this approach to derive efficient parallel methods for computing the visibility ofP from an edge, constructing the visibility graph of the vertices ofP (using an output-sensitive number of processors), constructing the shortest-path tree from a vertex ofP, and determining all-farthest neighbors for the vertices inP. The computational model we use is the CREW PRAM.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 48
    Digitale Medien
    Digitale Medien
    Springer
    European journal of clinical pharmacology 42 (1992), S. 107-110 
    ISSN: 1432-1041
    Schlagwort(e): Phenobarbitone ; Cerebral malaria ; P.falciparum ; kinetics ; drug absorption ; children
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Medizin
    Notizen: Summary The absorption of intramuscular phenobarbitone 7 mg·kg−1 was studied in 11 Karen children aged between 1.7 and 11 y with severe falciparum malaria. Eight of the children were comatose. Clinical findings were compared with those in 9 further children with severe malaria of similar age range (four of whom were unconscious), who received an identical placebo. One child, who had received placebo, had repeated convulsions and died 1 h after admission to hospital. The remainder made an uncomplicated recovery. There were no convulsions subsequent to treatment, although the study was too small to assess anticonvulsant efficacy. There was no observable toxicity, but phenobarbitone recipients had a significant tendency to deepen in their level of coma or to become sleepy within the 4 h after drug administration. Phenobarbitone was rapidly absorbed, reaching a mean (range) peak concentration of 34.2 [29.3–42.6] μmol·l−1 in a median (range) of 4 (2.5–12) h. These values are comparable to those previously reported in healthy children and in children with febrile convulsions. Intramuscular phenobarbitone is well absorbed in children with severe malaria; the optimum prophylactic anticonvulsant dose remains to be determined.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 49
    ISSN: 1432-1041
    Schlagwort(e): Atrial natriuretic peptide ; kinetics ; ageing
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Medizin
    Notizen: Summary To study the influence of age on the kinetics of atrial natriuretic peptide (ANP) in man, human (99–126) ANP 2.0 μg·min−1 was infused IV for 60 min in 8 healthy young (18 to 25 y) and 9 healthy elderly (71 to 84 y) subjects. Both baseline ANP values and the levels at the end of infusion were higher in the elderly subjects. The mean residence time of ANP in the two age groups was not significantly different, whereas total body clearance (CL) was markedly diminished in the elderly as compared to the young subjects (mean±SD 3.1±1.0 l·min−1 and 6.2±4.1 l·min−1, respectively). The apparent volume of distribution at steady state was lower in the elderly than in the young, but the difference was not significant (mean±SD 44±19 and 103±111, respectively. The decrease in CL largely explained the higher ANP levels found in the elderly subjects. The MRT and the plasma half-life of the terminal phase did not differ between the two groups. In the elderly but not in the young subjects the calculated endogenous creatinine clearance was closely correlated with the CL (r=0.90, P〈0.001), thereby emphasizing the importance of the kidney in the metabolic clearance of ANP in the elderly.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 50
    Digitale Medien
    Digitale Medien
    Springer
    European journal of clinical pharmacology 42 (1992), S. 461-462 
    ISSN: 1432-1041
    Schlagwort(e): Talinolol ; Sulfasalazine ; β-adrenoceptor-blocking drugs ; absorption ; drug interaction ; kinetics
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Medizin
    Notizen: Summary The absorption of talinolol (TA) 50 mg was investigated without and together with the co-administration of sulfasalazine (SASP) 4 g in 11 healthy young volunteers, in order to clarify gastrointestinal transit of TA. Without SASP, the tmax of TA was 2.8 h, Cmax was 112 ng·ml−1 and the half life was 12 h; the AUCo-t was 958 ng·ml−1·h. In the case of concomitant administration of SASP, TA was found only in serum from 3 individuals, with a Cmax of 23 ng·ml−1 and a mean AUCo-t of 84 ng·ml−1·h. TA was not detectable in 5 subjects and it was at the limit of detection (2 ng·ml−1) in 3 subjects. Pharmacokinetic analysis was not possible in any of those individuals. The reason for the interaction appears to be the adsorption of TA by SASP. An interval of 2–3 h should elapse between giving SASP and other drugs.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 51
    ISSN: 1573-515X
    Schlagwort(e): N2O ; CH4 ; red spruce ; balsam fir ; spruce-fir ; forests ; nitrogen ; deposition ; nitrification ; mineralization ; denitrification
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract We measured the exchange of N2O and CH4 between the atmosphere and soils in 5 spruce-fir stands located along a transect from New York to Maine. Nitrous oxide emissions averaged over the 1990 growing season (May–September) ranged from 2.1 ug N2O-N/m2-hr in New York to 0.4 ug N2O-N/m2-hr in Maine. The westernmost sites, Whiteface Mtn., New York and Mt. Mansfield, Vermont, had the highest nitrogen-deposition, net nitrification and N2O emissions. Soils at all sites were net sinks for atmospheric CH4 Methane uptake averaged over the 1990 growing season ranged from 0.02 mg CH4-C/M2-hr in Maine to 0.05 mg CH4-C/m2-hr in Vermont. Regional differences in CH4 uptake could not be explained by differences in nitrogen-deposition, soil nitrogen dynamics, soil moisture or soil temperature. We estimate that soils in spruce-fir forests at our study sites released ca. 0.02 to 0.08 kg N2O-N/ha and consumed ca. 0.74 to 1.85 kg CH4 C/ha in the 1990 growing season.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 52
    Digitale Medien
    Digitale Medien
    Springer
    Biogeochemistry 15 (1992), S. 213-228 
    ISSN: 1573-515X
    Schlagwort(e): immobilization ; leaf litter decomposition ; lignin ; Mediterranean ecosystem ; nitrogen ; tannin
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract Nitrogen immobilization in relation to the dynamics of lignin and tannins in nine different types of leaf litter was investigated during a 2-yr study at two Mediterranean ecosystems of SW Spain. Net nitrogen immobilization for all the species was higher in a forest than in the more nutrient-poor soil of a shrubland. Absolute amount of lignin increased in both ecosystems in the first 2–4 months whereas tannin rapidly decreased in the same time period. Increases in lignin were significantly correlated to losses of tannins during decomposition. Initial tannin content was the best predictor of the maximum amount of immobilized nitrogen in litter in both ecosystems. Mechanisms that could explain the immobilization of nitrogen in litter are discussed.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 53
    Digitale Medien
    Digitale Medien
    Springer
    Biogeochemistry 18 (1992), S. 19-35 
    ISSN: 1573-515X
    Schlagwort(e): Dinitrogen fixation ; nitrogen ; phosphorus ; competition ; legumes
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract An analysis of data compiled from the literature confirms a strong inverse relationship between annual rates of nitrogen fixation and the soil nitrogen content in agricultural and pastoral ecosystems. However, this inverse relationship is strongly modified by the rate of application of phosphorus fertilizer, which strongly influences the activities of both symbiotic and non-symbiotic nitrogen fixing organisms. In the case of symbiotic legumes, the response of N-fixation to N and P is in part a result of changes in legume dominance within the plant community. These results, as well as supporting data presented from a review of experiments on nitrogen fixation in a variety of other terrestrial and aquatic ecosystems, provide important support for the hypothesis that phosphorus availability is a key regulator of nitrogen biogeochemistry.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 54
    Digitale Medien
    Digitale Medien
    Springer
    Biogeochemistry 18 (1992), S. 1-17 
    ISSN: 1573-515X
    Schlagwort(e): microbial biomass-N ; desert ; carbon ; nitrogen ; shrubland ; grassland ; playa
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract Microbial biomass nitrogen was measured in unamended (dry) and wetted soils in ten shrubland and grassland communities of the Chihuahuan desert, southern New Mexico, by the fumigation-extraction method. Microbial biomass-N in dry soils was undetectable. Average microbial biomass-N in wetted soils among all plant communities was 15.3 μg g-1 soil. Highest values were found in the communities with the lowest topographic positions, and the minimum values were detected in the spaces between shrubs. Microbial biomass was positively and significantly correlated to soil organic carbon and extractable nitrogen (NH4 + + NO3 -). In a stepwise multiple regression, organic carbon and extractable nitrogen accounted for 40.9 and 5.6%, respectively, of the variance in microbial biomass-N among all the samples. Among communities, the soil microbial biomass was affected by the ratio of carbon to extractable nitrogen. Our results suggest a succession in the control of microbial biomass from nitrogen to carbon when the ratio of carbon to nitrogen decreases during desertification.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 55
    Digitale Medien
    Digitale Medien
    Springer
    Biogeochemistry 19 (1992), S. 1-25 
    ISSN: 1573-515X
    Schlagwort(e): nitrogen ; phosphorus ; soil fertility ; tropical forest
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract We measured concentrations of soil nutrients (0–15 and 30–35 cm depths) before and after the dry season in control and dry-season irrigated plots of mature tropical moist forest on Barro Colorado Island (BCI) in central Panama to determine how soil moisture affects availability of plant nutrients. Dry-season irrigation (January through April in 1986, 1987, and 1988) enhanced gravimetric soil water contents to wet-season levels (ca. 400 g kg−1 but did not cause leaching beyond 0.8 m depth in the soil. Irrigation increased concentrations of exchangeable base cations (Ca2+, Mg2+, K+, Na+), but it had little effect on concentrations of inorganic N (NH4 +C, NO3 − and S (SO4 2−). These BCI soils had particularly low concentrations of extractable P especially at the end of the dry season in April, and concentrations increased in response to irrigation and the onset of the rainy season. We also measured the response of soil processes (nitrification and S mineralization) to irrigation and found that they responded positively to increased soil moisture in laboratory incubations, but irrigation had little effect on rates in the field. Other processes (plant uptake, soil organic matter dynamics) must compensate in the field and keep soil nutrient concentrations at relatively low levels.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 56
    Digitale Medien
    Digitale Medien
    Springer
    Biogeochemistry 17 (1992), S. 49-67 
    ISSN: 1573-515X
    Schlagwort(e): algae ; nitrogen ; nutrient ; phosphorus ; regeneration ; zooplankton
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract Most ecosystem models consolidate members of food-webs, e.g. species, into a small number of functional components. Each of these is then described by a single state variable such as biomass. When a multivariate approach incorporating multiple substances within components is substituted for this univariate one, a ‘stoichiometric’ model is formed. Here we show that the Nitrogen:Phosphorus ratio within zooplankton herbivores varies substantially intraspecifically but not intraspecifically. By using stoichiometric theory and recent measurements of the N:P ratio within different zooplankton taxa, we calculate large differences in ratios of nutrients recycled by different zooplankton species. Finally, we demonstrate that N:P stoichiometry can successfully account for shifts in N- and P-limitation previously observed in whole-lake experiments. Species stoichiometry merges food-web dynamics with biogeochemical cycles to yield new insights.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 57
    Digitale Medien
    Digitale Medien
    Springer
    Cytotechnology 10 (1992), S. 147-155 
    ISSN: 1573-0778
    Schlagwort(e): batch culture ; continuous culture ; hybridoma ; kinetics ; specific rates
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Biologie , Medizin , Werkstoffwissenschaften, Fertigungsverfahren, Fertigung
    Notizen: Abstract For the mouse hybridoma cell line VO 208, kinetics of growth, consumption of glucose and glutamine, and production of lactate, ammonia and antibodies were compared in batch and continuous cultures. At a given specific growth rate, different metabolic activities were observed: a 40% lower glucose and glutamine consumption rate, but a 70% higher antibody production rate in continuous than in batch culture. Much higher metabolic rates were also measured during the initial lag phase of the batch culture. When representing the variation of the specific antibody production rate as a function of the specific growth rate, there was a positive association between growth and antibody production in the batch culture, but a negative association during the transient phase of the continuous culture. The kinetic differences between cellular metabolism in batch and continuous cultures may be result of modifications in the physiology and metabolism of cells which, in continuous cultures, were extensively exposed to glucose limitations.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 58
    Digitale Medien
    Digitale Medien
    Springer
    BIT 31 (1991), S. 598-606 
    ISSN: 1572-9125
    Schlagwort(e): B.7.1 ; B.7.2 ; F.2.2 ; G.2.2 ; Computational geometry ; interference ; intersection ; rectangular path ; upper bound ; VLSI layout
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Mathematik
    Notizen: Abstract The problem of finding the number of intersections between two geometric figures in the plane has been studied extensively in literature. In this paper, the geometric figure comprising a continuous rectilinear path (called rectangular path) is considered, and a tight (least) upper bound onI(P, Q), the number of intersections between two rectangular pathsP andQ, is given.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 59
    ISSN: 1572-9125
    Schlagwort(e): F.2.2 ; Computational geometry ; plane-sweep algorithm ; proximity problems ; all-nearest-neighbor problem ; probabilistic analysis of algorithms
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Mathematik
    Notizen: Abstract A well-known simple heuristic algorithm for solving the all-nearest-neighbors problem in thek-dimensional Euclidean spaceE k ,k〉1, projects the given point setS onto thex-axis. For each pointq εS a nearest neighbor inS under anyL p -metric (1 ≤p ≤ ∞) is found by sweeping fromq into two opposite directions along thex-axis. If δ q denotes the distance betweenq and its nearest neighbor inS the sweep process stops after all points in a vertical 2δ q -slice centered aroundq have been examined. We show that this algorithm solves the all-nearest-neighbors problem forn independent and uniformly distributed points in the unit cube [0,1] k in Θ(n 2−1/k ) expected time, while its worst-case performance is Θ(n 2).
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 60
    Digitale Medien
    Digitale Medien
    Springer
    BIT 31 (1991), S. 230-236 
    ISSN: 1572-9125
    Schlagwort(e): F.1.2 ; Algorithm ; Complexity ; Computational geometry ; Minimal nested polygon
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Mathematik
    Notizen: Abstract An algorithm for finding a polygon with minimum number of edges nested in two simplen-sided polygons is presented. The algorithm solves the problem in at mostO(n logn) time, and improves the time complexity of two previousO(n 2) algorithms.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 61
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 6 (1991), S. 182-191 
    ISSN: 1432-0541
    Schlagwort(e): Motion planning ; Polygonal obstacles ; Computational geometry
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract An algorithm is given for finding a collision-free path for a disc between a collection of polygons havingn corners in total. The polygons are fixed and can be preprocessed. A query specifies the radiusr of the disc to be moved and the start and destination points of the center of the disc. The answer whether a feasible path exists is given in timeO(logn). Returning a feasible path is done in additional time proportional to the length of the description of the path. Preprocessing time isO(n logn) and space complexity isO(n).
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 62
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 6 (1991), S. 207-221 
    ISSN: 1432-0541
    Schlagwort(e): Delaunay triangulation ; Plane-sweep algorithm ; Voronoi diagram ; L 1 metric ; L ∞ metric ; Computational geometry ; Minimal spanning tree
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract TheDelaunay diagram on a set of points in the plane, calledsites, is the straight-line dual graph of the Voronoi diagram. When no degeneracies are present, the Delaunay diagram is a triangulation of the sites, called theDelaunay triangulation. When degeneracies are present, edges must be added to the Delaunay diagram to obtain a Delaunay triangulation. In this paper we describe an optimalO(n logn) plane-sweep algorithm for computing a Delaunay triangulation on a possibly degenerate set of sites in the plane under theL 1 metric or theL ∞ metric.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 63
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 6 (1991), S. 490-521 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Voronoi diagrams ; Geömetric transformation
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract It is shown that the order-k Voronoi diagram of n sites with additive weights in the plane has at most (4k−2)(n−k) vertices, (6k−3)(n−k) edges, and (2k−1)(n−itk) + 1 regions. These bounds are approximately the same as the ones known for unweighted order-k Voronoi diagrams. Furthermore, tight upper bounds on the number of edges and vertices are given for the case that every weighted site has a nonempty region in the order-1 diagram. The proof is based on a new algorithm for the construction of these diagrams which generalizes a plane-sweep algorithm for order-1 diagrams developed by Steven Fortune. The new algorithm has time-complexityO(k 2 n logn) and space-complexityO(kn). It is the only nontrivial algorithm known for constructing order-kc Voronoi diagrams of sites withadditive weights. It is fairly simple and of practical interest also in the special case of unweighted sites.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 64
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 6 (1991), S. 533-553 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Algorithms and data structures ; Algebraic geometry
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We present an0(n ·d o(1)) algorithm to compute the convex hull of a curved object bounded by0(n) algebraic curve segments of maximum degreed.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 65
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 6 (1991), S. 624-657 
    ISSN: 1432-0541
    Schlagwort(e): Parallel algorithms ; Computational geometry ; Image compression ; Minimal square covers ; Orthogonal polygons ; Parallel prefix computations ; Minimal vertex covers ; Bipartite graphs
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract Given a black-and-white image, represented by an array of √n × √n binary-valued pixels, we wish to cover the black pixels with aminimal set of (possibly overlapping) maximal squares. It was recently shown that obtaining aminimum square cover for a polygonal binary image with holes is NP-hard. We derive an optimal parallel algorithm for theminimal square cover problem, which for any desired computation timeT in [logn,n] runs on an EREW-PRAM with (n/T) processors. The cornerstone of our algorithm is a novel data structure, the cover graph, which compactly represents the covering relationships between the maximal squares of the image. The size of the cover graph is linear in the number of pixels. This algorithm has applications to problems in VLSI mask generation, incremental update of raster displays, and image compression.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 66
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 6 (1991), S. 771-800 
    ISSN: 1432-0541
    Schlagwort(e): Polygon decomposition ; Star-shaped polygons ; Computational geometry
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We present an algorithm for finding optimum partitions of simple monotone rectilinear polygons into star-shaped polygons. The algorithm may introduce Steiner points and its time complexity isO(n), wheren is the number of vertices in the polygon. We then use this algorithm to obtain anO(n logn) approximation algorithm for partitioning simple rectilinear polygons into star-shaped polygons with the size of the partition being at most six times the optimum.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 67
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 6 (1991), S. 734-761 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Clustering ; Convex hull ; Digitized pictures ; Hulls ; Maxima ; Mesh-of-processors ; Parallel computing ; Separability ; Systolic array ; Visibility ; Voronoi diagram
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract Adigitized plane Π of sizeM is a rectangular √M × √M array of integer lattice points called pixels. A √M × √M mesh-of-processors in which each processorP ij represents pixel (i,j) is a natural architecture to store and manipulate images in Π; such a parallel architecture is called asystolic screen. In this paper we consider a variety of computational-geometry problems on images in a digitized plane, and present optimal algorithms for solving these problems on a systolic screen. In particular, we presentO(√M)-time algorithms for determining all contours of an image; constructing all rectilinear convex hulls of an image (peeling); solving the parallel and perspective visibility problem forn disjoint digitized images; and constructing the Voronoi diagram ofn planar objects represented by disjoint images, for a large class of object types (e.g., points, line segments, circles, ellipses, and polygons of constant size) and distance functions (e.g., allL p metrics). These algorithms implyO(√M)-time solutions to a number of other geometric problems: e.g., rectangular visibility, separability, detection of pseudo-star-shapedness, and optical clustering. One of the proposed techniques also leads to a new parallel algorithm for determining all longest common subsequences of two words.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 68
    Digitale Medien
    Digitale Medien
    Springer
    Cellular and molecular life sciences 47 (1991), S. 1104-1118 
    ISSN: 1420-9071
    Schlagwort(e): Transaminase ; decarboxylase ; serine hydroxymethyltransferase ; pyridoxal 5′-phosphate ; enzyme mechanism ; stereochemistry ; kinetics
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Biologie , Medizin
    Notizen: Abstract Pyridoxal 5′-phosphate is a coenzyme for a number of enzymes which catalyse reactions at Cα of amino acid substrates including transaminases, decarboxylases and serine hydroxymethyltransferase. Using the X-ray coordinates for a transaminase, aspartate aminotransferase, and the results of stereochemical and mechanistic studies for decarboxylases and serine hydroxymethyltransferase, an active-site structure for the decarboxylase group is constructed. The structure of the active-site is further refined through active-site pyridoxyllysine peptide sequence comparison and a 3-D catalytic mechanism for the L-α-amino acid decarboxylases is proposed. The chemistry of serine hydroxymethyltransferase is re-examined in the light of the proposed decarboxylase mechanism.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 69
    Digitale Medien
    Digitale Medien
    Springer
    European journal of clinical pharmacology 40 (1991), S. 181-185 
    ISSN: 1432-1041
    Schlagwort(e): Etizolam ; α-hydroxyetizolam ; healthy subjects ; kinetics
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Medizin
    Notizen: Summary The pharmacokinetics of etizolam, a new thienodiazepine derivative, has been examined after single and multiple (0.5 mg tablet) (0.5 mg b.d for 1 week) oral therapeutic doses in healthy volunteers. The single-dose kinetic profile of etizolam suggested that absorption after oral dosage was reasonably rapid, the maximum plasma concentration (Cmax) being attained within 0.5–2 h in all subjects. The mean elimination half-life (t1/2) averaged 3.4 h. Consistent with this, steady-state concentration were rapidly achieved and accumulation was extremely limited. Predicted average plasma concentrations (Cp) did not differ significantly from those actually measured at steady-state, suggesting that the kinetics of etizolam was linear, at least at therapeutic doses. The mean wash-out t1/2 was comparable to the elimination t1/2 of the single dose, which means that the drug probably has no effect on hepatic microsomal enzymes and other kinetic variables after repeated dosing. At steady state plasma concentrations of the main metabolite, α-hydroxyetizolam, were higher and disappeared more slowly (mean t1/2 8.2 h) than those of the parent compound. Taken with the fact that in animals the metabolite shows almost the same potency of pharmacological action as etizolam, this suggests that it may contribute significantly to the clinical effects of the parent compound. Based on the kinetic characteristics of the parent drug and its metabolite, etizolam can be regarded as a short-acting benzodiazepine, with elimination kinetics between those of short-intermediate derivatives and ultra-rapidly eliminated benzodiazepines.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 70
    ISSN: 1573-4919
    Schlagwort(e): phosphate-dependent glutaminase ; acute metabolic acidosis ; kinetics ; kidney tubules ; enterocytes ; hepatocytes ; brain tissue
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Biologie , Chemie und Pharmazie , Medizin
    Notizen: Summary We describe the kinetic modifications to mitochondrial-membrane-bound phosphate-dependent glutaminase in various types of rat tissue brought about by acute metabolic acidosis. The activity response of phosphate-dependent glutaminase to glutamine was sigmoidal, showing positive co-operativity, the Hill coefficients always being higher than 2. The enzyme from acidotic rats showed increased activity at subsaturating concentrations of glutamine in kidney tubules, as might be expected, but not in brain, intestine or liver tissues. Nevertheless, when brain and intestine from control rats were incubated in plasma from acutely acidotic rats enzyme activity increased at 1 mM glutamine in the same way as in kidney cortex. The enzyme from liver tissue remained unaltered. S0.5 and nH values decreased significantly in kidney tubules, enterocytes and brain slices preincubated in plasma from acidotic rats. The sigmoidal curves of phosphate-dependent glutaminase shifted to the left without any significant changes in Vmax. The similar response of phosphate-dependent glutaminase to acute acidosis in the kidney, brain and intestine confirms the fact that enzymes from these tissues are kinetically identical and reaffirms the presence of an ammoniagenic factor in plasma, either produced or concentrated in the kidneys of rats with acute acidosis.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 71
    Digitale Medien
    Digitale Medien
    Springer
    Mathematical geology 23 (1991), S. 325-347 
    ISSN: 1573-8868
    Schlagwort(e): hydrocarbons ; kinetics ; inverse methods
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Geologie und Paläontologie , Mathematik
    Notizen: Abstract From a determination of the transformation matrix for three pyrolysis product experimental data sets, an examination is given of both the applicability of the laboratory experimental data to the modeling of oil cracking in a sedimentary basin, and of the appropriateness of an inverse model. The results of the laboratory experimental data sets, which were done under different thermodynamic conditions and using different sources, show that the transformation matrix varies over each data set and also with time. Therefore, it is necessary to check the data sets before applying them to a basin for hydrocarbon modeling. The laboratory experimental data taken at lower temperature and over longer times appear more pertinent for the construction of an oil-cracking kinetic model suitable for geologic conditions.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 72
    Digitale Medien
    Digitale Medien
    Springer
    Biogeochemistry 12 (1991), S. 129-134 
    ISSN: 1573-515X
    Schlagwort(e): biomass burning ; forest soils ; nitrogen ; sulphur
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract The proportion of total sulphur lost during combustion (600 °C) of Douglas-fir (Pseudotsuga menziesii) foliage is reduced from〉 90% to 65–70% as the SO4-S concentration increases from 10% to 45–50% of the total S content. Foliar SO4-S content is decreased by improvement of plant nitrogen status, suggesting that alterations to soil N availability may influence S transfer to the atmosphere during biomass burning.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 73
    Digitale Medien
    Digitale Medien
    Springer
    Biogeochemistry 15 (1991), S. 21-46 
    ISSN: 1573-515X
    Schlagwort(e): denitrification ; forest ; nitrification ; nitrogen ; nitrogen mineralization ; N20 ; proton budget ; The Netherlands
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract Within a long-term research project studying the biogeochemical budget of an oak-beech forest ecosystem in the eastern part of the Netherlands, the nitrogen transformations and solute fluxes were determined in order to trace the fate of atmospherically deposited NH4 + and to determine the contribution of nitrogen transformations to soil acidification. The oak-beech forest studied received an annual input of nitrogen via throughfall and stemflow of 45 kg N ha−1 yr−1, mainly as NH4 +, whereas 8 kg N ha−1 yr−1 was taken up by the canopy. Due to the specific hydrological regime resulting in periodically occurring high groundwater levels, denitrification was found to be the dominant output flux (35 kg N ha−1 yr−1). N20 emmission rate measurements indicated that 57% of this gaseous nitrogen loss (20 kg N ha−1 yr−1) was as N2O. The forest lost an annual amount of 11 kg N ha−1 yr−1 via streamwater output, mainly as N03 −. Despite the acid conditions, high nitrification rates were measured. Nitrification occurred mainly in the litter layer and in the organic rich part of the mineral soil and was found to be closely correlated with soil temperature. The large amount of NH4 + deposited on the forest floor via atmospheric deposition and produced by mineralization was to a large extent nitrified in the litter layer. Almost no NH4 + reached the subsurface soil horizons. The N03 − was retained, taken up or transformed mainly in the mineral soil. A small amount of N03 − (9 kg N ha−1 yr−1) was removed from the system in streamwater output. A relatively small amount of nitrogen was measured in the soil water as Dissolved Organic Nitrogen. On the basis of these data the proton budget of the system was calculated using two different approaches. In both cases net proton production rates were high in the vegetation and in the litter layer of the forest ecosystem. Nitrogen transformations induced a net proton production rate of 2.4 kmol ha−1 yr−1 in the soil compartment.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 74
    Digitale Medien
    Digitale Medien
    Springer
    Biogeochemistry 12 (1991), S. 135-148 
    ISSN: 1573-515X
    Schlagwort(e): fens ; management ; nitrogen ; phosphorus ; productivity ; vegetation ; wetlands
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract A fertilization experiment was carried out in 3 mesotrophic fens to investigate whether plant growth in these systems is controlled by the availability of N, P or K. The fens are located in an area with high N inputs from precipitation. They are annually mown in the summer to prevent succession to woodland. Above-ground plant biomass increased significantly upon N fertilization in the two “mid”-succession fens studied. In the “late”-succession fen that had been mown for at least 60 years, however, plant biomass increased significantly upon P fertilization. The mowing regime depletes the P pool in the soil, while it keeps N inputs and outputs in balance. A long-term shift occurs from limitation of plant production by N toward limitation by P. Hence, mowing is a suitable management tool to conserve the mesothrophic character of the fens.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 75
    ISSN: 1573-515X
    Schlagwort(e): atmospheric deposition ; nitrogen ; nutrient cycling ; spruce decline ; subalpine spruce-fir
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract Nitrogen inputs, fluxes, internal generation and consumption, and outputs were monitored in a subalpine spruce-fir forest at approximately 1000-m elevation on Whiteface Mountain in the Adirondacks of New York, USA. Nitrogen in precipitation, cloudwater and dry deposition was collected on an event basis and quantified as an input. Throughfall, stemflow, litterfall and soil water were measured to determine fluxes within the forest. Nitrogen mineralization in the forest floor was estimated to determine internal sources of available N. Lower mineral horizon soil water was used to estimate output from the ecosystem. Vegetation and soil N pools were determined. During four years of continuous monitoring, an average of 16 kg N ha−1 yr−1 was delivered to the forest canopy as precipitation, cloudwater and dry deposition from the atmosphere. Approximately 30% of the input was retained by the canopy. Canopy retention is likely the result of both foliar uptake and immobilization by bark, foliage and microorganisms. Approximately 40 kg of N was made available within the forest floor from mineralization of organic matter. Virtually all the available ammonium (mineralized plus input from throughfall) is utilized in the forest floor, either by microorganisms or through uptake by vegetation. The most abundant N component of soil water solutions leaving the system was nitrate. Net ecosystem fluxes indicate accumulation of both ammonium and nitrate. There is a small net loss of organic N from the ecosystem. Some nitrate leaves the bottom of the B horizon throughout the year. Comparisons with other temperate coniferous sites and examination of the ecosystem N mass balance indicate that N use efficiency is less at our site, which suggests that the site is not severely limited by N.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 76
    Digitale Medien
    Digitale Medien
    Springer
    Journal of atmospheric chemistry 12 (1991), S. 137-151 
    ISSN: 1573-0662
    Schlagwort(e): Soot particles ; polycyclic aromatic hydrocarbons ; NO2 ; HNO3 ; heterogeneous reactions ; kinetics
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract An experimental technique for studying atmospheric heterogeneous reactions of polyaromatic hydrocarbons (PAH) on particle surfaces is reported. Particle bound organics were reacted in a 200 liter Teflon continuous stirred tank reactor (CSTR), with vapor phase oxidants. To provide a source of chemically stable particles for the CSTR, soot particles from a residential wood stove were first introduced during under darkness into a 25 m3 outdoor Teflon chamber. Air containing the particles was then added at a constant flow to the CSTR. The rates of heterogeneous reactions were obtained by comparing reacted particle samples with unreacted ones. The derivation of rate expressions for heterogeneous reactions in the CSTR is described. The use of the technique for a study of the nitration of selected soot particle bound PAH species by NO2 and HNO3 is demonstrated.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 77
    Digitale Medien
    Digitale Medien
    Springer
    Journal of atmospheric chemistry 13 (1991), S. 301-311 
    ISSN: 1573-0662
    Schlagwort(e): Organic nitrates ; kinetics ; OH radical ; atmosphere
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract Rate coefficients for the reactions of difunctional nitrates with atmospherically important OH radicals are not currently available in the literature. This study represents the first determination of rate coefficients for a number of C(3) and C(4) carbonyl nitrates and dinitrates with OH radicals in a 38 l glass reaction chamber at 1000 mbar total pressure of synthetic air by 298±2 K using a relative kinetic technique. The following rate coefficients (in units of 10-12 cm3 molecule-1 s-1) were obtained: 1,2-propandiol dinitrate, 〈0.31; 1,2-butandiol dinitrate, 1.70±0.32; 2,3-butandiol dinitrate, 1.07±0.26; α-nitrooxyacetone, 〈0.43; 1-nitrooxy-2-butanone, 0.91±0.16; 3-nitrooxy-2-butanone, 1.27±0.14; 1,4-dinitrooxy-2-butene, 15.10±1.45; 3,4-dinitrooxy-1-butene, 10.10±0.50. The possible importance of reaction of OH as an atmospheric sink for the compounds compared to other loss processes is considered.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 78
    Digitale Medien
    Digitale Medien
    Springer
    Cytotechnology 5 (1991), S. 165-171 
    ISSN: 1573-0778
    Schlagwort(e): growth ; hybridoma ; inoculum age ; kinetics ; production
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Biologie , Medizin , Werkstoffwissenschaften, Fertigungsverfahren, Fertigung
    Notizen: Abstract To determine the influence of the inoculum age on the kinetics of hybridoma growth and metabolism, spinner flasks have been inoculated with cells previously propagated in T flasks for 43, 52, 62 and 71 hr respectively. Increasing the age of the inoculum is found to result in a longer lag phase, in a lower maximum specific growth rate and in a reduced maximal cell density. During the growth phase specific rates of glucose and glutamine uptake and of ammonia and lactate production are similar. However, with the older inoculum, much higher metabolic activities are observed during the lag phase. The production of antibodies is delayed with increasing inoculum age, but the final antibody concentrations are similar, which indicates a higher specific antibody production rate when inoculating with older cells.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 79
    ISSN: 1573-0778
    Schlagwort(e): cell culture ; kinetics ; Ig promoter/enhancer ; plasmacytoma ; recombinant protein production
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Biologie , Medizin , Werkstoffwissenschaften, Fertigungsverfahren, Fertigung
    Notizen: Abstract A model mammalian cell system for the production of recombinant proteins was investigated. Murine myeloma cells which had lost the ability to produce both heavy and light chain immunoglobulin molecules were transfected with a vector containing the immunoglobulin heavy chain promoter and enhancer elements linked to the human growth hormone gene. The growth kinetics of G32, a clonal isolate, were found to be similar to both the parent myeloma and hybridomas. However, production of hGH by G32 was growth associated, rather than as a secondary metabolite as is the case for hybridomas. In addition, G32 produced hGH at molar levels greater than most hybridomas.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 80
    ISSN: 1435-232X
    Schlagwort(e): G6PD ; electrophoresis ; deficiency ; new variants ; kinetics ; inhibition
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Biologie , Medizin
    Notizen: Summary Biochemical characteristics of one non-deficient fast G6PD variant (Gd Singapore) and six different deficient variants (three new, two Mahidol, one each of Indonesian and Mediterranean) were studied among the Malays of Singapore. TheGd Singapore variant had normal enzyme activity (82%) and fast electrophoretic mobilities (140% in TEB buffer, 160% in phosphate and 140% in Tris-HCl buffer systems respectively). This variant is further characterized by normalK m for G6P; utilization of analogues (Gal6P, 2dG6P; dAmNADP), heat stability and pH optimum. The other six deficient G6PD variants had normal electrophoretic mobility in TEB buffer with enzyme activities ranging from 1 to 12% ofGd B+. The biochemical characteristics identity them to be 2 Mahidol, 1 Indonesian and 1 Mediterranean variants and three new deficient variants.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 81
    Digitale Medien
    Digitale Medien
    Springer
    BIT 30 (1990), S. 196-206 
    ISSN: 1572-9125
    Schlagwort(e): F.2.2 ; Computational geometry ; Divide-and-Conquer algorithm ; Relative Neighborhood Graph
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Mathematik
    Notizen: Abstract AnO(n logn) divide-and-conquer algorithm for finding the relative neighborhood graph RNG(V) of a set V ofn points in Euclidean space is presented. If implemented in parallel, its time complexity isO(n) and it requiresO(logn) processors.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 82
    Digitale Medien
    Digitale Medien
    Springer
    Journal of paleolimnology 4 (1990), S. 1-22 
    ISSN: 1573-0417
    Schlagwort(e): sulfate ; carbon ; nitrogen ; hydrogen ; organic matter ; enrichment factor ; lake sediments ; paleolimnology
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Biologie , Geologie und Paläontologie
    Notizen: Abstract This paper discusses the use of S as a paleolimnological tracer of limnetic sulfate concentration. A positive relationship (p〈0.05) was found between limnetic sulfate and sediment S concentrations for the Great Lakes, English Lakes, and lakes from the Adirondack and Northern New England regions. There is a positive correlation (p〈0.05) between C and S concentration in sediment across all regions studied. The importance of C in affecting S content in sediment was also examined by a series of cores taken at different water depths in Big Moose Lake (Adirondacks). There was a strong relationship between C and S among cores with sediment from deeper water having higher C and S concentrations (r 2=0.99). Sulfur from the shallower cores had greater concentrations of chromium-reducible S (pyrite), while cores from deeper waters had a greater proportion of organic S fractions including C-bonded S and ester sulfates. For assessing historical changes in S accumulation in sediments, enrichment factors were calculated for the PIRLA lakes. Pre-1900 net sediment accumulation rates of S were very similar across all regions. Sulfur enrichment was greatest in Adirondack sediment which had total post-1900 S accumulation of 1.1 to 7.4 times pre-1900 S accumulation. Sediment from Northern New England (NNE) generally had lower S concentration than Adirondack sediments and S enrichment factors ranged from 1.2 to 2.1. Sediment from the Northern Great Lakes States region had similar S concentration and distribution with depth to NNE sediment. In two Northern Florida lakes, sediment showed little variation in S concentration with depth, but in two other lakes from the same region, there was higher S concentration in deeper layers. Lakes which had the greatest enrichment factors also exhibited the most marked changes in C:S ratios. Ratios of C:N showed little variation (10.6 to 26.1) among the PIRLA lakes. A first order model indicated slow decomposition within these organic rich sediments. Elemental concentrations and ratios of sediment from a variety of lakes and reservoirs were complied. Maximum and minimum elemental ratios for all the data were 28 to 8.1 for C:N, 0.81 to 0.11 for C:H, and 675 to 12.5 for C:S, respectively. For the C:S ratios in all regions except the Great Lakes, the maximum ratio was less than 231. Both the maximum and minimum amount of N and H concentration of organic matter is related to biotic processes. The minimum concentration of S is regulated not only by nutrient demands but also by non-assimilatory processes. Sulfur incorporation into sediments is a function of a complex of factors, but limnetic sulfate concentration and organic matter content play a major role in regulating the S content of sediment. Further quantification of S incorporation pathways will aid in the paleolimnological interpretation of sediment S profiles. Such information is also important in assessing how S sediment pools will respond to decreases in limnetic sulfate concentration which may occur with decreases in inputs from acidic deposition.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 83
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 5 (1990), S. 65-73 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Algorithms ; Computational complexity ; Largest empty rectangle problem
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract A rectangleA and a setS ofn points inA are given. We present a new simple algorithm for the so-called largest empty rectangle problem, i.e., the problem of finding a maximum area rectangle contained inA and not containing any point ofS in its interior. The computational complexity of the presented algorithm isO(n logn + s), where s is the number of possible restricted rectangles considered. Moreover, the expected performance isO(n · logn).
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 84
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 5 (1990), S. 155-177 
    ISSN: 1432-0541
    Schlagwort(e): Parallel algorithms ; Computational geometry ; Mesh-connected computer ; Multipoint location ; Voronoi diagrams
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We show that a number of geometric problems can be solved on a √n × √n mesh-connected computer (MCC) inO(√n) time, which is optimal to within a constant factor, since a nontrivial data movement on an MCC requires Ω(√n) time. The problems studied here include multipoint location, planar point location, trapezoidal decomposition, intersection detection, intersection of two convex polygons, Voronoi diagram, the largest empty circle, the smallest enclosing circle, etc. TheO(√n) algorithms for all of the above problems are based on the classical divide-and-conquer problem-solving strategy.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 85
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 5 (1990), S. 201-214 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Visibility graph ; Shortest path
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract AnO(¦E¦log2 n) algorithm is presented to construct the visibility graph for a collection ofn nonintersecting line segments, where ¦E¦ is the number of edges in the visibility graph. This algorithm is much faster than theO(n 2)-time andO(n 2)-space algorithms by Asanoet al., and by Welzl, on sparse visibility graphs. Thus we partially resolve an open problem raised by Welzl. Further, our algorithm uses onlyO(n) working storage.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 86
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 5 (1990), S. 215-241 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Linear lists ; Dynamic data structures ; Amortized complexity
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract The problem of searching for a key in many ordered lists arises frequently in computational geometry. Chazelle and Guibas recently introduced fractional cascading as a general technique for solving this type of problem. In this paper we show that fractional cascading also supports insertions into and deletions from the lists efficiently. More specifically, we show that a search for a key inn lists takes timeO(logN +n log logN) and an insertion or deletion takes timeO(log logN). HereN is the total size of all lists. If only insertions or deletions have to be supported theO(log logN) factor reduces toO(1). As an application we show that queries, insertions, and deletions into segment trees or range trees can be supported in timeO(logn log logn), whenn is the number of segments (points).
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 87
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Point location ; Planar subdivisions ; Plane-sweep ; Divide-and-conquer ; External algorithms ; Join ; Geo-databases ; Geo-relational algebra
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We consider the problem of collectively locating a set of points within a set of disjoint polygonal regions when neither for points nor for regions preprocessing is allowed. This problem arises in geometric database systems. More specifically it is equivalent to computing theinside join of geo-relational algebra, a conceptual model for geo-data management. We describe efficient algorithms for solving this problem based on plane-sweep and divide-and-conquer, requiringO(n(logn) +t) andO(n(log2 n) +t) time, respectively, andO(n) space, wheren is the total number of points and edges, and (is the number of reported (point, region) pairs. Since the algorithms are meant to be practically useful we consider as well as the internal versions-running completely in main memory-versions that run internally but use much less than linear space and versions that run externally, that is, require only a constant amount of internal memory regardless of the amount of data to be processed. Comparing plane-sweep and divide-and-conquer, it turns out that divide-and-conquer can be expected to perform much better in the external case even though it has a higher internal asymptotic worst-case complexity. An interesting theoretical by-product is a new general technique for handling arbitrarily large sets of objects clustered on a singlex-coordinate within a planar divide-and-conquer algorithm and a proof that the resulting “unbalanced” dividing does not lead to a more than logarithmic height of the tree of recursive calls.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 88
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 5 (1990), S. 421-457 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Splinegon ; Curve algorithm ; Convexity ; Monotonicity ; Intersection ; Kernel ; diameter decomposition
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract We extend the results of straight-edged computational geometry into the curved world by defining a pair of new geometric objects, thesplinegon and thesplinehedron, as curved generalizations of the polygon and polyhedron. We identify three distinct techniques for extending polygon algorithms to splinegons: the carrier polygon approach, the bounding polygon approach, and the direct approach. By these methods, large groups of algorithms for polygons can be extended as a class to encompass these new objects. In general, if the original polygon algorithm has time complexityO(f(n)), the comparable splinegon algorithm has time complexity at worstO(Kf(n)) whereK represents a constant number of calls to members of a set of primitive procedures on individual curved edges. These techniques also apply to splinehedra. In addition to presenting the general methods, we state and prove a series of specific theorems. Problem areas include convex hull computation, diameter computation, intersection detection and computation, kernel computation, monotonicity testing, and monotone decomposition, among others.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 89
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 5 (1990), S. 485-507 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Simple polygon ; Visibility ; Linear-time algorithm
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract In this paper, the notions of convex chain visibility and reflex chain visibility of a simple polygonP are introduced, and some optimal algorithms concerned with convex- and reflex-chain visibility problems are described. For a convex-chain visibility problem, two linear-time algorithms are exhibited for determining whether or notP is visible from a given convex chain; one is the turn-checking approach and the other is the decomposition approach based on checking edge visibilities. We also present a linear-time algorithm for finding, if any, all maximal convex chains of a given polygonP from whichP is visible, where a maximal convex chain is a convex chain which does not properly include any other convex chains. It can be made by showing that there can be at most four visible maximal convex chains inP with an empty kernel. By similar arguments, we show that the same problems for reflex chain visibility can be easily solved in linear time.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 90
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 5 (1990), S. 561-571 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Empty convex subsets ; Analysis of algorithms ; Combinatorial geometry
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract A key problem in computational geometry is the identification of subsets of a point set having particular properties. We study this problem for the properties of convexity and emptiness. We show that finding empty triangles is related to the problem of determining pairs of vertices that see each other in a star-shaped polygon. A linear-time algorithm for this problem which is of independent interest yields an optimal algorithm for finding all empty triangles. This result is then extended to an algorithm for finding empty convex r-gons (r〉 3) and for determining a largest empty convex subset. Finally, extensions to higher dimensions are mentioned.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 91
    Digitale Medien
    Digitale Medien
    Springer
    Algorithmica 5 (1990), S. 573-590 
    ISSN: 1432-0541
    Schlagwort(e): Computational geometry ; Combinatorial geometry ; Union of half-lines
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Informatik , Mathematik
    Notizen: Abstract In this paper we study a cell of the subdivision induced by a union ofn half-lines (or rays) in the plane. We present two results. The first one is a novel proof of theO(n) bound on the number of edges of the boundary of such a cell, which is essentially of methodological interest. The second is an algorithm for constructing the boundary of any cell, which runs in optimal Θ(n logn) time. A by-product of our results are the notions of skeleton and of skeletal order, which may be of interest in their own right.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 92
    Digitale Medien
    Digitale Medien
    Springer
    European journal of clinical pharmacology 39 (1990), S. 155-159 
    ISSN: 1432-1041
    Schlagwort(e): Gentamicin ; Dosage ; kinetics ; dose individualization ; dose prediction
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Medizin
    Notizen: Summary A prospective study was carried out in 40 acutely ill patients to compare the non-kinetic and kinetic approaches to individualization of the dosage regimen of gentamicin. The patients were divided into two equal groups. For the non-kinetic group, the doses were derived from the physician's personal experience, on a mg/kg basis, and by use of nomograms. The total daily dose ranged from 1.43 to 4.5 mg/kg. Based on serum concentration measurements, the dosage regimen for individual patient was calculated by Sawchuk-Zaske's method. The calculated doses were compared to the prescribed doses in each patient. Of the patients on empirically prescribed doses 65% received 36% more drug than the calculated dose and 20% received 36% less than the calculated dose. The calculated dosing intervals were greater than the recommended intervals in 60% of the patients. The gentamicin trough concentration was 〉 2 μg/ml in 70% of the patients. There was a significant tendency to overdosage of the patients. For the kinetic group, following administration of the calculated dose, the steady-state peak and trough concentrations in each patient were measured. The correlation of measured to predicted steady-state serum concentrations was excellent (r=0.9968, p〈0.05). About 85% of the served trough concentrations and 90% of the peak values fell within the therapeutic range. The mean of the prediction error (ME), mean absolute error (MAE), mean squared error (MSE), and root mean squared error (RMSE) of the trough and peak concentrations were calculated. The 95% confidence interval of the ME for the trough and peak concentrations included zero, which shows that the prediction was not significantly biased. A significant relationship between gentamicin clearance and the ratio of the peak and trough concentrations achieved to the administered dose (r=0.873, 0.916 for trough and peak, respectively) was found. The findings suggest that the individualized approach to dosage determination using pharmacokinetic principles, in conjunction with daily monitoring of serum gentamicin concentrations, may provide safe and effective therapy.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 93
    Digitale Medien
    Digitale Medien
    Springer
    Biogeochemistry 10 (1990), S. 67-79 
    ISSN: 1573-515X
    Schlagwort(e): deserts ; ecosystem ; nitrogen ; nutrient cycling ; soils ; southwestern United States
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract A lower limit for nitrogen loss from desert ecosystems in the southwestern United States was estimated by comparing nitrogen inputs to the amount of nitrogen stored in desert soils and vegetation. Atmospheric input of nitrogen for the last 10 000 years was conservatively estimated to be 2.99 kg N/m2. The amount of nitrogen stored in desert soils was calculated to be 0.604 kg N/m3 using extant data from 212 profiles located in Arizona, California, Nevada, and Utah. The average amount of nitrogen stored in desert vegetation is approximately 0.036 kg N/m2. Desert conditions have existed in the southwestern United States throughout the last 10 000 years. Under such conditions, vertical leaching of nitrogen below a depth of 1 m is small (ca. 0.028 kg N/m2 over 10 000 years) and streamflow losses of nitrogen from the desert landscape are negligible. Thus, the discrepancy found between nitrogen input and storage represents the amount of nitrogen lost to the atmosphere during the last 10 000 years. Loss of nitrogen to the atmosphere was calculated to be 2.32 kg N/m2, which is 77% of the atmospheric inputs. Processes resulting in nitrogen loss to the atmosphere from desert ecosystems include wind erosion, ammonia volatilization, nitrification, and denitrification. Our analysis cannot assess the relative importance of these processes, but each is worthy of future research efforts.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 94
    Digitale Medien
    Digitale Medien
    Springer
    Biogeochemistry 11 (1990), S. 1-22 
    ISSN: 1573-515X
    Schlagwort(e): disturbance ; ecosystems ; forests ; indirect interactions ; landscape ecology ; Minnesota ; nitrogen ; nutrient cycling ; path analysis
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract Path analysis was used to determine the importance of long-term disturbance regime and the relative importances of correlations among vegetation patterns, disturbance history, and nitrogen (N) mineralization in old-growth forests of northwestern Minnesota. Leaf biomass (estimated by allometric equations), fire history (from fire scars on Pinus resinosa trees), and N mineralization rates (estimated from incubationsin situ) were determined from sample plots dominated by Betula papyrifera, Populus tremuloides, andP. grandidentata a mixture ofAcer saccharumandTilia americana, or Quercus borealis andOstrya virginiana. Results showed that topographic and soil-moisture controls on N mineralization, vegetation patterns, and disturbance are substantially stronger than is suggested by direct correlation. Indirect interactions among ecosystem variables played in important role. These interactions probably include the tendency for species that cycle large amounts of N to colonize more mesic sites that burned rarely in the past. Soil moisture was correlated both directly with N mineralization and indirectly, through its effects on vegetation pattern, and thus, litter quality. Although disturbance regime also depended on topography, the strengths of relationships between disturbance regime and other variables were relatively weak. These dependencies suggested that long-term fire regime is probably more a consequence than a cause for vegetation and fertility patterns. Topography, through its effects on soil moisture and microclimate, is an overriding influence on ecosystem properties, which in turn influence fire regime.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 95
    Digitale Medien
    Digitale Medien
    Springer
    Biogeochemistry 10 (1990), S. 105-141 
    ISSN: 1573-515X
    Schlagwort(e): cumulative ; flow ; GIS ; landscape ; lead ; nitrogen ; phosphorus ; suspended solids ; watershed ; wetlands
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract A method was developed to evaluate the cumulative effect of wetland mosaics in the landscape on stream water quality and quantity in the nine-county region surrounding Minneapolis—St. Paul, Minnesota. A Geographic Information System (GIS) was used to record and measure 33 watershed variables derived from historical aerial photos. These watershed variables were then reduced to eight principal components which explained 86% of the variance. Relationships between stream water quality variables and the three wetland-related principal components were explored through stepwise multiple regression analysis. The proximity of wetlands to the sampling station was related to principal component two, which was associated with decreased annual concentrations of inorganic suspended solids, fecal coliform, nitrates, specific conductivity, flow-weighted NH4 flow-weighted total P, and a decreased proportion of phosphorus in dissolved form(p 〈 0.05). Wetland extent was related to decreased specific conductivity, chloride, and lead concentrations. The wetland-related principal components were also associated with the seasonal export of organic matter, organic nitrogen, and orthophosphate. Relationships between water quality and wetlands components were different for time-weighted averages as compared to flow-weighted averages. This suggests that wetlands were more effective in removing suspended solids, total phosphorus, and ammonia during high flow periods but were more effective in removing nitrates during low flow periods.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 96
    Digitale Medien
    Digitale Medien
    Springer
    Biogeochemistry 11 (1990), S. 23-43 
    ISSN: 1573-515X
    Schlagwort(e): acid precipitation ; ammonium ; mass balance ; nitrate ; nitrogen ; retention
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract The relative contribution of HN03 to precipitation acidity in eastern Canada has increased in recent years leading to some concern that the relative importance of NO− 3 deposition in acidification of terrestrial and aquatic ecosystems may increase. To gauge the extent of this impact, annual mass balances for N0− 3 and NH+ 4 were calculated for several forested catchments and lakes in Ontario. Retention of NH+ 4 (R NH4) by forested catchments was consistently high compared to retention of NO3 − (R NO3) which was highly variable. Retention of inorganic nitrogen was influenced by catchment grade and areal water discharge. In lakes, the reciprocals of retention of N0− 3 and NH+ 4 were linearly related to the ratio of lake mean depth to water residence time (z/τ; equal to areal water discharge), and retention did not appear to be a function of degree of acidification of the lakes. Net N consumption-based acidification of lakes, defined as the ratio of annual NH; mass to N0− 3 mass consumption, was negatively correlated with /τ and N consumption-related acidification was most likely to occur when − was 〈 1.5 m yr−1. If retention mechanisms are unaffected by changes in deposition, changes in deposition will still result in changes in surface water concentrations although the changes will be of similar proportions. Therefore, ‘NO− 3 saturation’ should not be defined by concentrations alone, but should be defined as decreasing long-term, average NO− 3 retention in streams and lakes in response to long-term increases in NO− 3 deposition. Analysis o f survey data will be facilitated by grouping lakes and catchments according to similar characteristics.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 97
    ISSN: 1573-515X
    Schlagwort(e): nitrogen ; snow ; flux
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract Increased emissions of nitrogen compounds to the atmosphere by human activities have been well documented. However, in order to better quantify these anthropogenic emissions, better knowledge of natural emissions rates must be known. In addition, variation in natural emissions through time should be documented. In this note we present data collected and/or analyzed by us for NO3 − in recent snow from remote regions of the world. We also summarize existing data sets from other remote regions. This is done to establish a better understanding of NO3 − deposition rates in these regions as well as to add more information to our global understanding of NO3 − deposition.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 98
    Digitale Medien
    Digitale Medien
    Springer
    Biogeochemistry 9 (1990), S. 117-134 
    ISSN: 1573-515X
    Schlagwort(e): nitrogen ; Mediterranean ; natural versus anthropogenic atmospheric nitrogen ; atmospheric input ; riverine input ; marine ecosystems ; primary production
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract Bulk inorganic nitrogen deposition was monitored over a period of 3 years at the Bavella Pass (Corsica, France). Annual fluxes range between 126 and 150μmol.m−2.d-−1, increasing slightly with annual rainfall. Natural background average concentrations of rain water and associated fluxes were estimated from a classification of rain events into ‘natural’ (Oceanic and Saharan), polluted and composite. Long range transport of incoming polluted air masses increases the atmospheric wet nitrogen input by at least a factor of 1.6 in this Mediterranean area. Extrapolation of atmospheric dissolved inorganic nitrogen input to the Western Mediterranean leads to fluxes of 80 to l00μmol.m−2.d-−1. This atmospheric input is in the same order of magnitude as the inorganic nitrogen riverine input. As a consequence, the nitrogen budget for the Mediterranean has had to be reassessed. Atmospheric wet inorganic nitrogen input is of noticeable importance to marine Mediterranean ecosystems, representing on average 10 to 25% of new production in the Western Basin, with values of up to 60% in oligotrophic zones.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 99
    Digitale Medien
    Digitale Medien
    Springer
    Journal of atmospheric chemistry 11 (1990), S. 255-269 
    ISSN: 1573-0662
    Schlagwort(e): NH3 ; NO2 ; O3 ; N2O formation ; kinetics ; nighttime NO2 oxidation ; heterogeneous reaction
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract In a nighttime system and under relatively dry conditions (about 15 ppm H2O), the reaction mixture of NO2, O3, and NH3 in purified air turns out to result in the formation of nitrous oxide (N2O). The experiments were performed in a continuous stirred flow reactor, in the concentration region of 0.02–2 ppm. N2O is thought to arise through the heterogeneous reaction of gaseous N2O5 and absorbed NH3 at the wall of the reaction vessel % MathType!MTEF!2!1!+-% feaafeart1ev1aaatCvAUfeBSjuyZL2yd9gzLbvyNv2CaerbuLwBLn% hiov2DGi1BTfMBaeXatLxBI9gBaerbd9wDYLwzYbItLDharqqtubsr% 4rNCHbGeaGqiVu0Je9sqqrpepC0xbbL8F4rqaqpepeea0xe9qqVa0l% b9peea0lb9sq-JfrVkFHe9peea0dXdarVe0Fb9pgea0xa9pue9Fve9% Ffc8meGabaqaciGacaGaaeqabaWaaeaaeaaakeaatCvAUfKttLeary% qr1ngBPrgaiuaacqWFOaakcqWFobGtcqWFibasdaWgaaWcbaGae83m% amdabeaakiab-LcaPmaaBaaaleaacqWFHbqyaeqaaOGaey4kaSIaai% ikaiab-5eaonaaBaaaleaacqWFYaGmaeqaaOGae83ta80aaSbaaSqa% aiab-vda1aqabaGccaGGPaWaaSbaaSqaaiaadEgaaeqaaOGaeyOKH4% Qae8Nta40aaSbaaSqaaiab-jdaYaqabaGccqWFpbWtcqGHRaWkcqWF% ibascqWFobGtcqWFpbWtdaWgaaWcbaGae83mamdabeaakiabgUcaRi% ab-HeainaaBaaaleaacqWFYaGmaeqaaOGae83ta8eaaa!59AC!\[(NH_3 )_a + (N_2 O_5 )_g \to N_2 O + HNO_3 + H_2 O\] In principle, there is competition between this reaction and that of adsorbed H2O with N2O5, resulting in the formation of HNO3. At high water concentrations (RH〉75%), no formation of N2O was found. Although the rate constant of adsorbed NH3 with gaseous N2O5 is much larger than that of the reaction of adsorbed H2O with gaseous N2O5, the significance of the observed N2O formation for the outside atmosphere is thought to be dependent on the adsorption properties of H2O and NH3 on a surface. A number of NH3 and H2O adsorption measurements on several materials are discussed.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 100
    Digitale Medien
    Digitale Medien
    Springer
    Biogeochemistry 10 (1990), S. 1-28 
    ISSN: 1573-515X
    Schlagwort(e): boreal forest ; decomposition ; litter quality ; nitrogen ; productivity ; soil temperature
    Quelle: Springer Online Journal Archives 1860-2000
    Thema: Chemie und Pharmazie , Geologie und Paläontologie
    Notizen: Abstract A model of boreal forest dynamics was adapted to examine the factors controlling carbon and nitrogen cycling in the boreal forests of interior Alaska. Empirical relationships were used to simulate decomposition and nitrogen availability as a function of either substrate quality, the soil thermal regime, or their interactive effects. Test comparisons included black spruce forests growing on permafrost soils and black spruce, birch, and white spruce forests growing on permafrost-free soils. For each forest, simulated above-ground tree biomass, basal area, density, litterfall, moss biomass, and forest floor mass, turnover, thickness, and nitrogen concentration were compared to observed data. No one decay equation simulated forests entirely consistent with observed data, but over the range of upland forest types in interior Alaska, the equation that combined the effects of litter quality and the soil thermal regime simulated forests that were most consistent with observed data. For black spruce growing on permafrost soils, long-term simulated forest dynamics in the absence of fire resulted in unproductive forests with a thick forest floor and low nitrogen mineralization. Fires were an important means to interrupt this sequence and to restart forest succession.
    Materialart: Digitale Medien
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie hier...