WorldWideScience

Sample records for omnipaper rdf prototype

  1. Desiderata for an authoritative Representation of MeSH in RDF.

    Science.gov (United States)

    Winnenburg, Rainer; Bodenreider, Olivier

    2014-01-01

    The Semantic Web provides a framework for the integration of resources on the web, which facilitates information integration and interoperability. RDF is the main representation format for Linked Open Data (LOD). However, datasets are not always made available in RDF by their producers and the Semantic Web community has had to convert some of these datasets to RDF in order for these datasets to participate in the LOD cloud. As a result, the LOD cloud sometimes contains outdated, partial and even inaccurate RDF datasets. We review the LOD landscape for one of these resources, MeSH, and analyze the characteristics of six existing representations in order to identify desirable features for an authoritative version, for which we create a prototype. We illustrate the suitability of this prototype on three common use cases. NLM intends to release an authoritative representation of MeSH in RDF (beta version) in the Fall of 2014.

  2. Processing SPARQL queries with regular expressions in RDF databases

    Science.gov (United States)

    2011-01-01

    Background As the Resource Description Framework (RDF) data model is widely used for modeling and sharing a lot of online bioinformatics resources such as Uniprot (dev.isb-sib.ch/projects/uniprot-rdf) or Bio2RDF (bio2rdf.org), SPARQL - a W3C recommendation query for RDF databases - has become an important query language for querying the bioinformatics knowledge bases. Moreover, due to the diversity of users’ requests for extracting information from the RDF data as well as the lack of users’ knowledge about the exact value of each fact in the RDF databases, it is desirable to use the SPARQL query with regular expression patterns for querying the RDF data. To the best of our knowledge, there is currently no work that efficiently supports regular expression processing in SPARQL over RDF databases. Most of the existing techniques for processing regular expressions are designed for querying a text corpus, or only for supporting the matching over the paths in an RDF graph. Results In this paper, we propose a novel framework for supporting regular expression processing in SPARQL query. Our contributions can be summarized as follows. 1) We propose an efficient framework for processing SPARQL queries with regular expression patterns in RDF databases. 2) We propose a cost model in order to adapt the proposed framework in the existing query optimizers. 3) We build a prototype for the proposed framework in C++ and conduct extensive experiments demonstrating the efficiency and effectiveness of our technique. Conclusions Experiments with a full-blown RDF engine show that our framework outperforms the existing ones by up to two orders of magnitude in processing SPARQL queries with regular expression patterns. PMID:21489225

  3. Processing SPARQL queries with regular expressions in RDF databases.

    Science.gov (United States)

    Lee, Jinsoo; Pham, Minh-Duc; Lee, Jihwan; Han, Wook-Shin; Cho, Hune; Yu, Hwanjo; Lee, Jeong-Hoon

    2011-03-29

    As the Resource Description Framework (RDF) data model is widely used for modeling and sharing a lot of online bioinformatics resources such as Uniprot (dev.isb-sib.ch/projects/uniprot-rdf) or Bio2RDF (bio2rdf.org), SPARQL - a W3C recommendation query for RDF databases - has become an important query language for querying the bioinformatics knowledge bases. Moreover, due to the diversity of users' requests for extracting information from the RDF data as well as the lack of users' knowledge about the exact value of each fact in the RDF databases, it is desirable to use the SPARQL query with regular expression patterns for querying the RDF data. To the best of our knowledge, there is currently no work that efficiently supports regular expression processing in SPARQL over RDF databases. Most of the existing techniques for processing regular expressions are designed for querying a text corpus, or only for supporting the matching over the paths in an RDF graph. In this paper, we propose a novel framework for supporting regular expression processing in SPARQL query. Our contributions can be summarized as follows. 1) We propose an efficient framework for processing SPARQL queries with regular expression patterns in RDF databases. 2) We propose a cost model in order to adapt the proposed framework in the existing query optimizers. 3) We build a prototype for the proposed framework in C++ and conduct extensive experiments demonstrating the efficiency and effectiveness of our technique. Experiments with a full-blown RDF engine show that our framework outperforms the existing ones by up to two orders of magnitude in processing SPARQL queries with regular expression patterns.

  4. Processing SPARQL queries with regular expressions in RDF databases

    Directory of Open Access Journals (Sweden)

    Cho Hune

    2011-03-01

    Full Text Available Abstract Background As the Resource Description Framework (RDF data model is widely used for modeling and sharing a lot of online bioinformatics resources such as Uniprot (dev.isb-sib.ch/projects/uniprot-rdf or Bio2RDF (bio2rdf.org, SPARQL - a W3C recommendation query for RDF databases - has become an important query language for querying the bioinformatics knowledge bases. Moreover, due to the diversity of users’ requests for extracting information from the RDF data as well as the lack of users’ knowledge about the exact value of each fact in the RDF databases, it is desirable to use the SPARQL query with regular expression patterns for querying the RDF data. To the best of our knowledge, there is currently no work that efficiently supports regular expression processing in SPARQL over RDF databases. Most of the existing techniques for processing regular expressions are designed for querying a text corpus, or only for supporting the matching over the paths in an RDF graph. Results In this paper, we propose a novel framework for supporting regular expression processing in SPARQL query. Our contributions can be summarized as follows. 1 We propose an efficient framework for processing SPARQL queries with regular expression patterns in RDF databases. 2 We propose a cost model in order to adapt the proposed framework in the existing query optimizers. 3 We build a prototype for the proposed framework in C++ and conduct extensive experiments demonstrating the efficiency and effectiveness of our technique. Conclusions Experiments with a full-blown RDF engine show that our framework outperforms the existing ones by up to two orders of magnitude in processing SPARQL queries with regular expression patterns.

  5. Characterization of Singapore RDF resources and analysis of their heating value

    Directory of Open Access Journals (Sweden)

    Lei Zhao

    2016-01-01

    Full Text Available Refuse Derived Fuel (RDF was formulated from several municipal waste components in Singapore in order to maximize energy efficiency and minimize the environmental impacts. At first, the physicochemical properties (proximate and ultimate analysis, chloro, heavy metals and the heating values of waste components were analyzed to assess their thermal behaviour. Three RDF prototypes were formulated by combining individual waste type in various fractions with respect to their properties and heating values. Landfill mining material and chicken manure were also involved in the RDF formation as alternative fuel sources. Optimum RDF was formulated consisting of 42% plastics, 41% paper/cardboard, 7% textile and 10% horticultural waste, based on the existing Singapore waste composition. This RDF had a lower heating value of 23.7 MJ kg−1, which was less than mineral fuel but it could meet the fuel requirements given in the European standards. The addition of chicken manure and landfill mining material in RDF lowered the heating value and increased heavy metal concentration, but they are considered good alternative fuel. It is believed that power plants or dedicated incinerators could be potential end-users of RDF in Singapore.

  6. RDF-GL: A SPARQL-Based Graphical Query Language for RDF

    Science.gov (United States)

    Hogenboom, Frederik; Milea, Viorel; Frasincar, Flavius; Kaymak, Uzay

    This chapter presents RDF-GL, a graphical query language (GQL) for RDF. The GQL is based on the textual query language SPARQL and mainly focuses on SPARQL SELECT queries. The advantage of a GQL over textual query languages is that complexity is hidden through the use of graphical symbols. RDF-GL is supported by a Java-based editor, SPARQLinG, which is presented as well. The editor does not only allow for RDF-GL query creation, but also converts RDF-GL queries to SPARQL queries and is able to subsequently execute these. Experiments show that using the GQL in combination with the editor makes RDF querying more accessible for end users.

  7. SPARTex: A Vertex-Centric Framework for RDF Data Analytics

    KAUST Repository

    Abdelaziz, Ibrahim

    2015-08-31

    A growing number of applications require combining SPARQL queries with generic graph search on RDF data. However, the lack of procedural capabilities in SPARQL makes it inappropriate for graph analytics. Moreover, RDF engines focus on SPARQL query evaluation whereas graph management frameworks perform only generic graph computations. In this work, we bridge the gap by introducing SPARTex, an RDF analytics framework based on the vertex-centric computation model. In SPARTex, user-defined vertex centric programs can be invoked from SPARQL as stored procedures. SPARTex allows the execution of a pipeline of graph algorithms without the need for multiple reads/writes of input data and intermediate results. We use a cost-based optimizer for minimizing the communication cost. SPARTex evaluates queries that combine SPARQL and generic graph computations orders of magnitude faster than existing RDF engines. We demonstrate a real system prototype of SPARTex running on a local cluster using real and synthetic datasets. SPARTex has a real-time graphical user interface that allows the participants to write regular SPARQL queries, use our proposed SPARQL extension to declaratively invoke graph algorithms or combine/pipeline both SPARQL querying and generic graph analytics.

  8. RDF-GL : a SPARQL-based graphical query language for RDF

    NARCIS (Netherlands)

    Hogenboom, F.P.; Milea, D.V.; Frasincar, F.; Kaymak, U.; Chbeir, R.; Badr, Y.; Abraham, A.; Hassanien, A.-E.

    2010-01-01

    This chapter presents RDF-GL, a graphical query language (GQL) for RDF. The GQL is based on the textual query language SPARQL and mainly focuses on SPARQL SELECT queries. The advantage of a GQL over textual query languages is that complexity is hidden through the use of graphical symbols. RDF-GL is

  9. RDF 1.1 Turtle : terse RDF triple language

    OpenAIRE

    World Wide Web Consortium

    2014-01-01

    RDF es un lenguaje de objetivo general para la representación de la información en la Web. Este documento define una sintaxis textual para RDF llamada Turtle que permite a un grafo RDF ser completamente escrito en un formulario de texto compacto y natural, con las abreviaturas para los patrones y tipos de datos de uso común. Turtle ofrece niveles de compatibilidad con el formato N-Triples, así como la sintaxis de patrón triple de la Recomendación SPARQL del W3C.

  10. NCBI2RDF: Enabling Full RDF-Based Access to NCBI Databases

    Directory of Open Access Journals (Sweden)

    Alberto Anguita

    2013-01-01

    Full Text Available RDF has become the standard technology for enabling interoperability among heterogeneous biomedical databases. The NCBI provides access to a large set of life sciences databases through a common interface called Entrez. However, the latter does not provide RDF-based access to such databases, and, therefore, they cannot be integrated with other RDF-compliant databases and accessed via SPARQL query interfaces. This paper presents the NCBI2RDF system, aimed at providing RDF-based access to the complete NCBI data repository. This API creates a virtual endpoint for servicing SPARQL queries over different NCBI repositories and presenting to users the query results in SPARQL results format, thus enabling this data to be integrated and/or stored with other RDF-compliant repositories. SPARQL queries are dynamically resolved, decomposed, and forwarded to the NCBI-provided E-utilities programmatic interface to access the NCBI data. Furthermore, we show how our approach increases the expressiveness of the native NCBI querying system, allowing several databases to be accessed simultaneously. This feature significantly boosts productivity when working with complex queries and saves time and effort to biomedical researchers. Our approach has been validated with a large number of SPARQL queries, thus proving its reliability and enhanced capabilities in biomedical environments.

  11. NCBI2RDF: Enabling Full RDF-Based Access to NCBI Databases

    Science.gov (United States)

    Anguita, Alberto; García-Remesal, Miguel; de la Iglesia, Diana; Maojo, Victor

    2013-01-01

    RDF has become the standard technology for enabling interoperability among heterogeneous biomedical databases. The NCBI provides access to a large set of life sciences databases through a common interface called Entrez. However, the latter does not provide RDF-based access to such databases, and, therefore, they cannot be integrated with other RDF-compliant databases and accessed via SPARQL query interfaces. This paper presents the NCBI2RDF system, aimed at providing RDF-based access to the complete NCBI data repository. This API creates a virtual endpoint for servicing SPARQL queries over different NCBI repositories and presenting to users the query results in SPARQL results format, thus enabling this data to be integrated and/or stored with other RDF-compliant repositories. SPARQL queries are dynamically resolved, decomposed, and forwarded to the NCBI-provided E-utilities programmatic interface to access the NCBI data. Furthermore, we show how our approach increases the expressiveness of the native NCBI querying system, allowing several databases to be accessed simultaneously. This feature significantly boosts productivity when working with complex queries and saves time and effort to biomedical researchers. Our approach has been validated with a large number of SPARQL queries, thus proving its reliability and enhanced capabilities in biomedical environments. PMID:23984425

  12. NCBI2RDF: enabling full RDF-based access to NCBI databases.

    Science.gov (United States)

    Anguita, Alberto; García-Remesal, Miguel; de la Iglesia, Diana; Maojo, Victor

    2013-01-01

    RDF has become the standard technology for enabling interoperability among heterogeneous biomedical databases. The NCBI provides access to a large set of life sciences databases through a common interface called Entrez. However, the latter does not provide RDF-based access to such databases, and, therefore, they cannot be integrated with other RDF-compliant databases and accessed via SPARQL query interfaces. This paper presents the NCBI2RDF system, aimed at providing RDF-based access to the complete NCBI data repository. This API creates a virtual endpoint for servicing SPARQL queries over different NCBI repositories and presenting to users the query results in SPARQL results format, thus enabling this data to be integrated and/or stored with other RDF-compliant repositories. SPARQL queries are dynamically resolved, decomposed, and forwarded to the NCBI-provided E-utilities programmatic interface to access the NCBI data. Furthermore, we show how our approach increases the expressiveness of the native NCBI querying system, allowing several databases to be accessed simultaneously. This feature significantly boosts productivity when working with complex queries and saves time and effort to biomedical researchers. Our approach has been validated with a large number of SPARQL queries, thus proving its reliability and enhanced capabilities in biomedical environments.

  13. Foundations of RDF Databases

    Science.gov (United States)

    Arenas, Marcelo; Gutierrez, Claudio; Pérez, Jorge

    The goal of this paper is to give an overview of the basics of the theory of RDF databases. We provide a formal definition of RDF that includes the features that distinguish this model from other graph data models. We then move into the fundamental issue of querying RDF data. We start by considering the RDF query language SPARQL, which is a W3C Recommendation since January 2008. We provide an algebraic syntax and a compositional semantics for this language, study the complexity of the evaluation problem for different fragments of SPARQL, and consider the problem of optimizing the evaluation of SPARQL queries, showing that a natural fragment of this language has some good properties in this respect. We furthermore study the expressive power of SPARQL, by comparing it with some well-known query languages such as relational algebra. We conclude by considering the issue of querying RDF data in the presence of RDFS vocabulary. In particular, we present a recently proposed extension of SPARQL with navigational capabilities.

  14. Adaptive and Optimized RDF Query Interface for Distributed WFS Data

    Directory of Open Access Journals (Sweden)

    Tian Zhao

    2017-04-01

    Full Text Available Web Feature Service (WFS is a protocol for accessing geospatial data stores such as databases and Shapefiles over the Web. However, WFS does not provide direct access to data distributed in multiple servers. In addition, WFS features extracted from their original sources are not convenient for user access due to the lack of connection to high-level concepts. Users are facing the choices of either querying each WFS server first and then integrating the results, or converting the data from all WFS servers to a more expressive format such as RDF (Resource Description Framework and then querying the integrated data. The first choice requires additional programming while the second choice is not practical for large or frequently updated datasets. The new contribution of this paper is that we propose a novel adaptive and optimized RDF query interface to overcome the aforementioned limitation. Specifically, in this paper, we propose a novel algorithm to query and synthesize distributed WFS data through an RDF query interface, where users can specify data requests to multiple WFS servers using a single RDF query. Users can also define a simple configuration to associate WFS feature types, attributes, and values with RDF classes, properties, and values so that user queries can be written using a more uniform and informative vocabulary. The algorithm translates each RDF query written in SPARQL-like syntax to multiple WFS GetFeature requests, and then converts and integrates the multiple WFS results to get the answers to the original query. The generated GetFeature requests are sent asynchronously and simultaneously to WFS servers to take advantage of the server parallelism. The results of each GetFeature request are cached to improve query response time for subsequent queries that involve one or more of the cached requests. A JavaScript-based prototype is implemented and experimental results show that the query response time can be greatly reduced through

  15. Analysis of RDF Syntaxes for Semantic Web Development

    Directory of Open Access Journals (Sweden)

    Gryaznov Yevgeny

    2015-12-01

    Full Text Available In this paper authors perform a research on possibilities of RDF (Resource Description Framework syntaxes usage for information representation in Semantic Web. It is described why pure XML cannot be effectively used for this purpose, and how RDF framework solves this problem. Information is being represented in a form of a directed graph. RDF is only an abstract formal model for information representation and side tools are required in order to write down that information. Such tools are RDF syntaxes – concrete text or binary formats, which prescribe rules for RDF data serialization. Text-based RDF syntaxes can be developed on the existing format basis (XML, JSON or can be an RDF-specific – designed from scratch to serve the only purpose – to serialize RDF graphs. Authors briefly describe some of the RDF syntaxes (both XML and non-XML and compare them in order to identify strengths and weaknesses of each version. Serialization and deserialization speed tests using Jena library are made. The results from both analytical and experimental parts of this research are used to develop the recommendations for RDF syntaxes usage and to design a RDF/XML syntax subset, which is intended to simplify the development and raise compatibility of information serialized with this RDF syntax.

  16. Health and environmental effects of refuse derived fuel (RDF) production and RDF/coal co-firing technologies

    Energy Technology Data Exchange (ETDEWEB)

    O' Toole, J.J.; Wessels, T.E.; Lynch, J.F.; Fassel, V.A.; Lembke, L.L.; Kniseley, R.N.; Norton, G.A.; Junk, G.A.; Richard, J.J.; Dekalb, E.L.; Dobosy, R.J.

    1981-10-01

    Six facilities, representing the scope of different co-firing techniques with their associated RDF production systems were reviewed in detail for combustion equipment, firing modes, emission control systems, residue handling/disposal, and effluent wastewater treatment. These facilities encompass all currently operational or soon to be operational co-firing plants and associated RDF production systems. Occupational health and safety risks for these plants were evaluated on the basis of fatal and nonfatal accidents and disease arising from the respective fuel cycles, coal and RDF. Occupational risks include exposure to pathogenic organisms in the workplace. Unusual events that are life threatening in the RDF processing industry (e.g., explosions) are also discussed and remedial and safety measures reviewed. 80 refs., 4 figs., 30 tabs.

  17. Environmental and thermal efficiency benefits by use of RDF

    International Nuclear Information System (INIS)

    Rosvold, Helge

    1994-01-01

    This paper presents a brief overview of refuse derived fuel (RDF) processing systems, and the different types of RDF. The quality of RDF, combustion of RDF in fluidized beds, and moving grate reactors, operating conditions, emissions (sulphur dioxide, nitrogen oxides, carbon monoxide and hydrogen chloride) and thermal efficiency are discussed. (UK)

  18. Answering SPARQL queries modulo RDF Schema with paths

    OpenAIRE

    Alkhateeb, Faisal; Euzenat, Jérôme

    2013-01-01

    alkhateeb2013a; SPARQL is the standard query language for RDF graphs. In its strict instantiation, it only offers querying according to the RDF semantics and would thus ignore the semantics of data expressed with respect to (RDF) schemas or (OWL) ontologies. Several extensions to SPARQL have been proposed to query RDF data modulo RDFS, i.e., interpreting the query with RDFS semantics and/or considering external ontologies. We introduce a general framework which allows for expressing query ans...

  19. Optimizing Aggregate SPARQL Queries Using Materialized RDF Views

    DEFF Research Database (Denmark)

    Ibragimov, Dilshod; Hose, Katja; Pedersen, Torben Bach

    2016-01-01

    , this paper proposes MARVEL (MAterialized Rdf Views with Entailment and incompLetness). The approach consists of a view selection algorithm based on an associated RDF-specific cost model, a view definition syntax, and an algorithm for rewriting SPARQL queries using materialized RDF views. The experimental...

  20. NoSQL Databases for RDF: An Empirical Evaluation

    NARCIS (Netherlands)

    Cudré-Mauroux, P.; Enchev, I.; Fundatureanu, S.; Groth, P.T.; Haque, A.; Harth, A.; Keppmann, F. L.; Miranker, D.; Sequeda, J.; Wylot, M.

    2013-01-01

    Processing large volumes of RDF data requires sophisticated tools. In recent years, much effort was spent on optimizing native RDF stores and on repurposing relational query engines for large-scale RDF processing. Concurrently, a number of new data management systems-regrouped under the NoSQL (for

  1. Accelerating SPARQL Queries and Analytics on RDF Data

    KAUST Repository

    Al-Harbi, Razen

    2016-11-09

    The complexity of SPARQL queries and RDF applications poses great challenges on distributed RDF management systems. SPARQL workloads are dynamic and con- sist of queries with variable complexities. Hence, systems that use static partitioning su↵er from communication overhead for workloads that generate excessive communi- cation. Concurrently, RDF applications are becoming more sophisticated, mandating analytical operations that extend beyond SPARQL queries. Being primarily designed and optimized to execute SPARQL queries, which lack procedural capabilities, exist- ing systems are not suitable for rich RDF analytics. This dissertation tackles the problem of accelerating SPARQL queries and RDF analytics on distributed shared-nothing RDF systems. First, a distributed RDF en- gine, coined AdPart, is introduced. AdPart uses lightweight hash partitioning for sharding triples using their subject values; rendering its startup overhead very low. The locality-aware query optimizer of AdPart takes full advantage of the partition- ing to (i) support the fully parallel processing of join patterns on subjects and (ii) minimize data communication for general queries by applying hash distribution of intermediate results instead of broadcasting, wherever possible. By exploiting hash- based locality, AdPart achieves better or comparable performance to systems that employ sophisticated partitioning schemes. To cope with workloads dynamism, AdPart is extended to dynamically adapt to workload changes. AdPart monitors the data access patterns and dynamically redis- tributes and replicates the instances of the most frequent patterns among workers.Consequently, the communication cost for future queries is drastically reduced or even eliminated. Experiments with synthetic and real data verify that AdPart starts faster than all existing systems and gracefully adapts to the query load. Finally, to support and accelerate rich RDF analytical tasks, a vertex-centric RDF analytics framework is

  2. Massive-scale RDF Processing Using Compressed Bitmap Indexes

    Energy Technology Data Exchange (ETDEWEB)

    Madduri, Kamesh; Wu, Kesheng

    2011-05-26

    The Resource Description Framework (RDF) is a popular data model for representing linked data sets arising from the web, as well as large scienti c data repositories such as UniProt. RDF data intrinsically represents a labeled and directed multi-graph. SPARQL is a query language for RDF that expresses subgraph pattern- nding queries on this implicit multigraph in a SQL- like syntax. SPARQL queries generate complex intermediate join queries; to compute these joins e ciently, we propose a new strategy based on bitmap indexes. We store the RDF data in column-oriented structures as compressed bitmaps along with two dictionaries. This paper makes three new contributions. (i) We present an e cient parallel strategy for parsing the raw RDF data, building dictionaries of unique entities, and creating compressed bitmap indexes of the data. (ii) We utilize the constructed bitmap indexes to e ciently answer SPARQL queries, simplifying the join evaluations. (iii) To quantify the performance impact of using bitmap indexes, we compare our approach to the state-of-the-art triple-store RDF-3X. We nd that our bitmap index-based approach to answering queries is up to an order of magnitude faster for a variety of SPARQL queries, on gigascale RDF data sets.

  3. Scalable RDF data compression with MapReduce

    NARCIS (Netherlands)

    Urbani, J.; Maassen, J.; Drost, N.; Seinstra, F.J.; Bal, H.E.

    2013-01-01

    The Semantic Web contains many billions of statements, which are released using the resource description framework (RDF) data model. To better handle these large amounts of data, high performance RDF applications must apply a compression technique. Unfortunately, because of the large input size,

  4. Ontology-Based Querying with Bio2RDF's Linked Open Data.

    Science.gov (United States)

    Callahan, Alison; Cruz-Toledo, José; Dumontier, Michel

    2013-04-15

    A key activity for life scientists in this post "-omics" age involves searching for and integrating biological data from a multitude of independent databases. However, our ability to find relevant data is hampered by non-standard web and database interfaces backed by an enormous variety of data formats. This heterogeneity presents an overwhelming barrier to the discovery and reuse of resources which have been developed at great public expense.To address this issue, the open-source Bio2RDF project promotes a simple convention to integrate diverse biological data using Semantic Web technologies. However, querying Bio2RDF remains difficult due to the lack of uniformity in the representation of Bio2RDF datasets. We describe an update to Bio2RDF that includes tighter integration across 19 new and updated RDF datasets. All available open-source scripts were first consolidated to a single GitHub repository and then redeveloped using a common API that generates normalized IRIs using a centralized dataset registry. We then mapped dataset specific types and relations to the Semanticscience Integrated Ontology (SIO) and demonstrate simplified federated queries across multiple Bio2RDF endpoints. This coordinated release marks an important milestone for the Bio2RDF open source linked data framework. Principally, it improves the quality of linked data in the Bio2RDF network and makes it easier to access or recreate the linked data locally. We hope to continue improving the Bio2RDF network of linked data by identifying priority databases and increasing the vocabulary coverage to additional dataset vocabularies beyond SIO.

  5. Accelerating SPARQL Queries and Analytics on RDF Data

    KAUST Repository

    Al-Harbi, Razen

    2016-01-01

    The complexity of SPARQL queries and RDF applications poses great challenges on distributed RDF management systems. SPARQL workloads are dynamic and con- sist of queries with variable complexities. Hence, systems that use static partitioning su

  6. Drying kinetics of RDF: Experimental investigation and modeling

    Directory of Open Access Journals (Sweden)

    Słomka-Polonis Karolina

    2018-01-01

    Full Text Available An experimental study was performed to determine the drying characteristics of an oversized fraction of RDF alternative fuel using a laboratory scale hot air dryer at a variety air temperatures and a constant air velocity. For this research the industrial RDF was derived from a Regional Municipal Waste Treatment Facility near the city of Kraków, Poland. The samples of RDF were prepared in two forms: ovesized (unmodified condition and shreded in a two-drum crusher. In addition, the RDF was sorted into three groups of samples: paper, plastic, textiles. Each form of RDF and each group of samples were dried in hot air dryer at temperatures of 50, 70 i 90 °C and a constant air velocity of 1,5 [m·s-1]. The loss of the the samples mass were measured in a continues manner until the equilibrum moisture content was reached. The effective moisture diffusivity [m2·s-1] and activation energies [kJ·mol-1] was amounted. The analysis of the course of moisture content change concludes that that the drying of the RDF alternative fuel occured mainly in the II period of the process during which the transport of water content was carried out by diffusion. And, to a lesser extent, with the surface heat transfer in II period. Based on the calculated data there was a model determined which presented the best possible matching of the course of moisture content change.

  7. Labeling RDF Graphs for Linear Time and Space Querying

    Science.gov (United States)

    Furche, Tim; Weinzierl, Antonius; Bry, François

    Indices and data structures for web querying have mostly considered tree shaped data, reflecting the view of XML documents as tree-shaped. However, for RDF (and when querying ID/IDREF constraints in XML) data is indisputably graph-shaped. In this chapter, we first study existing indexing and labeling schemes for RDF and other graph datawith focus on support for efficient adjacency and reachability queries. For XML, labeling schemes are an important part of the widespread adoption of XML, in particular for mapping XML to existing (relational) database technology. However, the existing indexing and labeling schemes for RDF (and graph data in general) sacrifice one of the most attractive properties of XML labeling schemes, the constant time (and per-node space) test for adjacency (child) and reachability (descendant). In the second part, we introduce the first labeling scheme for RDF data that retains this property and thus achieves linear time and space processing of acyclic RDF queries on a significantly larger class of graphs than previous approaches (which are mostly limited to tree-shaped data). Finally, we show how this labeling scheme can be applied to (acyclic) SPARQL queries to obtain an evaluation algorithm with time and space complexity linear in the number of resources in the queried RDF graph.

  8. BigSR: an empirical study of real-time expressive RDF stream reasoning on modern Big Data platforms

    OpenAIRE

    Ren, Xiangnan; Curé, Olivier; Naacke, Hubert; Xiao, Guohui

    2018-01-01

    The trade-off between language expressiveness and system scalability (E&S) is a well-known problem in RDF stream reasoning. Higher expressiveness supports more complex reasoning logic, however, it may also hinder system scalability. Current research mainly focuses on logical frameworks suitable for stream reasoning as well as the implementation and the evaluation of prototype systems. These systems are normally developed in a centralized setting which suffer from inherent limited scalability,...

  9. PENYIMPANAN INFORMASI DENGAN RDF

    Directory of Open Access Journals (Sweden)

    Atmoko Nugroho

    2013-01-01

    Full Text Available Basis data merupakan hal penting dalam suatu sistem. Tanpa keberadaannya suatu sistem tidak akan mempunyai tempat penyimpanan informasi. SQL adalah salah satu contoh basis data yang banyak digunakan. Meskipun saat ini sudah mulai bergeser ke arah bentuk XML. Penggalian informasi adalah sangat penting. Yang dapat mempunyai informasi yang beragam. Tapi dalam beberapa basis data, informasi yang beragam tidak selalu dapat disajikan. Dalam web, khususnya semantic web, konsep XML lebih banyak digunakan. Semantic web menyajikan konsep dari web untuk masa depan, dimana informasi dapat diperoleh satu dengan lainnya, digunakan dan ditambahkan menggunakan URI. Hal ini merupakan konsep dasar dari RDF, berdasarkan suatu tempat referensi dalam dunia internet. RDQL adalah suatu query dalam RDF, yang konsepnya sama dengan basis data lainnya.

  10. Test firing and emissions analysis of densified RDF (d-RDF) in a small power boiler

    International Nuclear Information System (INIS)

    Olson, B.A.; Chehaske, J.T.; Meadows, F.; Owens, H.J.; Yoest, H.H.

    1991-01-01

    A test program to determine the feasibility of burning densified refuse-derived fuel in a small power boiler has been successfully completed. The first phase of the contract entailed assembly and assessment of information on d-RDF combustion from other studies, compilation of existing and proposed regulations for the seven sponsoring Great Lakes states: Illinois, Indiana, Iowa, Michigan, Minnesota, Ohio, and Wisconsin, location of d-RDF and waste paper pellet manufacturers in the region, and fuel supply/test site selection. The second phase entailed conducting test burns with two types of d-RDF composed of municipal solid waste (MSW) and one type of d-RDF composed of waste cardboard. The tests were conducted at a small boiler located at Dordt College in Sioux Center, Iowa. The boiler is not equipped with any pollution control equipment and the emission measurements therefore represent those from an uncontrolled source. Results demonstrated that a particulate control system is required to meet the standard set by Iowa for less than 0.6 lbs particulate matter per million BTU heat input. With the planned addition of a baghouse system for control, the facility should meet all existing State limits for emissions levels. Air toxics concentrations including metals, dioxins, furans, and PCBs were low relative to other municipal waste combustors and will be further reduced after installation of baghouse filter equipment. The key remaining concerns relate to the acceptable level of HCl emissions which are a strong function of the plastic content of fuel raw material and SO 2 which varies widely with fuel raw material composition

  11. Knowledge represented using RDF semantic network in the concept of semantic web

    Energy Technology Data Exchange (ETDEWEB)

    Lukasova, A., E-mail: alena.lukasova@osu.cz; Vajgl, M., E-mail: marek.vajgl@osu.cz; Zacek, M., E-mail: martin.zacek@osu.cz [Department of Informatics and Computers, Faculty of Science, University of Ostrava 30. dubna 22, 701 03 Ostrava, Czech Republic http://prf.osu.eu/kip/ (Czech Republic)

    2016-06-08

    The RDF(S) model has been declared as the basic model to capture knowledge of the semantic web. It provides a common and flexible way to decompose composed knowledge to elementary statements, which can be represented by RDF triples or by RDF graph vectors. From the logical point of view, elements of knowledge can be expressed using at most binary predicates, which can be converted to RDF-triples or graph vectors. However, it is not able to capture implicit knowledge representable by logical formulas. This contribution shows how existing approaches (semantic networks and clausal form logic) can be combined together with RDF to obtain RDF-compatible system with ability to represent implicit knowledge and inference over knowledge base.

  12. Knowledge represented using RDF semantic network in the concept of semantic web

    International Nuclear Information System (INIS)

    Lukasova, A.; Vajgl, M.; Zacek, M.

    2016-01-01

    The RDF(S) model has been declared as the basic model to capture knowledge of the semantic web. It provides a common and flexible way to decompose composed knowledge to elementary statements, which can be represented by RDF triples or by RDF graph vectors. From the logical point of view, elements of knowledge can be expressed using at most binary predicates, which can be converted to RDF-triples or graph vectors. However, it is not able to capture implicit knowledge representable by logical formulas. This contribution shows how existing approaches (semantic networks and clausal form logic) can be combined together with RDF to obtain RDF-compatible system with ability to represent implicit knowledge and inference over knowledge base.

  13. Evaluating SPARQL queries on massive RDF datasets

    KAUST Repository

    Al-Harbi, Razen

    2015-08-01

    Distributed RDF systems partition data across multiple computer nodes. Partitioning is typically based on heuristics that minimize inter-node communication and it is performed in an initial, data pre-processing phase. Therefore, the resulting partitions are static and do not adapt to changes in the query workload; as a result, existing systems are unable to consistently avoid communication for queries that are not favored by the initial data partitioning. Furthermore, for very large RDF knowledge bases, the partitioning phase becomes prohibitively expensive, leading to high startup costs. In this paper, we propose AdHash, a distributed RDF system which addresses the shortcomings of previous work. First, AdHash initially applies lightweight hash partitioning, which drastically minimizes the startup cost, while favoring the parallel processing of join patterns on subjects, without any data communication. Using a locality-aware planner, queries that cannot be processed in parallel are evaluated with minimal communication. Second, AdHash monitors the data access patterns and adapts dynamically to the query load by incrementally redistributing and replicating frequently accessed data. As a result, the communication cost for future queries is drastically reduced or even eliminated. Our experiments with synthetic and real data verify that AdHash (i) starts faster than all existing systems, (ii) processes thousands of queries before other systems become online, and (iii) gracefully adapts to the query load, being able to evaluate queries on billion-scale RDF data in sub-seconds. In this demonstration, audience can use a graphical interface of AdHash to verify its performance superiority compared to state-of-the-art distributed RDF systems.

  14. A Compact In-Memory Dictionary for RDF data

    NARCIS (Netherlands)

    Bazoubandi, Hamid R.; de Rooij, Steven; Urbani, Jacopo; ten Teije, Annette; van Harmelen, Frank; Bal, Henri

    2015-01-01

    While almost all dictionary compression techniques focus on static RDF data, we present a compact in-memory RDF dictionary for dynamic and streaming data. To do so, we analysed the structure of terms in real-world datasets and observed a high degree of common prefixes. We studied the applicability

  15. Deriving an emergent relational schema from RDF data

    NARCIS (Netherlands)

    Pham, Minh Duc; Passing, Linnea; Erling, Orri; Boncz, Peter

    2015-01-01

    We motivate and describe techniques that allow to detect an "emergent" relational schema from RDF data. We show that on a wide variety of datasets, the found structure explains well over 90% of the RDF triples. Further, we also describe technical solutions to the semantic challenge to give short

  16. Microdata to RDF – Second Edition : Transformation from HTML+Microdata to RDF

    NARCIS (Netherlands)

    I. Hickson; G. Kellogg (Gregg); J. Tennison; I. Herman (Ivan); G. Kellogg (Gregg)

    2014-01-01

    textabstractHTML microdata [MICRODATA] is an extension to HTML used to embed machine-readable data into HTML documents. Whereas the microdata specification describes a means of markup, the output format is JSON. This specification describes processing rules that may be used to extract RDF

  17. RDF SKETCH MAPS - KNOWLEDGE COMPLEXITY REDUCTION FOR PRECISION MEDICINE ANALYTICS.

    Science.gov (United States)

    Thanintorn, Nattapon; Wang, Juexin; Ersoy, Ilker; Al-Taie, Zainab; Jiang, Yuexu; Wang, Duolin; Verma, Megha; Joshi, Trupti; Hammer, Richard; Xu, Dong; Shin, Dmitriy

    2016-01-01

    Realization of precision medicine ideas requires significant research effort to be able to spot subtle differences in complex diseases at the molecular level to develop personalized therapies. It is especially important in many cases of highly heterogeneous cancers. Precision diagnostics and therapeutics of such diseases demands interrogation of vast amounts of biological knowledge coupled with novel analytic methodologies. For instance, pathway-based approaches can shed light on the way tumorigenesis takes place in individual patient cases and pinpoint to novel drug targets. However, comprehensive analysis of hundreds of pathways and thousands of genes creates a combinatorial explosion, that is challenging for medical practitioners to handle at the point of care. Here we extend our previous work on mapping clinical omics data to curated Resource Description Framework (RDF) knowledge bases to derive influence diagrams of interrelationships of biomarker proteins, diseases and signal transduction pathways for personalized theranostics. We present RDF Sketch Maps - a computational method to reduce knowledge complexity for precision medicine analytics. The method of RDF Sketch Maps is inspired by the way a sketch artist conveys only important visual information and discards other unnecessary details. In our case, we compute and retain only so-called RDF Edges - places with highly important diagnostic and therapeutic information. To do this we utilize 35 maps of human signal transduction pathways by transforming 300 KEGG maps into highly processable RDF knowledge base. We have demonstrated potential clinical utility of RDF Sketch Maps in hematopoietic cancers, including analysis of pathways associated with Hairy Cell Leukemia (HCL) and Chronic Myeloid Leukemia (CML) where we achieved up to 20-fold reduction in the number of biological entities to be analyzed, while retaining most likely important entities. In experiments with pathways associated with HCL a generated RDF

  18. CHex: An Efficient RDF Storage and Indexing Scheme for Column-Oriented Databases

    OpenAIRE

    Xin Wang; Shuyi Wang; Pufeng Du; Zhiyong Feng

    2011-01-01

    As increasingly large RDF data sets are being published on the Web, effcient RDF data management has become an essential factor in realizing the Semantic Web vision. However, most existing RDF storage schemes, which are built on top of row-store relational databases, are constrained in terms of efficiency and scalability. Still, the growing popularity of the RDF format used in real-world applications arguably calls for an effort to deal with these drawbacks. In this paper, we propose a novel ...

  19. Exploiting emergent schemas to make RDF systems more efficient

    NARCIS (Netherlands)

    M.-D. Pham (Minh-Duc); P.A. Boncz (Peter)

    2016-01-01

    textabstractWe build on our earlier finding that more than 95 % of the triples in actual RDF triple graphs have a remarkably tabular structure, whose schema does not necessarily follow from explicit metadata such as ontologies, but for which an RDF store can automatically derive by looking at

  20. Exploiting emergent schemas to make RDF systems more efficient

    NARCIS (Netherlands)

    Pham, Minh Duc; Boncz, Peter

    2016-01-01

    We build on our earlier finding that more than 95% of the triples in actual RDF triple graphs have a remarkably tabular structure, whose schema does not necessarily follow from explicit metadata such as ontologies, but for which an RDF store can automatically derive by looking at the data using

  1. Study of toxic metals during combustion of RDF in a fluidized bed pilot

    Energy Technology Data Exchange (ETDEWEB)

    Crujeira, T.; Lopes, H.; Abelha, P.; Sargaco, C.; Goncalves, R.; Freire, M.; Cabrita, I.; Gulyurtlu, I. [DEECA, INETI, Lisbon (Portugal)

    2005-04-01

    The study of the behavior of heavy metals during combustion of refuse-derived fuel (RDF) in a pilot fluidized bed was performed. The results of co-combustion were compared with coal combustion and RDF monocombustion. The amounts of heavy metals retained by the ash were different during co-firing in comparison with monocombustion due to the mechanisms leading to different partitioning of ash. It was verified that heavy metal emissions increased with introduction of RDF, but remained below regulated levels, with the exception of chromium (Cr) and nickel (Ni). For RDF monocombustion the emissions were, however, more severe, especially for cadmium (Cd), lead (Pb), and copper (Cu). This seems to be related not only to larger input amounts, but also to higher volatilisation during monocombustion caused by the presence of higher chlorine and lower sulphur contents in the RDF. Hence, as far as heavy metals are concerned, the utilization of RDF as a co-firing combustible for coal seems to be more environmental favorable than when RDF is fired alone.

  2. cMapper: gene-centric connectivity mapper for EBI-RDF platform.

    Science.gov (United States)

    Shoaib, Muhammad; Ansari, Adnan Ahmad; Ahn, Sung-Min

    2017-01-15

    In this era of biological big data, data integration has become a common task and a challenge for biologists. The Resource Description Framework (RDF) was developed to enable interoperability of heterogeneous datasets. The EBI-RDF platform enables an efficient data integration of six independent biological databases using RDF technologies and shared ontologies. However, to take advantage of this platform, biologists need to be familiar with RDF technologies and SPARQL query language. To overcome this practical limitation of the EBI-RDF platform, we developed cMapper, a web-based tool that enables biologists to search the EBI-RDF databases in a gene-centric manner without a thorough knowledge of RDF and SPARQL. cMapper allows biologists to search data entities in the EBI-RDF platform that are connected to genes or small molecules of interest in multiple biological contexts. The input to cMapper consists of a set of genes or small molecules, and the output are data entities in six independent EBI-RDF databases connected with the given genes or small molecules in the user's query. cMapper provides output to users in the form of a graph in which nodes represent data entities and the edges represent connections between data entities and inputted set of genes or small molecules. Furthermore, users can apply filters based on database, taxonomy, organ and pathways in order to focus on a core connectivity graph of their interest. Data entities from multiple databases are differentiated based on background colors. cMapper also enables users to investigate shared connections between genes or small molecules of interest. Users can view the output graph on a web browser or download it in either GraphML or JSON formats. cMapper is available as a web application with an integrated MySQL database. The web application was developed using Java and deployed on Tomcat server. We developed the user interface using HTML5, JQuery and the Cytoscape Graph API. cMapper can be accessed at

  3. Making RDF Presentable - Integrated Global and Local Semantic Web Browsing

    NARCIS (Netherlands)

    L. Rutledge (Lloyd); J.R. van Ossenbruggen (Jacco); L. Hardman (Lynda)

    2005-01-01

    textabstractThis paper discusses generating document structure from annotated media repositories in a domain-independent manner. This approaches the vision of a universal RDF browser. We start by applying the search-and-browse paradigm established for the WWW to RDF presentation. Furthermore, this

  4. Making RDF presentable: integrated global and local semantic web browsing

    NARCIS (Netherlands)

    L. Rutledge (Lloyd); J.R. van Ossenbruggen (Jacco); L. Hardman (Lynda)

    2005-01-01

    textabstractThis paper discusses generating document structure from annotated media repositories in a domain-independent manner. This approaches the vision of a universal RDF browser. We start by applying the search-and-browse paradigm established for the WWW to RDF presentation. Furthermore, this

  5. Making RDF presentable : integrated global and local semantic web browsing

    NARCIS (Netherlands)

    Rutledge, L.W.; Ossenbruggen, van J.R.; Hardman, H.L.

    2005-01-01

    This paper discusses generating document structure from annotated media repositories in a domain-independent manner. This approaches the vision of a universal RDF browser. We start by applying the search-and-browse paradigm established for the WWW to RDF presentation. Furthermore, this paper adds to

  6. Perspectives and limits for cement kilns as a destination for RDF

    International Nuclear Information System (INIS)

    Genon, G.; Brizio, E.

    2008-01-01

    RDF, the high calorific value fraction of MSW obtained by conventional separation systems, can be employed in technological plants (mainly cement kilns) in order to obtain a useful energy recovery. It is interesting and important to evaluate this possibility within the general framework of waste-to-energy solutions. The solution must be assessed on the basis of different aspects, namely: technological features and clinker characteristics; local atmospheric pollution; the effects of RDF used in cement kilns on the generation of greenhouse gases; the economics of conventional solid fuels substitution and planning perspectives, from the point of view of the destination of RDF and optimal cement kiln policy. The different experiences of this issue throughout Europe are reviewed, and some applications within Italy are also been considered. The main findings of the study are that the use of RDF in cement kilns instead of coal or coke offers environmental benefits in terms of greenhouse gases, while the formation of conventional gaseous pollutants is not a critical aspect. Indeed, the generation of nitrogen oxides can probably be lower because of lower flame temperatures or lower air excess. The presence of chlorinated micro-pollutants is not influenced by the presence of RDF in fuel, whereas depending on the quality of the RDF, some problems could arise compared to the substituted fuel as far as heavy metals are concerned, chiefly the more volatile ones

  7. Perspectives and limits for cement kilns as a destination for RDF.

    Science.gov (United States)

    Genon, G; Brizio, E

    2008-11-01

    RDF, the high calorific value fraction of MSW obtained by conventional separation systems, can be employed in technological plants (mainly cement kilns) in order to obtain a useful energy recovery. It is interesting and important to evaluate this possibility within the general framework of waste-to-energy solutions. The solution must be assessed on the basis of different aspects, namely: technological features and clinker characteristics; local atmospheric pollution; the effects of RDF used in cement kilns on the generation of greenhouse gases; the economics of conventional solid fuels substitution and planning perspectives, from the point of view of the destination of RDF and optimal cement kiln policy. The different experiences of this issue throughout Europe are reviewed, and some applications within Italy are also been considered. The main findings of the study are that the use of RDF in cement kilns instead of coal or coke offers environmental benefits in terms of greenhouse gases, while the formation of conventional gaseous pollutants is not a critical aspect. Indeed, the generation of nitrogen oxides can probably be lower because of lower flame temperatures or lower air excess. The presence of chlorinated micro-pollutants is not influenced by the presence of RDF in fuel, whereas depending on the quality of the RDF, some problems could arise compared to the substituted fuel as far as heavy metals are concerned, chiefly the more volatile ones.

  8. Evaluating SPARQL queries on massive RDF datasets

    KAUST Repository

    Al-Harbi, Razen; Abdelaziz, Ibrahim; Kalnis, Panos; Mamoulis, Nikos

    2015-01-01

    In this paper, we propose AdHash, a distributed RDF system which addresses the shortcomings of previous work. First, AdHash initially applies lightweight hash partitioning, which drastically minimizes the startup cost, while favoring the parallel processing of join patterns on subjects, without any data communication. Using a locality-aware planner, queries that cannot be processed in parallel are evaluated with minimal communication. Second, AdHash monitors the data access patterns and adapts dynamically to the query load by incrementally redistributing and replicating frequently accessed data. As a result, the communication cost for future queries is drastically reduced or even eliminated. Our experiments with synthetic and real data verify that AdHash (i) starts faster than all existing systems, (ii) processes thousands of queries before other systems become online, and (iii) gracefully adapts to the query load, being able to evaluate queries on billion-scale RDF data in sub-seconds. In this demonstration, audience can use a graphical interface of AdHash to verify its performance superiority compared to state-of-the-art distributed RDF systems.

  9. Optimizing RDF Data Cubes for Efficient Processing of Analytical Queries

    DEFF Research Database (Denmark)

    Jakobsen, Kim Ahlstrøm; Andersen, Alex B.; Hose, Katja

    2015-01-01

    data warehouses and data cubes. Today, external data sources are essential for analytics and, as the Semantic Web gains popularity, more and more external sources are available in native RDF. With the recent SPARQL 1.1 standard, performing analytical queries over RDF data sources has finally become...

  10. The R.D.F. gasifier of Florentine area

    Energy Technology Data Exchange (ETDEWEB)

    Barducci, G. [Studio Tecnico di Ingegneria Ambientale, Firenze (Italy)

    1993-12-31

    L.E.G. (Low Energy Gas) from large biomass gasification plants, to be used as a fuel for electricity production, is a suitable means for adding value -- from an energetic point of view -- to the R.D.F. (Refuse Derived Fuel) and to the agricultural and forestry residues. R.D.F. can be converted to a clean gas turbine fuel by gasification that consists in a partial combustion with oxygen or air and steam. In that sense it seems worthwhile to analyze the capacity of a gasifier such as the Greve in Chianti`s recirculating fluidized bed gasifier. The world`s first full-scale R.D.F. gasification plant has been designed in Florence; it is now realized in Greve in Chianti and, at the moment, is starting the industrial management. The plant is designed to gasify 200 t/d of pelletized R.D.F. producing about 17.000/19.000 Nmc/h of low energy gas (LEG) with a net calorific value (NCV) of about 5 MJ/Nmc and a total energy content (at the outlet of the gasifiers) of about 7.5 MJ/Nmc. The produced LEG will be partly burned on site for power production while partly will be cooled, dedusted and transported to the kiln of the adjacent cement factory. The design idea of R.D.F. gasification starts from field of waste treatment and recycling and develops new, advanced technical and economical sinergy with the field of industrial production and electric power generation. The gasification of fuels derived from selected wastes (and/or industrial refuse) and the exploitation of the lean gas produced is the most advanced point in the development of heat conversion processes.

  11. SPANG: a SPARQL client supporting generation and reuse of queries for distributed RDF databases.

    Science.gov (United States)

    Chiba, Hirokazu; Uchiyama, Ikuo

    2017-02-08

    Toward improved interoperability of distributed biological databases, an increasing number of datasets have been published in the standardized Resource Description Framework (RDF). Although the powerful SPARQL Protocol and RDF Query Language (SPARQL) provides a basis for exploiting RDF databases, writing SPARQL code is burdensome for users including bioinformaticians. Thus, an easy-to-use interface is necessary. We developed SPANG, a SPARQL client that has unique features for querying RDF datasets. SPANG dynamically generates typical SPARQL queries according to specified arguments. It can also call SPARQL template libraries constructed in a local system or published on the Web. Further, it enables combinatorial execution of multiple queries, each with a distinct target database. These features facilitate easy and effective access to RDF datasets and integrative analysis of distributed data. SPANG helps users to exploit RDF datasets by generation and reuse of SPARQL queries through a simple interface. This client will enhance integrative exploitation of biological RDF datasets distributed across the Web. This software package is freely available at http://purl.org/net/spang .

  12. Query Optimizations over Decentralized RDF Graphs

    KAUST Repository

    Abdelaziz, Ibrahim; Mansour, Essam; Ouzzani, Mourad; Aboulnaga, Ashraf; Kalnis, Panos

    2017-01-01

    Applications in life sciences, decentralized social networks, Internet of Things, and statistical linked dataspaces integrate data from multiple decentralized RDF graphs via SPARQL queries. Several approaches have been proposed to optimize query

  13. Using RDF to Model the Structure and Process of Systems

    Science.gov (United States)

    Rodriguez, Marko A.; Watkins, Jennifer H.; Bollen, Johan; Gershenson, Carlos

    Many systems can be described in terms of networks of discrete elements and their various relationships to one another. A semantic network, or multi-relational network, is a directed labeled graph consisting of a heterogeneous set of entities connected by a heterogeneous set of relationships. Semantic networks serve as a promising general-purpose modeling substrate for complex systems. Various standardized formats and tools are now available to support practical, large-scale semantic network models. First, the Resource Description Framework (RDF) offers a standardized semantic network data model that can be further formalized by ontology modeling languages such as RDF Schema (RDFS) and the Web Ontology Language (OWL). Second, the recent introduction of highly performant triple-stores (i.e. semantic network databases) allows semantic network models on the order of 109 edges to be efficiently stored and manipulated. RDF and its related technologies are currently used extensively in the domains of computer science, digital library science, and the biological sciences. This article will provide an introduction to RDF/RDFS/OWL and an examination of its suitability to model discrete element complex systems.

  14. Toward a view-oriented approach for aligning RDF-based biomedical repositories.

    Science.gov (United States)

    Anguita, A; García-Remesal, M; de la Iglesia, D; Graf, N; Maojo, V

    2015-01-01

    This article is part of the Focus Theme of METHODS of Information in Medicine on "Managing Interoperability and Complexity in Health Systems". The need for complementary access to multiple RDF databases has fostered new lines of research, but also entailed new challenges due to data representation disparities. While several approaches for RDF-based database integration have been proposed, those focused on schema alignment have become the most widely adopted. All state-of-the-art solutions for aligning RDF-based sources resort to a simple technique inherited from legacy relational database integration methods. This technique - known as element-to-element (e2e) mappings - is based on establishing 1:1 mappings between single primitive elements - e.g. concepts, attributes, relationships, etc. - belonging to the source and target schemas. However, due to the intrinsic nature of RDF - a representation language based on defining tuples -, one may find RDF elements whose semantics vary dramatically when combined into a view involving other RDF elements - i.e. they depend on their context. The latter cannot be adequately represented in the target schema by resorting to the traditional e2e approach. These approaches fail to properly address this issue without explicitly modifying the target ontology, thus lacking the required expressiveness for properly reflecting the intended semantics in the alignment information. To enhance existing RDF schema alignment techniques by providing a mechanism to properly represent elements with context-dependent semantics, thus enabling users to perform more expressive alignments, including scenarios that cannot be adequately addressed by the existing approaches. Instead of establishing 1:1 correspondences between single primitive elements of the schemas, we propose adopting a view-based approach. The latter is targeted at establishing mapping relationships between RDF subgraphs - that can be regarded as the equivalent of views in traditional

  15. RCQ-GA: RDF Chain Query Optimization Using Genetic Algorithms

    Science.gov (United States)

    Hogenboom, Alexander; Milea, Viorel; Frasincar, Flavius; Kaymak, Uzay

    The application of Semantic Web technologies in an Electronic Commerce environment implies a need for good support tools. Fast query engines are needed for efficient querying of large amounts of data, usually represented using RDF. We focus on optimizing a special class of SPARQL queries, the so-called RDF chain queries. For this purpose, we devise a genetic algorithm called RCQ-GA that determines the order in which joins need to be performed for an efficient evaluation of RDF chain queries. The approach is benchmarked against a two-phase optimization algorithm, previously proposed in literature. The more complex a query is, the more RCQ-GA outperforms the benchmark in solution quality, execution time needed, and consistency of solution quality. When the algorithms are constrained by a time limit, the overall performance of RCQ-GA compared to the benchmark further improves.

  16. Molecular Formula and Molecular Weight - NBDC NikkajiRDF | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available List Contact us NBDC NikkajiRDF Molecular Formula and Molecular Weight Data detail Data name Molecular Formula and Molecul...- Description of data contents This RDF data includes molecular formula and molecular weight of chemical sub...ikkajiRDF_MFMW.tar.gz File size: 404 MB Simple search URL - Data acquisition method The data was converted from data of molecul...ar formulas and molecular weights in Basic Information ( http://dbarchive.biosciencedbc.j... Policy | Contact Us Molecular Formula and Molecular Weight - NBDC NikkajiRDF | LSDB Archive ...

  17. Anaerobic digestion of organic waste in RDF process - an initial investigation

    International Nuclear Information System (INIS)

    Khaironie Mohd Takip; Muhd Noor Muhd Yunus; Mohamad Puad Abu

    2004-01-01

    Disposing of municipal solid waste (MSW) into a landfill is a method of the past and creates the negative environmental impact. Growing awareness of this negative impact induced the development of Refuse Derived Fuel (RDF) from MSW RDF is not simply converting waste into energy but also enable waste to be recycled into heat and power. However, during the production of RDF, there are some spillages or rejects consist of organic fraction that still can be recovered. One of the options to treat these wastes is by biological treatment, the anaerobic digestion (AD). AD process could occur either naturally or in a controlled environment such as a biogas plant. The process produces a flammable gas known as biogas that can be used for processing heating, power generation, and in internal combustion engines. In general, the process provides not only pollution prevention but can also convert a disposal problem into a new profit centre. This paper will highlight the use of anaerobic technology to treat rejects derived from the RDF production process. (Author)

  18. Generation of Test Questions from RDF Files Using PYTHON and SPARQL

    Science.gov (United States)

    Omarbekova, Assel; Sharipbay, Altynbek; Barlybaev, Alibek

    2017-02-01

    This article describes the development of the system for the automatic generation of test questions based on the knowledge base. This work has an applicable nature and provides detailed examples of the development of ontology and implementation the SPARQL queries in RDF-documents. Also it describes implementation of the program generating questions in the Python programming language including the necessary libraries while working with RDF-files.

  19. Design and evaluation of a NoSQL database for storing and querying RDF data

    Directory of Open Access Journals (Sweden)

    Kanda Runapongsa Saikaew

    2014-12-01

    Full Text Available Currently the amount of web data has increased excessively. Its metadata is widely used in order to fully exploit web information resources. This causes the need for Semantic Web technology to quickly analyze such big data. Resource Description Framework (RDF is a standard for describing web resources. In this paper, we propose a method to exploit a NoSQL database, specifically MongoDB, to store and query RDF data. We choose MongoDB to represent a NoSQL database because it is one of the most popular high-performance NoSQL databases. We evaluate the proposed design and implementation by using the Berlin SPARQL Benchmark, which is one of the most widely accepted benchmarks for comparing the performance of RDF storage systems. We compare three database systems, which are Apache Jena TDB (native RDF store, MySQL (relational database, and our proposed system with MongoDB (NoSQL database. Based on the experimental results analysis, our proposed system outperforms other database systems for most queries when the data set size is small. However, for a larger data set, MongoDB performs well for queries with simple operators while MySQL offers an efficient solution for complex queries. The result of this work can provide some guideline for choosing an appropriate RDF database system and applying a NoSQL database in storing and querying RDF data.

  20. Transitioning from XML to RDF: Considerations for an effective move towards Linked Data and the Semantic Web

    Directory of Open Access Journals (Sweden)

    Juliet L. Hardesty

    2016-04-01

    Full Text Available Metadata, particularly within the academic library setting, is often expressed in eXtensible Markup Language (XML and managed with XML tools, technologies, and workflows. Managing a library’s metadata currently takes on a greater level of complexity as libraries are increasingly adopting the Resource Description Framework (RDF. Semantic Web initiatives are surfacing in the library context with experiments in publishing metadata as Linked Data sets and also with development efforts such as BIBFRAME and the Fedora 4 Digital Repository incorporating RDF. Use cases show that transitions into RDF are occurring in both XML standards and in libraries with metadata encoded in XML. It is vital to understand that transitioning from XML to RDF requires a shift in perspective from replicating structures in XML to defining meaningful relationships in RDF. Establishing coordination and communication among these efforts will help as more libraries move to use RDF, produce Linked Data, and approach the Semantic Web.

  1. An Adaptive SPARQL Engine with Dynamic Partitioning for Distributed RDF Repositories

    KAUST Repository

    Ibrahim, Yasser E.

    2012-07-01

    The tremendous increase in the semantic data is driving the demand for efficient query engines. RDF data being generated at an unprecedented rate introduces a storage, indexing, and querying challenge. Due to the size of the data and the federated nature of the semantic web, it is in many cases impractical to assume a central repository, and more attention is being given to distributed RDF stores. This work is motivated by two major drawbacks of current solutions: 1) pre-processing part is very expensive and takes prohibitively long time for large datasets, and 2) current distributed systems assume that a static partitioning of the data should perform well for all kinds of queries, and do not consider fluctuations in the queryload. In this paper we propose PHD-Store, an in-memory SPARQL engine for distributed RDF repositories. Our system does not assume any particular initial placement of the data and does not require pre-processing before running the first query. It analyzes incoming queries and adjusts data placement dynamically in such a way that communication among repositories is minimized for future queries. To achieve this flexibility, frequent query patterns are detected, and data are redistributed through a Propagating Hash Distribution (PHD) algorithm to ensure optimal placement for frequent query patterns. Our experiments with large RDF graphs verify that PHD-Store scales well and executes complex queries more efficiently than existing systems.

  2. Genetic algorithms for RDF chain query optimization

    NARCIS (Netherlands)

    Hogenboom, A.C.; Milea, D.V.; Frasincar, F.; Kaymak, U.; Calders, T.; Tuyls, K.; Pechenizkiy, M.

    2009-01-01

    The application of Semantic Web technologies in an Electronic Commerce environment implies a need for good support tools. Fast query engines are required for efficient real-time querying of large amounts of data, usually represented using RDF. We focus on optimizing a special class of SPARQL

  3. Publishing E-RDF linked data for many agents by single third-party server

    DEFF Research Database (Denmark)

    Wang, Dongsheng; Zhang, Yongyuan; Wang, Zhengjun

    2017-01-01

    do not have the ability or do not want to make an additional effort to publish linked data. Thus, for agents who are willing to open part of their data but do not want to make an effort, the task can be undertaken by a professional third-party server (together with professional experts......) that publishes linked data for these agents. Consequently, when a single third-party server is on behalf of multiple agents, it is also responsible to organize these multiple-source URIs (data) in a systematic way to make them referable, satisfying the 4-star data principles, as well as protect the confidential...... data. For validation, we implement a prototype system as a third-party server that publishes linked data for a number of agents. It demonstrates well-organized 5-star linked data plus E-RDF and shows the additional advantages of data integration and interlinking among agents....

  4. The Analysis of RDF Semantic Data Storage Optimization in Large Data Era

    Science.gov (United States)

    He, Dandan; Wang, Lijuan; Wang, Can

    2018-03-01

    With the continuous development of information technology and network technology in China, the Internet has also ushered in the era of large data. In order to obtain the effective acquisition of information in the era of large data, it is necessary to optimize the existing RDF semantic data storage and realize the effective query of various data. This paper discusses the storage optimization of RDF semantic data under large data.

  5. Combining Vertex-centric Graph Processing with SPARQL for Large-scale RDF Data Analytics

    KAUST Repository

    Abdelaziz, Ibrahim

    2017-06-27

    Modern applications, such as drug repositioning, require sophisticated analytics on RDF graphs that combine structural queries with generic graph computations. Existing systems support either declarative SPARQL queries, or generic graph processing, but not both. We bridge the gap by introducing Spartex, a versatile framework for complex RDF analytics. Spartex extends SPARQL to support programs that combine seamlessly generic graph algorithms (e.g., PageRank, Shortest Paths, etc.) with SPARQL queries. Spartex builds on existing vertex-centric graph processing frameworks, such as Graphlab or Pregel. It implements a generic SPARQL operator as a vertex-centric program that interprets SPARQL queries and executes them efficiently using a built-in optimizer. In addition, any graph algorithm implemented in the underlying vertex-centric framework, can be executed in Spartex. We present various scenarios where our framework simplifies significantly the implementation of complex RDF data analytics programs. We demonstrate that Spartex scales to datasets with billions of edges, and show that our core SPARQL engine is at least as fast as the state-of-the-art specialized RDF engines. For complex analytical tasks that combine generic graph processing with SPARQL, Spartex is at least an order of magnitude faster than existing alternatives.

  6. Perspectives for pilot scale study of RDF in Istanbul, Turkey

    International Nuclear Information System (INIS)

    Kara, Mustafa; Guenay, Esin; Tabak, Yasemin; Yildiz, Senol

    2009-01-01

    Municipal solid waste (MSW) is one of the most important environmental problems arising from rapid urbanization and industrialization. The use of alternative fuels in rotary kilns of cement plants is very important for reducing cost, saving fossil fuels and also eliminating waste materials, accumulated during production or after using these materials. Cement industries has an important potential for supplying preferable solutions to the waste management. Energy recovery from waste is also important for the reduction of CO 2 emissions. This paper presents an investigation of the development of refuse derived fuel (RDF) materials from non-recycling wastes and the determination of its potential use as an alternative fuel in cement production in Istanbul, Turkey. RDF produced from MSW was analyzed and its effects on cement production process were examined. For this purpose, the produced RDF was mixed with the main fuel (LPG) in ratios of 0%, 5%, 10%, 15% and 20%. Then chemical and mineralogical analyses of the produced clinker were carried out. It is believed that successful results of this study will be a good example for municipalities and cement industries in order to achieve both economic and environmental benefits.

  7. A preliminary evaluation of a combined tire- and refuse-derived fuel (TDF-RDF)

    Energy Technology Data Exchange (ETDEWEB)

    Stessel, R.I.; Amari, T.; Themelis, N.J.; Wearnick, I.K.

    1999-07-01

    In dense urban areas of the US, it is now becoming clear that waste management is far from economically-optimum. Even with the popularity of inexpensive land disposal, hauling and recycling costs are driving up the average waste bill. An historic option has been refuse-derived fuel, or RDF. Difficulties included low energy content and difficulty obtaining uniformity. Today, many resource-recovery technologies used in RDF are finding their way into materials recovery facilities (MRFs), some of which are reviving the automated processing of waste. Any MRF, automated or not, will have residue streams. Currently, one of the most significant problems is waste tires. Local options are difficult to locate in dense urban areas. As fuels, tires typically have energy contents considerably above those for which most solid-fuel combustors are designed, leading to thermal imbalances and various forms of failure. This paper suggests a new fuel that can be either co-fired with coal, or used in its own right in a combustor primarily designed for coal: TDF-RDF. A preliminary examination is undertaken of thermal and emissions characteristics, and possible costs for a few applications of the fuel. Immediately, TDF is already cleaner-burning than many coals, even in sulfur emissions. RDF has been widely-regarded as being similarly cleanly. Posited MRF residue streams should be still cleaner, and more consistent, than RDF. Overall, there is quite a potential for developing a fuel that would allow old coal powerplants in historic urban centers to be better neighbors, while helping with a few problems in municipal waste management.

  8. A Fast and Simple Graph Kernel for RDF

    NARCIS (Netherlands)

    de Vries, G.K.D.; de Rooij, S.

    2013-01-01

    In this paper we study a graph kernel for RDF based on constructing a tree for each instance and counting the number of paths in that tree. In our experiments this kernel shows comparable classification performance to the previously introduced intersection subtree kernel, but is significantly faster

  9. Production and characterization refuse derived fuel (RDF) from high organic and moisture contents of municipal solid waste (MSW)

    Science.gov (United States)

    Dianda, P.; Mahidin; Munawar, E.

    2018-03-01

    Many cities in developing countries is facing a serious problems to dealing with huge municipal solid waste (MSW) generated. The main approach to manage MSW is causes environmental impact associated with the leachate and landfill gas emissions. On the other hand, the energy available also limited by rapid growth of population and economic development due to shortage of the natural resource. In this study, the potential utilized of MSW to produce refuse derived fuel (RDF) was investigate. The RDF was produced with various organic waste content. Then, the RDF was subjected to laboratory analysis to determine its characteristic including the calorific value. The results shows the moisture content was increased by increasing organic waste content, while the calorific value was found 17-36 MJ/kg. The highest calorific value was about 36 MJ/kg obtained at RDF with 40% organic waste content. This results indicated that the RDF can be use to substitute coal in main burning process and calcinations of cement industry.

  10. Separation of harmful impurities from refuse derived fuels (RDF) by a fluidized bed.

    Science.gov (United States)

    Krüger, B; Mrotzek, A; Wirtz, S

    2014-02-01

    In firing systems of cement production plants and coal-fired power plants, regular fossil fuels are increasingly substituted by alternative fuels. Rising energy prices and ambitious CO2-reduction goals promote the use of alternative fuels as a significant contribution to efficient energy recovery. One possibility to protect energy resources are refuse-derived fuels (RDF), which are produced during the treatment of municipal solid, commercial and industrial waste. The waste fractions suitable for RDF have a high calorific value and are often not suitable for material recycling. With current treatment processes, RDF still contains components which impede the utilization in firing systems or limit the degree of substitution. The content of these undesired components may amount to 4 wt%. These, in most cases incombustible particles which consist of mineral, ceramic and metallic materials can cause damages in the conveying systems (e. g. rotary feeder) or result in contaminations of the products (e. g. cement, chalk). Up-to-date separation processes (sieve machine, magnet separator or air classifier) have individual weaknesses that could hamper a secure separation of these particles. This article describes a new technology for the separation of impurities from refuse derived fuels based on a rotating fluidized bed. In this concept a rotating motion of the particle bed is obtained by the tangential injection of the fluidization gas in a static geometry. The RDF-particles experience a centrifugal force which fluidized the bed radially. The technical principle allows tearing up of particle clusters to single particles. Radially inwards the vertical velocity is much lower thus particles of every description can fall down there. For the subsequent separation of the particles by form and density an additionally cone shaped plate was installed in the centre. Impurities have a higher density and a compact form compared to combustible particles and can be separated with a high

  11. Potential to cofire high-sulfur coal and MSW/RDF in Illinois utility boilers: A survey and analysis

    International Nuclear Information System (INIS)

    South, D.W.

    1993-01-01

    The disposal of refuse is of ever-increasing concern for municipalities and other organizations and agencies throughout the United States. Disposal in landfills is becoming more costly, and new landfills are more difficult to site because of stricter environmental regulations. Mass burning incinerators for municipal solid wastes (MSW) have also met with increased public resistance due to excessive emissions. Nevertheless, increased awareness of the need for alternative disposal techniques has led to a new interest in cofiring MSW with coal. In addition to solid waste concerns, the requirements to reduce SO 2 and NO x emissions from coal-fired utility boilers in the Clean Air Act Amendments of 1990, present an opportunity to cofire MSW/RDF with coal as an emission control measure. These issues were the impetus for a 1992 study (conducted by ANL for the Illinois Clean Coal Institute) to examine the potential to cofire coal with MSW/RDF in Illinois utility boilers. This paper will provide a synopsis of the ANL/ICCI report. It will summarize (1) the combustibility and emission characteristics of high-sulfur coal and MSW/RDF; (2) the facilities firing RDF and/or producing/selling RDF, together with their combustion and emissions experience; (3) the applicable emissions regulations in Illinois; and (4) the analysis of candidate utility boilers in Illinois capable of cofiring, together with the effect on coal consumption and SO 2 and NO x emissions that would result from 20% cofiring with RDF/MSW

  12. Assessment of d-RDF processing costs

    International Nuclear Information System (INIS)

    1993-01-01

    The objectives of the project are:- to define on optimum process flowline for the production of a densified (a hard pellet) form of refuse derived fuel, d-RDF, which includes an aerobic composting module and a non-ferrous metal module; to produce capital and operating cost data; to develop a computer model for economic analysis of the systems; and to develop a computer model for the economic analysis the system with the addition of an Anaerobic Digestion module. (author)

  13. Data mapping for transformation from RDB schema to RDF schema

    International Nuclear Information System (INIS)

    Malik, K.R.

    2015-01-01

    In this paper, we discussed the data mapping for transformation from relational database (RDB) schema to resource description frame (RDF) Schema. During transformation process between these two schemas, weaknesses like compatibility issues, update query and complexity in relationships are generated. We proposed an approach to overcome these issues particularly when data is transformed from RDB to RDF for semantic web applications, As, for evolving data keeping changes intact is hard and difficult to sustain. Main focus of this study is to map up common features found in both data models of RDB and Semantic Web (SW) based schemas using either form of XML as an intermediate which will help in improving transformation results. These data mappings can further help in gaining better compatibility options for data transformation. (author)

  14. Characterisation of major component leaching and buffering capacity of RDF incineration and gasification bottom ash in relation to reuse or disposal scenarios

    NARCIS (Netherlands)

    Rocca, S.; Zomeren, van A.; Costa, G.; Dijkstra, J.J.; Comans, R.N.J.; Lombardi, F.

    2012-01-01

    Thermal treatment of refuse derived fuel (RDF) in waste-to-energy (WtE) plants is considered a promising solution to reduce waste volumes for disposal, while improving material and energy recovery from waste. Incineration is commonly applied for the energetic valorisation of RDF, although RDF

  15. RDFBuilder: a tool to automatically build RDF-based interfaces for MAGE-OM microarray data sources.

    Science.gov (United States)

    Anguita, Alberto; Martin, Luis; Garcia-Remesal, Miguel; Maojo, Victor

    2013-07-01

    This paper presents RDFBuilder, a tool that enables RDF-based access to MAGE-ML-compliant microarray databases. We have developed a system that automatically transforms the MAGE-OM model and microarray data stored in the ArrayExpress database into RDF format. Additionally, the system automatically enables a SPARQL endpoint. This allows users to execute SPARQL queries for retrieving microarray data, either from specific experiments or from more than one experiment at a time. Our system optimizes response times by caching and reusing information from previous queries. In this paper, we describe our methods for achieving this transformation. We show that our approach is complementary to other existing initiatives, such as Bio2RDF, for accessing and retrieving data from the ArrayExpress database. Copyright © 2013 Elsevier Ireland Ltd. All rights reserved.

  16. Aplicación del modelo de datos RDF en las colecciones digitales de bibliotecas, archivos y museos de España

    Directory of Open Access Journals (Sweden)

    Sulé, Andreu

    2016-03-01

    Full Text Available The article discusses how and to what extent the RDF data model is applied in major Spanish digital collections of heritage materials. This model, as well as Open Data and Linked Data initiatives, are introduced. Fifty-one digital repositories were analysed to determine whether they expressed their records in RDF, offered SPARQL query points searchable by external agents, and used references as property values. The Europeana EDM and OntoWeb models are also described. It is concluded that the use of RDF is unequal and excessively conditioned by the use of applications that automatically convert records into RDF triples. Few of the collections analysed give SPARQL points for external queries. Also, the use of references is linked to applications using different models: EDM or OntoWeb. Collections should enrich their data and define aggregation levels for generated RDF data in order to be disseminated, made accessible, and adapted to the semantic web.Se analiza cómo y en qué grado se aplica el modelo RDF en las principales colecciones digitales españolas de materiales patrimoniales. Se introduce este modelo y también las iniciativas de Datos Abiertos y Datos Enlazados. A continuación se examinan 51 repositorios digitales y de cada uno de ellos se determina si expresan sus registros en RDF, ofrecen un punto de consulta SPARQL consultable por agentes externos y si usan referencias como valor de las propiedades. A partir de los resultados se describen los modelos EDM de Europeana y OntoWeb. Se concluye que la aplicación de RDF es desigual, demasiado condicionada al uso de aplicaciones que convierten automáticamente los registros en tripletas RDF, que se dan pocos puntos SPARQL para la consulta externa y que el empleo de referencias se vincula al uso de aplicaciones con diferentes modelos: EDM u OntoWeb. Se recomienda que las colecciones han de enriquecer sus datos y determinar niveles de agregación de los datos RDF generados para difundirse

  17. Potensi Material Sampah Combustible pada Zona Pasif TPA Jatibarang Semarang sebagai Bahan Baku RDF (Refuse Derived Fuel

    Directory of Open Access Journals (Sweden)

    Irma Natasya Hutabarat

    2018-03-01

    Full Text Available Abstrak: Peningkatan jumlah timbulan sampah menyebabkan meningkatnya kebutuhan lahan pada TPA Jatibarang. Untuk menghindari terjadinya kekurangan lahan perlu dilakukan penanganan pada sampah yakni dengan mengubah sampah menjadi sumber energi seperti bahan baku RDF (Refused Derived Fuel. RDF merupakan salah satu teknik penanganan sampah dengan mengubah sampah menjadi sesuatu yang bermanfaat yaitu bahan bakar. Sampah tersebut dapat dimanfaatkan menjadi bahan baku RDF dengan cara menganalisis nilai kalor yang dihasilkan. Untuk menganalisis nilai kalor pada sampah combustible zona pasif TPA Jatibarang dapat dilakukan dengan cara pengujian sampel sebanyak 100 gram dengan alat bom kalorimeter. Sampel tersebut diambil pada kedalaman 0-3 m dengan metode random sampling. Kemudian akan didapat nilai kalor tinggi yang dihasilkan sampel tersebut. Nilai Kalor Tinggi yang dihasilkan sampel tersebut sebesar 5,25 kkal/ton pada kedalaman 0-1 m, 5,76 kkal/ton pada kedalaman 1-2 m dan 6,31 kkal/ton pada kedalaman 2-3 m. Nilai kalor tinggi yang dihasilkan sampah combustible tersebut menunjukkan bahwa semakin rendah kedalaman sampah maka akan semakin tinggi nilai kalor yang dihasilkan dan sampah tersebut berpotensi sebagai bahan baku RDF.

  18. DisGeNET-RDF: harnessing the innovative power of the Semantic Web to explore the genetic basis of diseases.

    Science.gov (United States)

    Queralt-Rosinach, Núria; Piñero, Janet; Bravo, Àlex; Sanz, Ferran; Furlong, Laura I

    2016-07-15

    DisGeNET-RDF makes available knowledge on the genetic basis of human diseases in the Semantic Web. Gene-disease associations (GDAs) and their provenance metadata are published as human-readable and machine-processable web resources. The information on GDAs included in DisGeNET-RDF is interlinked to other biomedical databases to support the development of bioinformatics approaches for translational research through evidence-based exploitation of a rich and fully interconnected linked open data. http://rdf.disgenet.org/ support@disgenet.org. © The Author 2016. Published by Oxford University Press.

  19. A Prototype for an e-Recruitment Platform using Semantic Web Technologies

    Directory of Open Access Journals (Sweden)

    Mihaela-Irina ENACHESCU

    2016-01-01

    Full Text Available Nowadays, the continuous demand for qualified candidates in the IT domain has empowered the use of e-Recruitment tools, which are becoming more and more exploited at the expense of the traditional methods. This study focuses on the use of ontologies in developing a job recommender system, which helps to automatically match job offers with the candidates' profiles and in reverse. In order to design the IT e-Recruitment ontology we have gathered a list with all the features a platform of this kind should provide, for both the job seeker and the recruiter. Based on the selected requirements, we developed the ontology that offers all the necessary means to implement such a job recommender system, designed to connect people with job opportunities and backwards. The second part of the paper proposes a Java based architecture to implement the e-Recruitment platform. To convert the users' input into RDF description, RDF2Go and RDFBeans APIs are employed. Storing and retrieving the data make use of the Jena Framework, which provides dedicated interfaces for accessing the Fuseki2 Server over HTTP. Finally, the prototype of the e-Recruitment platform is presented, together with its core functionalities.

  20. An Adaptive SPARQL Engine with Dynamic Partitioning for Distributed RDF Repositories

    KAUST Repository

    Ibrahim, Yasser E.

    2012-01-01

    nature of the semantic web, it is in many cases impractical to assume a central repository, and more attention is being given to distributed RDF stores. This work is motivated by two major drawbacks of current solutions: 1) pre-processing part is very

  1. Wikipedia Infobox Temporal RDF Knowledge Base and Indices

    OpenAIRE

    Song, Aige

    2015-01-01

    As real world evolves, Infoboxes for Wikipedia subjects are updated to reflect the information changes in the real world, and there is a growing interest in the evolution history of subjects in the Wikipedia. Thus, the management of historical information and the efficiencies of queries for these temporal information have become the major concern. In this paper, we introduce the Wikipedia Infobox temporal RDF knowledge base that constructed from the Wikipedia Infobox history dump, and evaluat...

  2. An emissions audit from a chain-grate stoker burning d-RDF

    International Nuclear Information System (INIS)

    Jackson, P.M.; King, P.G.

    1993-01-01

    This report describes the Emissions Audit carried out on a chain-grate stoker shell boiler burning dRDF at the Senior Foster Wheeler test facility in Wakefield to provide design data for gas cleaning equipment. Sampling was therefore performed in the absence of any abatement equipment other than a standard cyclonic grit arrestor. The chain-grate stoker boiler was tested at two steam loads: 40% MCR to represent low load and, 80% MCR to represent high steam load. Acid gas concentrations in the flue gas were unacceptable. The dominant gas being HCl at 850-1000mgm -3 for both tests, was considerably higher than the guideline for new plant of 50mgm -3 . HF was also measured at concentrations in excess of the guidance value. It will be necessary to install acid gas scrubbing equipment before dRDF will be acceptable as a fuel. SO 2 and NO x were both present in measurable concentrations but under current guidance were no cause for concern. (author)

  3. The Novel Design and Manufacturing Technology of Densified RDF from Reclaimed Landfill without a Mixing Binding Agent Using a Hydraulic Hot Pressing Machine

    Directory of Open Access Journals (Sweden)

    Kerdsuwan Somrat

    2016-01-01

    Full Text Available The manufacturing of RDF (Refuse Derived Fuel from a conventional cold press extrusion machine is not suitable for producing RDF from reclaimed landfill since it is not identical in shape and form after production due to the swelling of the plastic fraction contained inside the reclaimed landfill and hence needs a very high compression force. Moreover, a binder agent is needed in order to keep the RDF in a similar shape and form. A novel design and manufacturing technology for a hydraulic hot pressing machine has been established and can produce high-quality RDF without any binder. The two electrical heaters are installed at the inner core and on the surface of the mold. The compression force on the mold is performed by a hydraulic jack. In addition, a newly-designed locking plate system which is designed by a slider to open and close along the paired horizontal slots, can reduce the cycle time of the manufacturing process and yield higher productivity. The testing properties of the RDF produced by the novel hydraulic hot pressing machine include the examination of size, shape, weight, unit density, bulk density, compression strength, moisture content, and heating value. The results showed that the RDF is suitable to be used as feedstock in an incinerator or gasifier to produce green and clean energy from reclaimed landfill.

  4. TripleCloud: An Infrastructure for Exploratory Querying over Web-Scale RDF Data

    NARCIS (Netherlands)

    Gueret, C.D.M.; Kotoulas, S.; Groth, P.T.

    2011-01-01

    As the availability of large scale RDF data sets has grown, there has been a corresponding growth in researchers' and practitioners' interest in analyzing and investigating these data sets. However, given their size and messiness, there is significant overhead in setting up the infrastructure to

  5. CMD2RDF: Building a Bridge from CLARIN to Linked Open Data

    NARCIS (Netherlands)

    Windhouwer, M.; Indarto, E.; Broeder, D.; Odijk, Jan; Van Hessen, Arjan

    2017-01-01

    Metadata can be represented in many different ways. CLARIN’s Component Metadata Infrastructure (CMDI) uses the eXtensible Markup Language (XML) as the representation format for metadata records. However, the Resource Description Format (RDF) as used by Linked Open Data (LOD) is gaining more

  6. HIGH-TEMPERATURE GASIFICATION OF RDF WASTE AND MELTING OF FLY ASH OBTAINED FROM THE INCINERATION OF MUNICIPAL WASTE

    Directory of Open Access Journals (Sweden)

    Marián Lázár

    2015-02-01

    Full Text Available Objective of this paper is to describe innovative solutions of thermal processing of selected components of municipal waste (so-called RDF waste using low-ionized depended plasma arc generated by a progressive and promising technology, which is plasma reactor. Its application can transform hazardous waste into inert waste while significantly reducing the volume of waste. Results given in this paper indicate experimentally achieved outputs with thermal disposal of RDF waste and ash from municipal waste. 

  7. An RDF/OWL knowledge base for query answering and decision support in clinical pharmacogenetics.

    Science.gov (United States)

    Samwald, Matthias; Freimuth, Robert; Luciano, Joanne S; Lin, Simon; Powers, Robert L; Marshall, M Scott; Adlassnig, Klaus-Peter; Dumontier, Michel; Boyce, Richard D

    2013-01-01

    Genetic testing for personalizing pharmacotherapy is bound to become an important part of clinical routine. To address associated issues with data management and quality, we are creating a semantic knowledge base for clinical pharmacogenetics. The knowledge base is made up of three components: an expressive ontology formalized in the Web Ontology Language (OWL 2 DL), a Resource Description Framework (RDF) model for capturing detailed results of manual annotation of pharmacogenomic information in drug product labels, and an RDF conversion of relevant biomedical datasets. Our work goes beyond the state of the art in that it makes both automated reasoning as well as query answering as simple as possible, and the reasoning capabilities go beyond the capabilities of previously described ontologies.

  8. Combining Vertex-centric Graph Processing with SPARQL for Large-scale RDF Data Analytics

    KAUST Repository

    Abdelaziz, Ibrahim; Al-Harbi, Mohammad Razen; Salihoglu, Semih; Kalnis, Panos

    2017-01-01

    , but not both. We bridge the gap by introducing Spartex, a versatile framework for complex RDF analytics. Spartex extends SPARQL to support programs that combine seamlessly generic graph algorithms (e.g., PageRank, Shortest Paths, etc.) with SPARQL queries

  9. Project to support promotion of forming an environmentally friendly energy community. Survey report on 'a survey on introduction of an RDF electric power generation system utilizing general wastes in the Noto area'; Kankyo chowagata energy community keisei sokushin hojo jigyo. 'Noto chiiki ni okeru ippan haikibutsu riyo RDF hatsuden no donyu ni kansuru chosa' chosa hokokusho

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1999-03-01

    A business feasibility survey was performed on introduction of an RDF electric power generation system utilizing general wastes in the Noto area. Wastes quantity was estimated by accounting for large-sized wastes to be generated newly as a result of enforcement of the container package recycling law, and transfer of non-combustible wastes to incineration. The quantity was estimated to be 84,000 tons annually. Quantities of RDF and heat were calculated from this estimation to be 103 tons per day and 400 lkcal/kg respectively. According to the result of discussing the RDF transportation systems, time-based freight was found advantageous for short distance, and distance freight system for long distance in terms of cost. Discussions for RDF power systems were carried out on an RDF circulation fluid bed furnace plus ash melting furnace, a fluid bed gasification melting furnace, and shaft furnace type gasification melting furnace. In a comprehensive view, it is difficult to distinguish them in terms of merit and demerit. Molten slag was assumed to be re-utilized, but cost for the re-utilization should be considered. According to the result of discussing the business feasibility, it was found difficult to make it profitable by operating the RDF power generation business alone, and wastes incineration charge should be collected. (NEDO)

  10. The Effect of Fuel Quality on Carbon Dioxide and Nitrogen Oxide Emissions, While Burning Biomass and RDF

    Science.gov (United States)

    Kalnacs, J.; Bendere, R.; Murasovs, A.; Arina, D.; Antipovs, A.; Kalnacs, A.; Sprince, L.

    2018-02-01

    The article analyses the variations in carbon dioxide emission factor depending on parameters characterising biomass and RDF (refuse-derived fuel). The influence of moisture, ash content, heat of combustion, carbon and nitrogen content on the amount of emission factors has been reviewed, by determining their average values. The options for the improvement of the fuel to result in reduced emissions of carbon dioxide and nitrogen oxide have been analysed. Systematic measurements of biomass parameters have been performed, by determining their average values, seasonal limits of variations in these parameters and their mutual relations. Typical average values of RDF parameters and limits of variations have been determined.

  11. Towards the novel reasoning among particles in PSO by the use of RDF and SPARQL.

    Science.gov (United States)

    Fister, Iztok; Yang, Xin-She; Ljubič, Karin; Fister, Dušan; Brest, Janez; Fister, Iztok

    2014-01-01

    The significant development of the Internet has posed some new challenges and many new programming tools have been developed to address such challenges. Today, semantic web is a modern paradigm for representing and accessing knowledge data on the Internet. This paper tries to use the semantic tools such as resource definition framework (RDF) and RDF query language (SPARQL) for the optimization purpose. These tools are combined with particle swarm optimization (PSO) and the selection of the best solutions depends on its fitness. Instead of the local best solution, a neighborhood of solutions for each particle can be defined and used for the calculation of the new position, based on the key ideas from semantic web domain. The preliminary results by optimizing ten benchmark functions showed the promising results and thus this method should be investigated further.

  12. Towards the Novel Reasoning among Particles in PSO by the Use of RDF and SPARQL

    Directory of Open Access Journals (Sweden)

    Iztok Fister

    2014-01-01

    Full Text Available The significant development of the Internet has posed some new challenges and many new programming tools have been developed to address such challenges. Today, semantic web is a modern paradigm for representing and accessing knowledge data on the Internet. This paper tries to use the semantic tools such as resource definition framework (RDF and RDF query language (SPARQL for the optimization purpose. These tools are combined with particle swarm optimization (PSO and the selection of the best solutions depends on its fitness. Instead of the local best solution, a neighborhood of solutions for each particle can be defined and used for the calculation of the new position, based on the key ideas from semantic web domain. The preliminary results by optimizing ten benchmark functions showed the promising results and thus this method should be investigated further.

  13. Comparison of coal/solid recovered fuel (SRF) with coal/refuse derived fuel (RDF) in a fluidised bed reactor

    International Nuclear Information System (INIS)

    Wagland, S.T.; Kilgallon, P.; Coveney, R.; Garg, A.; Smith, R.; Longhurst, P.J.; Pollard, S.J.T.; Simms, N.

    2011-01-01

    An experimental study was undertaken to compare the differences between municipal solid waste (MSW) derived solid recovered fuel (SRF) (complying with CEN standards) and refuse derived fuel (RDF). Both fuels were co-combusted with coal in a 50 kW fluidised bed combustor and the metal emissions were compared. Synthetic SRF was prepared in the laboratory by grinding major constituents of MSW such as paper, plastic, textile and wood. RDF was obtained from a local mechanical treatment plant. Heavy metal emissions in flue gas and ash samples from the (coal + 10% SRF) fuel mixture were found to be within the acceptable range and were generally lower than that obtained for coal + 10% RDF fuel mixture. The relative distribution of heavy metals in ash components and the flue gas stream shows the presence of a large fraction (up to 98%) of most of the metals in the ash (except Hg and As). Thermo-gravimetric (TG) analysis of SRF constituents was performed to understand the behaviour of fuel mixtures in the absence and presence of air. The results obtained from the experimental study will enhance the confidence of fuel users towards using MSW-derived SRF as an alternative fuel.

  14. Environment-friendly type energy and coordinated community development project. Feasibility study for industrialization of high efficiency waste-fired power generation system using general RDF; Kankyo chowagata energy community keisei sokushin. Kokoritsu haikibutsu hatsuden (ippainado RDF riyo) jigyoka FS chosa

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1996-03-01

    The refuse-derived fuel (RDF) has been holding public attention not only as the energy resource of stable high calorific value for local energy development, but also as the effective method for waste treatment. As one of the effective utilization methods for waste treatment, this investigation was conducted to industrialize and establish the RDF power generation system, in which power generation and ash treatment are integrated in Tochigi Prefecture which is located inland. The base supply type was adopted as a way of operation from the menu of the electricity wholesale project of Tokyo Electric Power Co. and its rate of operation is 80 percent a year. Then, the fluidized bed combustion method, a dry exhaust gas treatment method, and continuous electric melting furnaces were decided as the RDF power generation system. According to this system, it is possible to obtain 26 percent gross thermal efficiency by conventional generation facilities. It was estimated that the expenses reduction for 15 years will be 17.6 billion yen compared with the ordinary combustion system. Also, the following effects can be expected; the reduction of CO2 emission, improvement of energy efficiency, and the extension of life of landfills capacity. 36 figs., 51 tabs.

  15. Final Design Report for the RH LLW Disposal Facility (RDF) Project, Revision 3

    International Nuclear Information System (INIS)

    Austad, Stephanie Lee

    2015-01-01

    The RH LLW Disposal Facility (RDF) Project was designed by AREVA Federal Services (AFS) and the design process was managed by Battelle Energy Alliance (BEA) for the Department of Energy (DOE). The final design report for the RH LLW Disposal Facility Project is a compilation of the documents and deliverables included in the facility final design.

  16. FY 2001 report on the results of the survey of the environmentally friendly type energy community project. Utilization of combustible waste as solid fuel in Shimizu City, Shizuoka Prefecture, and the wide spread sphere of municipalities (Facilities such as RDF+LNG combined use high efficiency waste power generation); 2001 nendo Shizuoka ken shimizu shi oyobi koiki shichoson ken ni okeru kanensei haikibutsu kokeika nenryo riyo kankyo chowa gata energy komyuniti keisei sokushin hojo jigyo chosa (RDF+LNG heiyo kokoritsu haikibutsu hatsuden tou shisetsu) chosa hokokusho

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2002-03-01

    Survey/study were conducted of viability of an idea of the high efficiency power generation that combinedly use RDF from the refuse generated in Shizuoka/Yamanashi/Nagano prefectures and LNG from the LNG base in Shimizu City, Shizuoka Prefecture. In the survey of raw materials for RDF, the present amount that can be supplied to RDF power generation was estimated at 280 t/d in RDF and 4,300 Kcal/kg or more in heating value. As to the RDF/LNG combination power generation, combinations of RDF200t/d + 25MW (capacity of gas turbine power generation) or RDF200t/d + 70MW seem to be appropriate. And, 30% or more of RDF power generation efficiency is made possible. In the study of economical efficiency, expenses born by local governments were calculated supposing that the difference between the unit price of power selling and that of power generation in power generation is born by RDF suppliers. As a result, the share becomes approximately 8,600-12,000 yen/refuse t in 15-year operation, and was found lower than that in the existing small-/medium-scale refuse incineration treatment. The combustion flue gas associated with the power generation business becomes approximately 300,000 Nm{sup 3}/h. The gas turbine fuel is natural gas, and RDF is good in combustibility. Therefore, the effect on the environment is expected to be small. (NEDO)

  17. Data summary of municipal solid waste management alternatives. Volume 4, Appendix B: RDF technologies

    Energy Technology Data Exchange (ETDEWEB)

    None

    1992-10-01

    This appendix contains background information, technical descriptions, economic data, mass and energy balances, and information on environmental releases for the refuse derived fuels (RDF) option in municipal solid waste management alternatives. Demonstration programs at St. Louis, Missouri; Franklin, Ohio; and Delaware are discussed. Information on pellet production and cofiring with coal is also presented.

  18. A survey and experimental comparison of distributed SPARQL engines for very large RDF data

    KAUST Repository

    Abdelaziz, Ibrahim; Harbi, Razen; Khayyat, Zuhair; Kalnis, Panos

    2017-01-01

    Distributed SPARQL engines promise to support very large RDF datasets by utilizing shared-nothing computer clusters. Some are based on distributed frameworks such as MapReduce; others implement proprietary distributed processing; and some rely on expensive preprocessing for data partitioning. These systems exhibit a variety of trade-offs that are not well-understood, due to the lack of any comprehensive quantitative and qualitative evaluation. In this paper, we present a survey of 22 state-of-the-art systems that cover the entire spectrum of distributed RDF data processing and categorize them by several characteristics. Then, we select 12 representative systems and perform extensive experimental evaluation with respect to preprocessing cost, query performance, scalability and workload adaptability, using a variety of synthetic and real large datasets with up to 4.3 billion triples. Our results provide valuable insights for practitioners to understand the trade-offs for their usage scenarios. Finally, we publish online our evaluation framework, including all datasets and workloads, for researchers to compare their novel systems against the existing ones.

  19. A survey and experimental comparison of distributed SPARQL engines for very large RDF data

    KAUST Repository

    Abdelaziz, Ibrahim

    2017-10-19

    Distributed SPARQL engines promise to support very large RDF datasets by utilizing shared-nothing computer clusters. Some are based on distributed frameworks such as MapReduce; others implement proprietary distributed processing; and some rely on expensive preprocessing for data partitioning. These systems exhibit a variety of trade-offs that are not well-understood, due to the lack of any comprehensive quantitative and qualitative evaluation. In this paper, we present a survey of 22 state-of-the-art systems that cover the entire spectrum of distributed RDF data processing and categorize them by several characteristics. Then, we select 12 representative systems and perform extensive experimental evaluation with respect to preprocessing cost, query performance, scalability and workload adaptability, using a variety of synthetic and real large datasets with up to 4.3 billion triples. Our results provide valuable insights for practitioners to understand the trade-offs for their usage scenarios. Finally, we publish online our evaluation framework, including all datasets and workloads, for researchers to compare their novel systems against the existing ones.

  20. Feasibility study on energy conservation and reduction of CO2 emissions using RDF (refused derived fuel) at a Chinese cement plant

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2001-03-01

    The feasibility study was conducted on a project in China for energy saving and greenhouse gas emission reduction by introducing the energy-saving and alternative energy technologies in cement plants. The cement plant selected for the feasibility study is Shanghai Plant of Shanghai Allied Cement Co., Ltd. (SAC), for RDF receive and supply facility, chlorine bypass facility, exhaust heat power generation facility and RDF production facility. The study results indicate that the exhaust power generation can save energy of 4,700 tons/y as crude, or energy saving rate of 25.5%, and that replacing part of coal by RDF and exhaust power generation can reduce CO2 emissions by 25,500 and 18,500 tons/y, respectively. For the investment recovery, it is estimated that the investment can be recovered in 9 years, and the project value is 81.399 million Yuan with the initial investment and project profit in each year discounted to the present value. These results fail to satisfy the SAC's investment standards. (NEDO)

  1. Feasibility study on energy conservation and reduction of CO2 emissions using RDF (refused derived fuel) at a Chinese cement plant

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2001-03-01

    The feasibility study was conducted on a project in China for energy saving and greenhouse gas emission reduction by introducing the energy-saving and alternative energy technologies in cement plants. The cement plant selected for the feasibility study is Shanghai Plant of Shanghai Allied Cement Co., Ltd. (SAC), for RDF receive and supply facility, chlorine bypass facility, exhaust heat power generation facility and RDF production facility. The study results indicate that the exhaust power generation can save energy of 4,700 tons/y as crude, or energy saving rate of 25.5%, and that replacing part of coal by RDF and exhaust power generation can reduce CO2 emissions by 25,500 and 18,500 tons/y, respectively. For the investment recovery, it is estimated that the investment can be recovered in 9 years, and the project value is 81.399 million Yuan with the initial investment and project profit in each year discounted to the present value. These results fail to satisfy the SAC's investment standards. (NEDO)

  2. Potential of solid waste utilization as source of refuse derived fuel (RDF) energy (case study at temporary solid waste disposal site in West Jakarta)

    Science.gov (United States)

    Indrawati, D.; Lindu, M.; Denita, P.

    2018-01-01

    This study aims to measure the volume of solid waste generated as well asits density, composition, and characteristics, to analyze the potential of waste in TPS to become RDF materials and to analyze the best composition mixture of RDF materials. The results show that the average of solid waste generation in TPS reaches 40.80 m3/day, with the largest percentage of its share is the organic waste component of 77.9%, while the smallest amount of its share is metal and rubber of 0.1%. The average water content and ash content of solid waste at the TPS is 27.7% and 6.4% respectively, while the average calorific potential value is 728.71 kcal/kg. The results of solid waste characteristics comparison at three TPS indicate thatTPS Tanjung Duren has the greatest waste potential to be processed into RDF materials with a calorific value of 893.73 kcal/kg, water content level of 24.6%, andlow ash content of 6.11%. This research has also shown that the best composition for RDF composite materials is rubber, wood, and textile mixtureexposed to outdoor drying conditions because it produced low water content and low ash content of 10.8% and 9.6%, thus optimizedthe calorific value of 4,372.896 kcal/kg.

  3. Comparative Study on Characteristics and Potential of Rice Straws and Dry Leaves as a Binder in Refuse Derived Fuel (RDF)

    International Nuclear Information System (INIS)

    Zulhafizal Othman; Lias, K.; Hashim, N.H.; Clement, F.N.

    2013-01-01

    Integrated waste management systems are one of the greatest challenges in order to develop the green environment. In this research, two types of binder were chosen in producing of Refuse Derived Fuel (RDF) which is rice straws and dry leaves. The objective of the research is to identify which types of binder that can give the optimum performance. This two binder was mixed with paper and plastic waste with controlled mixing ratio which is 3:1 (ratio 1), 3:1.5(ratio 2) and 3:2 (ratio 3). In order to identify the optimum ratio of RDF, 45 number of samples was prepared and their properties such as moisture content, carbon content, sulfur content, chlorine content and calorific value were evaluated. Result indicated that samples with rice straw as a binder give the optimum result with the ratio of 3:1. The optimum values of the carbon content is 50.9 %, moisture content is 5.5 %, chlorine content is 0.0 %, sulfur content is 2.1 % and calorific value is 29.0 MJ/ kg. Hence, rice straws shows a great potential to be used as binder in production of RDF. (author)

  4. License - NBDC NikkajiRDF | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available List Contact us NBDC NikkajiRDF License License to Use This Database Last updated : 2015/05/29 You may use this database...es the license terms regarding the use of this database and the requirements you must follow in using this database.... The license for this database is specified in the Creative Commons Attri...bution 2.1 Japan . If you use data from this database, please be sure attribute this database as follows: NB... the Creative Commons Attribution 2.1 Japan is found here . With regard to this database

  5. RDF gasification with water vapour: influence of process temperature on yield and products composition

    International Nuclear Information System (INIS)

    Galvagno, S.; Casciaro, G.; Russo, A.; Casu, S.; Martino, M.; Portofino, S.

    2005-01-01

    The opportunity of using RDF (Refused Derived Fuel) to produce fuel gas seems to be promising and particular attention has been focused on alternative process technologies such as pyrolysis and gasification. Within this frame, present work relates to experimental tests and obtained results of a series of experimental surveys on RDF gasification with water vapour, carried out by means of a bench scale rotary kiln plant at different process temperature, using thermogravimetry (TG) and infrared spectrometry (FTIR), in order to characterize the incoming material, and online gas chromatography to qualify the gaseous stream. Experimental data show that gas yield rise with temperature and, with respect to the gas composition, hydrogen content grows up mainly at the expense of the other gaseous compound, pointing out the major extension of secondary cracking reactions into the gaseous fraction at higher temperature. Syngas obtained at process temperature of 950 o C or higher seems to be suitable for fuel cells applications; at lower process temperature, gas composition suggest a final utilisation for feedstock recycling. The low organic content of solid residue does not suggest any other exploitation of the char apart from the land filling [it

  6. FY 2000 Fundamental study for promotion of jointed implementations. Feasibility study on energy saving effect and reducing CO2 emissions by use of RDF in cement plants in China; 2000 nendo Chugoku cement kojo ni okeru RDF katsuyo ni yoru shoene koka oyobi nisanka tanso haishutsu sakugen ni kansuru feasibility study chosa hokokusho

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2001-03-01

    The feasibility study was conducted on a project in China for energy saving and greenhouse gas emission reduction by introducing the energy-saving and alternative energy technologies in cement plants. The cement plant selected for the feasibility study is Shanghai Plant of Shanghai Allied Cement Co., Ltd. (SAC), for RDF receive and supply facility, chlorine bypass facility, exhaust heat power generation facility and RDF production facility. The study results indicate that the exhaust power generation can save energy of 4,700 tons/y as crude, or energy saving rate of 25.5%, and that replacing part of coal by RDF and exhaust power generation can reduce CO2 emissions by 25,500 and 18,500 tons/y, respectively. For the investment recovery, it is estimated that the investment can be recovered in 9 years, and the project value is 81.399 million Yuan with the initial investment and project profit in each year discounted to the present value. These results fail to satisfy the SAC's investment standards. (NEDO)

  7. Building Social Interactions as a Creation of Networks in an RDF Repository

    Directory of Open Access Journals (Sweden)

    Eun G Park

    2018-02-01

    Full Text Available Humanities scholars are not likely to be thinking about their research findings as data, and the predominant models of organizing documents remain generally archival or bibliographic in nature for text-based documents. Although the linked data movement has greatly influenced information organization and search queries on the Web, in comparison to other fields, the adoption of the linked data approach to humanities collections is unequally paced.  This study intends to explain how people or actors make social interactions, and how social interactions are formed in a type of network through the example of the Making Publics (MaPs project. The objective of the MaPs project is to build collaborative common environments for tracing social interactions between people, things, places and times. To build social interactions, the Networked Event Model was designed in a collaborative environment. Events were defined as six types of nodes (e.g., people, organizations, places, things, events, and literals in the RDF (Resource Description Framework triple statements. The interaction vocabulary list is made of 173 verbs and predicates, offering 510 traceable events. The RDF repository runs on a Sesame server and MySQL architecture. Users can use digital tools to select and document events and visually present the selected events in interactive social web forms. The MaPs project sought to extract the network extant in the works of prose in large collaborative humanities documents. In this way, the dissemination of and access to humanities data can be made more connectable, available and accessible to both academic and non-academic communities.

  8. XML Namespace與RDF的基本概念 | The Basic Concepts of XML Namespace and RDF

    Directory of Open Access Journals (Sweden)

    陳嵩榮 Sung-Jung Chen

    1999-04-01

    Full Text Available

    頁次:88-100

    XML Namespaces機制允許在XML文件中以一個URI 來限定元素名稱或屬性名稱,提供一種在Web上具有唯一性的命名方式,以解決不同的XML文件元素名稱與屬性名稱可能衝突的問題;RDF 主要是為Metadata在Web 上的各種應用提供一個基礎結構,使應用程式之間能夠在Web上交換Metadata,以促進網路資源的自動化處理。本文透過一連串的實例來介紹XML Namespace與RDF的資料模型及語法。

    XML namespaces provide a simple method for qualifying element and attribute names used in XML documents by associating them with namespaces identified by URI references. RDF is a foundation for processing metadata. It provides interoperability between

  9. Query Optimizations over Decentralized RDF Graphs

    KAUST Repository

    Abdelaziz, Ibrahim

    2017-05-18

    Applications in life sciences, decentralized social networks, Internet of Things, and statistical linked dataspaces integrate data from multiple decentralized RDF graphs via SPARQL queries. Several approaches have been proposed to optimize query processing over a small number of heterogeneous data sources by utilizing schema information. In the case of schema similarity and interlinks among sources, these approaches cause unnecessary data retrieval and communication, leading to poor scalability and response time. This paper addresses these limitations and presents Lusail, a system for scalable and efficient SPARQL query processing over decentralized graphs. Lusail achieves scalability and low query response time through various optimizations at compile and run times. At compile time, we use a novel locality-aware query decomposition technique that maximizes the number of query triple patterns sent together to a source based on the actual location of the instances satisfying these triple patterns. At run time, we use selectivity-awareness and parallel query execution to reduce network latency and to increase parallelism by delaying the execution of subqueries expected to return large results. We evaluate Lusail using real and synthetic benchmarks, with data sizes up to billions of triples on an in-house cluster and a public cloud. We show that Lusail outperforms state-of-the-art systems by orders of magnitude in terms of scalability and response time.

  10. RDF technology development: from R and D to commercial scale - lessons learned

    International Nuclear Information System (INIS)

    Muhd Noor Muhd Yunus

    2006-01-01

    Malaysia is still negotiating for the best strategies to manage her 17,000 ton/day MSW in the best manner - politically, economically and environmentally. A National Solid Waste Strategic Plan has been established since 2003, advocating and adopting the Integrated Solid Waste Management System (IWMS). Recently, MINT launched the Waste to Wealth (W2W) blue print to spearhead the idea at National level, of treating waste as resource, thus could be translated to a profitable venture. In this respect, MINT role is very much focused to technology development. However, choosing the right mix of the waste management hierarchy, and thus technology, is not simple. We believed that, a technology that embraced all aspect of waste hierarchy and meet the Best Available Technology Not Entailing Excessive Cost (BATNEEC) or Best Available Technology Suiting Socio Economic Standing (BATSSES) concept will give good promise, thus certainly answers the above cry. In the above pursuit, we developed a commercial and R and D strategies concurrently to arrive at the best compromise. The technology selected, based on RDF, was not a rocket science but innovatively developed to match the waste characteristics, local cultures and social habit, national industrial strength and business opportunities, commercial packaging and institutional support at all levels - politically, socially, commercially, technically and even among government officials. The success of the project lies also in the trusts developed between the government organization conducting R and D and the private sector as the main technology developer, which transcends beyond the normal project contract agreement-manifesting the success of smart partnership model. This paper will share some success, challenges and experience, and lessons learned, in developing the RDF technology from the R and D stage to a full 700 t/day commercial plant in Semenyih, Malaysia. Also highlighted is the impact of this project on the current thinking

  11. Refuse derived fuel (RDF) plasma torch gasification as a feasible route to produce low environmental impact syngas for the cement industry.

    Science.gov (United States)

    López-Sabirón, Ana M; Fleiger, Kristina; Schäfer, Stefan; Antoñanzas, Javier; Irazustabarrena, Ane; Aranda-Usón, Alfonso; Ferreira, Germán A

    2015-08-01

    Plasma torch gasification (PTG) is currently researched as a technology for solid waste recovery. However, scientific studies based on evaluating its environmental implications considering the life cycle assessment (LCA) methodology are lacking. Therefore, this work is focused on comparing the environmental effect of the emissions of syngas combustion produced by refuse derived fuel (RDF) and PTG as alternative fuels, with that related to fossil fuel combustion in the cement industry. To obtain real data, a semi-industrial scale pilot plant was used to perform experimental trials on RDF-PTG.The results highlight that PTG for waste to energy recovery in the cement industry is environmentally feasible considering its current state of development. A reduction in every impact category was found when a total or partial substitution of alternative fuel for conventional fuel in the calciner firing (60 % of total thermal energy input) was performed. Furthermore, the results revealed that electrical energy consumption in PTG is also an important parameter from the LCA approach. © The Author(s) 2015.

  12. Transforming the Medical Subject Headings into Linked Data: Creating the Authorized Version of MeSH in RDF.

    Science.gov (United States)

    Bushman, Barbara; Anderson, David; Fu, Gang

    In February 2014 the National Library of Medicine formed the Linked Data Infrastructure Working Group to investigate the potential for publishing linked data, determine best practices for publishing linked data, and prioritize linked data projects, beginning with transforming the Medical Subject Headings as a linked data pilot. This article will review the pilot project to convert the Medical Subject Headings from XML to RDF. It will discuss the collaborative process, the technical and organizational issues tackled, and the future of linked data at the library.

  13. Architectures of prototypes and architectural prototyping

    DEFF Research Database (Denmark)

    Hansen, Klaus Marius; Christensen, Michael; Sandvad, Elmer

    1998-01-01

    together as a team, but developed a prototype that more than fulfilled the expectations of the shipping company. The prototype should: - complete the first major phase within 10 weeks, - be highly vertical illustrating future work practice, - continuously live up to new requirements from prototyping......This paper reports from experience obtained through development of a prototype of a global customer service system in a project involving a large shipping company and a university research group. The research group had no previous knowledge of the complex business of shipping and had never worked...... sessions with users, - evolve over a long period of time to contain more functionality - allow for 6-7 developers working intensively in parallel. Explicit focus on the software architecture and letting the architecture evolve with the prototype played a major role in resolving these conflicting...

  14. Collaborative Prototyping

    DEFF Research Database (Denmark)

    Bogers, Marcel; Horst, Willem

    2014-01-01

    of the prototyping process, the actual prototype was used as a tool for communication or development, thus serving as a platform for the cross-fertilization of knowledge. In this way, collaborative prototyping leads to a better balance between functionality and usability; it translates usability problems into design......This paper presents an inductive study that shows how collaborative prototyping across functional, hierarchical, and organizational boundaries can improve the overall prototyping process. Our combined action research and case study approach provides new insights into how collaborative prototyping...... can provide a platform for prototype-driven problem solving in early new product development (NPD). Our findings have important implications for how to facilitate multistakeholder collaboration in prototyping and problem solving, and more generally for how to organize collaborative and open innovation...

  15. Rethink! prototyping transdisciplinary concepts of prototyping

    CERN Document Server

    Nagy, Emilia; Stark, Rainer

    2016-01-01

    In this book, the authors describe the findings derived from interaction and cooperation between scientific actors employing diverse practices. They reflect on distinct prototyping concepts and examine the transformation of development culture in their fusion to hybrid approaches and solutions. The products of tomorrow are going to be multifunctional, interactive systems – and already are to some degree today. Collaboration across multiple disciplines is the only way to grasp their complexity in design concepts. This underscores the importance of reconsidering the prototyping process for the development of these systems, particularly in transdisciplinary research teams. “Rethinking Prototyping – new hybrid concepts for prototyping” was a transdisciplinary project that took up this challenge. The aim of this programmatic rethinking was to come up with a general concept of prototyping by combining innovative prototyping concepts, which had been researched and developed in three sub-projects: “Hybrid P...

  16. Characterization of products obtained from pyrolysis and steam gasification of wood waste, RDF, and RPF.

    Science.gov (United States)

    Hwang, In-Hee; Kobayashi, Jun; Kawamoto, Katsuya

    2014-02-01

    Pyrolysis and steam gasification of woody biomass chip (WBC) obtained from construction and demolition wastes, refuse-derived fuel (RDF), and refuse paper and plastic fuel (RPF) were performed at various temperatures using a lab-scale instrument. The gas, liquid, and solid products were examined to determine their generation amounts, properties, and the carbon balance between raw material and products. The amount of product gas and its hydrogen concentration showed a considerable difference depending on pyrolysis and steam gasification at higher temperature. The reaction of steam and solid product, char, contributed to an increase in gas amount and hydrogen concentration. The amount of liquid products generated greatly depended on temperature rather than pyrolysis or steam gasification. The compositions of liquid product varied relying on raw materials used at 500°C but the polycyclic aromatic hydrocarbons became the major compounds at 900°C irrespective of the raw materials used. Almost fixed carbon (FC) of raw materials remained as solid products under pyrolysis condition whereas FC started to decompose at 700°C under steam gasification condition. For WBC, both char utilization by pyrolysis at low temperature (500°C) and syngas recovery by steam gasification at higher temperature (900°C) might be practical options. From the results of carbon balance of RDF and RPF, it was confirmed that the carbon conversion to liquid products conspicuously increased as the amount of plastic increased in the raw material. To recover feedstock from RPF, pyrolysis for oil recovery at low temperature (500°C) might be one of viable options. Steam gasification at 900°C could be an option but the method of tar reforming (e.g. catalyst utilization) should be considered. Copyright © 2013 Elsevier Ltd. All rights reserved.

  17. Architectural prototyping

    DEFF Research Database (Denmark)

    Bardram, Jakob Eyvind; Christensen, Henrik Bærbak; Hansen, Klaus Marius

    2004-01-01

    A major part of software architecture design is learning how specific architectural designs balance the concerns of stakeholders. We explore the notion of "architectural prototypes", correspondingly architectural prototyping, as a means of using executable prototypes to investigate stakeholders...

  18. Prototyping Practice

    DEFF Research Database (Denmark)

    Ramsgaard Thomsen, Mette; Tamke, Martin

    2015-01-01

    This paper examines the role of the prototyping in digital architecture. During the past decade, a new research field has emerged exploring the digital technology’s impact on the way we think, design and build our environment. In this practice the prototype, the pavilion, installation or demonstr......This paper examines the role of the prototyping in digital architecture. During the past decade, a new research field has emerged exploring the digital technology’s impact on the way we think, design and build our environment. In this practice the prototype, the pavilion, installation...

  19. Enhancing experience prototyping by the help of mixed-fidelity prototypes

    OpenAIRE

    Yasar, Ansar-Ul-Haque

    2007-01-01

    In this research review I undertook the problem related to the usage of a new concept known as the Mixed- Fidelity Prototype which is a mixture of its predecessors Low- and High- Fidelity Prototypes in Experience Prototyping. Experience Prototyping is a good way to explore, communicate and interact with the designs we develop like experiencing cycling on the ice, although the mood, snow conditions, bicycle type and many other factors really matter and tend to change with time. Experience Prot...

  20. NeuroRDF: semantic integration of highly curated data to prioritize biomarker candidates in Alzheimer's disease.

    Science.gov (United States)

    Iyappan, Anandhi; Kawalia, Shweta Bagewadi; Raschka, Tamara; Hofmann-Apitius, Martin; Senger, Philipp

    2016-07-08

    Neurodegenerative diseases are incurable and debilitating indications with huge social and economic impact, where much is still to be learnt about the underlying molecular events. Mechanistic disease models could offer a knowledge framework to help decipher the complex interactions that occur at molecular and cellular levels. This motivates the need for the development of an approach integrating highly curated and heterogeneous data into a disease model of different regulatory data layers. Although several disease models exist, they often do not consider the quality of underlying data. Moreover, even with the current advancements in semantic web technology, we still do not have cure for complex diseases like Alzheimer's disease. One of the key reasons accountable for this could be the increasing gap between generated data and the derived knowledge. In this paper, we describe an approach, called as NeuroRDF, to develop an integrative framework for modeling curated knowledge in the area of complex neurodegenerative diseases. The core of this strategy lies in the usage of well curated and context specific data for integration into one single semantic web-based framework, RDF. This increases the probability of the derived knowledge to be novel and reliable in a specific disease context. This infrastructure integrates highly curated data from databases (Bind, IntAct, etc.), literature (PubMed), and gene expression resources (such as GEO and ArrayExpress). We illustrate the effectiveness of our approach by asking real-world biomedical questions that link these resources to prioritize the plausible biomarker candidates. Among the 13 prioritized candidate genes, we identified MIF to be a potential emerging candidate due to its role as a pro-inflammatory cytokine. We additionally report on the effort and challenges faced during generation of such an indication-specific knowledge base comprising of curated and quality-controlled data. Although many alternative approaches

  1. Investigating the role of implicit prototypes in the prototype willingness model.

    Science.gov (United States)

    Howell, Jennifer L; Ratliff, Kate A

    2017-06-01

    One useful theory to predict health behavior is the prototype-willingness model (PWM), which posits that people are more willing to engage in behavior to the extent that they have a positive view of the prototypical person who performs that behavior. The goal of the present research is to test whether adding an implicit measure of prototype favorability might improve explanatory power in the PWM. Two studies examined whether implicit prototype favorability uniquely predicted White women's intentions to engage in healthy sun behavior over the next 3-6 months, and their willingness to engage in risky sun behavior, should the opportunity arise. The results suggested that implicit prototype favorability, particularly implicit prototypes of those who engage in risky UV-related behaviors, uniquely predicted intentions to engage in healthy sun behavior and willingness to engage in risky sun behavior in the PWM.

  2. Software Prototyping

    Science.gov (United States)

    Del Fiol, Guilherme; Hanseler, Haley; Crouch, Barbara Insley; Cummins, Mollie R.

    2016-01-01

    Summary Background Health information exchange (HIE) between Poison Control Centers (PCCs) and Emergency Departments (EDs) could improve care of poisoned patients. However, PCC information systems are not designed to facilitate HIE with EDs; therefore, we are developing specialized software to support HIE within the normal workflow of the PCC using user-centered design and rapid prototyping. Objective To describe the design of an HIE dashboard and the refinement of user requirements through rapid prototyping. Methods Using previously elicited user requirements, we designed low-fidelity sketches of designs on paper with iterative refinement. Next, we designed an interactive high-fidelity prototype and conducted scenario-based usability tests with end users. Users were asked to think aloud while accomplishing tasks related to a case vignette. After testing, the users provided feedback and evaluated the prototype using the System Usability Scale (SUS). Results Survey results from three users provided useful feedback that was then incorporated into the design. After achieving a stable design, we used the prototype itself as the specification for development of the actual software. Benefits of prototyping included having 1) subject-matter experts heavily involved with the design; 2) flexibility to make rapid changes, 3) the ability to minimize software development efforts early in the design stage; 4) rapid finalization of requirements; 5) early visualization of designs; 6) and a powerful vehicle for communication of the design to the programmers. Challenges included 1) time and effort to develop the prototypes and case scenarios; 2) no simulation of system performance; 3) not having all proposed functionality available in the final product; and 4) missing needed data elements in the PCC information system. PMID:27081404

  3. Analysis of MSW treatment plant with production of biogas, RDF and compost through simulative approach

    Energy Technology Data Exchange (ETDEWEB)

    Mosca, R.; Giribone, P.; Schenone, M. [Genoa Univ. (Italy). ITIM, Engineering Dept.; Macchiavello, A. [Genoa Univ. (Italy). ISTIC, Engineering Dept.

    1995-12-31

    This work concerns the feasibility study of a MSW (Municipal Solid Waste) treatment plant based on wet way technology. The choice towards such a plant engineering-solution is due to the utilization of the energetic component of waste, through a production of both biogas and RDF (Refuse Derived Fuel) with practically any impact on environment. That`s why this solution is preferred to the traditional incinerating technologies and pyrolysis, that cause environmental damage because of more or less noxious emissions. In order to analyse how a so called multipurpose platform works, a discrete and stochastic simulation modeL able to describe in detail the flow of plant materials, was built. Then a very accurate experimentation campaign was carried out in order to determine a technical evaluation and consequently an economic analysis to verify the convenience of such a plant in the area of western Liguria. (author)

  4. Analysis of MSW treatment plant with production of biogas, RDF and compost through simulative approach

    Energy Technology Data Exchange (ETDEWEB)

    Mosca, R; Giribone, P; Schenone, M. [Genoa Univ. (Italy). ITIM, Engineering Dept.; Macchiavello, A [Genoa Univ. (Italy). ISTIC, Engineering Dept.

    1996-12-31

    This work concerns the feasibility study of a MSW (Municipal Solid Waste) treatment plant based on wet way technology. The choice towards such a plant engineering-solution is due to the utilization of the energetic component of waste, through a production of both biogas and RDF (Refuse Derived Fuel) with practically any impact on environment. That`s why this solution is preferred to the traditional incinerating technologies and pyrolysis, that cause environmental damage because of more or less noxious emissions. In order to analyse how a so called multipurpose platform works, a discrete and stochastic simulation modeL able to describe in detail the flow of plant materials, was built. Then a very accurate experimentation campaign was carried out in order to determine a technical evaluation and consequently an economic analysis to verify the convenience of such a plant in the area of western Liguria. (author)

  5. Solution Prototype

    DEFF Research Database (Denmark)

    Efeoglu, Arkin; Møller, Charles; Serie, Michel

    2013-01-01

    This paper outlines an artifact building and evaluation proposal. Design Science Research (DSR) studies usually consider encapsulated artifact that have relationships with other artifacts. The solution prototype as a composed artifact demands for a more comprehensive consideration in its systematic...... environment. The solution prototype that is composed from blending product and service prototype has particular impacts on the dualism of DSR’s “Build” and “Evaluate”. Since the mix between product and service prototyping can be varied, there is a demand for a more agile and iterative framework. Van de Ven......’s research framework seems to fit this purpose. Van de Ven allows for an iterative research approach to problem solving with flexible starting point. The research activity is the result between the iteration of two dimensions. This framework focuses on the natural evaluation, particularly on ex...

  6. Creating Actionable Data from an Optical Depth Measurement Network using RDF

    Science.gov (United States)

    Freemantle, J. R.; O'Neill, N. T.; Lumb, L. I.; Abboud, I.; McArthur, B.

    2010-12-01

    The AEROCAN sunphotometery network has, for more than a decade, generated optical indicators of aerosol concentration and size on a regional and national scale. We believe this optical information can be rendered more “actionable” to the health care community by developing a technical and interpretative information-sharing geospatial strategy with that community. By actionable data we mean information that is presented in manner that can be understood and then used in the decision making process. The decision may be that of a technical professional, a policy maker or a machine. The information leading up to a decision may come from many sources; this means it is particularly important that data are well defined across knowledge fields, in our case atmospheric science and respiratory health science. As part of the AEROCAN operational quality assurance (QA) methodology we have written automatic procedures to make some of the AEROCAN data more accessible or “actionable”. Tim Berners-Lee has advocated making datasets, “Linked Data”, available on the web with a proper structural description (metadata). We have been using RDF (Resource Description Framework) to enhance the utility of our sunphotometer data; the resulting self-describing representation is structured so that it is machine readable. This allows semantically based queries (e.g., via SPARQL) on our dataset that in the past were only viewable as passive Web tables of data.

  7. Cooperative Prototyping Experiments

    DEFF Research Database (Denmark)

    Bødker, Susanne; Grønbæk, Kaj

    1989-01-01

    This paper describes experiments with a design technique that we denote cooperative prototyping. The experiments consider design of a patient case record system for municipal dental clinics in which we used HyperCard, an off the shelf programming environment for the Macintosh. In the ecperiments we...... tried to achieve a fluent work-like evaluation of prototypes where users envisioned future work with a computer tool, at the same time as we made on-line modifications of prototypes in cooperation with the users when breakdown occur in their work-like evaluation. The experiments showed...... that it was possible to make a number of direct manipulation changes of prototypes in cooperation with the users, in interplay with their fluent work-like evaluation of these. However, breakdown occurred in the prototyping process when we reached the limits of the direct manipulation support for modification. From...

  8. Unikabeton Prototype

    DEFF Research Database (Denmark)

    Søndergaard, Asbjørn; Dombernowsky, Per

    2011-01-01

    The Unikabeton prototype structure was developed as the finalization of the cross-disciplinary research project Unikabeton, exploring the architectural potential in linking the computational process of topology optimisation with robot fabrication of concrete casting moulds. The project was elabor......The Unikabeton prototype structure was developed as the finalization of the cross-disciplinary research project Unikabeton, exploring the architectural potential in linking the computational process of topology optimisation with robot fabrication of concrete casting moulds. The project...... of Architecture was to develop a series of optimisation experiments, concluding in the design and optimisation of a full scale prototype concrete structure....

  9. Prototyping real-time systems

    OpenAIRE

    Clynch, Gary

    1994-01-01

    The traditional software development paradigm, the waterfall life cycle model, is defective when used for developing real-time systems. This thesis puts forward an executable prototyping approach for the development of real-time systems. A prototyping system is proposed which uses ESML (Extended Systems Modelling Language) as a prototype specification language. The prototyping system advocates the translation of non-executable ESML specifications into executable LOOPN (Language of Object ...

  10. Imagining the prototype

    OpenAIRE

    Brouwer, C. E.; Bhomer, ten, M.; Melkas, H.; Buur, J.

    2013-01-01

    This article reports on the analysis of a design session, employing conversation analysis. In the design session three experts and a designer discuss a prototype of a shirt, which has been developed with the input from these experts. The analysis focuses on the type of involvement of the participants with the prototype and how they explicate the points they make in the discussion with or without making use of the prototype. Three techniques for explicating design issues that exploit the proto...

  11. Leveraging Bibliographic RDF Data for Keyword Prediction with Association Rule Mining (ARM

    Directory of Open Access Journals (Sweden)

    Nidhi Kushwaha

    2014-11-01

    Full Text Available The Semantic Web (Web 3.0 has been proposed as an efficient way to access the increasingly large amounts of data on the internet. The Linked Open Data Cloud project at present is the major effort to implement the concepts of the Seamtic Web, addressing the problems of inhomogeneity and large data volumes. RKBExplorer is one of many repositories implementing Open Data and contains considerable bibliographic information. This paper discusses bibliographic data, an important part of cloud data. Effective searching of bibiographic datasets can be a challenge as many of the papers residing in these databases do not have sufficient or comprehensive keyword information. In these cases however, a search engine based on RKBExplorer is only able to use information to retrieve papers based on author names and title of papers without keywords. In this paper we attempt to address this problem by using the data mining algorithm Association Rule Mining (ARM to develop keywords based on features retrieved from Resource Description Framework (RDF data within a bibliographic citation. We have demonstrate the applicability of this method for predicting missing keywords for bibliographic entries in several typical databases. −−−−− Paper presented at 1st International Symposium on Big Data and Cloud Computing Challenges (ISBCC-2014 March 27-28, 2014. Organized by VIT University, Chennai, India. Sponsored by BRNS.

  12. Supporting Active User Involvment in Prototyping

    DEFF Research Database (Denmark)

    Grønbæk, Kaj

    1990-01-01

    The term prototyping has in recent years become a buzzword in both research and practice of system design due to a number of claimed advantages of prototyping techniques over traditional specification techniques. In particular it is often stated that prototyping facilitates the users' involvement...... in the development process. But prototyping does not automatically imply active user involvement! Thus a cooperative prototyping approach aiming at involving users actively and creatively in system design is proposed in this paper. The key point of the approach is to involve users in activities that closely couple...... development of prototypes to early evaluation of prototypes in envisioned use situations. Having users involved in such activities creates new requirements for tool support. Tools that support direct manipulation of prototypes and simulation of behaviour have shown promise for cooperative prototyping...

  13. Engineering prototypes for theta-pinch devices

    International Nuclear Information System (INIS)

    Hansborough, L.D.; Hammer, C.F.; Hanks, K.W.; McDonald, T.E.; Nunnally, W.C.

    1975-01-01

    Past, present, and future engineering prototypes for theta-pinch plasma-physics devices at Los Alamos Scientific Laboratory are discussed. Engineering prototypes are designed to test and evaluate all components under system conditions expected on actual plasma-physics experimental devices. The importance of engineering prototype development increases as the size and complexity of the plasma-physics device increases. Past experiences with the Scyllac prototype and the Staged Theta-Pinch prototype are discussed and evaluated. The design of the proposed Staged Scyllac prototype and the Large Staged Scyllac implosion prototype assembly are discussed

  14. EPCiR prototype

    DEFF Research Database (Denmark)

    2003-01-01

    A prototype of a residential pervasive computing platform based on OSGi involving among other a mock-up of an health care bandage.......A prototype of a residential pervasive computing platform based on OSGi involving among other a mock-up of an health care bandage....

  15. Fast-prototyping of VLSI

    International Nuclear Information System (INIS)

    Saucier, G.; Read, E.

    1987-01-01

    Fast-prototyping will be a reality in the very near future if both straightforward design methods and fast manufacturing facilities are available. This book focuses, first, on the motivation for fast-prototyping. Economic aspects and market considerations are analysed by European and Japanese companies. In the second chapter, new design methods are identified, mainly for full custom circuits. Of course, silicon compilers play a key role and the introduction of artificial intelligence techniques sheds a new light on the subject. At present, fast-prototyping on gate arrays or on standard cells is the most conventional technique and the third chapter updates the state-of-the art in this area. The fourth chapter concentrates specifically on the e-beam direct-writing for submicron IC technologies. In the fifth chapter, a strategic point in fast-prototyping, namely the test problem is addressed. The design for testability and the interface to the test equipment are mandatory to fulfill the test requirement for fast-prototyping. Finally, the last chapter deals with the subject of education when many people complain about the lack of use of fast-prototyping in higher education for VLSI

  16. Treatment of simulated odor from RDF plant using ashumale kinetic modelling

    International Nuclear Information System (INIS)

    Mohd Nahar Othman; Muhd Noor Muhd Yunus; Ku Halim Ku Hamid

    2010-01-01

    The impact of ambient odour in the vicinity of the Semenyih MSW processing plant, commonly known as RDF plant, can be very negative to the nearby population, causing public restlessness and consequently affecting the business operation and sustain ability of the plant. The precise source of the odour, types, emission level and the meteorological conditions are needed to predict and established the ambient odour level at the perimeter fence of the plant and address it with respect to the ambient standards. To develop the odour gas model for the purpose of treatment is very compulsory because in MSW odour it contain many component of chemical that contribute the smell. Upon modelling using an established package as well as site measurements, the odour level at the perimeter fence of the plant was deduced and found to be marginally high, above the normal ambient level. Based on this issue, a study was made to evaluate the possibility of treating odour using Electron Beam Process. This paper will address and discuss the measurement of ambient concentration of three chemical components of the odour, namely benzene, dimethyl sulfide and trimethyl amine, the dispersion modeling to establish the critical ambient emission level, as well as and kinetic modeling of the treatment process and its experimental validation using a simulated odour. The focus will be made on exploring the use of Ashmuli kinetic modeling to develop correlations between the odour concentrations, odour chemical compositions and electron beam dose with the treatment efficiency, as well as adapting the model for MSW odour controls. (author)

  17. Prototypes as Platforms for Participation

    DEFF Research Database (Denmark)

    Horst, Willem

    developers, and design it accordingly. Designing a flexible prototype in combination with supportive tools to be used by both interaction designers and non-designers during development is introduced as a way to open up the prototyping process to these users. Furthermore I demonstrate how such a flexible...... on prototyping, by bringing to attention that the prototype itself is an object of design, with its users and use context, which deserves further attention. Moreover, in this work I present concrete tools and methods that can be used by interaction designers in practice. As such this work addresses both......The development of interactive products in industry is an activity involving different disciplines – such as different kinds of designers, engineers, marketers and managers – in which prototypes play an important role. On the one hand, prototypes can be powerful boundary objects and an effective...

  18. Application of rapid prototyping technology in the prototype manufacturing for evaluation of NPP components and equipments

    International Nuclear Information System (INIS)

    Park, C. Y.; Kim, J. W.; Shon, H. K.; Choi, H. S.; Yang, D. Y.

    2001-01-01

    A brief overview of rapid prototyping technology in which a part with complex shape can be produced easily and rapidly in a layer-by-layer additive manner is given in this article. In addition, a prototype model of a complex fan is manufactured using three-dimensional solid CAD modeling and Laminated Object Manufacturing (LOM), a rapid prototyping technology. This enables designers to verify and modify design rapidly at an early stage of product development; and the prototype model of a fan can be used as a pattern for various secondary casting process such as vacumm casting, lost-paper casting to make prototypes of a fan. It has been shown that the combination of three-dimensional solid CAD modeling and rapid prototyping technology can reduce greatly the cost and time of prototyping of fans and turbine blades in comparison with conventional CNC machining. It should also be noted that rapid prototyping technology enables the visualization of various physical and chemical defects at a nuclear power plant so that it can help engineers understand those defects in an effective way

  19. A prototype analysis of vengeance

    NARCIS (Netherlands)

    Elshout, Maartje; Nelissen, Rob; van Beest, Ilja

    2015-01-01

    The authors examined the concept of vengeance from a prototype perspective. In 6 studies, the prototype structure of vengeance was mapped. Sixty-nine features of vengeance were identified (Study 1), and rated on centrality (Study 2). Further studies confirmed the prototype structure. Compared to

  20. Review on CNC-Rapid Prototyping

    International Nuclear Information System (INIS)

    M Nafis O Z; Nafrizuan M Y; Munira M A; Kartina J

    2012-01-01

    This article reviewed developments of Computerized Numerical Control (CNC) technology in rapid prototyping process. Rapid prototyping (RP) can be classified into three major groups; subtractive, additive and virtual. CNC rapid prototyping is grouped under the subtractive category which involves material removal from the workpiece that is larger than the final part. Richard Wysk established the use of CNC machines for rapid prototyping using sets of 2½-D tool paths from various orientations about a rotary axis to machine parts without refixturing. Since then, there are few developments on this process mainly aimed to optimized the operation and increase the process capabilities to stand equal with common additive type of RP. These developments include the integration between machining and deposition process (hybrid RP), adoption of RP to the conventional machine and optimization of the CNC rapid prototyping process based on controlled parameters. The article ended by concluding that the CNC rapid prototyping research area has a vast space for improvement as in the conventional machining processes. Further developments and findings will enhance the usage of this method and minimize the limitation of current approach in building a prototype.

  1. Environment-friendly type energy and coordinated community development project. Feasibility study for industrialization of high efficiency waste-fired power generation system (industrial refuse derived fuel and gas turbine combined type); Kankyo chowagata energy community keisei sokushin. Kokoritsu haikibutsu hatsuden (sangyo RDF GT fukugogata) jigyoka FS chosa

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1996-03-01

    High efficiency power generation, which is useful for promoting the environment-friendly type energy and coordinated community, is investigated by combining a steam turbine power generation system using the PS-RDF (paper sludge-refuse derived fuel) and a gas turbine (GT) combined cycle. Industrialization plan for processing PS in low cost has been made to ensure the profitability by participating the wholesale power supply under the law of electric power industry. This combined system is similar to the so-called super power generation using municipal garbage, but the lower temperature of steam from GT waste heat boilers (WHB) is super-heated by the flue gas from RDF boiler, which is called advanced power generation system (A.S.S.). The total power generation capacity is 149,000 kW, which consists of three 35,000 kW units of GT and one 44,000 kW unit of steam turbine. When comparing the combined system (A.S.S.) and usual one with the independent installation of the RDF steam power generation system and a GT combined cycle, the A.S.S. provides the repowering efficiency of 7,600 kW output with exactly the same quantity of fuel input as usual one. 71 figs., 31 tabs.

  2. Prototyping in theory and in practice

    DEFF Research Database (Denmark)

    Yu, Fei; Brem, Alexander; Pasinell, Michele

    2018-01-01

    and functions of a prototype and needed to meet specific goals in order to push the process forward. Designers, on the other hand, used prototypes to investigate the design space for new possibilities, and were more open to a variety of prototyping materials and tools, especially for low-fidelity prototypes...

  3. Mobile prototyping with Axure 7

    CERN Document Server

    Hacker, Will

    2013-01-01

    This book is a step-by-step tutorial which includes hands-on examples and downloadable Axure files to get you started with mobile prototyping immediately. You will learn how to develop an application from scratch, and will be guided through each and every step.If you are a mobile-centric developer/designer, or someone who would like to take their Axure prototyping skills to the next level and start designing and testing mobile prototypes, this book is ideal for you. You should be familiar with prototyping and Axure specifically, before you read this book.

  4. Prototype-Incorporated Emotional Neural Network.

    Science.gov (United States)

    Oyedotun, Oyebade K; Khashman, Adnan

    2017-08-15

    Artificial neural networks (ANNs) aim to simulate the biological neural activities. Interestingly, many ''engineering'' prospects in ANN have relied on motivations from cognition and psychology studies. So far, two important learning theories that have been subject of active research are the prototype and adaptive learning theories. The learning rules employed for ANNs can be related to adaptive learning theory, where several examples of the different classes in a task are supplied to the network for adjusting internal parameters. Conversely, the prototype-learning theory uses prototypes (representative examples); usually, one prototype per class of the different classes contained in the task. These prototypes are supplied for systematic matching with new examples so that class association can be achieved. In this paper, we propose and implement a novel neural network algorithm based on modifying the emotional neural network (EmNN) model to unify the prototype- and adaptive-learning theories. We refer to our new model as ``prototype-incorporated EmNN''. Furthermore, we apply the proposed model to two real-life challenging tasks, namely, static hand-gesture recognition and face recognition, and compare the result to those obtained using the popular back-propagation neural network (BPNN), emotional BPNN (EmNN), deep networks, an exemplar classification model, and k-nearest neighbor.

  5. Prototype Effect and the Persuasiveness of Generalizations.

    Science.gov (United States)

    Dahlman, Christian; Sarwar, Farhan; Bååth, Rasmus; Wahlberg, Lena; Sikström, Sverker

    An argument that makes use of a generalization activates the prototype for the category used in the generalization. We conducted two experiments that investigated how the activation of the prototype affects the persuasiveness of the argument. The results of the experiments suggest that the features of the prototype overshadow and partly overwrite the actual facts of the case. The case is, to some extent, judged as if it had the features of the prototype instead of the features it actually has. This prototype effect increases the persuasiveness of the argument in situations where the audience finds the judgment more warranted for the prototype than for the actual case (positive prototype effect), but decreases persuasiveness in situations where the audience finds the judgment less warranted for the prototype than for the actual case (negative prototype effect).

  6. Project management strategies for prototyping breakdowns

    DEFF Research Database (Denmark)

    Granlien, Maren Sander; Pries-Heje, Jan; Baskerville, Richard

    2009-01-01

    , managing the explorative and iterative aspects of prototyping projects is not a trivial task. We examine the managerial challenges in a small scale prototyping project in the Danish healthcare sector where a prototype breakdown and project escalation occurs. From this study we derive a framework...... of strategies for coping with escalation in troubled prototyping projects; the framework is based on project management triangle theory and is useful when considering how to manage prototype breakdown and escalation. All strategies were applied in the project case at different points in time. The strategies led...

  7. Specifications in software prototyping

    OpenAIRE

    Luqi; Chang, Carl K.; Zhu, Hong

    1998-01-01

    We explore the use of software speci®cations for software prototyping. This paper describes a process model for software prototyping, and shows how specifications can be used to support such a process via a cellular mobile phone switch example.

  8. Courthouse Prototype Building

    Energy Technology Data Exchange (ETDEWEB)

    Malhotra, Mini [ORNL; New, Joshua Ryan [ORNL; Im, Piljae [ORNL

    2018-02-01

    As part of DOE's support of ANSI/ASHRAE/IES Standard 90.1 and IECC, researchers at Pacific Northwest National Laboratory (PNNL) apply a suite of prototype buildings covering 80% of the commercial building floor area in the U.S. for new construction. Efforts have started on expanding the prototype building suite to cover 90% of the commercial building floor area in the U.S., by developing prototype models for additional building types including place of worship, public order and safety, public assembly. Courthouse is courthouse is a sub-category under the “Public Order and Safety" building type category; other sub-categories include police station, fire station, and jail, reformatory or penitentiary.ORNL used building design guides, databases, and documented courthouse projects, supplemented by personal communication with courthouse facility planning and design experts, to systematically conduct research on the courthouse building and system characteristics. This report documents the research conducted for the courthouse building type and proposes building and system characteristics for developing a prototype building energy model to be included in the Commercial Building Prototype Model suite. According to the 2012 CBECS, courthouses occupy a total of 436 million sqft of floor space or 0.5% of the total floor space in all commercial buildings in the US, next to fast food (0.35%), grocery store or food market (0.88%), and restaurant or cafeteria (1.2%) building types currently included in the Commercial Prototype Building Model suite. Considering aggregated average, courthouse falls among the larger with a mean floor area of 69,400 sqft smaller fuel consumption intensity building types and an average of 94.7 kBtu/sqft compared to 77.8 kBtu/sqft for office and 80 kBtu/sqft for all commercial buildings.Courthouses range in size from 1000 sqft to over a million square foot building gross square feet and 1 courtroom to over 100 courtrooms. Small courthouses

  9. Implicit face prototype learning from geometric information.

    Science.gov (United States)

    Or, Charles C-F; Wilson, Hugh R

    2013-04-19

    There is evidence that humans implicitly learn an average or prototype of previously studied faces, as the unseen face prototype is falsely recognized as having been learned (Solso & McCarthy, 1981). Here we investigated the extent and nature of face prototype formation where observers' memory was tested after they studied synthetic faces defined purely in geometric terms in a multidimensional face space. We found a strong prototype effect: The basic results showed that the unseen prototype averaged from the studied faces was falsely identified as learned at a rate of 86.3%, whereas individual studied faces were identified correctly 66.3% of the time and the distractors were incorrectly identified as having been learned only 32.4% of the time. This prototype learning lasted at least 1 week. Face prototype learning occurred even when the studied faces were further from the unseen prototype than the median variation in the population. Prototype memory formation was evident in addition to memory formation of studied face exemplars as demonstrated in our models. Additional studies showed that the prototype effect can be generalized across viewpoints, and head shape and internal features separately contribute to prototype formation. Thus, implicit face prototype extraction in a multidimensional space is a very general aspect of geometric face learning. Copyright © 2013 Elsevier Ltd. All rights reserved.

  10. Novice designers’ use of prototypes in engineering design

    Science.gov (United States)

    Deininger, Michael; Daly, Shanna R.; Sienko, Kathleen H.; Lee, Jennifer C.

    2017-01-01

    Prototypes are essential tools in product design processes, but are often underutilized by novice designers. To help novice designers use prototypes more effectively, we must first determine how they currently use prototypes. In this paper, we describe how novice designers conceptualized prototypes and reported using them throughout a design project, and compare reported prototyping use to prototyping best practices. We found that some of the reported prototyping practices by novice designers, such as using inexpensive prototypes early and using prototypes to define user requirements, occurred infrequently and lacked intentionality. Participants’ initial descriptions of prototypes were less sophisticated than how they later described using them and only upon prompted reflection did participants recognize more specific benefits of using prototypes. PMID:29398740

  11. Prototyping of user interfaces for mobile applications

    CERN Document Server

    Bähr, Benjamin

    2017-01-01

    This book investigates processes for the prototyping of user interfaces for mobile apps, and describes the development of new concepts and tools that can improve the prototype driven app development in the early stages. It presents the development and evaluation of a new requirements catalogue for prototyping mobile app tools that identifies the most important criteria such tools should meet at different prototype-development stages. This catalogue is not just a good point of orientation for designing new prototyping approaches, but also provides a set of metrics for a comparing the performance of alternative prototyping tools. In addition, the book discusses the development of Blended Prototyping, a new approach for prototyping user interfaces for mobile applications in the early and middle development stages, and presents the results of an evaluation of its performance, showing that it provides a tool for teamwork-oriented, creative prototyping of mobile apps in the early design stages.

  12. EUCLID ARCHIVE SYSTEM PROTOTYPE

    NARCIS (Netherlands)

    Belikov, Andrey; Williams, Owen; Droge, Bob; Tsyganov, Andrey; Boxhoorn, Danny; McFarland, John; Verdoes Kleijn, Gijs; Valentijn, E; Altieri, Bruno; Dabin, Christophe; Pasian, F.; Osuna, Pedro; Soille, P.; Marchetti, P.G.

    2014-01-01

    The Euclid Archive System prototype is a functional information system which is used to address the numerous challenges in the development of fully functional data processing system for Euclid. The prototype must support the highly distributed nature of the Euclid Science Ground System, with Science

  13. PRMS Data Warehousing Prototype

    Science.gov (United States)

    Guruvadoo, Eranna K.

    2002-01-01

    Project and Resource Management System (PRMS) is a web-based, mid-level management tool developed at KSC to provide a unified enterprise framework for Project and Mission management. The addition of a data warehouse as a strategic component to the PRMS is investigated through the analysis, design and implementation processes of a data warehouse prototype. As a proof of concept, a demonstration of the prototype with its OLAP's technology for multidimensional data analysis is made. The results of the data analysis and the design constraints are discussed. The prototype can be used to motivate interest and support for an operational data warehouse.

  14. Designing and testing prototypes

    NARCIS (Netherlands)

    Vereijken, P.; Wijnands, F.; Stol, W.

    1995-01-01

    This second progress report focuses on designing a theoretical prototype by linking parameters to methods and designing the methods in this context until they are ready for initial testing. The report focuses also on testing and improving the prototype in general and the methods in particular until

  15. Prototypes in engineering design: Definitions and strategies

    DEFF Research Database (Denmark)

    Jensen, Lasse Skovgaard; Özkil, Ali Gürcan; Mortensen, Niels Henrik

    2016-01-01

    By reviewing literature, we investigate types, purposes and definitions of prototypes. There is no overarching definition of a prototype, but we identify five categories of prototypes in litterature. We further synthesize and reference previous work to create an overview of aspects in prototyping...

  16. Prototype moving-ring reactor

    International Nuclear Information System (INIS)

    Smith, A.C. Jr.; Ashworth, C.P.; Abreu, K.E.

    1981-01-01

    The objective of this work was to design a prototype fusion reactor based on fusion plasmas confined as ''Compact Toruses.' Six major criteria guided the prototype design. The prototype must: (1) produce net electricity decisively (P/sub net/ >70% of P/sub gross/), with P/sub net/ approximately 100 MW(e); (2) have small physical size (low project cost) but commercial plant; (3) have all features required of commerical plants; (4) avoid unreasonable extrapolation of technology; (5) minimize nuclear issues substantially, i.e. accident and waste issues of public concern, and (6) be modular (to permit repetitive fabrication of parts) and be maintainable with low occupational radiological exposures

  17. Phase 1, Background study results under the Council of Great Lake Governors program to perform stack sampling and analysis of emissions from densified refuse derived fuels (d-RDF)

    Energy Technology Data Exchange (ETDEWEB)

    1989-04-07

    This report covers the results of the first part of the study. Chapter 2 contains a summary of the d-RDF literature which was surveyed. Chapter 3 contains a compilation of existing and proposed regulation information from the seven participating Great Lakes States. Chapter 4 includes identification of pellet producers in the region. Chapter 5 contains a description of the pellet producers and test burn facilities selected for the experimental work to be undertaken in the second part of the program study. Chapter 6 contains a list of references. 27 refs., 7 figs., 6 tabs.

  18. Organic emissions from co-combustion of RDF with wood chips and milled peat in a bubbling fluidized bed boiler

    International Nuclear Information System (INIS)

    Vesterinen, Raili; Flyktman, Martti

    1996-01-01

    Refuse derived fuel (RDF) has been burned with wood chips and milled peat in a 4 MW bubbling fluidized bed boiler. Emissions of polychlorinated dibenzo-p-dioxins and dibenzofurans (PCDD/F) in flue gases expressed as TCDD-equivalents were significantly below the emission limit 0.1 ng/m 3 n I-TEQ (11 % O 2 ). Also the PCDD/F-concentrations of fly ashes separated by an electrostatic precipitator are significantly below the 1 ng/g I-TEQ limit for agricultural soil in Germany. The carbon monoxide content was rather high, but typical for many small district heating plants. The concentrations of other chlorinated aromatic compounds were also low, in some tests below the detection limit. The concentrations of polyaromatic hydrocarbons (PAH) were rather high. The leachable metal content of the fly ash generated were analyzed using U.S. EPA TCLP test (Toxicity Characteristic Leaching Procedure). All concentrations fell below boundary levels. (author)

  19. Towards an Operational Framework for Architectural Prototyping

    DEFF Research Database (Denmark)

    Christensen, Henrik Bærbak

    2005-01-01

    We use a case study in architectural prototyping as input for presenting a first, tentative, framework describing key concepts and their relationships in architectural prototyping processes.......We use a case study in architectural prototyping as input for presenting a first, tentative, framework describing key concepts and their relationships in architectural prototyping processes....

  20. Evaluation of a prototype infrasound system

    International Nuclear Information System (INIS)

    Whitaker, R.; Sandoval, T.; Breding, D.; Kromer, D.

    1997-01-01

    Under Department of Energy sponsorship, Sandia National Laboratories and Los Alamos National Laboratory cooperated to develop a prototype infrasonic array, with associated documentation, that could be used as part of the International Monitoring System. The United States Government or foreign countries could procure commercially available systems based on this prototype to fulfill their Comprehensive Test Ban Treaty (CTBT) obligations. The prototype is a four-element array in a triangular layout as recommended in CD/NTB/WP.224 with an element at each corner and one in the center. The prototype test configuration utilize an array spacing of 1 km. The prototype infrasound system has the following objectives: (1) Provide a prototype that reliably acquires and transmits near real-time infrasonic data to facilitate the rapid location and identification of atmospheric events. (2) Provide documentation that could be used by the United States and foreign countries to procure infrasound systems commercially to fulfill their CTBT responsibilities. Infrasonic monitoring is an effective, low cost technology for detecting atmospheric explosions. The low frequency components of explosion signals propagate to long ranges (few thousand kilometers) where they can be detected with an array of sensors. Los Alamos National Laboratory's expertise in infrasound systems and phenomenology when combined with Sandia's expertise in providing verification quality system for treaty monitoring make an excellent team to provide the prototype infrasound sensor system. By September 1997, the prototype infrasound system will have been procured, integrated, evaluated and documented. Final documentation will include a system requirements document, an evaluation report and a hardware design document. The hardware design document will describe the various hardware components used in the infrasound prototype and their interrelationships

  1. EUSO-TA prototype telescope

    Energy Technology Data Exchange (ETDEWEB)

    Bisconti, Francesca, E-mail: francesca.bisconti@kit.edu

    2016-07-11

    EUSO-TA is one of the prototypes developed for the JEM-EUSO project, a space-based large field-of-view telescope to observe the fluorescence light emitted by cosmic ray air showers in the atmosphere. EUSO-TA is a ground-based prototype located at the Telescope Array (TA) site in Utah, USA, where an Electron Light Source and a Central Laser Facility are installed. The purpose of the EUSO-TA project is to calibrate the prototype with the TA fluorescence detector in presence of well-known light sources and cosmic ray air showers. In 2015, the detector started the first measurements and tests using the mentioned light sources have been performed successfully. A first cosmic ray candidate has been observed, as well as stars of different magnitude and color index. Since Silicon Photo-Multipliers (SiPMs) are very promising for fluorescence telescopes of next generation, they are under consideration for the realization of a new prototype of EUSO Photo Detector Module (PDM). The response of this sensor type is under investigation through simulations and laboratory experimentation.

  2. EUSO-TA prototype telescope

    Science.gov (United States)

    Bisconti, Francesca; JEM-EUSO Collaboration

    2016-07-01

    EUSO-TA is one of the prototypes developed for the JEM-EUSO project, a space-based large field-of-view telescope to observe the fluorescence light emitted by cosmic ray air showers in the atmosphere. EUSO-TA is a ground-based prototype located at the Telescope Array (TA) site in Utah, USA, where an Electron Light Source and a Central Laser Facility are installed. The purpose of the EUSO-TA project is to calibrate the prototype with the TA fluorescence detector in presence of well-known light sources and cosmic ray air showers. In 2015, the detector started the first measurements and tests using the mentioned light sources have been performed successfully. A first cosmic ray candidate has been observed, as well as stars of different magnitude and color index. Since Silicon Photo-Multipliers (SiPMs) are very promising for fluorescence telescopes of next generation, they are under consideration for the realization of a new prototype of EUSO Photo Detector Module (PDM). The response of this sensor type is under investigation through simulations and laboratory experimentation.

  3. Rapid Prototyping of Formally Modelled Distributed Systems

    OpenAIRE

    Buchs, Didier; Buffo, Mathieu; Titsworth, Frances M.

    1999-01-01

    This paper presents various kinds of prototypes, used in the prototyping of formally modelled distributed systems. It presents the notions of prototyping techniques and prototype evolution, and shows how to relate them to the software life-cycle. It is illustrated through the use of the formal modelling language for distributed systems CO-OPN/2.

  4. Architectural Prototyping in Industrial Practice

    DEFF Research Database (Denmark)

    Christensen, Henrik Bærbak; Hansen, Klaus Marius

    2008-01-01

    Architectural prototyping is the process of using executable code to investigate stakeholders’ software architecture concerns with respect to a system under development. Previous work has established this as a useful and cost-effective way of exploration and learning of the design space of a system......, in addressing issues regarding quality attributes, in addressing architectural risks, and in addressing the problem of knowledge transfer and conformance. Little work has been reported so far on the actual industrial use of architectural prototyping. In this paper, we report from an ethnographical study...... and focus group involving architects from four companies in which we have focused on architectural prototypes. Our findings conclude that architectural prototypes play an important role in resolving problems experimentally, but less so in exploring alternative solutions. Furthermore, architectural...

  5. PEAR: Prototyping Expressive Animated Robots - A framework for social robot prototyping

    OpenAIRE

    Balit , Etienne; Vaufreydaz , Dominique; Reignier , Patrick

    2018-01-01

    International audience; Social robots are transitioning from lab experiments to commercial products, creating new needs for proto-typing and design tools. In this paper, we present a framework to facilitate the prototyping of expressive animated robots. For this, we start by reviewing the design of existing social robots in order to define a set of basic components of social robots. We then show how to extend an existing 3D animation software to enable the animation of these components. By co...

  6. The Scintillator Tile Hadronic Calorimeter Prototype

    International Nuclear Information System (INIS)

    Rusinov, V.

    2006-01-01

    A high granularity scintillator hadronic calorimeter prototype is described. The calorimeter is based on a novel photodetector - Silicon Photo-Multiplier (SiPM). The main parameters of SiPM are discussed as well as readout cell construction and optimization. The experience with a small prototype production and testing is described. A new 8 k channel prototype is being manufactured now

  7. Virtual Video Prototyping for Healthcare Systems

    DEFF Research Database (Denmark)

    Bardram, Jakob Eyvind; Bossen, Claus; Lykke-Olesen, Andreas

    2002-01-01

    Virtual studio technology enables the mixing of physical and digital 3D objects and thus expands the way of representing design ideas in terms of virtual video prototypes, which offers new possibilities for designers by combining elements of prototypes, mock-ups, scenarios, and conventional video....... In this article we report our initial experience in the domain of pervasive healthcare with producing virtual video prototypes and using them in a design workshop. Our experience has been predominantly favourable. The production of a virtual video prototype forces the designers to decide very concrete design...... issues, since one cannot avoid paying attention to the physical, real-world constraints and to details in the usage-interaction between users and technology. From the users' perspective, during our evaluation of the virtual video prototype, we experienced how it enabled users to relate...

  8. Prompt and Precise Prototyping

    Science.gov (United States)

    2003-01-01

    For Sanders Design International, Inc., of Wilton, New Hampshire, every passing second between the concept and realization of a product is essential to succeed in the rapid prototyping industry where amongst heavy competition, faster time-to-market means more business. To separate itself from its rivals, Sanders Design aligned with NASA's Marshall Space Flight Center to develop what it considers to be the most accurate rapid prototyping machine for fabrication of extremely precise tooling prototypes. The company's Rapid ToolMaker System has revolutionized production of high quality, small-to-medium sized prototype patterns and tooling molds with an exactness that surpasses that of computer numerically-controlled (CNC) machining devices. Created with funding and support from Marshall under a Small Business Innovation Research (SBIR) contract, the Rapid ToolMaker is a dual-use technology with applications in both commercial and military aerospace fields. The advanced technology provides cost savings in the design and manufacturing of automotive, electronic, and medical parts, as well as in other areas of consumer interest, such as jewelry and toys. For aerospace applications, the Rapid ToolMaker enables fabrication of high-quality turbine and compressor blades for jet engines on unmanned air vehicles, aircraft, and missiles.

  9. Rapid prototyping: een veelbelovende methode

    NARCIS (Netherlands)

    Haverman, T.M.; Karagozoglu, K.H.; Prins, H.; Schulten, E.A.J.M.; Forouzanfar, T.

    2013-01-01

    Rapid prototyping is a method which makes it possible to produce a three-dimensional model based on two-dimensional imaging. Various rapid prototyping methods are available for modelling, such as stereolithography, selective laser sintering, direct laser metal sintering, two-photon polymerization,

  10. Field evaluation of prototype electrofibrous filters

    International Nuclear Information System (INIS)

    Kuhl, W.D.; Bergman, W.; Biermann, A.H.; Lum, B.Y.

    1982-01-01

    New prototype electrofibrous filters were designed, built and evaluated in laboratory tests and in field installations. Two prototypes were designed for use in nuclear ventilation ducts as prefilters to HEPA filters. One prototype is designed to be a permanent component of the ventilation system while the other is a disposable unit. The disposable electrofibrous prefilter was installed in the exhaust stream of a glove box in which barrels of uranium turnings are burned. Preliminary tests show the disposal prefilter is effectively prolonging the HEPA filter life. An earlier prototype of the rolling prefilter was upgraded to meet the increased requirements for installation in a nuclear facility. This upgraded prototype was evaluated in the fire test facility at LLNL and shown to be effective in protecting HEPA filters from plugging under the most severe smoke conditions. The last prototype described in this report is a recirculating air filter. After demonstrating a high performance in laboratory tests the unit was shipped to Savannah River where it is awaiting installation in a Pu fuel fabrication facility. An analysis of the particulate problem in Savannah River indicates that four recirculating air filter will save $172,000 per year in maintenance costs

  11. Window prototypes during the project

    DEFF Research Database (Denmark)

    Schultz, Jørgen Munthe

    1996-01-01

    The conditions for the PASSYS test and the results of the measurements on one of the aerogel window prototypes are described.......The conditions for the PASSYS test and the results of the measurements on one of the aerogel window prototypes are described....

  12. Test case preparation using a prototype

    OpenAIRE

    Treharne, Helen; Draper, J.; Schneider, Steve A.

    1998-01-01

    This paper reports on the preparation of test cases using a prototype within the context of a formal development. It describes an approach to building a prototype using an example. It discusses how a prototype contributes to the testing activity as part of a lifecycle based on the use of formal methods. The results of applying the approach to an embedded avionics case study are also presented.

  13. Rapid prototyping and stereolithography in dentistry

    Science.gov (United States)

    Nayar, Sanjna; Bhuminathan, S.; Bhat, Wasim Manzoor

    2015-01-01

    The word rapid prototyping (RP) was first used in mechanical engineering field in the early 1980s to describe the act of producing a prototype, a unique product, the first product, or a reference model. In the past, prototypes were handmade by sculpting or casting, and their fabrication demanded a long time. Any and every prototype should undergo evaluation, correction of defects, and approval before the beginning of its mass or large scale production. Prototypes may also be used for specific or restricted purposes, in which case they are usually called a preseries model. With the development of information technology, three-dimensional models can be devised and built based on virtual prototypes. Computers can now be used to create accurately detailed projects that can be assessed from different perspectives in a process known as computer aided design (CAD). To materialize virtual objects using CAD, a computer aided manufacture (CAM) process has been developed. To transform a virtual file into a real object, CAM operates using a machine connected to a computer, similar to a printer or peripheral device. In 1987, Brix and Lambrecht used, for the first time, a prototype in health care. It was a three-dimensional model manufactured using a computer numerical control device, a type of machine that was the predecessor of RP. In 1991, human anatomy models produced with a technology called stereolithography were first used in a maxillofacial surgery clinic in Viena. PMID:26015715

  14. Rapid prototyping and stereolithography in dentistry.

    Science.gov (United States)

    Nayar, Sanjna; Bhuminathan, S; Bhat, Wasim Manzoor

    2015-04-01

    The word rapid prototyping (RP) was first used in mechanical engineering field in the early 1980s to describe the act of producing a prototype, a unique product, the first product, or a reference model. In the past, prototypes were handmade by sculpting or casting, and their fabrication demanded a long time. Any and every prototype should undergo evaluation, correction of defects, and approval before the beginning of its mass or large scale production. Prototypes may also be used for specific or restricted purposes, in which case they are usually called a preseries model. With the development of information technology, three-dimensional models can be devised and built based on virtual prototypes. Computers can now be used to create accurately detailed projects that can be assessed from different perspectives in a process known as computer aided design (CAD). To materialize virtual objects using CAD, a computer aided manufacture (CAM) process has been developed. To transform a virtual file into a real object, CAM operates using a machine connected to a computer, similar to a printer or peripheral device. In 1987, Brix and Lambrecht used, for the first time, a prototype in health care. It was a three-dimensional model manufactured using a computer numerical control device, a type of machine that was the predecessor of RP. In 1991, human anatomy models produced with a technology called stereolithography were first used in a maxillofacial surgery clinic in Viena.

  15. Role model and prototype matching

    DEFF Research Database (Denmark)

    Lykkegaard, Eva; Ulriksen, Lars

    2016-01-01

    ’ meetings with the role models affected their thoughts concerning STEM students and attending university. The regular self-to-prototype matching process was shown in real-life role-models meetings to be extended to a more complex three-way matching process between students’ self-perceptions, prototype...

  16. High confidence in falsely recognizing prototypical faces.

    Science.gov (United States)

    Sampaio, Cristina; Reinke, Victoria; Mathews, Jeffrey; Swart, Alexandra; Wallinger, Stephen

    2018-06-01

    We applied a metacognitive approach to investigate confidence in recognition of prototypical faces. Participants were presented with sets of faces constructed digitally as deviations from prototype/base faces. Participants were then tested with a simple recognition task (Experiment 1) or a multiple-choice task (Experiment 2) for old and new items plus new prototypes, and they showed a high rate of confident false alarms to the prototypes. Confidence and accuracy relationship in this face recognition paradigm was found to be positive for standard items but negative for the prototypes; thus, it was contingent on the nature of the items used. The data have implications for lineups that employ match-to-suspect strategies.

  17. Prototype effect and the persuasiveness of generalizations

    OpenAIRE

    Dahlman, Christian; Sarwar, Farhan; Bååth, Rasmus; Wahlberg, Lena; Sikström, Sverker

    2015-01-01

    An argument that makes use of a generalization activates the prototype for the category used in the generalization. We conducted two experiments that investigated how the activation of the prototype affects the persuasiveness of the argument. The results of the experiments suggest that the features of the prototype overshadow and partly overwrite the actual facts of the case. The case is, to some extent, judged as if it had the features of the prototype instead of the features it actually ...

  18. Rapid Prototyping: An Alternative Instructional Design Strategy.

    Science.gov (United States)

    Tripp, Steven D.; Bichelmeyer, Barbara

    1990-01-01

    Discusses the nature of instructional design and describes rapid prototyping as a feasible model for instructional system design (ISD). The use of prototyping in software engineering is described, similarities between software design and instructional design are discussed, and an example is given which uses rapid prototyping in designing a…

  19. PROVIDING GEOGRAPHIC DATASETS AS LINKED DATA IN SDI

    Directory of Open Access Journals (Sweden)

    E. Hietanen

    2016-06-01

    Full Text Available In this study, a prototype service to provide data from Web Feature Service (WFS as linked data is implemented. At first, persistent and unique Uniform Resource Identifiers (URI are created to all spatial objects in the dataset. The objects are available from those URIs in Resource Description Framework (RDF data format. Next, a Web Ontology Language (OWL ontology is created to describe the dataset information content using the Open Geospatial Consortium’s (OGC GeoSPARQL vocabulary. The existing data model is modified in order to take into account the linked data principles. The implemented service produces an HTTP response dynamically. The data for the response is first fetched from existing WFS. Then the Geographic Markup Language (GML format output of the WFS is transformed on-the-fly to the RDF format. Content Negotiation is used to serve the data in different RDF serialization formats. This solution facilitates the use of a dataset in different applications without replicating the whole dataset. In addition, individual spatial objects in the dataset can be referred with URIs. Furthermore, the needed information content of the objects can be easily extracted from the RDF serializations available from those URIs. A solution for linking data objects to the dataset URI is also introduced by using the Vocabulary of Interlinked Datasets (VoID. The dataset is divided to the subsets and each subset is given its persistent and unique URI. This enables the whole dataset to be explored with a web browser and all individual objects to be indexed by search engines.

  20. 16 CFR 1633.4 - Prototype testing requirements.

    Science.gov (United States)

    2010-01-01

    ... 16 Commercial Practices 2 2010-01-01 2010-01-01 false Prototype testing requirements. 1633.4... STANDARD FOR THE FLAMMABILITY (OPEN FLAME) OF MATTRESS SETS The Standard § 1633.4 Prototype testing... three specimens of each prototype to be tested according to § 1633.7 and obtain passing test results...

  1. Close encounters of the prototype kind

    CERN Multimedia

    2005-01-01

    CERN is building a new control centre for the operation of its entire accelerator complex and technical infrastructure. The prototype console for the new centre has just been installed and tested. Close encounters of the prototype kind CERN is building a new control centre for the operation of its entire accelerator complex and technical infrastructure. The prototype console for the new centre has just been installed and tested. The prototype of the control consoles that will be at the heart of the future CERN Control Centre (CCC) has just been installed in the Roy Billinge Room in Building 354. Until now, there have been four separate control rooms for the CERN accelerators and technical infrastructure. The CCC, which will be located on the Prévessin site, will bring them all together in a single room. The Centre will consist of 40 consoles for four different areas (LHC, SPS, PS complex and technical infrastructure). The prototype was tested by the technicians for a month. Following installation and con...

  2. FY 1999 project on the development of new industry support type international standards. Standardization of a method to evaluate the performance of open robot use communication interface in production system, etc.; 1999 nendo shinki sangyo shiengata kokusai hyojun kaihatsu jigyo seika hokokusho. Seisan system nado ni okeru open robot yo tsushin interface no hyojunka

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2000-03-01

    For the purpose of standardizing the communication interface system between personal computers and robots, the R and D were conducted on ORiN (Open Robot Interface for the Network), and the FY 1999 results were summed up. ORiN is composed of the provider part, kernel part and application logic part. The provider absorbs differences in expression and protocols of robot controller data of each company and conveys them to the kernel part. The kernel part is composed of RAO and RDF. RAO adopts the disperse object model DCOM technology and supplies the network transparency and common access method to robot. RDF supplies files with expansion of robot structure models using XML. By this, ORiN was made adoptable for future, permitting differences in each robot. In the International Robot Exhibition held in October 26-29, 1999, the prototype of ORiN was jointly demonstrated by each company. (NEDO)

  3. 46 CFR 161.013-11 - Prototype test.

    Science.gov (United States)

    2010-10-01

    ... 46 Shipping 6 2010-10-01 2010-10-01 false Prototype test. 161.013-11 Section 161.013-11 Shipping...: SPECIFICATIONS AND APPROVAL ELECTRICAL EQUIPMENT Electric Distress Light for Boats § 161.013-11 Prototype test. (a) Each manufacturer must test a prototype light identical to the lights to be certified prior to...

  4. Designing Instructor-Led Schools with Rapid Prototyping.

    Science.gov (United States)

    Lange, Steven R.; And Others

    1996-01-01

    Rapid prototyping involves abandoning many of the linear steps of traditional prototyping; it is instead a series of design iterations representing each major stage. This article describes the development of an instructor-led course for midlevel auditors using the principles and procedures of rapid prototyping, focusing on the savings in time and…

  5. The OPAL vertex detector prototype

    International Nuclear Information System (INIS)

    Roney, J.M.; Armitage, J.C.; Carnegie, R.K.; Giles, G.L.; Hemingway, R.J.; McPherson, A.C.; Pinfold, J.L.; Waterhouse, J.; Godfrey, L.; Hargrove, C.K.

    1989-01-01

    The prototype test results of a high resolution charged particle tracking detector are reported. The detector is designed to measure vertex topologies of particles produced in the e + e - collisions of the OPAL experiment at LEP. The OPAL vertex detector is a 1 m long, 0.46 m diameter cylindrical drift chamber consisting of an axial and stereo layer each of which is divided into 36 jet cells. A prototype chamber containing four axial and two stereo cells was studied using a pion test beam at CERN. The studies examined the prototype under a variety of operating conditions. An r-Φ resolution of 60 μm was obtained when the chamber was operated with argon (50%)-ethane (50%) at 3.75 bar, and when CO 2 (80%)-isobutane (20%) at 2.5 bar was used a 25 μm resolution was achieved. A z measurement using end-to-end time difference has a resolution of 3.5 cm. The details of these prototype studies are discussed in this paper. (orig.)

  6. Rule-based emergency action level monitor prototype

    International Nuclear Information System (INIS)

    Touchton, R.A.; Gunter, A.D.; Cain, D.

    1985-01-01

    In late 1983, the Electric Power Research Institute (EPRI) began a program to encourage and stimulate the development of artificial intelligence (AI) applications for the nuclear industry. Development of a rule-based emergency action level classification system prototype is discussed. The paper describes both the full prototype currently under development and the completed, simplified prototype

  7. An Empirical Investigation of Architectural Prototyping

    DEFF Research Database (Denmark)

    Christensen, Henrik Bærbak; Hansen, Klaus Marius

    2010-01-01

    Architectural prototyping is the process of using executable code to investigate stakeholders’ software architecture concerns with respect to a system under development. Previous work has established this as a useful and cost-effective way of exploration and learning of the design space of a system...... and in addressing issues regarding quality attributes, architectural risks, and the problem of knowledge transfer and conformance. However, the actual industrial use of architectural prototyping has not been thoroughly researched so far. In this article, we report from three studies of architectural prototyping...... in practice. First, we report findings from an ethnographic study of practicing software architects. Secondly, we report from a focus group on architectural prototyping involving architects from four companies. And, thirdly, we report from a survey study of 20 practicing software architects and software...

  8. Rapid Prototyping and the Human Factors Engineering Process

    Science.gov (United States)

    2016-08-29

    conventional systems development techniques. It is not clear, however, exactly how rapid prototyping could be used in relation to conventional human...factors engineering analyses. Therefore, an investigation of the use of the V APS virtual prototyping system was carried out in five organizations. The...results show that a variety of task analysis approaches can be used to initiate rapid prototyping . Overall, it appears that rapid prototyping

  9. From prototype to product

    DEFF Research Database (Denmark)

    Andersen, Tariq Osman; Bansler, Jørgen P.; Kensing, Finn

    2017-01-01

    This paper delves into the challenges of engaging patients, clinicians and industry stakeholders in the participatory design of an mHealth platform for patient-clinician collaboration. It follows the process from the development of a research prototype to a commercial software product. In particu......This paper delves into the challenges of engaging patients, clinicians and industry stakeholders in the participatory design of an mHealth platform for patient-clinician collaboration. It follows the process from the development of a research prototype to a commercial software product....... In particular, we draw attention to four major challenges of (a) aligning the different concerns of patients and clinicians, (b) designing according to clinical accountability, (c) ensuring commercial interest, and (d) dealing with regulatory constraints when prototyping safety critical health Information...... Technology. Using four illustrative cases, we discuss what these challenges entail and the implications they pose to Participatory Design. We conclude the paper by presenting lessons learned....

  10. Virtual Video Prototyping of Pervasive Healthcare Systems

    DEFF Research Database (Denmark)

    Bardram, Jakob Eyvind; Bossen, Claus; Madsen, Kim Halskov

    2002-01-01

    Virtual studio technology enables the mixing of physical and digital 3D objects and thus expands the way of representing design ideas in terms of virtual video prototypes, which offers new possibilities for designers by combining elements of prototypes, mock-ups, scenarios, and conventional video....... In this article we report our initial experience in the domain of pervasive healthcare with producing virtual video prototypes and using them in a design workshop. Our experience has been predominantly favourable. The production of a virtual video prototype forces the designers to decide very concrete design...... issues, since one cannot avoid paying attention to the physical, real-world constraints and to details in the usage-interaction between users and technology. From the users' perspective, during our evaluation of the virtual video prototype, we experienced how it enabled users to relate...

  11. Prototyping a Smart City

    DEFF Research Database (Denmark)

    Korsgaard, Henrik; Brynskov, Martin

    In this paper, we argue that by approaching the so-called Smart City as a design challenge, and an interaction design perspective, it is possible to both uncover existing challenges in the interplay between people, technology and society, as well as prototype possible futures. We present a case...... in which we exposed data about the online communication between the citizens and the municipality on a highly visible media facade, while at the same time prototyped a tool that enabled citizens to report ‘bugs’ within the city....

  12. User prototypes as partly unconscious communication

    DEFF Research Database (Denmark)

    Glasemann, Marie; Kanstrup, Anne Marie

    2010-01-01

    In this paper, we introduce user prototypes as a technique that supports users’ articulation of emotions relevant for design: dreams, fears, motivations – their feelings and aspirations. Following Bateson’s writings about communication through art, we consider user prototypes as “partly unconscious...... communication” and propose to analyze them by focusing on the emotional articulations integrated in the users’ design language. We illustrate this with an example from a design research project on designing learning technology for young diabetics. The example shows how young people with diabetes can express...... emotional themes related to youth identity, the burden of being young with a chronic illness, and the need to be connected and feel safe through design of prototypes. The new conceptual space that arises from user prototypes shows potential for addressing emotions when designing for health and for further...

  13. NIF/LMJ prototype amplifier mechanical design

    International Nuclear Information System (INIS)

    Horvath, J.

    1996-10-01

    Amplifier prototypes for the National Ignition Facility and the Laser Megajoule will be tested at Lawrence Livermore National Laboratory. The prototype amplifier, which is an ensemble of modules from LLNL and Centre d'Etudes de Limeil-Valenton, is cassette-based with bottom access for maintenance. A sealed maintenance transfer vehicle which moves optical cassettes between the amplifier and the assembly cleanroom, and a vacuum gripper which holds laser slabs during cassette assembly will also be tested. The prototype amplifier will be used to verify amplifier optical performance, thermal recovery time, and cleanliness of mechanical operations

  14. Rapid Prototyping Laboratory

    Data.gov (United States)

    Federal Laboratory Consortium — The ARDEC Rapid Prototyping (RP) Laboratory was established in December 1992 to provide low cost RP capabilities to the ARDEC engineering community. The Stratasys,...

  15. 16 CFR 1633.5 - Prototype pooling and confirmation testing requirements.

    Science.gov (United States)

    2010-01-01

    ... 16 Commercial Practices 2 2010-01-01 2010-01-01 false Prototype pooling and confirmation testing... Prototype pooling and confirmation testing requirements. (a) Prototype pooling. One or more manufacturers may rely on a qualified prototype produced by another manufacturer or prototype developer provided...

  16. ABOUT MODERN TECHNICAL GRAPHICS USING IN THE VIRTUAL PROTOTYPING

    OpenAIRE

    GHERGHINA George; POPA Dragos; BOGDAN Mihaela; GLUGA Cristian

    2008-01-01

    The paper presents aspects concerning the using of modern technical graphics elements in the virtual prototyping. The virtual prototyping is a process which uses a virtual prototype in place of physical prototype for the testing and the evaluation of specific features of designed product. The virtual prototype is created by computer such as it could assign the specific features as close as possible to the real conditions which permit its function simulation in the conditions for which is desi...

  17. Prototype ion source for JT-60 neutral beam injectors

    International Nuclear Information System (INIS)

    Akiba, M.

    1981-01-01

    A prototype ion source for JT-60 neutral beam injectors has been fabricated and tested. Here, we review the construction of the prototype ion source and report the experimental results about the source characteristics that has been obtained at this time. The prototype ion source is now installed at the prototype unit of JT-60 neutral beam injection units and the demonstration of the performances of the ion source and the prototype unit has just started

  18. Prototype design based on NX subdivision modeling application

    Science.gov (United States)

    Zhan, Xianghui; Li, Xiaoda

    2018-04-01

    Prototype design is an important part of the product design, through a quick and easy way to draw a three-dimensional product prototype. Combined with the actual production, the prototype could be modified several times, resulting in a highly efficient and reasonable design before the formal design. Subdivision modeling is a common method of modeling product prototypes. Through Subdivision modeling, people can in a short time with a simple operation to get the product prototype of the three-dimensional model. This paper discusses the operation method of Subdivision modeling for geometry. Take a vacuum cleaner as an example, the NX Subdivision modeling functions are applied. Finally, the development of Subdivision modeling is forecasted.

  19. Prototyping SOS meta-theory in Maude

    NARCIS (Netherlands)

    Mousavi, M.R.; Reniers, M.A.; Mosses, P.D.; Ulidowski, I.

    2006-01-01

    We present a prototype implementation of SOS meta-theory in the Maude term rewriting language. The prototype defines the basic concepts of SOS meta-theory (e.g., transition formulae, deduction rules and transition system specifications) in Maude. Besides the basic definitions, we implement methods

  20. Prototypical Rod Consolidation Demonstration Project

    International Nuclear Information System (INIS)

    1993-05-01

    The objective of Phase III of the Prototypical Rod Consolidation Demonstration Project (PRCDP) was to procure, fabricate, assemble, and test the Prototypical Rod Consolidation System as described in the NUS Phase II Final Design Report. This effort required providing the materials, components, and fabricated parts which makes up all of the system equipment. In addition, it included the assembly, installation, and setup of this equipment at the Cold Test Facility. During the Phase III effort the system was tested on a component, subsystem, and system level. Volume IV provides the Operating and Maintenance Manual for the Prototypical Rod Consolidation System that was installed at the Cold Test Facility. This document, Book 1 of Volume IV, discusses: Process overview functional descriptions; Control system descriptions; Support system descriptions; Maintenance system descriptions; and Process equipment descriptions

  1. Science with the ASTRI prototype

    International Nuclear Information System (INIS)

    Sartore, Nicola

    2013-01-01

    ASTRI (Astrofisica a Specchi con Tecnologia Replicante Italiana) is a “Flagship Project” financed by the Italian Ministry of Instruction, University and Research and led by the Italian National Institute of Astrophysics. It represents the Italian proposal for the development of the Small Size Telescope system of the Cherenkov Telescope Array, the next generation observatory for Very High Energy gamma-rays (20 GeV - 100 TeV). The ASTRI end-to-end prototype will be installed at Serra La Nave (Catania, Italy) and it will see the first light at the beginning of 2014. We describe the expected performance of the prototype on few selected test cases of the northern emisphere. The aim of the prototype is to probe the technological solutions and the nominal performance of the various telescope's subsystems

  2. Prototypical Rod Consolidation Demonstration Project

    International Nuclear Information System (INIS)

    1993-05-01

    The objective of Phase III of the Prototypical Rod Consolidation Demonstration Project (PRCDP) was to procure, fabricate, assemble, and test the Prototypical Rod Consolidation System as described in the NUS Phase II Final Design Report. This effort required providing the materials, components, and fabricated parts which makes up all of the system equipment. In addition, it included the assembly, installation, and setup of this equipment at the Cold Test Facility. During the Phase III effort the system was tested on a component, subsystem, and system level. Volume IV provides the Operating and Maintenance Manual for the Prototypical Rod Consolidation System that was installed at the Cold Test Facility. This document, Book 4 of Volume IV, discusses: Off-normal operating and recovery procedures; Emergency response procedures; Troubleshooting procedures; and Preventive maintenance procedures

  3. [Rapid prototyping: a very promising method].

    Science.gov (United States)

    Haverman, T M; Karagozoglu, K H; Prins, H-J; Schulten, E A J M; Forouzanfar, T

    2013-03-01

    Rapid prototyping is a method which makes it possible to produce a three-dimensional model based on two-dimensional imaging. Various rapid prototyping methods are available for modelling, such as stereolithography, selective laser sintering, direct laser metal sintering, two-photon polymerization, laminated object manufacturing, three-dimensional printing, three-dimensional plotting, polyjet inkjet technology,fused deposition modelling, vacuum casting and milling. The various methods currently being used in the biomedical sector differ in production, materials and properties of the three-dimensional model which is produced. Rapid prototyping is mainly usedforpreoperative planning, simulation, education, and research into and development of bioengineering possibilities.

  4. Prototyping for surgical and prosthetic treatment.

    Science.gov (United States)

    Goiato, Marcelo Coelho; Santos, Murillo Rezende; Pesqueira, Aldiéris Alves; Moreno, Amália; dos Santos, Daniela Micheline; Haddad, Marcela Filié

    2011-05-01

    Techniques of rapid prototyping were introduced in the 1980s in the field of engineering for the fabrication of a solid model based on a computed file. After its introduction in the biomedical field, several applications were raised for the fabrication of models to ease surgical planning and simulation in implantology, neurosurgery, and orthopedics, as well as for the fabrication of maxillofacial prostheses. Hence, the literature has described the evolution of rapid prototyping technique in health care, which allowed easier technique, improved surgical results, and fabrication of maxillofacial prostheses. Accordingly, a literature review on MEDLINE (PubMed) database was conducted using the keywords rapid prototyping, surgical planning, and maxillofacial prostheses and based on articles published from 1981 to 2010. After reading the titles and abstracts of the articles, 50 studies were selected owing to their correlations with the aim of the current study. Several studies show that the prototypes have been used in different dental-medical areas such as maxillofacial and craniofacial surgery; implantology; neurosurgery; orthopedics; scaffolds of ceramic, polymeric, and metallic materials; and fabrication of personalized maxillofacial prostheses. Therefore, prototyping has been an indispensable tool in several studies and helpful for surgical planning and fabrication of prostheses and implants.

  5. ABOUT MODERN TECHNICAL GRAPHICS USING IN THE VIRTUAL PROTOTYPING

    Directory of Open Access Journals (Sweden)

    GHERGHINA George

    2008-07-01

    Full Text Available The paper presents aspects concerning the using of modern technical graphics elements in the virtual prototyping. The virtual prototyping is a process which uses a virtual prototype in place of physical prototype for the testing and the evaluation of specific features of designed product. The virtual prototype is created by computer such as it could assign the specific features as close as possible to the real conditions which permit its function simulation in the conditions for which is designed. The virtual prototyping permits the replacing of classical design process, although, and the elaboration of graphicalm documentation, which represent an important work volume – with CAD/CAM systems in the increased efficiency conditions.

  6. A prototype for JDEM science data processing

    International Nuclear Information System (INIS)

    Gottschalk, Erik E

    2011-01-01

    Fermilab is developing a prototype science data processing and data quality monitoring system for dark energy science. The purpose of the prototype is to demonstrate distributed data processing capabilities for astrophysics applications, and to evaluate candidate technologies for trade-off studies. We present the architecture and technical aspects of the prototype, including an open source scientific execution and application development framework, distributed data processing, and publish/subscribe message passing for quality control.

  7. Prototype calorimeters for the NA3 experiment

    CERN Multimedia

    1975-01-01

    The NA3 Experiment was set-up on the North Area of the SPS by the CERN/ Ecole Polytechnique/College de France/ Orsay/Saclay Collaboration, to study high transverse momentum leptons and hadrons from hadron collisions. The calorimeters measured the energy of hadrons (prototype on the right) and leptons (prototype on the left). They used a new type of plastic scintillator (plexipop). (see CERN Courier of November 1975) energy (prototype on the right)

  8. Rapid prototyping using CBCT: an initial experience

    International Nuclear Information System (INIS)

    Yovchev, D.; Deliverska, E.; Indjova, J.; Ugrinov, R.

    2011-01-01

    This report presents a case of fibrous dysplasia in the left lower jaw of a 12-year-old girl, scanned with CBCT. On the basis of CBCT scan a model of affected jaw was produced using a rapid-prototyping three-dimensional printer. The case demonstrates the possibility to get a prototype by CBCT data. Prototypes can be used to support the diagnosis, planning, training (students and postgraduates) and to obtain informed consent from the patient.

  9. Development of a prototype of a candidate camera payload

    OpenAIRE

    Oltedal, Jon Kalevi

    2016-01-01

    The second prototype for the NUTS camera module have been tested to confirm if changes made from the first prototype were successful. The first prototype suffered from noise issues when operating at the maximum clock frequency of 96MHz. This needed to be fixed for the MT9P031 image sensor to be usable in further designs. Debugging and testing using the camera prototype hardware and software proved that the prototype managed to produce noise free images with bright parts in the images. These r...

  10. ADEpedia: a scalable and standardized knowledge base of Adverse Drug Events using semantic web technology.

    Science.gov (United States)

    Jiang, Guoqian; Solbrig, Harold R; Chute, Christopher G

    2011-01-01

    A source of semantically coded Adverse Drug Event (ADE) data can be useful for identifying common phenotypes related to ADEs. We proposed a comprehensive framework for building a standardized ADE knowledge base (called ADEpedia) through combining ontology-based approach with semantic web technology. The framework comprises four primary modules: 1) an XML2RDF transformation module; 2) a data normalization module based on NCBO Open Biomedical Annotator; 3) a RDF store based persistence module; and 4) a front-end module based on a Semantic Wiki for the review and curation. A prototype is successfully implemented to demonstrate the capability of the system to integrate multiple drug data and ontology resources and open web services for the ADE data standardization. A preliminary evaluation is performed to demonstrate the usefulness of the system, including the performance of the NCBO annotator. In conclusion, the semantic web technology provides a highly scalable framework for ADE data source integration and standard query service.

  11. NAVIGATING PROTOTYPING SPACES FOR CO-DESIGN OF ACTOR-NETWORKS

    DEFF Research Database (Denmark)

    Pedersen, Signe; Brodersen, Søsser

    2017-01-01

    of diverse actors in what we term prototyping spaces. In these prototyping spaces, prototypes play an important role in visualising controversies, enabling matters of concern to be negotiated, and making knowledge transparent throughout the design process. Based on a case study of a pilot program to make...... of temporary prototyping spaces, which are to be staged and facilitated to allow various actors to negotiate matters of concern. Designers then translate the resulting knowledge and insights into pro-totypes for use in subsequent spaces and eventually into an actor-network com-prising the final solution....

  12. Flight Telerobotic Servicer prototype simulator

    Science.gov (United States)

    Schein, Rob; Krauze, Linda; Hartley, Craig; Dickenson, Alan; Lavecchia, Tom; Working, Bob

    A prototype simulator for the Flight Telerobotic Servicer (FTS) system is described for use in the design development of the FTS, emphasizing the hand controller and user interface. The simulator utilizes a graphics workstation based on rapid prototyping tools for systems analyses of the use of the user interface and the hand controller. Kinematic modeling, manipulator-control algorithms, and communications programs are contained in the software for the simulator. The hardwired FTS panels and operator interface for use on the STS Orbiter are represented graphically, and the simulated controls function as the final FTS system configuration does. The robotic arm moves based on the user hand-controller interface, and the joint angles and other data are given on the prototype of the user interface. This graphics simulation tool provides the means for familiarizing crewmembers with the FTS system operation, displays, and controls.

  13. Homogeneity of Prototypical Attributes in Soccer Teams

    Directory of Open Access Journals (Sweden)

    Christian Zepp

    2015-09-01

    Full Text Available Research indicates that the homogeneous perception of prototypical attributes influences several intragroup processes. The aim of the present study was to describe the homogeneous perception of the prototype and to identify specific prototypical subcategories, which are perceived as homogeneous within sport teams. The sample consists of N = 20 soccer teams with a total of N = 278 athletes (age M = 23.5 years, SD = 5.0 years. The results reveal that subcategories describing the cohesiveness of the team and motivational attributes are mentioned homogeneously within sport teams. In addition, gender, identification, team size, and the championship ranking significantly correlate with the homogeneous perception of prototypical attributes. The results are discussed on the basis of theoretical and practical implications.

  14. Initial performance of the PIGMI prototype

    International Nuclear Information System (INIS)

    Stovall, J.E.

    1979-01-01

    The PIGMI (Pion Generator for Medical Irradiations) program at LASL is an accelerator development program aimed at completing the design of an accelerator suitable for use as a pion generator in a hospital-based radiotherapy program. The major thrust of the program has been the design of a 7 MeV prototype accelerator which emphasizes compactness, economy of construction, and operation and reliability. To achieve these goals the design of the prototype has exploited a number of innovations in proton linac technology. An overview of the program discussing the major innovative features of the prototype is presented. The initial operating experience is discussed and initial performance measurements are presented

  15. The Yucca Mountain Project Prototype Testing Program

    International Nuclear Information System (INIS)

    1989-10-01

    The Yucca Mountain Project is conducting a Prototype Testing Program to ensure that the Exploratory Shaft Facility (ESF) tests can be completed in the time available and to develop instruments, equipment, and procedures so the ESF tests can collect reliable and representative site characterization data. This report summarizes the prototype tests and their status and location and emphasizes prototype ESF and surface tests, which are required in the early stages of the ESF site characterization tests. 14 figs

  16. Tangiplay: prototyping tangible electronic games

    OpenAIRE

    Boileau, Jason

    2010-01-01

    Tangible electronic games currently exist in research laboratories around the world but have yet to transition to the commercial sector. The development process of a tangible electronic game is one of the factors preventing progression, as it requires much time and money. Prototyping tools for tangible hardware and software development are becoming more available but are targeted to programmers and technically trained developers. Paper prototyping board and video games is a proven and rapid m...

  17. Automated prototyping tool-kit (APT)

    OpenAIRE

    Nada, Nader; Shing, M.; Berzins, V.; Luqi

    2002-01-01

    Automated prototyping tool-kit (APT) is an integrated set of software tools that generate source programs directly from real-time requirements. The APT system uses a fifth-generation prototyping language to model the communication structure, timing constraints, 1/0 control, and data buffering that comprise the requirements for an embedded software system. The language supports the specification of hard real-time systems with reusable components from domain specific component libraries. APT ha...

  18. Prototype models for particle structure in gauge supersymmetry

    International Nuclear Information System (INIS)

    Nath, P.; Arnowitt, R.

    1981-01-01

    Particle content in prototype models of gauge supersymmetry is examined. The properties of the prototype models which are in common with those of gauge supersymmetries are the initial non-diagonality of the quadratic part of the action, global supersymmetry invariance and the existence of a mass parameter in the quadratic part of the action. The analysis exhibits the particle content of prototype models to consist of normal poles and sets of complex conjugate poles on the physical sheet. Diagonalization of the hamiltonian can be carried out for such systems (in contrast to the prototype model of conformal supergravity where dipole ghosts arose). Essentially the pole structure observed in the prototype models of gauge supersymmetry is the supersymmetric analogue of the Lee-Wick phenomenon where the normal and the complex conjugate poles form global multiplets. (orig.)

  19. Foundations of semantic web technologies

    CERN Document Server

    Hitzler, Pascal; Rudolph, Sebastian

    2009-01-01

    The Quest for Semantics Building Models Calculating with Knowledge Exchanging Information Semanic Web Technologies RESOURCE DESCRIPTION LANGUAGE (RDF)Simple Ontologies in RDF and RDF SchemaIntroduction to RDF Syntax for RDF Advanced Features Simple Ontologies in RDF Schema Encoding of Special Data Structures An ExampleRDF Formal Semantics Why Semantics? Model-Theoretic Semantics for RDF(S) Syntactic Reasoning with Deduction Rules The Semantic Limits of RDF(S)WEB ONTOLOGY LANGUAGE (OWL) Ontologies in OWL OWL Syntax and Intuitive Semantics OWL Species The Forthcoming OWL 2 StandardOWL Formal Sem

  20. MPACT Fast Neutron Multiplicity System Prototype Development

    Energy Technology Data Exchange (ETDEWEB)

    D.L. Chichester; S.A. Pozzi; J.L. Dolan; M.T. Kinlaw; S.J. Thompson; A.C. Kaplan; M. Flaska; A. Enqvist; J.T. Johnson; S.M. Watson

    2013-09-01

    This document serves as both an FY2103 End-of-Year and End-of-Project report on efforts that resulted in the design of a prototype fast neutron multiplicity counter leveraged upon the findings of previous project efforts. The prototype design includes 32 liquid scintillator detectors with cubic volumes 7.62 cm in dimension configured into 4 stacked rings of 8 detectors. Detector signal collection for the system is handled with a pair of Struck Innovative Systeme 16-channel digitizers controlled by in-house developed software with built-in multiplicity analysis algorithms. Initial testing and familiarization of the currently obtained prototype components is underway, however full prototype construction is required for further optimization. Monte Carlo models of the prototype system were performed to estimate die-away and efficiency values. Analysis of these models resulted in the development of a software package capable of determining the effects of nearest-neighbor rejection methods for elimination of detector cross talk. A parameter study was performed using previously developed analytical methods for the estimation of assay mass variance for use as a figure-of-merit for system performance. A software package was developed to automate these calculations and ensure accuracy. The results of the parameter study show that the prototype fast neutron multiplicity counter design is very nearly optimized under the restraints of the parameter space.

  1. Multichannel prototype of coordinate detector based on segmented straws

    International Nuclear Information System (INIS)

    Gusakov, Yu.V.; Davkov, V.I.; Davkov, K.I.; Zhukov, I.A.; Lutsenko, V.M.; Myalkovskij, V.V.; Peshekhonov, V.D.; Savenkov, A.A.

    2010-01-01

    The design and assembly technology of a detector prototype based on segmented straws is considered. The granularity of the prototype is 4 cm 2 . The prototype has a sensitive area of 400 x 200 mm, and contains two straw planes displaced against each other by 2 mm. The number of registration channels is 360. Preliminary results of the bench study of the prototype are presented

  2. Eight years' operation of the SGHWR prototype

    International Nuclear Information System (INIS)

    Phillips, J.L.

    1976-01-01

    Experience gained of the SGHWR system during the first eight years of operation of the UKAEA's 100 MW(e) prototype at AEE Winfrith is discussed. Modifications and additions have been made to the plant to overcome problems which only operation of a prototype unit can reveal. No problems have arisen which could not be overcome by the application of normal engineering resources, and there is no reason why the commercial successor to the prototype should be other than a fully viable proposition. (author)

  3. Design of Object-based Information System Prototype

    OpenAIRE

    Suhyeon Yoo; Sumi Shin; Hyesun Kim

    2014-01-01

    Researchers who use science and technology information were found to ask an information service in which they can excerpt the contents they needed, rather than using the information at article level. In this study, we micronized the contents of scholarly articles into text, image, and table and then constructed a micro-content DB to design a new information system prototype based on this micro-content. After designing the prototype, we performed usability test for this prototype so as to conf...

  4. 46 CFR 154.560 - Cargo hose: Prototype test.

    Science.gov (United States)

    2010-10-01

    ... 46 Shipping 5 2010-10-01 2010-10-01 false Cargo hose: Prototype test. 154.560 Section 154.560... Hose § 154.560 Cargo hose: Prototype test. (a) Each cargo hose must be of a type that passes a prototype test at a pressure of at least five times its maximum working pressure at or below the minimum...

  5. Prototype HL-LHC magnet undergoes testing

    CERN Multimedia

    Corinne Pralavorio

    2016-01-01

    A preliminary short prototype of the quadrupole magnets for the High-Luminosity LHC has passed its first tests.   The first short prototype of the quadrupole magnet for the High Luminosity LHC. (Photo: G. Ambrosio (US-LARP and Fermilab), P. Ferracin and E. Todesco (CERN TE-MSC)) Momentum is gathering behind the High-Luminosity LHC (HL-LHC) project. In laboratories on either side of the Atlantic, a host of tests are being carried out on the various magnet models. In mid-March, a short prototype of the quadrupole magnet underwent its first testing phase at the Fermilab laboratory in the United States. This magnet is a pre-prototype of the quadrupole magnets that will be installed near to the ATLAS and CMS detectors to squeeze the beams before collisions. Six quadrupole magnets will be installed on each side of each experiment, giving a total of 24 magnets, and will replace the LHC's triplet magnets. Made of superconducting niobium-tin, the magnets will be more powerful than their p...

  6. Prototype Theory Based Feature Representation for PolSAR Images

    OpenAIRE

    Huang Xiaojing; Yang Xiangli; Huang Pingping; Yang Wen

    2016-01-01

    This study presents a new feature representation approach for Polarimetric Synthetic Aperture Radar (PolSAR) image based on prototype theory. First, multiple prototype sets are generated using prototype theory. Then, regularized logistic regression is used to predict similarities between a test sample and each prototype set. Finally, the PolSAR image feature representation is obtained by ensemble projection. Experimental results of an unsupervised classification of PolSAR images show that our...

  7. PANDA Muon System Prototype

    Science.gov (United States)

    Abazov, Victor; Alexeev, Gennady; Alexeev, Maxim; Frolov, Vladimir; Golovanov, Georgy; Kutuzov, Sergey; Piskun, Alexei; Samartsev, Alexander; Tokmenin, Valeri; Verkheev, Alexander; Vertogradov, Leonid; Zhuravlev, Nikolai

    2018-04-01

    The PANDA Experiment will be one of the key experiments at the Facility for Antiproton and Ion Research (FAIR) which is under construction now in the territory of the GSI Helmholtz Centre for Heavy Ion Research in Darmstadt, Germany. PANDA is aimed to study hadron spectroscopy and various topics of the weak and strong forces. Muon System is chosen as the most suitable technology for detecting the muons. The Prototype of the PANDA Muon System is installed on the test beam line T9 at the Proton Synchrotron (PS) at CERN. Status of the PANDA Muon System prototype is presented with few preliminary results.

  8. PANDA Muon System Prototype

    Directory of Open Access Journals (Sweden)

    Abazov Victor

    2018-01-01

    Full Text Available The PANDA Experiment will be one of the key experiments at the Facility for Antiproton and Ion Research (FAIR which is under construction now in the territory of the GSI Helmholtz Centre for Heavy Ion Research in Darmstadt, Germany. PANDA is aimed to study hadron spectroscopy and various topics of the weak and strong forces. Muon System is chosen as the most suitable technology for detecting the muons. The Prototype of the PANDA Muon System is installed on the test beam line T9 at the Proton Synchrotron (PS at CERN. Status of the PANDA Muon System prototype is presented with few preliminary results.

  9. Rapid prototyping using robot welding : process description

    OpenAIRE

    Ribeiro, António Fernando; Norrish, John

    1997-01-01

    Rapid Prototyping is a relatively recent technique to produce component prototypes for industry in a much shorter period of time, since the time to market a product is essential to its success. A new Rapid Prototyping process which uses metal as the raw material had been under development at Cranfield University in the last few years. The process uses a Gas Metal Arc fusion welding robot which deposits successive layers of metal in such way that it forms a 3D solid component. Firstly, a CAD s...

  10. The Prototype as Mediator of Embodied Experience in Fashion Design

    DEFF Research Database (Denmark)

    Kristensen, Tore; Ræbild, Ulla

    . It is based on photographic material obtained in design studios during prototype development. The prototype is considered a core fashion design competence. Yet, companies increasingly cut costs by reducing or omitting prototype development. We intend to show, how the garment prototype acts as an important...

  11. RK-TBA prototype RF source

    International Nuclear Information System (INIS)

    Houck, T.; Anderson, D.; Giordano, G.

    1996-01-01

    A prototype rf power source based on the Relativistic Klystron Two-Beam Accelerator (RK-TBA) concept is being constructed at the Lawrence Berkeley National Laboratory to study physics, engineering, and costing issues. The prototype is described and compared to a full scale design appropriate for driving the Next Linear Collider (NLC). Specific details of the induction core tests and pulsed power system are presented. The 1-MeV, 1.2-kA induction gun currently under construction is also described in detail

  12. Prototype superconducting magnet for the FFAG accelerator

    International Nuclear Information System (INIS)

    Obana, T.; Ogitsu, T.; Yamamoto, A.; Yoshimoto, M.; Mori, Y.; Fujii, T.; Iwasa, M.; Orikasa, T.

    2006-01-01

    A study of a superconducting magnet for the Fixed Field Alternating Gradient (FFAG) accelerator has been performed. The FFAG accelerator requires static magnetic field, and it is suitable for superconducting magnet applications, because problems associated with time varying magnetic field such as eddy current loss can be eliminated. The superconducting magnet, which can generate high magnetic field, is possible to realize a higher beam energy with a given accelerator size or the size to be smaller for a given beam energy. The FFAG accelerator magnet is demanded to have a complicated nonlinear magnetic field with high accuracy. As a first prototype superconducting coil, the coil configuration which consists of left-right asymmetric cross-section and large aperture has been designed. The prototype coil has been successfully developed by using a 6-axis Computer Numerical Control (CNC) winding machine. The magnetic field of the prototype coil has been demonstrated in warm measurement. As a consequence, the technical feasibility has been verified with the prototype coil development and the performance test. In addition, the technology components developed in the prototype coil have a possibility to transfer to a fusion magnet

  13. Refrigerating liquid prototype for LED's thermal management

    International Nuclear Information System (INIS)

    Faranda, Roberto; Guzzetti, Stefania; Lazaroiu, George Cristian; Leva, Sonia

    2012-01-01

    The heat management is the critical factor for high performance operation of LED. A new heat management application of refrigerating liquid integrated within a fabricated prototype is proposed and investigated. A series of experiments considering different heights of liquid level were performed to evaluate the heat dissipation performance and optical characteristics of the refrigerating liquid based prototype. The results reveal that the junction temperature decreases as the level of refrigerating liquid increases. The experimental results report that the refrigerating liquid reduces the junction temperature, and can positively influence the luminous radiation performances. An optimization investigation of the proposed solution was carried out to find an optimum thermal performance. The experiments indicated that refrigerating liquid cooling is a powerful way for heat dissipation of high power LEDs, and the fabrication of prototype was feasible and useful. - Highlights: ► New heat management application of refrigerating liquid on a fabricated LED prototype. ► Thermal models setup and comparison between the classical and the new solutions. ► The impact of refrigerating liquid level on LED thermal and luminous performances. ► The relationship between different levels of liquid with LED prototype performances.

  14. Field Data Logger Prototype for Power Converters

    DEFF Research Database (Denmark)

    Chaudhary, Sanjay; Ghimire, Pramod; Thøgersen, Paul Bach

    2014-01-01

    and subsequent analysis of the data. This paper presents the development of a low cost prototype field data logger prototype using Raspberry PI and industrial sensors. The functionalities of the data logger prototype are described. An online rainflow count algorithm has been implemented as well.......Mission profile data is very important for the cost effective and reliable design of power converters. The converter design can be improved on the basis of actual field data. Actual mission profile data can be collected for the power converters using field data loggers over a long period of time...

  15. Majorana Thermosyphon Prototype Experimental Results

    International Nuclear Information System (INIS)

    Fast, James E.; Reid, Douglas J.; Aguayo Navarrete, Estanislao

    2010-01-01

    The Majorana demonstrator will operate at liquid Nitrogen temperatures to ensure optimal spectrometric performance of its High Purity Germanium (HPGe) detector modules. In order to transfer the heat load of the detector module, the Majorana demonstrator requires a cooling system that will maintain a stable liquid nitrogen temperature. This cooling system is required to transport the heat from the detector chamber outside the shield. One approach is to use the two phase liquid-gas equilibrium to ensure constant temperature. This cooling technique is used in a thermosyphon. The thermosyphon can be designed so the vaporization/condensing process transfers heat through the shield while maintaining a stable operating temperature. A prototype of such system has been built at PNNL. This document presents the experimental results of the prototype and evaluates the heat transfer performance of the system. The cool down time, temperature gradient in the thermosyphon, and heat transfer analysis are studied in this document with different heat load applied to the prototype.

  16. Iteration and Prototyping in Creating Technical Specifications.

    Science.gov (United States)

    Flynt, John P.

    1994-01-01

    Claims that the development process for computer software can be greatly aided by the writers of specifications if they employ basic iteration and prototyping techniques. Asserts that computer software configuration management practices provide ready models for iteration and prototyping. (HB)

  17. A Rapid Prototyping Environment for Wireless Communication Embedded Systems

    Directory of Open Access Journals (Sweden)

    Bryan A. Jones

    2003-05-01

    Full Text Available This paper introduces a rapid prototyping methodology which overcomes important barriers in the design and implementation of digital signal processing (DSP algorithms and systems on embedded hardware platforms, such as cellular phones. This paper describes rapid prototyping in terms of a simulation/prototype bridge and in terms of appropriate language design. The simulation/prototype bridge combines the strengths of simulation and of prototyping, allowing the designer to develop and evaluate next-generation communications systems, partly in simulation on a host computer and partly as a prototype on embedded hardware. Appropriate language design allows designers to express a communications system as a block diagram, in which each block represents an algorithm specified by a set of equations. Software tools developed for this paper implement both concepts, and have been successfully used in the development of a next-generation code division multiple access (CDMA cellular wireless communications system.

  18. Validity of prototype diagnosis for mood and anxiety disorders.

    Science.gov (United States)

    DeFife, Jared A; Peart, Joanne; Bradley, Bekh; Ressler, Kerry; Drill, Rebecca; Westen, Drew

    2013-02-01

    CONTEXT With growing recognition that most forms of psychopathology are best represented as dimensions or spectra, a central question becomes how to implement dimensional diagnosis in a way that is empirically sound and clinically useful. Prototype matching, which involves comparing a patient's clinical presentation with a prototypical description of the disorder, is an approach to diagnosis that has gained increasing attention with forthcoming revisions to both the DSM and the International Classification of Diseases. OBJECTIVE To examine prototype diagnosis for mood and anxiety disorders. DESIGN, SETTING, AND PATIENTS In the first study, we examined clinicians' DSM-IV and prototype diagnoses with their ratings of the patients' adaptive functioning and patients' self-reported symptoms. In the second study, independent interviewers made prototype diagnoses following either a systematic clinical interview or a structured diagnostic interview. A third interviewer provided independent ratings of global adaptive functioning. Patients were recruited as outpatients (study 1; N = 84) and from primary care clinics (study 2; N = 143). MAIN OUTCOME MEASURES Patients' self-reported mood, anxiety, and externalizing symptoms along with independent clinical ratings of adaptive functioning. RESULTS Clinicians' prototype diagnoses showed small to moderate correlations with patient-reported psychopathology and performed as well as or better than DSM-IV diagnoses. Prototype diagnoses from independent interviewers correlated on average r = .50 and showed substantial incremental validity over DSM-IV diagnoses in predicting adaptive functioning. CONCLUSIONS Prototype matching is a viable alternative for psychiatric diagnosis. As in research on personality disorders, mood and anxiety disorder prototypes outperformed DSM-IV decision rules in predicting psychopathology and global functioning. Prototype matching has multiple advantages, including ease of use in clinical practice, reduced

  19. Prototype_Matematikforløb_Sct-Hans

    DEFF Research Database (Denmark)

    Davidsen, Helle Munkholm; Sørensen, Kirsten Bonde; Klitø, Nanna Breinholt

    2015-01-01

    Forløbet udgør en prototype på et matematikforløb til 8. klasse, som er udviklet til at styrke og fastholde elevers motivation for læring. Formålet med denne prototype er at styrke motivationen for læring gennem synlige læringsmål, faglig differentiering og elevernes medbestemmelse. Didaktisk mål...

  20. Prototype_Danskforløb_Sct.Hans

    DEFF Research Database (Denmark)

    Davidsen, Helle Munkholm; Sørensen, Kirsten Bonde; Klitø, Nanna Breinholt

    2015-01-01

    Forløbet udgør en prototype på et danskforløb til 4. klasse, som er udviklet til at styrke og fastholde elevers motivation for læring. Formålet med denne prototype er at styrke motivationen for læring gennem synlige læringsmål, faglig differentiering og elevernes medbestemmelse. Didaktisk mål: at...

  1. A COMPUTERIZED OPERATOR SUPPORT SYSTEM PROTOTYPE

    Energy Technology Data Exchange (ETDEWEB)

    Thomas A. Ulrich; Roger Lew; Ronald L. Boring; Ken Thomas

    2015-03-01

    A computerized operator support system (COSS) is proposed for use in nuclear power plants to assist control room operators in addressing time-critical plant upsets. A COSS is a collection of technologies to assist operators in monitoring overall plant performance and making timely, informed decisions on appropriate control actions for the projected plant condition. A prototype COSS was developed in order to demonstrate the concept and provide a test bed for further research. The prototype is based on four underlying elements consisting of a digital alarm system, computer-based procedures, piping and instrumentation diagram system representations, and a recommender module for mitigation actions. The initial version of the prototype is now operational at the Idaho National Laboratory using the Human System Simulation Laboratory.

  2. Licensing management system prototype system design

    International Nuclear Information System (INIS)

    Immerman, W.H.; Arcuni, A.A.; Elliott, J.M.; Chapman, L.D.

    1983-11-01

    This report is a design document for a prototype implementation of a licensing management system (LMS) as defined in SAND83-7080. It describes the concept of operations for full implementation of an LMS in accordance with the previously defined functional requirements. It defines a subset of a full LMS suitable for meeting prototype implementation goals, and proposes a system design for this subset. The report describes overall system design considerations consistent with, but more explicit than the general characteristics required by the LMS functional definition. A high level design is presented for just those functions selected for prototype implementation. The report also provides a data element dictionary describing the structured logical data elements required to implement the selected functions

  3. A prototype imaging second harmonic interferometer

    International Nuclear Information System (INIS)

    Jobes, F.C.; Bretz, N.L.

    1997-01-01

    We have built a prototype imaging second harmonic interferometer, which is intended to test critical elements of a design for a tangential array interferometer on C-Mod 6 . The prototype uses a pulsed, 35 mJ, 10 Hz multimode, Nd:YAG laser, LiB 3 O 5 doublers, a fan beam created by a cylindrical lens, four retroreflector elements, and a CCD camera as a detector. The prototype also uses a polarization scheme in which the interference information is eventually carried by two second harmonic beams with crossed polarization. These are vector summed and differenced, and separated, by a Wollaston prism, to give two spots on the CCD. There is a pair of these spots for each retroreflector used. The phase information is directly available as the ratio of the difference to sum the intensities of the two spots. We have tested a single channel configuration of this prototype, varying the phase by changing the pressure in an air cell, and we have obtained a 5:1 light to dark ratio, and a clear sinusoidal variation of the ratio as a function of pressure change. copyright 1997 American Institute of Physics

  4. Fabrication and Prototyping Lab

    Data.gov (United States)

    Federal Laboratory Consortium — Purpose: The Fabrication and Prototyping Lab for composite structures provides a wide variety of fabrication capabilities critical to enabling hands-on research and...

  5. Reliability and Validity of Prototype Diagnosis for Adolescent Psychopathology.

    Science.gov (United States)

    Haggerty, Greg; Zodan, Jennifer; Mehra, Ashwin; Zubair, Ayyan; Ghosh, Krishnendu; Siefert, Caleb J; Sinclair, Samuel J; DeFife, Jared

    2016-04-01

    The current study investigated the interrater reliability and validity of prototype ratings of 5 common adolescent psychiatric disorders: attention-deficit/hyperactivity disorder, conduct disorder, major depressive disorder, generalized anxiety disorder, and posttraumatic stress disorder. One hundred fifty-seven adolescent inpatient participants consented to participate in this study. We compared ratings from 2 inpatient clinicians, blinded to each other's ratings and patient measures, after their separate initial diagnostic interview to assess interrater reliability. Prototype ratings completed by clinicians after their initial diagnostic interview with adolescent inpatients and outpatients were compared with patient-reported behavior problems and parents' report of their child's behavioral problems. Prototype ratings demonstrated good interrater reliability. Clinicians' prototype ratings showed predicted relationships with patient-reported behavior problems and parent-reported behavior problems. Prototype matching seems to be a possible alternative for psychiatric diagnosis. Prototype ratings showed good interrater reliability based on clinicians unique experiences with the patient (as opposed to video-/audio-recorded material) with no training.

  6. OPAL jet chamber full scale prototype

    Energy Technology Data Exchange (ETDEWEB)

    Fischer, H M; Hauschild, M; Hartmann, H; Hegerath, A; Boerner, H; Burckhart, H J; Dittmar, M; Hammarstroem, R; Heuer, R D; Mazzone, L

    1986-12-01

    The concept of a jet chamber for the central detector of OPAL has been tested with a full scale prototype. The design of this prototype, its mechanical and electrical structure and its support system for high voltage, gas, laser calibration and readout are described. Operating experience has been gathered since summer 1984. The chamber performance in terms of spatial resolution and particle identification capability is given.

  7. OPAL jet chamber full-scale prototype

    Energy Technology Data Exchange (ETDEWEB)

    Fischer, H M; Hauschild, M; Hartmann, H; Hegerath, A; Boerner, H; Burckhart, H J; Dittmar, M; Hammarstroem, R; Heuer, R D; Mazzone, L

    1986-12-01

    The concept of a jet chamber for the central detector of OPAL was tested with a full scale prototype. The design of this prototype, its mechanical and electrical structure and its support system for high voltage, gas, laser calibration, and readout are described. Operating experience was gathered since summer 1984. The chamber performance in terms of spatial resolution and particle identification capability is given.

  8. Light Guide Collector Prototype: Laboratory Testing

    OpenAIRE

    Jitka - Mohelnikova; Stanislav Darula; Ayodeji Omishore; Petr Mohelnik; Denis Micek

    2017-01-01

    The article reviews the potential of light guide system equipped by a concentrator device capturing daylight applicable for illumination of building interiors and presents results of experiments on performance of its prototype. The main goal is focused on the comparison of traditional solutions and newly developed prototype of the light guide system and presents examination of its light transmission efficiency based on the laboratory experiments.

  9. Prototype diagnosis of psychiatric syndromes

    Science.gov (United States)

    WESTEN, DREW

    2012-01-01

    The method of diagnosing patients used since the early 1980s in psychiatry, which involves evaluating each of several hundred symptoms for their presence or absence and then applying idiosyncratic rules for combining them for each of several hundred disorders, has led to great advances in research over the last 30 years. However, its problems have become increasingly apparent, particularly for clinical practice. An alternative approach, designed to maximize clinical utility, is prototype matching. Instead of counting symptoms of a disorder and determining whether they cross an arbitrary cutoff, the task of the diagnostician is to gauge the extent to which a patient’s clinical presentation matches a paragraph-length description of the disorder using a simple 5-point scale, from 1 (“little or no match”) to 5 (“very good match”). The result is both a dimensional diagnosis that captures the extent to which the patient “has” the disorder and a categorical diagnosis, with ratings of 4 and 5 corresponding to presence of the disorder and a rating of 3 indicating “subthreshold” or “clinically significant features”. The disorders and criteria woven into the prototypes can be identified empirically, so that the prototypes are both scientifically grounded and clinically useful. Prototype diagnosis has a number of advantages: it better captures the way humans naturally classify novel and complex stimuli; is clinically helpful, reliable, and easy to use in everyday practice; facilitates both dimensional and categorical diagnosis and dramatically reduces the number of categories required for classification; allows for clinically richer, empirically derived, and culturally relevant classification; reduces the gap between research criteria and clinical knowledge, by allowing clinicians in training to learn a small set of standardized prototypes and to develop richer mental representations of the disorders over time through clinical experience; and can help

  10. Surrogates-based prototyping

    NARCIS (Netherlands)

    Du Bois, E.; Horvath, I.

    2014-01-01

    The research is situated in the system development phase of interactive software products. In this detailed design phase, we found a need for fast testable prototyping to achieve qualitative change proposals on the system design. In this paper, we discuss a literature study on current software

  11. Gamification in a Prototype Household Energy Game

    NARCIS (Netherlands)

    Fijnheer, J.D.L.; van Oostendorp, H.; Veltkamp, R.C.

    2016-01-01

    Research where gamification is used to influence household energy consumption is an emerging field. This paper reviews design features of the prototype Powersaver Game. The aim of this game is to influence household energy consumption in the long-term. The evaluation of the design of the prototype,

  12. DataCollection Prototyping

    CERN Multimedia

    Beck, H.P.

    DataCollection is a subsystem of the Trigger, DAQ & DCS project responsible for the movement of event data from the ROS to the High Level Triggers. This includes data from Regions of Interest (RoIs) for Level 2, building complete events for the Event Filter and finally transferring accepted events to Mass Storage. It also handles passing the LVL1 RoI pointers and the allocation of Level 2 processors and load balancing of Event Building. During the last 18 months DataCollection has developed a common architecture for the hardware and software required. This involved a radical redesign integrating ideas from separate parts of earlier TDAQ work. An important milestone for this work, now achieved, has been to demonstrate this subsystem in the so-called Phase 2A Integrated Prototype. This prototype comprises the various TDAQ hardware and software components (ROSs, LVL2, etc.) under the control of the TDAQ Online software. The basic functionality has been demonstrated on small testbeds (~8-10 processing nodes)...

  13. Light Guide Collector Prototype: Laboratory Testing

    Directory of Open Access Journals (Sweden)

    Jitka - Mohelnikova

    2017-12-01

    Full Text Available The article reviews the potential of light guide system equipped by a concentrator device capturing daylight applicable for illumination of building interiors and presents results of experiments on performance of its prototype. The main goal is focused on the comparison of traditional solutions and newly developed prototype of the light guide system and presents examination of its light transmission efficiency based on the laboratory experiments.

  14. OPAL jet chamber full scale prototype

    Energy Technology Data Exchange (ETDEWEB)

    Fischer, H M; Hauschild, M; Hartmann, H; Hegerath, A; Boerner, H; Burckhart, H J; Dittmar, M; Hammarstreom, R; Heuer, R D; Mazzone, L

    1986-05-22

    The concept of a jet chamber for the central detector of OPAL has been tested with a full scale prototype. The design of this prototype, its mechanical and electrical structure and its support system for high voltage, gas, laser calibration and readout are described. The operating experience gathered since the summer of 1984 and the chamber performance as measured by its spatial resolution and ability to identify particles are also given.

  15. Customer-experienced rapid prototyping

    Science.gov (United States)

    Zhang, Lijuan; Zhang, Fu; Li, Anbo

    2008-12-01

    In order to describe accurately and comprehend quickly the perfect GIS requirements, this article will integrate the ideas of QFD (Quality Function Deployment) and UML (Unified Modeling Language), and analyze the deficiency of prototype development model, and will propose the idea of the Customer-Experienced Rapid Prototyping (CE-RP) and describe in detail the process and framework of the CE-RP, from the angle of the characteristics of Modern-GIS. The CE-RP is mainly composed of Customer Tool-Sets (CTS), Developer Tool-Sets (DTS) and Barrier-Free Semantic Interpreter (BF-SI) and performed by two roles of customer and developer. The main purpose of the CE-RP is to produce the unified and authorized requirements data models between customer and software developer.

  16. Rapid Prototyping in Instructional Design: Creating Competencies

    Science.gov (United States)

    Fulton, Carolyn D.

    2010-01-01

    Instructional designers working in rapid prototyping environments currently do not have a list of competencies that help to identify the knowledge, skills, and attitudes (KSAs) required in these workplaces. This qualitative case study used multiple cases in an attempt to identify rapid prototyping competencies required in a rapid prototyping…

  17. Enhancements to ASHRAE Standard 90.1 Prototype Building Models

    Energy Technology Data Exchange (ETDEWEB)

    Goel, Supriya; Athalye, Rahul A.; Wang, Weimin; Zhang, Jian; Rosenberg, Michael I.; Xie, YuLong; Hart, Philip R.; Mendon, Vrushali V.

    2014-04-16

    This report focuses on enhancements to prototype building models used to determine the energy impact of various versions of ANSI/ASHRAE/IES Standard 90.1. Since the last publication of the prototype building models, PNNL has made numerous enhancements to the original prototype models compliant with the 2004, 2007, and 2010 editions of Standard 90.1. Those enhancements are described here and were made for several reasons: (1) to change or improve prototype design assumptions; (2) to improve the simulation accuracy; (3) to improve the simulation infrastructure; and (4) to add additional detail to the models needed to capture certain energy impacts from Standard 90.1 improvements. These enhancements impact simulated prototype energy use, and consequently impact the savings estimated from edition to edition of Standard 90.1.

  18. Imagining the prototype

    NARCIS (Netherlands)

    Brouwer, C. E.; Bhomer, ten M.; Melkas, H.; Buur, J.

    2013-01-01

    This article reports on the analysis of a design session, employing conversation analysis. In the design session three experts and a designer discuss a prototype of a shirt, which has been developed with the input from these experts. The analysis focuses on the type of involvement of the

  19. Facilitating Semantic Interoperability Among Ocean Data Systems: ODIP-R2R Student Outcomes

    Science.gov (United States)

    Stocks, K. I.; Chen, Y.; Shepherd, A.; Chandler, C. L.; Dockery, N.; Elya, J. L.; Smith, S. R.; Ferreira, R.; Fu, L.; Arko, R. A.

    2014-12-01

    With informatics providing an increasingly important set of tools for geoscientists, it is critical to train the next generation of scientists in information and data techniques. The NSF-supported Rolling Deck to Repository (R2R) Program works with the academic fleet community to routinely document, assess, and preserve the underway sensor data from U.S. research vessels. The Ocean Data Interoperability Platform (ODIP) is an EU-US-Australian collaboration fostering interoperability among regional e-infrastructures through workshops and joint prototype development. The need to align terminology between systems is a common challenge across all of the ODIP prototypes. Five R2R students were supported to address aspects of semantic interoperability within ODIP. Developing a vocabulary matching service that links terms from different vocabularies with similar concept. The service implements Google Refine reconciliation service interface such that users can leverage Google Refine application as a friendly user interface while linking different vocabulary terms. Developing Resource Description Framework (RDF) resources that map Shipboard Automated Meteorological Oceanographic System (SAMOS) vocabularies to internationally served vocabularies. Each SAMOS vocabulary term (data parameter and quality control flag) will be described as an RDF resource page. These RDF resources allow for enhanced discoverability and retrieval of SAMOS data by enabling data searches based on parameter. Improving data retrieval and interoperability by exposing data and mapped vocabularies using Semantic Web technologies. We have collaborated with ODIP participating organizations in order to build a generalized data model that will be used to populate a SPARQL endpoint in order to provide expressive querying over our data files. Mapping local and regional vocabularies used by R2R to those used by ODIP partners. This work is described more fully in a companion poster. Making published Linked Data

  20. Neural basis of scientific innovation induced by heuristic prototype.

    Directory of Open Access Journals (Sweden)

    Junlong Luo

    Full Text Available A number of major inventions in history have been based on bionic imitation. Heuristics, by applying biological systems to the creation of artificial devices and machines, might be one of the most critical processes in scientific innovation. In particular, prototype heuristics propositions that innovation may engage automatic activation of a prototype such as a biological system to form novel associations between a prototype's function and problem-solving. We speculated that the cortical dissociation between the automatic activation and forming novel associations in innovation is critical point to heuristic creativity. In the present study, novel and old scientific innovations (NSI and OSI were selected as experimental materials in using learning-testing paradigm to explore the neural basis of scientific innovation induced by heuristic prototype. College students were required to resolve NSI problems (to which they did not know the answers and OSI problems (to which they knew the answers. From two fMRI experiments, our results showed that the subjects could resolve NSI when provided with heuristic prototypes. In Experiment 1, it was found that the lingual gyrus (LG; BA18 might be related to prototype heuristics in college students resolving NSI after learning a relative prototype. In Experiment 2, the LG (BA18 and precuneus (BA31 were significantly activated for NSI compared to OSI when college students learned all prototypes one day before the test. In addition, the mean beta-values of these brain regions of NSI were all correlated with the behavior accuracy of NSI. As our hypothesis indicated, the findings suggested that the LG might be involved in forming novel associations using heuristic information, while the precuneus might be involved in the automatic activation of heuristic prototype during scientific innovation.

  1. Prototype learning and dissociable categorization systems in Alzheimer's disease.

    Science.gov (United States)

    Heindel, William C; Festa, Elena K; Ott, Brian R; Landy, Kelly M; Salmon, David P

    2013-08-01

    Recent neuroimaging studies suggest that prototype learning may be mediated by at least two dissociable memory systems depending on the mode of acquisition, with A/Not-A prototype learning dependent upon a perceptual representation system located within posterior visual cortex and A/B prototype learning dependent upon a declarative memory system associated with medial temporal and frontal regions. The degree to which patients with Alzheimer's disease (AD) can acquire new categorical information may therefore critically depend upon the mode of acquisition. The present study examined A/Not-A and A/B prototype learning in AD patients using procedures that allowed direct comparison of learning across tasks. Despite impaired explicit recall of category features in all tasks, patients showed differential patterns of category acquisition across tasks. First, AD patients demonstrated impaired prototype induction along with intact exemplar classification under incidental A/Not-A conditions, suggesting that the loss of functional connectivity within visual cortical areas disrupted the integration processes supporting prototype induction within the perceptual representation system. Second, AD patients demonstrated intact prototype induction but impaired exemplar classification during A/B learning under observational conditions, suggesting that this form of prototype learning is dependent on a declarative memory system that is disrupted in AD. Third, the surprisingly intact classification of both prototypes and exemplars during A/B learning under trial-and-error feedback conditions suggests that AD patients shifted control from their deficient declarative memory system to a feedback-dependent procedural memory system when training conditions allowed. Taken together, these findings serve to not only increase our understanding of category learning in AD, but to also provide new insights into the ways in which different memory systems interact to support the acquisition of

  2. Neural basis of scientific innovation induced by heuristic prototype.

    Science.gov (United States)

    Luo, Junlong; Li, Wenfu; Qiu, Jiang; Wei, Dongtao; Liu, Yijun; Zhang, Qinlin

    2013-01-01

    A number of major inventions in history have been based on bionic imitation. Heuristics, by applying biological systems to the creation of artificial devices and machines, might be one of the most critical processes in scientific innovation. In particular, prototype heuristics propositions that innovation may engage automatic activation of a prototype such as a biological system to form novel associations between a prototype's function and problem-solving. We speculated that the cortical dissociation between the automatic activation and forming novel associations in innovation is critical point to heuristic creativity. In the present study, novel and old scientific innovations (NSI and OSI) were selected as experimental materials in using learning-testing paradigm to explore the neural basis of scientific innovation induced by heuristic prototype. College students were required to resolve NSI problems (to which they did not know the answers) and OSI problems (to which they knew the answers). From two fMRI experiments, our results showed that the subjects could resolve NSI when provided with heuristic prototypes. In Experiment 1, it was found that the lingual gyrus (LG; BA18) might be related to prototype heuristics in college students resolving NSI after learning a relative prototype. In Experiment 2, the LG (BA18) and precuneus (BA31) were significantly activated for NSI compared to OSI when college students learned all prototypes one day before the test. In addition, the mean beta-values of these brain regions of NSI were all correlated with the behavior accuracy of NSI. As our hypothesis indicated, the findings suggested that the LG might be involved in forming novel associations using heuristic information, while the precuneus might be involved in the automatic activation of heuristic prototype during scientific innovation.

  3. [A new method of fabricating photoelastic model by rapid prototyping].

    Science.gov (United States)

    Fan, Li; Huang, Qing-feng; Zhang, Fu-qiang; Xia, Yin-pei

    2011-10-01

    To explore a novel method of fabricating the photoelastic model using rapid prototyping technique. A mandible model was made by rapid prototyping with computerized three-dimensional reconstruction, then the photoelastic model with teeth was fabricated by traditional impression duplicating and mould casting. The photoelastic model of mandible with teeth, which was fabricated indirectly by rapid prototyping, was very similar to the prototype in geometry and physical parameters. The model was of high optical sensibility and met the experimental requirements. Photoelastic model of mandible with teeth indirectly fabricated by rapid prototyping meets the photoelastic experimental requirements well.

  4. Factors affecting polyamide prototypes design of Albedo dosemeters

    International Nuclear Information System (INIS)

    Martins, M.M.; Mauricio, C.L.P.; Fonseca, E.S.

    1996-01-01

    This work studies the most important factors which affect the response of albedo neutron dosemeters containing LiF TLDs with the aim to improve their sensitivity. It includes tests of thickness and shape of the polyamide moderator body prototypes, albedo window diameter and TLD position inside the moderator. Analyzing the results, an albedo neutron dosemeter prototype, B 4 C covered, was developed. The prototype has a response three times higher than the albedo dosemeter now in use in Brazil. (author)

  5. Prototyping Visual Learning Analytics Guided by an Educational Theory Informed Goal

    Science.gov (United States)

    Hillaire, Garron; Rappolt-Schlichtmann, Gabrielle; Ducharme, Kim

    2016-01-01

    Prototype work can support the creation of data visualizations throughout the research and development process through paper prototypes with sketching, designed prototypes with graphic design tools, and functional prototypes to explore how the implementation will work. One challenging aspect of data visualization work is coordinating the expertise…

  6. MITRE sensor layer prototype

    Science.gov (United States)

    Duff, Francis; McGarry, Donald; Zasada, David; Foote, Scott

    2009-05-01

    The MITRE Sensor Layer Prototype is an initial design effort to enable every sensor to help create new capabilities through collaborative data sharing. By making both upstream (raw) and downstream (processed) sensor data visible, users can access the specific level, type, and quantities of data needed to create new data products that were never anticipated by the original designers of the individual sensors. The major characteristic that sets sensor data services apart from typical enterprise services is the volume (on the order of multiple terabytes) of raw data that can be generated by most sensors. Traditional tightly coupled processing approaches extract pre-determined information from the incoming raw sensor data, format it, and send it to predetermined users. The community is rapidly reaching the conclusion that tightly coupled sensor processing loses too much potentially critical information.1 Hence upstream (raw and partially processed) data must be extracted, rapidly archived, and advertised to the enterprise for unanticipated uses. The authors believe layered sensing net-centric integration can be achieved through a standardize-encapsulate-syndicateaggregate- manipulate-process paradigm. The Sensor Layer Prototype's technical approach focuses on implementing this proof of concept framework to make sensor data visible, accessible and useful to the enterprise. To achieve this, a "raw" data tap between physical transducers associated with sensor arrays and the embedded sensor signal processing hardware and software has been exploited. Second, we encapsulate and expose both raw and partially processed data to the enterprise within the context of a service-oriented architecture. Third, we advertise the presence of multiple types, and multiple layers of data through geographic-enabled Really Simple Syndication (GeoRSS) services. These GeoRSS feeds are aggregated, manipulated, and filtered by a feed aggregator. After filtering these feeds to bring just the type

  7. CCSDS SM and C Mission Operations Interoperability Prototype

    Science.gov (United States)

    Lucord, Steven A.

    2010-01-01

    This slide presentation reviews the prototype of the Spacecraft Monitor and Control (SM&C) Operations for interoperability among other space agencies. This particular prototype uses the German Space Agency (DLR) to test the ideas for interagency coordination.

  8. Construction of crystal structure prototype database: methods and applications.

    Science.gov (United States)

    Su, Chuanxun; Lv, Jian; Li, Quan; Wang, Hui; Zhang, Lijun; Wang, Yanchao; Ma, Yanming

    2017-04-26

    Crystal structure prototype data have become a useful source of information for materials discovery in the fields of crystallography, chemistry, physics, and materials science. This work reports the development of a robust and efficient method for assessing the similarity of structures on the basis of their interatomic distances. Using this method, we proposed a simple and unambiguous definition of crystal structure prototype based on hierarchical clustering theory, and constructed the crystal structure prototype database (CSPD) by filtering the known crystallographic structures in a database. With similar method, a program structure prototype analysis package (SPAP) was developed to remove similar structures in CALYPSO prediction results and extract predicted low energy structures for a separate theoretical structure database. A series of statistics describing the distribution of crystal structure prototypes in the CSPD was compiled to provide an important insight for structure prediction and high-throughput calculations. Illustrative examples of the application of the proposed database are given, including the generation of initial structures for structure prediction and determination of the prototype structure in databases. These examples demonstrate the CSPD to be a generally applicable and useful tool for materials discovery.

  9. Construction of crystal structure prototype database: methods and applications

    International Nuclear Information System (INIS)

    Su, Chuanxun; Lv, Jian; Wang, Hui; Wang, Yanchao; Ma, Yanming; Li, Quan; Zhang, Lijun

    2017-01-01

    Crystal structure prototype data have become a useful source of information for materials discovery in the fields of crystallography, chemistry, physics, and materials science. This work reports the development of a robust and efficient method for assessing the similarity of structures on the basis of their interatomic distances. Using this method, we proposed a simple and unambiguous definition of crystal structure prototype based on hierarchical clustering theory, and constructed the crystal structure prototype database (CSPD) by filtering the known crystallographic structures in a database. With similar method, a program structure prototype analysis package (SPAP) was developed to remove similar structures in CALYPSO prediction results and extract predicted low energy structures for a separate theoretical structure database. A series of statistics describing the distribution of crystal structure prototypes in the CSPD was compiled to provide an important insight for structure prediction and high-throughput calculations. Illustrative examples of the application of the proposed database are given, including the generation of initial structures for structure prediction and determination of the prototype structure in databases. These examples demonstrate the CSPD to be a generally applicable and useful tool for materials discovery. (paper)

  10. Cell-Phone Tower Power System Prototype Testing for Verizon Wireless |

    Science.gov (United States)

    Advanced Manufacturing Research | NREL Cell-Phone Tower Power System Prototype Testing for Verizon Wireless Cell-Phone Tower Power System Prototype Testing for Verizon Wireless For Verizon Wireless , NREL tested a new cell-phone tower power system prototype based on DC interconnection and photovoltaics

  11. WorldSID Prototype Dummy Biomechanical Responses.

    Science.gov (United States)

    Cesari, D; Compigne, S; Scherer, R; Xu, L; Takahashi, N; Page, M; Asakawa, K; Kostyniuk, G; Hautmann, E; Bortenschlager, K; Sakurai, M; Harigae, T

    2001-11-01

    The results of biomechanical testing of the WorldSID prototype dummy are presented in this paper. The WorldSID dummy is a new, advanced Worldwide Side Impact Dummy that has the anthropometry of a mid-sized adult male. The first prototype of this dummy has been evaluated by the WorldSID Task Group against previously established corridors for its critical body regions. The response corridors are defined in the International Organization of Standardization (ISO) Technical Report 9790. The prototype is the first version of the WorldSID dummy to be built and tested. This dummy has been subjected to a rigorous program of testing to evaluate, first and foremost its biofidelity, but also its repeatability. Following this initial evaluation, any required modifications will be incorporated into a pre-production version of the WorldSID dummy so that it rates "good" to "excellent" on the ISO dummy biofidelity scale - a rating exceeding that of all current side impact dummies. Also, the overall WorldSID repeatability must not exceed a coefficient of variation of 7% at injury assessment level and this has to be verified for the different body regions. The dummy's head, neck, thorax, abdomen and pelvis were evaluated against the ISO technical report requirements. Testing included drop tests, pendulum impacts, and sled tests. The biofidelity rating of the WorldSID prototype was calculated using the weighted biomechanical test response procedure developed by ISO. The paper presents the results of the testing, which give a very positive indication of the dummy's potential. Based on this evaluation of the dummy biofidelity, the WorldSID prototype dummy exhibits a biofidelity rating of 6.15 that corresponds to an ISO biofidelity classification of "fair". In addition, the dummy shows good repeatability with a global coefficient of variation of 3.30% for the pendulum and rigid sled tests.

  12. New consumer load prototype for electricity theft monitoring

    International Nuclear Information System (INIS)

    Abdullateef, A I; Salami, M J E; Musse, M A; Onasanya, M A; Alebiosu, M I

    2013-01-01

    Illegal connection which is direct connection to the distribution feeder and tampering of energy meter has been identified as a major process through which nefarious consumers steal electricity on low voltage distribution system. This has contributed enormously to the revenue losses incurred by the power and energy providers. A Consumer Load Prototype (CLP) is constructed and proposed in this study in order to understand the best possible pattern through which the stealing process is effected in real life power consumption. The construction of consumer load prototype will facilitate real time simulation and data collection for the monitoring and detection of electricity theft on low voltage distribution system. The prototype involves electrical design and construction of consumer loads with application of various standard regulations from Institution of Engineering and Technology (IET), formerly known as Institution of Electrical Engineers (IEE). LABVIEW platform was used for data acquisition and the data shows a good representation of the connected loads. The prototype will assist researchers and power utilities, currently facing challenges in getting real time data for the study and monitoring of electricity theft. The simulation of electricity theft in real time is one of the contributions of this prototype. Similarly, the power and energy community including students will appreciate the practical approach which the prototype provides for real time information rather than software simulation which has hitherto been used in the study of electricity theft

  13. New consumer load prototype for electricity theft monitoring

    Science.gov (United States)

    Abdullateef, A. I.; Salami, M. J. E.; Musse, M. A.; Onasanya, M. A.; Alebiosu, M. I.

    2013-12-01

    Illegal connection which is direct connection to the distribution feeder and tampering of energy meter has been identified as a major process through which nefarious consumers steal electricity on low voltage distribution system. This has contributed enormously to the revenue losses incurred by the power and energy providers. A Consumer Load Prototype (CLP) is constructed and proposed in this study in order to understand the best possible pattern through which the stealing process is effected in real life power consumption. The construction of consumer load prototype will facilitate real time simulation and data collection for the monitoring and detection of electricity theft on low voltage distribution system. The prototype involves electrical design and construction of consumer loads with application of various standard regulations from Institution of Engineering and Technology (IET), formerly known as Institution of Electrical Engineers (IEE). LABVIEW platform was used for data acquisition and the data shows a good representation of the connected loads. The prototype will assist researchers and power utilities, currently facing challenges in getting real time data for the study and monitoring of electricity theft. The simulation of electricity theft in real time is one of the contributions of this prototype. Similarly, the power and energy community including students will appreciate the practical approach which the prototype provides for real time information rather than software simulation which has hitherto been used in the study of electricity theft.

  14. Function-oriented display system: background and first prototypes

    International Nuclear Information System (INIS)

    Andresen, Gisle; Friberg, Maarten; Teigen, Arild; Pirus, Dominique

    2004-04-01

    The objective of the function-oriented displays and alarm project is to design, implement and evaluate Human System Interfaces (HSI) based on a function-oriented design philosophy. Function-oriented design is an approach for designing HSIs where the plant's functions, identified through a function analysis, are used for determining the content, organisation, and management of displays. The project has used the 'FITNESS approach', originally developed by EDF in France, as a starting point. FITNESS provides an integrated display system consisting of process operating displays, operating procedures, alarms and trend displays - all based on a functional decomposition of the plant. So far, two prototypes have been implemented on the FRESH PWR simulator in HAMMLAB. The first prototype focused on the condensate pumps. Three process operating displays representing functions at different levels of the functional hierarchy were implemented. Computerised startup and shutdown procedures for the condensate pumps function were also implemented. In the second prototype, the scope was increased to cover the main feedwater system. The displays of the first prototype were redesigned and additional displays were created. In conclusion, the first phase of the project has been completed successfully, and we are now ready to enter the second phase. In the second phase, the scope of the prototype will be increased further to include the steam-generators and function-oriented disturbance operating procedures. The prototype will be evaluated in a user test conducted later in 2004. (Author)

  15. DWPF Melter No.2 Prototype Bus Bar Test Report

    International Nuclear Information System (INIS)

    Gordon, J.

    2003-01-01

    Characterization and performance testing of a prototype DWPF Melter No.2 Dome Heater Bus Bar are described. The prototype bus bar was designed to address the design features of the existing system which may have contributed to water leaks on Melter No.1. Performance testing of the prototype revealed significant improvement over the existing design in reduction of both bus bar and heater connection maximum temperature, while characterization revealed a few minor design and manufacturing flaws in the bar. The prototype is recommended as an improvement over the existing design. Recommendations are also made in the area of quality control to ensure that critical design requirements are met

  16. Stable confinement of toroidal electron plasma in an internal conductor device Prototype-Ring Trap

    International Nuclear Information System (INIS)

    Saitoh, H.; Yoshida, Z.; Watanabe, S.

    2005-01-01

    A pure electron plasma has been produced in an internal conductor device Prototype-Ring Trap (Proto-RT). The temporal evolution of the electron plasma was investigated by the measurement of electrostatic fluctuations. Stable confinement was realized when the potential profile adjusted to match the magnetic surfaces. The confinement time varies as a function of the magnetic field strength and the neutral gas pressure, and is comparable to the diffusion time of electrons determined by the classical collisions with neutral gas. Although the addition of a toroidal magnetic field stabilized the electrostatic fluctuation of the plasma, the effects of the magnetic shear shortened the stable confinement time, possibly because of the obstacles of coil support structures

  17. 19 CFR 10.91 - Prototypes used exclusively for product development and testing.

    Science.gov (United States)

    2010-04-01

    ... following use—(1) Sale. Prototypes or any part(s) of prototypes, after having been used for the purposes for...) of this section; and a detailed description of the condition of the prototype following use for the... and the date of execution. (d) Prototypes not sold following use. As to those prototypes or parts of...

  18. Ares I-X Ground Diagnostic Prototype

    Science.gov (United States)

    Schwabacher, Mark A.; Martin, Rodney Alexander; Waterman, Robert D.; Oostdyk, Rebecca Lynn; Ossenfort, John P.; Matthews, Bryan

    2010-01-01

    The automation of pre-launch diagnostics for launch vehicles offers three potential benefits: improving safety, reducing cost, and reducing launch delays. The Ares I-X Ground Diagnostic Prototype demonstrated anomaly detection, fault detection, fault isolation, and diagnostics for the Ares I-X first-stage Thrust Vector Control and for the associated ground hydraulics while the vehicle was in the Vehicle Assembly Building at Kennedy Space Center (KSC) and while it was on the launch pad. The prototype combines three existing tools. The first tool, TEAMS (Testability Engineering and Maintenance System), is a model-based tool from Qualtech Systems Inc. for fault isolation and diagnostics. The second tool, SHINE (Spacecraft Health Inference Engine), is a rule-based expert system that was developed at the NASA Jet Propulsion Laboratory. We developed SHINE rules for fault detection and mode identification, and used the outputs of SHINE as inputs to TEAMS. The third tool, IMS (Inductive Monitoring System), is an anomaly detection tool that was developed at NASA Ames Research Center. The three tools were integrated and deployed to KSC, where they were interfaced with live data. This paper describes how the prototype performed during the period of time before the launch, including accuracy and computer resource usage. The paper concludes with some of the lessons that we learned from the experience of developing and deploying the prototype.

  19. Virtual Reality for Prototyping Service Journeys

    Directory of Open Access Journals (Sweden)

    Costas Boletsis

    2018-04-01

    Full Text Available The use of virtual elements for developing new service prototyping environments and more realistic simulations has been suggested as a way to optimise the service prototyping process. This work examines the application of virtual reality (VR in prototyping service journeys and it hypothesises that VR can recreate service journeys in a highly immersive, agile, and inexpensive manner, thus allowing users to have a representative service experience and enabling service designers to extract high-quality user feedback. To that end, a new service prototyping method, called VR service walkthrough, is presented and evaluated through an empirical comparative study. A VR service walkthrough is a virtual simulation of a service journey, representing how the service unfolds over space and time. A comparative study between the VR service walkthrough method and an adapted service walkthrough method evaluates the application of both methods using a location-based audio tour guide service as a case study. Two user groups (each with 21 users were used to evaluate both methods based on two factors: the user experience they offered and the subjective meaningfulness and quality of feedback they produced. Results show that the VR service walkthrough method gave a performance similar to that of the service walkthrough method. It was also able to communicate the service concept in an immersive way and foster constructive feedback.

  20. Axure RP 6 Prototyping Essentials

    CERN Document Server

    Schwartz, Ezra

    2012-01-01

    Axure RP 6 Prototyping Essentials is a detailed, practical primer on the leading rapid prototyping tool. Short on jargon and high on concepts, real-life scenarios and step-by-step guidance through hands-on examples, this book will show you how to integrate Axure into your UX workflow. This book is written for UX practitioners, business analysts, product managers, and anyone else who is involved in UX projects. The book assumes that you have no or very little familiarity with Axure. It will help you if you are evaluating the tool for an upcoming project or are required to quickly get up to spee

  1. Improving design processes through structured reflection : a prototype software tool

    NARCIS (Netherlands)

    Reymen, I.M.M.J.; Melby, E.

    2001-01-01

    A prototype software tool facilitating the use of a design method supporting structured reflection on design processes is presented. The prototype, called Echo, has been developed to explore the benefits of using a software system to facilitate the use of the design method. Both the prototype

  2. The signal shape from the LHCb vertex locator prototype detectors

    International Nuclear Information System (INIS)

    Charles, M.

    2003-01-01

    Measurements of the SCT128A ASIC pulse shape, when reading out non-irradiated and irradiated prototype detectors for the LHCb VELO, are presented. The detectors studied were two n-on-n prototype detectors fabricated by Hamamatsu, and a p-on-n prototype detector fabricated by MICRON

  3. Rapid prototyping for biomedical engineering: current capabilities and challenges.

    Science.gov (United States)

    Lantada, Andrés Díaz; Morgado, Pilar Lafont

    2012-01-01

    A new set of manufacturing technologies has emerged in the past decades to address market requirements in a customized way and to provide support for research tasks that require prototypes. These new techniques and technologies are usually referred to as rapid prototyping and manufacturing technologies, and they allow prototypes to be produced in a wide range of materials with remarkable precision in a couple of hours. Although they have been rapidly incorporated into product development methodologies, they are still under development, and their applications in bioengineering are continuously evolving. Rapid prototyping and manufacturing technologies can be of assistance in every stage of the development process of novel biodevices, to address various problems that can arise in the devices' interactions with biological systems and the fact that the design decisions must be tested carefully. This review focuses on the main fields of application for rapid prototyping in biomedical engineering and health sciences, as well as on the most remarkable challenges and research trends.

  4. Recognizing human actions by learning and matching shape-motion prototype trees.

    Science.gov (United States)

    Jiang, Zhuolin; Lin, Zhe; Davis, Larry S

    2012-03-01

    A shape-motion prototype-based approach is introduced for action recognition. The approach represents an action as a sequence of prototypes for efficient and flexible action matching in long video sequences. During training, an action prototype tree is learned in a joint shape and motion space via hierarchical K-means clustering and each training sequence is represented as a labeled prototype sequence; then a look-up table of prototype-to-prototype distances is generated. During testing, based on a joint probability model of the actor location and action prototype, the actor is tracked while a frame-to-prototype correspondence is established by maximizing the joint probability, which is efficiently performed by searching the learned prototype tree; then actions are recognized using dynamic prototype sequence matching. Distance measures used for sequence matching are rapidly obtained by look-up table indexing, which is an order of magnitude faster than brute-force computation of frame-to-frame distances. Our approach enables robust action matching in challenging situations (such as moving cameras, dynamic backgrounds) and allows automatic alignment of action sequences. Experimental results demonstrate that our approach achieves recognition rates of 92.86 percent on a large gesture data set (with dynamic backgrounds), 100 percent on the Weizmann action data set, 95.77 percent on the KTH action data set, 88 percent on the UCF sports data set, and 87.27 percent on the CMU action data set.

  5. Students' drinker prototypes and alcohol use in a naturalistic setting.

    Science.gov (United States)

    Spijkerman, Renske; Larsen, Helle; Gibbons, Frederick X; Engels, Rutger C M E

    2010-01-01

    Perceptions about the type of people who drink, also referred to as drinker prototypes, may strengthen young people's motivation to engage in alcohol use. Previous research has shown that drinker prototypes are related to alcohol consumption in both adolescents and young adults. However, the evidence for the strength of these relationships remains inconclusive. One of the caveats in former studies is that all insights about prototype relations are based on self-reported data from youngsters themselves, mostly gathered in a class situation, which may contain bias due to memory distortions and self-presentation concerns. The present study examined the impact of drinker prototypes on young adults' drinking patterns by using a less obtrusive measure to assess alcohol consumption, i.e. ad lib drinking among friend groups in the naturalistic setting of a bar lab. Drinker prototypes, self-reported alcohol use in the past, and observed alcohol intake in the bar lab were assessed among 200 college students. Relations between participants' drinker prototypes and their self-reported and observed drinking behavior were examined by computing correlations and conducting multilevel analyses. Drinker prototypes were related to both self-reported and observed alcohol use. However, the drinking patterns of friend group members had a strong impact on participants' individual drinking rates in the bar lab. After these group effects had been controlled for, only heavy drinker prototypes showed relations with observed alcohol intake in the bar lab. These findings further establish the value of drinker prototypes in predicting young adults' drinking behavior and suggest that people's motivation to drink alcohol in real-life drinking situations is related to their perceptions about heavy drinkers.

  6. Hanford beta-gamma personnel dosimeter prototypes and evaluation

    International Nuclear Information System (INIS)

    Fix, J.J.; Holbrook, K.L.; Soldat, K.L.

    1983-04-01

    Upgraded and modified Hanford dosimeter prototypes were evaluated for possible use at Hanford as a primary beta-gamma dosimeter. All prototypes were compatible with the current dosimeter card and holder design, as well as processing with the automated Hanford readers. Shallow- and deep-dose response was determined for selected prototypes using several beta sources, K-fluorescent x rays and filtered x-ray techniques. All prototypes included a neutron sensitive chip. A progressive evaluation of the performance of each of the upgrades to the current dosimeter is described. In general, the performance of the current dosimeter can be upgraded using individual chip sensitivity factors to improve precision and an improved algorithm to minimize bias. The performance of this dosimeter would be adequate to pass all categories of the ANSI N13.11 performance criteria for dosimeter procesors, provided calibration techniques compatible with irradiations adopted in the standard were conducted. The existing neutron capability of the dosimeter could be retained. Better dosimeter performance to beta-gamma radiation can be achieved by modifying the Hanford dosimeter so that four of the five chip positions are devoted to calculating these doses instead of the currently used two chip positions. A neutron sensitive chip was used in the 5th chip position, but all modified dosimeter prototypes would be incapable of discriminating between thermal and epithermal neutrons. An improved low energy beta response can be achieved for the current dosimeter and all prototypes considered by eliminating the security credential. Further improvement can be obtained by incorporating the 15-mil thick TLD-700 chips

  7. Fast prototyping of injection molded polymer microfluidic chips

    DEFF Research Database (Denmark)

    Hansen, Thomas Steen; Selmeczi, David; Larsen, Niels Bent

    2010-01-01

    We present fast prototyping of injection molding tools by the definition of microfluidic structures in a light-curable epoxy (SU-8) directly on planar nickel mold inserts. Optimized prototype mold structures could withstand injection molding of more than 300 replicas in cyclic olefin copolymer (COC...

  8. Pressure pulsation in Kaplan turbines: Prototype-CFD comparison

    International Nuclear Information System (INIS)

    Rivetti, A; Lucino, C; Liscia, S; Muguerza, D; Avellan, F

    2012-01-01

    Pressure pulsation phenomena in a large Kaplan turbine are investigated by means of numerical simulations (CFD) and prototype measurements in order to study the dynamic behavior of flow due to the blade passage and its interaction with other components of the turbine. Numerical simulations are performed with the commercial software Ansys CFX code, solving the incompressible Unsteady Reynolds-Averaged-Navier Stokes equations under a finite volume scheme. The computational domain involves the entire machine at prototype scale. Special care is taken in the discretization of the wicket gate overhang and runner blade gap. Prototype measurements are performed using pressure transducers at different locations among the wicket gate outlet and the draft tube inlet. Then, CFD results are compared with temporary signals of prototype measurements at identical locations to validate the numerical model. A detailed analysis was focused on the tip gap flow and the pressure field at the discharge ring. From a rotating reference frame perspective, it is found that the mean pressure fluctuates accordingly the wicket gate passage. Moreover, in prototype measurements the pressure frequency that reveals the presence of modulated cavitation at the discharge ring is distinguished, as also verified from the shape of erosion patches in concordance with the number of wicket gates.

  9. Pressure pulsation in Kaplan turbines: Prototype-CFD comparison

    Science.gov (United States)

    Rivetti, A.; Lucino1, C.; Liscia, S.; Muguerza, D.; Avellan, F.

    2012-11-01

    Pressure pulsation phenomena in a large Kaplan turbine are investigated by means of numerical simulations (CFD) and prototype measurements in order to study the dynamic behavior of flow due to the blade passage and its interaction with other components of the turbine. Numerical simulations are performed with the commercial software Ansys CFX code, solving the incompressible Unsteady Reynolds-Averaged-Navier Stokes equations under a finite volume scheme. The computational domain involves the entire machine at prototype scale. Special care is taken in the discretization of the wicket gate overhang and runner blade gap. Prototype measurements are performed using pressure transducers at different locations among the wicket gate outlet and the draft tube inlet. Then, CFD results are compared with temporary signals of prototype measurements at identical locations to validate the numerical model. A detailed analysis was focused on the tip gap flow and the pressure field at the discharge ring. From a rotating reference frame perspective, it is found that the mean pressure fluctuates accordingly the wicket gate passage. Moreover, in prototype measurements the pressure frequency that reveals the presence of modulated cavitation at the discharge ring is distinguished, as also verified from the shape of erosion patches in concordance with the number of wicket gates.

  10. DOE's annealing prototype demonstration projects

    International Nuclear Information System (INIS)

    Warren, J.; Nakos, J.; Rochau, G.

    1997-01-01

    One of the challenges U.S. utilities face in addressing technical issues associated with the aging of nuclear power plants is the long-term effect of plant operation on reactor pressure vessels (RPVs). As a nuclear plant operates, its RPV is exposed to neutrons. For certain plants, this neutron exposure can cause embrittlement of some of the RPV welds which can shorten the useful life of the RPV. This RPV embrittlement issue has the potential to affect the continued operation of a number of operating U.S. pressurized water reactor (PWR) plants. However, RPV material properties affected by long-term irradiation are recoverable through a thermal annealing treatment of the RPV. Although a dozen Russian-designed RPVs and several U.S. military vessels have been successfully annealed, U.S. utilities have stated that a successful annealing demonstration of a U.S. RPV is a prerequisite for annealing a licensed U.S. nuclear power plant. In May 1995, the Department of Energy's Sandia National Laboratories awarded two cost-shared contracts to evaluate the feasibility of annealing U.S. licensed plants by conducting an anneal of an installed RPV using two different heating technologies. The contracts were awarded to the American Society of Mechanical Engineers (ASME) Center for Research and Technology Development (CRTD) and MPR Associates (MPR). The ASME team completed its annealing prototype demonstration in July 1996, using an indirect gas furnace at the uncompleted Public Service of Indiana's Marble Hill nuclear power plant. The MPR team's annealing prototype demonstration was scheduled to be completed in early 1997, using a direct heat electrical furnace at the uncompleted Consumers Power Company's nuclear power plant at Midland, Michigan. This paper describes the Department's annealing prototype demonstration goals and objectives; the tasks, deliverables, and results to date for each annealing prototype demonstration; and the remaining annealing technology challenges

  11. Yucca Mountain project prototype testing

    International Nuclear Information System (INIS)

    Hughes, W.T.; Girdley, W.A.

    1990-01-01

    The U.S. DOE is responsible for characterizing the Yucca Mountain site in Nevada to determine its suitability for development as a geologic repository to isolate high-level nuclear waste for at least 10,000 years. This unprecedented task relies in part on measurements made with relatively new methods or applications, such as dry coring and overcoring for studies to be conducted from the land surface and in an underground facility. The Yucca Mountain Project has, since 1988, implemented a program of equipment development and methods development for a broad spectrum of hydrologic, geologic, rock mechanics, and thermomechanical tests planned for use in an Exploratory Shaft during site characterization at the Yucca Mountain site. A second major program was fielded beginning in April 1989 to develop and test methods and equipment for surface drilling to obtain core samples from depth using only air as a circulating medium. The third major area of prototype testing has been during the ongoing development of the Instrumentation/ Data Acquisition System (IDAS), designed to collect and monitor data from down-hole instrumentation in the unsaturated zone, and store and transmit the data to a central archiving computer. Future prototype work is planned for several programs including the application of vertical seismic profiling methods and flume design to characterizing the geology at Yucca Mountain. The major objectives of this prototype testing are to assure that planned Site Characterization testing can be carried out effectively at Yucca Mountain, both in the Exploratory Shaft Facility (ESF), and from the surface, and to avoid potential major failures or delays that could result from the need to re-design testing concepts or equipment. This paper will describe the scope of the Yucca Mountain Project prototype testing programs and summarize results to date. 3 figs

  12. Prototype Morphing Fan Nozzle Demonstrated

    Science.gov (United States)

    Lee, Ho-Jun; Song, Gang-Bing

    2004-01-01

    Ongoing research in NASA Glenn Research Center's Structural Mechanics and Dynamics Branch to develop smart materials technologies for aeropropulsion structural components has resulted in the design of the prototype morphing fan nozzle shown in the photograph. This prototype exploits the potential of smart materials to significantly improve the performance of existing aircraft engines by introducing new inherent capabilities for shape control, vibration damping, noise reduction, health monitoring, and flow manipulation. The novel design employs two different smart materials, a shape-memory alloy and magnetorheological fluids, to reduce the nozzle area by up to 30 percent. The prototype of the variable-area fan nozzle implements an overlapping spring leaf assembly to simplify the initial design and to provide ease of structural control. A single bundle of shape memory alloy wire actuators is used to reduce the nozzle geometry. The nozzle is subsequently held in the reduced-area configuration by using magnetorheological fluid brakes. This prototype uses the inherent advantages of shape memory alloys in providing large induced strains and of magnetorheological fluids in generating large resistive forces. In addition, the spring leaf design also functions as a return spring, once the magnetorheological fluid brakes are released, to help force the shape memory alloy wires to return to their original position. A computerized real-time control system uses the derivative-gain and proportional-gain algorithms to operate the system. This design represents a novel approach to the active control of high-bypass-ratio turbofan engines. Researchers have estimated that such engines will reduce thrust specific fuel consumption by 9 percent over that of fixed-geometry fan nozzles. This research was conducted under a cooperative agreement (NCC3-839) at the University of Akron.

  13. Preferred leadership prototypes of male and female leaders in 27 countries

    OpenAIRE

    Lori D Paris; Jon P Howell; Peter W Dorfman; Paul J Hanges

    2009-01-01

    Our study shows that preferred leadership prototypes held by female leaders differ from the prototypes held by male leaders, and that these prototype differences vary across countries, cultures, and especially industries. In general, female managers prefer participative, team oriented, and charismatic leadership prototype dimensions more than males. Contrary to popular belief, both males and females valued humane-oriented leadership equally. Gender egalitarianism and industry type were import...

  14. Software testing for evolutionary iterative rapid prototyping

    OpenAIRE

    Davis, Edward V., Jr.

    1990-01-01

    Approved for public release; distribution unlimited. Rapid prototyping is emerging as a promising software development paradigm. It provides a systematic and automatable means of developing a software system under circumstances where initial requirements are not well known or where requirements change frequently during development. To provide high software quality assurance requires sufficient software testing. The unique nature of evolutionary iterative prototyping is not well-suited for ...

  15. Naval Prototype Optical Interferometer (NPOI)

    Data.gov (United States)

    Federal Laboratory Consortium — FUNCTION: Used for astrometry and astronomical imaging, the Naval Prototype Optical Interferometer (NPOI) is a distributed aperture optical telescope. It is operated...

  16. OPTIMASI PUSAT CLUSTER K-PROTOTYPE DENGAN ALGORITMA GENETIKA

    Directory of Open Access Journals (Sweden)

    Pivin Suwirmayanti

    2014-12-01

    Full Text Available Teknik clustering saat ini telah banyak digunakan untuk mengatasi permasalahan yang terkait dengansegementasi data. Implementasi clustering ini dapat diterapkan pada berbagai bidang sebagai contoh dalam halpemasaran, clustering dapat digunakan sebagai metode untuk mengelompokkan data. Metode Clustering memilikitujuan untuk mengelompokkan beberapa data ke dalam beberapa kelompok data sehingga kelompok yang terbentukmemiliki kemiripan data, secara umum proses clustering diolah menggunakan tipe data numerik, namun padakenyataannya proses pengelompokan data tidak hanya menggunakan tipe data numerik, terdapat juga tipe datakategorikal. Untuk itu penulis menggunakan metode K-Prototype yang dioptimasi dengan Algortima Genetikadimana data uji yang digunakan adalah Data German Credit yang memiliki tipe data numerikal dan kategorikal.Dalam penelitian dilakukan perbandingan kinerja antara metode K-Prototype dengan Algoritma Genetika, denganmetode K-Prototype Tanpa Algortima Genetika, dan metode K-Means. Dari beberapa hasil percobaan yangdilakukan metode K-Prototype dengan Algoritma Genetika menghasilkan hasil yang terbaik dari metode KPrototypetanpa Algortima Genetika, dan metode K-Means

  17. The VERITAS Prototype and the Upcoming VERITAS Array

    Science.gov (United States)

    VERITAS Collaboration; Badran, H. M.; Blaylock, G.; Bond, I. H.; Boyle, P. J.; Bradbury, S. M.; Buckley, J. H.; Byrum, K.; Carter-Lewis, D. A.; Celik, O.; Cogan, P.; Cui, W.; Daniel, M.; de La Calle Perez, I.; Dowkontt, P.; Duke, C.; Fegan, D. J.; Fegan, S. J.; Finley, J. P.; Fortson, L. F.; Gammell, S.; Gibbs, K.; Gillanders, G. H.; Grube, J.; Guiterrez, K. J.; Hall, J.; Hanna, D.; Holder, J.; Horan, D.; Hughes, S.; Humensky, T. B.; Jung, I.; Kenny, G. E.; Kertzman, M.; Kieda, D.; Kildea, J.; Knapp, J.; Kosack, K.; Krawczynski, H.; Krennrich, F.; Lang, M. J.; Le Bohec, S.; Linton, E.; Lloyd-Evans, J.; Mendoza, D.; Merriman, A.; Milovanovic, A.; Moriarty, P.; Nagai, T.; Olevitch, M.; Ong, R. A.; Pallassini, R.; Perkins, J.; Petry, D.; Pizlo, F.; Pohl, M.; Power-Mooney, B.; Quinn, J.; Quinn, M.; Ragan, K.; Rebillot, P.; Reynolds, P. T.; Rose, H. J.; Schroedter, M.; Sembroski, G. H.; Swordy, S. P.; Syson, A.; Valcarcel, L.; Vassiliev, V. V.; Wagner, R.; Wakely, S. P.; Walker, G.; Weekes, T. C.; White, R. J.; Zweerink, J.

    2005-02-01

    The prototype for the VERITAS imaging atmospheric Cherenkov telescope array was successfully operated in southern Arizona between September 2003 and April 2004. The prototype consisted of 86 mirror facets mounted centrally on a 12-meter dish, which was built to accommodate up to 350 facets when converted to a complete VERITAS telescope. The camera consisted of half of the full 499 pixel camera. The signal and trigger electronics were nearly identical to those that will be used for the individual VERITAS array telescopes. By observing the Crab and Mrk421, as well as performing a variety of tests, the characteristics of the instrument were evaluated. The prototype met all performance expectations and served as a valuable test bed for the current design, as well as for the construction and operation of VERITAS. This prototype instrument is now being upgraded to a complete VERITAS telescope that will be operated during the construction of the full VERITAS array. The array is expected to be operational by November 2006.

  18. The MOLGENIS toolkit: rapid prototyping of biosoftware at the push of a button.

    Science.gov (United States)

    Swertz, Morris A; Dijkstra, Martijn; Adamusiak, Tomasz; van der Velde, Joeri K; Kanterakis, Alexandros; Roos, Erik T; Lops, Joris; Thorisson, Gudmundur A; Arends, Danny; Byelas, George; Muilu, Juha; Brookes, Anthony J; de Brock, Engbert O; Jansen, Ritsert C; Parkinson, Helen

    2010-12-21

    There is a huge demand on bioinformaticians to provide their biologists with user friendly and scalable software infrastructures to capture, exchange, and exploit the unprecedented amounts of new *omics data. We here present MOLGENIS, a generic, open source, software toolkit to quickly produce the bespoke MOLecular GENetics Information Systems needed. The MOLGENIS toolkit provides bioinformaticians with a simple language to model biological data structures and user interfaces. At the push of a button, MOLGENIS' generator suite automatically translates these models into a feature-rich, ready-to-use web application including database, user interfaces, exchange formats, and scriptable interfaces. Each generator is a template of SQL, JAVA, R, or HTML code that would require much effort to write by hand. This 'model-driven' method ensures reuse of best practices and improves quality because the modeling language and generators are shared between all MOLGENIS applications, so that errors are found quickly and improvements are shared easily by a re-generation. A plug-in mechanism ensures that both the generator suite and generated product can be customized just as much as hand-written software. In recent years we have successfully evaluated the MOLGENIS toolkit for the rapid prototyping of many types of biomedical applications, including next-generation sequencing, GWAS, QTL, proteomics and biobanking. Writing 500 lines of model XML typically replaces 15,000 lines of hand-written programming code, which allows for quick adaptation if the information system is not yet to the biologist's satisfaction. Each application generated with MOLGENIS comes with an optimized database back-end, user interfaces for biologists to manage and exploit their data, programming interfaces for bioinformaticians to script analysis tools in R, Java, SOAP, REST/JSON and RDF, a tab-delimited file format to ease upload and exchange of data, and detailed technical documentation. Existing databases

  19. Prototype Learning and Dissociable Categorization Systems in Alzheimer’s Disease

    Science.gov (United States)

    Heindel, William C.; Festa, Elena K.; Ott, Brian R.; Landy, Kelly M.; Salmon, David P.

    2015-01-01

    Recent neuroimaging studies suggest that prototype learning may be mediated by at least two dissociable memory systems depending on the mode of acquisition, with A/Not-A prototype learning dependent upon a perceptual representation system located within posterior visual cortex and A/B prototype learning dependent upon a declarative memory system associated with medial temporal and frontal regions. The degree to which patients with Alzheimer’s disease (AD) can acquire new categorical information may therefore critically depend upon the mode of acquisition. The present study examined A/Not-A and A/B prototype learning in AD patients using procedures that allowed direct comparison of learning across tasks. Despite impaired explicit recall of category features in all tasks, patients showed differential patterns of category acquisition across tasks. First, AD patients demonstrated impaired prototype induction along with intact exemplar classification under incidental A/Not-A conditions, suggesting that the loss of functional connectivity within visual cortical areas disrupted the integration processes supporting prototype induction within the perceptual representation system. Second, AD patients demonstrated intact prototype induction but impaired exemplar classification during A/B learning under observational conditions, suggesting that this form of prototype learning is dependent on a declarative memory system that is disrupted in AD. Third, the surprisingly intact classification of both prototypes and exemplars during A/B learning under trial-and-error feedback conditions suggests that AD patients shifted control from their deficient declarative memory system to a feedback-dependent procedural memory system when training conditions allowed. Taken together, these findings serve to not only increase our understanding of category learning in AD, but to also provide new insights into the ways in which different memory systems interact to support the acquisition of

  20. “In vitro” Implantation Technique Based on 3D Printed Prosthetic Prototypes

    Science.gov (United States)

    Tarnita, D.; Boborelu, C.; Geonea, I.; Malciu, R.; Grigorie, L.; Tarnita, D. N.

    2018-06-01

    In this paper, Rapid Prototyping ZCorp 310 system, based on high-performance composite powder and on resin-high strength infiltration system and three-dimensional printing as a manufacturing method are used to obtain physical prototypes of orthopaedic implants and prototypes of complex functional prosthetic systems directly from the 3D CAD data. These prototypes are useful for in vitro experimental tests and measurements to optimize and obtain final physical prototypes. Using a new elbow prosthesis model prototype obtained by 3D printing, the surgical technique of implantation is established. Surgical implantation was performed on male corpse elbow joint.

  1. Iterative Prototyping of Strategy Implementation Workshop Design

    DEFF Research Database (Denmark)

    Kryger, Anders

    2018-01-01

    Purpose: The purpose of this paper is to demonstrate how a strategy implementation workshop design can be developed and tested while minimizing the time spent on developing the design. Design/methodology/approach: This multiple case study at a diesel engine company shows how iterative prototyping...... can be used to structure the design process of a strategy implementation workshop. Findings: Strategy implementation workshop design can be developed in resource-constrained environments through iterative prototyping of the workshop design. Each workshop iteration can generate value in its own right...... draw on his/her experience as well as add to his/her knowledge base. Originality/value: Introducing iterative prototyping in an organizational context can facilitate fast yet structured development of a rigorous workshop design. Strategy consultants are provided with empirical examples of how...

  2. Irradiation of an uranium silicide prototype in RA-3 reactor

    International Nuclear Information System (INIS)

    Calabrese, R.; Estrik, G.; Notari, C.

    1996-01-01

    The factibility of irradiation of an uranium silicide (U 3 Si 2 ) prototype in the RA-3 reactor was studied. The standard RA-3 fuel element uses U 3 O 8 as fissible material. The enrichment of both standard and prototype is the same: 20% U 235 and also the frame geometry and number of plates is identical. The differences are in the plate dimensions and the fissile content which is higher in the prototype. The cooling conditions of the core allow the insertion of the prototype in any core position, even near the water trap, if the overall power is kept below 5Mw. Nevertheless, the recommendation was to begin irradiation near the periphery and later on move the prototype towards more central positions in order to increase the burnup rate. The prototype was effectively introduced in a peripheral position and the thermal fluxes were measured between plates with the foil activation technique. These were also evaluated with the fuel management codes and a reasonable agreement was found. (author). 5 refs., 3 figs., 3 tabs

  3. Rapid Prototyping: Technologies, Materials and Advances

    Directory of Open Access Journals (Sweden)

    Dudek P.

    2016-06-01

    Full Text Available In the context of product development, the term rapid prototyping (RP is widely used to describe technologies which create physical prototypes directly from digital data. Recently, this technology has become one of the fastest-growing methods of manufacturing parts. The paper provides brief notes on the creation of composites using RP methods, such as stereolithography, selective laser sintering or melting, laminated object modelling, fused deposition modelling or three-dimensional printing. The emphasis of this work is on the methodology of composite fabrication and the variety of materials used in these technologies.

  4. Tool-Supported User-Centred Prototyping of Mobile Applications

    DEFF Research Database (Denmark)

    Leichtenstern, Karin; André, Elisabeth; Rehm, Matthias

    2011-01-01

    the process both cost-effective and time-effective. In this paper we cover that problem and provide insights in so-called user-centered prototyping (UCP) tools which support the production of prototypes as well as their evaluation with end-users. In particular, we introduce our UCP tool called Mo...

  5. The effects of sleep deprivation on dissociable prototype learning systems.

    Science.gov (United States)

    Maddox, W Todd; Glass, Brian D; Zeithamova, Dagmar; Savarie, Zachary R; Bowen, Christopher; Matthews, Michael D; Schnyer, David M

    2011-03-01

    The cognitive neural underpinnings of prototype learning are becoming clear. Evidence points to 2 different neural systems, depending on the learning parameters. A/not-A (AN) prototype learning is mediated by posterior brain regions that are involved in early perceptual learning, whereas A/B (AB) is mediated by frontal and medial temporal lobe regions. To investigate the effects of sleep deprivation on AN and AB prototype learning and to use established prototype models to provide insights into the cognitive-processing locus of sleep-deprivation deficits. Participants performed an AN and an AB prototype learning task twice, separated by a 24-hour period, with or without sleep between testing sessions. Eighteen West Point cadets participated in the sleep-deprivation group, and 17 West Point cadets participated in a control group. Sleep deprivation led to an AN, but not an AB, performance deficit. Prototype model analyses indicated that the AN deficit was due to changes in attentional focus and a decrease in confidence that is reflected in an increased bias to respond non-A. The findings suggest that AN, but not AB, prototype learning is affected by sleep deprivation. Prototype model analyses support the notion that the effect of sleep deprivation on AN is consistent with lapses in attentional focus that are more detrimental to AN than to AB. This finding adds to a growing body of work that suggests that different performance changes associated with sleep deprivation can be attributed to a common mechanism of changes in simple attention and vigilance.

  6. Validation of a station-prototype designed to integrate temporally soil N2O fluxes: IPNOA Station prototype.

    Science.gov (United States)

    Laville, Patricia; Volpi, Iride; Bosco, Simona; Virgili, Giorgio; Neri, Simone; Continanza, Davide; Bonari, Enrico

    2016-04-01

    Nitrous oxide (N2O) flux measurements from agricultural soil surface still accounts for the scientific community as major challenge. The evaluations of integrated soil N2O fluxes are difficult because these emissions are lower than for the other greenhouse gases sources (CO2, CH4). They are also sporadic, because highly dependent on few environmental conditions acting as limiting factors. Within a LIFE project (IPNOA: LIFE11 ENV/IT/00032) a station prototype was developed to integrate annually N2O and CO2 emissions using automatically chamber technique. Main challenge was to develop a device enough durable to be able of measuring in continuous way CO2 and N2O fluxes with sufficient sensitivity to allow make reliable assessments of soil GHG measurements with minimal technical field interventions. The IPNOA station prototype was developed by West System SRL and was set up during 2 years (2014 -2015) in an experimental maize field in Tuscan. The prototype involved six automatic chambers; the complete measurement cycle was of 2 hours. Each chamber was closing during 20 min and biogas accumulations were monitoring in line with IR spectrometers. Auxiliary's measurements including soil temperatures and water contents as weather data were also monitoring. All data were managed remotely with the same acquisition software installed in the prototype control unit. The operation of the prototype during the two cropping years allowed testing its major features: its ability to evaluate the temporal variation of N2O soil fluxes during a long period with weather conditions and agricultural managements and to prove the interest to have continuous measurements of fluxes. The temporal distribution of N2O fluxes indicated that emissions can be very large and discontinuous over short periods less ten days and that during about 70% of the time N2O fluxes were around detection limit of the instrumentation, evaluated to 2 ng N ha-1 day-1. N2O emission factor assessments were 1.9% in 2014

  7. Design and construction of a prototype to obtain TeO2

    International Nuclear Information System (INIS)

    Roque H, I.

    1997-01-01

    At the National Institute of Nuclear Research is developed the process to produce the radioisotope Iodine 131 which is employed in medicine with therapeutical purposes. The raw material to produce iodine 131 is tellurium dioxide (TeO 2 ). TeO 2 is intended to be produced from a prototype being this aim of this thesis named D esign and construction of a prototype to obtain TeO 2 . The TeO 2 obtained must have specific physicochemical characteristics, being necessary an special design of a prototype which will guarantee the quality of tellurium dioxide obtention. Design and building the final prototype project, was developed in to three stages. At the first stage, the TeO 2 was obtained at the laboratory, this allows to know the basic reaction characteristics. The second stage purpose, was to work with an former prototype which allowed to produce 100 g of tellurium dioxide. In the last stage a depurated chemical process parameters was made and the prototype was refined in regard to its mechanical design, giving us as result the final prototype. With this final prototype, the production reaches 2 Kg/week of tellurium dioxide with the best physicochemical properties which is to be employed as raw material in order to produce iodine 131. (Author)

  8. Current Sharing Analysis of Arm Prototype for ITER PF Converter Bridge

    International Nuclear Information System (INIS)

    Li Jinchao; Song Zhiquan; Xu Liuwei; Fu Peng; Guo Bin; Li Sen; Dong Lin; Wang Min

    2014-01-01

    A bridge arm prototype of ITER poloidal field (PF) converter modules has been designed and fabricated. Non-cophase counter parallel connection is chosen as the arm structure of the prototype. Among all factors affecting current sharing, arm structure is the main one. During the design of the arm prototype, a novel method based on inductance matrixes is employed to improve the current sharing of the bridge arm. The test results on the prototype show that the current sharing performance of the arm prototype is much better than relevant design requirement, and that the matrix method is very effective to analyze and solve the current sharing problems of thyristor converters

  9. Evidence for the Self as an Imaginal Prototype.

    Science.gov (United States)

    Yarmey, A. Daniel; Johnson, Julia

    1982-01-01

    Investigated a set of photographs taken of each subject and self-rated for extent to which each resembled their imagined prototype of "real-self." The findings support the hypothesis of the availability of a memory image schema--the self functions as a cognitive prototype with imaginal and verbal characteristics. (Author/RC)

  10. Prototype Willingness Model Drinking Cognitions Mediate Personalized Normative Feedback Efficacy.

    Science.gov (United States)

    Lewis, Melissa A; Litt, Dana M; Tomkins, Mary; Neighbors, Clayton

    2017-05-01

    Personalized normative feedback (PNF) interventions have been shown to be efficacious at reducing college student drinking. Because descriptive norms have been shown to mediate PNF efficacy, the current study focused on examining additional prototype willingness model social reaction cognitions, namely, prototypes and willingness, as mediators of intervention efficacy. We expected the PNF interventions to be associated with increased prototype favorability of students who do not drink, which would in turn be associated with decreased willingness to drink and subsequently, less drinking. The current study included 622 college students (53.2% women; 62% Caucasian) who reported one or more heavy drinking episodes in the past month and completed baseline and three-month follow-up assessments. As posited by the framework of the prototype willingness model, sequential mediation analyses were conducted to evaluate increases in abstainer prototype favorability on willingness on drinking, and subsequently willingness to drink on drinking behavior. Mediation results revealed significant indirect effects of PNF on three-month drinking through three-month prototypes and willingness, indicating that the social reaction pathway of the prototype willingness model was supported. Findings have important implications for PNF interventions aiming to reduce high-risk drinking among college students. Study findings suggest that we should consider looking at additional socially-based mediators of PNF efficacy in addition to perceived descriptive norms.

  11. The Universality of Semantic Prototypes in Spanish Lexical Availability

    Directory of Open Access Journals (Sweden)

    Marjana Šifrar Kalan

    2016-12-01

    Full Text Available The article presents the words with highest index of availability on the basis of semantic fluency tests. The conceptual stability of highly available words in various semantic categories enables them to be classified as semantic prototypes according to the theory of prototype. The aim of this article is to compare the semantic prototypes in nine semantic categories from different lexical availability studies: those carried out in Spanish as a mother tongue and Spanish as a foreign language (with Slovene, Finnish, Turkish, Chinese students and students of various other mother tongues who studied Spanish in Madrid and Salamanca. The informants who come from different countries and cultures and speak different first languages demonstrate that human beings share the same or similar categorization and universality of semantic prototypes.

  12. Database Replication Prototype

    OpenAIRE

    Vandewall, R.

    2000-01-01

    This report describes the design of a Replication Framework that facilitates the implementation and com-parison of database replication techniques. Furthermore, it discusses the implementation of a Database Replication Prototype and compares the performance measurements of two replication techniques based on the Atomic Broadcast communication primitive: pessimistic active replication and optimistic active replication. The main contributions of this report can be split into four parts....

  13. Study of electroless nickel plating on PerFactoryTM rapid prototype model

    OpenAIRE

    J.C. Rajaguru; C. Au, M. Duke

    2012-01-01

    This paper presents an investigation of electroless nickel plating on PerFactoryTM rapid prototype model built on PerFactoryTM R05 material. PerFactoryTM R05 is acrylic based photo sensitive resin. It is a popular material in rapid prototyping using PerFactoryTM method which employs addictive manufacturing technique to build prototypes for visual inspection, assembly etc. Metallization of such a prototype can extend the application envelop of the rapid prototyping technique as they can be use...

  14. Generalizing Prototype Theory: A Formal Quantum Framework

    Directory of Open Access Journals (Sweden)

    Diederik eAerts

    2016-03-01

    Full Text Available Theories of natural language and concepts have been unable to model the flexibility, creativity, context-dependence, and emergence, exhibited by words, concepts and their combinations. The mathematical formalism of quantum theory has instead been successful in capturing these phenomena such as graded membership, situational meaning, composition of categories, and also more complex decision making situations, which cannot be modeled in traditional probabilistic approaches. We show how a formal quantum approach to concepts and their combinations can provide a powerful extension of prototype theory. We explain how prototypes can interfere in conceptual combinations as a consequence of their contextual interactions, and provide an illustration of this using an intuitive wave-like diagram. This quantum-conceptual approach gives new life to original prototype theory, without however making it a privileged concept theory, as we explain at the end of our paper.

  15. Generalizing Prototype Theory: A Formal Quantum Framework

    Science.gov (United States)

    Aerts, Diederik; Broekaert, Jan; Gabora, Liane; Sozzo, Sandro

    2016-01-01

    Theories of natural language and concepts have been unable to model the flexibility, creativity, context-dependence, and emergence, exhibited by words, concepts and their combinations. The mathematical formalism of quantum theory has instead been successful in capturing these phenomena such as graded membership, situational meaning, composition of categories, and also more complex decision making situations, which cannot be modeled in traditional probabilistic approaches. We show how a formal quantum approach to concepts and their combinations can provide a powerful extension of prototype theory. We explain how prototypes can interfere in conceptual combinations as a consequence of their contextual interactions, and provide an illustration of this using an intuitive wave-like diagram. This quantum-conceptual approach gives new life to original prototype theory, without however making it a privileged concept theory, as we explain at the end of our paper. PMID:27065436

  16. LEP vacuum chamber, prototype

    CERN Multimedia

    CERN PhotoLab

    1983-01-01

    Final prototype for the LEP vacuum chamber, see 8305170 for more details. Here we see the strips of the NEG pump, providing "distributed pumping". The strips are made from a Zr-Ti-Fe alloy. By passing an electrical current, they were heated to 700 deg C.

  17. Prototype and proposed ISABELLE dipoles

    International Nuclear Information System (INIS)

    McInturff, A.D.; Sampson, W.B.; Robins, K.E.; Dahl, P.F.; Damm, R.

    1977-01-01

    Data are presented on the latest dipole prototypes to update the operational parameters possible for ISABELLE. This data base will constantly expand until the start of construction of the storage rings. The data will include field quality, stray field magnitudes, quench temperature and propagation times, protection capabilities singly and in multiple units, maximum central fields obtained and training behavior. Performance of the dipoles versus temperature and mode of refrigeration will be discussed. The single layer cosine theta turns distribution coils' parameters are better than those required for the operation of the 200 x 200 GeV version of ISABELLE. The double layer prototype has exceeded the magnetic field performance and two dimensional quality of field needed for the 400 x 400 GeV version of ISABELLE

  18. Prototyping the PANDA Barrel DIRC

    Energy Technology Data Exchange (ETDEWEB)

    Schwarz, C., E-mail: C.Schwarz@gsi.de [GSI Helmholtzzentrum für Schwerionenforschung GmbH, Darmstadt (Germany); Kalicy, G.; Dzhygadlo, R.; Gerhardt, A.; Götzen, K.; Hohler, R.; Kumawat, H.; Lehmann, D.; Lewandowski, B.; Patsyuk, M.; Peters, K.; Schepers, G.; Schmitt, L.; Schwiening, J.; Traxler, M.; Zühlsdorf, M. [GSI Helmholtzzentrum für Schwerionenforschung GmbH, Darmstadt (Germany); Dodokhov, V.Kh. [Joint Institute for Nuclear Research, Dubna (Russian Federation); Britting, A.; Eyrich, W.; Lehmann, A. [Friedrich Alexander-University of Erlangen-Nuremberg, Erlangen (Germany); and others

    2014-12-01

    The design of the Barrel DIRC detector for the future PANDA experiment at FAIR contains several important improvements compared to the successful BABAR DIRC, such as focusing and fast timing. To test those improvements as well as other design options a prototype was build and successfully tested in 2012 with particle beams at CERN. The prototype comprises a radiator bar, focusing lens, mirror, and a prism shaped expansion volume made of synthetic fused silica. An array of micro-channel plate photomultiplier tubes measures the location and arrival time of the Cherenkov photons with sub-nanosecond resolution. The development of a fast reconstruction algorithm allowed to tune construction details of the detector setup with test beam data and Monte-Carlo simulations.

  19. Prototype development and demonstration for integrated dynamic transit operations.

    Science.gov (United States)

    2016-01-01

    This document serves as the Final Report specific to the Integrated Dynamic Transit Operations (IDTO) Prototype Development and Deployment Project, hereafter referred to as IDTO Prototype Deployment or IDTO PD project. This project was performed unde...

  20. Evaluation of prototype electrofibrous filters for nuclear ventilation ducts

    International Nuclear Information System (INIS)

    Bergman, W.; Kuhl, W.D.; Biermann, A.H.; Johnson, J.S.; Lum, B.Y.

    1983-01-01

    Two prototype electrofibrous filters were designed, built and evaluated in laboratory tests and in field installations. These prototypes were designed for use in nuclear ventilation ducts as prefilters to HEPA filters. One prototype is designed to be a permanent component of the ventilation system while the other is a disposable unit. The disposable electrofibrous prefilter was installed in the exhaust stream of a glove box in which barrels of uranium turnings are burned. Preliminary tests show the disposable prefilter is effectively prolonging the HEPA filter life

  1. Evaluation of prototype electrofibrous filters for nuclear-ventilation ducts

    International Nuclear Information System (INIS)

    Bergman, W.; Kuhl, W.D.; Biermann, A.H.; Johnson, J.S.; Lum, B.Y.

    1982-01-01

    Two prototypes electrofibrous filters were designed, built and evaluated in laboratory tests and in field installations. These prototypes were designed for use in nuclear ventilation ducts as prefilters to HEPA filters. One prototype is designed to be a permanent component of the ventilation system while the other is a disposable unit. The disposable electrofibrous prefilter was installed in the exhaust stream of a glove box in which barrels of uranium turnings are burned. Preliminary tests show the disposable prefilter is effectively prolonging the HEPA filter life

  2. ADVANCEMENT OF RAPID PROTOTYPING IN AEROSPACE INDUSTRY -A REVIEW

    OpenAIRE

    Vineet Kumar Vashishtha,; Rahul Makade,; Neeraj Mehla

    2011-01-01

    Rapid prototyping technology have emerged a new innovation to reduced the time cost of moulds fabrication by creating 3D product directly from computer aided design thus the designer is able to perform design validation and accuracy analysis easily in a virtual environment as if using a physical model. The primary aim of this paper is to give the reader an overview of the current state of the art in rapid prototyping technology .The paper also deal with feature’s of rapid prototyping in Aeros...

  3. Rapid Prototyping with Fourth Generation Systems - an Empirical Study

    DEFF Research Database (Denmark)

    Grønbæk, Kaj

    1989-01-01

    Discusses experiences on the development and use of horizontal and vertical prototypes. Explains the difference. Resolves that horizontal prototypes can be developed with 'little effort', but end users are reluctant to become involved in the development process. Contrastingly resolves that vertical...... prototypes appear to stimulate constructive response. Reasons that developers should be aware of the tacit knowledge which plays an important part in users' work practices and should be involved early in the development process. Proposes three techniques to meet the requirements – participation, simulation...

  4. Prototype 350 MHz niobium spoke-loaded cavities

    International Nuclear Information System (INIS)

    Delayen, J. R.; Kedzie, M.; Mammosser, J.; Piller, C.; Shepard, K. W.

    1999-01-01

    This paper reports the development of 350 MHz superconducting cavities of a spoke-loaded geometry, intended for the velocity range 0.2 < v/c < 0.6. Two prototype single-cell cavities have been designed, one optimized for velocity v/c = 0.4, and the other for v/c = 0.29. Construction of the prototype niobium cavities is nearly complete. Details of the design and construction are discussed, along with the results of cold tests

  5. Prototype 350 MHz niobium spoke-loaded cavities.

    Energy Technology Data Exchange (ETDEWEB)

    Delayen, J. R.; Kedzie, M.; Mammosser, J.; Piller, C.; Shepard, K. W.

    1999-05-10

    This paper reports the development of 350 MHz superconducting cavities of a spoke-loaded geometry, intended for the velocity range 0.2 < v/c < 0.6. Two prototype single-cell cavities have been designed, one optimized for velocity v/c = 0.4, and the other for v/c = 0.29. Construction of the prototype niobium cavities is nearly complete. Details of the design and construction are discussed, along with the results of cold tests.

  6. A multi-layered approach to product architecture modeling: Applied to technology prototypes

    DEFF Research Database (Denmark)

    Ravn, Poul Martin; Guðlaugsson, Tómas Vignir; Mortensen, Niels Henrik

    2016-01-01

    Companies that wish to include novel technology in the product portfolio may need to test and evaluate the technology with the use of prototypes to learn its benefits. Without clear knowledge of the benefits of the technology to the products in the portfolio, in the form of increased performance...... and managing technology prototypes and can be correlated with improvements in the team collaboration, communication, and development performance......., added functions, or material savings, the prototype development can be hard to manage. In this article, two contributions are made. The first adds to the vocabulary of prototyping, defining technology prototype, a prototype used for testing a novel technology in the context of an existing product...

  7. Bogus Concerns about the False Prototype Enhancement Effect

    Science.gov (United States)

    Homa, Donald; Hout, Michael C.; Milliken, Laura; Milliken, Ann Marie

    2011-01-01

    Two experiments addressed the mechanism responsible for the false prototype effect, the phenomenon in which a prototype gradient can be obtained in the absence of learning. Previous demonstrations of this effect have occurred solely in a single-category paradigm in which transfer patterns are assigned or not to the learning category. We tested the…

  8. Designing a prototype of the ITER pulse scheduling system

    International Nuclear Information System (INIS)

    Yamamoto, T.; Yonekawa, I.; Ohta, K.; Hosoyama, H.; Hashimoto, Y.; Wallander, A.; Winter, A.; Sugie, T.; Kusama, Y.; Kawano, Y.; Yoshino, R.

    2012-01-01

    Highlights: ► We designed a prototype of the ITER pulse scheduling system. ► Structure of ITER pulse schedules was designed. ► Validation and automatic value assignment functions were adopted. ► A prototype will be implemented in 2011. - Abstract: A prototype of the ITER pulse scheduling system that prepares and manages parameters for ITER plasma operations has been designed. Based on the analyzed requirements on the system, structure of the parameters and necessary functions were determined. Segment and module structures were tuned to the ITER requirements. Three types of validations assure sanity of the parameters. The design limits check and the operation window check verify whether the values of the parameters do not exceed the limits. The consistency check calculates dependency among parameters in accordance with logics described in a scripting language. The ITER pulse scheduling system provides interface with a physics model and simulator. Some abstract physics parameters are converted to engineering parameters with the physics simulation. The results of simulation such as plasma characteristics of specified parameters are also shown to the researchers. The tool to specify the parameters is data-driven. Therefore, it is flexible for changes of number of the parameters. A prototype is being implemented in 2011. Using the prototype, this design will be verified and refined. The evaluation of the prototype will be a basis of the final production of the ITER pulse scheduling system.

  9. Clinical validity of prototype personality disorder ratings in adolescents.

    Science.gov (United States)

    Defife, Jared A; Haggerty, Greg; Smith, Scott W; Betancourt, Luis; Ahmed, Zain; Ditkowsky, Keith

    2015-01-01

    A growing body of research shows that personality pathology in adolescents is clinically distinctive and frequently stable into adulthood. A reliable and useful method for rating personality pathology in adolescent patients has the potential to enhance conceptualization, dissemination, and treatment effectiveness. The aim of this study is to examine the clinical validity of a prototype matching approach (derived from the Shedler Westen Assessment Procedure-Adolescent Version) for quantifying personality pathology in an adolescent inpatient sample. Sixty-six adolescent inpatients and their parents or legal guardians completed forms of the Child Behavior Checklist (CBCL) assessing emotional and behavioral problems. Clinical criterion variables including suicide history, substance use, and fights with peers were also assessed. Patients' individual and group therapists on the inpatient unit completed personality prototype ratings. Prototype diagnoses demonstrated substantial reliability (median intraclass correlation coefficient =.75) across independent ratings from individual and group therapists. Personality prototype ratings correlated with the CBCL scales and clinical criterion variables in anticipated and meaningful ways. As seen in prior research with adult samples, prototype personality ratings show clinical validity across independent clinician raters previously unfamiliar with the approach, and they are meaningfully related to clinical symptoms, behavioral problems, and adaptive functioning.

  10. Utilization of virtual prototyping in development of CMM

    International Nuclear Information System (INIS)

    Raneda, A.; Pessi, P.; Siuko, M.; Handroos, H.; Palmer, J.; Vilenius, M.

    2003-01-01

    The characteristic advantages of hydraulics (high power density, simple construction and reliability) together with the characteristics of water as the pressure medium (fire and environmentally safe, chemically neutral, not activated nor affected by radiation) are highlighted in critical applications such as remote handling operations in International Thermonuclear Experimental Reactor (ITER). However, component cost and lack of wide selection of water hydraulic components make it difficult to build and to test complex water hydraulic systems. The use of virtual prototyping for the development of water hydraulic tools can be used to address this problem. Rapidly increased computational power has created conditions for extensive numerical calculations, enabling computer aided virtual prototyping to replace physical prototype phases in product development

  11. Design in action: From prototyping by demonstration to cooperative prototyping

    DEFF Research Database (Denmark)

    Bødker, Susanne; Grønbæk, Kaj

    1991-01-01

    ... the development of any computer-based system will have to proceed in a cycle from design to experience and back again. It is impossible to anticipate all of the relevant breakdown and their domains. They emerge gradually in practice. Winograd and Flores, 1986. p.171 Some time ago we worked wi...... with a group of dental assistants, designing a prototype case record system to explore the possibility of using computer support in public dental clinics. ...

  12. Mobile Prototyping Platforms for Remote Engineering Applications

    Directory of Open Access Journals (Sweden)

    Karsten Henke

    2009-08-01

    Full Text Available This paper describes a low-cost mobile communication platform as a universal rapid-prototyping system, which is based on the Quadrocopter concept. At the Integrated Hardware and Software Systems Group at the Ilmenau University of Technology these mobile platforms are used to motivate bachelor and master students to study Computer Engineering sciences. This could be done by increasing their interest in technical issues, using this platform as integral part of a new ad-hoc lab to demonstrate different aspects in the area of Mobile Communication as well as universal rapid prototyping nodes to investigate different mechanisms for self-organized mobile communication systems within the International Graduate School on Mobile Communications. Beside the three fields of application, the paper describes the current architecture concept of the mobile prototyping platform as well as the chosen control mechanism and the assigned sensor systems to fulfill all the required tasks.

  13. The StarLite Project Prototyping Real-Time Software

    Science.gov (United States)

    1991-10-01

    multiversion data objects using the prototyping environment. Section 5 concludes the paper. 2. Message-Based Simulation When prototyping distributed...phase locking and priority-based synchronization algorithms, and between a multiversion database and its corresponding single-version database, through...its deadline, since the transaction is only aborted in the validation phase. 4.5. A Multiversion Database System To illustrate the effctivcness of the

  14. Rapid Prototyping Technologies for Manufacturing and Maintenance Activities

    Science.gov (United States)

    Pfeifer, Marcel Rolf

    2017-12-01

    The paper deals with the direct application of Rapid Prototyping technologies for parts and spare parts production in production companies and the economic effect by making use of this technology. Traditional production technologies are technologies such as forging, cutting, machining, etc. These technologies are widely accepted and the teething troubles are solved. Rapid Prototyping technologies such as 3D printing on the other hand came into the focus in the recent years when the technologies and the produced quality gradually advanced. Providing flexibility and time efficiency the technology should also have a practical application in production. This paper has the aim to provide a case-study based on existing cost figures to show that these technologies are not limited to prototype developments.

  15. Status report on ESF-related prototype testing

    International Nuclear Information System (INIS)

    Oliver, R.D.; Kalia, H.N.

    1992-12-01

    This report provides information on the Prototype Testing performed in the G-Tunnel on the Nevada Test Site by the Yucca Mountain Project form April 1988 to November 1989. The Testing Program was implemented to ensure that the Exploratory Shaft Facility (ESF) tests can be completed in the time available and to develop instruments, equipment, and procedures so the ESF tests can collect reliable and representative site characterization data. This report summarizes the ESF prototype tests and presents preliminary results

  16. Pancultural nostalgia: prototypical conceptions across cultures.

    Science.gov (United States)

    Hepper, Erica G; Wildschut, Tim; Sedikides, Constantine; Ritchie, Timothy D; Yung, Yiu-Fai; Hansen, Nina; Abakoumkin, Georgios; Arikan, Gizem; Cisek, Sylwia Z; Demassosso, Didier B; Gebauer, Jochen E; Gerber, J P; González, Roberto; Kusumi, Takashi; Misra, Girishwar; Rusu, Mihaela; Ryan, Oisín; Stephan, Elena; Vingerhoets, Ad J J; Zhou, Xinyue

    2014-08-01

    Nostalgia is a frequently experienced complex emotion, understood by laypersons in the United Kingdom and United States of America to (a) refer prototypically to fond, self-relevant, social memories and (b) be more pleasant (e.g., happy, warm) than unpleasant (e.g., sad, regretful). This research examined whether people across cultures conceive of nostalgia in the same way. Students in 18 countries across 5 continents (N = 1,704) rated the prototypicality of 35 features of nostalgia. The samples showed high levels of agreement on the rank-order of features. In all countries, participants rated previously identified central (vs. peripheral) features as more prototypical of nostalgia, and showed greater interindividual agreement regarding central (vs. peripheral) features. Cluster analyses revealed subtle variation among groups of countries with respect to the strength of these pancultural patterns. All except African countries manifested the same factor structure of nostalgia features. Additional exemplars generated by participants in an open-ended format did not entail elaboration of the existing set of 35 features. Findings identified key points of cross-cultural agreement regarding conceptions of nostalgia, supporting the notion that nostalgia is a pancultural emotion.

  17. Pre evaluation for heat balance of prototype sodium cooled fast reactor

    International Nuclear Information System (INIS)

    Han, Ji Woong; Kim, De Hee; Yoon, Jung; Kim, Eui Kwang; Lee, Tae Ho

    2012-01-01

    Under the long term advanced SFR R and D plan, the design of prototype reactor has been carried out toward the construction of the prototype SFR plant by 2028. The R and D efforts in fluid system design will be focused on developing a prototype design of primary heat transport system(PHTS), intermediate heat transport system (IHTS), decay heat removal system(DHRS), steam generation system(SGS), and related auxiliary system design for a prototype reactor as shown in Fig. 1. In order to make progress system design, top tier requirements for prototype reactor related to design parameters of NSSS and BOP should be decided at first. The top tier requirement includes general design basis, capacity and characteristics of reactor, various requirements related to safety, performance, securities, economics, site, and etc.. Extensive discussion has been done within Korea Atomic Energy Research Institute(KAERI) for the decision of top tier requirements of the prototype reactor. The core outlet temperature, which should be described as top tier requirements, is one of the critical parameter for system design. The higher core exit temperature could contribute to increase the plant efficiency. However, it could also contribute to decrease the design margin for structure and safety. Therefore various operating strategies based on different core outlet temperatures should be examined and evaluated. For the prototype reactor two core outlet temperatures are taken into accounted. The lower temperature is for the operation condition and the higher temperature is for the system design and licensing process of the prototype reactor. In order to evaluate the operability of prototype reactor designed based on higher temperature, the heat balance calculations have been performed at different core outlet temperature conditions. The electrical power of prototype reactor was assumed to be 100MWe and reference operating conditions were decided based on existing available data. The

  18. Refuse-derived fuel as a secondary energy in Taiwan - Using Hotelling space allocation model

    International Nuclear Information System (INIS)

    Kwodong Wey; Sheueching Hong

    2006-01-01

    Most Taiwanese farmers usually blend rice straws into the soil after harvest. However, rice straws possess great thermal energy, which can be used to produce refuse-derived fuel (RDF-5). As Taiwan faces energy shortage, the development benefits of the RDF-5 industry are tempting. This study employs the Hotelling model to design the locations and the optimal numbers of RDF-5 plants. From the technology and material supply point of view, turning waste rice straws into RDF-5 is feasible in Taiwan. Nevertheless, from the business operation perspective, even if the RDF-5 plant is willing to lower its profit rate, its selling price is still hard to compete with imported RDF-5. If the Taiwanese government decides to pursue RDF-5 as an alternative energy, they might need to take a step further to subsidize entrepreneurs or provide appropriate tax benefits. Otherwise, the RDF-5 industry is hard to survive in Taiwan. (Author)

  19. AGS booster prototype magnets

    International Nuclear Information System (INIS)

    Danby, G.; Jackson, J.; Lee, Y.Y.; Phillips, R.; Brodowski, J.; Jablonski, E.; Keohane, G.; McDowell, B.; Rodger, E.

    1987-01-01

    Prototype magnets have been designed and constructed for two half cells of the AGS Booster. The lattice requires 2.4m long dipoles, each curved by 10 0 . The multi-use Booster injector requires several very different standard magnet cycles, capable of instantaneous interchange using computer control from dc up to 10 Hz

  20. Testing and Analysis of the First Plastic Melt Waste Compactor Prototype

    Science.gov (United States)

    Pace, Gregory S.; Fisher, John W.

    2005-01-01

    A half scale Plastic Melt Waste Compactor prototype has been developed at NASA Ames Research Center. The half scale prototype unit will lead to the development of a full scale Plastic Melt Waste Compactor prototype that is representative of flight hardware that would be used on near and far term space missions. This report details the testing being done on the prototype Plastic Melt Waste Compactor by the Solid Waste Management group at NASA Ames Research Center. The tests are designed to determine the prototype's functionality, simplicity of operation, ability to contain and control noxious off-gassing, biological stability of the processed waste, and water recovery potential using a waste composite that is representative of the types of wastes produced on the International Space Station, Space Shuttle, MIR and Skylab missions.

  1. The prototype of radioactive ion source

    CERN Document Server

    Aleksandrov, A V; Kot, N K; Andrighetto, A; Stroe, L

    2001-01-01

    The design and experimental results of the RIB source prototype are presented.A source will have the container of sup 2 sup 3 sup 5 U compounds heated up to 2200-2500 degree C. Vapors of uranium fission obtained when the ion source is irradiated by the high-energy neutron flux, are then ionized and extracted from the source. In the experiments with the prototype loaded by sup 1 sup 2 C the source working temperature 2700 degree C was reached, the carbon ion current 10 nA was obtained. The total operation time of more than 100 hours with no performance degradation was demonstrated.

  2. Afriphone Literature as a Prototypical Form of African Literature: Insights from Prototype Theory

    Science.gov (United States)

    Bodomo, Adams

    2016-01-01

    What is the most prototypical form of African literature? Shouldn't we be using African languages to produce African literary texts, shouldn't we produce more Afriphone African literature compared to Europhone African literature or Afro-Europhone literature? This issue underlies the reality that the vast majority of African writers presumably…

  3. Second LaBr3 Compton Telescope Prototype

    International Nuclear Information System (INIS)

    Llosa, Gabriela; Cabello, Jorge; Gillam, John-E.; Lacasta, Carlos; Oliver, Josep F.; Rafecas, Magdalena; Solaz, Carles; Solevi, Paola; Stankova, Vera; Torres-Espallardo, Irene; Trovato, Marco

    2013-06-01

    A Compton telescope for dose delivery monitoring in hadron therapy is under development at IFIC Valencia within the European project ENVISION. The telescope will consist of three detector planes, each one composed of a LaBr 3 continuous scintillator crystal coupled to four silicon photomultiplier (SiPM) arrays. After the development of a first prototype which served to assess the principle, a second prototype with larger crystals has been assembled and is being tested. The current version of the prototype consists of two detector layers, each one composed of a 32.5 x 35 mm 2 crystal coupled to four SiPM arrays. The VATA64HDR16 ASIC has been employed as front-end electronics. The readout system consists of a custom made data acquisition board. Tests with point-like sources have been carried out in the laboratory, assessing the correct functioning of the device. The system optimization is ongoing. (authors)

  4. Prototype Hanford Surface Barrier: Design basis document

    International Nuclear Information System (INIS)

    Myers, D.R.; Duranceau, D.A.

    1994-11-01

    The Hanford Site Surface Barrier Development Program (BDP) was organized in 1985 to develop the technology needed to provide a long-term surface barrier capability for the Hanford Site and other arid sites. This document provides the basis of the prototype barrier. Engineers and scientists have momentarily frozen evolving barrier designs and incorporated the latest findings from BDP tasks. The design and construction of the prototype barrier has required that all of the various components of the barrier be brought together into an integrated system. This integration is particularly important because some of the components of the protective barreir have been developed independently of other barreir components. This document serves as the baseline by which future modifications or other barrier designs can be compared. Also, this document contains the minutes of meeting convened during the definitive design process in which critical decisions affecting the prototype barrier's design were made and the construction drawings

  5. Prototype electronic stethoscope vs. conventional stethoscope for auscultation of heart sounds.

    Science.gov (United States)

    Kelmenson, Daniel A; Heath, Janae K; Ball, Stephanie A; Kaafarani, Haytham M A; Baker, Elisabeth M; Yeh, Daniel D; Bittner, Edward A; Eikermann, Matthias; Lee, Jarone

    2014-08-01

    In an effort to decrease the spread of hospital-acquired infections, many hospitals currently use disposable plastic stethoscopes in patient rooms. As an alternative, this study examines a prototype electronic stethoscope that does not break the isolation barrier between clinician and patient and may also improve the diagnostic accuracy of the stethoscope exam. This study aimed to investigate whether the new prototype electronic stethoscope improved auscultation of heart sounds compared to the standard conventional isolation stethoscope. In a controlled, non-blinded, cross-over study, clinicians were randomized to identify heart sounds with both the prototype electronic stethoscope and a conventional stethoscope. The primary outcome was the score on a 10-question heart sound identification test. In total, 41 clinicians completed the study. Subjects performed significantly better in the identification of heart sounds when using the prototype electronic stethoscope (median = 9 [7-10] vs. 8 [6-9] points, p value prototype electronic stethoscope. Clinicians using a new prototype electronic stethoscope achieved greater accuracy in identification of heart sounds and also universally favoured the new device, compared to the conventional stethoscope.

  6. Experimentation with PEC channel prototype

    International Nuclear Information System (INIS)

    Caponetti, R.; Iacovelli, M.

    1984-01-01

    Experimentation on prototypes of PEC components is presently being carried out at Casaccia CRE. This report shows the results of the first cycle of experimentation of the central channel, concerning the aspects of sodium removal after experimentation

  7. AGS Booster prototype magnets

    Energy Technology Data Exchange (ETDEWEB)

    Danby, G.; Jackson, J.; Lee, Y.Y.; Phillips, R.; Brodowski, J.; Jablonski, E.; Keohane, G.; McDowell, B.; Rodger, E.

    1987-03-19

    Prototype magnets have been designed and constructed for two half cells of the AGS Booster. The lattice requires 2.4m long dipoles, each curved by 10/sup 0/. The multi-use Booster injector requires several very different standard magnet cycles, capable of instantaneous interchange using computer control from dc up to 10 Hz.

  8. MIND performance and prototyping

    International Nuclear Information System (INIS)

    Cervera-Villanueva, A.

    2008-01-01

    The performance of MIND (Magnetised Iron Neutrino Detector) at a neutrino factory has been revisited in a new analysis. In particular, the low neutrino energy region is studied, obtaining an efficiency plateau around 5 GeV for a background level below 10 -3 . A first look has been given into the detector optimisation and prototyping

  9. Prototype ATLAS straw tracker

    CERN Multimedia

    Laurent Guiraud

    1998-01-01

    This is an early prototype of the straw tracking device for the ATLAS detector at CERN. This detector will be part of the LHC project, scheduled to start operation in 2008. The straw tracker will consist of thousands of gas-filled straws, each containing a wire, allowing the tracks of particles to be followed.

  10. Building a Prototype Text to Speech for Sanskrit

    Science.gov (United States)

    Mahananda, Baiju; Raju, C. M. S.; Patil, Ramalinga Reddy; Jha, Narayana; Varakhedi, Shrinivasa; Kishore, Prahallad

    This paper describes about the work done in building a prototype text to speech system for Sanskrit. A basic prototype text-to-speech is built using a simplified Sanskrit phone set, and employing a unit selection technique, where prerecorded sub-word units are concatenated to synthesize a sentence. We also discuss the issues involved in building a full-fledged text-to-speech for Sanskrit.

  11. Printing of Titanium implant prototype

    International Nuclear Information System (INIS)

    Wiria, Florencia Edith; Shyan, John Yong Ming; Lim, Poon Nian; Wen, Francis Goh Chung; Yeo, Jin Fei; Cao, Tong

    2010-01-01

    Dental implant plays an important role as a conduit of force and stress to flow from the tooth to the related bone. In the load sharing between an implant and its related bone, the amount of stress carried by each of them directly related to their stiffness or modulus. Hence, it is a crucial issue for the implant to have matching mechanical properties, in particular modulus, between the implant and its related bone. Titanium is a metallic material that has good biocompatibility and corrosion resistance. Whilst the modulus of the bulk material is still higher than that of bone, it is the lowest among all other commonly used metallic implant materials, such as stainless steel or cobalt alloy. Hence it is potential to further reduce the modulus of pure Titanium by engineering its processing method to obtain porous structure. In this project, porous Titanium implant prototype is fabricated using 3-dimensional printing. This technique allows the flexibility of design customization, which is beneficial for implant fabrication as tailoring of implant size and shape helps to ensure the implant would fit nicely to the patient. The fabricated Titanium prototype had a modulus of 4.8-13.2 GPa, which is in the range of natural bone modulus. The compressive strength achieved was between 167 to 455 MPa. Subsequent cell culture study indicated that the porous Titanium prototype had good biocompatibility and is suitable for bone cell attachment and proliferation.

  12. Low-friction nanojoint prototype

    Science.gov (United States)

    Vlassov, Sergei; Oras, Sven; Antsov, Mikk; Butikova, Jelena; Lõhmus, Rünno; Polyakov, Boris

    2018-05-01

    High surface energy of individual nanostructures leads to high adhesion and static friction that can completely hinder the operation of nanoscale systems with movable parts. For instance, silver or gold nanowires cannot be moved on silicon substrate without plastic deformation. In this paper, we experimentally demonstrate an operational prototype of a low-friction nanojoint. The movable part of the prototype is made either from a gold or silver nano-pin produced by laser-induced partial melting of silver and gold nanowires resulting in the formation of rounded bulbs on their ends. The nano-pin is then manipulated into the inverted pyramid (i-pyramids) specially etched in a Si wafer. Due to the small contact area, the nano-pin can be repeatedly tilted inside an i-pyramid as a rigid object without noticeable deformation. At the same time in the absence of external force the nanojoint is stable and preserves its position and tilt angle. Experiments are performed inside a scanning electron microscope and are supported by finite element method simulations.

  13. Live Piloting and Prototyping

    Directory of Open Access Journals (Sweden)

    Francesca Rizzo

    2013-07-01

    Full Text Available This paper presents current trends in service design research concerning large scale projects aimed at generating changes at a local scale. The strategy adopted to achieve this, is to co-design solutions including future users in the development process, prototyping and testing system of products and services before their actual implementation. On the basis of experience achieved in the European Project Life 2.0, this paper discusses which methods and competencies are applied in the development of these projects, eliciting the lessons learnt especially from the piloting phase in which the participatory design (PD approach plays a major role. In the first part, the topic is introduced jointly with the theoretical background where the user center design and participatory design methods are presented; then the Life 2.0 project development is described; finally the experience is discussed from a service design perspective, eliciting guidelines for piloting and prototyping services in a real context of use. The paper concludes reflecting on the designers’ role and competencies needed in this process.

  14. Learning Axure RP interactive prototypes

    CERN Document Server

    Krahenbuhl, John Henry

    2015-01-01

    If you are a user experience professional, designer, information architect, or business analyst who wants to gain interactive prototyping skills with Axure, then this book is ideal for you. Some familiarity with Axure is preferred but not essential.

  15. NMS Prototype development final report

    International Nuclear Information System (INIS)

    Lepetich, J.E.

    1993-01-01

    Program for development of NMS prototype for LAMPF consisted of 5 tasks: crystal procurement specification, inspection/evaluation of CsI crystals, design/fabrication of crystal housing, design/fabrication of PMT shields, and packaging of crystals in the housing

  16. A full-scale prototype for the tracking chambers of the ALICE muon spectrometer. Part II- Electronics. Preamplifier; Read-out prototype

    Energy Technology Data Exchange (ETDEWEB)

    Courtat, P.; Charlet, D.; Lebon, S.; Martin, J.M.; Sellem, R.; Wanlin, E. [CEA Centre d' Etudes Nucleaires de Saclay, 91 - Gif-sur-Yvette (France). Service d' Electronique Physique; Douet, R.; Harroch, H.; Bimbot, L.; Jouan, D.; Kharmandarian, L.; Le Bornec, Y.; Mac Cormick, M.; Willis, N. [Paris-11 Univ., 91 - Orsay (France). Institut de Physique Nucleaire

    1999-07-01

    A full scale prototype of one module of the first tracking station has already been constructed. It will be equipped with the new read-out electronics proposed for the final chambers. Before integration of the whole chain, tests have been carried out on the individual components in discrete circuit prototypes. The different parts of the chain are described, together with the tests performed. The final version with integrated circuits in then described. (author)

  17. A full-scale prototype for the tracking chambers of the ALICE muon spectrometer. Part II- Electronics. Preamplifier; Read-out prototype

    International Nuclear Information System (INIS)

    Courtat, P.; Charlet, D.; Lebon, S.; Martin, J.M.; Sellem, R.; Wanlin, E.; Douet, R.; Harroch, H.; Bimbot, L.; Jouan, D.; Kharmandarian, L.; Le Bornec, Y.; Mac Cormick, M.; Willis, N.

    1999-01-01

    A full scale prototype of one module of the first tracking station has already been constructed. It will be equipped with the new read-out electronics proposed for the final chambers. Before integration of the whole chain, tests have been carried out on the individual components in discrete circuit prototypes. The different parts of the chain are described, together with the tests performed. The final version with integrated circuits in then described. (author)

  18. Prototypical Rod Consolidation Demonstration Project

    International Nuclear Information System (INIS)

    1993-05-01

    The objective of Phase 3 of the Prototypical Rod consolidation Demonstration Project (PRCDP) was to procure, fabricate, assemble, and test the Prototypical Rod consolidation System as described in the NUS Phase 2 Final Design Report. This effort required providing the materials, components, and fabricated parts which makes up all of the system equipment. In addition, it included the assembly, installation, and setup of this equipment at the Cold Test Facility. During the Phase 3 effort the system was tested on a component, subsystem, and system level. This volume 1, discusses the PRCDP Phase 3 Test Program that was conducted by the HALLIBURTON NUS Environmental Corporation under contract AC07-86ID12651 with the United States Department of Energy. This document, Volume 1, Book 8 discusses Control System SOT Tests Results and Analysis Report. This is a continuation of Book 7

  19. Quick Prototyping of Educational Software: An Object-Oriented Approach.

    Science.gov (United States)

    Wong, Simon C-H

    1994-01-01

    Introduces and demonstrates a quick-prototyping model for educational software development that can be used by teachers developing their own courseware using an object-oriented programming system. Development of a courseware package called "The Match-Maker" is explained as an example that uses HyperCard for quick prototyping. (Contains…

  20. The stand prototype of minimum power NRE reactor

    International Nuclear Information System (INIS)

    Belogurov, A.I.; Grigorenko, L.N.; Mamontov, Yu.I.; Rachuk, V.S.; Stukalov, A.I.; Konyukhov, G.V.

    1995-01-01

    For ensuring of full-scale development of nuclear rocket engine (NRE) reactor was created stand prototype (reactor IRGIT?) The main differences of its are as follows: 1) Fasteners of technologies channels contents fuel assemblies in bottom are worked out the split. It is provides possibility a distance channels change without disassembly of reactor stand prototype from stand; 2) Cooling of the vessels, the moderator, the reflector and the barrel actuate is carried out by hydrogen; 3) The lower bottom modified for organization the hydrogen efflux in the form a reactor jet; 4) Radiation defence is introduced as part of stand prototype for ensuring of serviceability of stand accessories and tests routine service; 5) Each technology channels is provided of critical nozzle; 6) Control, regulation and defence of reactor has being carried out on stand system

  1. Presentation Trainer Prototype 1.0

    NARCIS (Netherlands)

    Börner, Dirk; Specht, Marcus

    2014-01-01

    This software sketch comprises the first prototype of the presentation trainer. The application uses the Microsoft Kinect sensor and was built using the Processing 1.5.1 development environment. Available under the GNU LGPL licence version 3 or higher.

  2. Improving design processes through structured reflection : a prototype software tool

    OpenAIRE

    Reymen, I.M.M.J.; Melby, E.

    2001-01-01

    A prototype software tool facilitating the use of a design method supporting structured reflection on design processes is presented. The prototype, called Echo, has been developed to explore the benefits of using a software system to facilitate the use of the design method. Both the prototype software tool and the design method are developed as part of the Ph.D. project of Isabelle Reymen. The goal of the design method is supporting designers with reflection on design processes in a systemati...

  3. A case study of data integration for aquatic resources using semantic web technologies

    Science.gov (United States)

    Gordon, Janice M.; Chkhenkeli, Nina; Govoni, David L.; Lightsom, Frances L.; Ostroff, Andrea C.; Schweitzer, Peter N.; Thongsavanh, Phethala; Varanka, Dalia E.; Zednik, Stephan

    2015-01-01

    Use cases, information modeling, and linked data techniques are Semantic Web technologies used to develop a prototype system that integrates scientific observations from four independent USGS and cooperator data systems. The techniques were tested with a use case goal of creating a data set for use in exploring potential relationships among freshwater fish populations and environmental factors. The resulting prototype extracts data from the BioData Retrieval System, the Multistate Aquatic Resource Information System, the National Geochemical Survey, and the National Hydrography Dataset. A prototype user interface allows a scientist to select observations from these data systems and combine them into a single data set in RDF format that includes explicitly defined relationships and data definitions. The project was funded by the USGS Community for Data Integration and undertaken by the Community for Data Integration Semantic Web Working Group in order to demonstrate use of Semantic Web technologies by scientists. This allows scientists to simultaneously explore data that are available in multiple, disparate systems beyond those they traditionally have used.

  4. Design and fabrication of a 50 MWt prototypical MHD coal-fired combustor

    International Nuclear Information System (INIS)

    Albright, J.; Braswell, R.; Listvinsky, G.; McAllister, M.; Myrick, S.; Ono, D.; Thom, H.

    1992-01-01

    A prototypical 50 MWt coal-fired combustor has been designed and fabricated as part of the Magnetohydrodynamic (MHD) Integrated Topping Cycle (ITC) Program. This is a DOE-funded program to develop a prototypical MHD power train to be tested at the Component Development and Integration Facility (CDIF) in Butte, Montana. The prototypical combustor is an outgrowth of the 50 MWt workhorse combustor which has previously been tested at the CDIF. In addition to meeting established performance criteria of the existing 50 MWt workhorse combustor, the prototypical combustor design is required to be scaleable for use at the 250 MWt retrofit level. This paper presents an overview of the mechanical design of the prototypical combustor and a description of its fabrication. Fabrication of the 50 MWt prototypical coal-fired combustor was completed in February 1992 and hot-fire testing is scheduled to begin in May 1992

  5. Open-Ended Interaction in Cooperative Pro-to-typing: A Video-based Analysis

    DEFF Research Database (Denmark)

    Bødker, Susanne; Grønbæk, Kaj; Trigg, Randal

    1991-01-01

    Cooperative Prototyping can be characterized as the use and development of prototypes as catalysts during discussions between designers and potential users – the overall intention being one of mutual learning. On the one hand, the designers learn more about the work practices of the users in ways...... that are tied concretely to some current version of the prototype. On the other hand, the users learn more about the potential for change in their work practice, whether computer-based or otherwise. This paper presents the results of a field study of the cooperative prototyping process. The study is based...... on a fine-grained video-based analysis of a single prototyping session, and focuses on the effects of an open-ended style of interaction between users and designers around a prototype. An analysis of focus shifts, initiative and storytelling during the session is brought to bear on the question of whether...

  6. Encapsulation of polymer photovoltaic prototypes

    DEFF Research Database (Denmark)

    Krebs, Frederik C

    2006-01-01

    A simple and efficient method for the encapsulation of polymer and organic photovoltaic prototypes is presented. The method employs device preparation on glass substrates with subsequent sealing using glass fiber reinforced thermosetting epoxy (prepreg) against a back plate. The method allows...

  7. Test Beam Results Obtained with the Q4 Prototype

    Energy Technology Data Exchange (ETDEWEB)

    Aguilar-Benitez, M.; Alberdi, J.; Cerrada, M.; Colino, N.; Daniel, M.; Fouz, M. c.; Marin, J.; Mocholi, J.; Oller, J. C.; Puerta, J.; Romero, L.; Salicio, J. M.

    2000-07-01

    A prototype of the CMS Barrel Muon Detector incorporating all the features of the final chambers was built at CIEMAT using the mass production assembly procedures and tools. The performance of this prototype was studied in a muon test beam at CERN and the results obtained are presented here. (Author)

  8. Can Individuals with Autism Abstract Prototypes of Natural Faces?

    Science.gov (United States)

    Gastgeb, Holly Zajac; Wilkinson, Desiree A.; Minshew, Nancy J.; Strauss, Mark S.

    2011-01-01

    There is a growing amount of evidence suggesting that individuals with autism have difficulty with face processing. One basic cognitive ability that may underlie face processing difficulties is the ability to abstract a prototype. The current study examined prototype formation with natural faces using eye-tracking in high-functioning adults with…

  9. Test beam results obtained with the Q4 prototype

    International Nuclear Information System (INIS)

    Aguilar-Benitez, M.; Alberdi, J.; Cerrada, M.; Colino, N.; Daniel, M.; Fouz, M.C.; Marin, J.; Mocholi, J.; Oller, J. C.; Puerta, J.; Romero, L.; Salicio, J. M.; Willmott, C.

    2000-10-01

    A prototype of the CMS Barrel Muon Detector incorporating all the features of the final chambers was built at CIEMAT using the mass production assembly procedures and tools. The performance of this prototype was studied in a muon test beam at CERN and the results obtained are presented here. (Author)

  10. From research plots to prototype biomass plantations

    Energy Technology Data Exchange (ETDEWEB)

    Kenney, W.A.; Vanstone, B.J.; Gambles, R.L.; Zsuffa, L. [Univ. of Toronto, Ontario (Canada)

    1993-12-31

    The development of biomass energy plantations is now expanding from the research plot phase into the next level of development at larger scale plantings. This is necessary to provide: more accurate information on biomass yields, realistic production cost figures, venues to test harvesting equipment, demonstration sites for potential producers, and a supply of feedstock for prototype conversion facilities. The paper will discuss some of these objectives and some of the challenges encountered in the scale-up process associated with a willow prototype plantation project currently under development in Eastern Canada.

  11. Modelling and Control of the Wavestar Prototype

    DEFF Research Database (Denmark)

    Hansen, Rico Hjerm; Kramer, Morten M.

    2011-01-01

    Algorithm (WPEA), applied to the full-scale Wavestar Prototype for maximizing energy extraction. The WPEA is optimized based on simulations of the point absorbers in different sea states. Hence, a presentation of a hydrodynamic model of the Wavestar is included in the paper. A simplified Power Take-Off (PTO......) is also added to the model, enabling the optimization of the WPEA to take into account the PTO constraints of PTO bandwidth and force limitations. The predicted results of the optimized WPEA are compared to real measurements from theWavestar Prototype, showing good compliance....

  12. Rapid Prototyping in Orthopaedic Surgery: A User's Guide

    OpenAIRE

    Frame, Mark; Huntley, James S.

    2012-01-01

    Rapid prototyping (RP) is applicable to orthopaedic problems involving three dimensions, particularly fractures, deformities, and reconstruction. In the past, RP has been hampered by cost and difficulties accessing the appropriate expertise. Here we outline the history of rapid prototyping and furthermore a process using open-source software to produce a high fidelity physical model from CT data. This greatly mitigates the expense associated with the technique, allowing surgeons to produce pr...

  13. Mechatronic Prototype of Parabolic Solar Tracker.

    Science.gov (United States)

    Morón, Carlos; Díaz, Jorge Pablo; Ferrández, Daniel; Ramos, Mari Paz

    2016-06-15

    In the last 30 years numerous attempts have been made to improve the efficiency of the parabolic collectors in the electric power production, although most of the studies have focused on the industrial production of thermoelectric power. This research focuses on the application of this concentrating solar thermal power in the unexplored field of building construction. To that end, a mechatronic prototype of a hybrid paraboloidal and cylindrical-parabolic tracker based on the Arduido technology has been designed. The prototype is able to measure meteorological data autonomously in order to quantify the energy potential of any location. In this way, it is possible to reliably model real commercial equipment behavior before its deployment in buildings and single family houses.

  14. Performance of the NIF prototype beamlet

    International Nuclear Information System (INIS)

    Van Wonterghem, B.M.; Murray, J.R.; Speck, D.R.; Campbell, J.H.

    1994-01-01

    Beamlet is a full scale single beam prototype laser system, built to demonstrate the laser technology and performance of the 192 beam National Ignition Facility (NIF) fusion laser driver. Both laser systems apply multipass amplifier architectures. By passing the beam four times through the large aperture amplifier sections, the small signal gain during the first few passes is used efficiently to reduce expensive staged amplifier chains. The beamlet prototype laser integrates results of development programs for large aperture components: large aperture optical switch, polarizers, 2 x 2 multisegment amplifiers and new pulse generation and pre-amplification techniques. The authors report on performance test results of the recently completed 1 ω-laser section of Beamlet

  15. The effect of encoding conditions on learning in the prototype distortion task.

    Science.gov (United States)

    Lee, Jessica C; Livesey, Evan J

    2017-06-01

    The prototype distortion task demonstrates that it is possible to learn about a category of physically similar stimuli through mere observation. However, there have been few attempts to test whether different encoding conditions affect learning in this task. This study compared prototypicality gradients produced under incidental learning conditions in which participants performed a visual search task, with those produced under intentional learning conditions in which participants were required to memorize the stimuli. Experiment 1 showed that similar prototypicality gradients could be obtained for category endorsement and familiarity ratings, but also found (weaker) prototypicality gradients in the absence of exposure. In Experiments 2 and 3, memorization was found to strengthen prototypicality gradients in familiarity ratings in comparison to visual search, but there were no group differences in participants' ability to discriminate between novel and presented exemplars. Although the Search groups in Experiments 2 and 3 produced prototypicality gradients, they were no different in magnitude to those produced in the absence of stimulus exposure in Experiment 1, suggesting that incidental learning during visual search was not conducive to producing prototypicality gradients. This study suggests that learning in the prototype distortion task is not implicit in the sense of resulting automatically from exposure, is affected by the nature of encoding, and should be considered in light of potential learning-at-test effects.

  16. Results of combustion and emissions testing when co-firing blends of binder-enhanced densified refuse-derived fuel (b-dRDF) pellets and coal in a 440 MW{sub e} cyclone fired combustor. Volume 3: Appendices

    Energy Technology Data Exchange (ETDEWEB)

    Ohlsson, O.

    1994-07-01

    This report contains the data resulting from the co-firing of b-dRDF pellets and coal in a 440-MW{sub e} cyclone-fired combustor. These tests were conducted under a Collaborative Research and Development Agreement (CRADA). The CRADA partners included the U.S. Department of Energy (DOE), National Renewable Energy Laboratory (NREL), Argonne National Laboratory (ANL), Otter Tail Power Company, Green Isle Environmental, Inc., XL Recycling Corporation, and Marblehead Lime Company. The report is made up of three volumes. This volume contains other supporting information, along with quality assurance documentation and safety and test plans. With this multi-volume approach, readers can find information at the desired level of detail, depending on individual interest or need.

  17. Depressive prototype narrative. A convergent validation in depressive patients

    Directory of Open Access Journals (Sweden)

    Leonardo Yovany Álvarez Ramírez

    2007-05-01

    Full Text Available The present study has the intention of establishing the identification that a group of depressed male subjects does with the narrative prototype of depression compared to a group of depressed female subjects. The sample was made of 65 depressive subjects and 65non depressive subjects for every group according to the genderwith ages between 16 and 40 years. The participants were derived from different centers of psychological attention of the city of Bucaramanga. An additional inclusion criterion was not applied except reading comprehension, which facilitates them the handling of the applied psychological instruments. The study followed a transverse correlational design. The procedure included the application ofthe SCID structured interview, the Hamilton test and the narrative prototype of depression of Gonçalves. The Ji squared statistic wasapplied to confirm the hypotheses of identification with the narrative prototype of depression in the depressive subjects and the opposite in those not depressed in every group according to the gender by means of a study of cases and controls. The findings demonstrate that the male and female group of depressed subjects, in comparison, identify with the narrative prototype of depression, while those not depressed don’t. It is concluded that both, depressed males and females of the study identify with the narrative prototype of depression unless in top grades in the second group.

  18. Development and Evaluation of the Virtual Prototype of the First Saudi Arabian-Designed Car

    Directory of Open Access Journals (Sweden)

    Mustufa H. Abidi

    2016-10-01

    Full Text Available Prototyping and evaluation are imperative phases of the present product design and development process. Although digital modeling and analysis methods are widely employed at various product development stages, still, building a physical prototype makes the present typical process expensive and time consuming. Therefore, it is necessary to implement new technologies, such as virtual prototyping, which can enable industry to have a rapid and more controlled decision making process. Virtual prototyping has come a long way in recent years, where current environments enable stereoscopic visuals, surround sound and ample interaction with the generated models. It is also important to evaluate how representative the developed virtual prototype is when compared to the real-world counterpart and the sense of presence reported by users of the virtual prototype. This paper describes the systematic procedure to develop a virtual prototype of Gazal-1 (i.e., the first car prototype designed by Saudi engineers in a semi-immersive virtual environment. The steps to develop a virtual prototype from CAD (computer-aided design models are explained in detail. Various issues involved in the different phases for the development of the virtual prototype are also discussed comprehensively. The paper further describes the results of the subjective assessment of a developed virtual prototype of a Saudi Arabian-designed automobile. User’s feedback is recorded using a presence questionnaire. Based on the user-based study, it is revealed that the virtual prototype is representative of the real Saudi Arabian car and offers a flexible environment to analyze design features when compared against its physical prototype. The capabilities of the virtual environment are validated with the application of the car prototype. Finally, vital requirements and directions for future research are also presented.

  19. Using rapid prototyping to design a smoking cessation website with end-users

    OpenAIRE

    Ronquillo, C. E.; Currie, L.; Rowsell, D.; Phillips, J. C.

    2016-01-01

    Rapid prototyping is an iterative approach to design involving cycles of prototype building, review by end-users, and refinement, and can be a valuable tool in user-centered website design. Informed by various user-centered approaches, we used rapid prototyping as a tool to collaborate with users in building a peer-support focused smoking-cessation website for gay men living with HIV. Rapid prototyping was effective in eliciting feedback on the needs of this group of potential end-users\\ud fr...

  20. A Prototype HTML Training System for Graphic Communication Majors

    Science.gov (United States)

    Runquist, Roger L.

    2010-01-01

    This design research demonstrates a prototype content management system capable of training graphic communication students in the creation of basic HTML web pages. The prototype serve as a method of helping students learn basic HTML structure and commands earlier in their academic careers. Exposure to the concepts of web page creation early in…

  1. FY97 ICCS prototype specification

    International Nuclear Information System (INIS)

    Woodruff, J.

    1997-01-01

    The ICCS software team will implement and test two iterations of their software product during FY97. This document specifies the products to be delivered in that first prototype and projects the direction that the second prototype will take. Detailed specification of the later iteration will be written when the results of the first iteration are complete. The selection of frameworks to be implemented early is made on a basis of risk analysis from the point of view of future development in the ICCS project. The prototype will address risks in integration of object- oriented components, in refining our development process, and in emulation testing for FEP devices. This document is a specification that identifies products and processes to undertake for resolving these risks. The goals of this activity are to exercise our development process at a modest scale and to probe our architecture plan for fundamental limits and failure modes. The product of the iterations will be the framework software which will be useful in future ICCS code. Thus the FY97 products are intended for internal usage by the ICCS team and for demonstration to the FEP software developers of the strategy for integrating supervisory software with FEP computers. This will be the first of several expected iterations of the software development process and the performance measurements that ICCS will demonstrate, intended to support confidence in our ability to meet project RAM goals. The design of the application software is being carried out in a separate WBS 1.5.2 activity. The design activity has as its FY97 product a series of Software Design Documents that will specify the functionality of the controls software of ICCS. During the testing of this year''s prototypes, the application functionality needed for test will be provided by sample maintenance controls. These are early precursors of controls that can be used for low level device control. Since the devices under test will be represented by

  2. Patient specific ankle-foot orthoses using rapid prototyping.

    Science.gov (United States)

    Mavroidis, Constantinos; Ranky, Richard G; Sivak, Mark L; Patritti, Benjamin L; DiPisa, Joseph; Caddle, Alyssa; Gilhooly, Kara; Govoni, Lauren; Sivak, Seth; Lancia, Michael; Drillio, Robert; Bonato, Paolo

    2011-01-12

    Prefabricated orthotic devices are currently designed to fit a range of patients and therefore they do not provide individualized comfort and function. Custom-fit orthoses are superior to prefabricated orthotic devices from both of the above-mentioned standpoints. However, creating a custom-fit orthosis is a laborious and time-intensive manual process performed by skilled orthotists. Besides, adjustments made to both prefabricated and custom-fit orthoses are carried out in a qualitative manner. So both comfort and function can potentially suffer considerably. A computerized technique for fabricating patient-specific orthotic devices has the potential to provide excellent comfort and allow for changes in the standard design to meet the specific needs of each patient. In this paper, 3D laser scanning is combined with rapid prototyping to create patient-specific orthoses. A novel process was engineered to utilize patient-specific surface data of the patient anatomy as a digital input, manipulate the surface data to an optimal form using Computer Aided Design (CAD) software, and then download the digital output from the CAD software to a rapid prototyping machine for fabrication. Two AFOs were rapidly prototyped to demonstrate the proposed process. Gait analysis data of a subject wearing the AFOs indicated that the rapid prototyped AFOs performed comparably to the prefabricated polypropylene design. The rapidly prototyped orthoses fabricated in this study provided good fit of the subject's anatomy compared to a prefabricated AFO while delivering comparable function (i.e. mechanical effect on the biomechanics of gait). The rapid fabrication capability is of interest because it has potential for decreasing fabrication time and cost especially when a replacement of the orthosis is required.

  3. Electroretinography in dogs using a fiber electrode prototype

    Directory of Open Access Journals (Sweden)

    A.L. Pereira

    2013-03-01

    Full Text Available We compared two electroretinography (ERG electrodes in dogs using ERG standards of the International Society for Clinical Electrophysiology of Vision (ISCEV. Ten healthy Yorkshire terrier dogs (mean age, 2.80 ± 1.42 years; 6 females weighing 5.20 ± 1.56 kg were evaluated using an ERG system for veterinary use. Dark- and light-adapted ERG responses were recorded using an ERG-Jet electrode and a fiber electrode prototype. The examinations were performed during 2 visits, 3 weeks apart. Both electrodes (ERG-Jet or fiber prototype were used on each animal and the first eye to be recorded (OD × OS was selected randomly. Three weeks later the examination was repeated on the same animal switching the type of electrode to be used that day and the first eye to be examined. The magnitude and waveform quality obtained with the two electrode types were similar for all ERG responses. ERG amplitudes and implicit times obtained from dogs using the fiber electrode prototype were comparable to those obtained with the ERG-Jet electrode for rod, maximal rod-cone summed, cone, and 30-Hz flicker responses. The fiber electrode prototype is a low-cost device, available as an alternative instrument for clinical veterinary ERG recording for retinal function assessment.

  4. Electroretinography in dogs using a fiber electrode prototype

    Directory of Open Access Journals (Sweden)

    A.L. Pereira

    Full Text Available We compared two electroretinography (ERG electrodes in dogs using ERG standards of the International Society for Clinical Electrophysiology of Vision (ISCEV. Ten healthy Yorkshire terrier dogs (mean age, 2.80 ± 1.42 years; 6 females weighing 5.20 ± 1.56 kg were evaluated using an ERG system for veterinary use. Dark- and light-adapted ERG responses were recorded using an ERG-Jet electrode and a fiber electrode prototype. The examinations were performed during 2 visits, 3 weeks apart. Both electrodes (ERG-Jet or fiber prototype were used on each animal and the first eye to be recorded (OD × OS was selected randomly. Three weeks later the examination was repeated on the same animal switching the type of electrode to be used that day and the first eye to be examined. The magnitude and waveform quality obtained with the two electrode types were similar for all ERG responses. ERG amplitudes and implicit times obtained from dogs using the fiber electrode prototype were comparable to those obtained with the ERG-Jet electrode for rod, maximal rod-cone summed, cone, and 30-Hz flicker responses. The fiber electrode prototype is a low-cost device, available as an alternative instrument for clinical veterinary ERG recording for retinal function assessment.

  5. Prototype to measure bracket debonding force in vivo

    Directory of Open Access Journals (Sweden)

    Jéssika Lagni Tonus

    Full Text Available ABSTRACT Introduction: Material biodegradation that occurs in the mouth may interfere in the bonding strength between the bracket and the enamel, causing lower bond strength values in vivo, in comparison with in vitro studies. Objective: To develop a prototype to measure bracket debonding force in vivo and to evaluate, in vitro, the bond strength obtained with the prototype. Methods: A original plier (3M Unitek was modified by adding one strain gauge directly connected to its claw. An electronic circuit performed the reading of the strain gauge, and the software installed in a computer recorded the values of the bracket debonding force, in kgf. Orthodontic brackets were bonded to the facial surface of 30 bovine incisors with adhesive materials. In Group 1 (n = 15, debonding was carried out with the prototype, while tensile bond strength testing was performed in Group 2 (n = 15. A universal testing machine was used for the second group. The adhesive remnant index (ARI was recorded. Results: According to Student’s t test (α = 0.05, Group 1 (2.96 MPa and Group 2 (3.08 MPa were not significantly different. ARI score of 3 was predominant in the two groups. Conclusion: The prototype proved to be reliable for obtaining in vivo bond strength values for orthodontic brackets.

  6. Electroretinography in dogs using a fiber electrode prototype

    International Nuclear Information System (INIS)

    Pereira, A.L.; Montiani-Ferreira, F.; Santos, V.R.; Salomão, S.R.; Souza, C.; Berezovsky, A.

    2013-01-01

    We compared two electroretinography (ERG) electrodes in dogs using ERG standards of the International Society for Clinical Electrophysiology of Vision (ISCEV). Ten healthy Yorkshire terrier dogs (mean age, 2.80 ± 1.42 years; 6 females) weighing 5.20 ± 1.56 kg were evaluated using an ERG system for veterinary use. Dark- and light-adapted ERG responses were recorded using an ERG-Jet electrode and a fiber electrode prototype. The examinations were performed during 2 visits, 3 weeks apart. Both electrodes (ERG-Jet or fiber prototype) were used on each animal and the first eye to be recorded (OD × OS) was selected randomly. Three weeks later the examination was repeated on the same animal switching the type of electrode to be used that day and the first eye to be examined. The magnitude and waveform quality obtained with the two electrode types were similar for all ERG responses. ERG amplitudes and implicit times obtained from dogs using the fiber electrode prototype were comparable to those obtained with the ERG-Jet electrode for rod, maximal rod-cone summed, cone, and 30-Hz flicker responses. The fiber electrode prototype is a low-cost device, available as an alternative instrument for clinical veterinary ERG recording for retinal function assessment

  7. Prototype to measure bracket debonding force in vivo

    Science.gov (United States)

    Tonus, Jéssika Lagni; Manfroi, Fernanda Borguetti; Borges, Gilberto Antonio; Grigolo, Eduardo Correa; Helegda, Sérgio; Spohr, Ana Maria

    2017-01-01

    ABSTRACT Introduction: Material biodegradation that occurs in the mouth may interfere in the bonding strength between the bracket and the enamel, causing lower bond strength values in vivo, in comparison with in vitro studies. Objective: To develop a prototype to measure bracket debonding force in vivo and to evaluate, in vitro, the bond strength obtained with the prototype. Methods: A original plier (3M Unitek) was modified by adding one strain gauge directly connected to its claw. An electronic circuit performed the reading of the strain gauge, and the software installed in a computer recorded the values of the bracket debonding force, in kgf. Orthodontic brackets were bonded to the facial surface of 30 bovine incisors with adhesive materials. In Group 1 (n = 15), debonding was carried out with the prototype, while tensile bond strength testing was performed in Group 2 (n = 15). A universal testing machine was used for the second group. The adhesive remnant index (ARI) was recorded. Results: According to Student’s t test (α = 0.05), Group 1 (2.96 MPa) and Group 2 (3.08 MPa) were not significantly different. ARI score of 3 was predominant in the two groups. Conclusion: The prototype proved to be reliable for obtaining in vivo bond strength values for orthodontic brackets. PMID:28444011

  8. Context-sensitive service discovery experimental prototype and evaluation

    DEFF Research Database (Denmark)

    Balken, Robin; Haukrogh, Jesper; L. Jensen, Jens

    2007-01-01

    The amount of different networks and services available to users today are increasing. This introduces the need for a way to locate and sort out irrelevant services in the process of discovering available services to a user. This paper describes and evaluates a prototype of an automated discovery...... and selection system, which locates services relevant to a user, based on his/her context and the context of the available services. The prototype includes a multi-level, hierarchical system approach and the introduction of entities called User-nodes, Super-nodes and Root-nodes. These entities separate...... the network in domains that handle the complex distributed service discovery, which is based on dynamically changing context information. In the prototype, a method for performing context-sensitive service discovery has been realised. The service discovery part utilizes UPnP, which has been expanded in order...

  9. Design and Construction of Prototype Dark Matter Detectors

    Energy Technology Data Exchange (ETDEWEB)

    Peter Fisher

    2012-03-23

    The Lepton Quark Studies (LQS) group is engaged in searching for dark matter using the Dark Matter Time Projection Chamber (DMTPC) at the Waste Isolation Pilot Plant (WIPP) (Carlsbad, NM). DMTPC is a direction-sensitive dark matter detector designed to measure the recoil direction and energy deposited by fluorine nuclei recoiling from the interaction with incident WIMPs. In the past year, the major areas of progress have been: to publish the first dark matter search results from a surface run of the DMTPC prototype detector, to build and install the 10L prototype in the underground laboratory at WIPP which will house the 1 m{sup 3} detector, and to demonstrate charge and PMT readout of the TPC using prototype detectors, which allow triggering and {Delta}z measurement to be used in the 1 m{sup 3} detector under development.

  10. Prototypical Rod Consolidation Demonstration Project

    International Nuclear Information System (INIS)

    1993-05-01

    The objective of Phase 3 of the Prototypical Rod consolidation Demonstration Project (PRCDP) was to procure, fabricate, assemble, and test the Prototypical Rod consolidation System as described in the NUS Phase 2 Final Design Report. This effort required providing the materials, components, and fabricated parts which makes up all of the system equipment. In addition, it included the assembly, installation, and setup of this equipment at the Cold Test Facility. During the Phase 3 effort the system was tested on a component, subsystem, and system level. This volume 1, discusses the PRCDP Phase 3 Test Program that was conducted by the HALLIBURTON NUS Environmental Corporation under contract AC07-86ID12651 with the United States Department of Energy. This document, Volume 1, Book 2 discusses the following topics: Fuel Rod Extraction System Test Results and Analysis Reports and Clamping Table Test Results and Analysis Reports

  11. Developing IEC prototypes for adolescents. IEC workshop.

    Science.gov (United States)

    1997-01-01

    Participants of the IEC Workshop for the Production of OHP Material on Reproductive Health for Adolescents and Young Adults held November 25-30 in Japan developed innovative, visually appealing overhead projector (OHP) transparencies to serve as prototype information, education, and communication (IEC) materials for the Asian Region. The materials cover a wide range of topics from early marriage to unwanted pregnancy. This paper briefly describes the prototypes. One group focused upon early marriage, an issue of considerable importance to the health and welfare of young women in countries such as Bhutan, India, and Nepal. Participants from China, Laos, Malaysia, and Thailand focused upon the issue of gender equality, while a third group developed OHP material to teach a range of issues related to young people's sexual and reproductive health. Finally, the fourth group, drawn from Indonesia, the Philippines, and Vietnam, focused upon the topic of menstruation with a prototype targeted to boys and girls aged 9-14 years. Boys were included to foster their understanding of menstruation as a natural phenomenon.

  12. Sequential induction of three recombination directionality factors directs assembly of tripartite integrative and conjugative elements.

    Science.gov (United States)

    Haskett, Timothy L; Terpolilli, Jason J; Ramachandran, Vinoy K; Verdonk, Callum J; Poole, Phillip S; O'Hara, Graham W; Ramsay, Joshua P

    2018-03-01

    Tripartite integrative and conjugative elements (ICE3) are a novel form of ICE that exist as three separate DNA regions integrated within the genomes of Mesorhizobium spp. Prior to conjugative transfer the three ICE3 regions of M. ciceri WSM1271 ICEMcSym1271 combine and excise to form a single circular element. This assembly requires three coordinated recombination events involving three site-specific recombinases IntS, IntG and IntM. Here, we demonstrate that three excisionases-or recombination directionality factors-RdfS, RdfG and RdfM are required for ICE3 excision. Transcriptome sequencing revealed that expression of ICE3 transfer and conjugation genes was induced by quorum sensing. Quorum sensing activated expression of rdfS, and in turn RdfS stimulated transcription of both rdfG and rdfM. Therefore, RdfS acts as a "master controller" of ICE3 assembly and excision. The dependence of all three excisive reactions on RdfS ensures that ICE3 excision occurs via a stepwise sequence of recombination events that avoids splitting the chromosome into a non-viable configuration. These discoveries expose a surprisingly simple control system guiding molecular assembly of these novel and complex mobile genetic elements and highlight the diverse and critical functions of excisionase proteins in control of horizontal gene transfer.

  13. Using Rapid Prototyping to Design a Smoking Cessation Website with End-Users.

    Science.gov (United States)

    Ronquillo, Charlene; Currie, Leanne; Rowsell, Derek; Phillips, J Craig

    2016-01-01

    Rapid prototyping is an iterative approach to design involving cycles of prototype building, review by end-users and refinement, and can be a valuable tool in user-centered website design. Informed by various user-centered approaches, we used rapid prototyping as a tool to collaborate with users in building a peer-support focused smoking-cessation website for gay men living with HIV. Rapid prototyping was effective in eliciting feedback on the needs of this group of potential end-users from a smoking cessation website.

  14. Development and test of prototype components for ITER

    International Nuclear Information System (INIS)

    Biel, Wolfgang; Behr, Wilfried; Castano-Bardawil, David

    2015-08-01

    The scientific program of the project is divided into the following partial projects: (1.) ITER Diagnostic Port Plug for the charge-exchange spectroscopy (CXRS) with the subthemes: (a) Development of prototypes for critical mechanical components, (b) development of a roboter for the laser welding of vacuum seals and pipings at the Port Plug, (c) mirror studies, (d) CXRS prototype spectrometer, (2.) ITER tritium retention diagnostics (TR), (3.) ITER disruption mitigation ventile (DMV).

  15. The prototype fast reactor

    International Nuclear Information System (INIS)

    Broomfield, A.M.

    1985-01-01

    The paper concerns the Prototype Fast Reactor (PFR), which is a liquid metal cooled fast reactor power station, situated at Dounreay, Scotland. The principal design features of a Fast Reactor and the PFR are given, along with key points of operating history, and health and safety features. The role of the PFR in the development programme for commercial reactors is discussed. (U.K.)

  16. Cockroft Walton accelerator prototype

    International Nuclear Information System (INIS)

    Hutapea, Sumihar.

    1976-01-01

    Prototype of a Cockroft Walton generator using ceramic and plastic capacitors is discussed. Compared to the previous generator, the construction and components are much more improved. Pralon is used for the high voltage insulation column and plastic is used as a dielectric material for the high voltage capacitor. Cockroft Walton generator is used as a high tension supply for an accelerator. (author)

  17. Z Andromedae: the prototype

    International Nuclear Information System (INIS)

    Viotti, R.; Giangrande, A.; Ricciardi, O.; Cassatella, A.

    1982-01-01

    Z And is considered as the ''prototype'' of the symbiotic stars. Besides its symbiotic spectrum, the star is also known for its characteristic light curve (and for the related spectral variations). Since many theoretical speculations on Z And and similar objects have been based on the luminosity and spectral variations of this star, the authors critically analyse the observational data concerning it. (Auth.)

  18. Design and evaluation of a software prototype for participatory planning of environmental adaptations.

    Science.gov (United States)

    Eriksson, J; Ek, A; Johansson, G

    2000-03-01

    A software prototype to support the planning process for adapting home and work environments for people with physical disabilities was designed and later evaluated. The prototype exploits low-cost three-dimensional (3-D) graphics products in the home computer market. The essential features of the prototype are: interactive rendering with optional hardware acceleration, interactive walk-throughs, direct manipulation tools for moving objects and measuring distances, and import of 3-D-objects from a library. A usability study was conducted, consisting of two test sessions (three weeks apart) and a final interview. The prototype was then tested and evaluated by representatives of future users: five occupational therapist students, and four persons with physical disability, with no previous experience of the prototype. Emphasis in the usability study was placed on the prototype's efficiency and learnability. We found that it is possible to realise a planning tool for environmental adaptations, both regarding usability and technical efficiency. The usability evaluation confirms our findings from previous case studies, regarding the relevance and positive attitude towards this kind of planning tool. Although the prototype was found to be satisfactorily efficient for the basic tasks, the paper presents several suggestions for improvement of future prototype versions.

  19. Biomedical device prototype based on small scale hydrodynamic cavitation

    Science.gov (United States)

    Ghorbani, Morteza; Sozer, Canberk; Alcan, Gokhan; Unel, Mustafa; Ekici, Sinan; Uvet, Huseyin; Koşar, Ali

    2018-03-01

    This study presents a biomedical device prototype based on small scale hydrodynamic cavitation. The application of small scale hydrodynamic cavitation and its integration to a biomedical device prototype is offered as an important alternative to other techniques, such as ultrasound therapy, and thus constitutes a local, cheap, and energy-efficient solution, for urinary stone therapy and abnormal tissue ablation (e.g., benign prostate hyperplasia (BPH)). The destructive nature of bubbly, cavitating, flows was exploited, and the potential of the prototype was assessed and characterized. Bubbles generated in a small flow restrictive element (micro-orifice) based on hydrodynamic cavitation were utilized for this purpose. The small bubbly, cavitating, flow generator (micro-orifice) was fitted to a small flexible probe, which was actuated with a micromanipulator using fine control. This probe also houses an imaging device for visualization so that the emerging cavitating flow could be locally targeted to the desired spot. In this study, the feasibility of this alternative treatment method and its integration to a device prototype were successfully accomplished.

  20. Biomedical device prototype based on small scale hydrodynamic cavitation

    Directory of Open Access Journals (Sweden)

    Morteza Ghorbani

    2018-03-01

    Full Text Available This study presents a biomedical device prototype based on small scale hydrodynamic cavitation. The application of small scale hydrodynamic cavitation and its integration to a biomedical device prototype is offered as an important alternative to other techniques, such as ultrasound therapy, and thus constitutes a local, cheap, and energy-efficient solution, for urinary stone therapy and abnormal tissue ablation (e.g., benign prostate hyperplasia (BPH. The destructive nature of bubbly, cavitating, flows was exploited, and the potential of the prototype was assessed and characterized. Bubbles generated in a small flow restrictive element (micro-orifice based on hydrodynamic cavitation were utilized for this purpose. The small bubbly, cavitating, flow generator (micro-orifice was fitted to a small flexible probe, which was actuated with a micromanipulator using fine control. This probe also houses an imaging device for visualization so that the emerging cavitating flow could be locally targeted to the desired spot. In this study, the feasibility of this alternative treatment method and its integration to a device prototype were successfully accomplished.

  1. Harmonizing the prototypes concerning the fast reactors of 4. generation

    International Nuclear Information System (INIS)

    Anon.

    2008-01-01

    In january 2008, an agreement was signed between the Japan Atomic Energy Agency (JAEA), the American Department of Energy (DOE) and the French Atomic Energy Commission, in order to harmonize the projects of the 3 countries for the development of prototypes of sodium-cooled fast reactors. This cooperation concerns the following issues: -) the purpose of the prototypes, -) common set of safety rules, -) technical innovations for reducing construction, operating and maintenance costs, and -) information exchange about the level of power, the type of nuclear fuels and the time schedule of these prototypes. (A.C.)

  2. Design of Smart Home Systems Prototype Using MyRIO

    Science.gov (United States)

    Ratna Wati, Dwi Ann; Abadianto, Dika

    2017-06-01

    This paper presents the design of smart home systems prototype. It applies. MyRIO 1900 embedded device as the main controller of the smart home systems. The systems include wireless monitoring systems and email based notifications as well as data logging. The prototype systems use simulated sensor such as temperature sensor, push button as proximity sensor, and keypad while its simulated actuators are buzzer as alarm system, LED as light and LCD. Based on the test and analysis, the smart home systems prototype as well as the wireless monitoring systems have real time responses when input signals are available. Tbe performance of MyRIO controller is excellent and it results in a stable system.

  3. Contingency Contractor Optimization Phase 3 Sustainment Platform Requirements - Contingency Contractor Optimization Tool - Prototype

    Energy Technology Data Exchange (ETDEWEB)

    Durfee, Justin David [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Frazier, Christopher Rawls [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Bandlow, Alisa [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Gearhart, Jared Lee [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Jones, Katherine A. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2016-06-01

    Sandia National Laboratories (Sandia) is in Phase 3 Sustainment of development of a prototype tool, currently referred to as the Contingency Contractor Optimization Tool - Prototype (CCOTP), under the direction of OSD Program Support. CCOT-P is intended to help provide senior Department of Defense (DoD) leaders with comprehensive insight into the global availability, readiness and capabilities of the Total Force Mix. The CCOT-P will allow senior decision makers to quickly and accurately assess the impacts, risks and mitigating strategies for proposed changes to force/capabilities assignments, apportionments and allocations options, focusing specifically on contingency contractor planning. During Phase 2 of the program, conducted during fiscal year 2012, Sandia developed an electronic storyboard prototype of the Contingency Contractor Optimization Tool that can be used for communication with senior decision makers and other Operational Contract Support (OCS) stakeholders. Phase 3 used feedback from demonstrations of the electronic storyboard prototype to develop an engineering prototype for planners to evaluate. Sandia worked with the DoD and Joint Chiefs of Staff strategic planning community to get feedback and input to ensure that the engineering prototype was developed to closely align with future planning needs. The intended deployment environment was also a key consideration as this prototype was developed. Initial release of the engineering prototype was done on servers at Sandia in the middle of Phase 3. In 2013, the tool was installed on a production pilot server managed by the OUSD(AT&L) eBusiness Center. The purpose of this document is to specify the CCOT-P engineering prototype platform requirements as of May 2016. Sandia developed the CCOT-P engineering prototype using common technologies to minimize the likelihood of deployment issues. CCOT-P engineering prototype was architected and designed to be as independent as possible of the major deployment

  4. Rapid Prototyping Enters Mainstream Manufacturing.

    Science.gov (United States)

    Winek, Gary

    1996-01-01

    Explains rapid prototyping, a process that uses computer-assisted design files to create a three-dimensional object automatically, speeding the industrial design process. Five commercially available systems and two emerging types--the 3-D printing process and repetitive masking and depositing--are described. (SK)

  5. Software Prototyping: A Strategy to Use When User Lacks Data Processing Experience

    OpenAIRE

    Peter M Ogedebe; Babatunde Peter Jacob

    2012-01-01

    A prototype is a working physical model of a system and it serves as a preliminary version of the system. One of the major challenges faced by developers is to know when to use prototype and when not to. This is so considering that there are many disagreements among developers on the proper use of prototyping. This study looked at the question “Is prototyping the best strategy to use when the user lacks data processing?” There is an accepted assumption about users by application developers; t...

  6. Mechatronic Prototype of Parabolic Solar Tracker

    Directory of Open Access Journals (Sweden)

    Carlos Morón

    2016-06-01

    Full Text Available In the last 30 years numerous attempts have been made to improve the efficiency of the parabolic collectors in the electric power production, although most of the studies have focused on the industrial production of thermoelectric power. This research focuses on the application of this concentrating solar thermal power in the unexplored field of building construction. To that end, a mechatronic prototype of a hybrid paraboloidal and cylindrical-parabolic tracker based on the Arduido technology has been designed. The prototype is able to measure meteorological data autonomously in order to quantify the energy potential of any location. In this way, it is possible to reliably model real commercial equipment behavior before its deployment in buildings and single family houses.

  7. Prototype-based models in machine learning.

    Science.gov (United States)

    Biehl, Michael; Hammer, Barbara; Villmann, Thomas

    2016-01-01

    An overview is given of prototype-based models in machine learning. In this framework, observations, i.e., data, are stored in terms of typical representatives. Together with a suitable measure of similarity, the systems can be employed in the context of unsupervised and supervised analysis of potentially high-dimensional, complex datasets. We discuss basic schemes of competitive vector quantization as well as the so-called neural gas approach and Kohonen's topology-preserving self-organizing map. Supervised learning in prototype systems is exemplified in terms of learning vector quantization. Most frequently, the familiar Euclidean distance serves as a dissimilarity measure. We present extensions of the framework to nonstandard measures and give an introduction to the use of adaptive distances in relevance learning. © 2016 Wiley Periodicals, Inc.

  8. Prototypical Consolidation Demonstration Project: Final report

    International Nuclear Information System (INIS)

    Gili, J.A.; Poston, V.K.

    1993-11-01

    This is the final report of the Prototypical Consolidation Demonstration Project, which was funded by the US Department of Energy's Office of Civilian Radioactive Waste Management. The project had two objectives: (a) to develop and demonstrate a prototype of production-scale equipment for the dry, horizontal consolidation and packaging of spent nuclear fuel rods from commercial boiling water reactor and pressurized water reactor fuel assemblies, and (b) to report the development and demonstration results to the US Department of Energy, Idaho Operations Office. This report summarizes the activities and conclusions of the project management contractor, EG ampersand G Idaho, Inc., and the fabrication and testing contractor, NUS Corporation (NUS). The report also presents EG ampersand G Idaho's assessments of the equipment and procedures developed by NUS

  9. Design, Prototyping and Control of a Flexible Cystoscope for Biomedical Applications

    Science.gov (United States)

    Sozer, Canberk; Ghorbani, Morteza; Alcan, Gokhan; Uvet, Huseyin; Unel, Mustafa; Kosar, Ali

    2017-07-01

    Kidney stone and prostate hyperplasia are very common urogenital diseases all over the world. To treat these diseases, one of the ESWL (Extracorporeal Shock Wave Lithotripsy), PCNL (Percutaneous Nephrolithotomy), cystoscopes or open surgery techniques can be used. Cystoscopes named devices are used for in-vivo intervention. A flexible or rigid cystoscope device is inserted into human body and operates on interested area. In this study, a flexible cystoscope prototype has been developed. The prototype is able to bend up to ±40°in X and Y axes, has a hydrodynamic cavitation probe for rounding sharp edges of kidney stone or resection of the filled prostate with hydrodynamic cavitation method and contains a waterproof medical camera to give visual feedback to the operator. The operator steers the flexible end-effector via joystick toward target region. This paper presents design, manufacturing, control and experimental setup of the tendon driven flexible cystoscope prototype. The prototype is 10 mm in outer diameter, 70 mm in flexible part only and 120 mm in total length with flexible part and rigid tube. The experimental results show that the prototype bending mechanism, control system, manufactured prototype parts and experimental setup function properly. A small piece of real kidney stone was broken in targeted area.

  10. OMS FDIR: Initial prototyping

    Science.gov (United States)

    Taylor, Eric W.; Hanson, Matthew A.

    1990-01-01

    The Space Station Freedom Program (SSFP) Operations Management System (OMS) will automate major management functions which coordinate the operations of onboard systems, elements and payloads. The objectives of OMS are to improve safety, reliability and productivity while reducing maintenance and operations cost. This will be accomplished by using advanced automation techniques to automate much of the activity currently performed by the flight crew and ground personnel. OMS requirements have been organized into five task groups: (1) Planning, Execution and Replanning; (2) Data Gathering, Preprocessing and Storage; (3) Testing and Training; (4) Resource Management; and (5) Caution and Warning and Fault Management for onboard subsystems. The scope of this prototyping effort falls within the Fault Management requirements group. The prototyping will be performed in two phases. Phase 1 is the development of an onboard communications network fault detection, isolation, and reconfiguration (FDIR) system. Phase 2 will incorporate global FDIR for onboard systems. Research into the applicability of expert systems, object-oriented programming, fuzzy sets, neural networks and other advanced techniques will be conducted. The goals and technical approach for this new SSFP research project are discussed here.

  11. Analyzing opportunities for using interactive augmented prototyping in design practice

    NARCIS (Netherlands)

    Verlinden, J.C.; Horvath, I.

    2009-01-01

    The use of tangible objects is paramount in industrial design. Throughout the design process physical prototypes are used to enable exploration, simulation, communication, and specification of designs. Although much is known about prototyping skills and technologies, the reasons why and how such

  12. PERTS: A Prototyping Environment for Real-Time Systems

    Science.gov (United States)

    Liu, Jane W. S.; Lin, Kwei-Jay; Liu, C. L.

    1993-01-01

    PERTS is a prototyping environment for real-time systems. It is being built incrementally and will contain basic building blocks of operating systems for time-critical applications, tools, and performance models for the analysis, evaluation and measurement of real-time systems and a simulation/emulation environment. It is designed to support the use and evaluation of new design approaches, experimentations with alternative system building blocks, and the analysis and performance profiling of prototype real-time systems.

  13. Role of land-based prototype plants in propulsion nuclear power plants engineering

    International Nuclear Information System (INIS)

    Voronin, V.E.; Prokhorov, Yu.A.

    1993-01-01

    Prototype plants provide a powerful tool for accomplishing tasks of development and construction of newly designed new power plants (NPPs). Leaving aside momentary political or economical considerations, one should admit that the use of prototype plants in testing of new NPPs is quite a necessity. To make the most of prototype plant, its commissioning should precede lead plant construction by 2-3 years. To make good use of prototype plants, a set of basic requirements should be fulfilled: greatest possible identity beteen the facility under test and a new series NPP; provision of high performance data acquisitoin, processing and storage firmware and a modelling system using update computer technique; and developed science infrastructure, engineering support and adequate maintenance. Prototype plants should comply with safety requirements to meet environmental protection standards

  14. Evaluation of the Sentinel-3 Hydrologic Altimetry Processor prototypE (SHAPE) methods.

    Science.gov (United States)

    Benveniste, J.; Garcia-Mondéjar, A.; Bercher, N.; Fabry, P. L.; Roca, M.; Varona, E.; Fernandes, J.; Lazaro, C.; Vieira, T.; David, G.; Restano, M.; Ambrózio, A.

    2017-12-01

    Inland water scenes are highly variable, both in space and time, which leads to a much broader range of radar signatures than ocean surfaces. This applies to both LRM and "SAR" mode (SARM) altimetry. Nevertheless the enhanced along-track resolution of SARM altimeters should help improve the accuracy and precision of inland water height measurements from satellite. The SHAPE project - Sentinel-3 Hydrologic Altimetry Processor prototypE - which is funded by ESA through the Scientific Exploitation of Operational Missions Programme Element (contract number 4000115205/15/I-BG) aims at preparing for the exploitation of Sentinel-3 data over the inland water domain. The SHAPE Processor implements all of the steps necessary to derive rivers and lakes water levels and discharge from Delay-Doppler Altimetry and perform their validation against in situ data. The processor uses FBR CryoSat-2 and L1A Sentinel-3A data as input and also various ancillary data (proc. param., water masks, L2 corrections, etc.), to produce surface water levels. At a later stage, water level data are assimilated into hydrological models to derive river discharge. This poster presents the improvements obtained with the new methods and algorithms over the regions of interest (Amazon and Danube rivers, Vanern and Titicaca lakes).

  15. First results of the CALICE SDHCAL technological prototype

    CERN Document Server

    Buridon, V.; Caponetto, L.; Ete, R.; Garillot, G.; Grenier, G.; Han, R.; Ianigro, J.C.; Kieffer, R.; Laktineh, I.; Lumb, N.; Mathez, H.; Mirabito, L.; Petrukhin, A.; Steen, A.; Antequera, J.Berenguer; Alamillo, E.Calvo; Fouz, M.C.; Marin, J.; Puerta-Pelayo, J.; Verdugo, A.; Cortina Gil, E.; Mannai, S.; Cauwenbergh, S.; Tytgat, M.; Pingault, A.; Zaganidis, N.; Anduze, M.; Balagura, V.; Belkadhi, K.; Boudry, V.; Brient, J-C.; Cornat, R.; Frotin, M.; Gastaldi, F.; Haddad, Y.; Ruan, M.; Shpak, K.; Videau, H.; Yu, D.; Callier, S.; Conforti di Lorenzo, S.; Dulucq, F.; Martin-Chassard, G.; de la Taille, Ch.; Raux, L.; Seguin-Moreau, N.; Boumediene, D.; Carloganu, C.; Francais, V.; Bonis, J.; Bouquet, B.; Cornebise, P.; Doublet, Ph.; Faucci-Giannelli, M.; Frisson, T.; Guilhem, G.; Li, H.; Richard, F.; Poschl, R.; Rouene, J.; Wicek, F.; Zhang, Z.; Deng, Z.; Li, Y.; Wang, Y.; Yue, Q.; Yang, Z.; Cho, G.; Kim, D-W.; Lee, S.C.; Park, W.; Vallecorsa, S.; Brianne, E.; Ebrahimi, A.; Gadow, K.; Gottlicher, P.; Gunter, C.; Hartbrich, O.; Hermberg, B.; Irles, A.; Krivan, F.; Kruger, K.; Kvasnicka, J.; Lu, S.; Lutz, B.; Morgunov, V.; Provenza, A.; Reinecke, M.; Sefkow, F.; Schuwalow, S.; Tran, H.L.; Garutti, E.; Laurien, S.; Matysek, M.; Ramilli, M.; Schroeder, S.; Bilki, B.; Norbeck, E.; Northacker, D.; Onel, Y.; Kirikova, N.; Kozlov, V.; Smirnov, P.; Soloviev, Y.; Chadeeva, M.; Danilov, M.; Gabriel, M.; Goecke, P.; Kiesling, C.; van der Kolk, N.; Simon, F.; Soldner, C.; Szalay, M.; Weuste, L.; Jeans, D.; Komamiya, S.; Nakanishi, H.; Benchekroun, D.; Hoummada, A.; Khoulaki, Y.

    2016-04-01

    The CALICE Semi-Digital Hadronic Calorimeter (SDHCAL) prototype, built in 2011, was exposed to beams of hadrons, electrons and muons in two short periods in 2012 on two different beam lines of the CERN SPS. The prototype with its 48 active layers, made of Glass Resistive Plate Chambers and their embedded readout electronics, was run in triggerless and power-pulsing mode. The performance of the SDHCAL during the test beam was found to be very satisfactory with an efficiency exceeding 90% for almost all of the 48 active layers. A linear response (within 5%) and a good energy resolution are obtained for a large range of hadronic energies (5-80GeV) by applying appropriate calibration coefficients to the collected data for both the Digital (Binary) and the Semi-Digital (Multi-threshold) modes of the SDHCAL prototype. The Semi-Digital mode shows better performance at energies exceeding 30GeV

  16. Performance of prototype segmented CdZnTe arrays

    International Nuclear Information System (INIS)

    Parsons, A.; Palmer, D.M.; Kurczynski, P.; Barbier, L.; Barthelmy, S.; Bartlett, L.; Gehrels, N.; Krizmanic, J.; Stahle, C.M.; Tueller, J.; Teegarden, B.

    1998-01-01

    The Burst and All Sky Imaging Survey (BASIS) is a proposed mission to provide ∼3 arc second locations of approximately 90 Gamma-Ray Bursts (GRBs) per year. The BASIS coded aperture imaging system requires a segmented detector plane able to detect the interaction position of (10--150 keV) photons to less than 100 microm. To develop prototype detector arrays with such fine position resolution the authors have fabricated many 15 mm x 15 mm x 2 mm 100 microm pitch CdZnTe strip detectors. They have assembled these fine pitch CdZnTe strip detectors into prototype 2 x 2 and 6 x 6 element arrays read out by ASIC electronics. The assembly and electronics readout of the 6 x 6 flight prototype array will be discussed, and preliminary data illustrating the uniformity and efficiency of the array will be presented

  17. Prototypes, Exemplars, and the Natural History of Categorization

    Science.gov (United States)

    Smith, J. David

    2013-01-01

    The article explores—from a utility/adaptation perspective—the role of prototype and exemplar processes in categorization. The author surveys important category tasks within the categorization literature from the perspective of the optimality of applying prototype and exemplar processes. Formal simulations reveal that organisms will often (not always!) receive more useful signals about category belongingness if they average their exemplar experience into a prototype and use this as the comparative standard for categorization. This survey then provides the theoretical context for considering the evolution of cognitive systems for categorization. In the article’s final sections, the author reviews recent research on the performance of nonhuman primates and humans in the tasks analyzed in the article. Diverse species share operating principles, default commitments, and processing weaknesses in categorization. From these commonalities, it may be possible to infer some properties of the categorization ecology these species generally experienced during cognitive evolution. PMID:24005828

  18. An experimental study on the effects of peer drinking norms on adolescents’ drinker prototypes

    Science.gov (United States)

    Teunissen, Hanneke A.; Spijkerman, Renske; Cohen, Geoffrey L.; Prinstein, Mitchell J.; Engels, Rutger C.M.E.; Scholte, Ron H.J.

    2015-01-01

    Background Adolescents form impressions about the type of peers who drink (i.e., drinker prototypes). The evaluation of, and perceived similarity to these prototypes are related to adolescents’ drinking. Peer drinking norms play an important role in the formation of prototypes. We experimentally examined whether manipulation of peer norms changed the evaluation of and perceived similarity to drinker prototypes and whether these changes were moderated by peers’ popularity. Methods In a pre-test, we assessed heavy drinker, moderate drinker and abstainer prototypes, drinking behaviors and peer-perceived popularity among 599 adolescents. Additionally, 88 boys from this sample participated in a simulated chat room, in which they interacted with peers from school. These peers were in fact pre-programmed e-confederates, who were either popular or unpopular and who communicated either pro-alcohol or anti-alcohol norms. After the chat room interaction we assessed participants’ drinker prototypes. Results Participants exposed to anti-alcohol norms were more negative about, and perceived themselves as less similar to heavy drinker prototypes, than participants exposed to pro-alcohol norms. We found no effects of peer norms on moderate drinker and abstainer prototypes. Effects were not moderated by peers’ popularity. We did find a main effect of popularity on perceived similarity to all prototypes. This indicated that participants rated themselves as more similar to heavy and moderate drinker prototypes and less similar to abstainer prototypes when they interacted with unpopular peers than with popular peers. Conclusions Exposure to anti-alcohol norms of peers leads adolescents to form more negative prototypes of the heavy drinker. This could be an important finding for prevention and intervention programs aimed to reduce alcohol consumption among adolescents. PMID:24104050

  19. Towards the Efficient Creation of Accurate and High-Performance Virtual Prototypes

    OpenAIRE

    Hufnagel, Simon

    2014-01-01

    As the complexity of embedded systems continuously rises, their development becomes more and more challenging. One technique to cope with this complexity is the employment of virtual prototypes. The virtual prototypes are intended to represent the embedded system’s properties on different levels of detail like register transfer level or transaction level. Virtual prototypes can be used for different tasks throughout the development process. They can act as executable specification, can be use...

  20. A GUI Prototype for the Framework of Criminal Judicial Reasoning System

    OpenAIRE

    Thammaboosadee, Sotarat; Silparcha, Udom

    2009-01-01

    This paper proposed a developed graphical user interface (GUI) prototype, whichis supported by the framework of data mining techniques-based criminal judicial reasoning system.The GUI sequences of the prototype are satisfied with criminal judicial procedure in civil lawsystem. Initially, user must build the model by input the existing incident and specifying the detail ofobjects, elements of crime, charge and judgment. After enough training, the prototype will be readyto determine judgments f...

  1. Solid modeling and applications rapid prototyping, CAD and CAE theory

    CERN Document Server

    Um, Dugan

    2016-01-01

    The lessons in this fundamental text equip students with the theory of Computer Assisted Design (CAD), Computer Assisted Engineering (CAE), the essentials of Rapid Prototyping, as well as practical skills needed to apply this understanding in real world design and manufacturing settings. The book includes three main areas: CAD, CAE, and Rapid Prototyping, each enriched with numerous examples and exercises. In the CAD section, Professor Um outlines the basic concept of geometric modeling, Hermite and Bezier Spline curves theory, and 3-dimensional surface theories as well as rendering theory. The CAE section explores mesh generation theory, matrix notion for FEM, the stiffness method, and truss Equations. And in Rapid Prototyping, the author illustrates stereo lithographic theory and introduces popular modern RP technologies. Solid Modeling and Applications: Rapid Prototyping, CAD and CAE Theory is ideal for university students in various engineering disciplines as well as design engineers involved in product...

  2. Patient specific ankle-foot orthoses using rapid prototyping

    Directory of Open Access Journals (Sweden)

    Sivak Seth

    2011-01-01

    Full Text Available Abstract Background Prefabricated orthotic devices are currently designed to fit a range of patients and therefore they do not provide individualized comfort and function. Custom-fit orthoses are superior to prefabricated orthotic devices from both of the above-mentioned standpoints. However, creating a custom-fit orthosis is a laborious and time-intensive manual process performed by skilled orthotists. Besides, adjustments made to both prefabricated and custom-fit orthoses are carried out in a qualitative manner. So both comfort and function can potentially suffer considerably. A computerized technique for fabricating patient-specific orthotic devices has the potential to provide excellent comfort and allow for changes in the standard design to meet the specific needs of each patient. Methods In this paper, 3D laser scanning is combined with rapid prototyping to create patient-specific orthoses. A novel process was engineered to utilize patient-specific surface data of the patient anatomy as a digital input, manipulate the surface data to an optimal form using Computer Aided Design (CAD software, and then download the digital output from the CAD software to a rapid prototyping machine for fabrication. Results Two AFOs were rapidly prototyped to demonstrate the proposed process. Gait analysis data of a subject wearing the AFOs indicated that the rapid prototyped AFOs performed comparably to the prefabricated polypropylene design. Conclusions The rapidly prototyped orthoses fabricated in this study provided good fit of the subject's anatomy compared to a prefabricated AFO while delivering comparable function (i.e. mechanical effect on the biomechanics of gait. The rapid fabrication capability is of interest because it has potential for decreasing fabrication time and cost especially when a replacement of the orthosis is required.

  3. Fuzzy prototype classifier based on items and its application in recommender system

    Directory of Open Access Journals (Sweden)

    Mei Cai

    2017-01-01

    Full Text Available Currently, recommender systems (RS are incorporating implicit information from social circle of the Internet. The implicit social information in human mind is not easy to reflect in appropriate decision making techniques. This paper consists of 2 contributions. First, we develop an item-based prototype classifier (IPC in which a prototype represents a social circlers preferences as a pattern classification technique. We assume the social circle which distinguishes with others by the items their members like. The prototype structure of the classifier is defined by two2-dimensional matrices. We use information gain and OWA aggregator to construct a feature space. The item-based classifier assigns a new item to some prototypes with different prototypicalities. We reform a typical data setmIris data set in UCI Machine Learning Repository to verify our fuzzy prototype classifier. The second proposition of this paper is to give the application of IPC in recommender system to solve new item cold-start problems. We modify the dataset of MovieLens to perform experimental demonstrations of the proposed ideas.

  4. Developing and Evaluating Prototype of Waste Volume Monitoring Using Internet of Things

    Science.gov (United States)

    Fathhan Arief, Mohamad; Lumban Gaol, Ford

    2017-06-01

    In Indonesia, especially Jakarta have a lot of garbage strewn that can be an eyesore and also cause pollution that can carry diseases. Garbage strewn can cause many things, one of her dues is bins are overflowing due to the full so it can not accommodate the waste dumped from other people. Thus, the author created a new method for waste disposal more systematic. In creating new method requires a technology to supports, then the author makes a prototype for waste volume monitoring. By using the internet of things prototype of waste volume monitoring may give notification to the sanitary agency that waste in the trash bin needs to be disposal. In this study, conducted the design and manufactured of prototype waste volume monitoring using LinkItONE board based by Arduino and an ultrasonic sensor for appliance senses. Once the prototype is completed, evaluation in order to determine whether the prototype will function properly. The result showed that the expected function of a prototype waste volume monitoring can work well.

  5. A new surface treatment for the prototype Rcs of the BESIII spectrometer

    International Nuclear Information System (INIS)

    Zhang Jiawen; Du Zizhen; Han Jifeng; Li Jiancheng; Li Rubai; Liu Qian; Qian, Sen; Wang Yifang; Xie Yigang; Xie Yuguang; Zhao Jianbin; Min Fasu; Zhao Haiquan; Zhao, T.

    2005-01-01

    The prototype resistive plate chambers (RPCs) for the BESIII spectrometer were constructed by using resistive electrodes made from a special type of phenolic paper laminates developed by us. The surface quality of these laminates is superior to other bakelite plates that have been used to construct RPCs elsewhere. A method for adjusting the resistivety of these laminates was also developed. Extensive studies were conducted by using a number of prototype RPCs in the last several years. Tests have shown prototype RPCs made by using our resistive plates without the linseed oil treatment can achieve the level of performance comparable to RPCs with linseed oil treated bakelite or resistive glass electrodes. In this paper, we will discuss the construction of these prototype RPCs. The test results of a prototype RPC that have been monitored for a year will be reported. Based on favorable test results of prototypes, the RPC production for the muon identifier of the BESIII spectrometer has started at the Beijing Gaonengkedi Science and Technology Co. Ltd. in early 2004 using the technology that we developed

  6. Prototype of sun projector device

    Science.gov (United States)

    Ihsan; Dermawan, B.

    2016-11-01

    One way to introduce astronomy to public, including students, can be handled by solar observation. The widely held device for this purpose is coelostat and heliostat. Besides using filter attached to a device such as telescope, it is safest to use indirect way for observing the Sun. The main principle of the indirect way is deflecting the sun light and projecting image of the sun on a screen. We design and build a simple and low-cost astronomical device, serving as a supplement to increase public service, especially for solar observation. Without using any digital and intricate supporting equipment, people can watch and relish image of the Sun in comfortable condition, i.e. in a sheltered or shady place. Here we describe a design and features of our prototype of the device, which still, of course, has some limitations. In the future, this prototype can be improved for more efficient and useful applications.

  7. Prototypical Rod Consolidation Demonstration Project

    International Nuclear Information System (INIS)

    1993-05-01

    The objective of Phase 3 of the Prototypical Rod consolidation Demonstration Project (PRCDP) was to procure, fabricate, assemble, and test the Prototypical Rod consolidation System as described in the NUS Phase 2 Final Design Report. This effort required providing the materials, components, and fabricated parts which makes up all of the system equipment. In addition, it included the assembly, installation, and setup of this equipment at the Cold Test Facility. During the Phase 3 effort the system was tested on a component, subsystem, and system level. This volume 1, discusses the PRCDP Phase 3 Test Program that was conducted by the HALLIBURTON NUS Environmental Corporation under contract AC07-86ID12651 with the United States Department of Energy. This document, Volume 1, Book 9 discusses the following topics: Integrated System Normal Operations Test Results and Analysis Report; Integrated System Off-Normal Operations Test Results and Analysis Report; and Integrated System Maintenance Operations Test Results and Analysis Report

  8. Prototypical Rod Consolidation Demonstration Project

    International Nuclear Information System (INIS)

    1993-05-01

    The objective of Phase 3 of the Prototypical Rod consolidation Demonstration Project (PRCDP) was to procure, fabricate, assemble, and test the Prototypical Rod consolidation System as described in the NUS Phase 2 Final Design Report. This effort required providing the materials, components, and fabricated parts which makes up all of the system equipment. In addition, it included the assembly, installation, and setup of this equipment at the Cold Test Facility. During the Phase 3 effort the system was tested on a component, subsystem, and system level. This volume 1, discusses the PRCDP Phase 3 Test Program that was conducted by the HALLIBURTON NUS Environmental Corporation under contract AC07-86ID12651 with the United States Department of Energy. This document, Volume 1, Book 1 discusses the following topics: the background of the project; test program description; summary of tests and test results; problem evaluation; functional requirements confirmation; recommendations; and completed test documentation for tests performed in Phase 3

  9. Prototypical Rod Construction Demonstration Project

    International Nuclear Information System (INIS)

    1993-05-01

    The objective of Phase 3 of the Prototypical Rod consolidation Demonstration Project (PRCDP) was to procure, fabricate, assemble, and test the Prototypical Rod consolidation System as described in the NUS Phase 2 Final Design Report. This effort required providing the materials, components, and fabricated parts which makes up all of the system equipment. In addition, it included the assembly, installation, and setup of this equipment at the Cold Test Facility. During the Phase 3 effort the system was tested on a component, subsystem, and system level. This volume 1, discusses the PRCDP Phase 3 Test Program that was conducted by the HALLIBURTON NUS Environmental Corporation under contract AC07-86ID12651 with the United States Department of Energy. This document, Volume 1, Book 3 discusses the following topics: Downender Test Results and Analysis Report; NFBC Canister Upender Test Results and Analysis Report; Fuel Assembly Handling Fixture Test Results and Analysis Report; and Fuel Canister Upender Test Results and Analysis Report

  10. Rapid mask prototyping for microfluidics.

    Science.gov (United States)

    Maisonneuve, B G C; Honegger, T; Cordeiro, J; Lecarme, O; Thiry, T; Fuard, D; Berton, K; Picard, E; Zelsmann, M; Peyrade, D

    2016-03-01

    With the rise of microfluidics for the past decade, there has come an ever more pressing need for a low-cost and rapid prototyping technology, especially for research and education purposes. In this article, we report a rapid prototyping process of chromed masks for various microfluidic applications. The process takes place out of a clean room, uses a commercially available video-projector, and can be completed in less than half an hour. We quantify the ranges of fields of view and of resolutions accessible through this video-projection system and report the fabrication of critical microfluidic components (junctions, straight channels, and curved channels). To exemplify the process, three common devices are produced using this method: a droplet generation device, a gradient generation device, and a neuro-engineering oriented device. The neuro-engineering oriented device is a compartmentalized microfluidic chip, and therefore, required the production and the precise alignment of two different masks.

  11. A preliminary evaluation of a reusable digital sterilization indicator prototype.

    Science.gov (United States)

    Puttaiah, R; Griggs, J; D'Onofrio, M

    2014-09-01

    Sterilization of critical and semicritical instruments used in patient care must undergo a terminal process of sterilization. Use of chemical and physical indicators are important in providing information on the sterilizer's performance during each cycle. Regular and periodic monitoring of sterilizers using biological indicators is necessary in periodically validating performance of sterilizers. Data loggers or independent digital parametric indicators are innovative devices that provide more information than various classes chemical indicators. In this study we evaluated a prototype of an independent digital parametric indicator's use in autoclaves. The purpose of this study was to evaluate the performance of an independent digital indicator/data logger prototype (DS1922F) that could be used for multiple cycles within an autoclave.MG Materials and methods: Three batches of the DS1922F (150 samples) were used in this study that was conducted in a series. The first batch was challenged with 300 sterilization cycles within an autoclave and the data loggers evaluated to study failures and the reason for failure, make corrections and improve the prototype design. After changes made based on studying the first batch, the second batch of the prototype (150 samples) were challenged once again with 300 sterilization cycles within an autoclave and failure studied again in further improvement of the prototype. The final batch (3rd batch) of the prototype (150 samples) was challenged again but with 600 cycles to see how long they would last. Kaplan-Meier survival analysis analyses of all three batches was conducted (α = 0.05) and failed samples qualitatively studied in understanding the variables involved in the failure of the prototype, and in improving quality. Each tested batch provided crucial information on device failure and helped in improvement of the prototype. Mean lifetime survival of the final batch (Batch 3) of prototype was 498 (480, 516) sterilization cycles

  12. Developing e-banking services for rural India: making use of socio-technical prototypes

    DEFF Research Database (Denmark)

    Dittrich, Yvonne; Vaidyanathan, Lakshmi; Gonsalves, Timothy A

    2017-01-01

    an experience report based on systematic debriefing of involved project leaders and initiators, triangulated with additional documentation. The concept of Socio-Technical Prototype is developed and used to show how to mitigate the challenges of ICT based banking service provision for socially constrained...... communities. The concept of Socio-Technical Prototype extends the notion of prototypes, as it implies a full functioning implementation of the service including all relevant stakeholders. In order to not only prototype end-user functionality but also the interaction of the solution with the specific social......, technical and physical environment. The implications for software engineering in the development of such large-scale prototypes and pilots are outlined....

  13. Front-end Electronics for Unattended Measurement (FEUM). Prototype Test Plan

    Energy Technology Data Exchange (ETDEWEB)

    Conrad, Ryan C.; Morris, Scott J.; Smith, Leon E.; Keller, Daniel T.

    2015-09-16

    The IAEA has requested that PNNL perform an initial set of tests on front-end electronics for unattended measurement (FEUM) prototypes. The FEUM prototype test plan details the tests to be performed, the criteria for evaluation, and the procedures used to execute the tests.

  14. Clustering of drinker prototype characteristics : What characterizes the typical drinker?

    NARCIS (Netherlands)

    van Lettow, B.; Vermunt, J.K.; de Vries, H.; Burdorf, A.; van Empelen, P.

    2013-01-01

    Prototypes (social images) have been shown to influence behaviour, which is likely to depend on the type of image. Prototype evaluation is based on (un)desirable characteristics related to that image. By an elicitation procedure we examined which adjectives are attributed to specific drinker

  15. XQOWL: An Extension of XQuery for OWL Querying and Reasoning

    Directory of Open Access Journals (Sweden)

    Jesús M. Almendros-Jiménez

    2015-01-01

    Full Text Available One of the main aims of the so-called Web of Data is to be able to handle heterogeneous resources where data can be expressed in either XML or RDF. The design of programming languages able to handle both XML and RDF data is a key target in this context. In this paper we present a framework called XQOWL that makes possible to handle XML and RDF/OWL data with XQuery. XQOWL can be considered as an extension of the XQuery language that connects XQuery with SPARQL and OWL reasoners. XQOWL embeds SPARQL queries (via Jena SPARQL engine in XQuery and enables to make calls to OWL reasoners (HermiT, Pellet and FaCT++ from XQuery. It permits to combine queries against XML and RDF/OWL resources as well as to reason with RDF/OWL data. Therefore input data can be either XML or RDF/OWL and output data can be formatted in XML (also using RDF/OWL XML serialization.

  16. Optimizing classroom instruction through self-paced learning prototype

    Directory of Open Access Journals (Sweden)

    Romiro Gordo Bautista

    2015-09-01

    Full Text Available This study investigated the learning impact of self-paced learning prototype in optimizing classroom instruction towards students’ learning in Chemistry. Two sections of 64 Laboratory High School students in Chemistry were used as subjects of the study. The Quasi-Experimental and Correlation Research Design was used in the study: a pre-test was conducted, scored and analyzed which served as the basis in determining the initial learning schema of the respondents. A questionnaire was adopted to find the learning motivation of the students in science. Using Pearson-r correlation, it was found out that there is a highly significant relationship between their internal drive and their academic performance. Moreover, a post-test was conducted after self-paced learning prototype was used in the development of select topics in their curricular plot. It was found out that the students who experienced the self-paced learning prototype performed better in their academic performance as evidenced by the difference of their mean post-test results. ANCOVA results on the post-test mean scores of the respondents were utilized in establishing the causal-effect of the learning prototype to the academic performance of the students in Chemistry. A highly significant effect on their academic performance (R-square value of 70.7% and significant interaction of the models to the experimental grouping and mental abilities of the respondents are concluded in the study.

  17. Prototype Systems for Measuring Outdoor Air Intake Rates in Rooftop Air Handlers

    Energy Technology Data Exchange (ETDEWEB)

    Fisk, William J. [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Chan, Wanyu R. [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Hotchi, Toshifumi [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States)

    2015-01-01

    The widespread absence of systems for real-time measurement and feedback control, of minimum outdoor air intake rates in HVAC systems contributes to the poor control of ventilation rates in commercial buildings. Ventilation rates affect building energy consumption and influence occupant health. The project designed fabricated and tested four prototypes of systems for measuring rates of outdoor air intake into roof top air handlers. All prototypes met the ±20% accuracy target at low wind speeds, with all prototypes accurate within approximately ±10% after application of calibration equations. One prototype met the accuracy target without a calibration. With two of four prototype measurement systems, there was no evidence that wind speed or direction affected accuracy; however, winds speeds were generally below usually 3.5 m s-1 (12.6 km h-1) and further testing is desirable. The airflow resistance of the prototypes was generally less than 35 Pa at maximum RTU air flow rates. A pressure drop of this magnitude will increase fan energy consumption by approximately 4%. The project did not have resources necessary to estimate costs of mass produced systems. The retail cost of components and materials used to construct prototypes ranged from approximately $1,200 to $1,700. The test data indicate that the basic designs developed in this project, particularly the designs of two of the prototypes, have considerable merit. Further design refinement, testing, and cost analysis would be necessary to fully assess commercial potential. The designs and test results will be communicated to the HVAC manufacturing community.

  18. Characteristics of products generated by selective sintering and stereolithography rapid prototyping processes

    Science.gov (United States)

    Cariapa, Vikram

    1993-01-01

    The trend in the modern global economy towards free market policies has motivated companies to use rapid prototyping technologies to not only reduce product development cycle time but also to maintain their competitive edge. A rapid prototyping technology is one which combines computer aided design with computer controlled tracking of focussed high energy source (eg. lasers, heat) on modern ceramic powders, metallic powders, plastics or photosensitive liquid resins in order to produce prototypes or models. At present, except for the process of shape melting, most rapid prototyping processes generate products that are only dimensionally similar to those of the desired end product. There is an urgent need, therefore, to enhance the understanding of the characteristics of these processes in order to realize their potential for production. Currently, the commercial market is dominated by four rapid prototyping processes, namely selective laser sintering, stereolithography, fused deposition modelling and laminated object manufacturing. This phase of the research has focussed on the selective laser sintering and stereolithography rapid prototyping processes. A theoretical model for these processes is under development. Different rapid prototyping sites supplied test specimens (based on ASTM 638-84, Type I) that have been measured and tested to provide a data base on surface finish, dimensional variation and ultimate tensile strength. Further plans call for developing and verifying the theoretical models by carefully designed experiments. This will be a joint effort between NASA and other prototyping centers to generate a larger database, thus encouraging more widespread usage by product designers.

  19. A digitalising board for the prototype array of LHAASO WCDA

    International Nuclear Information System (INIS)

    Hao Xinjun; Liu Shubin; Zhao Lei; An Qi

    2011-01-01

    In this paper, a digitalising board for readout of PMT signals in the prototype array of WCDA (water Cerenkov detector array) for LHAASO (Large high altitude air shower observatory)is designed. The prototype array is composed of 9 PMTs, including the pulse time and charge measurement from the PMTs, and clock generation and trigger decision. In the digitalising board, FPGA reconfiguration and data readout via VME bus are implemented. Test results show that the performances meet well with the requirements of readout electronics. It has been installed in Yangbajing and tests with the prototype array and DAQ is ongoing. (authors)

  20. The ASTRI SST-2M prototype for the Cherenkov Telescope Array: prototype technologies goals and strategies for the future SST

    Science.gov (United States)

    Marchiori, Gianpietro; Busatta, Andrea; Giacomel, Stefano; Folla, Ivan; Valsecchi, Marco; Canestrari, Rodolfo; Bonnoli, Giacomo; Cascone, Enrico; Conconi, Paolo; Fiorini, Mauro; Giro, Enrico; La Palombara, Nicola; Pareschi, Giovanni; Perri, Luca; Rodeghiero, Gabriele; Sironi, Giorgia; Stringhetti, Luca; Toso, Giorgio; Tosti, Gino; Pellicciari, Carlo

    2014-07-01

    The Cherenkov Telescope Array (CTA) observatory will represent the next generation of Imaging Atmospheric Cherenkov Telescope. Using a combination of large-, medium-, and small-scale telescopes (LST, MST, SST, respectively), it will explore the Very High Energy domain from a few tens of GeVup to about few hundreds of TeV with unprecedented sensitivity, angular resolution and imaging quality. In this framework, the Italian ASTRI program, led by the Italian National Institute of Astrophysics (INAF) developed a 4-meter class telescope, which will adopt an aplanatic, wide-field, double-reflection optical layout in a Schwarzschild- Couder configuration. Within this program INAF assigned to the consortium between Galbiati Group and EIE Group the construction, assembly and tests activities of the prototype named ASTRI SST-2M. On the basis of the lesson learnt from the prototype, other telescopes will be produced, starting from a re-design phase, in order to optimize performances and the overall costs and production schedule for the CTA-SST telescope. This paper will firstly give an overview of the concept for the SST prototype mount structure. In this contest, the technologies adopted for the design, manufacturing and tests of the entire system will be presented. Moreover, a specific focus on the challenges of the prototype and the strategies associated with it will be provided, in order to outline the near future performance goals for this type of Cherenkov telescopes employed for Gamma ray science.

  1. Looking the part (to me): effects of racial prototypicality on race perception vary by prejudice

    Science.gov (United States)

    Sprout, Gregory T.; Freeman, Jonathan B.; Krendl, Anne C.

    2017-01-01

    Abstract Less racially prototypic faces elicit more category competition during race categorization. Top-down factors (e.g. stereotypes), however, affect categorizations, suggesting racial prototypicality may enhance category competition in certain perceivers. Here, we examined how prejudice affects race category competition and stabilization when perceiving faces varying in racial prototypicality. Prototypically low vs high Black relative to White faces elicited more category competition and slower response latencies during categorization (Experiment 1), suggesting a pronounced racial prototypicality effect on minority race categorization. However, prejudice predicted the extent of category competition between prototypically low vs high Black faces. Suggesting more response conflict toward less prototypic Black vs White faces, anterior cingulate cortex activity increased toward Black vs White faces as they decreased in racial prototypicality, with prejudice positively predicting this difference (Experiment 2). These findings extend the literature on racial prototypicality and categorization by showing that relative prejudice tempers the extent of category competition and response conflict engaged when initially perceiving faces. PMID:28077728

  2. When Prototyping Meets Storytelling. Practices and Malpractices in Innovating Software Firms

    DEFF Research Database (Denmark)

    Ciriello, Raffaele; Richter, Alexander; Schwabe, Gerhard

    2017-01-01

    Storytelling is an important but often underestimated practice in software engineering. Whereas existing research widely regards storytelling as creating a common understanding between developers and users, we argue that storytelling and prototyping are intertwined practices for innovators...... to persuade decision makers. Based on a two-year qualitative case study in two innovating software firms, we identify and dialectically examine practices of storytelling and prototyping. Our study implies that storytelling and prototyping should be integrated together into software engineering methods....

  3. Mechatronics Education: From Paper Design to Product Prototype Using LEGO NXT Parts

    Science.gov (United States)

    Lofaro, Daniel M.; Le, Tony Truong Giang; Oh, Paul

    The industrial design cycle starts with design then simulation, prototyping, and testing. When the tests do not match the design requirements the design process is started over again. It is important for students to experience this process before they leave their academic institution. The high cost of the prototype phase, due to CNC/Rapid Prototype machine costs, makes hands on study of this process expensive for students and the academic institutions. This document shows that the commercially available LEGO NXT Robot kit is a viable low cost surrogate to the expensive industrial CNC/Rapid Prototype portion of the industrial design cycle.

  4. First 15-m dipole prototype for the LHC

    CERN Multimedia

    Laurent Guiraud

    1998-01-01

    The first full-size dipole prototype for the LHC was delivered to CERN on 16 December 1997. This 56 mm diameter bore twin-aperture magnet has a physical length of 15.16 m and a magnetic length at 1.9 K of 14.2 m. The magnet, which weighs about 26 ton radius of curvature of 2700 m. This prototype was developed in the framework of a collaboration between CERN and INFN (the Italian "Istituto Nazionale di Fisica Nucleare") on LHC superconducting magnets.

  5. SIMS prototype system 1 test results: Engineering analysis

    Science.gov (United States)

    1978-01-01

    The space and domestic water solar heating system designated SIMS Prototype Systems 1 was evaluated. The test system used 720 ft (gross) of Solar Energy Products Air Collectors, a Solar Control Corporation SAM 20 Air Handler with Model 75-175 control unit, a Jackson Solar Storage tank with Rho Sigma Mod 106 controller, and 20 tons of rack storage. The test data analysis performed evaluates the system performance and documents the suitability of SIMS Prototype System 1 hardware for field installation.

  6. Sequential induction of three recombination directionality factors directs assembly of tripartite integrative and conjugative elements.

    Directory of Open Access Journals (Sweden)

    Timothy L Haskett

    2018-03-01

    Full Text Available Tripartite integrative and conjugative elements (ICE3 are a novel form of ICE that exist as three separate DNA regions integrated within the genomes of Mesorhizobium spp. Prior to conjugative transfer the three ICE3 regions of M. ciceri WSM1271 ICEMcSym1271 combine and excise to form a single circular element. This assembly requires three coordinated recombination events involving three site-specific recombinases IntS, IntG and IntM. Here, we demonstrate that three excisionases-or recombination directionality factors-RdfS, RdfG and RdfM are required for ICE3 excision. Transcriptome sequencing revealed that expression of ICE3 transfer and conjugation genes was induced by quorum sensing. Quorum sensing activated expression of rdfS, and in turn RdfS stimulated transcription of both rdfG and rdfM. Therefore, RdfS acts as a "master controller" of ICE3 assembly and excision. The dependence of all three excisive reactions on RdfS ensures that ICE3 excision occurs via a stepwise sequence of recombination events that avoids splitting the chromosome into a non-viable configuration. These discoveries expose a surprisingly simple control system guiding molecular assembly of these novel and complex mobile genetic elements and highlight the diverse and critical functions of excisionase proteins in control of horizontal gene transfer.

  7. Decomposition recovery extension to the Computer Aided Prototyping System (CAPS) change-merge tool.

    OpenAIRE

    Keesling, William Ronald

    1997-01-01

    Approved for public release; distribution is unlimited A promising use of Computer Aided Prototyping System (CAPS) is to support concurrent design. Key to success in this context is the ability to automatically and reliably combine and integrate the prototypes produced in concurrent efforts. Thus, to be of practical use in this as well as most prototyping contexts, a CAPS tool must have a fast, automated, reliable prototype integration capability. The current CAPS Change Merge Tool is fast...

  8. Rapid prototyping model for percutaneous nephrolithotomy training.

    Science.gov (United States)

    Bruyère, Franck; Leroux, Cecile; Brunereau, Laurent; Lermusiaux, Patrick

    2008-01-01

    Rapid prototyping is a technique used for creating computer images in three dimensions more efficiently than classic techniques. Percutaneous nephrolithotomy (PCNL) is a popular method to remove kidney stones; however, broader use by the urologic community has been hampered by the morbidity associated with needle puncture to gain access to the renal calix (bleeding, pneumothorax, hydrothorax, inadvertent colon injury). A training model to improve technique and understanding of renal anatomy could improve complications related to renal puncture; however, no model currently exists for resident training. We created a training model using the rapid prototyping technique based on abdominal CT images of a patient scheduled to undergo PCNL. This allowed our staff and residents to train on the model before performing the operation. This model allowed anticipation of particular difficulties inherent to the patient's anatomy. After training, the procedure proceeded without complication, and the patient was discharged at postoperative day 1 without problems. We hypothesize that rapid prototyping could be useful for resident education, allowing the creation of numerous models for research and surgical training. In addition, we anticipate that experienced urologists could find this technique helpful in preparation for difficult PCNL operations.

  9. Do health professionals have a prototype concept of disease? The answer is no.

    Science.gov (United States)

    Hofmann, Bjørn

    2017-09-11

    Health and disease are core concepts in health care and have attracted substantial interest and controversy. In recent and interesting contributions to the debate it has been argued that the challenges with the concept of disease can be resolved by a prototype concept of disease. As a robin is a more prototypical of a bird than a penguin, some diseases are more prototypical than others. If disease is a prototype concept, it would change nosology, but also health care and the study of health and disease. However, the statement that "disease is a prototype concept" forms an empirically testable hypothesis. Therefore, this study aims to test the hypothesis that health professionals have a prototype concept of disease. Two hundred twenty-three health care professionals in Norway were invited to participate in a survey where they were asked to rank a wide range of diseases according to how typical they considered them to be as diseases. Results were analysed with descriptive statistics. The response rate was 90%. Lung cancer, leukemia, colon cancer, myocardial infarction, and AIDS are the diseases ranged to be most typical, while homosexuality, pregnancy, drapetomania, dissidence, and nostalgia are considered to be the least typical diseases. The results also show that the answers to how typical various diseases are vary greatly, even amongst a relatively homogenous group of health professionals. This study falsifies the hypothesis that disease is a prototype concept for health professionals. This has implications for the debate on core concepts for health care. If health professionals do not have a prototype concept of disease, it is unlikely that there is a prototype concept of disease in general. Consequently, nosologies should not be based on prototypes.

  10. First results of the CALICE SDHCAL technological prototype

    International Nuclear Information System (INIS)

    2016-01-01

    The CALICE Semi-Digital Hadronic Calorimeter (SDHCAL) prototype, built in 2011, was exposed to beams of hadrons, electrons and muons in two short periods in 2012 on two different beam lines of the CERN SPS. The prototype with its 48 active layers, made of Glass Resistive Plate Chambers and their embedded readout electronics, was run in triggerless and power-pulsing mode. The performance of the SDHCAL during the test beam was found to be very satisfactory with an efficiency exceeding 90% for almost all of the 48 active layers. A linear response (within ± 5%) and a good energy resolution are obtained for a large range of hadronic energies (5–80 GeV) by applying appropriate calibration coefficients to the collected data for both the Digital (Binary) and the Semi-Digital (Multi-threshold) modes of the SDHCAL prototype. The Semi-Digital mode shows better performance at energies exceeding 30 GeV

  11. Challenge Based Innovation @ mediterranean - final presentations & prototype expo

    CERN Multimedia

    CERN. Geneva

    2016-01-01

    Challenge Based Innovation @ mediterranean - Final presentations & prototype expo Note - presentation location has been changed to the council chamber (503-1-001) due to the large amount of signups. External participants are guided from the main reception (building 33), more information over email on Wednesday. Prototype presentations are still at IdeaSquare (3179) 18.00 - 19.30, guided walking from the presentations.  Challenge Based Innovation (CBI) is a four month project course, where multidisciplinary student teams and their instructors collaborate with researchers at CERN to discover novel solutions for the future of humankind. The projects are an elaborate mixture, where societal, human-driven needs meet research at CERN. More info about CBI from the course website, cbi-course.com The Gala on 1.12. will introduce the proof-of concept prototypes the five student teams have developed to answer a wide range of societal challenges, inspired by people and r...

  12. Modeling and validating HL7 FHIR profiles using semantic web Shape Expressions (ShEx).

    Science.gov (United States)

    Solbrig, Harold R; Prud'hommeaux, Eric; Grieve, Grahame; McKenzie, Lloyd; Mandel, Joshua C; Sharma, Deepak K; Jiang, Guoqian

    2017-03-01

    HL7 Fast Healthcare Interoperability Resources (FHIR) is an emerging open standard for the exchange of electronic healthcare information. FHIR resources are defined in a specialized modeling language. FHIR instances can currently be represented in either XML or JSON. The FHIR and Semantic Web communities are developing a third FHIR instance representation format in Resource Description Framework (RDF). Shape Expressions (ShEx), a formal RDF data constraint language, is a candidate for describing and validating the FHIR RDF representation. Create a FHIR to ShEx model transformation and assess its ability to describe and validate FHIR RDF data. We created the methods and tools that generate the ShEx schemas modeling the FHIR to RDF specification being developed by HL7 ITS/W3C RDF Task Force, and evaluated the applicability of ShEx in the description and validation of FHIR to RDF transformations. The ShEx models contributed significantly to workgroup consensus. Algorithmic transformations from the FHIR model to ShEx schemas and FHIR example data to RDF transformations were incorporated into the FHIR build process. ShEx schemas representing 109 FHIR resources were used to validate 511 FHIR RDF data examples from the Standards for Trial Use (STU 3) Ballot version. We were able to uncover unresolved issues in the FHIR to RDF specification and detect 10 types of errors and root causes in the actual implementation. The FHIR ShEx representations have been included in the official FHIR web pages for the STU 3 Ballot version since September 2016. ShEx can be used to define and validate the syntax of a FHIR resource, which is complementary to the use of RDF Schema (RDFS) and Web Ontology Language (OWL) for semantic validation. ShEx proved useful for describing a standard model of FHIR RDF data. The combination of a formal model and a succinct format enabled comprehensive review and automated validation. Copyright © 2017 Elsevier Inc. All rights reserved.

  13. Specification and tests of three prototypes from tissue-equivalent ionization chamber

    International Nuclear Information System (INIS)

    Teixeira, D.L.; Cardoso, D.O.; Pereira, O.S.; Nobre Filho, L.S.; Cabral, T.S.

    1992-01-01

    Three prototypes of tissue-equivalent ionization chamber are specified and tested. The results obtained by these prototypes are presented, aiming the determination of operation parameters, defined by IEC 395 standard. (C.G.C.)

  14. Prototype of an excimer laser for microprocessing

    Science.gov (United States)

    Iwanejko, Leszek; Pokora, Ludwik J.; Wolinski, Wieslaw L.

    1991-08-01

    The paper presents a brief description of a prototype of a XeC1 excimer laser for micraprocessing of materials. The planned main parameters of the laserare as follows: wavelength . . . . . . . . . . . . . . . . . . . . . . . . . 308 nm -''energyofapulse. . . . . . . . . . . . . lOOmJ -pulseduration (FWHM) . . . . . . . . . . . . . . . 2Ons repetition frequency . . . . . . . . . . . . . . 1O Hz peak power of a pulse . . . . . . . . . . . . . . . 5 MW With respect to currently carrried works with the prototype we show only preliminary results of testing of a laser head. The obtained maximum laser pulse energy exceeded 90 ml. However it should be pointed out that this value was obtained without any opt i mi z at i on of the 1 aser.

  15. Variational principle for a prototype Rastall theory of gravitation

    International Nuclear Information System (INIS)

    Smalley, L.L.

    1984-01-01

    A prototype of Rastall's theory of gravity, in which the divergence of the energy-momentum tensor is proportional to the gradient of the scalar curvature, is shown to be derivable from a variational principle. Both the proportionality factor and the unrenormalized gravitational constant are found to be covariantly constant, but not necessarily constant. The prototype theory is, therefore, a gravitational theory with variable gravitational constant

  16. Intelligent Network Flow Optimization (INFLO) prototype : Seattle small-scale demonstration plan.

    Science.gov (United States)

    2015-01-01

    This report describes the INFLO Prototype Small-Scale Demonstration to be performed in Seattle Washington. This demonstration is intended to demonstrate that the INFLO Prototype, previously demonstrated in a controlled environment, functions well in ...

  17. Prototype development of radio frequency cavity and quadrupole for ADSS - initial efforts by mechanical design and prototype development section

    International Nuclear Information System (INIS)

    Kumar, Manish; Kamble, Sunil; Choughule, L.S.; Kumar, Sunil; Patankar, S.R.; Phalke, V.M.; Dharmik, D.A.; Singh, Tejinder; Ram, Y.; Chaudhari, A.T.; Pathak, Kavindra; Prasad, N.K.; Marathe, V.V.; Matkar, A.W.

    2007-01-01

    Mechanical Design and Prototype Development Section has participated in the efforts for development of RF cavity and Quadrupole for ADSS. Recently prototype Super conducting RF cavity, Radio Frequency Quadrupole (RFQ), Radio Frequency Quadrupole (RFQ) Simulation Chamber and related experimental setups were developed, fabricated and delivered for the characterisation of various relevant parameters. Under the program for development of Super conducting RF Cavity for high-energy section of LINAC of ADS first prototype RF Cavity of ETP copper was developed by machining and brazing process. The prototype cavity having elliptical and circular profile is the heart of this setup. The cavity is made up of two symmetrical cups joined together by welding or brazing. Various methods are being tried out by MD and PDS for the fabrication of cups and joining them together. Manufacturing of cup by machining and joining them by conventional brazing technique to make the cavity was the first step in this direction. Another method of manufacturing and joining viz forming of cup by deep drawing and joining them by EB welding is in progress. RFQ is a versatile and efficient system for accelerating ion beams especially at low energy. It works in quadrupole mode, which is at 350M Hz. RFQ Focuses, Bunches and Accelerates the beam simultaneously. The bunching is done in this RFQ, which results in more than 95% transmission where as in the normal buncher the transmission is less than 40%. The actual RFQ, which is designed for the PURNIMA facility, will be fabricated from OFHC copper that will accelerate a deuteron (D+) ion beam from 50keV to 400keV over its 1.37meter length. For the validation of manufacturing process and characterisation of various parameters at low frequency a 500mm long prototype RFQ in Aluminium with an accuracy of ± 25microns and surface finish of 1.6 micron has been fabricated by MD and PDS. A simplified simulation chamber to facilitate the development of RFQ for

  18. Towards Cache-Enabled, Order-Aware, Ontology-Based Stream Reasoning Framework

    Energy Technology Data Exchange (ETDEWEB)

    Yan, Rui; Praggastis, Brenda L.; Smith, William P.; McGuinness, Deborah L.

    2016-08-16

    While streaming data have become increasingly more popular in business and research communities, semantic models and processing software for streaming data have not kept pace. Traditional semantic solutions have not addressed transient data streams. Semantic web languages (e.g., RDF, OWL) have typically addressed static data settings and linked data approaches have predominantly addressed static or growing data repositories. Streaming data settings have some fundamental differences; in particular, data are consumed on the fly and data may expire. Stream reasoning, a combination of stream processing and semantic reasoning, has emerged with the vision of providing "smart" processing of streaming data. C-SPARQL is a prominent stream reasoning system that handles semantic (RDF) data streams. Many stream reasoning systems including C-SPARQL use a sliding window and use data arrival time to evict data. For data streams that include expiration times, a simple arrival time scheme is inadequate if the window size does not match the expiration period. In this paper, we propose a cache-enabled, order-aware, ontology-based stream reasoning framework. This framework consumes RDF streams with expiration timestamps assigned by the streaming source. Our framework utilizes both arrival and expiration timestamps in its cache eviction policies. In addition, we introduce the notion of "semantic importance" which aims to address the relevance of data to the expected reasoning, thus enabling the eviction algorithms to be more context- and reasoning-aware when choosing what data to maintain for question answering. We evaluate this framework by implementing three different prototypes and utilizing five metrics. The trade-offs of deploying the proposed framework are also discussed.

  19. Using the adaptive blockset for simulation and rapid prototyping

    DEFF Research Database (Denmark)

    Ravn, Ole

    1999-01-01

    the gap between simulation and prototype controller implementation. This is done using the code generation capabilities of Real Time Workshop in combination with C s-function blocks for adaptive control in Simulink. In the paper the design of each group of blocks normally fund in adaptive controllers...... is outlined. The block types are, identification, controller design, controller and state variable filter.The use of the Adaptive Blockset is demonstrated using a simple laboratory setup. Both the use of the blockset for simulation and for rapid prototyping of a real-time controller are shown.......The paper presents the design considerations and implementational aspects of the Adaptive Blockset for Simulink which has been developed in a prototype implementation. The basics of indirect adaptive controllers are summarized. The concept behind the Adaptive Blockset for Simulink is to bridge...

  20. Looking the part (to me): effects of racial prototypicality on race perception vary by prejudice.

    Science.gov (United States)

    Cassidy, Brittany S; Sprout, Gregory T; Freeman, Jonathan B; Krendl, Anne C

    2017-04-01

    Less racially prototypic faces elicit more category competition during race categorization. Top-down factors (e.g. stereotypes), however, affect categorizations, suggesting racial prototypicality may enhance category competition in certain perceivers. Here, we examined how prejudice affects race category competition and stabilization when perceiving faces varying in racial prototypicality. Prototypically low vs high Black relative to White faces elicited more category competition and slower response latencies during categorization (Experiment 1), suggesting a pronounced racial prototypicality effect on minority race categorization. However, prejudice predicted the extent of category competition between prototypically low vs high Black faces. Suggesting more response conflict toward less prototypic Black vs White faces, anterior cingulate cortex activity increased toward Black vs White faces as they decreased in racial prototypicality, with prejudice positively predicting this difference (Experiment 2). These findings extend the literature on racial prototypicality and categorization by showing that relative prejudice tempers the extent of category competition and response conflict engaged when initially perceiving faces. © The Author (2017). Published by Oxford University Press. For Permissions, please email: journals.permissions@oup.com.

  1. THOR-a commodity component prototype for the ATLAS Event Filter

    CERN Document Server

    Davis, R; MacKinnon, S; Pinfold, James L

    1999-01-01

    The ATLAS Event Filter prototype developed at the University of Alberta (the THOR project) is being used in the context of the DAQ-1 project to study issues related to the implementation of the sub-farm model using commodity components and open source software. The prototype consists of seven dual Pentium II 450 MHz machines connected via a fast Ethernet switch and will soon be upgraded to nine dual Pentium 450 MHz machines connected in a 3*3 array using Scalable Coherent Interconnect (SCI). The entire prototype is placed behind a firewall machine which serves as the control centre for the processor farm. (8 refs).

  2. Controls and interlocks for a prototype 1MHz beam chopper

    International Nuclear Information System (INIS)

    Waters, G.; Bishop, D.; Barnes, M.J.; Wait, G.D.

    1991-05-01

    A prototype 1 MHz beam chopper for the proposed KAON Factory at TRIUMF has been constructed. The chopper is an electric field device, driven by a tetrode based pulser, for deflecting a charged particle beam. Associated with the tetrode used in the prototype design are high voltage power supplies for the electrodes. We use an FET based grid pulser and a sequencer capable of accurate digital control of pulse timing to 0.4 ns. A safety interlock and control system using a programmable controller with fibre optic links has been built. This has given us the versatility required in a prototype system. (Author) 4 refs., 5 figs

  3. A beam test of prototype time projection chamber using micro ...

    Indian Academy of Sciences (India)

    High Energy Accelerator Organization (KEK), Tsukuba 305-0801, Japan. E-mail: makoto.kobayashi.exp@kek.jp. Abstract. We conducted a series of beam tests of prototype TPCs for the international linear collider (ILC) experiment, equipped with an MWPC, a MicroMEGAS, or GEMs as a readout device. The prototype ...

  4. Facial Prototype Formation in Children.

    Science.gov (United States)

    Inn, Donald; And Others

    This study examined memory representation as it is exhibited in young children's formation of facial prototypes. In the first part of the study, researchers constructed images of faces using an Identikit that provided the features of hair, eyes, mouth, nose, and chin. Images were varied systematically. A series of these images, called exemplar…

  5. Test of long scintillating counter prototypes for CDF-II

    International Nuclear Information System (INIS)

    Budagov, Yu.; Chirikov-Zorin, I.; Pukhov, O.; Incagli, M.; Leone, S.; Menzione, A.; Pauletta, G.; Tokar, S.

    2000-01-01

    New type long (up to 3 m) scintillating counter prototypes, developed for CDF-II, have been tested. The shift-spectrum fiber ribbons were used for light collection, and modern ultra compact photomultipliers R5600 were used for light detection. The efficiency for m.i.p. was excellent for all prototypes. The light yield from the far end of the counters was found to be more than 20 photoelectrons

  6. Improving The Prototyping Process In Department Of Defense Acquisition

    Science.gov (United States)

    2014-06-01

    assessing program feasibility is to objectively and rationally determine the strengths and weakness of a technology. This functional requirement also...prototypes created for the purpose of maturing technology will not be ready for fielding and cannot be deployed ( Plato 1995). Second, there is a risk...pressure to reduce cost and schedule estimates (Weinberg 1991; Plato 1995). The first few iterations of a prototype typically result in immediate high

  7. Activity Based Startup Plan for Prototype Vertical Denitration Calciner

    International Nuclear Information System (INIS)

    SUTTER, C.S.

    1999-01-01

    Testing activation on the Prototype Vertical Denitration Calciner at PFP were suspended in January 1997 due to the hold on fissile material handling in the facility. The restart of testing activities will require a review through an activity based startup process based upon Integrated Safety Management (ISM) principles to verify readiness. The Activity Based Startup Plan for the Prototype vertical Denitration Calciner has been developed for this process

  8. Development of 3000 m Subsea Blowout Preventer Experimental Prototype

    Science.gov (United States)

    Cai, Baoping; Liu, Yonghong; Huang, Zhiqian; Ma, Yunpeng; Zhao, Yubin

    2017-12-01

    A subsea blowout preventer experimental prototype is developed to meet the requirement of training operators, and the prototype consists of hydraulic control system, electronic control system and small-sized blowout preventer stack. Both the hydraulic control system and the electronic system are dual-mode redundant systems. Each system works independently and is switchable when there are any malfunctions. And it significantly improves the operation reliability of the equipment.

  9. Intelligent Network Flow Optimization (INFLO) prototype : Seattle small-scale demonstration report.

    Science.gov (United States)

    2015-05-01

    This report describes the performance and results of the INFLO Prototype Small-Scale Demonstration. The purpose of : the Small-Scale Demonstration was to deploy the INFLO Prototype System to demonstrate its functionality and : performance in an opera...

  10. Status and first Results of the CBM TRD Prototype Development

    International Nuclear Information System (INIS)

    Arend, Andreas

    2013-01-01

    The measurement of decay products from rare particles in the CBM experiment defines the requirements for the used detector systems. This report describes the approaches for the Transition Radiation Detector to fulfil these requirements and presents the current status of the prototype development. First results from beam tests with these prototypes are discussed.

  11. Gesture recognition for an exergame prototype

    NARCIS (Netherlands)

    Gacem, Brahim; Vergouw, Robert; Verbiest, Harm; Cicek, Emrullah; Kröse, Ben; van Oosterhout, Tim; Bakkes, S.C.J.

    2011-01-01

    We will demonstrate a prototype exergame aimed at the serious domain of elderly fitness. The exergame incorporates straightforward means to gesture recognition, and utilises a Kinect camera to obtain 2.5D sensory data of the human user.

  12. Rapid Prototyping in Orthopaedic Surgery: A User's Guide

    Science.gov (United States)

    Frame, Mark; Huntley, James S.

    2012-01-01

    Rapid prototyping (RP) is applicable to orthopaedic problems involving three dimensions, particularly fractures, deformities, and reconstruction. In the past, RP has been hampered by cost and difficulties accessing the appropriate expertise. Here we outline the history of rapid prototyping and furthermore a process using open-source software to produce a high fidelity physical model from CT data. This greatly mitigates the expense associated with the technique, allowing surgeons to produce precise models for preoperative planning and procedure rehearsal. We describe the method with an illustrative case. PMID:22666160

  13. Design and Delivery of HMT Half-Shaft Prototype

    Science.gov (United States)

    2012-11-01

    spindle welded to the outer joint output is ease of Design  and Delivery of HMT Half‐ Shaft  Prototype    24    assembly. Flange 1 contains threaded... spindle , and splined shafts . Also, the spindle of the production design is splined to match the splines of the hub internals. 2.2. Analysis The...inner-joint (Figure 33). Design  and Delivery of HMT Half‐ Shaft  Prototype    27      Figure 33: FBD of Flange/ Spindle Applying Newton’s Laws to the

  14. A prototype stationary Fourier transform spectrometer for near-infrared absorption spectroscopy.

    Science.gov (United States)

    Li, Jinyang; Lu, Dan-feng; Qi, Zhi-mei

    2015-09-01

    A prototype stationary Fourier transform spectrometer (FTS) was constructed with a fiber-coupled lithium niobate (LiNbO3) waveguide Mach-Zehnder interferometer (MZI) for the purpose of rapid on-site spectroscopy of biological and chemical measurands. The MZI contains push-pull electrodes for electro-optic modulation, and its interferogram as a plot of intensity against voltage was obtained by scanning the modulating voltage from -60 to +60 V in 50 ms. The power spectrum of input signal was retrieved by Fourier transform processing of the interferogram combined with the wavelength dispersion of half-wave voltage determined for the MZI used. The prototype FTS operates in the single-mode wavelength range from 1200 to 1700 nm and allows for reproducible spectroscopy. A linear concentration dependence of the absorbance at λmax = 1451 nm for water in ethanolic solution was obtained using the prototype FTS. The near-infrared spectroscopy of solid samples was also implemented, and the different spectra obtained with different materials evidenced the chemical recognition capability of the prototype FTS. To make this prototype FTS practically applicable, work on improving its spectral resolution by increasing the maximum optical path length difference is in progress.

  15. R&D on high-power dc reactor prototype for ITER poloidal field converter

    Energy Technology Data Exchange (ETDEWEB)

    Li, Chuan [State Key Laboratory of Advanced Electromagnetic Engineering and Technology, Huazhong University of Science and Technology, Wuhan 430074 (China); School of Electrical and Electronic Engineering, Huazhong University of Science and Technology, Wuhan 430074 (China); Song, Zhiquan; Fu, Peng [Institute of Plasma Physics, Chinese Academy of Science, Hefei 230031 (China); Zhang, Ming, E-mail: zhangming@hust.edu.cn [State Key Laboratory of Advanced Electromagnetic Engineering and Technology, Huazhong University of Science and Technology, Wuhan 430074 (China); School of Electrical and Electronic Engineering, Huazhong University of Science and Technology, Wuhan 430074 (China); Yu, Kexun [State Key Laboratory of Advanced Electromagnetic Engineering and Technology, Huazhong University of Science and Technology, Wuhan 430074 (China); School of Electrical and Electronic Engineering, Huazhong University of Science and Technology, Wuhan 430074 (China); Qin, Xiuqi [School of Electrical Engineering and Automation, Hefei University of Technology, Hefei 230009 (China)

    2015-10-15

    Highlights: • A new prototype design structure of dry-type air-core water-cooling reactor with epoxy resin casting technique is presented. • Theoretical analysis, finite-element simulation and prototype test verification are applied on the design. • The results of temperature rise and transient fault current test of prototypes are introduced and analyzed. • The success of tests demonstrates that the proposed structure is of high reliability and availability. - Abstract: This paper mainly introduces the research and development (R&D) of the high-power dc reactor prototype, whose functions are to limit the circulating current and ripple current in the ITER poloidal field (PF) converter. It needs to operate at rated large direct current 27.5 kA and withstand peak fault current up to 175 kA. Therefore, in order to meet the special requirements of the dynamic and thermal stability, a new prototype design structure of dry-type air-core water-cooling reactor with epoxy resin casting technique is presented, which is based on the theoretical analysis, finite-element simulation calculation and small prototype test verification. Now the full prototype has been fabricated by China industry, and the dynamic and thermal stability tests of the prototype have also been accomplished successfully. The test results are in compliance with the design and it shows the availability and feasibility of the proposed design, which may be a reference for relevant applications.

  16. A study of integration for I and C network prototype of KNGR

    International Nuclear Information System (INIS)

    Yang, S. K; Park, H. S.; Jeong, H. Y.

    1999-01-01

    Full digitization of instrumentation and control system (I and C) based on the network is one of the distinguished design characteristics of Korean Next Generation Reactor (KNGR). However, as the reliability of digital I and C system tends to depend on the reliability of software and network, developing of integrated I and C network prototype is required to verify system integrity. To achieve this goal, some prototypes of I and C systems were already developed during KNGR(II). Also, during the period of KNGR(III), integrated I and C network prototypes will be designed by prototypes developed at the stage of KNGR(II). In this paper, it will be considered to develop prototypes of plant major system and to detail the characteristics of architecture for integrated I and C network. Also, the major role of gate-way (Information Gate-Way) and backbone network will be considered too. Through this, the integrity of network design of KNGR will be achieved

  17. Designing and commissioning of a prototype double Laue monochromator at CHESS

    Science.gov (United States)

    Ko, J. Y. Peter; Oswald, Benjamin B.; Savino, James J.; Pauling, Alan K.; Lyndaker, Aaron; Revesz, Peter; Miller, Matthew P.; Brock, Joel D.

    2014-03-01

    High-energy X-rays are efficiently focused sagittally by a set of asymmetric Laue (transmission) crystals. We designed, built and commissioned a prototype double Laue monochromator ((111) reflection in Si(100)) optimized for high-energy X-rays (30-60 keV). Here, we report our design of novel prototype sagittal bender and highlight results from recent characterization experiments. The design of the bender combines the tuneable bending control afforded by previous leaf-spring designs with the stability and small size of a four-bar bender. The prototype monochromator focuses a 25 mm-wide white beam incident on the first monochromator crystal to a monochromatized 0.6 mm beam waist in the experimental station. Compared to the flux in the same focal spot with the Bragg crystal (without focusing), the prototype Laue monochromator delivered 85 times more at 30 keV.

  18. Designing and commissioning of a prototype double Laue monochromator at CHESS

    International Nuclear Information System (INIS)

    Ko, J Y Peter; Oswald, Benjamin B; Savino, James J; Pauling, Alan K; Lyndaker, Aaron; Revesz, Peter; Miller, Matthew P; Brock, Joel D

    2014-01-01

    High-energy X-rays are efficiently focused sagittally by a set of asymmetric Laue (transmission) crystals. We designed, built and commissioned a prototype double Laue monochromator ((111) reflection in Si(100)) optimized for high-energy X-rays (30-60 keV). Here, we report our design of novel prototype sagittal bender and highlight results from recent characterization experiments. The design of the bender combines the tuneable bending control afforded by previous leaf-spring designs with the stability and small size of a four-bar bender. The prototype monochromator focuses a 25 mm-wide white beam incident on the first monochromator crystal to a monochromatized 0.6 mm beam waist in the experimental station. Compared to the flux in the same focal spot with the Bragg crystal (without focusing), the prototype Laue monochromator delivered 85 times more at 30 keV.

  19. Results from the FDIRC prototype

    Energy Technology Data Exchange (ETDEWEB)

    Roberts, D.A., E-mail: roberts@umd.edu [University of Maryland, College Park, MD 20742 (United States); Arnaud, N. [Laboratoire de l’Accélérateur Linéaire, Centre Scientifique d’Orsay, F-91898 Orsay Cedex (France); Dey, B. [University of California, Riverside, CA 92521 (United States); Borsato, M. [Laboratoire de l’Accélérateur Linéaire, Centre Scientifique d’Orsay, F-91898 Orsay Cedex (France); Leith, D.W.G.S.; Nishimura, K.; Ratcliff, B.N. [SLAC, Stanford University, Palo Alto, CA 94309 (United States); Varner, G. [University of Hawaii, Honolulu, HI 96822 (United States); Va’vra, J. [SLAC, Stanford University, Palo Alto, CA 94309 (United States)

    2014-12-01

    We present results from a novel Cherenkov imaging detector called the Focusing DIRC (FDIRC). This detector was designed as a prototype of the particle identification system for the SuperB experiment, and comprises 1/12 of the SuperB barrel azimuthal coverage with partial electronics implementation. The prototype was tested in the SLAC Cosmic Ray Telescope (CRT) which provides 3-D muon tracking with an angular resolution of ∼1.5 mrad, track position resolution of 5–6 mm, start time resolution of 70 ps, and a muon low-energy cutoff of ∼2 GeV provided by an iron range stack. The quartz focusing photon camera couples to a full-size BaBar DIRC bar box and is read out by 12 Hamamatsu H8500 MaPMTs providing 768 pixels. We used IRS2 waveform digitizing electronics to read out the MaPMTs. We present several results from our on-going development activities that demonstrate that the new optics design works very well, including: (a) single photon Cherenkov angle resolutions with and without chromatic corrections, (b) S/N ratio between the Cherenkov peak and background, which consists primarily of ambiguities in possible photon paths to a given pixel, (c) dTOP=TOP{sub measured}–TOP{sub expected} resolutions, and (d) performance of the detector in the presence of high-rate backgrounds. We also describe data analysis methods and point out limits of the present performance. - Highlights: • We present results from a novel Cherenkov imaging detector called the Focusing DIRC (FDIRC). • The prototype was tested in the SLAC Cosmic Ray Telescope (CRT) which provides 3-D muon tracking. • We present several results from our on-going development activities that demonstrate that new optics design works very well. • We describe data analysis methods and point out limits of the present performance.

  20. Operations management system advanced automation: Fault detection isolation and recovery prototyping

    Science.gov (United States)

    Hanson, Matt

    1990-01-01

    The purpose of this project is to address the global fault detection, isolation and recovery (FDIR) requirements for Operation's Management System (OMS) automation within the Space Station Freedom program. This shall be accomplished by developing a selected FDIR prototype for the Space Station Freedom distributed processing systems. The prototype shall be based on advanced automation methodologies in addition to traditional software methods to meet the requirements for automation. A secondary objective is to expand the scope of the prototyping to encompass multiple aspects of station-wide fault management (SWFM) as discussed in OMS requirements documentation.

  1. US NDC Modernization Iteration E2 Prototyping Report: User Interface Framework

    Energy Technology Data Exchange (ETDEWEB)

    Lewis, Jennifer E. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Palmer, Melanie A. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Vickers, James Wallace [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Voegtli, Ellen M. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2014-12-01

    During the second iteration of the US NDC Modernization Elaboration phase (E2), the SNL US NDC Modernization project team completed follow-on Rich Client Platform (RCP) exploratory prototyping related to the User Interface Framework (UIF). The team also developed a survey of browser-based User Interface solutions and completed exploratory prototyping for selected solutions. This report presents the results of the browser-based UI survey, summarizes the E2 browser-based UI and RCP prototyping work, and outlines a path forward for the third iteration of the Elaboration phase (E3).

  2. APPLICATION OF ADDITIVELY MANUFACTURED POLYMER COMPOSITE PROTOTYPES IN FOUNDRY

    Directory of Open Access Journals (Sweden)

    Wiesław Kuczko

    2015-05-01

    Full Text Available The paper presents a method, developed by the authors, for manufacturing polymer composites with the matrix manufactured in a layered manner (via 3D printing – Fused Deposition Modeling out of a thermoplastic material. As an example of practical application of this method, functional prototypes are presented, which were used as elements of foundry tooling – patterns for sand molding. In case of manufacturing prototype castings or short series of products, foundries usually cooperate with modeling studios, which produce patterns by conventional, subtractive manufacturing technologies. If patterns have complex shapes, this results in high manufacturing costs and significantly longer time of tooling preparation. The method proposed by the authors allows manufacturing functional prototypes in a short time thanks to utilizing capabilities of additive manufacturing (3D printing technology. Thanks to using two types of materials simultaneously (ABS combined with chemically hardened resins, the produced prototypes are capable of carrying increased loads. Moreover, the method developed by the authors is characterized by manufacturing costs lower than in the basic technology of Fused Deposition Modeling. During the presented studies, the pattern was produced as a polymer composite and it was used to prepare a mold and a set of metal castings.

  3. A new prototype for the PANDA disc DIRC detector

    Energy Technology Data Exchange (ETDEWEB)

    Rieke, Julian; Dueren, Michael; Hayrapetyan, Avetik; Foehl, Klaus; Kroeck, Benno; Merle, Oliver; Etzelmueller, Erik; Biguenko, Klim [Justus Liebig Universitaet, Giessen (Germany); Collaboration: PANDA-Collaboration

    2014-07-01

    The PANDA experiment at the future FAIR facility needs excellent particle identification to do precision studies of antiproton-proton reactions in the 1.5-15 GeV/c momentum range. To fulfill this need, two Cherenkov detectors will be installed in the PANDA target spectrometer, both based on the DIRC concept that uses internally reflected Cherenkov light to perform particle identification, with a focus on the separation of pions and kaons. The Disc-DIRC is designed to cap the forward region of theta angles between 5 and 22 degrees. It will be the first time that a 3D-Disc-DIRC is used for PID in a real physics experiment beyond prototyping. A new prototyping Disc-DIRC apparatus has been constructed at the JLU Giessen. Unlike previous prototypes, this one features a radiator as well as focusing elements made out of fused silica. The Cherenkov light is detected with 22 multi-anode-phototubes and 4 MCP-PMTs, totalling 608 individual pixels. Timing information for each of the latter is generated using the novel TRB3 system developed at GSI. The entire prototype was tested with an electron beam of several GeV/c provided by DESY in Hamburg. The components, their setup and a first analysis of the recorded data will be presented.

  4. Prototypical Rod Consolidation Demonstration Project

    International Nuclear Information System (INIS)

    1993-05-01

    The objective of Phase 3 of the Prototypical Rod consolidation Demonstration Project (PRCDP) was to procure, fabricate, assemble, and test the Prototypical Rod consolidation System as described in the NUS Phase 2 Final Design Report. This effort required providing the materials, components, and fabricated parts which makes up all of the system equipment. In addition, it included the assembly, installation, and setup of this equipment at the Cold Test Facility. During the Phase 3 effort the system was tested on a component, subsystem, and system level. This volume 1, discusses the PRCDP Phase 3 Test Program that was conducted by the HALLIBURTON NUS Environmental Corporation under contract AC07-86ID12651 with the United States Department of Energy. This document, Volume 1, Book 4 discusses the following topics: Rod Compaction/Loading System Test Results and Analysis Report; Waste Collection System Test Results and Analysis Report; Waste Container Transfer Fixture Test Results and Analysis Report; Staging and Cutting Table Test Results and Analysis Report; and Upper Cutting System Test Results and Analysis Report

  5. Prototypical Rod Consolidation Demonstration Project

    International Nuclear Information System (INIS)

    1993-05-01

    The objective of Phase 3 of the Prototypical Rod consolidation Demonstration Project (PRCDP) was to procure, fabricate, assemble, and test the Prototypical Rod consolidation System as described in the NUS Phase 2 Final Design Report. This effort required providing the materials, components, and fabricated parts which makes up all of the system equipment. In addition, it included the assembly, installation, and setup of this equipment at the Cold Test Facility. During the Phase 3 effort the system was tested on a component, subsystem, and system level. This volume 1, discusses the PRCDP Phase 3 Test Program that was conducted by the HALLIBURTON NUS Environmental Corporation under contract AC07-86ID12651 with the United States Department of Energy. This document, Volume 1, Book 5 discusses the following topics: Lower Cutting System Test Results and Analysis Report; NFBC Loading System Test Results and Analysis Report; Robotic Bridge Transporter Test Results and Analysis Report; RM-10A Remotec Manipulator Test Results and Analysis Report; and Manipulator Transporter Test Results and Analysis Report

  6. Magnetic switching, final chapter, Book I: the ATA upgrade prototype

    International Nuclear Information System (INIS)

    Birx, D.; Cook, E.; Hawkins, S.; Poor, S.; Reginato, L.; Schmidt, J.; Smith, M.W.

    1983-01-01

    Efforts directed at finding a 10 kHz switch to replace the current 1 kHz gas blown spark gap have culminated in a prototype for an upgrade of ATA. The design and performance of this prototype as well as possible options and recommendations concerning an eventual upgrade are described. 4 references, 9 figures

  7. Cell-free synthetic biology for in vitro prototype engineering.

    Science.gov (United States)

    Moore, Simon J; MacDonald, James T; Freemont, Paul S

    2017-06-15

    Cell-free transcription-translation is an expanding field in synthetic biology as a rapid prototyping platform for blueprinting the design of synthetic biological devices. Exemplar efforts include translation of prototype designs into medical test kits for on-site identification of viruses (Zika and Ebola), while gene circuit cascades can be tested, debugged and re-designed within rapid turnover times. Coupled with mathematical modelling, this discipline lends itself towards the precision engineering of new synthetic life. The next stages of cell-free look set to unlock new microbial hosts that remain slow to engineer and unsuited to rapid iterative design cycles. It is hoped that the development of such systems will provide new tools to aid the transition from cell-free prototype designs to functioning synthetic genetic circuits and engineered natural product pathways in living cells. © 2017 The Author(s).

  8. MOTION STUDY OF A WHEELCHAIR PROTOTYPE FOR DISABLED PEOPLE

    Directory of Open Access Journals (Sweden)

    Ionut GEONEA

    2015-05-01

    Full Text Available In this paper is presented the design and experimental prototype of a wheelchair for disabled people. Design solution proposed to be implemented uses two reduction gears motors and a mechanical transmission with chains. The motion controller developed uses PWM technology (pulse wave modulation. The wheelchair has the ability of forward – backward motion and steering. The design solution is developed in Solid Works, and it’s implemented to a wheelchair prototype model. Wheelchair design and motion makes him suitable especially for indoor use. It is made a study of the wheelchair kinematics, first using a kinematic simulation in Adams. Are presented the wheelchair motion trajectory and kinematics parameters. The experimental prototype is tested with a motion analysis system based on ultra high speed video recording. The obtained results from simulation and experimentally tests, demonstrate the efficiency of wheelchair proposed solution.

  9. Design of Lightweight e Attendance Prototype Using Raspberry Pi

    International Nuclear Information System (INIS)

    Mohd Dzul Aiman Aslan; Mohamad Safuan Sulaiman; Saaidi Ismail; Mohd Fauzi Haris; Nurbahyah Hamdan; Abdul Muin Abd Rahman

    2014-01-01

    E-Attendance is a system that has been extensively used to record attendance in most of the official ceremony of Nuclear Malaysia. Currently, a computer is used as the client to record the input from the proximity card. However, further study on Raspberry Pi, the single board computer that use system on a chip (SoC) in the current market, discover that it is capable of delivering a simple light task of the e-attendance. With a compact memory and in linux environment, a prototype for lightweight e-attendance is being developed. This prototype of Raspberry Pi is believe to have potential in computer based system of Nuclear Technology such as access control, monitoring system and even robotic assistance. This paper will discuss the design of the prototype that resemble e-attendance to improve the robustness of the system. (author)

  10. Prototype sector magnets for the GeV electron microtron (GEM)

    International Nuclear Information System (INIS)

    Wehrle, R.B.; Norem, J.H.; Praeg, W.F.; Swanstrom, R.H.; Thompson, K.M.

    1983-01-01

    Three prototypes of the sector magnets for GeV Electon Microtron accelerators have been designed. One has been built and two are being constructed. The first is a full scale, 168 ton prototype for one-half of a 2 GeV Double Sided Microtron (DSM) sector magnet. The successful fabrication and testing of the pole pieces for this prototype has demonstrated that their required close tolerances for flatness and parallelism can be met. The second magnet is an approximate two-thirds scale model of one step at the low energy end of the hexatron sector magnet designed for the 4 GeV Electron Microtron (GEM). The measured fields demonstrate that the field falls off faster than an Enge-short-tail and error fields are at low levels and are controllable. A third prototype magnet exactly duplicates the full scale geometry of the first three full orbits of the GEM sector magnet from entrance to exit points. It will permit high precision measurements and corrections of field errors and verify the 3-D computer program, TOSCA

  11. Prototyping Augmented Reality

    CERN Document Server

    Mullen, Tony

    2011-01-01

    Learn to create augmented reality apps using Processing open-source programming language Augmented reality (AR) is used all over, and you may not even realize it. Smartphones overlay data onto live camera views to show homes for sale, restaurants, or historical sites. American football broadcasts use AR to show the invisible first-down line on the field to TV viewers. Nike and Budweiser, among others, have used AR in ads. Now, you can learn to create AR prototypes using 3D data, Processing open-source programming language, and other languages. This unique book is an easy-to-follow guide on how

  12. Small-Scale Readout System Prototype for the STAR PIXEL Detector

    International Nuclear Information System (INIS)

    Szelezniak, Michal; Anderssen, Eric; Greiner, Leo; Matis, Howard; Ritter, Hans Georg; Stezelberger, Thorsten; Sun, Xiangming; Thomas, James; Vu, Chinh; Wieman, Howard

    2008-01-01

    Development and prototyping efforts directed towards construction of a new vertex detector for the STAR experiment at the RHIC accelerator at BNL are presented. This new detector will extend the physics range of STAR by allowing for precision measurements of yields and spectra of particles containing heavy quarks. The innermost central part of the new detector is a high resolution pixel-type detector (PIXEL). PIXEL requirements are discussed as well as a conceptual mechanical design, a sensor development path, and a detector readout architecture. Selected progress with sensor prototypes dedicated to the PIXEL detector is summarized and the approach chosen for the readout system architecture validated in tests of hardware prototypes is discussed

  13. Prototype-based Models for the Supervised Learning of Classification Schemes

    Science.gov (United States)

    Biehl, Michael; Hammer, Barbara; Villmann, Thomas

    2017-06-01

    An introduction is given to the use of prototype-based models in supervised machine learning. The main concept of the framework is to represent previously observed data in terms of so-called prototypes, which reflect typical properties of the data. Together with a suitable, discriminative distance or dissimilarity measure, prototypes can be used for the classification of complex, possibly high-dimensional data. We illustrate the framework in terms of the popular Learning Vector Quantization (LVQ). Most frequently, standard Euclidean distance is employed as a distance measure. We discuss how LVQ can be equipped with more general dissimilarites. Moreover, we introduce relevance learning as a tool for the data-driven optimization of parameterized distances.

  14. PSC/PSI power supply control prototype based on RTEMS

    International Nuclear Information System (INIS)

    Shi Haoli; Wang Chunhong; Tang Jingyu

    2010-01-01

    A PSC/PSI power supply control prototype was developed by using an open-source real-time operating system RTEMS and PSC/PSI power supply controller developed by BNL. The structure of the prototype, development procedures as well as testing result with a power supply of a corrector magnet were described. It can switch on/off the power supply, ramp up/down the current, and monitor the real-time states of the power supply. (authors)

  15. Design and Measurement of the NSLS II Quadrupole Prototypes

    Energy Technology Data Exchange (ETDEWEB)

    Rehak,M.; Jain, A. K.; Skaritka, J.; Spataro, C.

    2009-05-04

    The design and measurement of the NSLS-II ring quadrupoles prototypes are presented. These magnets are part of a larger prototype program described in [1]. Advances in software, hardware, and manufacturing have led to some new level of insight in the quest for the perfect magnet design. Three geometric features are used to minimize the first three allowed harmonics by way of optimization. Validations through measurement and confidence levels in calculations are established.

  16. Examining Marijuana User and Non-User Prototypes in Formative Research for Prevention Campaigns

    Science.gov (United States)

    Comello, Maria Leonora G.; Slater, Michael D.

    2010-01-01

    We report on research--both quantitative and qualitative--conducted to explore perceptions of prototypes of marijuana users, as well as the extent to which self-prototype congruence predicted marijuana use intention. Results of a survey of undergraduates (N = 139) showed that prototypes of users and non-users differed in terms of key attributes,…

  17. A beam test of prototype time projection chamber using micro ...

    Indian Academy of Sciences (India)

    We conducted a series of beam tests of prototype TPCs for the international linear collider (ILC) experiment, equipped with an MWPC, a MicroMEGAS, or GEMs as a readout device. The prototype operated successfully in a test beam at KEK under an axial magnetic field of up to 1 T. The analysis of data is now in progress ...

  18. Construction of a drift chamber prototype for the CMS experiment

    International Nuclear Information System (INIS)

    Berdugo, J.; Cerrada, M.; Daniel, M.; Martin, F.; Mocholi, J.; Romero, L.

    1997-01-01

    General design features of a small size drift chamber prototype are described in this report. Prototype construction has taken place at CIEMAT and we explain in detail the assembly procedure. This activity is part of a long term project to mass produce chambers for the muon barrel detector of the CMS experiment which will be installed at CERN. (Author)

  19. Rapid prototyping of complete systems, the case study of a smart parking

    OpenAIRE

    Ducreux , Laurent-Frédéric; Guyon-Gardeux , Claire; Louvel , Maxime; Pacull , François; Safietou Raby , Thior; Vergara-Gallego , Maria Isabel

    2015-01-01

    International audience; This paper details how LINC a coordination middle-ware, can fasten the development of prototypes that integrate several equipment. A case study of rapid prototyping is presented. It illustrates how a smart parking prototype has been built from several independent and autonomous equipment, coming from different vendors. This has been achieved by parallel development thanks to the resource based approach offered by LINC. This paper also describes how LINC helps building ...

  20. Use of rapid prototyping in prosthetic auricular restoration.

    Science.gov (United States)

    Turgut, Gursel; Sacak, Bulent; Kiran, Kazim; Bas, Lutfu

    2009-03-01

    Reconstructing auricular defects is a challenging task for facial reconstructive surgeons. Although autologous reconstruction is the first choice for reconstruction, there may be circumstances of inconvenience such as previously attempted surgery, radiotherapy, systemic conditions, or patient's wish. Auricular restorations with facial prosthesis have produced promising results, but there are still problems to be tackled for improved results. Rapid prototyping in the production of an auricular prosthesis uses the mirror image of contralateral ear and produces excellent forms, eliminating the subjective perception of the prosthodontist. Rapid prototyping also lowers the production costs by reducing the need for several sessions in the process of producing the prostheses. Between 2004 and 2007, 10 patients applied to our department with the absence of an ear on a single side. All patients were male, with an average age of 23.1 years. The etiology for the loss of the ear was mostly tumors, followed by congenital deformities and trauma, respectively. In this study, we present our application of rapid prototyping technique and report our case series of 10 patients, two of which are presented in detail.