122 research outputs found

    Hierarchical structuring of Cultural Heritage objects within large aggregations

    Full text link
    Huge amounts of cultural content have been digitised and are available through digital libraries and aggregators like Europeana.eu. However, it is not easy for a user to have an overall picture of what is available nor to find related objects. We propose a method for hier- archically structuring cultural objects at different similarity levels. We describe a fast, scalable clustering algorithm with an automated field selection method for finding semantic clusters. We report a qualitative evaluation on the cluster categories based on records from the UK and a quantitative one on the results from the complete Europeana dataset.Comment: The paper has been published in the proceedings of the TPDL conference, see http://tpdl2013.info. For the final version see http://link.springer.com/chapter/10.1007%2F978-3-642-40501-3_2

    Dynamics and kinematics of systems consisting of spherical and spheroidal bodies

    Get PDF
    There are three principal aims of this work; firstly to derive the analytical expressions for the potential energy and the mutual gravitational attraction between two homogeneous or non-homogeneous oblate spheroids with coplanar equatorial planes; secondly, to construct and study the equations of motion of dynamical systems consisting of particles and rigid homogeneous spheroidal bodies whose equatorial planes are coplanar; thirdly, to investigate by numerical integration and compare the evolution of dynamical models of interacting galaxies. Two different types of dynamical models of galaxies were used in this work:(a) galaxies consisting of gravitating particles, (b) galaxies comprising of gravitationally interacting particles and heavy central rigid homogeneous oblate spheroids. Chapter (2) and appendices (4), (5), (6) and (7) are an account of the method used to derive the expressions for the potential energy and the mutual gravitational attraction between two rigid bodies bounded by spheroidal surfaces with coplanar equatorial planes, when the densities of the bodj.es are either constant or inversely proportional to the square of the radial distance from the centres of the bodies. These expressions were at first obtained in the form of non-elementary integrals over the complete elliptic integrals of the first and second kind, a result due to the fact that the common volume between two ellipsoids cannot be expressed in finite terms. The evaluation of these integrals was achieved with the aid of MacLaurin' s theorem by collapsing one of the spheroids to its confocal disc; their final form is that of rapidly convergent series in terms of the parameters which determine the shape and orientation of the spheroids. In the course of obtaining the expressions mentioned above we derived some other useful formulae, for example, the formulae giving the gravitational attraction between two homoeoids and the potential and force law of a non-homogeneous oblate spheroid. Having found the expressions for the gravitational potential and attraction between two spheroids we proceeded by constructing and solving the equations of motion of dynamical systems consisting of either particles or particles and rigid homogeneous oblate spheroids with coplanar equatorial planes [chapters (1) and (3), appendices (2) and (3)]. The solutions of the equations of motion - being non-algebraic - were obtained in the form of power series. In particular, for the first type of dynamical systems (particles only) they were found in the form of three different types of series. The first type is based on the development and implementation of generalized f and g series for the N-body problem, the second type is based on recurrent formulae used for the evaluation of the terms of the series and the last type of series is a power series in terms of ln ɼijτ/ɼij and polynomial of ɼijτ/ɼij. All the series mentioned above lend themselves easily, to numerical calculations since their convergence, which was analytically proved, is a rapid one. We concluded the present work by numerically integrating the equations of motion of dynamical models of pairs of interacting galaxies. The galaxies were of the types (a) and (b) mentioned previously. The numerical integration was performed with variable time steps in order to reduce computing time. A general method was developed for the precise evaluation of the length of the time step determined by the desired integration accuracy. The calculations were carried out to an extremely high degree of accuracy. The most significant of the results of the numerical experiments on the evolution of dynamical models of interacting galaxies were:(i) the development of long-lived spiral structure when galaxies of type (b) were lased even for intrinsic velocities and impact parameters so high that galaxies of type (a) were unable to produce such structure,(ii) the roughly periodic appearance and disappearance of the spiral structure,(iii) the fact that in the early stages of their evolution the dynamical models take up rather long-lived triaxial ellipsoidal shapes

    A determination of the orbit of the asteroid 522 Helga

    Get PDF

    Crowd-sourced collection of task-oriented human-human dialogues in a multi-domain scenario

    Get PDF
    There is a lack of high-quality corpora for the purposes of trainingtask-oriented, end-to-end dialogue systems. This paper describes a dialogue col-lection process which used crowd-sourcing and a Wizard-of-Oz set-up to collectwritten human-human dialogues for a task-oriented, multi-domain scenario. Thecontext is a tourism agency, where users try to select the more desired hotel,restaurant, museum or shop. To respond to users, wizards were assisted by an ex-ploratory system supporting Preference-enriched Faceted Search. An importantaspect was the translation of user intent to a number of actions (hard or soft-constraints) by wizards. The main goal was to collect dialogues as realistic aspossible between a user and an operator, suitable for training end-to-end dialoguesystems. This work describes the experiences made, the options and the deci-sions taken to minimize the human effort and budget, along with the tools usedand developed, and describes in detail the resulting dialogue collection

    Myocarditis: A Rheumatologic Perspective

    Get PDF
    Myocarditis is an uncommon complication in patients with autoimmune rheumatic diseases. The majority of cases refer to postmortem findings. The mechanism of myocardial damage in Connective Tissue Diseases (CTDs) depends on the pathophysiology of underlying disease. Systemic inflammation, impaired microvascular circulation and vasculitis affect myocardial remodeling process, cause repeated focal ischemia resulting in hypertrophy, fibrosis of myocardium, conductive system and thus reduced contractility. Additionally, immunological abnormalities, coexisting myositis and the degree of disease activity are predictors of myocarditis progression. Clinical manifestations range from subclinical to severe forms. Early recognition is important for institution of appropriate immunomodulatory therapy

    Paging on Complex Architectures

    Get PDF
    Advances in technology allow to build computer systems of ever increasing performances and capabilities. However, the effective use of such computational resources is often made difficult by the complexity of the system itself. Crucial to the performance of a computing device is the orchestration of the flow of data across the memory hierarchy. Specifically, given a fast but small memory (a cache) through which all the data that have to be processed must pass, it is necessary to establish a set of rules, then implemented by an algorithm, that define which data has to be evicted from such a memory to make room for new incoming data. The goal is that of minimizing the number of times that requested data is outside the cache (faults), since fetching data from farther levels of the memory hierarchy incurs high costs, in terms of time and also of energy. This thesis studies two generalizations of this problem, known as the paging problem. This problem is intrinsically online, as future data requests issued by a computer program are typically unknown. Motivated by the recent diffusion of multi-threaded and multi-core architectures, whereby several threads or processes can be executed simultaneously, and/or there are several processing units, and by the recent and rapidly growing interest in reducing power consumptions of computer systems, in the first part of the thesis we study a variation of paging which rewards the efficient usage of memory resources. In this problem the goal is that of minimizing a combination of both the number of faults and the cache occupancy of the process' data in fast memory. The main results of this part are two: the first is an impossibility result that indicates that, roughly speaking, online algorithms cannot compete in practice with algorithms that know in advance all the data requests issued by the process; the second is the design of an online algorithm that has almost the best performance among all the possible online algorithms. In the second part of the thesis we concentrate on the management of a cache shared among several concurrent processes. As outlined above, this has direct application in multi-threaded or multi-core architectures. In this problem the fast memory has to service a sequence of requests which is the interleaving of the requests issued by t different processes. Through its replacement decisions, the algorithm dynamically allocates the cache space among the processes, and this clearly impacts their progress. The main goal here is to minimize the time needed to complete the service of all the request sequences. We show tight lower and upper bounds on the performance of online algorithms for several variants of the problem

    Extraction of Accurate Biomolecular Parameters from Single-Molecule Force Spectroscopy Experiments

    Get PDF
    The atomic force microscope (AFM) is able to manipulate biomolecules and their complexes with exquisite force sensitivity and distance resolution. This capability, complemented by theoretical models, has greatly improved our understanding of the determinants of mechanical strength in proteins and revealed the diverse effects of directional forces on the energy landscape of biomolecules. In unbinding experiments, the interacting partners are usually immobilized on their respective substrates via extensible linkers. These linkers affect both the force and contour length (Lc) of the complex at rupture. Surprisingly, while the former effect is well understood, the latter is largely neglected, leading to incorrect estimations of Lc, a parameter that is often used as evidence for the detection of specific interactions and remodeling events and for the inference of interaction regions. To address this problem, a model that predicts contour length measurements from single-molecule forced-dissociation experiments is presented that considers attachment position on the AFM tip, geometric effects, and polymer dynamics of the linkers. Modeled data are compared with measured contour length distributions from several different experimental systems, revealing that current methods underestimate contour lengths. The model enables nonspecific interactions to be identified unequivocally, allows accurate determination of Lc, and, by comparing experimental and modeled distributions, enables partial unfolding events before rupture to be identified unequivocally
    • …
    corecore