4,751 research outputs found
Ageing without detailed balance: local scale invariance applied to two exactly solvable models
I consider ageing behaviour in two exactly solvable reaction-diffusion
systems. Ageing exponents and scaling functions are determined. I discuss in
particular a case in which the equality of two critical exponents, known from
systems with detailed balance, does not hold any more. Secondly it is shown
that the form of the scaling functions can be understood by symmetry
considerations.Comment: 6 pages, contribution to the summer school "Ageing and the Glass
Transition" held in Luxemburg in September 05. Published versio
The behavior of fatty acids in the blood plasma of monkeys following exposure to short term stresses
Monkeys exposed to short term stresses (immobilization, jealousy) were found to develop hyperlipacidemia with a rise in concentration of unsaturated fatty acids in blood plasma, especially of oleic acid, and a relative decrease of saturated free fatty acids, chiefly of palmitinic acid. This finding was more pronounced under immobilization stress than in the jealousy situation. Meanwhile, the composition of triglycerides did not change essentially under the conditions used
On the predictive power of Local Scale Invariance
Local Scale Invariance (LSI) is a theory for anisotropic critical phenomena
designed in the spirit of conformal invariance. For a given representation of
its generators it makes non-trivial predictions about the form of universal
scaling functions. In the past decade several representations have been
identified and the corresponding predictions were confirmed for various
anisotropic critical systems. Such tests are usually based on a comparison of
two-point quantities such as autocorrelation and response functions. The
present work highlights a potential problem of the theory in the sense that it
may predict any type of two-point function. More specifically, it is argued
that for a given two-point correlator it is possible to construct a
representation of the generators which exactly reproduces this particular
correlator. This observation calls for a critical examination of the predictive
content of the theory.Comment: 17 pages, 2 eps figure
Probing hairpin structures of small DNAs by nondenaturing polyacrylamide gel electrophoresis.
The influence of temperature on the electrophoretic mobility of small DNAs, capable of forming hairpin structures, is investigated under nondenaturing conditions. Three series of hairpin-forming DNAs containing different numbers of thymidine, deoxyadenosine, and deoxyguanosine residues in their loop, and an identical sequence in the helical region, are analyzed. All show enhanced electrophoretic mobility if they adopt the hairpin conformation. The same quantitative relationship between hairpin formation and increase in electrophoretic mobility is observed for all of the three series. The constancy of this increase suggests a dependence of electrophoretic acceleration on the length of the helical region. A possible application of nondenaturing electrophoresis is monitoring the hairpin/coil transition. Another possible application is the detection of dimers formed by partially self-complementary sequences. This dimer formation is detected for completely complementary DNAs, whereas sequences which might form imperfect double helices, especially those with three bulged-out nucleotides, prefer hairpin formation. The possible applications are experimentally approached and discussed
Query processing of pre-partitioned data using Sandwich Operators
textabstractIn this paper we present the Sandwich Operators, an elegant approach to exploit pre-sorting or pre-grouping from clustered storage schemes in operators such as Aggregation/Grouping, HashJoin, and Sort of a database management system. Thereby, each of these operator types is "sandwiched" by two new operators, namely PartitionSplit and PartitionRestart. PartitionSplit splits the input relation into its smaller independent groups on which the sandwiched operator is executed. After a group is processed PartitionRestart is used to trigger the execution on the following group. Executing one of these operator
types with the help of the Sandwich Operators introduces minimal overhead and does not penalty performance of the sandwiched operator as its implementation remains unchanged. On the contrary, we show that sandwiched execution of an operator results in lower memory consumption and faster execution time. PartitionSplit and PartitionRestart replace special implementations of partitioned versions of these operator. Sandwich Operators also turn blocking operators in streaming operators, resulting in faster response times for the first query results
Kinetics of the long-range spherical model
The kinetic spherical model with long-range interactions is studied after a
quench to or to . For the two-time response and correlation
functions of the order-parameter as well as for composite fields such as the
energy density, the ageing exponents and the corresponding scaling functions
are derived. The results are compared to the predictions which follow from
local scale-invariance.Comment: added "fluctuation-dissipation ratios"; fixed typo
Automatic Schema Design for Co-Clustered Tables
Schema design of analytical workloads provides opportunities to index, cluster, partition and/or materialize. With these opportunities also the complexity of finding the right setup rises. In this paper we present an automatic schema design approach for a table co-clustering scheme called Bitwise Dimensional Co-Clustering, aimed at schemas with a moderate amount dimensions, but not limited to typical star and snowflake schemas. The goal is to design one primary schema and keep the knobs to turn to a minimum while providing a robust schema for a wide range of queries. In our approach a clustered schema is derived by trying to apply dimensions throughout the whole schema and co-cluster as many tables as possible according to at least one common dimension. Our approach is based on the assumption that initially foreign key relationships and a set of dimensions are defined based on classic DDL
- …