7,411 research outputs found

    gMark: Schema-Driven Generation of Graphs and Queries

    Full text link
    Massive graph data sets are pervasive in contemporary application domains. Hence, graph database systems are becoming increasingly important. In the experimental study of these systems, it is vital that the research community has shared solutions for the generation of database instances and query workloads having predictable and controllable properties. In this paper, we present the design and engineering principles of gMark, a domain- and query language-independent graph instance and query workload generator. A core contribution of gMark is its ability to target and control the diversity of properties of both the generated instances and the generated workloads coupled to these instances. Further novelties include support for regular path queries, a fundamental graph query paradigm, and schema-driven selectivity estimation of queries, a key feature in controlling workload chokepoints. We illustrate the flexibility and practical usability of gMark by showcasing the framework's capabilities in generating high quality graphs and workloads, and its ability to encode user-defined schemas across a variety of application domains.Comment: Accepted in November 2016. URL: http://ieeexplore.ieee.org/document/7762945/. in IEEE Transactions on Knowledge and Data Engineering 201

    Report on the EHCR (Deliverable 26.2)

    Get PDF
    This deliverable is the second for Workpackage 26. The first, submitted after Month 12, summarised the areas of research that the partners had identified as being relevant to the semantic indexing of the EHR. This second one reports progress on the key threads of work identified by the partners during the project to contribute towards semantically interoperable and processable EHRs. This report provides a set of short summaries on key topics that have emerged as important, and to which the partners are able to make strong contributions. Some of these are also being extended via two new EU Framework 6 proposals that include WP26 partners: this is also a measure of the success of this Network of Excellence

    Globalization or Localization? A longitudinal study of successful American and Chinese online store websites

    Get PDF
    This paper reports the results of a longitudinal study of 2562 images on the homepages of successful American and Chinese online store websites,with the goal of determining whether cultural factors impact their visual presentation and evolution. Descriptive and statistical content analyses reveal that the U.S. and Chinese online store sites showed significant cross-national image differences from their inception; moreover, the Chinese sites diverged further from the U.S. sites over time, strengthening their own cultural identity and suggesting a trend towards localization in a diverse and dynamic world market. These findings support the view that although English-speaking Western culture is widespread in today’s Information Age, other cultures are not necessarily undermined

    Asset Management in an ICT Company Using ISO/IEC 19770

    Get PDF
    Asset management refers to a system which organizations use to manage the both objective and non-objective assets with an existing value. By doing so organizations can achieve better financial results through cost reductions, satisfy the customers better with stability and improve the knowledge management. However, because of the broad scope of demands included in a standardized level of asset management, achieving a good level of such a management is rarely achieved in a large scope. This thesis aims to develop a guideline for an ICT company about how to achieve efficient asset management for IT assets. The guideline is closely tied to the international ISO/IEC 19770 family of standards for IT asset management (ITAM). With standardized ITAM, the ICT company can have a single-point life cycle management source to provide various advantages in a long-term stability. To achieve general advantage, the set research question is “how an ICT company can achieve the ISO/IEC 19770 level of ITAM?” The study is done using active research model in a close co-operation with a Finnish ICT company. As ISO/IEC 19770 consists of multiple parts, the limitation with the target company comes as a focus on the first five parts. The rest of the standard family’s parts are covered in a more general level in this thesis. The target company’s current state was researched and completed with the asset management’s theory. The study produced a guideline for how an ICT company can implement ITAM’s best practices which are in conformance to the ISO/IEC 19770 standard family’s parts. The guideline includes the description of the guideline, a description for a common scenario in a company with common management errors, the proposed implementation for the ITAM, the benefits and liabilities, and the post-implementation steps. As the stand-ards can be achieved in parts, the company can achieve the parts by following the guideline and the related requirements. The results of the study suggest, that a careful planning, designing and a continuous observance to the related processes are essential for achieving the best-in-class ITAM. The target company may continue the work from here by implementing the practices according to the proposed implementation guideline.fi=Opinnäytetyö kokotekstinä PDF-muodossa.|en=Thesis fulltext in PDF format.|sv=Lärdomsprov tillgängligt som fulltext i PDF-format

    Measuring the similarity of PML documents with RFID-based sensors

    Get PDF
    The Electronic Product Code (EPC) Network is an important part of the Internet of Things. The Physical Mark-Up Language (PML) is to represent and de-scribe data related to objects in EPC Network. The PML documents of each component to exchange data in EPC Network system are XML documents based on PML Core schema. For managing theses huge amount of PML documents of tags captured by Radio frequency identification (RFID) readers, it is inevitable to develop the high-performance technol-ogy, such as filtering and integrating these tag data. So in this paper, we propose an approach for meas-uring the similarity of PML documents based on Bayesian Network of several sensors. With respect to the features of PML, while measuring the similarity, we firstly reduce the redundancy data except information of EPC. On the basis of this, the Bayesian Network model derived from the structure of the PML documents being compared is constructed.Comment: International Journal of Ad Hoc and Ubiquitous Computin

    Semantic-Based Publish/Subscribe System in Social Network

    Get PDF
    The publish/subscribe model has become a prevalent paradigm for building distributed notification services by decoupling the publishers and the subscribers from each other. The semantics-based publish/subscribe system allows highly expressive descriptions of subscriptions and publications and thus is more appropriate for content dissemination when a finer level of granularity is necessary. In this paper we have designed and implemented a semantic-based publish/subscribe system that can be adapted into social networks where thousands of people can share their common interests through publications and subscriptions. We have described our ontology, defined publishers’ and subscribers’ data semantics or schema, provided a matching algorithm, portrayed the implementation and shown the result of an implemented publish/subscribe system that allows the users to publish and subscribe different kinds of news in a social network platform. Our experience shows that the semantic-based publish/subscribe system can enhance the current social networks by providing an effective content dissemination mechanism

    A database management capability for Ada

    Get PDF
    The data requirements of mission critical defense systems have been increasing dramatically. Command and control, intelligence, logistics, and even weapons systems are being required to integrate, process, and share ever increasing volumes of information. To meet this need, systems are now being specified that incorporate data base management subsystems for handling storage and retrieval of information. It is expected that a large number of the next generation of mission critical systems will contain embedded data base management systems. Since the use of Ada has been mandated for most of these systems, it is important to address the issues of providing data base management capabilities that can be closely coupled with Ada. A comprehensive distributed data base management project has been investigated. The key deliverables of this project are three closely related prototype systems implemented in Ada. These three systems are discussed

    A Survey of Neural Trees

    Full text link
    Neural networks (NNs) and decision trees (DTs) are both popular models of machine learning, yet coming with mutually exclusive advantages and limitations. To bring the best of the two worlds, a variety of approaches are proposed to integrate NNs and DTs explicitly or implicitly. In this survey, these approaches are organized in a school which we term as neural trees (NTs). This survey aims to present a comprehensive review of NTs and attempts to identify how they enhance the model interpretability. We first propose a thorough taxonomy of NTs that expresses the gradual integration and co-evolution of NNs and DTs. Afterward, we analyze NTs in terms of their interpretability and performance, and suggest possible solutions to the remaining challenges. Finally, this survey concludes with a discussion about other considerations like conditional computation and promising directions towards this field. A list of papers reviewed in this survey, along with their corresponding codes, is available at: https://github.com/zju-vipa/awesome-neural-treesComment: 35 pages, 7 figures and 1 tabl

    Career Success Schemas and their Contextual Embeddedness: A Comparative Configurational Perspective

    Get PDF
    We introduce career success schemas as critical for understanding how people in different contexts perceive and understand career success. Using a comparative configurational approach, we show, in a study of 13 countries, that two structural characteristics of career success schemas\u2014complexity and convergence\u2014differ across country contexts and are embedded in specific configurations of institutional factors. Adopting complexity and convergence as primary dimensions, we propose a taxonomy of career success schemas at the country level. Based on this taxonomy, we contribute to the understanding of subjective career success across countries, discuss the importance of schemas for organisational career systems in multinational enterprises, and propose specific guidelines for future comparative careers research
    • …
    corecore