WorldWideScience

Sample records for searchable physics information

  1. Towards an Information Theoretic Analysis of Searchable Encryption

    NARCIS (Netherlands)

    Sedghi, S.; Doumen, J.M.; Hartel, Pieter H.; Jonker, Willem

    2008-01-01

    Searchable encryption is a technique that allows a client to store data in encrypted form on a curious server, such that data can be retrieved while leaking a minimal amount of information to the server. Many searchable encryption schemes have been proposed and proved secure in their own

  2. Towards an Information Theoretic Analysis of Searchable Encryption (Extended Version)

    NARCIS (Netherlands)

    Sedghi, S.; Doumen, J.M.; Hartel, Pieter H.; Jonker, Willem

    2008-01-01

    Searchable encryption is a technique that allows a client to store data in encrypted form on a curious server, such that data can be retrieved while leaking a minimal amount of information to the server. Many searchable encryption schemes have been proposed and proved secure in their own

  3. Discover yourself - Making your online information searchable

    KAUST Repository

    Martin, Jose

    2015-01-01

    The slides used during the presentation where KAUST Library shows 2 different approaches to making the information available in the Library websites searchable via the Catalog. This enables users to search for information about not only resources, but also the services provided by the Library. The first approach is based on using Encore and the OAI-PMH protocol, and the second one uses Google's Custom Search Engine.

  4. Discover yourself - Making your online information searchable

    KAUST Repository

    Martin, Jose

    2015-11-08

    The slides used during the presentation where KAUST Library shows 2 different approaches to making the information available in the Library websites searchable via the Catalog. This enables users to search for information about not only resources, but also the services provided by the Library. The first approach is based on using Encore and the OAI-PMH protocol, and the second one uses Google\\'s Custom Search Engine.

  5. Searchable Signatures: Context and the Struggle for Recognition

    Directory of Open Access Journals (Sweden)

    Gina Schlesselman-Tarango

    2013-09-01

    Full Text Available Social networking sites made possible through Web 2.0 allow for unique user-generated tags called “searchable signatures.”  These tags move beyond the descriptive and act as means for users to assert online individual and group identities.  A study of searchable signatures on the Instagram application demonstrates that these types of tags are valuable not only because they allow for both individuals and groups to engage in what social theorist Axel Honneth calls the struggle for recognition, but also because they provide contextual use data and sociohistorical information so important to the understanding of digital objects.  This article explores how searchable signatures might be used by both patrons and staff in library environments.

  6. TRAC Searchable Research Library

    Science.gov (United States)

    2016-05-01

    Relational Data Modeling (VRDM) computational paradigm. VRDM has the key attributes of being cloud available, using domain semantics for configured...Figure 1. Methodology for TRAC Searchable Research Library Development. ........................... 5 Figure 2. The conceptual model for the cloud ...TRAC Searchable Research Library project was initiated by TRAC- HQ to address a current capability gap in the TRAC organization. Currently TRAC does not

  7. Automated granularity to integrate digital information: the "Antarctic Treaty Searchable Database" case study

    Directory of Open Access Journals (Sweden)

    Paul Arthur Berkman

    2006-06-01

    Full Text Available Access to information is necessary, but not sufficient in our digital era. The challenge is to objectively integrate digital resources based on user-defined objectives for the purpose of discovering information relationships that facilitate interpretations and decision making. The Antarctic Treaty Searchable Database (http://aspire.nvi.net, which is in its sixth edition, provides an example of digital integration based on the automated generation of information granules that can be dynamically combined to reveal objective relationships within and between digital information resources. This case study further demonstrates that automated granularity and dynamic integration can be accomplished simply by utilizing the inherent structure of the digital information resources. Such information integration is relevant to library and archival programs that require long-term preservation of authentic digital resources.

  8. Substring-Searchable Symmetric Encryption

    Directory of Open Access Journals (Sweden)

    Chase Melissa

    2015-06-01

    Full Text Available In this paper, we consider a setting where a client wants to outsource storage of a large amount of private data and then perform substring search queries on the data – given a data string s and a search string p, find all occurrences of p as a substring of s. First, we formalize an encryption paradigm that we call queryable encryption, which generalizes searchable symmetric encryption (SSE and structured encryption. Then, we construct a queryable encryption scheme for substring queries. Our construction uses suffix trees and achieves asymptotic efficiency comparable to that of unencrypted suffix trees. Encryption of a string of length n takes O(λn time and produces a ciphertext of size O(λn, and querying for a substring of length m that occurs k times takes O(λm+k time and three rounds of communication. Our security definition guarantees correctness of query results and privacy of data and queries against a malicious adversary. Following the line of work started by Curtmola et al. (ACM CCS 2006, in order to construct more efficient schemes we allow the query protocol to leak some limited information that is captured precisely in the definition. We prove security of our substring-searchable encryption scheme against malicious adversaries, where the query protocol leaks limited information about memory access patterns through the suffix tree of the encrypted string.

  9. A Survey of Provably Secure Searchable Encryption

    NARCIS (Netherlands)

    Bösch, C.T.; Hartel, Pieter H.; Jonker, Willem; Peter, Andreas

    We survey the notion of provably secure Searchable Encryption (SE) by giving a complete and comprehensive overview of the two main SE techniques: Searchable Symmetric Encryption (SSE) and Public Key Encryption with Keyword Search (PEKS). Since the pioneering work of Song, Wagner and Perrig (IEEE S&P

  10. Distributed Structure Searchable Toxicity

    Data.gov (United States)

    U.S. Environmental Protection Agency — The Distributed Structure Searchable Toxicity (DSSTox) online resource provides high quality chemical structures and annotations in association with toxicity data....

  11. Distributed Searchable Symmetric Encryption

    NARCIS (Netherlands)

    Bösch, C.T.; Peter, Andreas; Leenders, Bram; Lim, Hoon Wei; Tang, Qiang; Wang, Huaxiong; Hartel, Pieter H.; Jonker, Willem

    Searchable Symmetric Encryption (SSE) allows a client to store encrypted data on a storage provider in such a way, that the client is able to search and retrieve the data selectively without the storage provider learning the contents of the data or the words being searched for. Practical SSE schemes

  12. A Layered Searchable Encryption Scheme with Functional Components Independent of Encryption Methods

    Science.gov (United States)

    Luo, Guangchun; Qin, Ke

    2014-01-01

    Searchable encryption technique enables the users to securely store and search their documents over the remote semitrusted server, which is especially suitable for protecting sensitive data in the cloud. However, various settings (based on symmetric or asymmetric encryption) and functionalities (ranked keyword query, range query, phrase query, etc.) are often realized by different methods with different searchable structures that are generally not compatible with each other, which limits the scope of application and hinders the functional extensions. We prove that asymmetric searchable structure could be converted to symmetric structure, and functions could be modeled separately apart from the core searchable structure. Based on this observation, we propose a layered searchable encryption (LSE) scheme, which provides compatibility, flexibility, and security for various settings and functionalities. In this scheme, the outputs of the core searchable component based on either symmetric or asymmetric setting are converted to some uniform mappings, which are then transmitted to loosely coupled functional components to further filter the results. In such a way, all functional components could directly support both symmetric and asymmetric settings. Based on LSE, we propose two representative and novel constructions for ranked keyword query (previously only available in symmetric scheme) and range query (previously only available in asymmetric scheme). PMID:24719565

  13. Generic Adaptively Secure Searchable Phrase Encryption

    Directory of Open Access Journals (Sweden)

    Kissel Zachary A.

    2017-01-01

    Full Text Available In recent years searchable symmetric encryption has seen a rapid increase in query expressiveness including keyword, phrase, Boolean, and fuzzy queries. With this expressiveness came increasingly complex constructions. Having these facts in mind, we present an efficient and generic searchable symmetric encryption construction for phrase queries. Our construction is straightforward to implement, and is proven secure under adaptively chosen query attacks (CQA2 in the random oracle model with an honest-but-curious adversary. To our knowledge, this is the first encrypted phrase search system that achieves CQA2 security. Moreover, we demonstrate that our document collection preprocessing algorithm allows us to extend a dynamic SSE construction so that it supports phrase queries. We also provide a compiler theorem which transforms any CQA2-secure SSE construction for keyword queries into a CQA2-secure SSE construction that supports phrase queries.

  14. A keyword searchable attribute-based encryption scheme with attribute update for cloud storage.

    Science.gov (United States)

    Wang, Shangping; Ye, Jian; Zhang, Yaling

    2018-01-01

    Ciphertext-policy attribute-based encryption (CP-ABE) scheme is a new type of data encryption primitive, which is very suitable for data cloud storage for its fine-grained access control. Keyword-based searchable encryption scheme enables users to quickly find interesting data stored in the cloud server without revealing any information of the searched keywords. In this work, we provide a keyword searchable attribute-based encryption scheme with attribute update for cloud storage, which is a combination of attribute-based encryption scheme and keyword searchable encryption scheme. The new scheme supports the user's attribute update, especially in our new scheme when a user's attribute need to be updated, only the user's secret key related with the attribute need to be updated, while other user's secret key and the ciphertexts related with this attribute need not to be updated with the help of the cloud server. In addition, we outsource the operation with high computation cost to cloud server to reduce the user's computational burden. Moreover, our scheme is proven to be semantic security against chosen ciphertext-policy and chosen plaintext attack in the general bilinear group model. And our scheme is also proven to be semantic security against chosen keyword attack under bilinear Diffie-Hellman (BDH) assumption.

  15. The anatomy of urban social networks and its implications in the searchability problem

    Science.gov (United States)

    Herrera-Yagüe, C.; Schneider, C. M.; Couronné, T.; Smoreda, Z.; Benito, R. M.; Zufiria, P. J.; González, M. C.

    2015-01-01

    The appearance of large geolocated communication datasets has recently increased our understanding of how social networks relate to their physical space. However, many recurrently reported properties, such as the spatial clustering of network communities, have not yet been systematically tested at different scales. In this work we analyze the social network structure of over 25 million phone users from three countries at three different scales: country, provinces and cities. We consistently find that this last urban scenario presents significant differences to common knowledge about social networks. First, the emergence of a giant component in the network seems to be controlled by whether or not the network spans over the entire urban border, almost independently of the population or geographic extension of the city. Second, urban communities are much less geographically clustered than expected. These two findings shed new light on the widely-studied searchability in self-organized networks. By exhaustive simulation of decentralized search strategies we conclude that urban networks are searchable not through geographical proximity as their country-wide counterparts, but through an homophily-driven community structure. PMID:26035529

  16. Efficient Dynamic Searchable Encryption with Forward Privacy

    Directory of Open Access Journals (Sweden)

    Etemad Mohammad

    2018-01-01

    Full Text Available Searchable symmetric encryption (SSE enables a client to perform searches over its outsourced encrypted files while preserving privacy of the files and queries. Dynamic schemes, where files can be added or removed, leak more information than static schemes. For dynamic schemes, forward privacy requires that a newly added file cannot be linked to previous searches. We present a new dynamic SSE scheme that achieves forward privacy by replacing the keys revealed to the server on each search. Our scheme is efficient and parallelizable and outperforms the best previous schemes providing forward privacy, and achieves competitive performance with dynamic schemes without forward privacy. We provide a full security proof in the random oracle model. In our experiments on the Wikipedia archive of about four million pages, the server takes one second to perform a search with 100,000 results.

  17. Efficiently Multi-User Searchable Encryption Scheme with Attribute Revocation and Grant for Cloud Storage.

    Science.gov (United States)

    Wang, Shangping; Zhang, Xiaoxue; Zhang, Yaling

    2016-01-01

    Cipher-policy attribute-based encryption (CP-ABE) focus on the problem of access control, and keyword-based searchable encryption scheme focus on the problem of finding the files that the user interested in the cloud storage quickly. To design a searchable and attribute-based encryption scheme is a new challenge. In this paper, we propose an efficiently multi-user searchable attribute-based encryption scheme with attribute revocation and grant for cloud storage. In the new scheme the attribute revocation and grant processes of users are delegated to proxy server. Our scheme supports multi attribute are revoked and granted simultaneously. Moreover, the keyword searchable function is achieved in our proposed scheme. The security of our proposed scheme is reduced to the bilinear Diffie-Hellman (BDH) assumption. Furthermore, the scheme is proven to be secure under the security model of indistinguishability against selective ciphertext-policy and chosen plaintext attack (IND-sCP-CPA). And our scheme is also of semantic security under indistinguishability against chosen keyword attack (IND-CKA) in the random oracle model.

  18. A Web-based searchable system to confirm magnetic resonance compatibility of implantable medical devices in Japan: a preliminary study.

    Science.gov (United States)

    Fujiwara, Yasuhiro; Fujioka, Hitoshi; Watanabe, Tomoko; Sekiguchi, Maiko; Murakami, Ryuji

    2017-09-01

    Confirmation of the magnetic resonance (MR) compatibility of implanted medical devices (IMDs) is mandatory before conducting magnetic resonance imaging (MRI) examinations. In Japan, few such confirmation methods are in use, and they are time-consuming. This study aimed to develop a Web-based searchable MR safety information system to confirm IMD compatibility and to evaluate the usefulness of the system. First, MR safety information for intravascular stents and stent grafts sold in Japan was gathered by interviewing 20 manufacturers. These IMDs were categorized based on the descriptions available on medical package inserts as: "MR Safe," "MR Conditional," "MR Unsafe," "Unknown," and "No Medical Package Insert Available". An MR safety information database for implants was created based on previously proposed item lists. Finally, a Web-based searchable system was developed using this database. A questionnaire was given to health-care personnel in Japan to evaluate the usefulness of this system. Seventy-nine datasets were collected using information provided by 12 manufacturers and by investigating the medical packaging of the IMDs. Although the datasets must be updated by collecting data from other manufacturers, this system facilitates the easy and rapid acquisition of MR safety information for IMDs, thereby improving the safety of MRI examinations.

  19. A Searchable Symmetric Encryption Scheme using BlockChain

    OpenAIRE

    Li, Huige; Zhang, Fangguo; He, Jiejie; Tian, Haibo

    2017-01-01

    At present, the cloud storage used in searchable symmetric encryption schemes (SSE) is provided in a private way, which cannot be seen as a true cloud. Moreover, the cloud server is thought to be credible, because it always returns the search result to the user, even they are not correct. In order to really resist this malicious adversary and accelerate the usage of the data, it is necessary to store the data on a public chain, which can be seen as a decentralized system. As the increasing am...

  20. An Efficient Searchable Encryption Against Keyword Guessing Attacks for Sharable Electronic Medical Records in Cloud-based System.

    Science.gov (United States)

    Wu, Yilun; Lu, Xicheng; Su, Jinshu; Chen, Peixin

    2016-12-01

    Preserving the privacy of electronic medical records (EMRs) is extremely important especially when medical systems adopt cloud services to store patients' electronic medical records. Considering both the privacy and the utilization of EMRs, some medical systems apply searchable encryption to encrypt EMRs and enable authorized users to search over these encrypted records. Since individuals would like to share their EMRs with multiple persons, how to design an efficient searchable encryption for sharable EMRs is still a very challenge work. In this paper, we propose a cost-efficient secure channel free searchable encryption (SCF-PEKS) scheme for sharable EMRs. Comparing with existing SCF-PEKS solutions, our scheme reduces the storage overhead and achieves better computation performance. Moreover, our scheme can guard against keyword guessing attack, which is neglected by most of the existing schemes. Finally, we implement both our scheme and a latest medical-based scheme to evaluate the performance. The evaluation results show that our scheme performs much better performance than the latest one for sharable EMRs.

  1. Searchable Data Vault: Encrypted Queries in Secure Distributed Cloud Storage

    Directory of Open Access Journals (Sweden)

    Geong Sen Poh

    2017-05-01

    Full Text Available Cloud storage services allow users to efficiently outsource their documents anytime and anywhere. Such convenience, however, leads to privacy concerns. While storage providers may not read users’ documents, attackers may possibly gain access by exploiting vulnerabilities in the storage system. Documents may also be leaked by curious administrators. A simple solution is for the user to encrypt all documents before submitting them. This method, however, makes it impossible to efficiently search for documents as they are all encrypted. To resolve this problem, we propose a multi-server searchable symmetric encryption (SSE scheme and construct a system called the searchable data vault (SDV. A unique feature of the scheme is that it allows an encrypted document to be divided into blocks and distributed to different storage servers so that no single storage provider has a complete document. By incorporating the scheme, the SDV protects the privacy of documents while allowing for efficient private queries. It utilizes a web interface and a controller that manages user credentials, query indexes and submission of encrypted documents to cloud storage services. It is also the first system that enables a user to simultaneously outsource and privately query documents from a few cloud storage services. Our preliminary performance evaluation shows that this feature introduces acceptable computation overheads when compared to submitting documents directly to a cloud storage service.

  2. A Novel Model for Lattice-Based Authorized Searchable Encryption with Special Keyword

    Directory of Open Access Journals (Sweden)

    Fugeng Zeng

    2015-01-01

    Full Text Available Data stored in the cloud servers, keyword search, and access controls are two important capabilities which should be supported. Public-keyword encryption with keyword search (PEKS and attribute based encryption (ABE are corresponding solutions. Meanwhile, as we step into postquantum era, pairing related assumption is fragile. Lattice is an ideal choice for building secure encryption scheme against quantum attack. Based on this, we propose the first mathematical model for lattice-based authorized searchable encryption. Data owners can sort the ciphertext by specific keywords such as time; data users satisfying the access control hand the trapdoor generated with the keyword to the cloud sever; the cloud sever sends back the corresponding ciphertext. The security of our schemes is based on the worst-case hardness on lattices, called learning with errors (LWE assumption. In addition, our scheme achieves attribute-hiding, which could protect the sensitive information of data user.

  3. Development and Uses of Offline and Web-Searchable Metabolism Databases - The Case of Benzo[a]pyrene.

    Science.gov (United States)

    Rendic, Slobodan P; Guengerich, Frederick P

    2018-01-01

    The present work describes development of offline and web-searchable metabolism databases for drugs, other chemicals, and physiological compounds using human and model species, prompted by the large amount of data published after year 1990. The intent was to provide a rapid and accurate approach to published data to be applied both in science and to assist therapy. Searches for the data were done using the Pub Med database, accessing the Medline database of references and abstracts. In addition, data presented at scientific conferences (e.g., ISSX conferences) are included covering the publishing period beginning with the year 1976. Application of the data is illustrated by the properties of benzo[a]pyrene (B[a]P) and its metabolites. Analysis show higher activity of P450 1A1 for activation of the (-)- isomer of trans-B[a]P-7,8-diol, while P4501B1 exerts higher activity for the (+)- isomer. P450 1A2 showed equally low activity in the metabolic activation of both isomers. The information collected in the databases is applicable in prediction of metabolic drug-drug and/or drug-chemical interactions in clinical and environmental studies. The data on the metabolism of searched compound (exemplified by benzo[a]pyrene and its metabolites) also indicate toxicological properties of the products of specific reactions. The offline and web-searchable databases had wide range of applications (e.g. computer assisted drug design and development, optimization of clinical therapy, toxicological applications) and adjustment in everyday life styles. Copyright© Bentham Science Publishers; For any queries, please email at epub@benthamscience.org.

  4. A searchable cross-platform gene expression database reveals connections between drug treatments and disease

    Directory of Open Access Journals (Sweden)

    Williams Gareth

    2012-01-01

    Full Text Available Abstract Background Transcriptional data covering multiple platforms and species is collected and processed into a searchable platform independent expression database (SPIED. SPIED consists of over 100,000 expression fold profiles defined independently of control/treatment assignment and mapped to non-redundant gene lists. The database is thus searchable with query profiles defined over genes alone. The motivation behind SPIED is that transcriptional profiles can be quantitatively compared and ranked and thus serve as effective surrogates for comparing the underlying biological states across multiple experiments. Results Drug perturbation, cancer and neurodegenerative disease derived transcriptional profiles are shown to be effective descriptors of the underlying biology as they return related drugs and pathologies from SPIED. In the case of Alzheimer's disease there is high transcriptional overlap with other neurodegenerative conditions and rodent models of neurodegeneration and nerve injury. Combining the query signature with correlating profiles allows for the definition of a tight neurodegeneration signature that successfully highlights many neuroprotective drugs in the Broad connectivity map. Conclusions Quantitative querying of expression data from across the totality of deposited experiments is an effective way of discovering connections between different biological systems and in particular that between drug action and biological disease state. Examples in cancer and neurodegenerative conditions validate the utility of SPIED.

  5. TRANSFORMATION OF DEVELOPMENTAL NEUROTOXICITY DATA INTO STRUCTURE-SEARCHABLE TOXML DATABASE IN SUPPORT OF STRUCTURE-ACTIVITY RELATIONSHIP (SAR) WORKFLOW.

    Science.gov (United States)

    Early hazard identification of new chemicals is often difficult due to lack of data on the novel material for toxicity endpoints, including neurotoxicity. At present, there are no structure searchable neurotoxicity databases. A working group was formed to construct a database to...

  6. A secure and efficiently searchable health information architecture.

    Science.gov (United States)

    Yasnoff, William A

    2016-06-01

    Patient-centric repositories of health records are an important component of health information infrastructure. However, patient information in a single repository is potentially vulnerable to loss of the entire dataset from a single unauthorized intrusion. A new health record storage architecture, the personal grid, eliminates this risk by separately storing and encrypting each person's record. The tradeoff for this improved security is that a personal grid repository must be sequentially searched since each record must be individually accessed and decrypted. To allow reasonable search times for large numbers of records, parallel processing with hundreds (or even thousands) of on-demand virtual servers (now available in cloud computing environments) is used. Estimated search times for a 10 million record personal grid using 500 servers vary from 7 to 33min depending on the complexity of the query. Since extremely rapid searching is not a critical requirement of health information infrastructure, the personal grid may provide a practical and useful alternative architecture that eliminates the large-scale security vulnerabilities of traditional databases by sacrificing unnecessary searching speed. Copyright © 2016 Elsevier Inc. All rights reserved.

  7. An Efficient Symmetric Searchable Encryption Scheme for Cloud Storage

    Directory of Open Access Journals (Sweden)

    Xiuxiu Jiang

    2017-05-01

    Full Text Available Symmetric searchable encryption for cloud storage enables users to retrieve the documents they want in a privacy-preserving way, which has become a hotspot of research. In this paper, we propose an efficient keyword search scheme over encrypted cloud data. We firstly adopt a structure named as inverted matrix (IM to build search index. The IM is consisted of index vectors, each of which is associated with a keyword. Then we map a keyword to an address used to locate the corresponding index vector. Finally, we mask index vectors with pseudo-random bits to obtain an encrypted enlarged inverted matrix (EEIM. Through the security analysis and experimental evaluation, we demonstrate the privacy and efficiency of our scheme respectively. In addition, we further consider two extended practical search situations, i.e., occurrence queries and dynamic user management, and then give two relevant schemes.

  8. An Efficient Quantum Somewhat Homomorphic Symmetric Searchable Encryption

    Science.gov (United States)

    Sun, Xiaoqiang; Wang, Ting; Sun, Zhiwei; Wang, Ping; Yu, Jianping; Xie, Weixin

    2017-04-01

    In 2009, Gentry first introduced an ideal lattices fully homomorphic encryption (FHE) scheme. Later, based on the approximate greatest common divisor problem, learning with errors problem or learning with errors over rings problem, FHE has developed rapidly, along with the low efficiency and computational security. Combined with quantum mechanics, Liang proposed a symmetric quantum somewhat homomorphic encryption (QSHE) scheme based on quantum one-time pad, which is unconditional security. And it was converted to a quantum fully homomorphic encryption scheme, whose evaluation algorithm is based on the secret key. Compared with Liang's QSHE scheme, we propose a more efficient QSHE scheme for classical input states with perfect security, which is used to encrypt the classical message, and the secret key is not required in the evaluation algorithm. Furthermore, an efficient symmetric searchable encryption (SSE) scheme is constructed based on our QSHE scheme. SSE is important in the cloud storage, which allows users to offload search queries to the untrusted cloud. Then the cloud is responsible for returning encrypted files that match search queries (also encrypted), which protects users' privacy.

  9. English semantic word-pair norms and a searchable Web portal for experimental stimulus creation.

    Science.gov (United States)

    Buchanan, Erin M; Holmes, Jessica L; Teasley, Marilee L; Hutchison, Keith A

    2013-09-01

    As researchers explore the complexity of memory and language hierarchies, the need to expand normed stimulus databases is growing. Therefore, we present 1,808 words, paired with their features and concept-concept information, that were collected using previously established norming methods (McRae, Cree, Seidenberg, & McNorgan Behavior Research Methods 37:547-559, 2005). This database supplements existing stimuli and complements the Semantic Priming Project (Hutchison, Balota, Cortese, Neely, Niemeyer, Bengson, & Cohen-Shikora 2010). The data set includes many types of words (including nouns, verbs, adjectives, etc.), expanding on previous collections of nouns and verbs (Vinson & Vigliocco Journal of Neurolinguistics 15:317-351, 2008). We describe the relation between our and other semantic norms, as well as giving a short review of word-pair norms. The stimuli are provided in conjunction with a searchable Web portal that allows researchers to create a set of experimental stimuli without prior programming knowledge. When researchers use this new database in tandem with previous norming efforts, precise stimuli sets can be created for future research endeavors.

  10. Informing Physics: Jacob Bekenstein and the Informational Turn in Theoretical Physics

    Science.gov (United States)

    Belfer, Israel

    2014-03-01

    In his PhD dissertation in the early 1970s, the Mexican-Israeli theoretical physicist Jacob Bekenstein developed the thermodynamics of black holes using a generalized version of the second law of thermodynamics. This work made it possible for physicists to describe and analyze black holes using information-theoretical concepts. It also helped to transform information theory into a fundamental and foundational concept in theoretical physics. The story of Bekenstein's work—which was initially opposed by many scientists, including Stephen Hawking—highlights the transformation within physics towards an information-oriented scientific mode of theorizing. This "informational turn" amounted to a mild-mannered revolution within physics, revolutionary without being rebellious.

  11. An Improvement to a Multi-Client Searchable Encryption Scheme for Boolean Queries.

    Science.gov (United States)

    Jiang, Han; Li, Xue; Xu, Qiuliang

    2016-12-01

    The migration of e-health systems to the cloud computing brings huge benefits, as same as some security risks. Searchable Encryption(SE) is a cryptography encryption scheme that can protect the confidentiality of data and utilize the encrypted data at the same time. The SE scheme proposed by Cash et al. in Crypto2013 and its follow-up work in CCS2013 are most practical SE Scheme that support Boolean queries at present. In their scheme, the data user has to generate the search tokens by the counter number one by one and interact with server repeatedly, until he meets the correct one, or goes through plenty of tokens to illustrate that there is no search result. In this paper, we make an improvement to their scheme. We allow server to send back some information and help the user to generate exact search token in the search phase. In our scheme, there are only two round interaction between server and user, and the search token has [Formula: see text] elements, where n is the keywords number in query expression, and [Formula: see text] is the minimum documents number that contains one of keyword in query expression, and the computation cost of server is [Formula: see text] modular exponentiation operation.

  12. A User-Friendly, Keyword-Searchable Database of Geoscientific References Through 2007 for Afghanistan

    Science.gov (United States)

    Eppinger, Robert G.; Sipeki, Julianna; Scofield, M.L. Sco

    2008-01-01

    This report includes a document and accompanying Microsoft Access 2003 database of geoscientific references for the country of Afghanistan. The reference compilation is part of a larger joint study of Afghanistan?s energy, mineral, and water resources, and geologic hazards currently underway by the U.S. Geological Survey, the British Geological Survey, and the Afghanistan Geological Survey. The database includes both published (n = 2,489) and unpublished (n = 176) references compiled through calendar year 2007. The references comprise two separate tables in the Access database. The reference database includes a user-friendly, keyword-searchable interface and only minimum knowledge of the use of Microsoft Access is required.

  13. Information Retrieval in Physics.

    Science.gov (United States)

    Herschman, Arthur

    Discussed in this paper are the information problems in physics and the current program of the American Institute of Physics (AIP) being conducted in an attempt to develop an information retrieval system. The seriousness of the need is described by means of graphs indicating the exponential rise in the number of physics publications in the last…

  14. Searchable attribute-based encryption scheme with attribute revocation in cloud storage.

    Science.gov (United States)

    Wang, Shangping; Zhao, Duqiao; Zhang, Yaling

    2017-01-01

    Attribute based encryption (ABE) is a good way to achieve flexible and secure access control to data, and attribute revocation is the extension of the attribute-based encryption, and the keyword search is an indispensable part for cloud storage. The combination of both has an important application in the cloud storage. In this paper, we construct a searchable attribute-based encryption scheme with attribute revocation in cloud storage, the keyword search in our scheme is attribute based with access control, when the search succeeds, the cloud server returns the corresponding cipher text to user and the user can decrypt the cipher text definitely. Besides, our scheme supports multiple keywords search, which makes the scheme more practical. Under the assumption of decisional bilinear Diffie-Hellman exponent (q-BDHE) and decisional Diffie-Hellman (DDH) in the selective security model, we prove that our scheme is secure.

  15. Information and Physics

    Directory of Open Access Journals (Sweden)

    Vlatko Vedral

    2012-05-01

    Full Text Available In this paper I discuss the question: what comes first, physics or information? The two have had a long-standing, symbiotic relationship for almost a hundred years out of which we have learnt a great deal. Information theory has enriched our interpretations of quantum physics, and, at the same time, offered us deep insights into general relativity through the study of black hole thermodynamics. Whatever the outcome of this debate, I argue that physicists will be able to benefit from continuing to explore connections between the two.

  16. On-line vs DC-ROM delivery of information

    NARCIS (Netherlands)

    Waaijers, L.

    1992-01-01

    Considers the use of new technologies in library information delivery systems. Discusses the virtues of paper, CD-ROM, and online media in terms of accessibility, timeliness, compactness, searchability, preservability, authenticity, and appearance, as well as end user benefit. Surmises that

  17. A user-friendly phytoremediation database: creating the searchable database, the users, and the broader implications.

    Science.gov (United States)

    Famulari, Stevie; Witz, Kyla

    2015-01-01

    Designers, students, teachers, gardeners, farmers, landscape architects, architects, engineers, homeowners, and others have uses for the practice of phytoremediation. This research looks at the creation of a phytoremediation database which is designed for ease of use for a non-scientific user, as well as for students in an educational setting ( http://www.steviefamulari.net/phytoremediation ). During 2012, Environmental Artist & Professor of Landscape Architecture Stevie Famulari, with assistance from Kyla Witz, a landscape architecture student, created an online searchable database designed for high public accessibility. The database is a record of research of plant species that aid in the uptake of contaminants, including metals, organic materials, biodiesels & oils, and radionuclides. The database consists of multiple interconnected indexes categorized into common and scientific plant name, contaminant name, and contaminant type. It includes photographs, hardiness zones, specific plant qualities, full citations to the original research, and other relevant information intended to aid those designing with phytoremediation search for potential plants which may be used to address their site's need. The objective of the terminology section is to remove uncertainty for more inexperienced users, and to clarify terms for a more user-friendly experience. Implications of the work, including education and ease of browsing, as well as use of the database in teaching, are discussed.

  18. Extreme Physics and Informational/Computational Limits

    Energy Technology Data Exchange (ETDEWEB)

    Di Sia, Paolo, E-mail: paolo.disia@univr.it, E-mail: 10alla33@virgilio.it [Department of Computer Science, Faculty of Science, Verona University, Strada Le Grazie 15, I-37134 Verona (Italy) and Faculty of Computer Science, Free University of Bozen, Piazza Domenicani 3, I-39100 Bozen-Bolzano (Italy)

    2011-07-08

    A sector of the current theoretical physics, even called 'extreme physics', deals with topics concerning superstring theories, multiverse, quantum teleportation, negative energy, and more, that only few years ago were considered scientific imaginations or purely speculative physics. Present experimental lines of evidence and implications of cosmological observations seem on the contrary support such theories. These new physical developments lead to informational limits, as the quantity of information, that a physical system can record, and computational limits, resulting from considerations regarding black holes and space-time fluctuations. In this paper I consider important limits for information and computation resulting in particular from string theories and its foundations.

  19. Extreme Physics and Informational/Computational Limits

    International Nuclear Information System (INIS)

    Di Sia, Paolo

    2011-01-01

    A sector of the current theoretical physics, even called 'extreme physics', deals with topics concerning superstring theories, multiverse, quantum teleportation, negative energy, and more, that only few years ago were considered scientific imaginations or purely speculative physics. Present experimental lines of evidence and implications of cosmological observations seem on the contrary support such theories. These new physical developments lead to informational limits, as the quantity of information, that a physical system can record, and computational limits, resulting from considerations regarding black holes and space-time fluctuations. In this paper I consider important limits for information and computation resulting in particular from string theories and its foundations.

  20. News from the Library: Online particle physics information: a unique compilation of information resources in particle physics

    CERN Multimedia

    CERN Library

    2012-01-01

    Are you looking for some specific information in particle physics? For example, the main literature databases, data repositories or laboratories...   Just go to the Libary's Online Particle Physics Information page. There you'll find a wide selection of relevant information, as well as resources in particle physics and related areas. The collection covers all aspects of the discipline - in addition to traditional scientific information resources you can find, for example, a selection of relevant blogs and art websites. This webpage is an extended and regularly updated version of the chapter on Online Particle Physics Information in the Review of Particle Properties. It is maintained by the CERN Library team which welcomes suggestions for additions and updates: library.desk@cern.ch.  

  1. Physics as Information Processing

    International Nuclear Information System (INIS)

    D'Ariano, Giacomo Mauro

    2011-01-01

    I review some recent advances in foundational research at Pavia QUIT group. The general idea is that there is only Quantum Theory without quantization rules, and the whole Physics - including space-time and relativity - is emergent from the quantum-information processing. And since Quantum Theory itself is axiomatized solely on informational principles, the whole Physics must be reformulated in information-theoretical terms: this is the It from bit of J. A. Wheeler.The review is divided into four parts: a) the informational axiomatization of Quantum Theory; b) how space-time and relativistic covariance emerge from quantum computation; c) what is the information-theoretical meaning of inertial mass and of (ℎ/2π), and how the quantum field emerges; d) an observational consequence of the new quantum field theory: a mass-dependent refraction index of vacuum. I will conclude with the research lines that will follow in the immediate future.

  2. Online Particle Physics Information - Education Sites

    Science.gov (United States)

    SLAC Online Particle Physics Information Particle Data Group Particle Physics Education Sites General Sites Background Knowledge Physics Lessons & Activities Astronomy Lessons & Activities Ask -A-Scientist Experiments, Demos and Fun Physics History & Diversity Art in Physics General Sites

  3. Health physics information management

    International Nuclear Information System (INIS)

    Schauss, R.D.

    1982-01-01

    The records that men have kept over the centuries have made the civilizations of man possible. Recorded history shows that our progress is closely correlated to man's ability to communicate recorded facts to others, and to effectively use knowledge gained by others. During the past few decades our ability to store and use information, and to reach larger audiences has grown dramatically. The advent of computers is discussed and their evolution to the state-of-the-art is described. Data bases, batch and on-line processing, centralized and distributed processing as well as other computer jargon are generally explained and examples are given as they apply specifically to health physics programs. It is proposed that systems designed to manage information cannot be adapted to health physics problems without extensive involvement of the HP who must use the computerized program. Specific problems which arise during the development of a computerized health physics program are explained

  4. Pragmatic information in biology and physics.

    Science.gov (United States)

    Roederer, Juan G

    2016-03-13

    I will show how an objective definition of the concept of information and the consideration of recent results about information processing in the human brain help clarify some fundamental aspects of physics and biology. Rather than attempting to define information ab initio, I introduce the concept of interaction between material bodies as a primary concept. Two distinct categories can be identified: (i) interactions which can always be reduced to a superposition of physical interactions (forces) between elementary constituents; and (ii) interactions between complex bodies which cannot be expressed as a superposition of interactions between parts, and in which patterns and forms (in space and/or time) play the determining role. Pragmatic information is then defined as the link between a given pattern and the ensuing pattern-specific change. I will show that pragmatic information is a biological concept; it plays no active role in the purely physical domain-it only does so when a living organism intervenes. The consequences for physics (including foundations of quantum mechanics) and biology (including brain function) will be discussed. This will include speculations about three fundamental transitions, from the quantum to the classical domain, from natural inanimate to living systems, and from subhuman to human brain information-processing operations, introduced here in their direct connection with the concept of pragmatic information. © 2016 The Author(s).

  5. 78 FR 39001 - 30-Day Notice of Proposed Information Collection: Uniform Physical Standards and Physical...

    Science.gov (United States)

    2013-06-28

    ... Information Collection: Uniform Physical Standards and Physical Inspection Requirements AGENCY: Office of the... Information Collection Title of Information Collection: Uniform Physical Standards and Physical Inspection... for conducting physical inspections of the properties are HUD, the lender or the owner. Owners/Agents...

  6. SLAC Library - Online Particle Physics Information

    Science.gov (United States)

    Online Particle Physics Information Compiled by Revised: April, 201 7 This annotated list provides a highly selective set of online resources that are useful to the particle physics community. It & Reports Particle Physics Journals & Reviews Online Journals and Tables of Contents Journal

  7. The Logic of the Physics of Information

    Directory of Open Access Journals (Sweden)

    Joseph E. Brenner

    2014-07-01

    Full Text Available A consensus is emerging that the multiple forms, functions and properties of information cannot be captured by a simple categorization into classical and quantum information. Similarly, it is unlikely that the applicable physics of information is a single classical discipline, completely expressible in mathematical terms, but rather a complex, multi- and trans-disciplinary field involving deep philosophical questions about the underlying structure of the universe. This paper is an initial attempt to present the fundamental physics of non-quantum information in terms of a novel non-linguistic logic. Originally proposed by the Franco-Romanian thinker Stéphane Lupasco (1900–1988, this logic, grounded in quantum mechanics, can reflect the dual aspects of real processes and their evolution at biological, cognitive and social levels of reality. In my update of this logical system—Logic in Reality (LIR—a change in perspective is required on the familiar notions in science and philosophy of causality, continuity and discontinuity, time and space. I apply LIR as a critique of current approaches to the physical grounding of information, focusing on its qualitative dualistic aspects at non-quantum levels as a set of physical processes embedded in a physical world.

  8. Physical entropy, information entropy and their evolution equations

    Institute of Scientific and Technical Information of China (English)

    2001-01-01

    Inspired by the evolution equation of nonequilibrium statistical physics entropy and the concise statistical formula of the entropy production rate, we develop a theory of the dynamic information entropy and build a nonlinear evolution equation of the information entropy density changing in time and state variable space. Its mathematical form and physical meaning are similar to the evolution equation of the physical entropy: The time rate of change of information entropy density originates together from drift, diffusion and production. The concise statistical formula of information entropy production rate is similar to that of physical entropy also. Furthermore, we study the similarity and difference between physical entropy and information entropy and the possible unification of the two statistical entropies, and discuss the relationship among the principle of entropy increase, the principle of equilibrium maximum entropy and the principle of maximum information entropy as well as the connection between them and the entropy evolution equation.

  9. Collective systems:physical and information exergies.

    Energy Technology Data Exchange (ETDEWEB)

    Robinett, Rush D. III (.; ); Wilson, David Gerald

    2007-04-01

    Collective systems are typically defined as a group of agents (physical and/or cyber) that work together to produce a collective behavior with a value greater than the sum of the individual parts. This amplification or synergy can be harnessed by solving an inverse problem via an information-flow/communications grid: given a desired macroscopic/collective behavior find the required microscopic/individual behavior of each agent and the required communications grid. The goal of this report is to describe the fundamental nature of the Hamiltonian function in the design of collective systems (solve the inverse problem) and the connections between and values of physical and information exergies intrinsic to collective systems. In particular, physical and information exergies are shown to be equivalent based on thermodynamics and Hamiltonian mechanics.

  10. PHYSICAL RESOURCES OF INFORMATION PROCESSES AND TECHNOLOGIES

    Directory of Open Access Journals (Sweden)

    Mikhail O. Kolbanev

    2014-11-01

    Full Text Available Subject of study. The paper describes basic information technologies for automating of information processes of data storage, distribution and processing in terms of required physical resources. It is shown that the study of these processes with such traditional objectives of modern computer science, as the ability to transfer knowledge, degree of automation, information security, coding, reliability, and others, is not enough. The reasons are: on the one hand, the increase in the volume and intensity of information exchange in the subject of human activity and, on the other hand, drawing near to the limit of information systems efficiency based on semiconductor technologies. Creation of such technologies, which not only provide support for information interaction, but also consume a rational amount of physical resources, has become an actual problem of modern engineering development. Thus, basic information technologies for storage, distribution and processing of information to support the interaction between people are the object of study, and physical temporal, spatial and energy resources required for implementation of these technologies are the subject of study. Approaches. An attempt is made to enlarge the possibilities of traditional cybernetics methodology, which replaces the consideration of material information component by states search for information objects. It is done by taking explicitly into account the amount of physical resources required for changes in the states of information media. Purpose of study. The paper deals with working out of a common approach to the comparison and subsequent selection of basic information technologies for storage, distribution and processing of data, taking into account not only the requirements for the quality of information exchange in particular subject area and the degree of technology application, but also the amounts of consumed physical resources. Main findings. Classification of resources

  11. 77 FR 40885 - Agency Information Collection Activities: Proposed Collection; Comment Request

    Science.gov (United States)

    2012-07-11

    ... information about all patient registries in the United States, the Registry of Patient Registries (RoPR) helps...) Provides a searchable database of patient registries in the United States (to promote collaboration, reduce... literature. To ensure that resources are used in the most efficient manner, registries need to be listed in a...

  12. Collaborative Yet Independent: Information Practices in the Physical Sciences

    CERN Document Server

    Meyer, Eric T; Kyriakidou-Zacharoudiou, Avgousta; Power, Lucy; Williams, Peter; Venters, Will; Terras, Melissa; Wyatt, Sally

    2011-12-31

    In many ways, the physical sciences are at the forefront of using digital tools and methods to work with information and data. However, the fields and disciplines that make up the physical sciences are by no means uniform, and physical scientists find, use, and disseminate information in a variety of ways. This report examines information practices in the physical sciences across seven cases, and demonstrates the richly varied ways in which physical scientists work, collaborate, and share information and data. This report details seven case studies in the physical sciences. For each case, qualitative interviews and focus groups were used to understand the domain. Quantitative data gathered from a survey of participants highlights different information strategies employed across the cases, and identifies important software used for research. Finally, conclusions from across the cases are drawn, and recommendations are made. This report is the third in a series commissioned by the Research Information Network...

  13. Physics Without Physics. The Power of Information-theoretical Principles

    Science.gov (United States)

    D'Ariano, Giacomo Mauro

    2017-01-01

    David Finkelstein was very fond of the new information-theoretic paradigm of physics advocated by John Archibald Wheeler and Richard Feynman. Only recently, however, the paradigm has concretely shown its full power, with the derivation of quantum theory (Chiribella et al., Phys. Rev. A 84:012311, 2011; D'Ariano et al., 2017) and of free quantum field theory (D'Ariano and Perinotti, Phys. Rev. A 90:062106, 2014; Bisio et al., Phys. Rev. A 88:032301, 2013; Bisio et al., Ann. Phys. 354:244, 2015; Bisio et al., Ann. Phys. 368:177, 2016) from informational principles. The paradigm has opened for the first time the possibility of avoiding physical primitives in the axioms of the physical theory, allowing a re-foundation of the whole physics over logically solid grounds. In addition to such methodological value, the new information-theoretic derivation of quantum field theory is particularly interesting for establishing a theoretical framework for quantum gravity, with the idea of obtaining gravity itself as emergent from the quantum information processing, as also suggested by the role played by information in the holographic principle (Susskind, J. Math. Phys. 36:6377, 1995; Bousso, Rev. Mod. Phys. 74:825, 2002). In this paper I review how free quantum field theory is derived without using mechanical primitives, including space-time, special relativity, Hamiltonians, and quantization rules. The theory is simply provided by the simplest quantum algorithm encompassing a countable set of quantum systems whose network of interactions satisfies the three following simple principles: homogeneity, locality, and isotropy. The inherent discrete nature of the informational derivation leads to an extension of quantum field theory in terms of a quantum cellular automata and quantum walks. A simple heuristic argument sets the scale to the Planck one, and the currently observed regime where discreteness is not visible is the so-called "relativistic regime" of small wavevectors, which

  14. Information retrieval in particle physics

    International Nuclear Information System (INIS)

    Oyanagi, Yoshio

    1983-01-01

    Various information retrieval systems for elementary particle physics are introduced. Scientific information has been distributed in the form of books, periodicals or preprints. Some periodicals include the abstracts of information only. Recently, computer systems, by which the information retrieval can be easily done, have been developed. The construction of networks connecting various computer systems is in progress. It is possible to call the data base of Rutherford Laboratory from a telephone terminal of Laurence Berkeley Laboratory. The access to the Network by British Science Research Council can be made from DESY or CERN. The examples of on-line information retrieval in Japan are presented. Some of the periodicals of secondary information and data books are also introduced. (Kato, T.)

  15. Physics-Aware Informative Coverage Planning for Autonomous Vehicles

    Science.gov (United States)

    2014-06-01

    Physics-Aware Informative Coverage Planning for Autonomous Vehicles Michael J. Kuhlman1, Student Member, IEEE, Petr Švec2, Member, IEEE, Krishnanand...Physics-Aware Informative Coverage Planning for Autonomous Vehicles 5a. CONTRACT NUMBER 5b. GRANT NUMBER 5c. PROGRAM ELEMENT NUMBER 6. AUTHOR(S) 5d

  16. Online Particle Physics Information

    Energy Technology Data Exchange (ETDEWEB)

    Kreitz, Patricia A

    2003-04-24

    This list describes a broad set of online resources that are of value to the particle physics community. It is prescreened and highly selective. It describes the scope, size, and organization of the resources so that efficient choices can be made amongst many sites which may appear similar. A resource is excluded if it provides information primarily of interest to only one institution. Because this list must be fixed in print, it is important to consult the updated version of this compilation which includes newly added resources and hypertext links to more complete information at: http://www.slac.stanford.edu/library/pdg/.

  17. Online Particle Physics Information

    International Nuclear Information System (INIS)

    Kreitz, Patricia A

    2003-01-01

    This list describes a broad set of online resources that are of value to the particle physics community. It is prescreened and highly selective. It describes the scope, size, and organization of the resources so that efficient choices can be made amongst many sites which may appear similar. A resource is excluded if it provides information primarily of interest to only one institution. Because this list must be fixed in print, it is important to consult the updated version of this compilation which includes newly added resources and hypertext links to more complete information at: http://www.slac.stanford.edu/library/pdg/

  18. Preschoolers show less trust in physically disabled or obese informants

    Directory of Open Access Journals (Sweden)

    Sara eJaffer

    2015-01-01

    Full Text Available This research examined whether preschool-aged children show less trust in physically disabled or obese informants. In Study 1, when learning about novel physical activities and facts, 4- and 5-year-olds preferred to endorse the testimony of a physically abled, non-obese informant rather than a physically disabled or obese one. In Study 2, after seeing that the physically disabled or obese informant was previously reliable whereas the physically abled, non-obese one was unreliable, 4- and 5-year-olds did not show a significant preference for either informant. We conclude that in line with the literature on children’s negative stereotypes of physically disabled or obese others, preschoolers are biased against these individuals as potential sources of new knowledge. This bias is robust in that past reliability might undermine its effect on children, but cannot reverse it.

  19. Physical models of biological information and adaptation.

    Science.gov (United States)

    Stuart, C I

    1985-04-07

    The bio-informational equivalence asserts that biological processes reduce to processes of information transfer. In this paper, that equivalence is treated as a metaphor with deeply anthropomorphic content of a sort that resists constitutive-analytical definition, including formulation within mathematical theories of information. It is argued that continuance of the metaphor, as a quasi-theoretical perspective in biology, must entail a methodological dislocation between biological and physical science. It is proposed that a general class of functions, drawn from classical physics, can serve to eliminate the anthropomorphism. Further considerations indicate that the concept of biological adaptation is central to the general applicability of the informational idea in biology; a non-anthropomorphic treatment of adaptive phenomena is suggested in terms of variational principles.

  20. Secure medical information sharing in cloud computing.

    Science.gov (United States)

    Shao, Zhiyi; Yang, Bo; Zhang, Wenzheng; Zhao, Yi; Wu, Zhenqiang; Miao, Meixia

    2015-01-01

    Medical information sharing is one of the most attractive applications of cloud computing, where searchable encryption is a fascinating solution for securely and conveniently sharing medical data among different medical organizers. However, almost all previous works are designed in symmetric key encryption environment. The only works in public key encryption do not support keyword trapdoor security, have long ciphertext related to the number of receivers, do not support receiver revocation without re-encrypting, and do not preserve the membership of receivers. In this paper, we propose a searchable encryption supporting multiple receivers for medical information sharing based on bilinear maps in public key encryption environment. In the proposed protocol, data owner stores only one copy of his encrypted file and its corresponding encrypted keywords on cloud for multiple designated receivers. The keyword ciphertext is significantly shorter and its length is constant without relation to the number of designated receivers, i.e., for n receivers the ciphertext length is only twice the element length in the group. Only the owner knows that with whom his data is shared, and the access to his data is still under control after having been put on the cloud. We formally prove the security of keyword ciphertext based on the intractability of Bilinear Diffie-Hellman problem and the keyword trapdoor based on Decisional Diffie-Hellman problem.

  1. Designing quantum information processing via structural physical approximation.

    Science.gov (United States)

    Bae, Joonwoo

    2017-10-01

    In quantum information processing it may be possible to have efficient computation and secure communication beyond the limitations of classical systems. In a fundamental point of view, however, evolution of quantum systems by the laws of quantum mechanics is more restrictive than classical systems, identified to a specific form of dynamics, that is, unitary transformations and, consequently, positive and completely positive maps to subsystems. This also characterizes classes of disallowed transformations on quantum systems, among which positive but not completely maps are of particular interest as they characterize entangled states, a general resource in quantum information processing. Structural physical approximation offers a systematic way of approximating those non-physical maps, positive but not completely positive maps, with quantum channels. Since it has been proposed as a method of detecting entangled states, it has stimulated fundamental problems on classifications of positive maps and the structure of Hermitian operators and quantum states, as well as on quantum measurement such as quantum design in quantum information theory. It has developed efficient and feasible methods of directly detecting entangled states in practice, for which proof-of-principle experimental demonstrations have also been performed with photonic qubit states. Here, we present a comprehensive review on quantum information processing with structural physical approximations and the related progress. The review mainly focuses on properties of structural physical approximations and their applications toward practical information applications.

  2. Interpretation of the extreme physical information principle in terms of shift information

    International Nuclear Information System (INIS)

    Vstovsky, G.V.

    1995-01-01

    It is shown that Fisher information (FI) can be considered as a limiting case of a related form of Kullback information---a shift information (SI). The compatibility of the use of SI with a basic physical principle of uncertainty is demonstrated. The scope of FI based theory is extended to the nonlinear Klein-Gordon equation

  3. Establishing an Information Security System related to Physical Protection

    International Nuclear Information System (INIS)

    Jang, Sung Soon; Yoo, Ho Sik

    2009-01-01

    A physical protection system (PPS) integrates people, procedures and equipment for the protection of assets or facilities against theft, sabotage or other malevolent attacks. In the physical protection field, it is important the maintain confidentiality of PPS related information, such as the alarm system layout, detailed maps of buildings, and guard schedules. In this abstract, we suggest establishing a methodology for an information security system. The first step in this methodology is to determine the information to protect and possible adversaries. Next, system designers should draw all possible paths to the information and arrange appropriate protection elements. Finally he/she should analyze and upgrade their information security system

  4. Reflections on the information paradigm in quantum and gravitational physics

    Science.gov (United States)

    Andres Höhn, Philipp

    2017-08-01

    We reflect on the information paradigm in quantum and gravitational physics and on how it may assist us in approaching quantum gravity. We begin by arguing, using a reconstruction of its formalism, that quantum theory can be regarded as a universal framework governing an observer’s acquisition of information from physical systems taken as information carriers. We continue by observing that the structure of spacetime is encoded in the communication relations among observers and more generally the information flow in spacetime. Combining these insights with an information-theoretic Machian view, we argue that the quantum architecture of spacetime can operationally be viewed as a locally finite network of degrees of freedom exchanging information. An advantage - and simultaneous limitation - of an informational perspective is its quasi-universality, i.e. quasi-independence of the precise physical incarnation of the underlying degrees of freedom. This suggests to exploit these informational insights to develop a largely microphysics independent top-down approach to quantum gravity to complement extant bottom-up approaches by closing the scale gap between the unknown Planck scale physics and the familiar physics of quantum (field) theory and general relativity systematically from two sides. While some ideas have been pronounced before in similar guise and others are speculative, the way they are strung together and justified is new and supports approaches attempting to derive emergent spacetime structures from correlations of quantum degrees of freedom.

  5. Physical protection educational program - information security aspects

    International Nuclear Information System (INIS)

    Tolstoy, A.

    2002-01-01

    Full text: Conceptual approaches for designing an expert training program on object physical protection taking into account information security aspects are examined. A special educational course does not only address the immediate needs for an educational support but also ensures that new professionals include new concepts and knowledge in their practice and encourages current practitioners towards such practice. Features of the modern physical protection systems (PPS) and classification of information circulating at them are pointed out. The requirements to the PPS information protection subsystem are discussed. During the PPS expert training on information security (IS) aspects they should receive certain knowledge, on the basis of which they could competently define and carry out the PPS IS policy for a certain object. Thus, it is important to consider minimally necessary volume of knowledge taught to the PPS experts for independent and competent implementation of the above listed tasks. For the graduate PPS IS expert training it is also necessary to examine the normative and legal acts devoted to IS as a whole and the PPS IS in particular. It is caused by necessity of conformity of methods and information protection tools implemented on a certain object to the federal and departmental IS requirements. The departmental normative IS requirements define an orientation of the PPS expert training. By curriculum development it is necessary to precisely determine for whom the PPS experts are taught. The curriculum should reflect common features of the PPS functioning of the certain object type, i.e. it should be adapted to a certain customer of the experts. The specified features were taken into account by development of an educational course 'Information security of the nuclear facility physical protection systems', taught at the Moscow Engineering Physics Institute (State University) according to the Russian-American educational program 'Master in Physical

  6. Distributed Information Search and Retrieval for Astronomical Resource Discovery and Data Mining

    Science.gov (United States)

    Murtagh, Fionn; Guillaume, Damien

    Information search and retrieval has become by nature a distributed task. We look at tools and techniques which are of importance in this area. Current technological evolution can be summarized as the growing stability and cohesiveness of distributed architectures of searchable objects. The objects themselves are more often than not multimedia, including published articles or grey literature reports, yellow page services, image data, catalogs, presentation and online display materials, and ``operations'' information such as scheduling and publicly accessible proposal information. The evolution towards distributed architectures, protocols and formats, and the direction of our own work, are focussed on in this paper.

  7. Information technology and computational physics

    CERN Document Server

    Kóczy, László; Mesiar, Radko; Kacprzyk, Janusz

    2017-01-01

    A broad spectrum of modern Information Technology (IT) tools, techniques, main developments and still open challenges is presented. Emphasis is on new research directions in various fields of science and technology that are related to data analysis, data mining, knowledge discovery, information retrieval, clustering and classification, decision making and decision support, control, computational mathematics and physics, to name a few. Applications in many relevant fields are presented, notably in telecommunication, social networks, recommender systems, fault detection, robotics, image analysis and recognition, electronics, etc. The methods used by the authors range from high level formal mathematical tools and techniques, through algorithmic and computational tools, to modern metaheuristics.

  8. "Deep down Things": In What Ways Is Information Physical, and Why Does It Matter for Information Science?

    Science.gov (United States)

    Bawden, David; Robinson, Lyn

    2013-01-01

    Introduction: Rolf Landauer declared in 1991 that "information is physical". Since then, information has come to be seen by many physicists as a fundamental component of the physical world; indeed by some as the physical component. This idea is now gaining currency in popular science communication. However, it is often far from clear…

  9. Information technologies in physical education of student young people

    Directory of Open Access Journals (Sweden)

    Ivchatova T.V.

    2010-09-01

    Full Text Available The uses of modern information technologies given about features are systematized in practice of physical education of students. Perspective directions of the use of computer technologies are considered in physical education of student young people. In a student environment the insufficient level of knowledges is felt on the indicated theme. There is a requirement in the receipt of the proper information on forming valued orientations which determine the healthy way of life of young people. The computer informative systems are the attractive source of popularization and propaganda of healthy way of life.

  10. New informative techniques in high energy physics

    International Nuclear Information System (INIS)

    Klimenko, S.V.; Ukhov, V.I.

    1992-01-01

    A number of new informative techniques applied to high energy physics are considered. These are the object-oriented programming, systems integration, UIMS, visualisation, expert systems, neural networks. 100 refs

  11. Physics and information technology an interplay between science and engineering

    CERN Multimedia

    Hagstrom, S B

    1999-01-01

    In the last decade of this century and millennium, the computer and communication revolution has shown its power to transform the society. In this talk I will reflect on my personal experience of witnessing this revolution from an observation post in Silicon Valley. In particular, I will emphasize the role of physics and the interplay between science and engineering in this development. Information technology is often viewed as based on some physics discoveries and inventions such as the transistor and the semiconductor laser. Much of the subsequent development, the integrated circuit being a good example, has been an engineering feat. With shrinking dimensions of the circuits we are approaching the quantum limitations, requiring new types of computer architectures based on fundamental physics concepts. In this context we may ask if we should include the basic concepts of information and information handling as part of physics. Finally I will include some remarks on the views of physics as seen in the eyes of...

  12. If Physics Is an Information Science, What Is an Observer?

    Directory of Open Access Journals (Sweden)

    Chris Fields

    2012-02-01

    Full Text Available Interpretations of quantum theory have traditionally assumed a “Galilean” observer, a bare “point of view” implemented physically by a quantum system. This paper investigates the consequences of replacing such an informationally-impoverished observer with an observer that satisfies the requirements of classical automata theory, i.e., an observer that encodes sufficient prior information to identify the system being observed and recognize its acceptable states. It shows that with reasonable assumptions about the physical dynamics of information channels, the observations recorded by such an observer will display the typical characteristics predicted by quantum theory, without requiring any specific assumptions about the observer’s physical implementation.

  13. Information technologies in physical education of students.

    Directory of Open Access Journals (Sweden)

    Ivchatova T.V.

    2011-05-01

    Full Text Available In the article is presented the systematized information about the using features of modern information technologies in practice of student physical education in not athletic universities. The analysis of domestic and foreign literature is conducted, and also Internet sources related to the problem of healthy way of life of students, and also to forming of active position in maintenance and strengthening of the health.

  14. Conference: Statistical Physics and Biological Information

    International Nuclear Information System (INIS)

    Gross, David J.; Hwa, Terence

    2001-01-01

    In the spring of 2001, the Institute for Theoretical Physics ran a 6 month scientific program on Statistical Physics and Biological Information. This program was organized by Walter Fitch (UC Irvine), Terence Hwa (UC San Diego), Luca Peliti (University Federico II), Naples Gary Stormo (Washington University School of Medicine) and Chao Tang (NEC). Overall scientific supervision was provided by David Gross, Director, ITP. The ITP has an online conference/program proceeding which consists of audio and transparencies of almost all of the talks held during this program. Over 100 talks are available on the site at http://online.kitp.ucsb.edu/online/infobio01/

  15. FEDIX on-line information service: Design, develop, test, and implement an on-line research and education information service. Annual status report, September 1992--August 1993

    Energy Technology Data Exchange (ETDEWEB)

    Rodman, J.A.

    1993-08-01

    Federal Information Exchange, Inc. (FIE) is a diversified information services company that is recognized as the major electronic link between the higher education community and the Federal government in the field of research administration. FIE provides a range of information related services to the government, academic and private sectors, including database management, software development and technical support. FEDIX is the on-line information service designed, developed and implemented by FIE to accomplish the following objectives: (1). Broaden the participation of the education community in Federal research and education programs by providing free and unrestricted on-line access to information from all participating Federal agencies; and (2). Provide the education community with on-line access to a single keyword-searchable system for research and educational funding opportunities at the participating Federal agencies.

  16. Information, Physics, and Cancer

    Science.gov (United States)

    Adami, Chris

    Many researchers have doubts that a ''theory of cancer'' can exist, given the fact that there are so many different cancer phenotypes. However, such a situation-many significantly different manifestations of an underlying law-is not at all uncommon in physics. I argue that a unified cause for all forms of cancer is possible, but that such a theory must be cast in terms of information and communication theory. I briefly revisit key concepts of that theory, then discuss possible applications to communication in game theory that could lead us to view cancer as a disease that, at its root, is a cellular failure to properly communicate.

  17. Massive Open Online Courses (MOOCs) for Physics - and for You?

    Science.gov (United States)

    Pritchard, David E.

    2014-03-01

    We will describe several of the currently available Massive Open Online Courses in Physics-the topics, level, author, and special features of each. Then we will discuss the interesting demographics of the students taking them, presenting evidence showing that students of widely different initial skills and students of all major demographic groups learn at least as much conceptual knowledge as students in a traditional classroom. We will present MOOC research on student habits, use of eTexts and other resources, and indicate what resources impart measured learning. We'll describe a collectivistic MOOC where you can help develop instructional and assessment resources that will be in a library for future use by you and other teachers. Many of these resources are designed for blending with on-campus introductory courses in college or Advanced Placement courses in High School. They will ultimately be displayed in a searchable library with lots of useful information from which you can assemble your own course in the free and open edX.org platform (or simply download them for in-class use). We Acknowledge support from NSF, a Google Faculty Award, and MIT.

  18. Characterizing Pedagogical Practices of University Physics Students in Informal Learning Environments

    Science.gov (United States)

    Hinko, Kathleen A.; Madigan, Peter; Miller, Eric; Finkelstein, Noah D.

    2016-01-01

    University educators (UEs) have a long history of teaching physics not only in formal classroom settings but also in informal outreach environments. The pedagogical practices of UEs in informal physics teaching have not been widely studied, and they may provide insight into formal practices and preparation. We investigate the interactions between…

  19. INIS as an information and knowledge resource for advanced nuclear technology studies

    International Nuclear Information System (INIS)

    Rashkova, N.

    2009-01-01

    INIS is, at present, the leading reference database for scientific literature on the peaceful uses of nuclear science and technology. It operates at the IAEA - INIS and NKM Section and coordinates nuclear information management activities: maintains INIS database and the access to the database, prepares the IAEA input; controls the input from the Member States and assists them in establishing information centers and exchanging nuclear information. The INIS DB covers all types of literature, published worldwide: journal articles, conference proceedings, legal documents, scientific and technical documents etc. The non-conventional collection (NCL) contains more than 200 000 full text documents. INIS provides free access to the bibliographic database for registered users and other information resources, such as database on CD-ROM, topical CDs, full text database, links to other databases, web pages, authority list etc. INIS database offers structured and easy searchable information. The information is grouped in subject categories, under the INIS-ETDE subject classification scheme, which is periodically updated to reflect the new developments in the specific area. The main INIS areas are: nuclear physics, reactor physics and engineering, material science, nuclear fuels, plasma physics and fusion technology, particle accelerators radiation protection, nuclear medicine. The database grows rapidly - currently contains over 3 million records. The material science, reactor design and engineering, new reactor technologies and plasma applications are among the most rapidly growing subject categories. INIS database offers different search options, depending on the needs of the user: simple search; advanced search in abstract, author, place and date of publication, source, document type, subject, descriptors etc.; search by descriptors and predefined queries; combining queries by logical operators. The export from the database is available in html, text, formatted text; XML

  20. Mutually exclusive aspects of information carried by physical systems: Complementarity between local and nonlocal information

    International Nuclear Information System (INIS)

    Oppenheim, Jonathan; Horodecki, Karol; Horodecki, Michal; Horodecki, Ryszard; Horodecki, Pawel

    2003-01-01

    Complex physical systems contain information which, under some well-defined processes can differentiate between local and nonlocal information. Both these fundamental aspects of information are defined operationally. Local information is locally accessible and allows one to perform processes, such as physical work, while nonlocal information allows one to perform processes such as teleportation. It is shown that these two kinds of information are complementary in the sense that two parties can either gain access to the nonlocal information or to the local information but not both. This complementarity has a form similar to that expressed by entropic uncertainty relations. For pure states, the entanglement plays the role of Planck's constant. We also find another class of complementarity relations which applies to operators and is induced when two parties can only perform local operations and communicate classical (LOCC). In particular, observables such as the parity and phase of two qubits commute but under LOCC, they are complementary observables. It is also found this complementarity is pure in the sense that it can be ''decoupled'' from the uncertainty principle. It is suggested that these complementarities represent an essential extension of Bohr's complementarity to complex (distributed) systems which are entangled

  1. InfoGallery: Informative Arts Services for Physical Library Spaces

    DEFF Research Database (Denmark)

    Grønbæk, Kaj; Rohde, Anne; Sundararajah, Balasuthas

    2006-01-01

    Much focus in digital libraries research has been devoted to new online services rather than services for the visitors in the physical library. This paper describes InfoGallery, which is a web-based infrastructure for enriching the physical library space with informative art "exhibitions......" of digital library material and other relevant information, such as RSS news streams, event announcements etc. InfoGallery presents information in an aesthetically attractive manner on a variety of surfaces in the library, including cylindrical displays and floors. The infrastructure consists of a server...... structure, an editor application and a variety of display clients. The paper discusses the design of the infrastructure and its utilization of RSS, podcasts and manually edited news. Applications in the library domain are described and the experiences are discussed....

  2. Chart Supplements - Aeronautical Information Services Digital Products

    Data.gov (United States)

    Department of Transportation — The Chart Supplements are searchable by individual airport in PDF format. They contain data on public and joint use airports, seaplane bases, heliports, VFR airport...

  3. Conference: Statistical Physics and Biological Information; F

    International Nuclear Information System (INIS)

    Gross, David J.; Hwa, Terence

    2001-01-01

    In the spring of 2001, the Institute for Theoretical Physics ran a 6 month scientific program on Statistical Physics and Biological Information. This program was organized by Walter Fitch (UC Irvine), Terence Hwa (UC San Diego), Luca Peliti (University Federico II), Naples Gary Stormo (Washington University School of Medicine) and Chao Tang (NEC). Overall scientific supervision was provided by David Gross, Director, ITP. The ITP has an online conference/program proceeding which consists of audio and transparencies of almost all of the talks held during this program. Over 100 talks are available on the site at http://online.kitp.ucsb.edu/online/infobio01/

  4. Information Environment is an Integral Element of Informational Space in the Process of Professional Development of Future Teacher of Physical Culture

    Directory of Open Access Journals (Sweden)

    Yuri V. Dragnev

    2012-04-01

    Full Text Available The article examines information environment as an integral element of information space in the process of professional development of future teacher of physical culture, notes that the strategic objective of the system of higher education is training of competent future teacher of physical culture in the field of information technologies, when information competence and information culture are major components of professionalism in modern information-oriented society

  5. Impacting university physics students through participation in informal science

    Science.gov (United States)

    Hinko, Kathleen; Finkelstein, Noah D.

    2013-01-01

    Informal education programs organized by university physics departments are a popular means of reaching out to communities and satisfying grant requirements. The outcomes of these programs are often described in terms of broader impacts on the community. Comparatively little attention, however, has been paid to the influence of such programs on those students facilitating the informal science programs. Through Partnerships for Informal Science Education in the Community (PISEC) at the University of Colorado Boulder, undergraduate and graduate physics students coach elementary and middle school children during an inquiry-based science afterschool program. As part of their participation in PISEC, university students complete preparation in pedagogy, communication and diversity, engage with children on a weekly basis and provide regular feedback about the program. We present findings that indicate these experiences improve the ability of university students to communicate in everyday language and positively influence their perspectives on teaching and learning.

  6. Querying Large Physics Data Sets Over an Information Grid

    CERN Document Server

    Baker, N; Kovács, Z; Le Goff, J M; McClatchey, R

    2001-01-01

    Optimising use of the Web (WWW) for LHC data analysis is a complex problem and illustrates the challenges arising from the integration of and computation across massive amounts of information distributed worldwide. Finding the right piece of information can, at times, be extremely time-consuming, if not impossible. So-called Grids have been proposed to facilitate LHC computing and many groups have embarked on studies of data replication, data migration and networking philosophies. Other aspects such as the role of 'middleware' for Grids are emerging as requiring research. This paper positions the need for appropriate middleware that enables users to resolve physics queries across massive data sets. It identifies the role of meta-data for query resolution and the importance of Information Grids for high-energy physics analysis rather than just Computational or Data Grids. This paper identifies software that is being implemented at CERN to enable the querying of very large collaborating HEP data-sets, initially...

  7. Physics-based and human-derived information fusion for analysts

    Science.gov (United States)

    Blasch, Erik; Nagy, James; Scott, Steve; Okoth, Joshua; Hinman, Michael

    2017-05-01

    Recent trends in physics-based and human-derived information fusion (PHIF) have amplified the capabilities of analysts; however with the big data opportunities there is a need for open architecture designs, methods of distributed team collaboration, and visualizations. In this paper, we explore recent trends in the information fusion to support user interaction and machine analytics. Challenging scenarios requiring PHIF include combing physics-based video data with human-derived text data for enhanced simultaneous tracking and identification. A driving effort would be to provide analysts with applications, tools, and interfaces that afford effective and affordable solutions for timely decision making. Fusion at scale should be developed to allow analysts to access data, call analytics routines, enter solutions, update models, and store results for distributed decision making.

  8. Characterizing pedagogical practices of university physics students in informal learning environments

    Science.gov (United States)

    Hinko, Kathleen A.; Madigan, Peter; Miller, Eric; Finkelstein, Noah D.

    2016-06-01

    [This paper is part of the Focused Collection on Preparing and Supporting University Physics Educators.] University educators (UEs) have a long history of teaching physics not only in formal classroom settings but also in informal outreach environments. The pedagogical practices of UEs in informal physics teaching have not been widely studied, and they may provide insight into formal practices and preparation. We investigate the interactions between UEs and children in an afterschool physics program facilitated by university physics students from the University of Colorado Boulder. In this program, physics undergraduates, graduate students, and postdoctoral researchers work with K-8 children on hands-on physics activities on a weekly basis over the course of a semester. We use an activity theoretic framework as a tool to examine situational aspects of individuals' behavior in the complex structure of the afterschool program. Using this framework, we analyze video of UE-child interactions and identify three main pedagogical modalities that UEs display during activities: instruction, consultation, and participation modes. These modes are characterized by certain language, physical location, and objectives that establish differences in UE-child roles and division of labor. Based on this analysis, we discuss implications for promoting pedagogical strategies through purposeful curriculum development and university educator preparation.

  9. Information technologies at physics practicums in a subject-oriented school

    Directory of Open Access Journals (Sweden)

    Tishchenko Lyudmila V.

    2016-01-01

    Full Text Available The paper suggests a new method of implementing an activity approach in a physicsoriented program. Such method implies the use of a system which comprises three types of practical sessions: a laboratory practicum, a practical training aimed at analyzing physical processes on the basis of computerized modeling and a problem-solving practicum. A methodology used for holding practicums provides for an active use of information technologies. At laboratory sessions we use computerized sensors, tablets with an integrated data recorder, an electronic oscilloscope and process data in Excel tables. At practicums aimed at analyzing physical processes, we develop programs in Visual Basic and Рascal in order to visualize physical processes in the form of motion trajectories, dynamic charts; besides, we conduct computer experiments. At problem-solving practicums we use our own PowerPoint “Study Guide for an Interactive Whiteboard”, which contains a database of graphic and pictorial physics problems for students of 10–11 grades. Knowledge of information technologies facilitates students’ adaptation in modern society, improves education quality.

  10. Rich context information for just-in-time adaptive intervention promoting physical activity.

    Science.gov (United States)

    Cruciani, F; Nugent, C; Cleland, I; McCullagh, P

    2017-07-01

    Sedentary lifestyle and inadequate levels of physical activity represent two serious health risk factors. Nevertheless, within developed countries, 60% of people aged over 60 are deemed to be sedentary. Consequently, interest in behavior change to promote physical activity is increasing. In particular, the role of emerging mobile apps to facilitate behavior change has shown promising results. Smart technologies can help in providing rich context information including an objective assessment of the level of physical activity and information on the emotional and physiological state of the person. Collectively, this can be used to develop innovative persuasive solutions for adaptive behavior change. Such solutions offer potential in reducing levels of sedentary behavior. This work presents a study exploring new ways of employing smart technologies to facilitate behavior change. It is achieved by means of (i) developing a knowledge base on sedentary behaviors and recommended physical activity guidelines, and (ii) a context model able to combine information on physical activity, location, and a user's diary to develop a context-aware virtual coach with the ability to select the most appropriate behavior change strategy on a case by case basis.

  11. On the use of information technologies in the process of physical education of student youth

    Directory of Open Access Journals (Sweden)

    Andriy Shankovsky

    2017-06-01

    Full Text Available Topicality. The determining of the level of effectiveness of using information technology in shaping the informational educational environment of students’ physical education in the system of education and beyond, the identification of the general theoretical basis of study, necessary for didactic development of approaches of the use of information technology in the physical education of students, requires the organization of a special research. Objectives of the study: to analyze and systematize modern scientific and methodological knowledge and the results of practical experience of domestic and foreign researchers in the sphere of the use of information technologies in the practice of physical education of students; to develop informational and methodical multimedia system “Рerfectum corpus”, as a means of raising the level of theoretical knowledge of students in the process of physical education. Research results. The results of the qualifying experiment led us to develop the multimedia information and methodical system “Рerfectum corpus” as an auxiliary means of training for the use in class and in the extracurricular format, which is intended for self-study and raising the level of theoretical knowledge, motivation of students for physical exercises. Each module of the multimedia information and methodical system “Рerfectum corpus” consists of sections that may contain background images, buttons and other options of visual representation. Conclusions. The analysis of scientific sources testifies that the use of information technologies in the practice of physical education of student youth opens new opportunities for increasing the efficiency of the process of physical education. The developed information-methodical system includes three modules: “Useful to know”, “Practice”, “Bonus".

  12. Computational Methods for Physical Model Information Management: Opening the Aperture

    International Nuclear Information System (INIS)

    Moser, F.; Kirgoeze, R.; Gagne, D.; Calle, D.; Murray, J.; Crowley, J.

    2015-01-01

    The volume, velocity and diversity of data available to analysts are growing exponentially, increasing the demands on analysts to stay abreast of developments in their areas of investigation. In parallel to the growth in data, technologies have been developed to efficiently process, store, and effectively extract information suitable for the development of a knowledge base capable of supporting inferential (decision logic) reasoning over semantic spaces. These technologies and methodologies, in effect, allow for automated discovery and mapping of information to specific steps in the Physical Model (Safeguard's standard reference of the Nuclear Fuel Cycle). This paper will describe and demonstrate an integrated service under development at the IAEA that utilizes machine learning techniques, computational natural language models, Bayesian methods and semantic/ontological reasoning capabilities to process large volumes of (streaming) information and associate relevant, discovered information to the appropriate process step in the Physical Model. The paper will detail how this capability will consume open source and controlled information sources and be integrated with other capabilities within the analysis environment, and provide the basis for a semantic knowledge base suitable for hosting future mission focused applications. (author)

  13. National platforms for evidence-informed physical activity policy making

    DEFF Research Database (Denmark)

    Rus, Diana; Bozdog, Elena; Loncarevic, Natasa

    Evidence-informed policy making in physical activity calls for inter-sectoral and interdisciplinary collaboration. To facilitate the exchange of knowledge, experiences and ideas across practice, policy and research, as part of the REPOPA Project and dissemination work, it was encouraged...

  14. Back to basics: informing the public of co-morbid physical health problems in those with mental illness.

    Science.gov (United States)

    Ahire, Mrinalini; Sheridan, Judith; Regbetz, Shane; Stacey, Phillip; Scott, James G

    2013-02-01

    Those with mental illness are at increased risk of physical health problems. The current study aimed to examine the information available online to the Australian public about the increased risk and consequences of physical illness in those with mental health problems and the services available to address these co-morbidities. A structured online search was conducted with the search engine Google Australia (www.google.com.au) using generic search terms 'mental health information Australia', 'mental illness information Australia', 'depression', 'anxiety', and 'psychosis'. The direct content of websites was examined for information on the physical co-morbidities of mental illness. All external links on high-profile websites [the first five websites retrieved under each search term (n = 25)] were examined for information pertaining to physical health. Only 4.2% of websites informing the public about mental health contained direct content information about the increased risk of physical co-morbidities. The Australian Government's Department of Health and Ageing site did not contain any information. Of the high-profile websites, 62% had external links to resources about physical health and 55% had recommendations or resources for physical health. Most recommendations were generic. Relative to the seriousness of this problem, there is a paucity of information available to the public about the increased physical health risks associated with mental illness. Improved public awareness is the starting point of addressing this health inequity.

  15. The definitions of information and meaning two possible boundaries between physics and biology.

    Science.gov (United States)

    Barbieri, Marcello

    2004-01-01

    The standard approach to the definition of the physical quantities has not produced satisfactory results with the concepts of information and meaning. In the case of information we have at least two unrelated definitions, while in the case of meaning we have no definition at all. Here it is shown that both information and meaning can be defined by operative procedures, but it is also pointed out that we need to recognize them as a new type of natural entities. They are not quantities (neither fundamental nor derived) because they cannot be measured, and they are not qualities because are not subjective features. Here it is proposed to call them nominable entities, i.e., entities which can be specified only by naming their components in their natural order. If the genetic code is not a linguistic metaphor but a reality, we must conclude that information and meaning are real natural entities, and now we must also conclude that they are not equivalent to the quantities and qualities of our present theoretical framework. This gives us two options. One is to extend the definition of physics and say that the list of its fundamental entities must include information and meaning. The other is to say that physics is the science of quantities only, and in this case information and meaning become the exclusive province of biology. The boundary between physics and biology, in short, is a matter of convention, but the existence of information and meaning is not. We can decide to study them in the framework of an extended physics or in a purely biological framework, but we cannot avoid studying them for what they are, i.e., as fundamental components of the fabric of Nature.

  16. How do High Energy Physics scholars search their information?

    CERN Document Server

    Gentil-Beccot, Anne

    2008-01-01

    Grey literature has always been the main conduit of scholarly communication for High-Energy Physics (HEP)researchers. An efficient way of searching and accessing this information is a central part of their research workflow. In 2007, a survey was conducted to understand which information resources HEP scholars use to find the information they need. The results of this survey are presented. Over 2000 answers, representing about one-tenth of the active HEP community, were collected and show that community-driven resources largely dominate the landscape, with commercial services serving only a small proportion of the users. In addition, HEP scholars appear to use different tools for different information needs, which are clearly prioritized. Finally, the results of the survey shed light on the future information needs of HEP scientists over the next five years.

  17. It from Bit or Bit from It? on physics and information

    CERN Document Server

    Foster, Brendan; Merali, Zeeya

    2015-01-01

    The essays in this book look at the question of whether physics can be based on information, or – as John Wheeler phrased it – whether we can get “It from Bit”.  They are based on the prize-winning essays submitted to the FQXi essay competition of the same name, which drew over 180 entries. The eighteen contributions address topics as diverse as quantum foundations, entropy conservation, nonlinear logic and countable spacetime. Together they provide stimulating reading for all physics aficionados interested in the possible role(s) of information in the laws of nature. The Foundational Questions Institute, FQXi, catalyzes, supports, and disseminates research on questions at the foundations of physics and cosmology, particularly new frontiers and innovative ideas integral to a deep understanding of reality, but unlikely to be supported by conventional funding sources.

  18. Informal and Formal Support Groups Retain Women and Minorities in Physics

    Science.gov (United States)

    Ong, Maria

    2005-10-01

    Ten U.S. minority female undergraduates who aspire to become physicists were followed over an 8-year period. Participant observation and in-depth interviews recorded the strategies they used to earn bachelor's degrees in physics or physics-related fields, and then go on to graduate school and/or careers in science. One significant strategy these women of color employed was participating in small subcommunities with other women or underrepresented ethnic minorities at the margins of their local physics community. The study found that informal peer groups offered safe spaces to counter negative experiences, to normalize their social realities, and to offer practical guidance for persevering in the field. Formal women- and minority-serving programs in physics provided foundations for community building, stronger curriculum and instruction, networking, and role models. The positive effects of informal and formal support groups on these students' experiences challenge a standard application of Pierre Bourdieu's framework of social and cultural capital. Women of color in the study initially lacked traditional capital of "acceptable" appearance, cultural background and habits, and networks that are more easily acquired by white males and are rewarded by the U.S. physics culture. However, instead of failing or leaving, as Bourdieu's theory would predict, the minority women persisted and achieved in science. The marginal communities contributed to their retention by offering safe spaces in which they could learn and share alternative ways of "accruing capital." Moreover, as these women made strides along their academic and career paths, they also engaged in social justice work in efforts to change the physics culture to be more welcoming of nontraditional members. The outcomes of the study offer empirical confirmation of the critical need for informal and institutionally supported women's and minorities' support groups to promote diversity in science.

  19. Exploring a Theory Describing the Physics of Information Systems, Characterizing the Phenomena of Complex Information Systems

    National Research Council Canada - National Science Library

    Harmon, Scott

    2001-01-01

    This project accomplished all of its objectives: document a theory of information physics, conduct a workshop on planing experiments to test this theory, and design experiments that validate this theory...

  20. Serendipity dimensions and users' information behaviour in the physical library interface

    DEFF Research Database (Denmark)

    Björneborn, Lennart

    2008-01-01

    a conceptual framework including models to describe users' interaction with library spaces. Method. The study took place at two Danish public libraries during 10 months in 2006. Naturalistic observation of users' information behaviour was supplemented with qualitative interviews with 113 users including think......Introduction. Outlines an exploratory study concerned with the types of information behaviour users employ to find materials in a public library. Special focus was on what dimensions in the physical library may affect possibilities for serendipity. The overall aim of the study was to develop...... different types of convergent (goal-directed) and divergent (explorative) information behaviour. Ten dimensions in the physical library that may affect possibilities for serendipity were identified in the study. The paper introduces a conceptual framework suggesting that libraries can be viewed...

  1. Physical and emotional health information needs and preferences of long-term prostate cancer survivors.

    Science.gov (United States)

    Zhou, Eric S; Bober, Sharon L; Nekhlyudov, Larissa; Hu, Jim C; Kantoff, Philip W; Recklitis, Christopher J

    2016-12-01

    Many men diagnosed with prostate cancer (PC) will experience physical and psychosocial late effects of treatment. Their interest/preferences for receiving information about addressing common sequelae is not well understood. We examined long-term PC survivors' level of interest, whether this differed based upon symptomatology, and their preferred coping information source. N=615 PC survivors (3-8 years post-diagnosis) completed a survey on physical and psychological health and their information interests and preferences related to late effects of cancer treatment. Over half of PC survivors reported interest in information about late effects of treatment or sexual health, while approximately a quarter were interested in emotional health information. Survivors preferred to receive information about late effects of treatment from their oncologists, sexual health information from their primary care providers (PCP), oncologist, or written/online resources, and emotional health information from their PCP. Information needs were more commonly reported among men with poorer domain-specific health functioning. Long-term PC survivors report significant interest in receiving information about their physical, sexual, and emotional health. Medical providers caring for these men should inquire about survivors' information needs and future intervention efforts should consider who delivers the information, dependent upon the type of dysfunction reported. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  2. Information Theoretic Characterization of Physical Theories with Projective State Space

    Science.gov (United States)

    Zaopo, Marco

    2015-08-01

    Probabilistic theories are a natural framework to investigate the foundations of quantum theory and possible alternative or deeper theories. In a generic probabilistic theory, states of a physical system are represented as vectors of outcomes probabilities and state spaces are convex cones. In this picture the physics of a given theory is related to the geometric shape of the cone of states. In quantum theory, for instance, the shape of the cone of states corresponds to a projective space over complex numbers. In this paper we investigate geometric constraints on the state space of a generic theory imposed by the following information theoretic requirements: every non completely mixed state of a system is perfectly distinguishable from some other state in a single shot measurement; information capacity of physical systems is conserved under making mixtures of states. These assumptions guarantee that a generic physical system satisfies a natural principle asserting that the more a state of the system is mixed the less information can be stored in the system using that state as logical value. We show that all theories satisfying the above assumptions are such that the shape of their cones of states is that of a projective space over a generic field of numbers. Remarkably, these theories constitute generalizations of quantum theory where superposition principle holds with coefficients pertaining to a generic field of numbers in place of complex numbers. If the field of numbers is trivial and contains only one element we obtain classical theory. This result tells that superposition principle is quite common among probabilistic theories while its absence gives evidence of either classical theory or an implausible theory.

  3. Physical Exercise During Pregnancy - How Active Are Pregnant Women in Germany and How Well Informed?

    Science.gov (United States)

    Schmidt, Thorsten; Heilmann, Thorsten; Savelsberg, Luisa; Maass, Nicolai; Weisser, Burkhard; Eckmann-Scholz, Christel

    2017-05-01

    There is sufficient evidence showing the positive effects of physical exercise on various aspects of pregnancy. This study evaluates knowledge and status of physical exercise among pregnant women. The standardised paper-pencil questionnaire "Pregnancy Physical Activity Questionnaire" (PPAQ) as well as general demographic questions were used to assess the exercise behaviour of study participants. 83 questionnaires completed by women presenting to the Kiel University Hospital for antenatal assessment were included in the analysis. At the time of questionnaire completion 10 women were in the first trimester of pregnancy, 64 in the second, and 9 in the third. Just less than 90% of participants felt they had been informed "sufficiently" on the topic physical exercise during pregnancy, over 50% felt they were "well" or "very well" informed. Just less than half of participants received their information from a doctor (either their gynaecologist or general practitioner) and none of these felt "insufficiently" informed. Almost 80% of participants reported still doing no sport or less exercise than before falling pregnant. The maximum proportional energy expenditure for recreational activity - just under 20% - was in the third trimester. Women who felt they had been well counselled tended to have higher activity levels. Study participants demonstrated a clear decline in physical exercise during pregnancy despite clear evidence of the benefits of regular exercise for pregnant women, and despite participants feeling they were well informed. Detailed information on the recommendations for physical exertion in pregnancy should form an integral part of antenatal counselling.

  4. 78 FR 19026 - Submission for Review: Request to Disability Annuitant for Information on Physical Condition and...

    Science.gov (United States)

    2013-03-28

    ... OFFICE OF PERSONNEL MANAGEMENT Submission for Review: Request to Disability Annuitant for Information on Physical Condition and Employment, RI 30-1 AGENCY: U.S. Office of Personnel Management. ACTION... information collection request (ICR) 3206-0143, Request to Disability Annuitant for Information on Physical...

  5. Physical Activity Informational Websites: Accuracy, Language Ease, and Fear Appeal

    OpenAIRE

    Paige, Samantha Rose

    2014-01-01

    Introduction. Health information is one of the most common searches on the Internet. Literature supports that, in general, health information readily available to Internet consumers is not accurate, lacks plain language for ease of understanding, and does not incorporate behavior-change theoretical frameworks. The purpose of this study was to evaluate each of these components. Method. Three keywords, "physical activity," "exercise," and "fitness," were entered into four popular search engines...

  6. For Information: CERN-Fermilab2006 Hadron Collider Physics Summer School

    CERN Multimedia

    2006-01-01

    Applications are Now Open for the CERN-Fermilab2006 Hadron Collider Physics Summer School August 9-18, 2006 Please go to the school web site http://hcpss.fnal.gov/ and follow the links to the Application process. The APPLICATION DEADLINE IS APRIL 8, 2006. Successful applicants and support awards will be announced shortly thereafter. Also available on the web is the tentative academic program of the school. The main goal of the CERN-Fermilab Hadron Collider Physics Summer Schools is to offer students and young researchers a broad picture of both the theoretical and experimental aspects of hadron collider physics. The emphasis of the first school will be on the physics potential of the first years of data taking at the LHC, and on the experimental and theoretical tools needed to exploit that potential. A series of lectures and informal discussions will include an introduction to the theoretical and phenomenological framework of hadron collisions, and current theoretical models of frontier physics, as...

  7. Influence of information communicative technologies on students’ sport-oriented physical education interest

    Directory of Open Access Journals (Sweden)

    Oleg Olkhovy

    2015-08-01

    Full Text Available Purpose: determination the influence of information communicative technologies on students’ interest in regular exercise of sport-oriented physical education. Material and Methods: in the researches were involved 1–5 year basic department students of V. N Karazin Kharkov National University (n=36402. Methods: analysis of literature sources, formatted pedagogical experiment, sociological research, maths statistics. Results: through experimental research we found out that that usage of information communicative technologies in authors’ model of sport-oriented physical education in high schools had provided increase in amount of students, who engaged in chosen sports (moving activity, by 14,4% (1463 persons. Conclusion: the usage of information communicative technologies in educational process promoted increasing of student quantity in the sport-oriented groups

  8. A short course in quantum information theory. An approach from theoretical physics

    International Nuclear Information System (INIS)

    Diosi, L.

    2007-01-01

    This short and concise primer takes the vantage point of theoretical physics and the unity of physics. It sets out to strip the burgeoning field of quantum information science to its basics by linking it to universal concepts in physics. An extensive lecture rather than a comprehensive textbook, this volume is based on courses delivered over several years to advanced undergraduate and beginning graduate students, but essentially it addresses anyone with a working knowledge of basic quantum physics. Readers will find these lectures a most adequate entry point for theoretical studies in this field. (orig.)

  9. Plain Language to Communicate Physical Activity Information: A Website Content Analysis.

    Science.gov (United States)

    Paige, Samantha R; Black, David R; Mattson, Marifran; Coster, Daniel C; Stellefson, Michael

    2018-04-01

    Plain language techniques are health literacy universal precautions intended to enhance health care system navigation and health outcomes. Physical activity (PA) is a popular topic on the Internet, yet it is unknown if information is communicated in plain language. This study examined how plain language techniques are included in PA websites, and if the use of plain language techniques varies according to search procedures (keyword, search engine) and website host source (government, commercial, educational/organizational). Three keywords ("physical activity," "fitness," and "exercise") were independently entered into three search engines (Google, Bing, and Yahoo) to locate a nonprobability sample of websites ( N = 61). Fourteen plain language techniques were coded within each website to examine content formatting, clarity and conciseness, and multimedia use. Approximately half ( M = 6.59; SD = 1.68) of the plain language techniques were included in each website. Keyword physical activity resulted in websites with fewer clear and concise plain language techniques ( p websites with more clear and concise techniques ( p language techniques did not vary by search engine or the website host source. Accessing PA information that is easy to understand and behaviorally oriented may remain a challenge for users. Transdisciplinary collaborations are needed to optimize plain language techniques while communicating online PA information.

  10. Review of physical and socio-economic characteristics and intervention approaches of informal settlements

    CSIR Research Space (South Africa)

    Wekesa, BW

    2011-04-01

    Full Text Available -1 Habitat International Volume 35, Issue 2, April 2011, Pages 238-245 A review of physical and socio-economic characteristics and intervention approaches of informal settlements B.W. Wekesaa, b, , , G.S. Steyna, 1, , F.A.O. (Fred) Otienoc, 2, , a... a literature survey, this paper reviews physical and socio-economic characteristics and the factors attributed to proliferation of the informal settlements and intervention approaches. The main objective was to establish how such settlements could...

  11. Physics Colloquium: The optical route to quantum information processing

    CERN Multimedia

    Université de Genève

    2011-01-01

    Geneva University Physics Department 24, Quai Ernest Ansermet CH-1211 Geneva 4 Monday 11 April 2011 17h00 - Ecole de Physique, Auditoire Stückelberg The optical route to quantum information processing Prof. Terry Rudolph/Imperial College, London Photons are attractive as carriers of quantum information both because they travel, and can thus transmit information, but also because of their good coherence properties and ease in undergoing single-qubit manipulations. The main obstacle to their use in information processing is inducing an effective interaction between them in order to produce entanglement. The most promising approach in photon-based information processing architectures is so-called measurement-based quantum computing. This relies on creating upfront a multi-qubit highly entangled state (the cluster state) which has the remarkable property that, once prepared, it can be used to perform quantum computation by making only single qubit measurements. In this talk I will discuss generically the...

  12. Informal science participation positively affects the communication and pedagogical skills of university physics students

    Science.gov (United States)

    Hinko, Kathleen; Finkelstein, Noah

    2013-04-01

    Many undergraduate and graduate physics students choose to participate in an informal science program at the University of Colorado Boulder (Partnerships for Informal Science Education in the Community (PISEC)). They coach elementary and middle school students in inquiry-based physics activities during weekly, afterschool sessions. Observations from the afterschool sessions, field notes from the students, and pre/post surveys are collected. University students are also pre/post- videotaped explaining a textbook passage on a physics concept to an imagined audience for the Communications in Everyday Language assessment (CELA). We present findings from these data that indicate informal experiences improve the communication and pedagogical skills of the university student as well as positively influence their self-efficacy as scientific communicators and teachers.

  13. Tools for Trade Analysis and Open Source Information Monitoring for Non-proliferation

    International Nuclear Information System (INIS)

    Cojazzi, G.G.M.; Versino, C.; Wolfart, E.; Renda, G.; Janssens, W.A.M.; )

    2015-01-01

    The new state level approach being proposed by IAEA envisions an objective based and information driven safeguards approach utilizing all relevant information to improve the effectiveness and efficiency of safeguards. To this goal the IAEA makes also use of open source information, here broadly defined as any information that is neither classified nor proprietary. It includes, but is not limited to: media sources, government and non-governmental reports and analyzes, commercial data, and scientific/technical literature, including trade data. Within the EC support programme to IAEA, JRC has surveyed and catalogued open sources on import-export customs trade data and developed tools for supporting the use of the related databases in safeguards. The JRC software The Big Table, (TBT), supports i.a.: a) the search through a collection of reference documents relevant to trade analysis (legal/regulatory documents, technical handbooks); b) the selection of items of interests to specific verifications and c) the mapping of these items to customs commodities searchable in trade databases. In the field of open source monitoring, JRC is developing and operating a ''Nuclear Security Media Monitor'' (NSMM), which is a web-based multilingual news aggregation system that automatically collects news articles from pre-defined web sites. NSMM is a domain specific version of the general JRC-Europe Media Monitor (EMM). NSMM has been established within the EC support programme with the aim, i.e., to streamline IAEA's process of open source information monitoring. In the first part, the paper will recall the trade data sources relevant for non-proliferation and will then illustrate the main features of TBT, recently coupled with the IAEA Physical Model, and new visualization techniques applied to trade data. In the second part it will present the main aspects of the NSMM also by illustrating some of uses done at JRC. (author)

  14. Influence of information technologies on technical fitness of students in sport-oriented physical education

    Directory of Open Access Journals (Sweden)

    Zh.L. Kozina

    2016-02-01

    Full Text Available Purpose: to determine influence of information technologies in sport-oriented physical education on technical fitness of students, practicing football indoors. Material: in the researches students (boys - n=40 of 18-20 years’ age participated. Standard tests on physical condition were used. For determination of motor skills and abilities we used: juggling with ball; kick in pre-set sector of goal; shuttle run 4 x 10 meters with dribbling; kick for distance. Results: structural model of sport-oriented students’ physical education with application of information technologies has been formed. In the model all students are trained in sport-oriented academic groups by chosen kinds of sports (motor functioning. Such approach envisages holistic form of program material construction and unified algorithm of students’ progress assessment. Conclusions: the wholeness of sport-oriented physical education’s functioning is ensured at the account of application of information technologies. It permits to optimize motor skills’ training process. In this case single form of building of program material is created.

  15. A short course in quantum information theory. An approach from theoretical physics. 2. ed.

    International Nuclear Information System (INIS)

    Diosi, Lajos

    2011-01-01

    This short and concise primer takes the vantage point of theoretical physics and the unity of physics. It sets out to strip the burgeoning field of quantum information science to its basics by linking it to universal concepts in physics. An extensive lecture rather than a comprehensive textbook, this volume is based on courses delivered over several years to advanced undergraduate and beginning graduate students, but essentially it addresses anyone with a working knowledge of basic quantum physics. Readers will find these lectures a most adequate entry point for theoretical studies in this field. For the second edition, the authors has succeeded in adding many new topics while sticking to the conciseness of the overall approach. A new chapter on qubit thermodynamics has been added, while new sections and subsections have been incorporated in various chapter to deal with weak and time-continuous measurements, period-finding quantum algorithms and quantum error corrections. From the reviews of the first edition: ''The best things about this book are its brevity and clarity. In around 100 pages it provides a tutorial introduction to quantum information theory, including problems and solutions.. it's worth a look if you want to quickly get up to speed with the language and central concepts of quantum information theory, including the background classical information theory.'' (Craig Savage, Australian Physics, Vol. 44 (2), 2007). (orig.)

  16. Self-reported physical activity behaviour; exercise motivation and information among Danish adult cancer patients undergoing chemotherapy

    DEFF Research Database (Denmark)

    Midtgaard, J.; Baadsgaard, M.T.; Moller, T.

    2009-01-01

    BACKGROUND: Physical activity is considered an important and determining factor for the cancer patient's physical well-being and quality of life. However, cancer treatment may disrupt the practice of physical activity, and the prevention of sedentary lifestyles in cancer survivors is imperative....... PURPOSE: The current study aimed at investigating self-reported physical activity behaviour, exercise motivation and information in cancer patients undergoing chemotherapy. METHODS AND SAMPLE: Using a cross-sectional design, 451 patients (18-65 years) completed a questionnaire assessing pre......-illness and present physical activity; motivation and information received. RESULTS: Patients reported a significant decline in physical activity from pre-illness to the time in active treatment (p

  17. EPlantLIBRA: A composition and biological activity database for bioactive compounds in plant food supplements

    DEFF Research Database (Denmark)

    Plumb, J.; Lyons, J.; Nørby, Karin Kristiane

    2015-01-01

    The newly developed ePlantLIBRA database is a comprehensive and searchable database, with up-to-date coherent and validated scientific information on plant food supplement (PFS) bioactive compounds, with putative health benefits as well as adverse effects, and contaminants and residues. It is the......The newly developed ePlantLIBRA database is a comprehensive and searchable database, with up-to-date coherent and validated scientific information on plant food supplement (PFS) bioactive compounds, with putative health benefits as well as adverse effects, and contaminants and residues...

  18. Doors for memory: A searchable database.

    Science.gov (United States)

    Baddeley, Alan D; Hitch, Graham J; Quinlan, Philip T; Bowes, Lindsey; Stone, Rob

    2016-11-01

    The study of human long-term memory has for over 50 years been dominated by research on words. This is partly due to lack of suitable nonverbal materials. Experience in developing a clinical test suggested that door scenes can provide an ecologically relevant and sensitive alternative to the faces and geometrical figures traditionally used to study visual memory. In pursuing this line of research, we have accumulated over 2000 door scenes providing a database that is categorized on a range of variables including building type, colour, age, condition, glazing, and a range of other physical characteristics. We describe an illustrative study of recognition memory for 100 doors tested by yes/no, two-alternative, or four-alternative forced-choice paradigms. These stimuli, together with the full categorized database, are available through a dedicated website. We suggest that door scenes provide an ecologically relevant and participant-friendly source of material for studying the comparatively neglected field of visual long-term memory.

  19. The development of soliton physics: an analysis based on information retrieval

    International Nuclear Information System (INIS)

    Ichikawa, Y.H.; Ohe, Takeru; Kanada, Yasumasa.

    1978-01-01

    This paper uses information retrieval from available data bases such as INSPEC tapes in an attempt to quantify and demonstrate trends in the recent development of Soliton physics research. The date shows that Soliton physics research may be classified into three stages according to the annual numbers of published scientific papers (N): Stage 1: N - 10 0 Gestation (up to 1965) Stage 2: N - 10 1 Introduction (1966 - 1971) Stage 3: N - 10 2 Growth (1971 - present) (author)

  20. 77 FR 66188 - Submission for Review: 3206-0143, Request to Disability Annuitant for Information on Physical...

    Science.gov (United States)

    2012-11-02

    ... OFFICE OF PERSONNEL MANAGEMENT Submission for Review: 3206-0143, Request to Disability Annuitant for Information on Physical Condition and Employment, RI 30-1 AGENCY: U.S. Office of Personnel... Information on Physical Condition and Employment, RI 30-1. As required by the Paperwork Reduction Act of 1995...

  1. Informal physics learning from video games: a case study using gameplay videos

    Science.gov (United States)

    Croxton, DeVaughn; Kortemeyer, Gerd

    2018-01-01

    Researching informal gameplay can be challenging, since as soon as a formal study design is imposed, it becomes neither casual nor self-motivated. As a case study of a non-invasive design, we analyze publicly posted gameplay videos to assess the effectiveness of a physics educational video game on special relativity. These videos offer unique insights into informal learning through gaming, as players do not only describe the gameplay mechanics, but also explore physics concepts in a think-aloud fashion while they ponder the experience and effects. We find that while this methodology has substantial limitations, it is complementary when it comes to assessing motivations and attitudes, as well as to gathering data on conceptual hurdles.

  2. Materials And Processes Technical Information System (MAPTIS) LDEF materials data base

    Science.gov (United States)

    Funk, Joan G.; Strickland, John W.; Davis, John M.

    1993-01-01

    A preliminary Long Duration Exposure Facility (LDEF) Materials Data Base was developed by the LDEF Materials Special Investigation Group (MSIG). The LDEF Materials Data Base is envisioned to eventually contain the wide variety and vast quantity of materials data generated from LDEF. The data is searchable by optical, thermal, and mechanical properties, exposure parameters (such as atomic oxygen flux) and author(s) or principal investigator(s). Tne LDEF Materials Data Base was incorporated into the Materials and Processes Technical Information System (MAPTIS). MAPTIS is a collection of materials data which has been computerized and is available to engineers, designers, and researchers in the aerospace community involved in the design and development of spacecraft and related hardware. The LDEF Materials Data Base is described and step-by-step example searches using the data base are included. Information on how to become an authorized user of the system is included.

  3. Overview of image processing tools to extract physical information from JET videos

    Science.gov (United States)

    Craciunescu, T.; Murari, A.; Gelfusa, M.; Tiseanu, I.; Zoita, V.; EFDA Contributors, JET

    2014-11-01

    In magnetic confinement nuclear fusion devices such as JET, the last few years have witnessed a significant increase in the use of digital imagery, not only for the surveying and control of experiments, but also for the physical interpretation of results. More than 25 cameras are routinely used for imaging on JET in the infrared (IR) and visible spectral regions. These cameras can produce up to tens of Gbytes per shot and their information content can be very different, depending on the experimental conditions. However, the relevant information about the underlying physical processes is generally of much reduced dimensionality compared to the recorded data. The extraction of this information, which allows full exploitation of these diagnostics, is a challenging task. The image analysis consists, in most cases, of inverse problems which are typically ill-posed mathematically. The typology of objects to be analysed is very wide, and usually the images are affected by noise, low levels of contrast, low grey-level in-depth resolution, reshaping of moving objects, etc. Moreover, the plasma events have time constants of ms or tens of ms, which imposes tough conditions for real-time applications. On JET, in the last few years new tools and methods have been developed for physical information retrieval. The methodology of optical flow has allowed, under certain assumptions, the derivation of information about the dynamics of video objects associated with different physical phenomena, such as instabilities, pellets and filaments. The approach has been extended in order to approximate the optical flow within the MPEG compressed domain, allowing the manipulation of the large JET video databases and, in specific cases, even real-time data processing. The fast visible camera may provide new information that is potentially useful for disruption prediction. A set of methods, based on the extraction of structural information from the visual scene, have been developed for the

  4. Overview of image processing tools to extract physical information from JET videos

    International Nuclear Information System (INIS)

    Craciunescu, T; Tiseanu, I; Zoita, V; Murari, A; Gelfusa, M

    2014-01-01

    In magnetic confinement nuclear fusion devices such as JET, the last few years have witnessed a significant increase in the use of digital imagery, not only for the surveying and control of experiments, but also for the physical interpretation of results. More than 25 cameras are routinely used for imaging on JET in the infrared (IR) and visible spectral regions. These cameras can produce up to tens of Gbytes per shot and their information content can be very different, depending on the experimental conditions. However, the relevant information about the underlying physical processes is generally of much reduced dimensionality compared to the recorded data. The extraction of this information, which allows full exploitation of these diagnostics, is a challenging task. The image analysis consists, in most cases, of inverse problems which are typically ill-posed mathematically. The typology of objects to be analysed is very wide, and usually the images are affected by noise, low levels of contrast, low grey-level in-depth resolution, reshaping of moving objects, etc. Moreover, the plasma events have time constants of ms or tens of ms, which imposes tough conditions for real-time applications. On JET, in the last few years new tools and methods have been developed for physical information retrieval. The methodology of optical flow has allowed, under certain assumptions, the derivation of information about the dynamics of video objects associated with different physical phenomena, such as instabilities, pellets and filaments. The approach has been extended in order to approximate the optical flow within the MPEG compressed domain, allowing the manipulation of the large JET video databases and, in specific cases, even real-time data processing. The fast visible camera may provide new information that is potentially useful for disruption prediction. A set of methods, based on the extraction of structural information from the visual scene, have been developed for the

  5. Model of students’ sport-oriented physical education with application of information technologies

    Directory of Open Access Journals (Sweden)

    O.M. Olkhovy

    2015-06-01

    Full Text Available Purpose: working out and practical application of approaches to perfection of physical education system’s functioning. Material: in the research students (boys- n=92, girls- n=45 of 18-20 years old took part. Results: structural model of students’ sport-oriented physical education with application of information technologies has been formed. The main purpose of such model’s creation was cultivation of students’ demand in physical functioning and formation of healthy life style in students’ environment. The model of the process includes orienting, executive and control components. In this model groups of commonly accepted physical education and sport-oriented groups function. Conclusions: Main structural components of the created model have been determined: conceptual, motivation-active, resulting.

  6. Guided Educational Tourism as Informal Physical Geography Education on St. Helena Island, Michigan

    Science.gov (United States)

    Lane, Joseph M.; Stoltman, Joseph P.

    2017-01-01

    Guided educational tours are a major activity within informal education. This article examines the potential for tour guides of a largely historical tour of St. Helena Island, Michigan, to include physical geography within the tour. Using field data and interview methods, the researchers identified the physical features of the island that could be…

  7. Health physics research abstracts No.14: Information on research in progress

    International Nuclear Information System (INIS)

    1989-01-01

    The present issue No. 14 of Health Physics Research Abstracts is the continuation of a series of bulletins published by the Agency since 1967. They collect reports from Member States on Health Physics research in progress or just completed. The main aim in issuing such reports is to draw attention to work that is about to be published and to enable interested scientists to obtain further information through direct correspondence with the investigator. The present issue contains 381 reports received up to September 1988

  8. MISSE in the Materials and Processes Technical Information System (MAPTIS )

    Science.gov (United States)

    Burns, DeWitt; Finckenor, Miria; Henrie, Ben

    2013-01-01

    Materials International Space Station Experiment (MISSE) data is now being collected and distributed through the Materials and Processes Technical Information System (MAPTIS) at Marshall Space Flight Center in Huntsville, Alabama. MISSE data has been instrumental in many programs and continues to be an important source of data for the space community. To facilitate great access to the MISSE data the International Space Station (ISS) program office and MAPTIS are working to gather this data into a central location. The MISSE database contains information about materials, samples, and flights along with pictures, pdfs, excel files, word documents, and other files types. Major capabilities of the system are: access control, browsing, searching, reports, and record comparison. The search capabilities will search within any searchable files so even if the desired meta-data has not been associated data can still be retrieved. Other functionality will continue to be added to the MISSE database as the Athena Platform is expanded

  9. Individual Information-Centered Approach for Handling Physical Activity Missing Data

    Science.gov (United States)

    Kang, Minsoo; Rowe, David A.; Barreira, Tiago V.; Robinson, Terrance S.; Mahar, Matthew T.

    2009-01-01

    The purpose of this study was to validate individual information (II)-centered methods for handling missing data, using data samples of 118 middle-aged adults and 91 older adults equipped with Yamax SW-200 pedometers and Actigraph accelerometers for 7 days. We used a semisimulation approach to create six data sets: three physical activity outcome…

  10. Physical activity in young adults: a signal detection analysis of Health Information National Trends Survey (HINTS) 2007 data.

    Science.gov (United States)

    Valle, Carmina G; Tate, Deborah F; Mayer, Deborah K; Allicock, Marlyn; Cai, Jianwen; Campbell, Marci K

    2015-01-01

    Many young adults are insufficiently active to achieve the health benefits of regular physical activity. Using signal detection analysis of data from the 2007 Health Information National Trends Survey, the authors examined distinct subgroups of 18-39 year-old adults who vary in their likelihood of not meeting physical activity recommendations. We randomly split the sample and conducted signal detection analysis on the exploratory half to identify subgroups and interactions among sociodemographic and health communication variables that predicted engaging in less than 150 minutes per week of moderate-intensity physical activity (low physical activity). We compared rates of low physical activity among subgroups with similarly defined subgroups in the validation sample. Overall, 62% of participants did not meet physical activity recommendations. Among 8 subgroups identified, low physical activity rates ranged from 31% to 90%. Predictors of low physical activity were general health, body mass index (BMI), perceived cancer risk, health-related Internet use, and trust in information sources. The least active subgroup (90% low physical activity) included young adults in poor to good health with a BMI of 30.8 or more (obese). The most active subgroup (31% low physical activity) comprised those in very good to excellent health, who used a website to help with diet, weight, or physical activity, and had little to no trust in health information on television. Findings suggest potential intervention communication channels and can inform targeted physical activity interventions for young adults.

  11. The Attitudes of Physical Education and Sport Students towards Information and Communication Technologies

    Science.gov (United States)

    Goktas, Zekeriya

    2012-01-01

    Studies that examine the attitudes toward information and communication technologies (ICT) among physical education and sport students, pre-service teachers and teachers are fairly limited, even though the investments in information and communication technologies at schools and universities have reached an efficient level. This study investigates…

  12. The Effects of Gain- versus Loss-Framed Messages Following Health Risk Information on Physical Activity in Individuals With Multiple Sclerosis.

    Science.gov (United States)

    Lithopoulos, Alexander; Bassett-Gunter, Rebecca L; Martin Ginis, Kathleen A; Latimer-Cheung, Amy E

    2017-06-01

    Few people with multiple sclerosis engage in physical activity. Messaging interventions may motivate more physical activity among these individuals. The purpose of this online study was to evaluate an intervention presenting participants with multiple sclerosis (N = 237) with risk information (i.e., information demonstrating people with multiple sclerosis are more likely to experience certain health issues) or no risk information followed by gain- or loss-framed physical activity messages. Participants completed questionnaires on Days 1, 6, and 28 and received information material on Days 2-5. The dependent variables were as follows: physical activity intentions and behavior, response and task efficacy, perceived threat (i.e., perception of threat to health issues relevant to people with multiple sclerosis), and avoidance (i.e., avoiding thinking about/doing something about the health issues presented in the messages). Analyses indicated physical activity and response efficacy increased over time. Also, participants receiving risk information had higher levels of physical activity and perceived threat. However, manipulation checks showed no differences between participants regarding perceptions of risk information or gain/loss-framed messages. Despite the lack of impact of the framing intervention, this study suggests that a brief informational intervention can positively influence physical activity and certain correlates of physical activity among people with multiple sclerosis.

  13. Interactive information system on the nuclear physics properties of nuclides and radioactive decay chains

    International Nuclear Information System (INIS)

    Plyaskin, V.I.; Kosilov, R.A.; Manturov, G.N.

    2001-01-01

    A brief review is given of a computerized information system on the nuclear physics properties of nuclides and radioactive decay chains. The main difference between the system presented here and those already in existence is that these evaluated databases of nuclear physics constants are linked to a set of programs, thus enabling analysis of a wide range of problems regarding various nuclear physics applications. (author)

  14. ATLAS File and Dataset Metadata Collection and Use

    CERN Document Server

    Albrand, S; The ATLAS collaboration; Lambert, F; Gallas, E J

    2012-01-01

    The ATLAS Metadata Interface (“AMI”) was designed as a generic cataloguing system, and as such it has found many uses in the experiment including software release management, tracking of reconstructed event sizes and control of dataset nomenclature. The primary use of AMI is to provide a catalogue of datasets (file collections) which is searchable using physics criteria. In this paper we discuss the various mechanisms used for filling the AMI dataset and file catalogues. By correlating information from different sources we can derive aggregate information which is important for physics analysis; for example the total number of events contained in dataset, and possible reasons for missing events such as a lost file. Finally we will describe some specialized interfaces which were developed for the Data Preparation and reprocessing coordinators. These interfaces manipulate information from both the dataset domain held in AMI, and the run-indexed information held in the ATLAS COMA application (Conditions and ...

  15. Automatic physical inference with information maximizing neural networks

    Science.gov (United States)

    Charnock, Tom; Lavaux, Guilhem; Wandelt, Benjamin D.

    2018-04-01

    Compressing large data sets to a manageable number of summaries that are informative about the underlying parameters vastly simplifies both frequentist and Bayesian inference. When only simulations are available, these summaries are typically chosen heuristically, so they may inadvertently miss important information. We introduce a simulation-based machine learning technique that trains artificial neural networks to find nonlinear functionals of data that maximize Fisher information: information maximizing neural networks (IMNNs). In test cases where the posterior can be derived exactly, likelihood-free inference based on automatically derived IMNN summaries produces nearly exact posteriors, showing that these summaries are good approximations to sufficient statistics. In a series of numerical examples of increasing complexity and astrophysical relevance we show that IMNNs are robustly capable of automatically finding optimal, nonlinear summaries of the data even in cases where linear compression fails: inferring the variance of Gaussian signal in the presence of noise, inferring cosmological parameters from mock simulations of the Lyman-α forest in quasar spectra, and inferring frequency-domain parameters from LISA-like detections of gravitational waveforms. In this final case, the IMNN summary outperforms linear data compression by avoiding the introduction of spurious likelihood maxima. We anticipate that the automatic physical inference method described in this paper will be essential to obtain both accurate and precise cosmological parameter estimates from complex and large astronomical data sets, including those from LSST and Euclid.

  16. Professional development of future teacher of physical culture in informatively-educational space: information technologies in educational process

    Directory of Open Access Journals (Sweden)

    Dragnev Y. V.

    2012-07-01

    Full Text Available A role and value of informative educational space in the professional becoming of future teacher of physical culture is considered. It is well-proven that such environment is characterized: by the volume of educational services, power, intensity, set of terms. It is shown that higher professional education requires perfection of the use of information technologies, programmatic and informative providing of educational process. It is set that modern information technologies are the mean of increase of efficiency of management all of spheres of public activity. It is marked that the process of forming of informative culture needs the personally oriented and differentiated going near the choice of the teaching programs. Directions of the use of information technologies in the controlled from distance teaching are selected. The ways of intensification of educational process are recommended through the increase of interest of students to the study of concrete discipline, increase of volume of independent work, increase of closeness of educational material.

  17. Measuring covariation in RNA alignments: Physical realism improves information measures

    DEFF Research Database (Denmark)

    Lindgreen, Stinus; Gardner, Paul Phillip; Krogh, Anders

    2006-01-01

    Motivation: The importance of non-coding RNAs is becoming increasingly evident, and often the function of these molecules depends on the structure. It is common to use alignments of related RNA sequences to deduce the consensus secondary structure by detecting patterns of co-evolution. A central...... part of such an analysis is to measure covariation between two positions in an alignment. Here, we rank various measures ranging from simple mutual information to more advanced covariation measures. Results: Mutual information is still used for secondary structure prediction, but the results...... of this study indicate which measures are useful. Incorporating more structural information by considering e.g. indels and stacking improves accuracy, suggesting that physically realistic measures yield improved predictions. This can be used to improve both current and future programs for secondary structure...

  18. China Dimensions Data Collection: China Maps Bibliographic Database

    Data.gov (United States)

    National Aeronautics and Space Administration — China Maps Bibliographic Database is an historical collection of bibliographic information for more than 400 maps of China. The information resides in a searchable...

  19. Groundwater Interference

    Data.gov (United States)

    Vermont Center for Geographic Information — "This is a searchable database representing over 40 years of hydrogeologic information based on yield testing required for new and existing public water supply...

  20. Teaching solar physics in an informal educational space

    Science.gov (United States)

    Aroca, S. C.

    2009-02-01

    Observatories and planetariums offer the possibility of developing contextualized astronomy teaching by fostering educational activities that provide access to a more authentic school science. Thus, this research consisted in developing, applying and evaluating courses about the Sun for middle, junior high school students and solar physics for high school students in an informal educational space, the CDCC/USP Astronomical Observatory. Topics of chemical composition, temperature and stellar evolution were taught in a room totally dedicated to the study of the Sun, a Solar Room, designed with simple and inexpensive equipment. The course strongly emphasized practical, observational and inquirybased activities, such as estimation of the solar surface temperature, observation of the visible solar spectrum, identication of solar absorption lines, understanding how they are produced, and what kind of information can be extracted from the observed spectral lines. Some of the course goals were to foster the comprehension of the key role played by spectroscopy in astrophysics, to contextualize contents with practical activities, and to allow interdisciplinary approaches including modern physics and chemistry in physics teaching. The research methodology consisted of a qualitative approach by fillming the whole course and performing written questionnaires and semi-structured interviews. Before the courses were applied most students conceived the Sun as a hot sphere composed of fire, sunspots as holes in the Sun and solar prominences as magma expelled by volcanoes. After the courses students presented ideas about the Sun and solar physics more closely related to the ones accepted by contemporary science. This research was not restricted to students' cognitive gains after concluding the courses, since it considered the interaction of different contexts responsible for learning in science museums. This was possible due to the theoretical framework adopted: The Contextual Model

  1. Implementing the EuroFIR Document and Data Repositories as accessible resources of food composition information.

    Science.gov (United States)

    Unwin, Ian; Jansen-van der Vliet, Martine; Westenbrink, Susanne; Presser, Karl; Infanger, Esther; Porubska, Janka; Roe, Mark; Finglas, Paul

    2016-02-15

    The EuroFIR Document and Data Repositories are being developed as accessible collections of source documents, including grey literature, and the food composition data reported in them. These Repositories will contain source information available to food composition database compilers when selecting their nutritional data. The Document Repository was implemented as searchable bibliographic records in the Europe PubMed Central database, which links to the documents online. The Data Repository will contain original data from source documents in the Document Repository. Testing confirmed the FoodCASE food database management system as a suitable tool for the input, documentation and quality assessment of Data Repository information. Data management requirements for the input and documentation of reported analytical results were established, including record identification and method documentation specifications. Document access and data preparation using the Repositories will provide information resources for compilers, eliminating duplicated work and supporting unambiguous referencing of data contributing to their compiled data. Copyright © 2014 Elsevier Ltd. All rights reserved.

  2. The Information Practices of Physical Science Librarians Differ from Those of the Scientific Community: More Research is Needed to Characterize Specific Information Seeking and Use. A Review of: Brown, Cecilia M. and Lina Ortega. “Information-Seeking Behavior of Physical Science Librarians: Does Research Inform Practice?” College & Research Libraries 66.3 (2005): 231-47.

    OpenAIRE

    Carol Perryman

    2008-01-01

    Objective - As part of a larger study exploring the information environments of physical science librarians (Ortega & Brown), the authors’ overall objective for this study is to profile physical science librarians’ information behaviours. The authors’ two-part hypothesis was that first, peer-reviewed journals would be preferred over all other sources for research dissemination, resembling the preferences of scientists, and second, that peer-to-peer consultation would predominate for practice-...

  3. You and me, how (in-)active are we? The potential of sharing physical activity information to increase motivation

    NARCIS (Netherlands)

    Van Wijngaarden, J.; Van Halteren, A.T.

    2009-01-01

    This report describes the theoretical background and development of an application to share physical activity information, as well as the results of a four-week field study in which people shared physical activity information as measured by the Philips Activity Monitor. The existing web-service

  4. Is Information a Sufficient Basis for Cognition? Part 2: Physical Foundations

    Directory of Open Access Journals (Sweden)

    José María Díaz Nafría

    2011-10-01

    Full Text Available In this second part of our inquiry into the relation between information and cognition, we delve into the physical limits of the manifestation of an arbitrary object first with independence of any observer, then considering the nature of perception. The analysis of the manifestations of an object in a homogeneous environment by means of wave phenomena shows that the information carried by such manifestations offers a constitutive fuzziness and ambiguity of the observed object. On the one hand, the details that can be specified concerning the object are strictly limited by the wave length; on the other hand, the volumetric details of the object (i.e. its bowls are outlawed to the observer, not in virtue of the object opacity, but to the very dimension or complexity of the wave phenomenon in the space surrounding the object. The analysis of perception, considering this physical boundary and the specificity of the animal sensitivity, shows the combined role of other concurrent or previous percept and some a priori knowledge in the perception and awareness of reality.

  5. Heart disease risk information, encouragement, and physical activity among Mexican-origin couples: Self- or spouse-driven change?

    Science.gov (United States)

    Skapinsky, Kaley F; Persky, Susan; Lewis, Megan; Goergen, Andrea; Ashida, Sato; de Heer, Hendrik D; Hadley, Donald; Wilkinson, Anna V; Koehly, Laura M

    2018-01-29

    Family health history is an accessible, clinically-recommended genomic tool that improves health risk evaluation. It captures both genetic and modifiable risk factors that cluster within families. Thus, families represent a salient context for family health history-based interventions that motivate engagement in risk-reducing behaviors. While previous research has explored how individuals respond to their personal risk information, we extend this inquiry to consider how individuals respond to their spouse's risk information among a sample of Mexican-Americans. One hundred and sixty spouse-dyads within Mexican-heritage households received a pedigree or a pedigree and personalized risk assessments, with or without behavioral recommendations. Analyses of Covariance (ANCOVAs) were conducted to assess the relationship between risk feedback, both personal and spouse, and self-reported physical activity levels at 3-month and 10-month assessments, controlling for baseline levels. The effect of being identified as an encourager of spouse's healthy weight was also evaluated. Personal feedback had no effect on participants' physical activity at either 3- or 10-month assessments. However, husbands' risk information was associated with wives' physical activity levels at 3-month assessment, with women whose husbands received both increased risk feedback and behavioral recommendations engaging in significantly higher physical activity levels than all other women. At 10-month follow-up, physical activity levels for both husbands and wives differed depending on whether they encouraged their spouse's healthy weight. Spousal risk information may be a stronger source of motivation to improve physical activity patterns than personal risk information, particularly for women. Interventions that activate interpersonal encouragement among spouses may more successfully extend intervention effects. © Society of Behavioral Medicine 2018.

  6. Teach Astronomy: An Educational Resource for Formal and Informal Learners

    Science.gov (United States)

    Impey, Chris David

    2018-01-01

    Teach Astronomy is an educational resource, available in the form of a user-friendly, platform-agnostic website. Ideal for college-level, introductory astronomy courses, Teach Astronomy can be a valuable reference for astronomers at all levels, especially informal learners. Over the past year, multiple changes have been made to the infrastructure behind Teach Astronomy to provide high availability to our tens of thousands of monthly, unique users, as well as fostering in new features. Teach Astronomy contains interactive tools which supplement the free textbook, such as a Quiz Tool with real-time feedback. The site also provides a searchable collection of Chris Impey’s responses to questions frequently asked by our users. The developers and educators behind Teach Astronomy are working to create an environment which encourages astronomy students of all levels to continue to increase their knowledge and help others learn.

  7. Students’ attitude to the possibility of applying modern information and communication technologies in the educational process in physical education

    Directory of Open Access Journals (Sweden)

    A.S. Ilnitskaya

    2014-04-01

    Full Text Available Purpose: to analyze the problem of the formation of students’ attitudes toward physical education classes and the application of information and communication technologies in physical education in higher education institutions. Material: in the survey participated 245 students. Results: it was found that according to students in physical education classes with the use of modern technologies are more efficient than traditional occupations (52% are more emotional nature, help to improve mood (28%, helps to provide students the latest up to date information relative health (26 % contribute to increased power consumption of an organism (8%. Conclusion: the need for the development and application of information and communication technologies and non-traditional forms of physical education to improve the effectiveness of the educational process in physical education in higher education institutions.

  8. For information: Geneva University - The search for gravitational waves. Physical motivations and experimental perspectives

    CERN Multimedia

    2005-01-01

    UNIVERSITE DE GENEVE ECOLE DE PHYSIQUE Département de physique nucléaire et corspusculaire 24, Quai Ernest-Ansermet - 1211 GENEVE 4 Tél : (022) 379 62 73 Fax: (022) 379 69 92 Wednesday 11 May PARTICLE PHYSICS SEMINAR at 17:00 - Stückelberg Auditorium The search for gravitational waves. Physical motivations and experimental perspectives by Prof. Michele Maggiore / DPT-UniGe I will give an overview of gravitational-wave physics, addressing two main questions: What are the physical motivations for gravitational-wave research, both from the point of view of astrophysics and of high-energy physics. Present status and future perspectives of gravitational-wave experiments. Information: http://dpnc.unige.ch/seminaire/annonce.html Organizer: A. Cervera Villanueva

  9. Conceptualizing physical activity parenting practices using expert informed concept mapping analysis

    Directory of Open Access Journals (Sweden)

    Louise C. Mâsse

    2017-06-01

    Full Text Available Abstract Background Parents are widely recognized as playing a central role in the development of child behaviors such as physical activity. As there is little agreement as to the dimensions of physical activity-related parenting practices that should be measured or how they should be operationalized, this study engaged experts to develop an integrated conceptual framework for assessing parenting practices that influence multiple aspects of 5 to 12 year old children’s participation in physical activity. The ultimate goal of this study is to inform the development of an item bank (repository of calibrated items aimed at measuring physical activity parenting practices. Methods Twenty four experts from 6 countries (Australia, Canada, England, Scotland, the Netherlands, & United States (US sorted 77 physical activity parenting practice concepts identified from our previously published synthesis of the literature (74 measures and survey of Canadian and US parents. Concept Mapping software was used to conduct the multi-dimensional scaling (MDS analysis and a cluster analysis of the MDS solution of the Expert’s sorting which was qualitatively reviewed and commented on by the Experts. Results The conceptual framework includes 12 constructs which are presented using three main domains of parenting practices (neglect/control, autonomy support, and structure. The neglect/control domain includes two constructs: permissive and pressuring parenting practices. The autonomy supportive domain includes four constructs: encouragement, guided choice, involvement in child physical activities, and praises/rewards for their child’s physical activity. Finally, the structure domain includes six constructs: co-participation, expectations, facilitation, modeling, monitoring, and restricting physical activity for safety or academic concerns. Conclusion The concept mapping analysis provided a useful process to engage experts in re-conceptualizing physical activity

  10. Conceptualizing physical activity parenting practices using expert informed concept mapping analysis.

    Science.gov (United States)

    Mâsse, Louise C; O'Connor, Teresia M; Tu, Andrew W; Hughes, Sheryl O; Beauchamp, Mark R; Baranowski, Tom

    2017-06-14

    Parents are widely recognized as playing a central role in the development of child behaviors such as physical activity. As there is little agreement as to the dimensions of physical activity-related parenting practices that should be measured or how they should be operationalized, this study engaged experts to develop an integrated conceptual framework for assessing parenting practices that influence multiple aspects of 5 to 12 year old children's participation in physical activity. The ultimate goal of this study is to inform the development of an item bank (repository of calibrated items) aimed at measuring physical activity parenting practices. Twenty four experts from 6 countries (Australia, Canada, England, Scotland, the Netherlands, & United States (US)) sorted 77 physical activity parenting practice concepts identified from our previously published synthesis of the literature (74 measures) and survey of Canadian and US parents. Concept Mapping software was used to conduct the multi-dimensional scaling (MDS) analysis and a cluster analysis of the MDS solution of the Expert's sorting which was qualitatively reviewed and commented on by the Experts. The conceptual framework includes 12 constructs which are presented using three main domains of parenting practices (neglect/control, autonomy support, and structure). The neglect/control domain includes two constructs: permissive and pressuring parenting practices. The autonomy supportive domain includes four constructs: encouragement, guided choice, involvement in child physical activities, and praises/rewards for their child's physical activity. Finally, the structure domain includes six constructs: co-participation, expectations, facilitation, modeling, monitoring, and restricting physical activity for safety or academic concerns. The concept mapping analysis provided a useful process to engage experts in re-conceptualizing physical activity parenting practices and identified key constructs to include in

  11. A short course in quantum information theory an approach from theoretical physics

    CERN Document Server

    Diosi, Lajos

    2011-01-01

    This short and concise primer takes the vantage point of theoretical physics and the unity of physics. It sets out to strip the burgeoning field of quantum information science to its basics by linking it to universal concepts in physics. An extensive lecture rather than a comprehensive textbook, this volume is based on courses delivered over several years to advanced undergraduate and beginning graduate students, but essentially it addresses anyone with a working knowledge of basic quantum physics. Readers will find these lectures a most adequate entry point for theoretical studies in this field. For the second edition, the authors has succeeded in adding many new topics while sticking to the conciseness of the overall approach. A new chapter on qubit thermodynamics has been added, while new sections and subsections have been incorporated in various chapter to deal with weak and time-continuous measurements, period-finding quantum algorithms and quantum error corrections. From the reviews of the first edition...

  12. Black Holes: Eliminating Information or Illuminating New Physics?

    Directory of Open Access Journals (Sweden)

    Sumanta Chakraborty

    2017-07-01

    Full Text Available Black holes, initially thought of as very interesting mathematical and geometric solutions of general relativity, over time, have come up with surprises and challenges for modern physics. In modern times, they have started to test our confidence in the fundamental understanding of nature. The most serious charge on the black holes is that they eat up information, never to release and subsequently erase it. This goes absolutely against the sacred principles of all other branches of fundamental sciences. This realization has shaken the very base of foundational concepts, both in quantum theory and gravity, which we always took for granted. Attempts to get rid of of this charge, have led us to crossroads with concepts, hold dearly in quantum theory. The sphere of black hole’s tussle with quantum theory has readily and steadily grown, from the advent of the Hawking radiation some four decades back, into domain of quantum information theory in modern times, most aptly, recently put in the form of the firewall puzzle. Do black holes really indicate something sinister about their existence or do they really point towards the troubles of ignoring the fundamental issues, our modern theories are seemingly plagued with? In this review, we focus on issues pertaining to black hole evaporation, the development of the information loss paradox, its recent formulation, the leading debates and promising directions in the community.

  13. The implications of megatrends in information and communication technology and transportation for changes in global physical activity.

    Science.gov (United States)

    Pratt, Michael; Sarmiento, Olga L; Montes, Felipe; Ogilvie, David; Marcus, Bess H; Perez, Lilian G; Brownson, Ross C

    2012-07-21

    Physical inactivity accounts for more than 3 million deaths per year, most from non-communicable diseases in low-income and middle-income countries. We used reviews of physical activity interventions and a simulation model to examine how megatrends in information and communication technology and transportation directly and indirectly affect levels of physical activity across countries of low, middle, and high income. The model suggested that the direct and potentiating eff ects of information and communication technology, especially mobile phones, are nearly equal in magnitude to the mean eff ects of planned physical activity interventions. The greatest potential to increase population physical activity might thus be in creation of synergistic policies in sectors outside health including communication and transportation. However, there remains a glaring mismatch between where studies on physical activity interventions are undertaken and where the potential lies in low-income and middle-income countries for population-level effects that will truly affect global health.

  14. Nature's longest threads new frontiers in the mathematics and physics of information in biology

    CERN Document Server

    Sreekantan, B V

    2014-01-01

    Organisms endowed with life show a sense of awareness, interacting with and learning from the universe in and around them. Each level of interaction involves transfer of information of various kinds, and at different levels. Each thread of information is interlinked with the other, and woven together, these constitute the universe — both the internal self and the external world — as we perceive it. They are, figuratively speaking, Nature's longest threads. This volume reports inter-disciplinary research and views on information and its transfer at different levels of organization by reputed scientists working on the frontier areas of science. It is a frontier where physics, mathematics and biology merge seamlessly, binding together specialized streams such as quantum mechanics, dynamical systems theory, and mathematics. The topics would interest a broad cross-section of researchers in life sciences, physics, cognition, neuroscience, mathematics and computer science, as well as interested amateurs, familia...

  15. Information Theory - The Bridge Connecting Bounded Rational Game Theory and Statistical Physics

    Science.gov (United States)

    Wolpert, David H.

    2005-01-01

    A long-running difficulty with conventional game theory has been how to modify it to accommodate the bounded rationality of all red-world players. A recurring issue in statistical physics is how best to approximate joint probability distributions with decoupled (and therefore far more tractable) distributions. This paper shows that the same information theoretic mathematical structure, known as Product Distribution (PD) theory, addresses both issues. In this, PD theory not only provides a principle formulation of bounded rationality and a set of new types of mean field theory in statistical physics; it also shows that those topics are fundamentally one and the same.

  16. 10 CFR 76.111 - Physical security, material control and accounting, and protection of certain information.

    Science.gov (United States)

    2010-01-01

    ... significance (Category III), and for protection of Restricted Data, National Security Information, Safeguards... 10 Energy 2 2010-01-01 2010-01-01 false Physical security, material control and accounting, and protection of certain information. 76.111 Section 76.111 Energy NUCLEAR REGULATORY COMMISSION (CONTINUED...

  17. The Impact of Violence and Abuse on Women's Physical Health: Can Trauma-Informed Treatment Make a Difference?

    Science.gov (United States)

    Weissbecker, Inka; Clark, Colleen

    2007-01-01

    A history of traumatic experiences has been associated with poor physical health. This study examined associations between trauma and physical health, as well as changes in physical health over time, in women with co-occurring disorders and histories of violence who received either integrated trauma-informed services or usual care. Results…

  18. VIOLIN: vaccine investigation and online information network.

    Science.gov (United States)

    Xiang, Zuoshuang; Todd, Thomas; Ku, Kim P; Kovacic, Bethany L; Larson, Charles B; Chen, Fang; Hodges, Andrew P; Tian, Yuying; Olenzek, Elizabeth A; Zhao, Boyang; Colby, Lesley A; Rush, Howard G; Gilsdorf, Janet R; Jourdian, George W; He, Yongqun

    2008-01-01

    Vaccines are among the most efficacious and cost-effective tools for reducing morbidity and mortality caused by infectious diseases. The vaccine investigation and online information network (VIOLIN) is a web-based central resource, allowing easy curation, comparison and analysis of vaccine-related research data across various human pathogens (e.g. Haemophilus influenzae, human immunodeficiency virus (HIV) and Plasmodium falciparum) of medical importance and across humans, other natural hosts and laboratory animals. Vaccine-related peer-reviewed literature data have been downloaded into the database from PubMed and are searchable through various literature search programs. Vaccine data are also annotated, edited and submitted to the database through a web-based interactive system that integrates efficient computational literature mining and accurate manual curation. Curated information includes general microbial pathogenesis and host protective immunity, vaccine preparation and characteristics, stimulated host responses after vaccination and protection efficacy after challenge. Vaccine-related pathogen and host genes are also annotated and available for searching through customized BLAST programs. All VIOLIN data are available for download in an eXtensible Markup Language (XML)-based data exchange format. VIOLIN is expected to become a centralized source of vaccine information and to provide investigators in basic and clinical sciences with curated data and bioinformatics tools for vaccine research and development. VIOLIN is publicly available at http://www.violinet.org.

  19. INFORMATION AND COMMUNICATION TECHNOLOGIES (ICT IN PHYSICAL EDUCATION. A THEORETICAL REVIEW

    Directory of Open Access Journals (Sweden)

    Mateo Rodríguez Quijada

    2015-01-01

    Full Text Available In this review we tour the treatment of the Information and Communication Technologies (ICT in the field of physical education by the professed and the students. For this purpose we review the existing lines of research on the topic and how the most remarkable works of different authors, with special attention to the situation in the autonomous community of Galicia. Finally the main problems related to the use of these technologies in classrooms are analyzed. All this in order t to shed light on a very topical issue regarding the education of our youth. Studies show that ICTs are increasingly present in the field of physical education, but much remains to be done to make an effective use of them in education. 

  20. Integrating INIS into a high energy physics information environment thoughts from CERN

    CERN Document Server

    Yeomans, Joanne; Baudic, Romain; Picchioli, Ingrid; International Conference on Nuclear Knowledge Management : Strategies, Information Management and Human Resource Development. Special Session : The Role of INIS in Knowledge Preservation

    2004-01-01

    Information searchers from the high energy physics community expect an integrated information environment. The CERN Library offers its print and electronic collections through a combined Web interface and maintains the database by semi-automated processes to upload bibliographic and full-text records. Suggestions are offered by which INIS could develop its own Web interface and better match HEP users’ expectations. These include implementing full-text linking, increasing currency, expanding search and display functions and developing the richness of the data. Links with the National Nuclear Data Center and Crossref could also increase its visibility.

  1. Panel summary of cyber-physical systems (CPS) and Internet of Things (IoT) opportunities with information fusion

    Science.gov (United States)

    Blasch, Erik; Kadar, Ivan; Grewe, Lynne L.; Brooks, Richard; Yu, Wei; Kwasinski, Andres; Thomopoulos, Stelios; Salerno, John; Qi, Hairong

    2017-05-01

    During the 2016 SPIE DSS conference, nine panelists were invited to highlight the trends and opportunities in cyber-physical systems (CPS) and Internet of Things (IoT) with information fusion. The world will be ubiquitously outfitted with many sensors to support our daily living thorough the Internet of Things (IoT), manage infrastructure developments with cyber-physical systems (CPS), as well as provide communication through networked information fusion technology over the internet (NIFTI). This paper summarizes the panel discussions on opportunities of information fusion to the growing trends in CPS and IoT. The summary includes the concepts and areas where information supports these CPS/IoT which includes situation awareness, transportation, and smart grids.

  2. Optimization of professional preparation of future teacher of physical culture in informatively-educational space

    Directory of Open Access Journals (Sweden)

    Dragnev Y. V.

    2012-06-01

    Full Text Available It is marked that reformation of higher education is an objective necessity. It is marked that the educational system of Ukraine answers the new requirements of informative society not fully. It is certain that optimization of professional education of future teacher of physical culture must be characterized the choice of the most favourable variant of terms and teaching facilities. It is set that transitions within the limits of one informative space have an influence on professional development of future teacher during his studies. The followings terms of optimization of professional education of teacher are selected: system use of active and interactive methods; bringing in to the advanced study; the increase of role is informative of communication technologies in an educational process. The concordance of maintenance of curriculum of education of teachers of physical culture with the programs of education of the European countries and standardization is recommended them within the limits of Ukraine.

  3. Sustainable Manufacturing via Multi-Scale, Physics-Based Process Modeling and Manufacturing-Informed Design

    Energy Technology Data Exchange (ETDEWEB)

    None

    2017-04-01

    This factsheet describes a project that developed and demonstrated a new manufacturing-informed design framework that utilizes advanced multi-scale, physics-based process modeling to dramatically improve manufacturing productivity and quality in machining operations while reducing the cost of machined components.

  4. 77 FR 55605 - Early Warning Reporting, Foreign Defect Reporting, and Motor Vehicle and Equipment Recall...

    Science.gov (United States)

    2012-09-10

    ... improve our efficiency and accuracy in collecting and processing important recalls information and then... recall information'' and requiring that this information be searchable by vehicle, make and model and VIN... submission of recalls reports and information; and require adjustments to the required content of the owner...

  5. Physical training moves mountains in COPD, but people with COPD lack information about it

    DEFF Research Database (Denmark)

    Østergaard, Elisabeth Bomholt; Kristiansen, Anne Dal; Thomsen, Pernille Maja

    , and participation in a closed Facebook-group for people with COPD, were conducted. We transcribed the interviews, transformed the spoken language to a written language and made a thematic analysis based on The Health Belief Model and Self Determination Theory. Results: One of the main reasons for not doing physical...... in physical activity and to gain insight in the motivational factors for being physically active, as well as the barriers. Methods/Analysis: Fieldwork among five people with COPD in Jutland, Denmark 2013-2015 using semi-structured interviews. Supplementary, unstructured interviews with three GPs...... activity until years after the diagnosis was that people with COPD did neither receive the necessary information from the GPs about the benefits of physical training nor about the negative consequences of an inactive lifestyle. Motivational factors for living a physically active life were first of all...

  6. Informal Physics Learning from Video Games: A Case Study Using Gameplay Videos

    Science.gov (United States)

    Croxton, DeVaughn; Kortemeyer, Gerd

    2018-01-01

    Researching informal gameplay can be challenging, since as soon as a formal study design is imposed, it becomes neither casual nor self-motivated. As a case study of a non-invasive design, we analyze publicly posted gameplay videos to assess the effectiveness of a physics educational video game on special relativity. These videos offer unique…

  7. Information technologies as an integral part of the process of physical education of student youth

    Directory of Open Access Journals (Sweden)

    Igor Vypasniak

    2017-04-01

    Full Text Available Topicality. The process of modernizing the professional training of specialists in the sphere of physical culture and sports fits into the present general strategy of educational policy of Ukraine, the primary task of which is to achieve the modern quality of education, its conformity to current perspective needs of the individual, society and the state. Objectives of the Research: to analyze and systematize modern scientific and methodological knowledge and the results of practical experience of domestic and foreign researchers in the sphere of the use of information technologies in the practice of physical education of students; to develop informational and methodical multimedia system “Рerfectum Corpus”, as a means of raising the level of theoretical knowledge of students in the process of physical education. Research results. The functioning of the information environment of the higher educational establishment envisages the widest possible use of computer technology, multimedia technologies, local computer networks during the transfer of the student’s material, as well as in the system of monitoring the quality of the formed knowledge and during self-training with the help of the global Internet network. The strategy of integrating IT into the process of physical education, in our opinion, should be aimed at: the formation of values of a healthy lifestyle and creativity; the formation of value attitude of young people to their own health, the improvement of physical preparedness taking into account requirements of future professional activity; the formation of an active personal position in achieving harmonious development; the use of healthy technologies in the pedagogical process; the restructuring of leisure with the use of fitness and various types of recreational motor activity; supporting students’ interest in improving motor activity. Conclusions. The multimedia informational and methodical system “Perfectum Corpus” has

  8. 76 FR 3175 - Proposed Extension of Existing Information Collection; Hoist Operators' Physical Fitness

    Science.gov (United States)

    2011-01-19

    ... Extension of Existing Information Collection; Hoist Operators' Physical Fitness AGENCY: Mine Safety and... fitness. DATES: All comments must be received by midnight Eastern Standard Time on March 21, 2011... 56.19057 and 57.19057 require the annual examination and certification of hoist operators' fitness by...

  9. The reactive metabolite target protein database (TPDB)--a web-accessible resource.

    Science.gov (United States)

    Hanzlik, Robert P; Koen, Yakov M; Theertham, Bhargav; Dong, Yinghua; Fang, Jianwen

    2007-03-16

    The toxic effects of many simple organic compounds stem from their biotransformation to chemically reactive metabolites which bind covalently to cellular proteins. To understand the mechanisms of cytotoxic responses it may be important to know which proteins become adducted and whether some may be common targets of multiple toxins. The literature of this field is widely scattered but expanding rapidly, suggesting the need for a comprehensive, searchable database of reactive metabolite target proteins. The Reactive Metabolite Target Protein Database (TPDB) is a comprehensive, curated, searchable, documented compilation of publicly available information on the protein targets of reactive metabolites of 18 well-studied chemicals and drugs of known toxicity. TPDB software enables i) string searches for author names and proteins names/synonyms, ii) more complex searches by selecting chemical compound, animal species, target tissue and protein names/synonyms from pull-down menus, and iii) commonality searches over multiple chemicals. Tabulated search results provide information, references and links to other databases. The TPDB is a unique on-line compilation of information on the covalent modification of cellular proteins by reactive metabolites of chemicals and drugs. Its comprehensiveness and searchability should facilitate the elucidation of mechanisms of reactive metabolite toxicity. The database is freely available at http://tpdb.medchem.ku.edu/tpdb.html.

  10. 78 FR 69703 - 10-Day Notice of Proposed Information Collection: Generic Customer Satisfaction Surveys; Physical...

    Science.gov (United States)

    2013-11-20

    ... DEPARTMENT OF HOUSING AND URBAN DEVELOPMENT [Docket No. FR-5683-N-102] 10-Day Notice of Proposed Information Collection: Generic Customer Satisfaction Surveys; Physical Inspection Pilot Program...

  11. The implications of megatrends in information and communication technology and transportation for changes in global physical activity

    DEFF Research Database (Denmark)

    Pratt, Michael; Sarmiento, Olga L; Montes, Felipe

    2012-01-01

    Physical inactivity accounts for more than 3 million deaths per year, most from non-communicable diseases in low-income and middle-income countries. We used reviews of physical activity interventions and a simulation model to examine how megatrends in information and communication technology and ...

  12. Effect of physical workload and modality of information presentation on pattern recognition and navigation task performance by high-fit young males.

    Science.gov (United States)

    Zahabi, Maryam; Zhang, Wenjuan; Pankok, Carl; Lau, Mei Ying; Shirley, James; Kaber, David

    2017-11-01

    Many occupations require both physical exertion and cognitive task performance. Knowledge of any interaction between physical demands and modalities of cognitive task information presentation can provide a basis for optimising performance. This study examined the effect of physical exertion and modality of information presentation on pattern recognition and navigation-related information processing. Results indicated males of equivalent high fitness, between the ages of 18 and 34, rely more on visual cues vs auditory or haptic for pattern recognition when exertion level is high. We found that navigation response time was shorter under low and medium exertion levels as compared to high intensity. Navigation accuracy was lower under high level exertion compared to medium and low levels. In general, findings indicated that use of the haptic modality for cognitive task cueing decreased accuracy in pattern recognition responses. Practitioner Summary: An examination was conducted on the effect of physical exertion and information presentation modality in pattern recognition and navigation. In occupations requiring information presentation to workers, who are simultaneously performing a physical task, the visual modality appears most effective under high level exertion while haptic cueing degrades performance.

  13. Examples of the Application of Nonparametric Information Geometry to Statistical Physics

    Directory of Open Access Journals (Sweden)

    Giovanni Pistone

    2013-09-01

    Full Text Available We review a nonparametric version of Amari’s information geometry in which the set of positive probability densities on a given sample space is endowed with an atlas of charts to form a differentiable manifold modeled on Orlicz Banach spaces. This nonparametric setting is used to discuss the setting of typical problems in machine learning and statistical physics, such as black-box optimization, Kullback-Leibler divergence, Boltzmann-Gibbs entropy and the Boltzmann equation.

  14. Handling Large and Complex Data in a Photovoltaic Research Institution Using a Custom Laboratory Information Management System

    Energy Technology Data Exchange (ETDEWEB)

    White, Robert R.; Munch, Kristin

    2014-01-01

    Twenty-five years ago the desktop computer started becoming ubiquitous in the scientific lab. Researchers were delighted with its ability to both control instrumentation and acquire data on a single system, but they were not completely satisfied. There were often gaps in knowledge that they thought might be gained if they just had more data and they could get the data faster. Computer technology has evolved in keeping with Moore’s Law meeting those desires; however those improvements have of late become both a boon and bane for researchers. Computers are now capable of producing high speed data streams containing terabytes of information; capabilities that evolved faster than envisioned last century. Software to handle large scientific data sets has not kept up. How much information might be lost through accidental mismanagement or how many discoveries are missed through data overload are now vital questions. An important new task in most scientific disciplines involves developing methods to address those issues and to create the software that can handle large data sets with an eye towards scalability. This software must create archived, indexed, and searchable data from heterogeneous instrumentation for the implementation of a strong data-driven materials development strategy. At the National Center for Photovoltaics in the National Renewable Energy Laboratory, we began development a few years ago on a Laboratory Information Management System (LIMS) designed to handle lab-wide scientific data acquisition, management, processing and mining needs for physics and materials science data, and with a specific focus towards future scalability for new equipment or research focuses. We will present the decisions, processes, and problems we went through while building our LIMS system for materials research, its current operational state and our steps for future development.

  15. NPP physical protection and information security as necessary conditions for reducing nuclear and radiation accident risks

    International Nuclear Information System (INIS)

    Pogosov, O.Yu.; Derevyanko, O.V.

    2017-01-01

    The paper focuses on the fact that nuclear failures and incidents can lead to radioactive contamination of NPP premises. Nuclear and radiation hazard may be caused by malefactors in technological processes when applying computers or inadequate control in case of insufficient level of information security.The researchers performed analysis of factors for reducing risks of nuclear and radiation accidents at NPPs considering specific conditions related to information security of NPP physical protection systems. The paper considers connection of heterogeneous factors that may increase the risk of NPP accidents, possibilities and ways to improve adequate modelling of security of information with limited access directly related to the functioning of automated set of engineering and technical means for NPP physical protection. Within the overall Hutchinson formalization, it is proposed to include additional functional dependencies on indicators specific for NPPs into analysis algorithms.

  16. Cost-Effectiveness and Value of Information Analysis of Brief Interventions to Promote Physical Activity in Primary Care.

    Science.gov (United States)

    Gc, Vijay Singh; Suhrcke, Marc; Hardeman, Wendy; Sutton, Stephen; Wilson, Edward C F

    2018-01-01

    Brief interventions (BIs) delivered in primary care have shown potential to increase physical activity levels and may be cost-effective, at least in the short-term, when compared with usual care. Nevertheless, there is limited evidence on their longer term costs and health benefits. To estimate the cost-effectiveness of BIs to promote physical activity in primary care and to guide future research priorities using value of information analysis. A decision model was used to compare the cost-effectiveness of three classes of BIs that have been used, or could be used, to promote physical activity in primary care: 1) pedometer interventions, 2) advice/counseling on physical activity, and (3) action planning interventions. Published risk equations and data from the available literature or routine data sources were used to inform model parameters. Uncertainty was investigated with probabilistic sensitivity analysis, and value of information analysis was conducted to estimate the value of undertaking further research. In the base-case, pedometer interventions yielded the highest expected net benefit at a willingness to pay of £20,000 per quality-adjusted life-year. There was, however, a great deal of decision uncertainty: the expected value of perfect information surrounding the decision problem for the National Health Service Health Check population was estimated at £1.85 billion. Our analysis suggests that the use of pedometer BIs is the most cost-effective strategy to promote physical activity in primary care, and that there is potential value in further research into the cost-effectiveness of brief (i.e., <30 minutes) and very brief (i.e., <5 minutes) pedometer interventions in this setting. Copyright © 2018 International Society for Pharmacoeconomics and Outcomes Research (ISPOR). Published by Elsevier Inc. All rights reserved.

  17. Formation of communicational and informational competence of future professionals of physical education and sport.

    Directory of Open Access Journals (Sweden)

    Kudin A.P.

    2010-07-01

    Full Text Available The technology of formation communication information competency of the future experts of physical training and sports is presented. 240 students of 4 rates of two institutes participated in research. Data of questionnaire of the future experts are used. Importance of use of new information technologies in educational process is exhibited. Milestones of introduction of computer and multimedia means are defined. Necessity of initiating for educational process of discipline «Sports - pedagogical computer science» is justified.

  18. Generalized Bell states map physical systems’ quantum evolution into a grammar for quantum information processing

    Science.gov (United States)

    Delgado, Francisco

    2017-12-01

    Quantum information processing should be generated through control of quantum evolution for physical systems being used as resources, such as superconducting circuits, spinspin couplings in ions and artificial anyons in electronic gases. They have a quantum dynamics which should be translated into more natural languages for quantum information processing. On this terrain, this language should let to establish manipulation operations on the associated quantum information states as classical information processing does. This work shows how a kind of processing operations can be settled and implemented for quantum states design and quantum processing for systems fulfilling a SU(2) reduction in their dynamics.

  19. The Information Practices of Physical Science Librarians Differ from Those of the Scientific Community: More Research is Needed to Characterize Specific Information Seeking and Use. A Review of: Brown, Cecilia M. and Lina Ortega. “Information-Seeking Behavior of Physical Science Librarians: Does Research Inform Practice?” College & Research Libraries 66.3 (2005: 231-47.

    Directory of Open Access Journals (Sweden)

    Carol Perryman

    2008-09-01

    Full Text Available Objective - As part of a larger study exploring the information environments of physical science librarians (Ortega & Brown, the authors’ overall objective for this study is to profile physical science librarians’ information behaviours. The authors’ two-part hypothesis was that first, peer-reviewed journals would be preferred over all other sources for research dissemination, resembling the preferences of scientists, and second, that peer-to-peer consultation would predominate for practice-oriented decisions.Design – Mixed methods: survey questionnaire followed by citation and content analysis.Setting – Five internationally disseminated professional association electronic mailing lists whose readership comprised those with interests in science librarianship: the American Library Association (ALA Science and Technology Section; the American Society for Information Science & Technology (ASIST Science and Technology Information Special Interest Group; the Special Library Association (SLA Chemistry Division and its Physics-Astronomy-Mathematics Division; and the American Geological Institute Geoscience Information Society.Subjects – Seventy-two physical science librarians voluntarily responding to an online survey.Methods – A questionnaire was distributed to inquire about physical science librarians’ professional reading practices as well as their perceptions about the applicability of research to their work. Participants were asked to rank preferences among 11 resource types as sources supporting daily business, including personal communication, conference attendance, electronic mailing lists, and scholarly journals. Differences between the mean rankings of preferences were tested for significance by applying the Friedman test with p>0.0005. Journals identified most frequently were analyzed using the Institute for Scientific Information’s (ISI Web of Science index and Ulrich’s Periodical Index to measure proportions of research

  20. The Relationship between Application of Information, Communication Technology and Organizational Effectiveness in Physical Education Departments of Universities of Tehran

    OpenAIRE

    Hamid Ghasemi; Abolfazl Farahani; Maryam Mashatan

    2012-01-01

    The purpose of this study was to determine the relationship between use of information communication technology (ITC) and organizational effectiveness in physical education departments of the University of Tehran carried out through the correlation method and the field research. All employees of Physical Education departments comprised our statistical population of whom 114 were randomly taken as the survey sample. We administered researcher-made information and communication technology (α=0....

  1. DNA as information: at the crossroads between biology, mathematics, physics and chemistry.

    Science.gov (United States)

    Cartwright, Julyan H E; Giannerini, Simone; González, Diego L

    2016-03-13

    On the one hand, biology, chemistry and also physics tell us how the process of translating the genetic information into life could possibly work, but we are still very far from a complete understanding of this process. On the other hand, mathematics and statistics give us methods to describe such natural systems-or parts of them-within a theoretical framework. Also, they provide us with hints and predictions that can be tested at the experimental level. Furthermore, there are peculiar aspects of the management of genetic information that are intimately related to information theory and communication theory. This theme issue is aimed at fostering the discussion on the problem of genetic coding and information through the presentation of different innovative points of view. The aim of the editors is to stimulate discussions and scientific exchange that will lead to new research on why and how life can exist from the point of view of the coding and decoding of genetic information. The present introduction represents the point of view of the editors on the main aspects that could be the subject of future scientific debate. © 2016 The Author(s).

  2. Physical and Hydrological Meaning of the Spectral Information from Hydrodynamic Signals at Karst Springs

    Science.gov (United States)

    Dufoyer, A.; Lecoq, N.; Massei, N.; Marechal, J. C.

    2017-12-01

    Physics-based modeling of karst systems remains almost impossible without enough accurate information about the inner physical characteristics. Usually, the only available hydrodynamic information is the flow rate at the karst outlet. Numerous works in the past decades have used and proven the usefulness of time-series analysis and spectral techniques applied to spring flow, precipitations or even physico-chemical parameters, for interpreting karst hydrological functioning. However, identifying or interpreting the karst systems physical features that control statistical or spectral characteristics of spring flow variations is still challenging, not to say sometimes controversial. The main objective of this work is to determine how the statistical and spectral characteristics of the hydrodynamic signal at karst springs can be related to inner physical and hydraulic properties. In order to address this issue, we undertake an empirical approach based on the use of both distributed and physics-based models, and on synthetic systems responses. The first step of the research is to conduct a sensitivity analysis of time-series/spectral methods to karst hydraulic and physical properties. For this purpose, forward modeling of flow through several simple, constrained and synthetic cases in response to precipitations is undertaken. It allows us to quantify how the statistical and spectral characteristics of flow at the outlet are sensitive to changes (i) in conduit geometries, and (ii) in hydraulic parameters of the system (matrix/conduit exchange rate, matrix hydraulic conductivity and storativity). The flow differential equations resolved by MARTHE, a computer code developed by the BRGM, allows karst conduits modeling. From signal processing on simulated spring responses, we hope to determine if specific frequencies are always modified, thanks to Fourier series and multi-resolution analysis. We also hope to quantify which parameters are the most variable with auto

  3. The reactive metabolite target protein database (TPDB – a web-accessible resource

    Directory of Open Access Journals (Sweden)

    Dong Yinghua

    2007-03-01

    Full Text Available Abstract Background The toxic effects of many simple organic compounds stem from their biotransformation to chemically reactive metabolites which bind covalently to cellular proteins. To understand the mechanisms of cytotoxic responses it may be important to know which proteins become adducted and whether some may be common targets of multiple toxins. The literature of this field is widely scattered but expanding rapidly, suggesting the need for a comprehensive, searchable database of reactive metabolite target proteins. Description The Reactive Metabolite Target Protein Database (TPDB is a comprehensive, curated, searchable, documented compilation of publicly available information on the protein targets of reactive metabolites of 18 well-studied chemicals and drugs of known toxicity. TPDB software enables i string searches for author names and proteins names/synonyms, ii more complex searches by selecting chemical compound, animal species, target tissue and protein names/synonyms from pull-down menus, and iii commonality searches over multiple chemicals. Tabulated search results provide information, references and links to other databases. Conclusion The TPDB is a unique on-line compilation of information on the covalent modification of cellular proteins by reactive metabolites of chemicals and drugs. Its comprehensiveness and searchability should facilitate the elucidation of mechanisms of reactive metabolite toxicity. The database is freely available at http://tpdb.medchem.ku.edu/tpdb.html

  4. Leveraging Citizen Science and Information Technology for Population Physical Activity Promotion

    Science.gov (United States)

    King, Abby C.; Winter, Sandra J.; Sheats, Jylana L.; Rosas, Lisa G.; Buman, Matthew P.; Salvo, Deborah; Rodriguez, Nicole M.; Seguin, Rebecca A.; Moran, Mika; Garber, Randi; Broderick, Bonnie; Zieff, Susan G.; Sarmiento, Olga Lucia; Gonzalez, Silvia A.; Banchoff, Ann; Dommarco, Juan Rivera

    2016-01-01

    PURPOSE While technology is a major driver of many of society’s comforts, conveniences, and advances, it has been responsible, in a significant way, for engineering regular physical activity and a number of other positive health behaviors out of people’s daily lives. A key question concerns how to harness information and communication technologies (ICT) to bring about positive changes in the health promotion field. One such approach involves community-engaged “citizen science,” in which local residents leverage the potential of ICT to foster data-driven consensus-building and mobilization efforts that advance physical activity at the individual, social, built environment, and policy levels. METHOD The history of citizen science in the research arena is briefly described and an evidence-based method that embeds citizen science in a multi-level, multi-sectoral community-based participatory research framework for physical activity promotion is presented. RESULTS Several examples of this citizen science-driven community engagement framework for promoting active lifestyles, called “Our Voice”, are discussed, including pilot projects from diverse communities in the U.S. as well as internationally. CONCLUSIONS The opportunities and challenges involved in leveraging citizen science activities as part of a broader population approach to promoting regular physical activity are explored. The strategic engagement of citizen scientists from socio-demographically diverse communities across the globe as both assessment as well as change agents provides a promising, potentially low-cost and scalable strategy for creating more active, healthful, and equitable neighborhoods and communities worldwide. PMID:27525309

  5. 77 FR 63342 - Extension of Comment Period: Resale Royalty Right

    Science.gov (United States)

    2012-10-16

    ... Document File (PDF) format that contains searchable, accessible text (not an image); Microsoft Word; Word... International Affairs, by email at [email protected] or by telephone at 202-707-9444. SUPPLEMENTARY INFORMATION: On...

  6. Strengthening global physical protection practices; gaining better information on national practices for protection of weapons-usable material. Keynote address/session 3

    International Nuclear Information System (INIS)

    Bunn, G.; Rinne, R.

    2001-01-01

    Full text: Unlike the Non-Proliferation Treaty requirement that non-nuclear-weapon parties provide 'safeguards' information to the IAEA on their nuclear materials and their state systems for accounting and control, there is no related requirement to provide information on state systems of physical protection. A review of 1997 IAEA and Stanford physical protection conference proceedings showed both the absence of information on important practices from many states and the great variation in practices from state to state. Besides the lack of internationally required standards for domestic protection, reasons for the variations described in Stanford-Sandia National Laboratories research include: differences in states' perceptions of the threats to their materials; differences in their abilities to pay the cost of stronger physical protection; differences in their laws and regulatory practices in general; and differences in their cultural attitudes - for example, attitudes toward whether to arm personnel guarding weapon-usable material or to require clearances for personnel with access to such material. The information presented to the 1997 IAEA and Stanford conferences was supplied voluntarily. The two global documents which provide norms for physical protection do not require submission of such information. These are the 1980 Convention on Physical Protection of Nuclear Material and the 1999 IAEA INFCIRC/225/Rev.4. This means that, without bilateral cooperation, no state can find out how other states are protecting their nuclear material. Yet, as IAEA Director General El Baradei has said, '[I]t is not a matter of indifference to other States whether and to what extent [physical protection] responsibility is fulfilled. ...The need for international cooperation becomes evident in situations - where the effectiveness of physical protection in one State depends on the taking by other States also of adequate measures to deter and defeat hostile actions against nuclear

  7. Efficient physical embedding of topologically complex information processing networks in brains and computer circuits.

    Directory of Open Access Journals (Sweden)

    Danielle S Bassett

    2010-04-01

    Full Text Available Nervous systems are information processing networks that evolved by natural selection, whereas very large scale integrated (VLSI computer circuits have evolved by commercially driven technology development. Here we follow historic intuition that all physical information processing systems will share key organizational properties, such as modularity, that generally confer adaptivity of function. It has long been observed that modular VLSI circuits demonstrate an isometric scaling relationship between the number of processing elements and the number of connections, known as Rent's rule, which is related to the dimensionality of the circuit's interconnect topology and its logical capacity. We show that human brain structural networks, and the nervous system of the nematode C. elegans, also obey Rent's rule, and exhibit some degree of hierarchical modularity. We further show that the estimated Rent exponent of human brain networks, derived from MRI data, can explain the allometric scaling relations between gray and white matter volumes across a wide range of mammalian species, again suggesting that these principles of nervous system design are highly conserved. For each of these fractal modular networks, the dimensionality of the interconnect topology was greater than the 2 or 3 Euclidean dimensions of the space in which it was embedded. This relatively high complexity entailed extra cost in physical wiring: although all networks were economically or cost-efficiently wired they did not strictly minimize wiring costs. Artificial and biological information processing systems both may evolve to optimize a trade-off between physical cost and topological complexity, resulting in the emergence of homologous principles of economical, fractal and modular design across many different kinds of nervous and computational networks.

  8. Integration of Information and Communication Technology and Pupils' Motivation in a Physical Education Setting

    Science.gov (United States)

    Legrain, Pascal; Gillet, Nicolas; Gernigon, Christophe; Lafreniere, Marc-André

    2015-01-01

    The purpose of this study was to test an integrative model regarding the impact of information and communication technology (ICT) on achievement in physical education. Pupils' perceptions of autonomy-support from teacher, satisfaction of basic psychological needs, and self-determined motivation were considered to mediate the impact of ICT on…

  9. A Phase I Feasibility Study of Yoga on the Physical Health and Coping of Informal Caregivers

    Directory of Open Access Journals (Sweden)

    Marieke Van Puymbroeck

    2007-01-01

    Full Text Available Family and friends who provide unpaid care to an individual with a disease or disability (known as informal caregivers experience numerous threats to their physical health as a result of providing care. In spite of evidence that participation in physical and leisure activities can be health promoting, informal caregivers have reported diminished or completely absent leisure participation. Hatha yoga has documented therapeutic benefits, including reduced anxiety, as well as improved muscle strength and endurance and flexibility. The purpose of this study was to determine the feasibility of conducting an 8-week yoga program with informal caregivers, and to gather pilot data on the effects of yoga on the physical fitness and coping of informal caregivers. Caregivers were randomized into a yoga intervention (n = 8 or control group (n = 9. The yoga sessions were 2.5 hours/week for 8 weeks and consisted of a variety of pranayama (breathing and asana (postures activities and were led by a certified yoga instructor. Four caregivers (two in each group dropped out of the study. After the conclusion of the 8-week yoga program, lower body strength increased significantly for those in the yoga group and other notable trends occurred in terms of coping, upper body strength and aerobic endurance. Caregivers in the control group experienced an unexpected increase in lower body flexibility. These findings indicate that caregivers in a yoga program may receive some benefits. Future studies are encouraged to test the efficacy of yoga as an intervention for caregivers.

  10. Particle Physics Education Sites

    Science.gov (United States)

    back to home page Particle Physics Education Sites quick reference Education and Information - National Laboratory Education Programs - Women and Minorities in Physics - Other Physics Sites - Physics Alliance - Accelerators at National Laboratories icon Particle Physics Education and Information sites: top

  11. Telementoring Physics: University-Community After-school Collaborations and the Mediation of the Formal/Informal Divide

    Science.gov (United States)

    Lecusay, Robert A.

    For several decades improvement of science education has been a major concern of policy makers concerned that the U.S. is a "nation at risk" owing to the dearth of students pursing careers in science. Recent policy proposals have argued that provision of broadband digital connectivity to organizations in the informal sector would increase the reach of the formal, academic sector to raise the overall level of science literacy in the country. This dissertation reports on a longitudinal study of a physics telementoring activity jointly run by a university-community collaborative at a community learning center. The activity implemented a digital infrastructure that exceeds the technical and social-institutional arrangements promoted by policy makers. In addition to broadband internet access (for tele-conferencing between students at the community center and physicists at a university), supplemented by digital software designed to promote physics education, the activity included the presence of a collaborating researcher/tutor at the community learning center to coordinate and document the instructional activities. The current research revealed a fundamental contradiction between the logic, goals, and practices of the physics instructors, and the corresponding logic, goals, and practices of the participants at the community learning center. This contradiction revolves around a contrast between the physicists' formal, logocentric ways of understanding expressed in the ability to explain the scientific rules underlying physical phenomena and the informal, pragmatic orientation of the youth and adults at the learning center. The observations in this dissertation should remind techno-enthusiasts, especially in the arena of public education policy, that there are no turnkey solutions in "distance" science education. Technically "connecting" people is not equivalent to creating conditions that expand opportunities to learn and a functioning socio-technical system that

  12. Integrating 3D geological information with a national physically-based hydrological modelling system

    Science.gov (United States)

    Lewis, Elizabeth; Parkin, Geoff; Kessler, Holger; Whiteman, Mark

    2016-04-01

    Robust numerical models are an essential tool for informing flood and water management and policy around the world. Physically-based hydrological models have traditionally not been used for such applications due to prohibitively large data, time and computational resource requirements. Given recent advances in computing power and data availability, a robust, physically-based hydrological modelling system for Great Britain using the SHETRAN model and national datasets has been created. Such a model has several advantages over less complex systems. Firstly, compared with conceptual models, a national physically-based model is more readily applicable to ungauged catchments, in which hydrological predictions are also required. Secondly, the results of a physically-based system may be more robust under changing conditions such as climate and land cover, as physical processes and relationships are explicitly accounted for. Finally, a fully integrated surface and subsurface model such as SHETRAN offers a wider range of applications compared with simpler schemes, such as assessments of groundwater resources, sediment and nutrient transport and flooding from multiple sources. As such, SHETRAN provides a robust means of simulating numerous terrestrial system processes which will add physical realism when coupled to the JULES land surface model. 306 catchments spanning Great Britain have been modelled using this system. The standard configuration of this system performs satisfactorily (NSE > 0.5) for 72% of catchments and well (NSE > 0.7) for 48%. Many of the remaining 28% of catchments that performed relatively poorly (NSE land cover change studies and integrated assessments of groundwater and surface water resources.

  13. The physics of distributed information systems

    International Nuclear Information System (INIS)

    Aurell, Erik

    2013-01-01

    This paper aims to introduce Distributed Systems as a field where the ideas and methods of physics can potentially be applied, and to provide entry points to a wide literature. The contributions of Leslie Lamport, inspired by Relativity Theory, and of Edsger Dijkstra, which has the flavor of a growth process, are discussed at some length. The intent of the author is primarily to stimulate interest in the statistical physics community, and the discussions are therefore framed in a non-technical language; the author apologizes in advance to readers from the computer science side for the unavoidable impreciseness and ambiguities

  14. ASPECTS OF PROFESSIONAL DEVELOPMENT OF FUTURE TEACHER OF PHYSICAL CULTURE ARE IN INFORMATIVELY-EDUCATIONAL ENVIRONMENT OF HIGHER EDUCATIONAL ESTABLISHMENT

    OpenAIRE

    Yuriy V. Dragnev

    2011-01-01

    In the article the aspects of professional development of future teacher of physical culture are examined in the informatively-educational environment of higher educational establishment. Importance of introduction of information and telecommunication technologies opens up in the sphere of higher education; the components of informatively-educational environment are given; a concept „Professional development” and „informatively-educational environment opens up”. Specified, that informative su...

  15. Science Inventory | US EPA

    Science.gov (United States)

    The Science Inventory is a searchable database of research products primarily from EPA's Office of Research and Development. Science Inventory records provide descriptions of the product, contact information, and links to available printed material or websites.

  16. The informative providing of trade education is in industry of physical culture and sport of countries of former soviet spaces

    Directory of Open Access Journals (Sweden)

    Iryna Svistel’nik

    2016-04-01

    Full Text Available Purpose: to investigate the innovative forms of the informative providing of educational process in institutions of higher learning of physical culture and sport of countries: Ukraine, Republic of Belarus, Republic of Moldova, Republic of Kazakhstan, Republic of Uzbekistan, Russian Federation. Material & Methods: content-analysis of web sites and web pages of sporting institutions of higher learning of these countries. Results: the informative providing of institutions of higher learning of physical culture and sport of Ukraine, Belarus, Moldova, Kazakhstan, Uzbekistan and RF differs substantially, in spite of the fact that the specific of educating in these educational establishments is identical. Institutions of higher learning of physical culture and sport of Ukraine actively offer the innovative forms of the informative providing − give possibility to the students and teachers to take advantage of e-catalog, electronic repository, virtual bibliographic certificate, electronic delivery of document. Sporting institutions of higher learning of Belarus, Kazakhstan, Uzbekistan and Russian Federation carry out the informative providing by means of the electronic-library systems, in particular "Znanium.com" and "Rukont". The system "Rukont" is erected in the grade of the national inter-branch digital resource created on the base of state educational standard and contains the informative resource of different family: books, magazines, separate articles, and also audio, video data, multimedia. Collection of electronic versions of editions of electronic-library systems "Znanium.com" unites books, magazines, articles grouped on thematic and having a special purpose signs. The unique institute of higher of Republic of Moldova does not give electronic informative services, but uses the traditional forms of the informative providing by means of catalogues and card library indexes. Conclusions: higher educational establishments of physical culture and

  17. The Registry of Knowledge Translation Methods and Tools: a resource to support evidence-informed public health.

    Science.gov (United States)

    Peirson, Leslea; Catallo, Cristina; Chera, Sunita

    2013-08-01

    This paper examines the development of a globally accessible online Registry of Knowledge Translation Methods and Tools to support evidence-informed public health. A search strategy, screening and data extraction tools, and writing template were developed to find, assess, and summarize relevant methods and tools. An interactive website and searchable database were designed to house the registry. Formative evaluation was undertaken to inform refinements. Over 43,000 citations were screened; almost 700 were full-text reviewed, 140 of which were included. By November 2012, 133 summaries were available. Between January 1 and November 30, 2012 over 32,945 visitors from more than 190 countries accessed the registry. Results from 286 surveys and 19 interviews indicated the registry is valued and useful, but would benefit from a more intuitive indexing system and refinements to the summaries. User stories and promotional activities help expand the reach and uptake of knowledge translation methods and tools in public health contexts. The National Collaborating Centre for Methods and Tools' Registry of Methods and Tools is a unique and practical resource for public health decision makers worldwide.

  18. Information systems in food safety management.

    Science.gov (United States)

    McMeekin, T A; Baranyi, J; Bowman, J; Dalgaard, P; Kirk, M; Ross, T; Schmid, S; Zwietering, M H

    2006-12-01

    Information systems are concerned with data capture, storage, analysis and retrieval. In the context of food safety management they are vital to assist decision making in a short time frame, potentially allowing decisions to be made and practices to be actioned in real time. Databases with information on microorganisms pertinent to the identification of foodborne pathogens, response of microbial populations to the environment and characteristics of foods and processing conditions are the cornerstone of food safety management systems. Such databases find application in: Identifying pathogens in food at the genus or species level using applied systematics in automated ways. Identifying pathogens below the species level by molecular subtyping, an approach successfully applied in epidemiological investigations of foodborne disease and the basis for national surveillance programs. Predictive modelling software, such as the Pathogen Modeling Program and Growth Predictor (that took over the main functions of Food Micromodel) the raw data of which were combined as the genesis of an international web based searchable database (ComBase). Expert systems combining databases on microbial characteristics, food composition and processing information with the resulting "pattern match" indicating problems that may arise from changes in product formulation or processing conditions. Computer software packages to aid the practical application of HACCP and risk assessment and decision trees to bring logical sequences to establishing and modifying food safety management practices. In addition there are many other uses of information systems that benefit food safety more globally, including: Rapid dissemination of information on foodborne disease outbreaks via websites or list servers carrying commentary from many sources, including the press and interest groups, on the reasons for and consequences of foodborne disease incidents. Active surveillance networks allowing rapid dissemination

  19. The Learning Environment Associated with Information Technology Education in Taiwan: Combining Psychosocial and Physical Aspects

    Science.gov (United States)

    Liu, Chia-Ju; Zandvliet, David B.; Hou, I.-Ling

    2012-01-01

    This study investigated perceptions of senior high school students towards the Taiwanese information technology (IT) classroom with the What Is Happening in this Class? (WIHIC) survey and explored the physical learning environment of the IT classroom using the Computerised Classroom Environment Inventory (CCEI). The participants included 2,869…

  20. Extending the NIF DISCO framework to automate complex workflow: coordinating the harvest and integration of data from diverse neuroscience information resources.

    Science.gov (United States)

    Marenco, Luis N; Wang, Rixin; Bandrowski, Anita E; Grethe, Jeffrey S; Shepherd, Gordon M; Miller, Perry L

    2014-01-01

    This paper describes how DISCO, the data aggregator that supports the Neuroscience Information Framework (NIF), has been extended to play a central role in automating the complex workflow required to support and coordinate the NIF's data integration capabilities. The NIF is an NIH Neuroscience Blueprint initiative designed to help researchers access the wealth of data related to the neurosciences available via the Internet. A central component is the NIF Federation, a searchable database that currently contains data from 231 data and information resources regularly harvested, updated, and warehoused in the DISCO system. In the past several years, DISCO has greatly extended its functionality and has evolved to play a central role in automating the complex, ongoing process of harvesting, validating, integrating, and displaying neuroscience data from a growing set of participating resources. This paper provides an overview of DISCO's current capabilities and discusses a number of the challenges and future directions related to the process of coordinating the integration of neuroscience data within the NIF Federation.

  1. Tendinopathy: Evidence-Informed Physical Therapy Clinical Reasoning.

    Science.gov (United States)

    Vicenzino, Bill

    2015-11-01

    Patients presenting with pain at the tendon, which is associated with physical tasks and activities that specifically load that tendon, are at the center of this special issue. The current terminology for a symptomatic tendon presentation is tendinopathy, as this does not denote an underlying pathology, but rather signals that all is not well in the tendon. Tendinopathy is a prevalent and substantial problem, as it interferes with a person's capacity to lead a physically active and healthy life, which has a considerable flow-on effect on society in general. This issue deals with the contemporary physical therapy management of tendinopathy by providing a mix of evidence review and clinical expert opinion on commonly presenting tendinopathies of the lower and upper limbs. J Orthop Sports Phys Ther 2015;45(11):816-818. doi:10.2519/jospt.2015.0110.

  2. 76 FR 24911 - Notice of Submission of Proposed Information Collection to OMB; Public Housing Physical Needs...

    Science.gov (United States)

    2011-05-03

    ...The proposed information collection requirement described below has been submitted to the Office of Management and Budget (OMB) for review, as required by the Paperwork Reduction Act. The Department is soliciting public comments on the subject proposal. PHAs will complete a PNA once every 5 years, will update the PNA annually, and will submit information electronically to HUD. The information is used by PHAs as a strategic and capital planning tool. The information uploaded to HUD will be used for aggregation of an estimate of the capital needs across the Public Housing portfolio and evaluation of the impact of the Capital Fund in meeting the physical needs based upon review of the annual updates.

  3. Social Intuition and Social Information in Physical Child Abuse Evaluation and Diagnosis.

    Science.gov (United States)

    Keenan, Heather T; Cook, Lawrence J; Olson, Lenora M; Bardsley, Tyler; Campbell, Kristine A

    2017-11-01

    Poor and minority children with injuries concerning for abuse are evaluated and diagnosed for abuse differentially. We hypothesized that 2 steps in the decision-making process would influence evaluation and diagnosis: social intuition from meeting the family and objective social information associated with child abuse risk. Between 2009 and 2013, 32 child abuse pediatricians (CAPs) submitted 730 child abuse consultations including original medical evaluations and diagnoses. CAPs evaluated and diagnosed each other's cases. Comparisons of evaluations and diagnoses were made by levels of social understanding available to the CAP: meeting the family (social intuition and information), reading the case (social information), and reading the case without social information. Evaluations were compared with a consensus gold standard by using logistic regression modeling adjusting for child and CAP characteristics. Diagnostic categories were compared by level of social understanding and diagnostic certainty by using contingency tables. CAPs without access to social intuition were approximately twice as likely to perform gold standard evaluations for neurotrauma and long bone fracture compared with CAPs who met families. Diagnostic agreement fell from 73.3% (95% confidence interval [CI]: 70.1%-76.5%) when social information was present to 66.5% (95% CI: 63.1%-70.0%) when social information was restricted. In cases with less certainty, agreement dropped to 51.3% (95% CI: 46.0%-56.7%). Social intuition and information play a role in the physical child abuse decision-making process, which may contribute to differential diagnosis. Simple interventions including decision tools, check lists, and peer review may structure evaluations to ensure children's equal treatment. Copyright © 2017 by the American Academy of Pediatrics.

  4. Informal education and youth leisure. The influence of friends in the abandonment of physical sport activity

    Directory of Open Access Journals (Sweden)

    M Angeles Valdemoros San Emeterio

    2012-07-01

    Full Text Available The goal of this research is to determine whether the importance granted by friends to physical-sport activities influences adolescents’ dropout of physical-sport.A methodological triangulation was conducted, using quantitative and qualitative techniques. In the quantitative technique. the final sample comprised 1978 subjects, 51.7% girls and 48.3% boys. Descriptive analysis, inferential analysis (Cramer’s V, and multinomial regression analysis were performed on the data collected with the questionnaire.In the qualitative technique, four focus groups (n = 41were employed: parents, Physical Education teachers, teachers from other areas, and adolsescents. Results show that girls’ dropout rate is three times higher than that of the boys, and they are four times more likely to abandon this lifestyle than boys.The peer group is one of the most powerful informal education agents to influence adolescents’ physical-sport practice, but its influence varies by sex. If friends grant much, some, or very much importance to physical-sport practice, girls are less likely to drop out of such practice, but when boys’ friends grant no importance to physical-sport activity, they are five times more likely to drop out.

  5. Vaccine Hesitancy and Online Information: The Influence of Digital Networks.

    Science.gov (United States)

    Getman, Rebekah; Helmi, Mohammad; Roberts, Hal; Yansane, Alfa; Cutler, David; Seymour, Brittany

    2017-12-01

    This article analyzes the digital childhood vaccination information network for vaccine-hesitant parents. The goal of this study was to explore the structure and influence of vaccine-hesitant content online by generating a database and network analysis of vaccine-relevant content. We used Media Cloud, a searchable big-data platform of over 550 million stories from 50,000 media sources, for quantitative and qualitative study of an online media sample based on keyword selection. We generated a hyperlink network map and measured indegree centrality of the sources and vaccine sentiment for a random sample of 450 stories. 28,122 publications from 4,817 sources met inclusion criteria. Clustered communities formed based on shared hyperlinks; communities tended to link within, not among, each other. The plurality of information was provaccine (46.44%, 95% confidence interval [39.86%, 53.20%]). The most influential sources were in the health community (National Institutes of Health, Centers for Disease Control and Prevention) or mainstream media ( New York Times); some user-generated sources also had strong influence and were provaccine (Wikipedia). The vaccine-hesitant community rarely interacted with provaccine content and simultaneously used primary provaccine content within vaccine-hesitant narratives. The sentiment of the overall conversation was consistent with scientific evidence. These findings demonstrate an online environment where scientific evidence online drives vaccine information outside of the vaccine-hesitant community but is also prominently used and misused within the robust vaccine-hesitant community. Future communication efforts should take current context into account; more information may not prevent vaccine hesitancy.

  6. Data catalog project—A browsable, searchable, metadata system

    International Nuclear Information System (INIS)

    Stillerman, Joshua; Fredian, Thomas; Greenwald, Martin; Manduchi, Gabriele

    2016-01-01

    Modern experiments are typically conducted by large, extended groups, where researchers rely on other team members to produce much of the data they use. The experiments record very large numbers of measurements that can be difficult for users to find, access and understand. We are developing a system for users to annotate their data products with structured metadata, providing data consumers with a discoverable, browsable data index. Machine understandable metadata captures the underlying semantics of the recorded data, which can then be consumed by both programs, and interactively by users. Collaborators can use these metadata to select and understand recorded measurements. The data catalog project is a data dictionary and index which enables users to record general descriptive metadata, use cases and rendering information as well as providing them a transparent data access mechanism (URI). Users describe their diagnostic including references, text descriptions, units, labels, example data instances, author contact information and data access URIs. The list of possible attribute labels is extensible, but limiting the vocabulary of names increases the utility of the system. The data catalog is focused on the data products and complements process-based systems like the Metadata Ontology Provenance project [Greenwald, 2012; Schissel, 2015]. This system can be coupled with MDSplus to provide a simple platform for data driven display and analysis programs. Sites which use MDSplus can describe tree branches, and if desired create ‘processed data trees’ with homogeneous node structures for measurements. Sites not currently using MDSplus can either use the database to reference local data stores, or construct an MDSplus tree whose leaves reference the local data store. A data catalog system can provide a useful roadmap of data acquired from experiments or simulations making it easier for researchers to find and access important data and understand the meaning of the

  7. Data catalog project—A browsable, searchable, metadata system

    Energy Technology Data Exchange (ETDEWEB)

    Stillerman, Joshua, E-mail: jas@psfc.mit.edu [MIT Plasma Science and Fusion Center, Cambridge, MA (United States); Fredian, Thomas; Greenwald, Martin [MIT Plasma Science and Fusion Center, Cambridge, MA (United States); Manduchi, Gabriele [Consorzio RFX, Euratom-ENEA Association, Corso Stati Uniti 4, Padova 35127 (Italy)

    2016-11-15

    Modern experiments are typically conducted by large, extended groups, where researchers rely on other team members to produce much of the data they use. The experiments record very large numbers of measurements that can be difficult for users to find, access and understand. We are developing a system for users to annotate their data products with structured metadata, providing data consumers with a discoverable, browsable data index. Machine understandable metadata captures the underlying semantics of the recorded data, which can then be consumed by both programs, and interactively by users. Collaborators can use these metadata to select and understand recorded measurements. The data catalog project is a data dictionary and index which enables users to record general descriptive metadata, use cases and rendering information as well as providing them a transparent data access mechanism (URI). Users describe their diagnostic including references, text descriptions, units, labels, example data instances, author contact information and data access URIs. The list of possible attribute labels is extensible, but limiting the vocabulary of names increases the utility of the system. The data catalog is focused on the data products and complements process-based systems like the Metadata Ontology Provenance project [Greenwald, 2012; Schissel, 2015]. This system can be coupled with MDSplus to provide a simple platform for data driven display and analysis programs. Sites which use MDSplus can describe tree branches, and if desired create ‘processed data trees’ with homogeneous node structures for measurements. Sites not currently using MDSplus can either use the database to reference local data stores, or construct an MDSplus tree whose leaves reference the local data store. A data catalog system can provide a useful roadmap of data acquired from experiments or simulations making it easier for researchers to find and access important data and understand the meaning of the

  8. CREATING AN INFORMATIONAL WEBSITE FOR PHYSICS ACADEMIC COURSE: WEB DESIGN SPECIFICS

    Directory of Open Access Journals (Sweden)

    Іryna A. Slipukhina

    2017-12-01

    Full Text Available The article is devoted to the analysis of means and methods of creating an educational informational website for the Physics academic course. The stages of technical task creation, design of the main and typical pages of the website, layout, programming, content filling and publication are considered. The analysis of libraries, frameworks and popular WordPress and Joomla CMSes has been carried out as well as usability testing. Features of ready-made tools suitable for efficient creation of such web applications are considered. The contents of the front end and back end components of the given specification, as well as their connection with AJAX, are determined. The features of the WordPress architecture and the location of JSON files for the transmission of structured information are revealed. An original Student Score plugin for WordPress, that allows managing the contents of the e-register and displaying them for a teacher and students, as well as plugins for managing electronic laboratory reporting and user administration have been created.

  9. ACHP | Task Force on Rightsizing and Historic Preservation

    Science.gov (United States)

    force is to advise the Administration and Congress on policies, procedural improvements, and incentives direct technical assistance, a searchable Resource Library comprised of current resources focusing on regarding TIGER grant recipients, and information on federal policies impacting transportation planning. The

  10. Utilization of the world wide web

    International Nuclear Information System (INIS)

    Mohr, P.; Mallard, G.; Ralchenko, U.; Schultz, D.

    1998-01-01

    Two aspects of utilization of the World Wide Web are examined: (i) the communication of technical data through web cites that provide repositories of atomic and molecular data accessible through searchable databases; and (ii) the communication about issues of mutual concern among data producers, data compilers and evaluators, and data users. copyright 1998 American Institute of Physics

  11. Information Resources in High-Energy Physics Surveying the Present Landscape and Charting the Future Course

    CERN Document Server

    Gentil-Beccot, Anne; Mele, Salvatore; Holtkamp, Annette; O'Connell, Heath B; Brooks, Travis C

    2009-01-01

    Access to previous results is of paramount importance in the scientific process. Recent progress in information management focuses on building e-infrastructures for the optimization of the research workflow, through both policy-driven and user-pulled dynamics. For decades, High-Energy Physics (HEP) has pioneered innovative solutions in the field of information management and dissemination. In light of a transforming information environment, it is important to assess the current usage of information resources by researchers and HEP provides a unique test-bed for this assessment. A survey of about 10% of practitioners in the field reveals usage trends and information needs. Community-based services, such as the pioneering arXiv and SPIRES systems, largely answer the need of the scientists, with a limited but increasing fraction of younger users relying on Google. Commercial services offered by publishers or database vendors are essentially unused in the field. The survey offers an insight into the most importan...

  12. Measurement and Assessment of Physical Activity by Information and Communication Technology.

    Science.gov (United States)

    Zhang, Qun; Yang, Xi; Liu, Dan; Zhao, Wen Hua

    2017-06-01

    This study provides explorative insights into the information and communication technology (ICT) for promoting the physical activity level. ICT has provided innovative ideas and perspectives for PA measurement, assessment, evaluation and health intervention. ICT that aims to increase exercise for the entire population should be of a well-oriented and easy-to-use design with the options of tailored and personalized feedback, coaching, and ranking and supporting; it should be capable of setting goals and working with a schedule and be accompanied by a website to provide overviews of the users' exercise results and progress. Copyright © 2017 The Editorial Board of Biomedical and Environmental Sciences. Published by China CDC. All rights reserved.

  13. Search in spatial scale-free networks

    International Nuclear Information System (INIS)

    Thadakamalla, H P; Albert, R; Kumara, S R T

    2007-01-01

    We study the decentralized search problem in a family of parameterized spatial network models that are heterogeneous in node degree. We investigate several algorithms and illustrate that some of these algorithms exploit the heterogeneity in the network to find short paths by using only local information. In addition, we demonstrate that the spatial network model belongs to a classof searchable networks for a wide range of parameter space. Further, we test these algorithms on the US airline network which belongs to this class of networks and demonstrate that searchability is a generic property of the US airline network. These results provide insights on designing the structure of distributed networks that need effective decentralized search algorithms

  14. pedometer-measured physical activity, self-reported physical activity

    African Journals Online (AJOL)

    between self-reported and pedometer-measured physical activity was also determined. Results. Average ... Methods. This was a cross-sectional study among employed South African adults. Participant ... acquired information on physical activity habits. Questions ..... How many days of monitoring predict physical activity and ...

  15. DEVELOPMENT OF EDUCATION AND INFORMATION PORTAL OF PHYSICS ACADEMIC COURSE: WEB DESIGN FEATURES

    Directory of Open Access Journals (Sweden)

    Іryna A. Slipukhina

    2018-04-01

    Full Text Available The purpose of this article is to present the main components and features of designing an educational and informational portal for students. Selection of personal trajectory is realized through the use of personal account, which includes electronic laboratory reports, information materials on studying progress, means of communication with a teacher, etc. The created portal allows the administrator to easily monitor and check laboratory reports, keep an e-journal with grades. To develop the website design, functional modules and components, the Adobe Photoshop ™ environment was used, as well as the HTML and CSS layout of the web portal. The modern Bootstrap technology was applied to adapt the web page interface. The didactic opportunities of using this portal as a part of personalization process in teaching physics were considered.

  16. A contextual image segmentation system using a priori information for automatic data classification in nuclear physics

    International Nuclear Information System (INIS)

    Benkirane, A.; Auger, G.; Chbihi, A.; Bloyet, D.; Plagnol, E.

    1994-01-01

    This paper presents an original approach to solve an automatic data classification problem by means of image processing techniques. The classification is achieved using image segmentation techniques for extracting the meaningful classes. Two types of information are merged for this purpose: the information contained in experimental images and a priori information derived from underlying physics (and adapted to image segmentation problem). This data fusion is widely used at different stages of the segmentation process. This approach yields interesting results in terms of segmentation performances, even in very noisy cases. Satisfactory classification results are obtained in cases where more ''classical'' automatic data classification methods fail. (authors). 25 refs., 14 figs., 1 append

  17. A contextual image segmentation system using a priori information for automatic data classification in nuclear physics

    Energy Technology Data Exchange (ETDEWEB)

    Benkirane, A; Auger, G; Chbihi, A [Grand Accelerateur National d` Ions Lourds (GANIL), 14 - Caen (France); Bloyet, D [Caen Univ., 14 (France); Plagnol, E [Paris-11 Univ., 91 - Orsay (France). Inst. de Physique Nucleaire

    1994-12-31

    This paper presents an original approach to solve an automatic data classification problem by means of image processing techniques. The classification is achieved using image segmentation techniques for extracting the meaningful classes. Two types of information are merged for this purpose: the information contained in experimental images and a priori information derived from underlying physics (and adapted to image segmentation problem). This data fusion is widely used at different stages of the segmentation process. This approach yields interesting results in terms of segmentation performances, even in very noisy cases. Satisfactory classification results are obtained in cases where more ``classical`` automatic data classification methods fail. (authors). 25 refs., 14 figs., 1 append.

  18. Nodding syndrome in Mundri county, South Sudan: environmental ...

    African Journals Online (AJOL)

    EB

    Juba, South Sudan, and by an electronic search for information on the environmental ... (www.sudanarchive.net), a word-searchable, full-text database of historical and ..... the sight of food and placement of food in the mouth, as well as the act ...

  19. Information Resources in High-Energy Physics: Surveying the Present Landscape and Charting the Future Course

    Energy Technology Data Exchange (ETDEWEB)

    Gentil-Beccot, Anne; Mele, Salvatore; Holtkamp, Annette; O' Connell, Heath B.; Brooks, Travis C.

    2008-04-22

    Access to previous results is of paramount importance in the scientific process. Recent progress in information management focuses on building e-infrastructures for the optimization of the research workflow, through both policy-driven and user-pulled dynamics. For decades, High-Energy Physics (HEP) has pioneered innovative solutions in the field of information management and dissemination. In light of a transforming information environment, it is important to assess the current usage of information resources by researchers and HEP provides a unique test-bed for this assessment. A survey of about 10% of practitioners in the field reveals usage trends and information needs. Community-based services, such as the pioneering arXiv and SPIRES systems, largely answer the need of the scientists, with a limited but increasing fraction of younger users relying on Google. Commercial services offered by publishers or database vendors are essentially unused in the field. The survey offers an insight into the most important features that users require to optimize their research workflow. These results inform the future evolution of information management in HEP and, as these researchers are traditionally 'early adopters' of innovation in scholarly communication, can inspire developments of disciplinary repositories serving other communities.

  20. Information Resources in High-Energy Physics: Surveying the Present Landscape and Charting the Future Course

    International Nuclear Information System (INIS)

    Gentil-Beccot, Anne; Mele, Salvatore; Holtkamp, Annette; O'Connell, Heath B.; Brooks, Travis C.

    2008-01-01

    Access to previous results is of paramount importance in the scientific process. Recent progress in information management focuses on building e-infrastructures for the optimization of the research workflow, through both policy-driven and user-pulled dynamics. For decades, High-Energy Physics (HEP) has pioneered innovative solutions in the field of information management and dissemination. In light of a transforming information environment, it is important to assess the current usage of information resources by researchers and HEP provides a unique test-bed for this assessment. A survey of about 10% of practitioners in the field reveals usage trends and information needs. Community-based services, such as the pioneering arXiv and SPIRES systems, largely answer the need of the scientists, with a limited but increasing fraction of younger users relying on Google. Commercial services offered by publishers or database vendors are essentially unused in the field. The survey offers an insight into the most important features that users require to optimize their research workflow. These results inform the future evolution of information management in HEP and, as these researchers are traditionally 'early adopters' of innovation in scholarly communication, can inspire developments of disciplinary repositories serving other communities

  1. Effects of Trail Information on Physical Activity Enjoyment

    Science.gov (United States)

    Erik Rosegard

    2004-01-01

    Moderate physical activity (PA) improves physical fitness measures (i.e., aerobic capacity, agility, flexibility, body composition, and muscular endurance and strength). In addition to numerous physiological benefits, PA has been shown to increase cognitive and emotional functioning. These benefits lead to improved immune response and have been associated with...

  2. FDA toxicity databases and real-time data entry

    International Nuclear Information System (INIS)

    Arvidson, Kirk B.

    2008-01-01

    Structure-searchable electronic databases are valuable new tools that are assisting the FDA in its mission to promptly and efficiently review incoming submissions for regulatory approval of new food additives and food contact substances. The Center for Food Safety and Applied Nutrition's Office of Food Additive Safety (CFSAN/OFAS), in collaboration with Leadscope, Inc., is consolidating genetic toxicity data submitted in food additive petitions from the 1960s to the present day. The Center for Drug Evaluation and Research, Office of Pharmaceutical Science's Informatics and Computational Safety Analysis Staff (CDER/OPS/ICSAS) is separately gathering similar information from their submissions. Presently, these data are distributed in various locations such as paper files, microfiche, and non-standardized toxicology memoranda. The organization of the data into a consistent, searchable format will reduce paperwork, expedite the toxicology review process, and provide valuable information to industry that is currently available only to the FDA. Furthermore, by combining chemical structures with genetic toxicity information, biologically active moieties can be identified and used to develop quantitative structure-activity relationship (QSAR) modeling and testing guidelines. Additionally, chemicals devoid of toxicity data can be compared to known structures, allowing for improved safety review through the identification and analysis of structural analogs. Four database frameworks have been created: bacterial mutagenesis, in vitro chromosome aberration, in vitro mammalian mutagenesis, and in vivo micronucleus. Controlled vocabularies for these databases have been established. The four separate genetic toxicity databases are compiled into a single, structurally-searchable database for easy accessibility of the toxicity information. Beyond the genetic toxicity databases described here, additional databases for subchronic, chronic, and teratogenicity studies have been prepared

  3. OLYMPUS DISS - A Readily Implemented Geographic Data and Information Sharing System

    Science.gov (United States)

    Necsoiu, D. M.; Winfrey, B.; Murphy, K.; McKague, H. L.

    2002-12-01

    Electronic information technology has become a crucial component of business, government, and scientific organizations. In this technology era, many enterprises are moving away from the perception that information repositories are only a tool for decision-making. Instead, many organizations are learning that information systems, which are capable of organizing and following the interrelations between information and both the short-term and strategic organizational goals, are assets themselves, with inherent value. Olympus Data and Information Sharing System (DISS) is a system developed at the Center for Nuclear Waste Regulatory Analyses (CNWRA) to solve several difficult tasks associated with the management of geographical, geological and geophysical data. Three of the tasks were to (1) gather the large amount of heterogeneous information that has accumulated over the operational lifespan of CNWRA, (2) store the data in a central, knowledge-based, searchable database and (3) create quick, easy, convenient, and reliable access to that information. Faced with these difficult tasks CNWRA identified the requirements for designing such a system. Key design criteria were: (a) ability to ingest different data formats (i.e., raster, vector, and tabular data); (b) minimal expense using open-source and commercial off-the-shelf software; (c) seamless management of geospatial data, freeing up time for researchers to focus on analyses or algorithm development, rather than on time consuming format conversions; (d) controlled access; and (e) scalable architecture to meet new and continuing demands. Olympus DISS is a solution that can be easily adapted to small and mid-size enterprises dealing with heterogeneous geographic data. It uses established data standards, provides a flexible mechanism to build applications upon and output geographic data in multiple and clear ways. This abstract is an independent product of the CNWRA and does not necessarily reflect the views or

  4. Developing Broader Impacts Activities through Informal STEM Education Collaborations and Strategies

    Science.gov (United States)

    Bell, James

    2015-03-01

    With the National Science Foundation and other funding agencies' renewed emphasis on broader impacts merit criterion in proposals, investigators and directors of education, outreach and engagement are challenged to identify, plan and implement innovative and transformative activities that engage a variety of audiences in the broader impacts of scientific research. These activities are also often required to have an evaluation plan for assessing the effectiveness of the strategies employed to achieve learning goals or other intended impacts. One approach to developing such plans is to partner with an informal science education institution, program, project or individual to create exhibits, media or programming that will convey the scientific concepts and processes involved in research and engage students and public audiences in appreciation for, and understanding of same. A growing body of evidence -based knowledge about what works for whom and under what conditions in fostering science learning and literacy in informal settings, as well as an expanding network of informal science, technology, engineering and math (STEM) education professionals provide researchers, graduate students and staff resources to tap into as they consider their broader impacts directions. Web infrastructure like the informalscience.org website and others offer aggregated, vetted, and searchable examples of successful partnerships and strategies, as well as access to a community of colleagues working at the nexus of scientific research and informal education for further exploration. Through heightened awareness, stronger connectivity and a growing repository of knowledge, projects like the Center for Advancement of Informal Science Education (CAISE) hope to support and disseminate the results of efforts that are enhancing the quality and visibility of broader impacts activities in whatever form they take.

  5. Childhood Maltreatment and the Development of Relational and Physical Aggression: The Importance of a Gender-Informed Approach

    Science.gov (United States)

    Cullerton-Sen, Crystal; Cassidy, Adam R.; Murray-Close, Dianna; Cicchetti, Dante; Crick, Nicki R.; Rogosch, Fred A.

    2012-01-01

    This investigation examined the associations between maltreatment and aggression using a gender-informed approach. Peer ratings, peer nominations, and counselor reports of aggression were collected on 211 maltreated and 199 non-maltreated inner-city youth (mean age = 9.9 years) during a summer day camp. Maltreatment was associated with aggressive conduct; however, these effects were qualified by gender, maltreatment subtype, and the form of aggression under investigation. Findings revealed that maltreatment was associated with physical aggression for boys and relational aggression for girls. Physical abuse was associated with physically aggressive behaviors, but sexual abuse predicted relational aggression for girls only. Findings suggest that investigating the interaction between familial risk and gender is important in understanding aggressive behaviors of boys and girls. PMID:19037946

  6. Quantifying and reducing model-form uncertainties in Reynolds-averaged Navier–Stokes simulations: A data-driven, physics-informed Bayesian approach

    International Nuclear Information System (INIS)

    Xiao, H.; Wu, J.-L.; Wang, J.-X.; Sun, R.; Roy, C.J.

    2016-01-01

    Despite their well-known limitations, Reynolds-Averaged Navier–Stokes (RANS) models are still the workhorse tools for turbulent flow simulations in today's engineering analysis, design and optimization. While the predictive capability of RANS models depends on many factors, for many practical flows the turbulence models are by far the largest source of uncertainty. As RANS models are used in the design and safety evaluation of many mission-critical systems such as airplanes and nuclear power plants, quantifying their model-form uncertainties has significant implications in enabling risk-informed decision-making. In this work we develop a data-driven, physics-informed Bayesian framework for quantifying model-form uncertainties in RANS simulations. Uncertainties are introduced directly to the Reynolds stresses and are represented with compact parameterization accounting for empirical prior knowledge and physical constraints (e.g., realizability, smoothness, and symmetry). An iterative ensemble Kalman method is used to assimilate the prior knowledge and observation data in a Bayesian framework, and to propagate them to posterior distributions of velocities and other Quantities of Interest (QoIs). We use two representative cases, the flow over periodic hills and the flow in a square duct, to evaluate the performance of the proposed framework. Both cases are challenging for standard RANS turbulence models. Simulation results suggest that, even with very sparse observations, the obtained posterior mean velocities and other QoIs have significantly better agreement with the benchmark data compared to the baseline results. At most locations the posterior distribution adequately captures the true model error within the developed model form uncertainty bounds. The framework is a major improvement over existing black-box, physics-neutral methods for model-form uncertainty quantification, where prior knowledge and details of the models are not exploited. This approach has

  7. Quantifying and reducing model-form uncertainties in Reynolds-averaged Navier–Stokes simulations: A data-driven, physics-informed Bayesian approach

    Energy Technology Data Exchange (ETDEWEB)

    Xiao, H., E-mail: hengxiao@vt.edu; Wu, J.-L.; Wang, J.-X.; Sun, R.; Roy, C.J.

    2016-11-01

    Despite their well-known limitations, Reynolds-Averaged Navier–Stokes (RANS) models are still the workhorse tools for turbulent flow simulations in today's engineering analysis, design and optimization. While the predictive capability of RANS models depends on many factors, for many practical flows the turbulence models are by far the largest source of uncertainty. As RANS models are used in the design and safety evaluation of many mission-critical systems such as airplanes and nuclear power plants, quantifying their model-form uncertainties has significant implications in enabling risk-informed decision-making. In this work we develop a data-driven, physics-informed Bayesian framework for quantifying model-form uncertainties in RANS simulations. Uncertainties are introduced directly to the Reynolds stresses and are represented with compact parameterization accounting for empirical prior knowledge and physical constraints (e.g., realizability, smoothness, and symmetry). An iterative ensemble Kalman method is used to assimilate the prior knowledge and observation data in a Bayesian framework, and to propagate them to posterior distributions of velocities and other Quantities of Interest (QoIs). We use two representative cases, the flow over periodic hills and the flow in a square duct, to evaluate the performance of the proposed framework. Both cases are challenging for standard RANS turbulence models. Simulation results suggest that, even with very sparse observations, the obtained posterior mean velocities and other QoIs have significantly better agreement with the benchmark data compared to the baseline results. At most locations the posterior distribution adequately captures the true model error within the developed model form uncertainty bounds. The framework is a major improvement over existing black-box, physics-neutral methods for model-form uncertainty quantification, where prior knowledge and details of the models are not exploited. This approach

  8. Relative performance of commonly used physical function questionnaires in rheumatoid arthritis and a patient-reported outcomes measurement information system computerized adaptive test

    NARCIS (Netherlands)

    Oude Voshaar, Antonius H.; ten Klooster, Peter M.; Glas, Cornelis A.W.; Vonkeman, Harald Erwin; Krishnan, Eswar; van de Laar, Mart A F J

    2014-01-01

    OBJECTIVE: To evaluate and compare the measurement precision and sensitivity to change of the Health Assessment Questionnaire disability index (HAQ DI), the Short Form 36 physical functioning scale (PF-10), and simulated Patient-Reported Outcomes Measurement Information System (PROMIS) physical

  9. Classification of Physical Activity: Information to Artificial Pancreas Control Systems in Real Time.

    Science.gov (United States)

    Turksoy, Kamuran; Paulino, Thiago Marques Luz; Zaharieva, Dessi P; Yavelberg, Loren; Jamnik, Veronica; Riddell, Michael C; Cinar, Ali

    2015-10-06

    Physical activity has a wide range of effects on glucose concentrations in type 1 diabetes (T1D) depending on the type (ie, aerobic, anaerobic, mixed) and duration of activity performed. This variability in glucose responses to physical activity makes the development of artificial pancreas (AP) systems challenging. Automatic detection of exercise type and intensity, and its classification as aerobic or anaerobic would provide valuable information to AP control algorithms. This can be achieved by using a multivariable AP approach where biometric variables are measured and reported to the AP at high frequency. We developed a classification system that identifies, in real time, the exercise intensity and its reliance on aerobic or anaerobic metabolism and tested this approach using clinical data collected from 5 persons with T1D and 3 individuals without T1D in a controlled laboratory setting using a variety of common types of physical activity. The classifier had an average sensitivity of 98.7% for physiological data collected over a range of exercise modalities and intensities in these subjects. The classifier will be added as a new module to the integrated multivariable adaptive AP system to enable the detection of aerobic and anaerobic exercise for enhancing the accuracy of insulin infusion strategies during and after exercise. © 2015 Diabetes Technology Society.

  10. Development of an evidence-informed leisure time physical activity resource for adults with spinal cord injury: the SCI Get Fit Toolkit.

    Science.gov (United States)

    Arbour-Nicitopoulos, K P; Martin Ginis, K A; Latimer-Cheung, A E; Bourne, C; Campbell, D; Cappe, S; Ginis, S; Hicks, A L; Pomerleau, P; Smith, K

    2013-06-01

    To systematically develop an evidence-informed leisure time physical activity (LTPA) resource for adults with spinal cord injury (SCI). Canada. The Appraisal of Guidelines, Research and Evaluation (AGREE) II protocol was used to develop a toolkit to teach and encourage adults with SCI how to make smart and informed choices about being physically active. A multidisciplinary expert panel appraised the evidence and generated specific recommendations for the content of the toolkit. Pilot testing was conducted to refine the toolkit's presentation. Recommendations emanating from the consultation process were that the toolkit be a brief, evidence-based resource that contains images of adults with tetraplegia and paraplegia, and links to more detailed online information. The content of the toolkit should include the physical activity guidelines (PAGs) for adults with SCI, activities tailored to manual and power chair users, the benefits of LTPA, and strategies to overcome common LTPA barriers for adults with SCI. The inclusion of action plans and safety tips was also recommended. These recommendations have resulted in the development of an evidence-informed LTPA resource to assist adults with SCI in meeting the PAGs. This toolkit will have important implications for consumers, health care professionals and policy makers for encouraging LTPA in the SCI community.

  11. Autonomous Language Learning on Twitter: Performing Affiliation with Target Language Users through #hashtags

    Science.gov (United States)

    Solmaz, Osman

    2017-01-01

    The purpose of this study is to examine the potential of social networking sites for autonomous language learners, specifically the role of hashtag literacies in learners' affiliation performances with native speakers. Informed by ecological approach and guided by Zappavigna's (2012) concepts of "searchable talk" and "ambient…

  12. Retrieving Radio News Broadcasts in Danish: Accuracy and Categorization of Unrecognized Words

    DEFF Research Database (Denmark)

    Hertzum, Morten; Lund, Haakon; Troelsgaard, Rasmus

    2016-01-01

    Digital archives of radio news broadcasts can possibly be made searchable by combining speech recognition with information retrieval. We explore this possibility for the retrieval of news broadcasts in Danish. An average of 84% of the words in the broadcasts was recognized. Most of the unrecogniz...

  13. On-line integration of computer controlled diagnostic devices and medical information systems in undergraduate medical physics education for physicians.

    Science.gov (United States)

    Hanus, Josef; Nosek, Tomas; Zahora, Jiri; Bezrouk, Ales; Masin, Vladimir

    2013-01-01

    We designed and evaluated an innovative computer-aided-learning environment based on the on-line integration of computer controlled medical diagnostic devices and a medical information system for use in the preclinical medical physics education of medical students. Our learning system simulates the actual clinical environment in a hospital or primary care unit. It uses a commercial medical information system for on-line storage and processing of clinical type data acquired during physics laboratory classes. Every student adopts two roles, the role of 'patient' and the role of 'physician'. As a 'physician' the student operates the medical devices to clinically assess 'patient' colleagues and records all results in an electronic 'patient' record. We also introduced an innovative approach to the use of supportive education materials, based on the methods of adaptive e-learning. A survey of student feedback is included and statistically evaluated. The results from the student feedback confirm the positive response of the latter to this novel implementation of medical physics and informatics in preclinical education. This approach not only significantly improves learning of medical physics and informatics skills but has the added advantage that it facilitates students' transition from preclinical to clinical subjects. Copyright © 2011 Associazione Italiana di Fisica Medica. Published by Elsevier Ltd. All rights reserved.

  14. Physical literacy

    OpenAIRE

    Roučka, Ladislav

    2013-01-01

    Topic: Physical literacy Goals: The aproximation of physical literacy, collection and evaluation questionnaires of physical literacy knowledge and students anamnesis. Description of applicants progress in the specific movement skills. Method: Unified questionnaires was used for obtaining informations. We make video for movement analysis. Results: The results didn't obtain our expectation that students are able to express precisely the content of physical literacy by specific skills. However, ...

  15. [Medical prescription and informed consent for the use of physical restraints in nursing homes in the Canary Islands (Spain)].

    Science.gov (United States)

    Estévez-Guerra, Gabriel J; Fariña-López, Emilio; Penelo, Eva

    To identify the frequency of completion of informed consent and medical prescription in the clinical records of older patients subject to physical restraint, and to analyse the association between patient characteristics and the absence of such documentation. A cross-sectional and descriptive multicentre study with direct observation and review of clinical records was conducted in nine public nursing homes, comprising 1,058 beds. 274 residents were physically restrained. Informed consent was not included in 82.5% of cases and was incomplete in a further 13.9%. There was no medical prescription in 68.3% of cases and it was incomplete in a further 12.0%. The only statistical association found was between the lack of prescription and the patients' advanced age (PR=1.03; p <0.005). Failure to produce this documentation contravenes the law. Organisational characteristics, ignorance of the legal requirements or the fact that some professionals may consider physical restraint to be a risk-free procedure may explain these results. Copyright © 2016 SESPAS. Publicado por Elsevier España, S.L.U. All rights reserved.

  16. Development of a PC based health physics information management system

    International Nuclear Information System (INIS)

    Dhanasekaran, A.; Baskar, S.; Rajagopal, V.

    2010-01-01

    A Compact Reprocessing of Advanced fuels in Lead cells facility-(CORAL) has successfully reprocessed the mixed carbide fuel from FBTR of varying bum-ups upto 155 GWd/t. Being first of its kind with mixed carbide fuel with high plutonium content and very high burn-up, it calls for high alertness to Health Physics professionals from the standpoint of providing radiation protection to occupational workers. Towards this, large amount of data, generated during different reprocessing campaigns, had to be analyzed. Each campaign is unique due to the reprocessing of different bum-ups of the spent fuel. Being a pilot plant, many development works are also taken up and due to this, major maintenance works, especially the unforeseen one, are involved involving higher radiation fields. These result in the collection of large amount of data and they are in the form of logbooks, record books, files and survey forms and more often health physicists had to refer back these for providing the information, within a time frame, either for preparing reports or for making appropriate decisions pertaining to specific operations, investigations etc. This requires an organized and dedicated data archival system. A computer based Radiological Information Management System in a nuclear facility is essential and with the operating experience so far, the developed database fulfils the minimum requirement and made life simpler to the operational health physicists for enhanced quality of radiological surveillance

  17. Perceptions of teachers' general and informational feedback and intrinsic motivation in physical education: two-year effects.

    Science.gov (United States)

    Koka, Andre; Hein, Vello

    2006-10-01

    Relative change or stability of perceived positive general feedback and perceived informational feedback and their influence on students' intrinsic motivation in physical education over two years were examined. 302 students, ages 11 to 15 years, responded to the Perception of Teacher's Feedback questionnaire. Two years later, these students filled out the questionnaire again, along with a modified version of the Sport Motivation Scale. Analysis showed that both types of perceived feedback exhibited moderate stability over the two years. Perceived positive general feedback demonstrated a significant direct effect on students' intrinsic motivation measured concurrently in physical education. Further, fixing to zero the effect of perceived positive general feedback on intrinsic motivation measured concurrently, an effect emerged over the two years.

  18. Constructor theory of information

    Science.gov (United States)

    Deutsch, David; Marletto, Chiara

    2015-01-01

    We propose a theory of information expressed solely in terms of which transformations of physical systems are possible and which are impossible—i.e. in constructor-theoretic terms. It includes conjectured, exact laws of physics expressing the regularities that allow information to be physically instantiated. Although these laws are directly about information, independently of the details of particular physical instantiations, information is not regarded as an a priori mathematical or logical concept, but as something whose nature and properties are determined by the laws of physics alone. This theory solves a problem at the foundations of existing information theory, namely that information and distinguishability are each defined in terms of the other. It also explains the relationship between classical and quantum information, and reveals the single, constructor-theoretic property underlying the most distinctive phenomena associated with the latter, including the lack of in-principle distinguishability of some states, the impossibility of cloning, the existence of pairs of variables that cannot simultaneously have sharp values, the fact that measurement processes can be both deterministic and unpredictable, the irreducible perturbation caused by measurement, and locally inaccessible information (as in entangled systems). PMID:25663803

  19. The problem of information an introduction to information science

    CERN Document Server

    Raber, Douglas

    2003-01-01

    Information can be conceptualized in two fundamentally yet contradictory ways_it appears in the world as both a physical and a cognitive phenomenon. The dilemma information specialists face is similar to that of physicists who must cope with light as both a wave and a particle. Unlike physics, however, information science has yet to develop a unified theory that unites the contradictory conceptions of its essential theoretical object.

  20. Information resources in high-energy physics. Surveying the present landscape and charting the future course

    International Nuclear Information System (INIS)

    Gentil-Beccot, A.; Mele, S.; Holtkamp, A.; O'Connell, H.B.; Brooks, T.C.

    2008-04-01

    Access to previous results is of paramount importance in the scientific process. Recent progress in information management focuses on building e-infrastructures for the optimization of the research workflow, through both policy-driven and user-pulled dynamics. For decades, High-Energy Physics (HEP) has pioneered innovative solutions in the eld of infor- mation management and dissemination. In light of a transforming information environment, it is important to assess the current usage of information resources by researchers and HEP provides a unique test-bed for this assessment. A survey of about 10% of practitioners in the eld reveals usage trends and information needs. Community-based services, such as the pioneering arXiv and SPIRES systems, largely answer the need of the scientists, with a limited but increasing fraction of younger users relying on Google. Commercial services offered by publishers or database vendors are essentially unused in the eld. The survey o ers an in- sight into the most important features that users require to optimize their research workflow. These results inform the future evolution of information management in HEP and, as these researchers are traditionally ''early adopters'' of innovation in scholarly communication, can inspire developments of disciplinary repositories serving other communities. (orig.)

  1. Information resources in high-energy physics. Surveying the present landscape and charting the future course

    Energy Technology Data Exchange (ETDEWEB)

    Gentil-Beccot, A.; Mele, S. [European Organization for Nuclear Research (CERN), Geneva (Switzerland); Holtkamp, A. [Deutsches Elektronen-Synchrotron (DESY), Hamburg (Germany); O' Connell, H.B. [Fermi National Accelerator Lab., Batavia, IL (United States); Brooks, T.C. [Stanford Linear Accelerator Center, Menlo Park, CA (United States)

    2008-04-15

    Access to previous results is of paramount importance in the scientific process. Recent progress in information management focuses on building e-infrastructures for the optimization of the research workflow, through both policy-driven and user-pulled dynamics. For decades, High-Energy Physics (HEP) has pioneered innovative solutions in the eld of infor- mation management and dissemination. In light of a transforming information environment, it is important to assess the current usage of information resources by researchers and HEP provides a unique test-bed for this assessment. A survey of about 10% of practitioners in the eld reveals usage trends and information needs. Community-based services, such as the pioneering arXiv and SPIRES systems, largely answer the need of the scientists, with a limited but increasing fraction of younger users relying on Google. Commercial services offered by publishers or database vendors are essentially unused in the eld. The survey o ers an in- sight into the most important features that users require to optimize their research workflow. These results inform the future evolution of information management in HEP and, as these researchers are traditionally 'early adopters' of innovation in scholarly communication, can inspire developments of disciplinary repositories serving other communities. (orig.)

  2. Information resources in high-energy physics. Surveying the present landscape and charting the future course

    Energy Technology Data Exchange (ETDEWEB)

    Gentil-Beccot, A; Mele, S [European Organization for Nuclear Research (CERN), Geneva (Switzerland); Holtkamp, A [Deutsches Elektronen-Synchrotron (DESY), Hamburg (Germany); O' Connell, H B [Fermi National Accelerator Lab., Batavia, IL (United States); Brooks, T C [Stanford Linear Accelerator Center, Menlo Park, CA (United States)

    2008-04-15

    Access to previous results is of paramount importance in the scientific process. Recent progress in information management focuses on building e-infrastructures for the optimization of the research workflow, through both policy-driven and user-pulled dynamics. For decades, High-Energy Physics (HEP) has pioneered innovative solutions in the eld of infor- mation management and dissemination. In light of a transforming information environment, it is important to assess the current usage of information resources by researchers and HEP provides a unique test-bed for this assessment. A survey of about 10% of practitioners in the eld reveals usage trends and information needs. Community-based services, such as the pioneering arXiv and SPIRES systems, largely answer the need of the scientists, with a limited but increasing fraction of younger users relying on Google. Commercial services offered by publishers or database vendors are essentially unused in the eld. The survey o ers an in- sight into the most important features that users require to optimize their research workflow. These results inform the future evolution of information management in HEP and, as these researchers are traditionally 'early adopters' of innovation in scholarly communication, can inspire developments of disciplinary repositories serving other communities. (orig.)

  3. Relational Aggression, Physical Aggression and Deception during Early Childhood: A Multimethod, Multi-Informant Short-Term Longitudinal Study

    Science.gov (United States)

    Ostrov, Jamie M.; Ries, Emily E.; Stauffacher, Kirstin; Godleski, Stephanie A.; Mullins, Adam D.

    2008-01-01

    A short-term longitudinal study examined relational and physical aggression and deceptive behavior among 120 preschool-aged children (M = 44.36 months old, SD = 11.07). Multiple informants and methods (i.e., observational, teacher reports) were used. Evidence for discriminant validity of the observations of aggression subtypes was found. For…

  4. Consideration on the current status and issues of sensitive information management concerning the physical protection of nuclear material and nuclear facilities

    International Nuclear Information System (INIS)

    Inamura, Tomoaki; Madarame, Haruki

    2009-01-01

    The confidentiality system concerning the physical protection of nuclear materials and nuclear facilities was enacted by revision of the Nuclear Reactor Regulation Law in 2005. We made a comparative analysis with the information security in governmental agencies or financial sectors, in order to consider the way the sensitive information management concerning the physical protection of nuclear materials and nuclear facilities should be. The considerations in this paper are as follows. (1) In order to secure a suitable level of security, close cooperation should be achieved among related governmental agencies. (2) A cycle that continuously evaluates whether suitable management is performed should be established. (3) Excessive secretiveness should be eliminated. (4) An information-sharing system among the related persons beyond the frame of governmental agencies and electricity companies should be established. (5) Improvement in the social acceptability of the sensitive information management is important. (6) Although it is important to perform evaluation by the consideration of suitable balance with information disclosure, it is also important that it is positively shown to society. (author)

  5. Physical attractiveness stereotype and memory.

    Science.gov (United States)

    Rohner, Jean-Christophe; Rasmussen, Anders

    2011-08-01

    Three experiments examined explicit and implicit memory for information that is congruent with the physical attractiveness stereotype (i.e. attractive-positive and unattractive-negative) and information that is incongruent with the physical attractiveness stereotype (i.e. attractive-negative and unattractive-positive). Measures of explicit recognition sensitivity and implicit discriminability revealed a memorial advantage for congruent compared to incongruent information, as evident from hit and false alarm rates and reaction times, respectively. Measures of explicit memory showed a recognition bias toward congruent compared to incongruent information, where participants tended to call congruent information old, independently of whether the information had been shown previously or not. This recognition bias was unrelated to reports of subjective confidence in retrieval. The present findings shed light on the cognitive mechanisms that might mediate discriminatory behavior towards physically attractive and physically unattractive individuals. © 2011 The Authors. Scandinavian Journal of Psychology © 2011 The Scandinavian Psychological Associations.

  6. Environmental Influences on Physical Activity among Rural Adults in Montana, United States: Views from Built Environment Audits, Resident Focus Groups, and Key Informant Interviews.

    Science.gov (United States)

    Lo, Brian K; Morgan, Emily H; Folta, Sara C; Graham, Meredith L; Paul, Lynn C; Nelson, Miriam E; Jew, Nicolette V; Moffat, Laurel F; Seguin, Rebecca A

    2017-10-04

    Rural populations in the United States have lower physical activity levels and are at a higher risk of being overweight and suffering from obesity than their urban counterparts. This paper aimed to understand the environmental factors that influence physical activity among rural adults in Montana. Eight built environment audits, 15 resident focus groups, and 24 key informant interviews were conducted between August and December 2014. Themes were triangulated and summarized into five categories of environmental factors: built, social, organizational, policy, and natural environments. Although the existence of active living features was documented by environmental audits, residents and key informants agreed that additional indoor recreation facilities and more well-maintained and conveniently located options were needed. Residents and key informants also agreed on the importance of age-specific, well-promoted, and structured physical activity programs, offered in socially supportive environments, as facilitators to physical activity. Key informants, however, noted that funding constraints and limited political will were barriers to developing these opportunities. Since building new recreational facilities and structures to support active transportation pose resource challenges, especially for rural communities, our results suggest that enhancing existing features, making small improvements, and involving stakeholders in the city planning process would be more fruitful to build momentum towards larger changes.

  7. Environmental Influences on Physical Activity among Rural Adults in Montana, United States: Views from Built Environment Audits, Resident Focus Groups, and Key Informant Interviews

    Directory of Open Access Journals (Sweden)

    Brian K. Lo

    2017-10-01

    Full Text Available Rural populations in the United States have lower physical activity levels and are at a higher risk of being overweight and suffering from obesity than their urban counterparts. This paper aimed to understand the environmental factors that influence physical activity among rural adults in Montana. Eight built environment audits, 15 resident focus groups, and 24 key informant interviews were conducted between August and December 2014. Themes were triangulated and summarized into five categories of environmental factors: built, social, organizational, policy, and natural environments. Although the existence of active living features was documented by environmental audits, residents and key informants agreed that additional indoor recreation facilities and more well-maintained and conveniently located options were needed. Residents and key informants also agreed on the importance of age-specific, well-promoted, and structured physical activity programs, offered in socially supportive environments, as facilitators to physical activity. Key informants, however, noted that funding constraints and limited political will were barriers to developing these opportunities. Since building new recreational facilities and structures to support active transportation pose resource challenges, especially for rural communities, our results suggest that enhancing existing features, making small improvements, and involving stakeholders in the city planning process would be more fruitful to build momentum towards larger changes.

  8. Current status of postnatal depression smartphone applications available on application stores: an information quality analysis.

    Science.gov (United States)

    Zhang, Melvyn Wb; Ho, Roger Cm; Loh, Alvona; Wing, Tracey; Wynne, Olivia; Chan, Sally Wai Chi; Car, Josip; Fung, Daniel Shuen Sheng

    2017-11-14

    It is the aim of the current research to identify some common functionalities of postnatal application, and to determine the quality of the information content of postnatal depression application using validated scales that have been applied for applications in other specialties. To determine the information quality of the postnatal depression smartphone applications, the two most widely used smartphone application stores, namely Apple iTunes as well as Google Android Play store, were searched between 20May and 31 May. No participants were involved. The inclusion criteria for the application were that it must have been searchable using the keywords 'postnatal', 'pregnancy', 'perinatal', 'postpartum' and 'depression', and must be in English language. The Silberg Scale was used in the assessment of the information quality of the smartphone applications. The information quality score was the primary outcome measure. Our current results highlighted that while there is currently a myriad of applications, only 14 applications are specifically focused on postnatal depression. In addition, the majority of the currently available applications on the store have only disclosed their last date of modification as well as ownership. There remain very limited disclosures about the information of the authors, as well as the references for the information included in the application itself. The average score for the Silberg Scale for the postnatal applications we have analysed is 3.0. There remains a need for healthcare professionals and developers to jointly conceptualise new applications with better information quality and evidence base. © Article author(s) (or their employer(s) unless otherwise stated in the text of the article) 2017. All rights reserved. No commercial use is permitted unless otherwise expressly granted.

  9. SPECIAL AND MILITARY COMMUNICATIONS AND INFORMATION SYSTEMS AS VITAL PART OF THE CRITICAL INFRASTRUCTURES IN ROMANIA. SECURING THEIR PHYSICAL AND INFORMATIONAL PROTECTION

    Directory of Open Access Journals (Sweden)

    Constantin MINCU

    2012-11-01

    Full Text Available The article presents several arguments on the need to study the critical infrastructure in Romania including various systems (networks and special military communications. It emphasizes the role and place of such systems and networks to provide national defense and security and the risks and vulnerabilities faced by these infrastructures, and some necessary measures to be taken for the physical and informational protection in the case of hostile military actions, natural disasters or other negative phenomena. Finally some conclusions and proposals are formulated.

  10. Fundamentals of quantum information

    International Nuclear Information System (INIS)

    Zeilinger, A.

    1998-01-01

    The fact that information is physical means that the laws of quantum mechanics can be used to process and transmit it in ways that are not possible with existing systems. Ever since its invention in the 1920s, quantum physics has given rise to countless discussions about its meaning and about how to interpret the theory correctly. These discussions focus on issues like the Einstein-Podolsky-Rosen paradox, quantum non-locality and the role of measurement in quantum physics. In recent years, however, research into the very foundations of quantum mechanics has also led to a new field quantum information technology. The use of quantum physics could revolutionize the way we communicate and process information. The important new observation is that information is not independent of the physical laws used to store and processes it (see Landauer in further reading). Although modern computers rely on quantum mechanics to operate, the information itself is still encoded classically. A new approach is to treat information as a quantum concept and to ask what new insights can be gained by encoding this information in individual quantum systems. In other words, what happens when both the transmission and processing of information are governed by quantum laws? (UK)

  11. Handbook of physical quantities

    CERN Document Server

    Meilikhov, Evgenii Z

    1997-01-01

    Reliable and quickly accessible information concerning the physical phenomena and properties of various media is in great demand by many scientists in their everyday work. This extensive reference provides such information, presenting basic physical parameters and properties of substances employed in modern science and industry.

  12. Summary of informal meeting on ''facilities for atomic physics research with highly ionized atoms''

    International Nuclear Information System (INIS)

    Cocke, C.L.; Jones, K.W.

    1984-01-01

    An informal meeting to discuss ''Facilities for Atomic Physics Research with Highly Ionized Atoms'' was held during the APS DEAP meeting at the University of Connecticut on May 30, 1984. The meeting was motivated by the realization that the status of facilities for studies of highly ionized atoms is unsettled and that it might be desirable to take action to ensure adequate resources for research over the whole range of charge states and energies of interest. It was assumed that the science to be done with these beams has been amply documented in the literature

  13. Environmental physics

    CERN Document Server

    Smith, Clare

    2001-01-01

    Environmental Physics is a comprehensive introduction to the physical concepts underlying environmental science. The importance and relevance of physics is emphasised by its application to real environmental problems with a wide range of case studies. Applications included cover energy use and production, global climate, the physics of living things, radioactivity, environmental remote sensing, noise pollution and the physics of the Earth. The book makes the subject accessible to those with little physics background, keeping mathematical treatment straightforward. The text is lively and informative, and is supplemented by numerous illustrations, photos, tables of useful data, and a glossary of key terms.

  14. Physical fracture properties (fracture surfaces as information sources; crackgrowth and fracture mechanisms; exemples of cracks)

    International Nuclear Information System (INIS)

    Meny, Lucienne.

    1979-06-01

    Fracture surfaces are considered as a useful source of informations: an introduction to fractography is presented; the fracture surface may be observed through X ray microanalysis, and other physical methods such as Auger electron spectroscopy or secundary ion emission. The mechanisms of macroscopic and microscopic crackgrowth and fracture are described, in the case of unstable fracture (cleavage, ductile with shear, intergranular brittleness) and of progressive crack propagation (creep, fatigue). Exemples of cracks are presented in the last chapter [fr

  15. Physics News in 1983.

    Science.gov (United States)

    Schewe, Phillip F., Ed.

    Information is provided on some of the interesting and newsworthy developments in physics and its related fields during 1983. Areas considered include: (1) acoustics; (2) astrophysics; (3) condensed matter physics; (4) crystallography; (5) physics education; (6) electron and atomic physics; (7) elementary particle physics; (8) fluid dynamics; (9)…

  16. Game physics

    CERN Document Server

    Eberly, David H

    2010-01-01

    ""Game Physics, 2nd Edition"" provides clear descriptions of the mathematics and algorithms needed to create a powerful physics engine - while providing a solid reference for all of the math you will encounter anywhere in game development: quaternions, linear algebra, and calculus. Implementing physical simulations for real-time games is a complex task that requires a solid understanding of a wide range of concepts from the fields of mathematics and physics. Previously, the relevant information could only be gleaned through obscure research papers. Thanks to ""Game Physics"", all this informa

  17. For information - Université de Genève : Accelerator Physics Challenges for the Large Hadron Collider at CERN

    CERN Multimedia

    Université de Genève

    2005-01-01

    UNIVERSITE DE GENEVE Faculte des sciences Section de physique - Département de physique nucléaire et corspusculaire 24, Quai Ernest-Ansermet - 1211 GENEVE 4 Tél : (022) 379 62 73 Fax: (022) 379 69 92 Mercredi 16 March SEMINAIRE DE PHYSIQUE CORPUSCULAIRE à 17h00 - Auditoire Stückelberg Accelerator Physics Challenges for the Large Hadron Collider at CERN Prof. Olivier Bruning / CERN The Large Hadron Collider project at CERN will bring the energy frontier of high energy particle physics back to Europe and with it push the accelerator technology into uncharted teritory. The talk presents the LHC project in the context of the past CERN accelerator developments and addresses the main challenges in terms of technology and accelerator physics. Information: http://dpnc.unige.ch/seminaire/annonce.html Organizer: A. Cervera Villanueva

  18. Improvement of Modeling HTGR Neutron Physics by Uncertainty Analysis with the Use of Cross-Section Covariance Information

    Science.gov (United States)

    Boyarinov, V. F.; Grol, A. V.; Fomichenko, P. A.; Ternovykh, M. Yu

    2017-01-01

    This work is aimed at improvement of HTGR neutron physics design calculations by application of uncertainty analysis with the use of cross-section covariance information. Methodology and codes for preparation of multigroup libraries of covariance information for individual isotopes from the basic 44-group library of SCALE-6 code system were developed. A 69-group library of covariance information in a special format for main isotopes and elements typical for high temperature gas cooled reactors (HTGR) was generated. This library can be used for estimation of uncertainties, associated with nuclear data, in analysis of HTGR neutron physics with design codes. As an example, calculations of one-group cross-section uncertainties for fission and capture reactions for main isotopes of the MHTGR-350 benchmark, as well as uncertainties of the multiplication factor (k∞) for the MHTGR-350 fuel compact cell model and fuel block model were performed. These uncertainties were estimated by the developed technology with the use of WIMS-D code and modules of SCALE-6 code system, namely, by TSUNAMI, KENO-VI and SAMS. Eight most important reactions on isotopes for MHTGR-350 benchmark were identified, namely: 10B(capt), 238U(n,γ), ν5, 235U(n,γ), 238U(el), natC(el), 235U(fiss)-235U(n,γ), 235U(fiss).

  19. The RCSB protein data bank: integrative view of protein, gene and 3D structural information.

    Science.gov (United States)

    Rose, Peter W; Prlić, Andreas; Altunkaya, Ali; Bi, Chunxiao; Bradley, Anthony R; Christie, Cole H; Costanzo, Luigi Di; Duarte, Jose M; Dutta, Shuchismita; Feng, Zukang; Green, Rachel Kramer; Goodsell, David S; Hudson, Brian; Kalro, Tara; Lowe, Robert; Peisach, Ezra; Randle, Christopher; Rose, Alexander S; Shao, Chenghua; Tao, Yi-Ping; Valasatava, Yana; Voigt, Maria; Westbrook, John D; Woo, Jesse; Yang, Huangwang; Young, Jasmine Y; Zardecki, Christine; Berman, Helen M; Burley, Stephen K

    2017-01-04

    The Research Collaboratory for Structural Bioinformatics Protein Data Bank (RCSB PDB, http://rcsb.org), the US data center for the global PDB archive, makes PDB data freely available to all users, from structural biologists to computational biologists and beyond. New tools and resources have been added to the RCSB PDB web portal in support of a 'Structural View of Biology.' Recent developments have improved the User experience, including the high-speed NGL Viewer that provides 3D molecular visualization in any web browser, improved support for data file download and enhanced organization of website pages for query, reporting and individual structure exploration. Structure validation information is now visible for all archival entries. PDB data have been integrated with external biological resources, including chromosomal position within the human genome; protein modifications; and metabolic pathways. PDB-101 educational materials have been reorganized into a searchable website and expanded to include new features such as the Geis Digital Archive. © The Author(s) 2016. Published by Oxford University Press on behalf of Nucleic Acids Research.

  20. Visualizing Cloud Properties and Satellite Imagery: A Tool for Visualization and Information Integration

    Science.gov (United States)

    Chee, T.; Nguyen, L.; Smith, W. L., Jr.; Spangenberg, D.; Palikonda, R.; Bedka, K. M.; Minnis, P.; Thieman, M. M.; Nordeen, M.

    2017-12-01

    Providing public access to research products including cloud macro and microphysical properties and satellite imagery are a key concern for the NASA Langley Research Center Cloud and Radiation Group. This work describes a web based visualization tool and API that allows end users to easily create customized cloud product and satellite imagery, ground site data and satellite ground track information that is generated dynamically. The tool has two uses, one to visualize the dynamically created imagery and the other to provide access to the dynamically generated imagery directly at a later time. Internally, we leverage our practical experience with large, scalable application practices to develop a system that has the largest potential for scalability as well as the ability to be deployed on the cloud to accommodate scalability issues. We build upon NASA Langley Cloud and Radiation Group's experience with making real-time and historical satellite cloud product information, satellite imagery, ground site data and satellite track information accessible and easily searchable. This tool is the culmination of our prior experience with dynamic imagery generation and provides a way to build a "mash-up" of dynamically generated imagery and related kinds of information that are visualized together to add value to disparate but related information. In support of NASA strategic goals, our group aims to make as much scientific knowledge, observations and products available to the citizen science, research and interested communities as well as for automated systems to acquire the same information for data mining or other analytic purposes. This tool and the underlying API's provide a valuable research tool to a wide audience both as a standalone research tool and also as an easily accessed data source that can easily be mined or used with existing tools.

  1. Particle physics

    CERN Document Server

    Martin, Brian R

    2017-01-01

    An accessible and carefully structured introduction to Particle Physics, including important coverage of the Higgs Boson and recent progress in neutrino physics. Fourth edition of this successful title in the Manchester Physics series. Includes information on recent key discoveries including : An account of the discovery of exotic hadrons, beyond the simple quark model; Expanded treatments of neutrino physics and CP violation in B-decays; An updated account of ‘physics beyond the standard model’, including the interaction of particle physics with cosmology; Additional problems in all chapters, with solutions to selected problems available on the book’s website; Advanced material appears in optional starred sections.

  2. Information-preserving models of physics and computation: Final report

    International Nuclear Information System (INIS)

    1986-01-01

    This research pertains to discrete dynamical systems, as embodied by cellular automata, reversible finite-difference equations, and reversible computation. The research has strengthened the cross-fertilization between physics, computer science and discrete mathematics. It has shown that methods and concepts of physics can be exported to computation. Conversely, fully discrete dynamical systems have been shown to be fruitful for representing physical phenomena usually described with differential equations - cellular automata for fluid dynamics has been the most noted example of such a representation. At the practical level, the fully discrete representation approach suggests innovative uses of computers for scientific computing. The originality of these uses lies in their non-numerical nature: they avoid the inaccuracies of floating-point arithmetic and bypass the need for numerical analysis. 38 refs

  3. Contributions of physical function and satisfaction with social roles to emotional distress in chronic pain: a Collaborative Health Outcomes Information Registry (CHOIR) study.

    Science.gov (United States)

    Sturgeon, John A; Dixon, Eric A; Darnall, Beth D; Mackey, Sean C

    2015-12-01

    Individuals with chronic pain show greater vulnerability to depression or anger than those without chronic pain, and also show greater interpersonal difficulties and physical disability. The present study examined data from 675 individuals with chronic pain during their initial visits to a tertiary care pain clinic using assessments from Stanford University's Collaborative Health Outcomes Information Registry (CHOIR). Using a path modeling analysis, the mediating roles of Patient-Reported Outcomes Measurement Information Systems (PROMIS) Physical Function and PROMIS Satisfaction with Social Roles and Activities were tested between pain intensity and PROMIS Depression and Anger. Pain intensity significantly predicted both depression and anger, and both physical function and satisfaction with social roles mediated these relationships when modeled in separate 1-mediator models. Notably, however, when modeled together, ratings of satisfaction with social roles mediated the relationship between physical function and both anger and depression. Our results suggest that the process by which chronic pain disrupts emotional well-being involves both physical function and disrupted social functioning. However, the more salient factor in determining pain-related emotional distress seems to be disruption of social relationships, than global physical impairment. These results highlight the particular importance of social factors to pain-related distress, and highlight social functioning as an important target for clinical intervention in chronic pain.

  4. Search Engine : an effective tool for exploring the Internet

    OpenAIRE

    Ranasinghe, W.M. Tharanga Dilruk

    2006-01-01

    The Internet has become the largest source of information. Today, millions of Websites exist and this number continuous to grow. Finding the right information at the right time is the challenge in the Internet age. Search engine is searchable database which allows locating the information on the Internet by submitting the keywords. Search engines can be divided into two categories as the Individual and Meta Search engines. This article discusses the features of these search engines in detail.

  5. Standard classification: Physics

    International Nuclear Information System (INIS)

    1977-01-01

    This is a draft standard classification of physics. The conception is based on the physics part of the systematic catalogue of the Bayerische Staatsbibliothek and on the classification given in standard textbooks. The ICSU-AB classification now used worldwide by physics information services was not taken into account. (BJ) [de

  6. A Globally Distributed System for Job, Data, and Information Handling for High Energy Physics

    Energy Technology Data Exchange (ETDEWEB)

    Garzoglio, Gabriele [DePaul Univ., Chicago, IL (United States)

    2006-01-13

    The computing infrastructures of the modern high energy physics experiments need to address an unprecedented set of requirements. The collaborations consist of hundreds of members from dozens of institutions around the world and the computing power necessary to analyze the data produced surpasses already the capabilities of any single computing center. A software infrastructure capable of seamlessly integrating dozens of computing centers around the world, enabling computing for a large and dynamical group of users, is of fundamental importance for the production of scientific results. Such a computing infrastructure is called a computational grid. The SAM-Grid offers a solution to these problems for CDF and DZero, two of the largest high energy physics experiments in the world, running at Fermilab. The SAM-Grid integrates standard grid middleware, such as Condor-G and the Globus Toolkit, with software developed at Fermilab, organizing the system in three major components: data handling, job handling, and information management. This dissertation presents the challenges and the solutions provided in such a computing infrastructure.

  7. Between information systems and physical structure of the city: New causes of climate changes

    Directory of Open Access Journals (Sweden)

    Mihajlov Vladimir

    2011-01-01

    Full Text Available Because of the frequent and significant spatial transformations, an increasing climate change regime in urban areas occurs. In this paper a comprehensive reflection on these changes is analyzed, concerning one of the major causes - the social transformation and the growing use of information, networks and technology, used by city dwellers in everyday life. Advanced communications and the Internet provide urban concentration and decentralization, creating new spatial and geographic network, with a new allocation of space, for manufacturing and services. The consequence may be recognized in increasing individualization and social habits of city dwellers, as well as in modified way of households use, changing neighbourhoods and public spaces, transport systems, as the final outcome is the climate change. In this paper, the interdependence between information networks is emphasized - between virtual and physical environment, as well as changes in the way of life of the city, which ultimately lead to a new trigger for climate change. Users have never been more mobile in the physical space (commuting and tourist travel, while in the virtual space they are associated with the fixed points - everybody can be located, by using email or social network. Unexpectedly, the cause of the problem which is considered in this paper, is increased mobility in the real space, while city dwellers remain in one place, by using their virtual electronic connections. Thus, the role of city dwellers in creating climate change depends upon their spatial distribution and relationship towards information's and network activity. As a result, the drivers in city development are recognized on network nodes. Current crises in the global environment (economic, climate and social indicate the need to develop multi-functional environment and a greater appreciation of natural factors. Therefore, as a decisive factor for the adaptation of urban structure on climate change is the

  8. Database Description - RPD | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available ase Description General information of database Database name RPD Alternative name Rice Proteome Database...titute of Crop Science, National Agriculture and Food Research Organization Setsuko Komatsu E-mail: Database... classification Proteomics Resources Plant databases - Rice Organism Taxonomy Name: Oryza sativa Taxonomy ID: 4530 Database... description Rice Proteome Database contains information on protei...and entered in the Rice Proteome Database. The database is searchable by keyword,

  9. Quantum physics of nature. Theory, experiment and interpretation. in collaboration with 6th European QIPC workshop. General Information, program, abstracts

    International Nuclear Information System (INIS)

    Arndt, M.; Aspelmeyer, M.; Brukner, C.; Weihs, G.; Jennewein, T.; Schmiedmayer, J.; Weinfurter, H.; Zukowski, M.

    2005-01-01

    Quantum information processing and communication is one of the of the key research areas within the European community. Therefore these two events were dedicated to present the advances in this area. Papers dealing with topics such as atom-photon entanglement, matter waves and quantum gases, decoherence, photonic entanglement, solid state quantum physics, cooling and trapping of atoms and molecules, quantum communication, quantum computation, quantum information and quantum cryptography were addressed. (nevyjel)

  10. Information processing in bacteria: memory, computation, and statistical physics: a key issues review

    International Nuclear Information System (INIS)

    Lan, Ganhui; Tu, Yuhai

    2016-01-01

    preserving information, it does not reveal the underlying mechanism that leads to the observed input-output relationship, nor does it tell us much about which information is important for the organism and how biological systems use information to carry out specific functions. To do that, we need to develop models of the biological machineries, e.g. biochemical networks and neural networks, to understand the dynamics of biological information processes. This is a much more difficult task. It requires deep knowledge of the underlying biological network—the main players (nodes) and their interactions (links)—in sufficient detail to build a model with predictive power, as well as quantitative input-output measurements of the system under different perturbations (both genetic variations and different external conditions) to test the model predictions to guide further development of the model. Due to the recent growth of biological knowledge thanks in part to high throughput methods (sequencing, gene expression microarray, etc) and development of quantitative in vivo techniques such as various florescence technology, these requirements are starting to be realized in different biological systems. The possible close interaction between quantitative experimentation and theoretical modeling has made systems biology an attractive field for physicists interested in quantitative biology. In this review, we describe some of the recent work in developing a quantitative predictive model of bacterial chemotaxis, which can be considered as the hydrogen atom of systems biology. Using statistical physics approaches, such as the Ising model and Langevin equation, we study how bacteria, such as E. coli, sense and amplify external signals, how they keep a working memory of the stimuli, and how they use these data to compute the chemical gradient. In particular, we will describe how E. coli cells avoid cross-talk in a heterogeneous receptor cluster to keep a ligand-specific memory. We will also

  11. Information processing in bacteria: memory, computation, and statistical physics: a key issues review

    Science.gov (United States)

    Lan, Ganhui; Tu, Yuhai

    2016-05-01

    preserving information, it does not reveal the underlying mechanism that leads to the observed input-output relationship, nor does it tell us much about which information is important for the organism and how biological systems use information to carry out specific functions. To do that, we need to develop models of the biological machineries, e.g. biochemical networks and neural networks, to understand the dynamics of biological information processes. This is a much more difficult task. It requires deep knowledge of the underlying biological network—the main players (nodes) and their interactions (links)—in sufficient detail to build a model with predictive power, as well as quantitative input-output measurements of the system under different perturbations (both genetic variations and different external conditions) to test the model predictions to guide further development of the model. Due to the recent growth of biological knowledge thanks in part to high throughput methods (sequencing, gene expression microarray, etc) and development of quantitative in vivo techniques such as various florescence technology, these requirements are starting to be realized in different biological systems. The possible close interaction between quantitative experimentation and theoretical modeling has made systems biology an attractive field for physicists interested in quantitative biology. In this review, we describe some of the recent work in developing a quantitative predictive model of bacterial chemotaxis, which can be considered as the hydrogen atom of systems biology. Using statistical physics approaches, such as the Ising model and Langevin equation, we study how bacteria, such as E. coli, sense and amplify external signals, how they keep a working memory of the stimuli, and how they use these data to compute the chemical gradient. In particular, we will describe how E. coli cells avoid cross-talk in a heterogeneous receptor cluster to keep a ligand-specific memory. We will also

  12. Information processing in bacteria: memory, computation, and statistical physics: a key issues review.

    Science.gov (United States)

    Lan, Ganhui; Tu, Yuhai

    2016-05-01

    preserving information, it does not reveal the underlying mechanism that leads to the observed input-output relationship, nor does it tell us much about which information is important for the organism and how biological systems use information to carry out specific functions. To do that, we need to develop models of the biological machineries, e.g. biochemical networks and neural networks, to understand the dynamics of biological information processes. This is a much more difficult task. It requires deep knowledge of the underlying biological network-the main players (nodes) and their interactions (links)-in sufficient detail to build a model with predictive power, as well as quantitative input-output measurements of the system under different perturbations (both genetic variations and different external conditions) to test the model predictions to guide further development of the model. Due to the recent growth of biological knowledge thanks in part to high throughput methods (sequencing, gene expression microarray, etc) and development of quantitative in vivo techniques such as various florescence technology, these requirements are starting to be realized in different biological systems. The possible close interaction between quantitative experimentation and theoretical modeling has made systems biology an attractive field for physicists interested in quantitative biology. In this review, we describe some of the recent work in developing a quantitative predictive model of bacterial chemotaxis, which can be considered as the hydrogen atom of systems biology. Using statistical physics approaches, such as the Ising model and Langevin equation, we study how bacteria, such as E. coli, sense and amplify external signals, how they keep a working memory of the stimuli, and how they use these data to compute the chemical gradient. In particular, we will describe how E. coli cells avoid cross-talk in a heterogeneous receptor cluster to keep a ligand-specific memory. We will also

  13. Towards Information Lasers

    Directory of Open Access Journals (Sweden)

    Andrei Khrennikov

    2015-10-01

    Full Text Available Recently, the methods of quantum theory (QT, especially quantum information and probability, started to be widely applied outside of physics: in cognitive, social and political sciences, psychology, economics, finances, decision making, molecular biology and genetics. Such models can be called quantum-like, in contrast to real quantum physical cognitive and biological models. Quantum-like means that only the information and probability structures of QT are explored. This approach matches the information interpretation of QT well (e.g., Zeilinger and Brukner, Fuchs and Mermin, D’Ariano, as well as the informational viewpoint on physics in general (e.g., Wheeler’s “it from bit” paradigm. In this paper, we propose a quantum-like model of an information laser by precessing the assumptions on the structure of state spaces of information processors, “information atoms” (i-atoms and information fields. The basic assumption is the discrete structure of state spaces related to quantization of an information analog of energy. To analyze a possible structure of the state space of i-atoms leading to the possibility to create information lasers, we have to develop a purely information version of quantum thermodynamics. We did this by placing the main attention on the derivation of the conditions for the equilibrium of information exchange between i-atoms and a quantized information field.

  14. BAM! Physical Activity

    Science.gov (United States)

    ... Smarts Links Fuel Up for Fun Power Packing Physical Activity Activity Calendar Activity Information Sheets I Heard Hurdle ... Links Sleep Game Questions Answered Under the Microscope Physical Activity Game Questions Answered Under the Microscope Lurking in ...

  15. Physical Educators' Habitual Physical Activity and Self-Efficacy for Regular Exercise

    Science.gov (United States)

    Zhu, Xihe; Haegele, Justin A.; Davis, Summer

    2018-01-01

    The purpose of this study was to examine physical education teachers' habitual physical activity and self-efficacy for regular exercise. In-service physical education teachers (N = 168) voluntarily completed an online questionnaire that included items to collect demographic information (gender, race/ethnicity, years of teaching experience, and…

  16. Enablers and barriers to physical activity in overweight and obese pregnant women: an analysis informed by the theoretical domains framework and COM-B model.

    Science.gov (United States)

    Flannery, C; McHugh, S; Anaba, A E; Clifford, E; O'Riordan, M; Kenny, L C; McAuliffe, F M; Kearney, P M; Byrne, M

    2018-05-21

    Obesity during pregnancy is associated with increased risk of gestational diabetes mellitus (GDM) and other complications. Physical activity is a modifiable lifestyle factor that may help to prevent these complications but many women reduce their physical activity levels during pregnancy. Interventions targeting physical activity in pregnancy are on-going but few identify the underlying behaviour change mechanisms by which the intervention is expected to work. To enhance intervention effectiveness, recent tools in behavioural science such as the Theoretical Domains Framework (TDF) and COM-B model (capability, opportunity, motivation and behaviour) have been employed to understand behaviours for intervention development. Using these behaviour change methods, this study aimed to identify the enablers and barriers to physical activity in overweight and obese pregnant women. Semi-structured interviews were conducted with a purposive sample of overweight and obese women at different stages of pregnancy attending a public antenatal clinic in a large academic maternity hospital in Cork, Ireland. Interviews were recorded and transcribed into NVivo V.10 software. Data analysis followed the framework approach, drawing on the TDF and the COM-B model. Twenty one themes were identified and these mapped directly on to the COM-B model of behaviour change and ten of the TDF domains. Having the social opportunity to engage in physical activity was identified as an enabler; pregnant women suggested being active was easier when supported by their partners. Knowledge was a commonly reported barrier with women lacking information on safe activities during pregnancy and describing the information received from their midwife as 'limited'. Having the physical capability and physical opportunity to carry out physical activity were also identified as barriers; experiencing pain, a lack of time, having other children, and working prevented women from being active. A wide range of barriers

  17. HMSRP Hawaiian Monk Seal Specimen Data (includes physical specimens, collection information, status, storage locations, and laboratory results associated with individual specimens)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — This data set includes physical specimens, paper logs and Freezerworks database of all logged information on specimens collected from Hawaiian monk seals since 1975....

  18. The science, technology and research network (STARNET) a searchable thematic compilation of web resources

    Science.gov (United States)

    Blados, W.R.; Cotter, G.A.; Hermann, T.

    2007-01-01

    International alliances in space efforts have resulted in a more rapid diffusion of space technology. This, in turn, increases pressure on organizations to push forward with technological developments and to take steps to maximize their inclusion into the research and development (R&D) process and the overall advancement and enhancement of space technology. To cope with this vast and rapidly growing amount of data and information that is vital to the success of the innovation, the Information Management Committee (IMC) of the Research Technology Agency (RTA) developed the science, technology and research network (STARNET). The purpose of this network is to facilitate access to worldwide information elements in terms of science, technology and overall research. It provides a virtual library with special emphasis on international security; a "one stop" information resource for policy makers, program managers, scientists, engineers, researchers and others. ?? 2007 IEEE.

  19. E-Media Use and Preferences for Physical Activity and Public Health Information: Results of a Web-Based Survey.

    Science.gov (United States)

    Jake-Schoffman, Danielle E; Wilcox, Sara; Kaczynski, Andrew T; Turner-McGrievy, Gabrielle; Friedman, Daniela B; West, Delia S

    As social media (eg, Twitter) continues to gain widespread popularity, health research and practice organizations may consider combining it with other electronic media (e-media) channels (eg, Web sites, e-newsletters) within their communication plans. However, little is known about added benefits of using social media when trying to reach public health audiences about physical activity. Learn about current use and preference for e-media communication channels among physical activity researchers and practitioners. A Web-based survey was used, open for responses from August 20, 2015, through January 5, 2016. Survey participation was voluntary and anonymous. The survey was advertised through multiple channels targeting physical activity researchers and practitioners, including announcements on professional listservs and in e-newsletters, Twitter, and posts on Facebook pages of public health organizations. A total of 284 survey respondents had complete data. Typical use of e-media to receive, seek out, and share information about physical activity and health and what appeals to researchers and practitioners for professional use. Most respondents preferred non-social media channels to social media and these preferences did not differ widely when examining subgroups such as researchers versus practitioners or social media users versus nonusers. There were few differences by respondent demographics, though younger respondents reported using social media more than older respondents. However, limiting analyses to respondents who identified as social media users, only about 1% of respondents ranked social media sources as their preferred channels for information; thus, most people would continue to be reached if communication remained largely via non-social media e-media channels. The present study supports growing evidence that careful surveying of a target audience should be undertaken when considering new communication channels, as preference and use may not support the

  20. Semiconductor physics

    CERN Document Server

    Böer, Karl W

    2018-01-01

    This handbook gives a complete survey of the important topics and results in semiconductor physics. It addresses every fundamental principle and most research topics and areas of application in the field of semiconductor physics. Comprehensive information is provided on crystalline bulk and low-dimensional as well as amporphous semiconductors, including optical, transport, and dynamic properties.

  1. FY 1998 achievement report on the R and D for accelerating the basement arrangement of the biological resource information. Bioinformatics; 1998 nendo seibutsu shigen joho kiban seibi kasokuka kenkyu kaihatsu seika hokokusho. Bioinformatics

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2000-04-01

    The paper described the FY 1998 results of the development of bioinformatics. All structure/sequence known proteins from all public databases were hierarchically classified systematically and according to similarities among sequences. Individual proteins in each classified group were added with explanatory notes of structure and physiological function. The mutually related information in metabolic system/signal transfer system was also included. The state of each residue position was classified into three states in terms of the solvent accessibility and three states in terms of the secondary structure. Parameter sets of occurrence frequency for each state of 20 kinds of amino acid were made. By these, it can be evaluated how much the arbitrary amino acid sequence is suitable for each structure in database. The data on the structure of low molecular-weight compounds are also incorporated so that the search for the related biomolecular system information becomes possible. The metabolic system/signal transfer system information was made database, the link was formed between each protein and each low molecular-weight compound, and the information on biomolecular networks was made searchable. A system to predict/support protein structure and function was developed. (NEDO)

  2. Digging Deeper: The Deep Web.

    Science.gov (United States)

    Turner, Laura

    2001-01-01

    Focuses on the Deep Web, defined as Web content in searchable databases of the type that can be found only by direct query. Discusses the problems of indexing; inability to find information not indexed in the search engine's database; and metasearch engines. Describes 10 sites created to access online databases or directly search them. Lists ways…

  3. New dictionary of physics

    Energy Technology Data Exchange (ETDEWEB)

    Gray, H J; Isaacs, A [eds.

    1975-01-01

    This intermediate reference book covers all aspects of physics. This revised edition includes recent developments in nuclear physics, astrophysics, computer technology, electronics, and relativity. Each article consists of a self-contained description of its subject, accompanied--where appropriate--by a diagram. Biographical articles on leading physicists are also included. All quantitative information is given in SI units. Sixteen tables present a wide range of information. (RWR)

  4. Argonne Physics Division Colloquium

    Science.gov (United States)

    [Argonne Logo] [DOE Logo] Physics Division Home News Division Information Contact PHY Org Chart Physics Division Colloquium Auditorium, Building 203, Argonne National Laboratory Fridays at 11:00 AM 2017 : Sereres Johnston 15 Sep 2017 Joint Physics and Materials Science Colloquium J. C. Séamus Davis, Cornell

  5. Physics and biology

    International Nuclear Information System (INIS)

    Frauenfelder, H.

    1988-01-01

    The author points out that the coupling between physics and biology is becoming closer as time goes on. He tries to show that physical studies on biological systems not only yield insight into biology but also provide results of interest to physics. Biological systems are extremly complex system. Ideally one would like to understand the behavior of such systems in terms of the behavior of its constituent atoms. Since in small organisms this may be 10 20 atoms, it is clear these are not simple many-body systems. He reviews the basic elements of cells and then considers the broader questions of structure, complexity, and function, which must be looked at on levels from the cell to the organism. Despite the vast amount of observational material already in existence, biophysics and biological physics are only at a beginning. We can expect that physics will continue to interact strongly with biology. Actually, the connection also includes chemistry and mathematics. New tools that become available in physics will continue to be applied to biological problems. We can expect that the flow of information will not be one way; biological systems will provide new information on many old and new parts of physics, from reaction theory and transport phenomena to complexity, cooperativity, and nonlinear processes

  6. Learning Physics

    International Nuclear Information System (INIS)

    Cohen, E.

    2005-01-01

    Full Text:The issue of Teaching physics vs Learning physics in our institutions of higher learning will be discussed. Physics is taught mainly by frontal lectures an old (and proven) method. The great advancements of the Information Age are introduced by exposing the students to vast amounts of computerized information and directing them to numerical problem solving by interacting with the computer. These modern methods have several drawbacks: 1. Students get the impression of easy material acquisition while in fact it becomes superficial. 2. There is little integration of topics that are taught in different courses. 3. Insufficient interest is built among undergraduate students to pursue studies that involve deeper thinking and independent research (namely, studies towards a doctoral degree). Learning physics is a formative process in the education of physicists, natural scientists and engineers. It must be based on discussions and exchange of ideas among the students, since understanding the studied material means being able to explain it to a colleague. Some universities in the US initiated programs of learning physics by creating an environment in which small groups of students are engaged in discussing material, jointly solving problems and jointly conducting simulated experiments. This is done under the supervision of a mentor. Suggestions for implementing this method in Israel will be discussed

  7. Quantum Information: Opportunities and Challenges

    Energy Technology Data Exchange (ETDEWEB)

    Bennink, Ryan S [ORNL

    2008-01-01

    Modern society is shaped by the ability to transmit, manipulate, and store large amounts of information. Although we tend to think of information as abstract, information is physical, and computing is a physical process. How then should we understand information in a quantum world, in which physical systems may exist in multiple states at once and are altered by the very act of observation? This question has evolved into an exciting new field of research called Quantum Information (QI). QI challenges many accepted rules and practices in computer science. For example, a quantum computer would turn certain hard problems into soft problems, and would render common computationally-secure encryption methods (such as RSA) insecure. At the same time, quantum communication would provide an unprecedented kind of intrinsic information security at the level of the smallest physical objects used to store or transmit the information. This talk provides a general introduction to the subject of quantum information and its relevance to cyber security. In the first part, two of the stranger aspects of quantum physics namely, superposition and uncertainty are explained, along with their relation to the concept of information. These ideas are illustrated with a few examples: quantum ID cards, quantum key distribution, and Grover s quantum search algorithm. The state-of-the-art in quantum computing and communication hardware is then discussed, along with the daunting technological challenges that must be overcome. Relevant experimental and theoretical efforts at ORNL are highlighted. The talk concludes with speculations on the short- and long-term impact of quantum information on cyber security.

  8. Investigating Differential Learning Outcomes of Students in Physics Using Animation and Textual Information Teaching Strategies in Ondo State Secondary School

    Directory of Open Access Journals (Sweden)

    Blessing Eguabor

    2017-06-01

    Full Text Available BackgroundThe study investigated the main effects of animation information and textual information on students'performance and improving students' attitude towards physics.Material and methodsThe study adopted the pre-test post-test control group design. The population was made up of SSS 2 students inOndo State. Three Local Government Areas were randomly selected from the 18 Local Government Areas ofOndo State. Simple random technique was used to select three schools in the selected Local Government Areas.The schools were randomly assigned to two experimental groups namely animation and, textual informationstrategy and one control group. Two instruments were used for the study.ResultsOne-way Analysis of Variance (ANOVA, Scheffe Post-Hoc pair-wise comparison Analysis, and two-way Analysisof Variance was used. The results showed that there was a significant main effect of animation and textual strategieson students performance in physics. The results also showed that there was a significant difference in the post testattitudinal score of students' exposed to the strategies with the effectiveness in the order of animation, textual, andconventional strategiesConclusionsThe study concluded that computer- based instruction such as animation and textual strategies could enhancelearning outcomes in Physics in senior secondary school irrespective of students' sex.

  9. Risk and Work Configuration Management as a Function of Integrated Safety Management

    International Nuclear Information System (INIS)

    Lana Buehrer; Michele Kelly; Fran Lemieux; Fred Williams

    2007-01-01

    National Security Technologies, LLC (NSTec), has established a work management program and corresponding electronic Facilities and Operations Management Information System (e-FOM) to implement Integrated Safety Management (ISM). The management of work scopes, the identification of hazards, and the establishment of implementing controls are reviewed and approved through electronic signatures. Through the execution of the program and the implementation of the electronic system, NSTec staff work within controls and utilize feedback and improvement process. The Integrated Work Control Manual further implements the five functions of ISM at the Activity level. By adding the Risk and Work Configuration Management program, NSTec establishes risk acceptance (business and physical) for liabilities within the performance direction and work management processes. Requirements, roles, and responsibilities are specifically identified in the program while e-FOM provides the interface and establishes the flowdown from the Safety Chain to work and facilities management processes to company work-related directives, and finally to Subject Matter Expert concurrence. The Program establishes, within the defined management structure, management levels for risk identification, risk mitigation (controls), and risk acceptance (business and physical) within the Safety Chain of Responsibility. The Program also implements Integrated Safeguards and Security Management within the NSTec Safety Chain of Responsibility. Once all information has been entered into e-FOM, approved, and captured as data, the information becomes searchable and sortable by hazard, location, organization, mitigating controls, etc

  10. Information Needs in Relation to Physical Activity among Angina Patients before Percutaneous Coronary Intervention (PCI at a Private Hospital in Penang, Malaysia

    Directory of Open Access Journals (Sweden)

    Ho Siew Eng

    2016-10-01

    Full Text Available Background: Episodes experienced by angina patients are potentially frightening and life threatening. Angina patients lack awareness regarding Percutaneous Coronary Intervention (PCI as a prognostic benefit. Aim and Objectives: To identify the information needs in relation to physical activity among angina patients before PCI at a private hospital in Penang, Malaysia. Material and Methods: A cross-sectional study was conducted from April to July 2016; 150 respondents who fulfilled the inclusion criteria were recruited. A 16-item questionnaire related to physical limitations was adapted and modified from Seattle Angina Questionnaire (SAQ. Results: The findings reported that majority of respondents (103; 69% possessed more than one co-morbidity, while 47respondents (31% single co-morbidity. Those with secondary level education showed (M=15.98, SD±6.14 while tertiary level education reported (M=16.61, SD±6.11, with no significant difference (t= -0.623, p= 0.534 between respondents' education level and physical activity. In terms of occupation, employed (M=15.58, SD±6.42 and unemployed (M=17.31, SD±5.52 also reported significant difference with (t= -1.70, p= 0.04. There was likewise a significant difference between respondents with single co-morbidity (M=18.09, SD±6.88 and multiple co-morbidity (M=15.46, SD± 5.58 with (t= 2.475, p= 0.01.However, there was no significant difference between respondents with previous admission and physical activity (t= 0.868, p= 0.387, as well as respondents' age group with physical activity (t=-0.675, p= 0.501.Conclusion: In conclusion, respondents' information needs regarding PCI are significantly associated with occupation and co-morbidity towards physical activity before PCI. Age, educational level and previous admission did not have any effect on respondents' physical activity before PCI.

  11. Privacy-preserving efficient searchable encryption

    OpenAIRE

    Ferreira, Bernardo Luís da Silva

    2016-01-01

    Data storage and computation outsourcing to third-party managed data centers, in environments such as Cloud Computing, is increasingly being adopted by individuals, organizations, and governments. However, as cloud-based outsourcing models expand to society-critical data and services, the lack of effective and independent control over security and privacy conditions in such settings presents significant challenges. An interesting solution to these issues is to perform comput...

  12. Searchable Encryption in Cloud Storage

    OpenAIRE

    Ren-Junn Hwang; Chung-Chien Lu; Jain-Shing Wu

    2014-01-01

    Cloud outsource storage is one of important services in cloud computing. Cloud users upload data to cloud servers to reduce the cost of managing data and maintaining hardware and software. To ensure data confidentiality, users can encrypt their files before uploading them to a cloud system. However, retrieving the target file from the encrypted files exactly is difficult for cloud server. This study proposes a protocol for performing multikeyword searches for encrypted cloud data by applying ...

  13. Assessing physical function and physical activity in patients with CKD.

    Science.gov (United States)

    Painter, Patricia; Marcus, Robin L

    2013-05-01

    Patients with CKD are characterized by low levels of physical functioning, which, along with low physical activity, predict poor outcomes in those treated with dialysis. The hallmark of clinical care in geriatric practice and geriatric research is the orientation to and assessment of physical function and functional limitations. Although there is increasing interest in physical function and physical activity in patients with CKD, the nephrology field has not focused on this aspect of care. This paper provides an in-depth review of the measurement of physical function and physical activity. It focuses on physiologic impairments and physical performance limitations (impaired mobility and functional limitations). The review is based on established frameworks of physical impairment and functional limitations that have guided research in physical function in the aging population. Definitions and measures for physiologic impairments, physical performance limitations, self-reported function, and physical activity are presented. On the basis of the information presented, recommendations for incorporating routine assessment of physical function and encouragement for physical activity in clinical care are provided.

  14. Evidence-based intervention in physical activity

    DEFF Research Database (Denmark)

    Heath, Gregory W; Parra, Diana C; Sarmiento, Olga L

    2012-01-01

    Promotion of physical activity is a priority for health agencies. We searched for reviews of physical activity interventions, published between 2000 and 2011, and identified effective, promising, or emerging interventions from around the world. The informational approaches of community......-wide and mass media campaigns, and short physical activity messages targeting key community sites are recommended. Behavioural and social approaches are effective, introducing social support for physical activity within communities and worksites, and school-based strategies that encompass physical education......, classroom activities, after-school sports, and active transport. Recommended environmental and policy approaches include creation and improvement of access to places for physical activity with informational outreach activities, community-scale and street-scale urban design and land use, active transport...

  15. PREFACE: Quantum information processing

    Science.gov (United States)

    Briggs, Andrew; Ferry, David; Stoneham, Marshall

    2006-05-01

    Microelectronics and the classical information technologies transformed the physics of semiconductors. Photonics has given optical materials a new direction. Quantum information technologies, we believe, will have immense impact on condensed matter physics. The novel systems of quantum information processing need to be designed and made. Their behaviours must be manipulated in ways that are intrinsically quantal and generally nanoscale. Both in this special issue and in previous issues (see e.g., Spiller T P and Munro W J 2006 J. Phys.: Condens. Matter 18 V1-10) we see the emergence of new ideas that link the fundamentals of science to the pragmatism of market-led industry. We hope these papers will be followed by many others on quantum information processing in the Journal of Physics: Condensed Matter.

  16. Statistical physics of networks, information and complex systems

    Energy Technology Data Exchange (ETDEWEB)

    Ecke, Robert E [Los Alamos National Laboratory

    2009-01-01

    In this project we explore the mathematical methods and concepts of statistical physics that are fmding abundant applications across the scientific and technological spectrum from soft condensed matter systems and bio-infonnatics to economic and social systems. Our approach exploits the considerable similarity of concepts between statistical physics and computer science, allowing for a powerful multi-disciplinary approach that draws its strength from cross-fertilization and mUltiple interactions of researchers with different backgrounds. The work on this project takes advantage of the newly appreciated connection between computer science and statistics and addresses important problems in data storage, decoding, optimization, the infonnation processing properties of the brain, the interface between quantum and classical infonnation science, the verification of large software programs, modeling of complex systems including disease epidemiology, resource distribution issues, and the nature of highly fluctuating complex systems. Common themes that the project has been emphasizing are (i) neural computation, (ii) network theory and its applications, and (iii) a statistical physics approach to infonnation theory. The project's efforts focus on the general problem of optimization and variational techniques, algorithm development and infonnation theoretic approaches to quantum systems. These efforts are responsible for fruitful collaborations and the nucleation of science efforts that span multiple divisions such as EES, CCS, 0 , T, ISR and P. This project supports the DOE mission in Energy Security and Nuclear Non-Proliferation by developing novel infonnation science tools for communication, sensing, and interacting complex networks such as the internet or energy distribution system. The work also supports programs in Threat Reduction and Homeland Security.

  17. Physical, Social, and Political Inequities Constraining Girls' Menstrual Management at Schools in Informal Settlements of Nairobi, Kenya.

    Science.gov (United States)

    Girod, Candace; Ellis, Anna; Andes, Karen L; Freeman, Matthew C; Caruso, Bethany A

    2017-12-01

    Access to adequate water and sanitation is limited in informal settlements, contributing to girls' challenges managing menstruation at school, especially when they cannot access materials to absorb menstrual blood and appropriate facilities for hygiene. This study documents differences between girls' experience of menstruation at public schools (where the Kenyan government provides menstrual pads) and private schools (where pads are not provided) in two informal settlements of Nairobi, Kenya. Results showed that supply chains to public schools were not reliable, and equitable pad provision was not assured. Girls in private schools struggled to access pads because they were not provided. Sanitation facilities were physically available, but Muslim girls were unable to practice ablution due to the design of toilets in our study schools. Girls experienced fear and anxiety due to harassment from male peers and had incomplete information about menstruation from teachers. Findings suggest that practitioners and policy-makers should acknowledge the diversity of school populations and monitor programs to ensure efforts do not contribute to inequity.

  18. Physics of laser plasma

    International Nuclear Information System (INIS)

    Rubenchik, A.; Witkowski, S.

    1991-01-01

    This book provides a comprehensive review of laser fusion plasma physics and contains the most up-to-date information on high density plasma physics and radiation transport, useful for astrophysicists and high density physicists

  19. Assessment of senior pupils’ physical fitness considering physical condition indicators

    Directory of Open Access Journals (Sweden)

    I.R. Bodnar

    2016-12-01

    Full Text Available Consideration of physical condition indicators in assessment pupils’ physical fitness permits to differentiate training and health restoration processes at physical culture lessons. Purpose: to substantiate criteria for pupils’ physical fitness assessment, considering their physical condition indicators. Material: in the research 10-11 form pupils (n=406; 211boys and 195 girls participated. After physical fitness testing by requirement of acting programs we carried out diagnostic of pupils’ psycho-emotional state. Results: by results of physical; fitness we observed substantial deviation from universal law of normal distribution. It was found that physical condition indicators of most pupils are beyond normal. It was also determined that the most informative indicators are body length, chest circumference and body relative mass. We substantiated that it is necessary to consider physical condition indicators, when determining physical fitness level. We also substantiated and worked out differentiated normative for assessment pupils’ physical fitness. Conclusions: testing without consideration physical condition indicators does not facilitate pupils’ motivation for further physical self-perfection. Such testing results in high situational anxiety and unfavorable psycho-emotional state of pupils.

  20. TCIA: An information resource to enable open science.

    Science.gov (United States)

    Prior, Fred W; Clark, Ken; Commean, Paul; Freymann, John; Jaffe, Carl; Kirby, Justin; Moore, Stephen; Smith, Kirk; Tarbox, Lawrence; Vendt, Bruce; Marquez, Guillermo

    2013-01-01

    Reusable, publicly available data is a pillar of open science. The Cancer Imaging Archive (TCIA) is an open image archive service supporting cancer research. TCIA collects, de-identifies, curates and manages rich collections of oncology image data. Image data sets have been contributed by 28 institutions and additional image collections are underway. Since June of 2011, more than 2,000 users have registered to search and access data from this freely available resource. TCIA encourages and supports cancer-related open science communities by hosting and managing the image archive, providing project wiki space and searchable metadata repositories. The success of TCIA is measured by the number of active research projects it enables (>40) and the number of scientific publications and presentations that are produced using data from TCIA collections (39).

  1. Clinical databases in physical therapy.

    NARCIS (Netherlands)

    Swinkels, I.C.S.; Ende, C.H.M. van den; Bakker, D. de; Wees, Ph.J van der; Hart, D.L.; Deutscher, D.; Bosch, W.J.H. van den; Dekker, J.

    2007-01-01

    Clinical databases in physical therapy provide increasing opportunities for research into physical therapy theory and practice. At present, information on the characteristics of existing databases is lacking. The purpose of this study was to identify clinical databases in which physical therapists

  2. AstroWeb -- Internet Resources for Astronomers

    Science.gov (United States)

    Jackson, R. E.; Adorf, H.-M.; Egret, D.; Heck, A.; Koekemoer, A.; Murtagh, F.; Wells, D. C.

    AstroWeb is a World Wide Web (WWW) interface to a collection of Internet accessible resources aimed at the astronomical community. The collection currently contains more than 1000 WWW, Gopher, Wide Area Information System (WAIS), Telnet, and Anonymous FTP resources, and it is still growing. AstroWeb provides the additional value-added services: categorization of each resource; descriptive paragraphs for some resources; searchable index of all resource information; 3 times daily search for ``dead'' or ``unreliable'' resources.

  3. Technologie komputerowe na lekcji wychowania fizycznego = Information and communication technologies at a lesson of physical culture

    OpenAIRE

    Khramov, Vitali

    2014-01-01

    Khramov Vitali. Technologie komputerowe na lekcji wychowania fizycznego = Information and communication technologies at a lesson of physical culture. Journal of Health Sciences. 2014;4(13):111-115. ISSN 1429-9623 / 2300-665X. http://journal.rsw.edu.pl/index.php/JHS/article/view/2014%3B4%2811%29%3A111-115 http://ojs.ukw.edu.pl/index.php/johs/article/view/2014%3B4%2811%29%3A111-115 https://pbn.nauka.gov.pl/works/509849 DOI: 10.5281/zenodo.13254 http://dx.doi.org/10.5281/zeno...

  4. A study of practical proxy reencryption with a keyword search scheme considering cloud storage structure.

    Science.gov (United States)

    Lee, Sun-Ho; Lee, Im-Yeong

    2014-01-01

    Data outsourcing services have emerged with the increasing use of digital information. They can be used to store data from various devices via networks that are easy to access. Unlike existing removable storage systems, storage outsourcing is available to many users because it has no storage limit and does not require a local storage medium. However, the reliability of storage outsourcing has become an important topic because many users employ it to store large volumes of data. To protect against unethical administrators and attackers, a variety of cryptography systems are used, such as searchable encryption and proxy reencryption. However, existing searchable encryption technology is inconvenient for use in storage outsourcing environments where users upload their data to be shared with others as necessary. In addition, some existing schemes are vulnerable to collusion attacks and have computing cost inefficiencies. In this paper, we analyze existing proxy re-encryption with keyword search.

  5. Physics

    CERN Document Server

    Cullen, Katherine

    2005-01-01

    Defined as the scientific study of matter and energy, physics explains how all matter behaves. Separated into modern and classical physics, the study attracts both experimental and theoretical physicists. From the discovery of the process of nuclear fission to an explanation of the nature of light, from the theory of special relativity to advancements made in particle physics, this volume profiles 10 pioneers who overcame tremendous odds to make significant breakthroughs in this heavily studied branch of science. Each chapter contains relevant information on the scientist''s childhood, research, discoveries, and lasting contributions to the field and concludes with a chronology and a list of print and Internet references specific to that individual.

  6. The Changing Information Needs of Users in Electronic Information Environments.

    Science.gov (United States)

    Kebede, Gashaw

    2002-01-01

    Focuses on the information needs of users that are changing as a results of changes in the availability of information content in electronic form. Highlights the trend and nature of the physical form in which information content is currently being made available for users' access and use in electronic information environments. (Author/LRW)

  7. Measuring Physical Activity Intensity

    Medline Plus

    Full Text Available ... on this page will be unavailable. For more information about this message, please visit this page: About CDC.gov . Physical Activity Physical Activity Basics Needs for Adults Needs for Children What Counts Needs ...

  8. SPORTS PHYSICAL THERAPY CURRICULA IN PHYSICAL THERAPIST PROFESSIONAL DEGREE PROGRAMS.

    Science.gov (United States)

    Mulligan, Edward P; DeVahl, Julie

    2017-10-01

    The specialty niche of sports physical therapy has grown at a significant rate over the past 40 years. Despite this growth there is little information or direction from the physical therapy education accreditation body or professional association to guide academic programs on the interest or necessity of this type of practice content in physical therapy professional degree programs. The purpose of this survey study is to report on the prevalence, attitudes, barriers, resources, and faculty expertise in providing required or elective sports physical therapy course work. Cross-sectional descriptive survey. A 57-item questionnaire with branching logic was distributed via a web-based electronic data capture tool to survey all Commission on Accreditation for Physical Therapy Education (CAPTE) accredited and candidate schools in the United States. Response data was analyzed to describe typical educational program profiles, faculty demographics, and correlational factors consistent with the presence or absence of specific sports physical therapy curricular content. Thirty one percent of the schools responded to the survey and the program demographics were consistent with all currently accredited schools in regards to their geography, Carnegie classification, and faculty and student size. Forty three percent of programs offered a required or elective course distinct to the practice of sports physical therapy. Descriptive information regarding the sequencing, curricular make-up, resources, and assessment of content competence is reported. The odds of providing this content nearly doubles for programs that have faculty with sports clinical specialist credentials, accredited sports residency curriculums, or state practice acts that allow sports venue coverage. This survey provides an initial overview of sports physical therapy educational efforts in professional physical therapy degree programs. The data can used to spur further discussion on the necessity, structure, and

  9. Physical Properties of Liquid Crystals

    CERN Document Server

    Gray, George W; Spiess, Hans W

    1999-01-01

    This handbook is a unique compendium of knowledge on all aspects of the physics of liquid crystals. In over 500 pages it provides detailed information on the physical properties of liquid crystals as well as the recent theories and results on phase transitions, defects and textures of different types of liquid crystals. An in-depth understanding of the physical fundamentals is a prerequisite for everyone working in the field of liquid crystal research. With this book the experts as well as graduate students entering the field get all the information they need.

  10. Food physics and radiation techniques

    International Nuclear Information System (INIS)

    Szabo, A. S.

    1999-01-01

    In the lecture information is given about food physics, which is a rather new, interdisciplinary field of science, connecting food science and applied physics. The topics of radioactivity of foodstuffs and radiation techniques in the food industry are important parts of food physics detailed information will be given about the main fields (e.g. radio stimulation, food preservation) of radiation techniques in the agro-food sector. Finally some special questions of radioactive contamination of foodstuffs in hungary and applicability of radioanalytical techniques (e.g. Inaa) for food investigation will be analyzed and discussed

  11. 77 FR 20127 - Swap Dealer and Major Swap Participant Recordkeeping, Reporting, and Duties Rules; Futures...

    Science.gov (United States)

    2012-04-03

    ... SDs, MSPs, futures commission merchants (FCMs), and introducing brokers (IBs) with regard to firewalls... searchable by transaction and by counterparty. Maintaining records in this manner may prove costly for some... searchable by transaction and by counterparty. Maintaining records in this form may prove costly for some...

  12. Majorana Fermions in Particle Physics, Solid State and Quantum Information

    Science.gov (United States)

    Borsten, L.; Duff, M. J.

    This review is based on lectures given by M. J. Duff summarising the far reaching contributions of Ettore Majorana to fundamental physics, with special focus on Majorana fermions in all their guises. The theoretical discovery of the eponymous fcrmion in 1937 has since had profound implications for particlc physics, solid state and quantum computation. The breadth of these disciplines is testimony to Majorana's genius, which continues to permeate physics today. These lectures offer a whistle-stop tour through some limited subset of the key ideas. In addition to touching on these various applications, we will draw out some fascinating relations connecting the normed division algebras R, ℂ, H, O to spinors, trialities. K-theory and the classification of stable topological states of symmetry-protected gapped free-fermion systems.

  13. What is quantum information ?

    CERN Document Server

    Fortin, Sebastian; Holik, Federico; López, Cristian

    2017-01-01

    Combining physics and philosophy, this is a uniquely interdisciplinary examination of quantum information science which provides an up-to-date examination of developments in this field. The authors provide coherent definitions and theories of information, taking clearly defined approaches to considering information in connection with quantum mechanics, probability, and correlations. Concepts addressed include entanglement of quantum states, the relation of quantum correlations to quantum information, and the meaning of the informational approach for the foundations of quantum mechanics. Furthermore, the mathematical concept of information in the communicational context, and the notion of pragmatic information are considered. Suitable as both a discussion of the conceptual and philosophical problems of this field and a comprehensive stand-alone introduction, this book will benefit both experienced and new researchers in quantum information and the philosophy of physics.

  14. Initiatives to strengthen physical protection in Japan

    International Nuclear Information System (INIS)

    Kurihara, H.; Yagi, T.; Endo, M.; Murajiri, M.

    2001-01-01

    Full text: The Nuclear Material Control Center (NMCC) was established under the approval of the Japanese Government in 1972 to function as an important organization to implement national safeguards system together with the Government. It has been also working on R and D of physical protection of nuclear materials and facilities, and enhancing the awareness of the importance of the physical protection among physical protection related people. Japan has now 52 nuclear power reactors, accounting for about one-third of the nations electricity generation. Also nuclear fuel cycle facilities as enrichment plants, radioactive waste disposal facilities and reprocessing plant are either in operation or under construction at Rokkasho-Mura, Aomori prefecture. NMCC is doing several initiatives to strengthen and increase the understanding of the physical protection in Japan by disseminating necessary information to people which are described in the following: 1. Physical protection seminar for the physical protection specialists and management people - It is very important for the physical protection specialists as well as management people who are working at nuclear facilities to be able to get access to the related sophisticated information on the information on the global physical protection issues, physical protection regulations, physical protection systems and equipment etc. This kind of seminar was started in 19xx and is held once a year for two days in Tokyo. The curriculum includes global physical protection issues, physical protection related activities such as terrorism, current R and D, and application of equipment, experiences gained at nuclear facilities. About 70 people participate in the seminar every year. 2. Physical protection seminar for the physical protection related local people - It is more and more important for the nuclear industry to disseminate information to the local people about the nuclear facility operation. Such local people as local government

  15. Application of smart cards in physical and information security systems

    International Nuclear Information System (INIS)

    Dreifus, H.N.

    1988-01-01

    Smart Cards, integrated circuits embedded into credit cards, have been proposed for many computer and physical security applications. The cards have shown promise in improving both the security and monitoring of systems ranging from computer network identification through physical protection and access control. With the increasing computational power embedded within these cards, advanced encryption techniques such as public key cryptography can now be realized, enabling more sophisticated uses

  16. Comparative study based on the physical self-concept in teenagers regarding gender and physical activity

    Directory of Open Access Journals (Sweden)

    David Molero López-Barajas

    2010-01-01

    Full Text Available The aims of this article are to evaluate the physical self-concept in adolescence and to get to know the outcomes in the perceptions of the different dimensions in the physical self-concept. Furthermore, we aim to check the existence of noticeable differences in the outcomes regarding gender variables and regarding the level of physical activity of those polled. The sample consists of 81 individuals divided in two groups: secondary school teenager students and swimmers in adolescence. We use the Physical Self-concept Questionnaire (PSQ as a tool for getting information; there are six scales: physical skills, physical conditions, physical charming, strength, and general physical self-concept. We use the Physical Self-concept Questionnaire (PSQ as an instrument of collection of information which consists of 6 different scales: physical skills, physical condition, physical attractiveness, strength and general self-concept. We will show the results in two different analysis of the variant. In the first one we have found remarkable differences as far as the statistic point of view is concerned in gender perceptions in the scales of physical skills, physical condition, strength and general physical self-concept in favour of men (p<0,05. In the second analysis we have checked the existence of noticeable differences between the two groups of young people within the scales of physical skills and strength in favour of those who practice physical activity regularly (p<0,05.

  17. Museums, Environments, Information

    NARCIS (Netherlands)

    Koutamanis, A.

    2015-01-01

    Modern digital media already permeate the physical world. The portability of information devices and the ubiquity of networks allow us to access information practically anyplace, creating digital overlays on reality. This also allows us to bring information we routinely archive in museums and

  18. Higgs Physics

    CERN Document Server

    Grojean, C.

    2016-01-01

    The cause of the screening of the weak interactions at long distances puzzled the high-energy community for more nearly half a century. With the discovery of the Higgs boson a new era started with direct experimental information on the physics behind the breaking of the electroweak symmetry. This breaking plays a fundamental role in our understanding of particle physics and sits at the high-energy frontier beyond which we expect new physics that supersedes the Standard Model. The Higgs boson (inclusive and differential) production and decay rates offer a new way to probe this frontier.

  19. Support for New Physics Teachers

    Science.gov (United States)

    Adrian, Brian W.; Zollman, D.; Stevens, S.

    2006-12-01

    Teachers of physics can often lack the type of support they desperately need. The Physics Teaching Web Advisory (Pathway) is a dynamic digital library for physics teaching that is designed to offer such support. Carnegie Mellon University’s synthetic interview technology provides the foundation for a system that allows physics teachers to ask questions of a virtual mentor and get video responses. A log of the questions asked of our system provides a rich database of information about just what types of support teachers are requesting. This talk will present a summary of the common types of questions teachers ask. Such information is valuable as we design support systems for physics teachers, both new and experienced. In addition, recent progress and developments will be discussed. Supported by NSF grant numbers DUE-0226157, DUE-0226219, ESI-0455772 & ESI-0455813

  20. Relationship between physical development and physical readiness among skilled wrestlers

    Directory of Open Access Journals (Sweden)

    Yura Tropin

    2018-02-01

    Full Text Available Purpose: to determine the relationship between physical development and physical readiness among qualified wrestlers. Material & Methods: in the study involved thirty qualified wrestlers, aged 19–22 years. For the purpose of analyzing indicators of physical development and physical preparedness, pedagogical testing. Results: the results of the study testify to the homogeneity of the indices of physical development of the athletes under study, the coefficient of variation is in the range from 2,43% to 10,93%. It is revealed that the indices of physical readiness of qualified wrestlers are characterized mainly by small variation in the testing of speed-strength qualities, coordination abilities, general and strength endurance, and average – in the results of special endurance. Conclusion: it is determined that the most informative indicators of physical development are the weight of the wrestler's body, which has a connection with 15 physical preparedness tests, followed by a vital index (12 statistically reliable relationships and a strength index (11 interrelations.

  1. Physical and Cognitive Functioning After 3 Years Can Be Predicted Using Information From the Diagnostic Process in Recently Diagnosed Multiple Sclerosis

    NARCIS (Netherlands)

    de Groot, V.; Beckerman, H.; Uitdehaag, B.M.J.; Hintzen, R.Q.; Minneboo, A.; Heymans, M.W.; Lankhorst, G.J.; Polman, C.H.; Bouter, L.M.

    2009-01-01

    de Groot V, Beckerman H, Uitdehaag BM, Hintzen RQ, Minneboo A, Heymans MW, Lankhorst GJ, Polman CH, Bouter LM, on behalf of the Functional Prognostication and Disability (FuPro) Study Group. Physical and cognitive functioning after 3 years can be predicted using information from the diagnostic

  2. PHYSICS

    CERN Multimedia

    J. Incandela

    The all-plenary format of the CMS week in Cyprus gave the opportunity to the conveners of the physics groups to present the plans of each physics analysis group for tackling early physics analyses. The presentations were complete, so all are encouraged to browse through them on the Web. There is a wealth of information on what is going on, by whom and on what basis and priority. The CMS week was followed by two CMS “physics events”, the ICHEP08 days and the physics days in July. These were two weeks dedicated to either the approval of all the results that would be presented at ICHEP08, or to the review of all the other Monte-Carlo based analyses that were carried out in the context of our preparations for analysis with the early LHC data (the so-called “2008 analyses”). All this was planned in the context of the beginning of a ramp down of these Monte Carlo efforts, in anticipation of data.  The ICHEP days are described below (agenda and talks at: http://indic...

  3. Popularisation of Physics in the Wild

    Science.gov (United States)

    Boccardi, Beatrice; Fragona, Michela; Parolini, Giovanna

    Science popularisation is important to inform tax payers on how their money is used and to inform the general public of the progresses of research. The web 2.0, comprising the 3D virtual worlds, offers science and physics popularisation new communication channels and tools constituting, as a whole, a large part of "learning in the wild", with the consequent citizen science projects. Tags: physics popularisation, informal learning, web 2.0, virtual worlds, Second Life.

  4. The Enjoyment of Formal and Informal Recreation and Leisure Activities: A Comparison of School-Aged Children with and without Physical Disabilities

    Science.gov (United States)

    King, Gillian; Petrenchik, Theresa; Law, Mary; Hurley, Patricia

    2009-01-01

    Despite the fairly extensive literature on the developmental benefits of youth's participation in organised, out-of-school activities, little is known about the participation of school-aged children with physical disabilities in formal recreation and leisure activities, both in comparison with their participation in informal activities and with…

  5. Gaseous Electronics Tables, Atoms, and Molecules

    CERN Document Server

    Raju, Gorur Govinda

    2011-01-01

    With the constant emergence of new research and application possibilities, gaseous electronics is more important than ever in disciplines including engineering (electrical, power, mechanical, electronics, and environmental), physics, and electronics. The first resource of its kind, Gaseous Electronics: Tables, Atoms, and Molecules fulfills the author's vision of a stand-alone reference to condense 100 years of research on electron-neutral collision data into one easily searchable volume. It presents most--if not all--of the properly classified experimental results that scientists, researchers,

  6. INFORMATION TECHNOLOGIES AS THE TOOL OF EFFICIENCY IMPROVING OF FUTURE PHYSICS TEACHERS TRAINING TO LABORATORY SESSION IN OPTICS

    Directory of Open Access Journals (Sweden)

    Goncharenko T.

    2017-12-01

    Full Text Available The analysis of the problem of the use of information technologies implementation as the tool of the efficiency improving of future physics teachers training to execution of laboratory session in Optics is considered in the article. The problems and contradictions concerning ICT tools use in higher education institutions, the work of which is aimed at future physics teachers training are described. Due to the specifics of future teachers training in higher education institutions, labor market requirements and public procurement, the main ICT tools are identified, that are effective in students’ self-activity work to laboratory session execution. The developed list of electronic resources is divided into blocks according to the topics of laboratory works in Optics. The methodology of using of ICT tools at future students training for laboratory session on the example of individual topics is considered.

  7. Physics Division annual progress report for period ending December 31, 1978. [ORNL

    Energy Technology Data Exchange (ETDEWEB)

    1979-06-01

    This report contains information on the Holifield Heavy-Ion Research Facility, nuclear physics, nuclear physics with neutrons, theoretical physics, the Nuclear Data Project, accelerator-based atomic physics, magnetic fusion energy-applied physics research, electron spectroscopy, and high-energy physics, as well as lists of publications, papers presented at meetings, and other general information. Sixty-two items containing significant information were abstracted and indexed individually. (RWR)

  8. A Study of Practical Proxy Reencryption with a Keyword Search Scheme considering Cloud Storage Structure

    Directory of Open Access Journals (Sweden)

    Sun-Ho Lee

    2014-01-01

    Full Text Available Data outsourcing services have emerged with the increasing use of digital information. They can be used to store data from various devices via networks that are easy to access. Unlike existing removable storage systems, storage outsourcing is available to many users because it has no storage limit and does not require a local storage medium. However, the reliability of storage outsourcing has become an important topic because many users employ it to store large volumes of data. To protect against unethical administrators and attackers, a variety of cryptography systems are used, such as searchable encryption and proxy reencryption. However, existing searchable encryption technology is inconvenient for use in storage outsourcing environments where users upload their data to be shared with others as necessary. In addition, some existing schemes are vulnerable to collusion attacks and have computing cost inefficiencies. In this paper, we analyze existing proxy re-encryption with keyword search.

  9. Visual Analytics in Public Safety: Example Capabilities for Example Government Agencies

    Science.gov (United States)

    2011-10-01

    appelé « analytique visuel », lequel combine et approfondit les domaines de la visualisation de données et de l’analytique computationnel...Data Sources Data Analysis Analytic Reasoning Information Sharing Data types • Transaction • Image • Video • Text • Audio • Spatial...Broadcast Monitoring System creates a continuous, searchable, one-year archive of international television broadcasts. The real-time audio stream is

  10. Developing a computer-based environment for the design of nuclear power plants: a perspective and philosophy

    International Nuclear Information System (INIS)

    Brey, H.; Kisner, R.A.

    1985-08-01

    This report surveys the usefulness and general design requirements for a large-scale database and database manager for design and analysis of nuclear power plant control systems. The control engineer's and systems integrator's need for timely, accurate, and searchable information for advanced control system design increases with competitive economics and stringent reliability demands. A philosophy is conveyed for the implementation of an integrated, comprehensive database system

  11. Validity of a scale of neighbourhood informal social control relevant to pre-schoolers’ physical activity: A cross-sectional study

    Directory of Open Access Journals (Sweden)

    Ester Cerin

    2017-12-01

    Full Text Available Childhood physical activity (PA is important for health across the lifespan. Time pre-schoolers spend outdoors, which has been associated with more PA, is likely influenced by parents’ perception of neighbourhood informal social control relevant to pre-schoolers' PA, defined as the willingness of neighbours to intervene to ensure social order and a safe community environment for young children's active play. To advance measurement of this construct, we assessed factorial and construct validities of the PA-related neighbourhood informal social control scale for parents of pre-schoolers (PANISC-PP. In 2013–2014, Hong Kong primary caregivers (n=394 of 3–5 year-old children completed a socio-demographic questionnaire, the preliminary version of the PANISC-PP, and self-report measures of theoretical neighbourhood correlates of PA-related neighbourhood informal social control (perceived signs of physical and social disorder, community cohesion, perceived stranger danger, risk of unintentional injury and traffic safety. The fit of the data to an a priori measurement model of the PANISC-PP was examined using confirmatory factor analyses. As the a priori model showed inadequate fit to the data, the factor structure was re-specified based on theoretical considerations. The final measurement models of the PANISC-PP showed acceptable fit to the data and consisted of three correlated latent factors: “General informal supervision”, “Civic engagement for the creation of a better neighbourhood environment” and “Educating and assisting neighbourhood children”. The internal reliability of the subscales was good (Cronbach's α values 0.82–0.89. Generalised additive mixed models indicated that all subscales were positively associated with community cohesion and scores on the subscale “Educating and assisting neighbourhood children” were related in the expected direction to all indicators of traffic and personal safety, supporting construct

  12. Managing Returnable Containers Logistics - A Case Study Part I - Physical and Information Flow Analysis

    Directory of Open Access Journals (Sweden)

    Reza A. Maleki

    2011-05-01

    Full Text Available This case study paper is the result of a project conducted on behalf of a company, hereon referred to as Midwest Assembly and Manufacturing or MAAN. The company's operations include component manufacturing, painting, and assembling products. The company also purchases a relatively large percentage of components and major assemblies that are needed to support final assembly operations. MAAN uses its own returnable containers to transport purchased parts from suppliers. Due to poor tracking of the containers, the company has been experiencing lost containers and occasional production disruptions at its facility well as at the supplier sites. The objective of this project was to develop a proposal to enable MAAN to more effectively track and manage its returnable containers. The research activities in support of this project included the analysis and documentation of both the physical flow and the information flow associated with the containers as well as some of the technologies that can help with automatic identification and tracking of containers. The focal point of this paper is on a macro?level approach for the analysis of container and information flow within the logistics chain. A companion paper deals with several of the automatic identification technologies that have the potential to improve the management of MAAN's returnable containers.

  13. The Role of Physical Educators in Helping Classroom Teachers to Promote Physical Activity

    Science.gov (United States)

    Russ, Laura

    2015-01-01

    Elementary classroom teachers are an increasingly important constituency in school-based physical activity promotion. This article situates the need for classroom teacher physical-activity promotion at the intersection of what we know about teacher actions, what informs those actions, and what recent research has uncovered. Recommendations are…

  14. Physical Performance Across the Adult Life Span: Correlates With Age and Physical Activity.

    Science.gov (United States)

    Hall, Katherine S; Cohen, Harvey J; Pieper, Carl F; Fillenbaum, Gerda G; Kraus, William E; Huffman, Kim M; Cornish, Melissa A; Shiloh, Andrew; Flynn, Christy; Sloane, Richard; Newby, L Kristin; Morey, Miriam C

    2017-04-01

    A number of large-scale population studies have provided valuable information about physical performance in aged individuals; however, there is little information about trajectories of function and associations with age across the adult life span. We developed a mobility-focused physical performance screener designed to be appropriate for the adult life span. The physical performance battery includes measures of mobility, strength, endurance, and balance. Physical activity (PA) was assessed with accelerometry. We examined age-related trends in physical performance and PA, and the relationship between physical performance and PA across the age range (30-90+), by decade, in 775 participants enrolled in the study 2012-2014. Physical performance was worse with increasing age decade. Although men performed better than women across all ages, the decrement by age group was similar between genders. Worsening physical performance was observed as early as the fifth decade for chair stands and balance and in the sixth decade for gait speed and aerobic endurance. The number and strength of significant associations between physical performance and PA increased with greater age: the greatest number of significant associations was seen in the 60-79 age groups, with fewer reported in the 30-59 and 80-90+ age groups. More PA was associated with better physical function. These results emphasize the importance of a life span approach to studies of function and aging. This work points to the need for a physical performance screener that spans across adulthood as a clinical tool for identifying functional decline. © The Author 2016. Published by Oxford University Press on behalf of The Gerontological Society of America. All rights reserved. For permissions, please e-mail: journals.permissions@oup.com.

  15. Relationship between the physical and psychosocial conditions of postoperative gastrointestinal cancer patients and their responses to an informational material

    Directory of Open Access Journals (Sweden)

    Michiyo Mizuno

    2017-01-01

    Full Text Available Objective: Postoperative patients with gastrointestinal (GI cancer have multiple adaptation tasks and care needs to improve their quality of life (QOL. Whether their supportive care needs differ according to their physical and psychosocial conditions is unclear. This study investigated patients' (1 physical and psychosocial conditions (QOL, fatigue, anxiety, cognitive plight, and resilience and (2 responses to an informational booklet describing cancer patients' problems and adaptation tasks, and examined the association between the two factors. Methods: A questionnaire survey was conducted to postoperative patients with GI cancer. Results: The mean age of the 69 respondents was 63 years; 59.4% of the respondents were men. Nine patients who did not read the booklet showed high fatigue and cognitive plight and low QOL. The patients (36.2% who chose “I vaguely understood the content” showed low scores for resilience and cognitive plight while those (8.5% who chose “I will deal with my tasks as described in the scenarios” showed high scores for both of these variables. Conclusions: The condition of some patients continued to be highly affected by their cancer. In terms of understanding the contents of the booklet, resilience was significant, and cognitive plight did not necessarily have a negative impact. The provision of information by means of a booklet might not be suitable for patients who are highly affected by their cancer. Patients may need additional support to be able to make good use of the information provided in such a booklet.

  16. Physics To Go: an Outreach Digital Library

    Science.gov (United States)

    Lee, Edward V.

    2006-12-01

    Physics to Go, part of the NSF-funded ComPADRE digital library, is a collection of websites for informal physics learning. This talk will present Physics To Go’s homepage features, show how these features are created, how resources are identified, and how Physics To Go complements other physics outreach websites.

  17. Physical activity and health promotion strategies among ...

    African Journals Online (AJOL)

    EB

    out information regarding physical activity were most common methods used in promotion of physical activity. Policies on ... highlighted. Conclusion: Although physiotherapists experience barriers to promoting physical activity, they have good physical activity .... workplace tended to vary from lack of books or articles on.

  18. Physics at LHC and NLC

    International Nuclear Information System (INIS)

    Paige, F.E.

    1997-01-01

    The Standard Model describes everything that we know about particle physics today, but it is probably incomplete, with new physics below the 1 TeV scale. The Large Hadron Collider at CERN will be the first accelerator to probe this scale. The Next Lepton Collider could provide valuable additional information. copyright 1997 American Institute of Physics

  19. Quantum information and computation for chemistry

    CERN Document Server

    Kais, Sabre; Rice, Stuart A

    2014-01-01

    Examines the intersection of quantum information and chemical physics The Advances in Chemical Physics series is dedicated to reviewing new and emerging topics as well as the latest developments in traditional areas of study in the field of chemical physics. Each volume features detailed comprehensive analyses coupled with individual points of view that integrate the many disciplines of science that are needed for a full understanding of chemical physics. This volume of the series explores the latest research findings, applications, and new research paths from the quantum information science

  20. Building physics from physical principles to international standards

    CERN Document Server

    Pinterić, Marko

    2017-01-01

    This textbook provides thorough coverage of the most important building physics phenomena: heat transfer, moisture, sound/acoustics, and illumination. Since the book is primarily aimed at engineers, it addresses professional issues with due pragmatism, and by including many practical examples and related ISO standards. Nevertheless, in order to guarantee full comprehension, it also explains the underlying physical principles and relates them to practical aspects in a simple and clear way. This is achieved with the aid of more than 100 figures and consistent cross-referencing of formulas and ideas. In addition, interrelationships between the different building physics phenomena are elucidated in a way that will enable readers to develop performance specifications that inform the design process. The book will primarily appeal to students of civil engineering and architecture, as well as to all practitioners in these areas who wish to broaden their fundamental understanding of topics in building physics.

  1. Elements of quantum information

    International Nuclear Information System (INIS)

    Schleich, W.P.

    2007-01-01

    Elements of Quantum Information introduces the reader to the fascinating field of quantum information processing, which lives on the interface between computer science, physics, mathematics, and engineering. This interdisciplinary branch of science thrives on the use of quantum mechanics as a resource for high potential modern applications. With its wide coverage of experiments, applications, and specialized topics - all written by renowned experts - Elements of Quantum Information provides and indispensable, up-to-date account of the state of the art of this rapidly advancing field and takes the reader straight up to the frontiers of current research. The articles have first appeared as a special issue of the journal 'Fortschritte der Physik / Progress of Physics'. Since then, they have been carefully updated. The book will be an inspiring source of information and insight for anyone researching and specializing in experiments and theory of quantum information. Topics addressed in Elements of Quantum Information include - Cavity Quantum Electrodynamics - Segmented Paul Traps - Cold Atoms and Bose-Einstein Condensates in Microtraps, Optical Lattices, and on Atom Chips - Rydberg Gases - Factorization of Numbers with Physical Systems - Entanglement of Continuous Variables - NMR and Solid State Quantum Computation - Quantum Algorithms and Quantum Machines - Complexity Theory - Quantum Crytography. (orig.)

  2. Extensional Information Articulation from the Universe

    Directory of Open Access Journals (Sweden)

    Yasufumi Saruwatari

    2012-11-01

    Full Text Available Information must have physical support and this physical universe comprisesphysical interactions. Hence actual information processes should have a description byinteractions alone, i.e., an extensional description. In this paper, such a model of the processof information articulation from the universe is developed by generalizing the extensivemeasurement theory in metrology. Moreover, a model of the attribute creation processis presented to exemplify a step of the informational articulation process. These modelsdemonstrate the valuableness of the extensional view and are expected to enhance theunderstanding of the extensional aspects of fundamentals of information.

  3. Evaluation of a novel Conjunctive Exploratory Navigation Interface for consumer health information: a crowdsourced comparative study.

    Science.gov (United States)

    Cui, Licong; Carter, Rebecca; Zhang, Guo-Qiang

    2014-02-10

    Numerous consumer health information websites have been developed to provide consumers access to health information. However, lookup search is insufficient for consumers to take full advantage of these rich public information resources. Exploratory search is considered a promising complementary mechanism, but its efficacy has never before been rigorously evaluated for consumer health information retrieval interfaces. This study aims to (1) introduce a novel Conjunctive Exploratory Navigation Interface (CENI) for supporting effective consumer health information retrieval and navigation, and (2) evaluate the effectiveness of CENI through a search-interface comparative evaluation using crowdsourcing with Amazon Mechanical Turk (AMT). We collected over 60,000 consumer health questions from NetWellness, one of the first consumer health websites to provide high-quality health information. We designed and developed a novel conjunctive exploratory navigation interface to explore NetWellness health questions with health topics as dynamic and searchable menus. To investigate the effectiveness of CENI, we developed a second interface with keyword-based search only. A crowdsourcing comparative study was carefully designed to compare three search modes of interest: (A) the topic-navigation-based CENI, (B) the keyword-based lookup interface, and (C) either the most commonly available lookup search interface with Google, or the resident advanced search offered by NetWellness. To compare the effectiveness of the three search modes, 9 search tasks were designed with relevant health questions from NetWellness. Each task included a rating of difficulty level and questions for validating the quality of answers. Ninety anonymous and unique AMT workers were recruited as participants. Repeated-measures ANOVA analysis of the data showed the search modes A, B, and C had statistically significant differences among their levels of difficulty (Pconsumer health information retrieval and

  4. The Physics Force presents The Physics Circus

    Science.gov (United States)

    Dahlberg, E. Dan

    2015-03-01

    The Physics Force of the University of Minnesota is an outreach program developed with the goal to show students and the public Science is Fun, Science is Interesting, and Science is Understandable. The program grew from a rather small effort by three high school physics teachers and two University of Minnesota staff members. In the almost three decades since its humble beginnings of 100 attendees in a year, it has grown to an average attendance of over 36,000 annually. In the last three years alone, about 110,000 Minnesotans have seen a performance of The Physics Circus which is roughly 2% of the population of the state. In addition to the performances in Minnesota, The Force performed two years at Disney's Epcot Center, was featured on Newton's Apple, and made appearances on the very successful German TV science show, the Knoff-Hoff Show. I will begin the talk with some of our motivation to develop The Physics Force arising from the current ``scientific state'' of our society and then provide more information on The Force including both some history and examples taken from our Physics Circus.

  5. Applied Physics Education: PER focused on Physics-Intensive Careers

    Science.gov (United States)

    Zwickl, Benjamin

    2017-01-01

    Physics education research is moving beyond classroom learning to study the application of physics education within STEM jobs and PhD-level research. Workforce-related PER is vital to supporting physics departments as they educate students for a diverse range of careers. Results from an on-going study involving interviews with entry-level employees, academic researchers, and supervisors in STEM jobs describe the ways that mathematics, physics, and communication are needed for workplace success. Math and physics are often used for solving ill-structured problems that involve data analysis, computational modeling, or hands-on work. Communication and collaboration are utilized in leadership, sales, and as way to transfer information capital throughout the organization through documentation, emails, memos, and face-to-face discussions. While managers and advisors think a physics degree typically establishes technical competency, communication skills are vetted through interviews and developed on the job. Significant learning continues after graduation, showing the importance of cultivating self-directed learning habits and the critical role of employers as educators of specialized technical abilities through on-the-job training. Supported by NSF DGE-1432578.

  6. An information value based analysis of physical and climatic factors affecting dengue fever and dengue haemorrhagic fever incidence

    Directory of Open Access Journals (Sweden)

    Tripathi Nitin

    2005-06-01

    Full Text Available Abstract Background Vector-borne diseases are the most dreaded worldwide health problems. Although many campaigns against it have been conducted, Dengue Fever (DF and Dengue Haemorrhagic Fever (DHF are still the major health problems of Thailand. The reported number of dengue incidences in 1998 for the Thailand was 129,954, of which Sukhothai province alone reported alarming number of 682. It was the second largest epidemic outbreak of dengue after 1987. Government arranges the remedial facilities as and when dengue is reported. But, the best way to control is to prevent it from happening. This will be possible only when knowledge about the relationship of DF/DHF with climatic and physio-environmental agents is discovered. This paper explores empirical relationship of climatic factors rainfall, temperature and humidity with the DF/DHF incidences using multivariate regression analysis. Also, a GIS based methodology is proposed in this paper to explore the influence of physio-environmental factors on dengue incidences. Remotely sensed data provided important data about physical environment and have been used for many vector borne diseases. Information Values (IV method was utilised to derive influence of various factors in the quantitative terms. Researchers have not applied this type of analysis for dengue earlier. Sukhothai province was selected for the case study as it had high number of dengue cases in 1998 and also due to its diverse physical setting with variety of land use/land cover types. Results Preliminary results demonstrated that physical factors derived from remotely sensed data could indicate variation in physical risk factors affecting DF/DHF. A composite analysis of these three factors with dengue incidences was carried out using multivariate regression analysis. Three empirical models ER-1, ER-2 and ER-3 were evaluated. It was found that these three factors have significant relation with DF/DHF incidences and can be related to

  7. Physical activity and health promotion strategies among ...

    African Journals Online (AJOL)

    Results: The findings revealed that 64% of the participants were physically active both within the work and recreation domains and 65% of the participants had good physical activity promoting practices. Discussing physical activity and giving out information regarding physical activity were most common methods used in ...

  8. News from the Library: You need never be lost for words again - Oxford Reference Online and Oxford Dictionaries Pro

    CERN Multimedia

    CERN Library

    2012-01-01

    Whether you are looking for an English word definition or want to check the correct usage of a word, we can offer you a solution: Oxford Reference Online.   It includes a wide range of monolingual and bilingual dictionaries, but also subject-specific reference books on physics, astronomy or mathematics. All these works are fully indexed and cross-searchable. Two highlights from this vast collection of reference works are the Concise Oxford English Dictionary and the Oxford Dictionary of English, which is the online counterpart of the compact, single-volume dictionary of current English language. As the name says, Oxford Dictionaries Pro focuses on language dictionaries. Particularly noteworthy are the dictionaries for writers and editors. On a dedicated web page you will find access to: - The "New Hart's Rules", providing information on all aspects of writing and preparing copy for publication, whether in print or electronically - The New Oxford Dictionary for Wri...

  9. Modern atomic physics

    CERN Document Server

    Natarajan, Vasant

    2015-01-01

    Much of our understanding of physics in the last 30-plus years has come from research on atoms, photons, and their interactions. Collecting information previously scattered throughout the literature, Modern Atomic Physics provides students with one unified guide to contemporary developments in the field. After reviewing metrology and preliminary material, the text explains core areas of atomic physics. Important topics discussed include the spontaneous emission of radiation, stimulated transitions and the properties of gas, the physics and applications of resonance fluorescence, coherence, cooling and trapping of charged and neutral particles, and atomic beam magnetic resonance experiments. Covering standards, a different way of looking at a photon, stimulated radiation, and frequency combs, the appendices avoid jargon and use historical notes and personal anecdotes to make the topics accessible to non-atomic physics students. Written by a leader in atomic and optical physics, this text gives a state-of-the...

  10. Automated extraction of chemical structure information from digital raster images

    Directory of Open Access Journals (Sweden)

    Shedden Kerby A

    2009-02-01

    Full Text Available Abstract Background To search for chemical structures in research articles, diagrams or text representing molecules need to be translated to a standard chemical file format compatible with cheminformatic search engines. Nevertheless, chemical information contained in research articles is often referenced as analog diagrams of chemical structures embedded in digital raster images. To automate analog-to-digital conversion of chemical structure diagrams in scientific research articles, several software systems have been developed. But their algorithmic performance and utility in cheminformatic research have not been investigated. Results This paper aims to provide critical reviews for these systems and also report our recent development of ChemReader – a fully automated tool for extracting chemical structure diagrams in research articles and converting them into standard, searchable chemical file formats. Basic algorithms for recognizing lines and letters representing bonds and atoms in chemical structure diagrams can be independently run in sequence from a graphical user interface-and the algorithm parameters can be readily changed-to facilitate additional development specifically tailored to a chemical database annotation scheme. Compared with existing software programs such as OSRA, Kekule, and CLiDE, our results indicate that ChemReader outperforms other software systems on several sets of sample images from diverse sources in terms of the rate of correct outputs and the accuracy on extracting molecular substructure patterns. Conclusion The availability of ChemReader as a cheminformatic tool for extracting chemical structure information from digital raster images allows research and development groups to enrich their chemical structure databases by annotating the entries with published research articles. Based on its stable performance and high accuracy, ChemReader may be sufficiently accurate for annotating the chemical database with links

  11. The Causal-Compositional Concept of Information Part I. Elementary Theory: From Decompositional Physics to Compositional Information

    Directory of Open Access Journals (Sweden)

    Gerhard Luhn

    2012-03-01

    Full Text Available This first part of the study introduces an elementary concept of information. Our interest for newness, our curiosity in the new, will be considered as a main building block of information, and of reality itself. A typical definition of information (the reduction of uncertainty needs to be fundamentally inverted: Information is a compositional activity, including the inconsistent, the paradox, the contradiction and the incoherent meaning. This study expands on the analysis of the composition of new structure (new macrophysical laws, and the analysis of the causality and causal state of such structures (“causally active symbols”. The classical, scientific-objective, passive understanding of information gives meaning to the fact that modern information technology does not by itself lead to an increase of human values. However, our social and moral stance is an informational one, and our informational, active conscious process holds the power to mediate and to enforce this process towards an enriched life. The indicator for such enrichment is given to us by information, and the knowledge about this process will feed us with energy to move towards an active spirit of ethics, and towards the information society. Part I of this study expands on the fundament basis and on our intrinsic responsibility to release the forces that are based on the active dimension of information. Those forces are required in order to reveal the so-called information society from its metaphorical character (Part II.

  12. WEB-BASED DATABASE ON RENEWAL TECHNOLOGIES ...

    Science.gov (United States)

    As U.S. utilities continue to shore up their aging infrastructure, renewal needs now represent over 43% of annual expenditures compared to new construction for drinking water distribution and wastewater collection systems (Underground Construction [UC], 2016). An increased understanding of renewal options will ultimately assist drinking water utilities in reducing water loss and help wastewater utilities to address infiltration and inflow issues in a cost-effective manner. It will also help to extend the service lives of both drinking water and wastewater mains. This research effort involved collecting case studies on the use of various trenchless pipeline renewal methods and providing the information in an online searchable database. The overall objective was to further support technology transfer and information sharing regarding emerging and innovative renewal technologies for water and wastewater mains. The result of this research is a Web-based, searchable database that utility personnel can use to obtain technology performance and cost data, as well as case study references. The renewal case studies include: technologies used; the conditions under which the technology was implemented; costs; lessons learned; and utility contact information. The online database also features a data mining tool for automated review of the technologies selected and cost data. Based on a review of the case study results and industry data, several findings are presented on tren

  13. Physics analysis tools for beauty physics in ATLAS

    International Nuclear Information System (INIS)

    Anastopoulos, C; Bouhova-Thacker, E; Catmore, J; Mora, L de; Dallison, S; Derue, F; Epp, B; Jussel, P; Kaczmarska, A; Radziewski, H v; Stahl, T; Reznicek, P

    2008-01-01

    The Large Hadron Collider experiments will search for physics phenomena beyond the Standard Model. Highly sensitive tests of beauty hadrons will represent an alternative approach to this research. The analysis of complex decay chains of the beauty hadrons have to efficiently extract the detector tracks made by these reactions and reject other events in order to make sufficiently precise measurement. This places severe demands on the software used to analyze the B-physics data. The ATLAS B-physics group has written a series of tools and algorithms for performing these tasks, to be run within the ATLAS offline software framework Athena. This paper describes this analysis suite, paying particular attention to mechanisms for handling combinatorics, interfaces to secondary vertex fitting packages, B-flavor tagging tools and finally Monte Carlo true information association to pursue simulation data in process of the software validations which is an important part of the development of the physics analysis tools

  14. Physics history. The physics in the 20 sup th century. Histoire de la physique. Tome 2: la physique au XXe siecle

    Energy Technology Data Exchange (ETDEWEB)

    Mathieu, J P

    1991-01-01

    This book proposes a synthesis of the physics evolution and of upsettings produced by the many discoveries in this century: Relativity theory, quantum mechanics, quantum statistics, thermodynamics, optics, electromagnetism, atomic physics, molecular physics, condensed matter physics, nuclear physics and high energy physics, information processing and computers. Many examples are illustrated.

  15. Lessons of physical education and inclusion: a case study with physical disabilities

    Directory of Open Access Journals (Sweden)

    Luciana Erina Palma

    2012-03-01

    Full Text Available This study aimed to describe the participation of a student with physical disability in physical education classes of a 2nd year elementary school in a regular school. We observed seven physical education classes, the information was recorded on an observation form and later was applied an interview with pre-established guidelines to disabled student. The datas were analyzed from two categories: a Students with Disabilities and Participation in Physical Education classes and b the relationship between student with Disabilities and Colleagues. From the data, it was observed that most of the activities proposed by the teacher in physical education classes, favored the inclusion of the students who had physical disabilities, in addition to that, there was an interaction between him and his classmates. Thus, we can affirm that inclusion is being accomplished in the classroom and in physical education classes surveyed.

  16. Predictive modeling of coupled multi-physics systems: II. Illustrative application to reactor physics

    International Nuclear Information System (INIS)

    Cacuci, Dan Gabriel; Badea, Madalina Corina

    2014-01-01

    Highlights: • We applied the PMCMPS methodology to a paradigm neutron diffusion model. • We underscore the main steps in applying PMCMPS to treat very large coupled systems. • PMCMPS reduces the uncertainties in the optimally predicted responses and model parameters. • PMCMPS is for sequentially treating coupled systems that cannot be treated simultaneously. - Abstract: This work presents paradigm applications to reactor physics of the innovative mathematical methodology for “predictive modeling of coupled multi-physics systems (PMCMPS)” developed by Cacuci (2014). This methodology enables the assimilation of experimental and computational information and computes optimally predicted responses and model parameters with reduced predicted uncertainties, taking fully into account the coupling terms between the multi-physics systems, but using only the computational resources that would be needed to perform predictive modeling on each system separately. The paradigm examples presented in this work are based on a simple neutron diffusion model, chosen so as to enable closed-form solutions with clear physical interpretations. These paradigm examples also illustrate the computational efficiency of the PMCMPS, which enables the assimilation of additional experimental information, with a minimal increase in computational resources, to reduce the uncertainties in predicted responses and best-estimate values for uncertain model parameters, thus illustrating how very large systems can be treated without loss of information in a sequential rather than simultaneous manner

  17. Sedative and Analgesic Drugs Online: A Content Analysis of the Supply and Demand Information Available in Thailand.

    Science.gov (United States)

    Pinyopornpanish, Kanokporn; Jiraporncharoen, Wichuda; Thaikla, Kanittha; Yoonut, Kulyapa; Angkurawaranon, Chaisiri

    2018-03-21

    Evidence from other countries has suggested that many controlled drugs are also offered online, even though it is illegal to sell these drugs without a license. To evaluate the current contents related to the supply and demand of sedatives and analgesic drugs available online in Thailand, with a particular focus on Facebook. A team of reviewers manually searched for data by entering keywords related to analgesic drugs and sedatives. The contents of the website were screened for supply and demand-related information. A total of 5,352 websites were found publicly available. The number of websites and Facebook pages containing the information potentially related to the supply and demand of analgesic drugs and sedatives was limited. Nine websites sold sedatives, and six websites sold analgesics directly. Fourteen Facebook pages were found, including 7 sedative pages and 7 analgesic pages. Within one year, the three remaining active pages multiplied in the number of followers by three- to nine-fold. The most popular Facebook page had over 2,900 followers. Both the internet and social media contain sites and pages where sedatives and analgesics are illegally advertised. These websites are searchable through common search engines. Although the number of websites is limited, the number of followers on these Facebook pages does suggest a growing number of people who are interested in such pages. Our study emphasized the importance of monitoring and developing potential plans relative to the online marketing of prescription drugs in Thailand.

  18. HEALTH INFORMATION TECHNOLOGY IN EXCHANGE OF HEALTH INFORMATION

    Directory of Open Access Journals (Sweden)

    Jordan Deliversky

    2016-06-01

    Full Text Available Health information technology involves the exchange of health information in an electronic environment. Data protection is comprised of many elements, including where the data resides, how it is used, and who has access to it. Individually identifiable health information should be protected with reasonable administrative, technical, and physical safeguards to ensure its confidentiality, integrity, and availability and to prevent unauthorized access, use, or disclosure. Health records are among the most sensitive records available containing information concerning an individual. The unauthorized disclosure of a medical condition or diagnosis could negatively impact an individual’s personal and professional life.

  19. Summer School organized by the International Centre for Theoretical Physics, Trieste, and the Institute for Information Sciences, University of Tübingen

    CERN Document Server

    Güttinger, Werner; Cin, Mario

    1974-01-01

    This volume is the record and product of the Summer School on the Physics and Mathematics of the Nervous System, held at the International Centre for Theoretical Physics in Trieste from August 21-31, 1973, and jointly organized by the Institute for Information Sciences, University of Tlibingen and by the Centre. The school served to bring biologists, physicists and mathemati­ cians together to exchange ideas about the nervous system and brain, and also to introduce young scientists to the field. The program, attended by more than a hundred scientists, was interdisciplinary both in character and participation. The primary support for the school was provided by the Volkswagen Foundation of West Germany. We are particularly indebted to Drs. G. Gambke, M. -L Zarnitz, and H. Penschuck of the Foundation for their in­ terest in and help with the project. The school also received major support from the International Centre for Theoretical Physics in Trieste and its sponsoring agencies, including the use of its exce...

  20. Physics of the neutrino mass

    International Nuclear Information System (INIS)

    Mohapatra, R N

    2004-01-01

    Recent neutrino oscillation experiments have yielded valuable information on the nature of neutrino masses and mixings and qualify as the first evidence for physics beyond the standard model. Even though we are far from a complete understanding of the new physics implied by them, there are many useful hints. As the next precision era in neutrino physics is about to be launched, we review the physics of neutrino mass: what we have learned and what we are going to learn

  1. Security and Privacy Assurance Research (SPAR) Pilot Final Report

    Science.gov (United States)

    2015-11-30

    Terms AES Advanced Encryption Standard. Current U.S. standard for symmetric cipher. API Application Program Interface. AWS Amazon Web Services B-tree...solve this problem in theory. Tools such as multi-party computation, homomorphic encryption , and symmetric searchable encryption allow parties to...as multi-party computation [16], fully homomorphic encryption [11], private informa- tion retrieval [8] and symmetric searchable encryption [37] allow

  2. DOE Fundamentals Handbook: Classical Physics

    International Nuclear Information System (INIS)

    1992-06-01

    The Classical Physics Fundamentals Handbook was developed to assist nuclear facility operating contractors provide operators, maintenance personnel, and the technical staff with the necessary fundamentals training to ensure a basic understanding of physical forces and their properties. The handbook includes information on the units used to measure physical properties; vectors, and how they are used to show the net effect of various forces; Newton's Laws of motion, and how to use these laws in force and motion applications; and the concepts of energy, work, and power, and how to measure and calculate the energy involved in various applications. This information will provide personnel with a foundation for understanding the basic operation of various types of DOE nuclear facility systems and equipment

  3. Effects of ageing in physical fitness

    OpenAIRE

    Ruiz-Montero, Pedro Jesús; Chiva, Oscar; Martín Moya, Ricardo

    2016-01-01

    Ageing is a natural and inevitable process with degenerative changes in most of the physical, physiological and psychological functions. Furthermore, the ageing process has an impact on the physical of elderly people. Thus, the aim of this study is to provide to readers of information about effects of ageing and changes in physical fitness as one of the major causes of chronic diseases of ageing people. In addition, the association between physical fitness and physical activity in...

  4. The Health Information Technology Competencies Tool: Does It Translate for Nursing Informatics in the United States?

    Science.gov (United States)

    Sipes, Carolyn; Hunter, Kathleen; McGonigle, Dee; West, Karen; Hill, Taryn; Hebda, Toni

    2017-12-01

    Information technology use in healthcare delivery mandates a prepared workforce. The initial Health Information Technology Competencies tool resulted from a 2-year transatlantic effort by experts from the US and European Union to identify approaches to develop skills and knowledge needed by healthcare workers. It was determined that competencies must be identified before strategies are established, resulting in a searchable database of more than 1000 competencies representing five domains, five skill levels, and more than 250 roles. Health Information Technology Competencies is available at no cost and supports role- or competency-based queries. Health Information Technology Competencies developers suggest its use for curriculum planning, job descriptions, and professional development.The Chamberlain College of Nursing informatics research team examined Health Information Technology Competencies for its possible application to our research and our curricular development, comparing it originally with the TIGER-based Assessment of Nursing Informatics Competencies and Nursing Informatics Competency Assessment of Level 3 and Level 4 tools, which examine informatics competencies at four levels of nursing practice. Additional analysis involved the 2015 Nursing Informatics: Scope and Standards of Practice. Informatics is a Health Information Technology Competencies domain, so clear delineation of nursing-informatics competencies was expected. Researchers found TIGER-based Assessment of Nursing Informatics Competencies and Nursing Informatics Competency Assessment of Level 3 and Level 4 differed from Health Information Technology Competencies 2016 in focus, definitions, ascribed competencies, and defined levels of expertise. When Health Information Technology Competencies 2017 was compared against the nursing informatics scope and standards, researchers found an increase in the number of informatics competencies but not to a significant degree. This is not surprising

  5. Composing Models of Geographic Physical Processes

    Science.gov (United States)

    Hofer, Barbara; Frank, Andrew U.

    Processes are central for geographic information science; yet geographic information systems (GIS) lack capabilities to represent process related information. A prerequisite to including processes in GIS software is a general method to describe geographic processes independently of application disciplines. This paper presents such a method, namely a process description language. The vocabulary of the process description language is derived formally from mathematical models. Physical processes in geography can be described in two equivalent languages: partial differential equations or partial difference equations, where the latter can be shown graphically and used as a method for application specialists to enter their process models. The vocabulary of the process description language comprises components for describing the general behavior of prototypical geographic physical processes. These process components can be composed by basic models of geographic physical processes, which is shown by means of an example.

  6. Physics and high technology

    International Nuclear Information System (INIS)

    Shao Liqin; Ma Junru.

    1992-01-01

    At present, the development of high technology has opened a new chapter in world's history of science and technology. This review describes the great impact of physics on high technology in six different fields (energy technology, new materials, information technology, biotechnology, space technology, and Ocean technology). It is shown that the new concepts and new methods created in physics and the special conditions and measurements established for physics researches not only deepen human's knowledge about nature but also point out new directions for engineering and technology. The achievements in physics have been more and more applied to high technology, while the development of high technology has explored some new research areas and raised many novel, important projects for physics. Therefore, it is important for us to strengthen the research on these major problems in physics

  7. Physical Activity During School

    DEFF Research Database (Denmark)

    Østergaard, Lars Domino

    It is important, not only on health grounds, to exercise and to be physically active. In school, physical activities have shown to improve the students’ academic behaviour resulting in improved attention and information processing as well as enhanced coping. To stimulate and motivate students...... to be even more active during school hours further enhancing their academic behaviour, it is important to know when, why and how they are active, and their attitude towards different types of physical activities. Therefore, the aim of this study was to categorize the physical activities attended by students...... during school hours and to elucidate their attitude towards the different types of activities. The data consisted of observations of lessons followed by group interviews. Analyses of the observations revealed six categories of physical activities, varying from mandatory physical activities, activities...

  8. What makes a healthier nurse, workplace or leisure physical activity? Informed by the Australian and New Zealand e-Cohort Study.

    Science.gov (United States)

    Henwood, Tim; Tuckett, Anthony; Turner, Catherine

    2012-06-01

    To investigate health differences between nurses who report meeting the daily physical activity recommendations in or away from the workplace. Adhering to the national physical activity recommendations has known health benefits. Whilst often considered a workplace active profession, data are emerging of poor health amongst nurses. However, health differences between workplace or leisure-time physically active nurses are understudied. The investigation is an observation study of Australian and New Zealand nurses. Data were generated from the longitudinal, population-based, observational e-Cohort nursing survey. Data were informed and groups defined by the self-reported minutes per day of moderate physical activity collected from a large international survey of practicing nurses (n = 2264). Groups were: Group (G) 1--high workplace (≥30 minutes/day)/high leisure (≥30 minutes/day), G2--high workplace/low leisure (workplace/low leisure (workplace/high leisure. G2 had a high BMI and were younger than G4. G4 were significantly more active away from work and more likely to report cycling to work than G2. In contrast, G2 were most likely to have taken sick days because of their health (χ(2) = 19·101), have difficulty sleeping most of the time and have a medical history of diagnosed anxiety and depression. This study shows that improved well-being can be achieved in nursing cohort through leisure-time physical activity. This research shows that nurse should consider leisure-time physical activity necessary to maintain and prolong health and that workplace activity is not a sufficient stimulus. This has important implications for workforce planners and administrators. © 2012 Blackwell Publishing Ltd.

  9. High energy physics at UC Riverside

    International Nuclear Information System (INIS)

    1997-01-01

    This report discusses progress made for the following two tasks: experimental high energy physics, Task A, and theoretical high energy physics, Task B. Task A1 covers hadron collider physics. Information for Task A1 includes: personnel/talks/publications; D0: proton-antiproton interactions at 2 TeV; SDC: proton-proton interactions at 40 TeV; computing facilities; equipment needs; and budget notes. The physics program of Task A2 has been the systematic study of leptons and hadrons. Information covered for Task A2 includes: personnel/talks/publications; OPAL at LEP; OPAL at LEP200; CMS at LHC; the RD5 experiment; LSND at LAMPF; and budget notes. The research activities of the Theory Group are briefly discussed and a list of completed or published papers for this period is given

  10. The value of Internet research to Danish council reporters

    DEFF Research Database (Denmark)

    Sparre, Kirsten

    2008-01-01

    This article presents the findings from qualitative interviews with nine Danish council reporters on how they use the Internet for research on council affairs. Through qualitative interviews, the article aims to qualify and expand findings from survey research on journalists' use of the Internet...... for research and asks how much value journalists add to information found on the Internet and how important Internet research is compared to other types of research. The journalists interviewed found that the council website was useful as a provider of factual information about the council and a searchable...

  11. Physics data bases and their use

    International Nuclear Information System (INIS)

    Gault, F.D.

    1981-01-01

    The physics data base is examined as a passive archive, an active marketing device for new data, and as a resource centre producing informal commentary through the work of its compilers. The relative importance to its function of wide availability through networks, ease of retrieval of the desired data, and packages for manipulating and displaying the information retrieved is considered. Throughout examples are drawn from various compilations including the elementary particle data bases maintained by the Particle Data Group in the UK at the Rutherford and Appleton Laboratory. The future of the physics data base in supporting but not supplanting the publication of papers on experimental physics is discussed. (orig.)

  12. Wave theory of information

    CERN Document Server

    Franceschetti, Massimo

    2017-01-01

    Understand the relationship between information theory and the physics of wave propagation with this expert guide. Balancing fundamental theory with engineering applications, it describes the mechanism and limits for the representation and communication of information using electromagnetic waves. Information-theoretic laws relating functional approximation and quantum uncertainty principles to entropy, capacity, mutual information, rate distortion, and degrees of freedom of band-limited radiation are derived and explained. Both stochastic and deterministic approaches are explored, and applications for sensing and signal reconstruction, wireless communication, and networks of multiple transmitters and receivers are reviewed. With end-of-chapter exercises and suggestions for further reading enabling in-depth understanding of key concepts, it is the ideal resource for researchers and graduate students in electrical engineering, physics and applied mathematics looking for a fresh perspective on classical informat...

  13. Recoverability in quantum information theory

    Science.gov (United States)

    Wilde, Mark

    The fact that the quantum relative entropy is non-increasing with respect to quantum physical evolutions lies at the core of many optimality theorems in quantum information theory and has applications in other areas of physics. In this work, we establish improvements of this entropy inequality in the form of physically meaningful remainder terms. One of the main results can be summarized informally as follows: if the decrease in quantum relative entropy between two quantum states after a quantum physical evolution is relatively small, then it is possible to perform a recovery operation, such that one can perfectly recover one state while approximately recovering the other. This can be interpreted as quantifying how well one can reverse a quantum physical evolution. Our proof method is elementary, relying on the method of complex interpolation, basic linear algebra, and the recently introduced Renyi generalization of a relative entropy difference. The theorem has a number of applications in quantum information theory, which have to do with providing physically meaningful improvements to many known entropy inequalities. This is based on arXiv:1505.04661, now accepted for publication in Proceedings of the Royal Society A. I acknowledge support from startup funds from the Department of Physics and Astronomy at LSU, the NSF under Award No. CCF-1350397, and the DARPA Quiness Program through US Army Research Office award W31P4Q-12-1-0019.

  14. Fundamental energy limits of SET-based Brownian NAND and half-adder circuits. Preliminary findings from a physical-information-theoretic methodology

    Science.gov (United States)

    Ercan, İlke; Suyabatmaz, Enes

    2018-06-01

    The saturation in the efficiency and performance scaling of conventional electronic technologies brings about the development of novel computational paradigms. Brownian circuits are among the promising alternatives that can exploit fluctuations to increase the efficiency of information processing in nanocomputing. A Brownian cellular automaton, where signals propagate randomly and are driven by local transition rules, can be made computationally universal by embedding arbitrary asynchronous circuits on it. One of the potential realizations of such circuits is via single electron tunneling (SET) devices since SET technology enable simulation of noise and fluctuations in a fashion similar to Brownian search. In this paper, we perform a physical-information-theoretic analysis on the efficiency limitations in a Brownian NAND and half-adder circuits implemented using SET technology. The method we employed here establishes a solid ground that enables studying computational and physical features of this emerging technology on an equal footing, and yield fundamental lower bounds that provide valuable insights into how far its efficiency can be improved in principle. In order to provide a basis for comparison, we also analyze a NAND gate and half-adder circuit implemented in complementary metal oxide semiconductor technology to show how the fundamental bound of the Brownian circuit compares against a conventional paradigm.

  15. Physical therapy education in Saudi Arabia

    OpenAIRE

    Alghadir, Ahmad; Zafar, Hamayun; Iqbal, Zaheen Ahmed; Anwer, Shahnawaz

    2015-01-01

    [Purpose] To review the physical therapy educational program model, professional curriculum, and gender representation at major universities, as well as the quality and scope of physical therapy practice in Saudi Arabia. [Methods] Information regarding course curriculum, gender representation, and the quality and scope of physical therapy practice was collected from six universities in Saudi Arabia, the Saudi Physical Therapy Association, and the Saudi Health Commission. [Results] The first b...

  16. Towards Provably Secure Efficiently Searchable Encryption

    NARCIS (Netherlands)

    Sedghi, S.

    2012-01-01

    Traditional encryption systems are designed in such a way that either the whole data is decrypted, if the encryption and decryption keys match, or nothing is decrypted otherwise. However, there are applications that require a more flexible encryption system which supports decrypting data partially.

  17. Nuclear physics principles and applications

    CERN Document Server

    Lilley, J S

    2001-01-01

    This title provides the latest information on nuclear physics. Based on a course entitled Applications of Nuclear Physics. Written from an experimental point of view this text is broadly divided into two parts, firstly a general introduction to Nuclear Physics and secondly its applications.* Includes chapters on practical examples and problems* Contains hints to solving problems which are included in the appendix* Avoids complex and extensive mathematical treatments* A modern approach to nuclear physics, covering the basic theory, but emphasising the many and important applicat

  18. Mechanics problems in undergraduate physics

    CERN Document Server

    Strelkov, S P

    2013-01-01

    Problems in Undergraduate Physics, Volume I: Mechanics focuses on solutions to problems in physics. The book first discusses the fundamental problems in physics. Topics include laws of conservation of momentum and energy; dynamics of a point particle in circular motion; dynamics of a rotating rigid body; hydrostatics and aerostatics; and acoustics. The text also offers information on solutions to problems in physics. Answers to problems in kinematics, statics, gravity, elastic deformations, vibrations, and hydrostatics and aerostatics are discussed. Solutions to problems related to the laws of

  19. GROWTH OF THE INTERNATIONAL CRITICALITY SAFETY AND REACTOR PHYSICS EXPERIMENT EVALUATION PROJECTS

    Energy Technology Data Exchange (ETDEWEB)

    J. Blair Briggs; John D. Bess; Jim Gulliford

    2011-09-01

    Since the International Conference on Nuclear Criticality Safety (ICNC) 2007, the International Criticality Safety Benchmark Evaluation Project (ICSBEP) and the International Reactor Physics Experiment Evaluation Project (IRPhEP) have continued to expand their efforts and broaden their scope. Eighteen countries participated on the ICSBEP in 2007. Now, there are 20, with recent contributions from Sweden and Argentina. The IRPhEP has also expanded from eight contributing countries in 2007 to 16 in 2011. Since ICNC 2007, the contents of the 'International Handbook of Evaluated Criticality Safety Benchmark Experiments1' have increased from 442 evaluations (38000 pages), containing benchmark specifications for 3955 critical or subcritical configurations to 516 evaluations (nearly 55000 pages), containing benchmark specifications for 4405 critical or subcritical configurations in the 2010 Edition of the ICSBEP Handbook. The contents of the Handbook have also increased from 21 to 24 criticality-alarm-placement/shielding configurations with multiple dose points for each, and from 20 to 200 configurations categorized as fundamental physics measurements relevant to criticality safety applications. Approximately 25 new evaluations and 150 additional configurations are expected to be added to the 2011 edition of the Handbook. Since ICNC 2007, the contents of the 'International Handbook of Evaluated Reactor Physics Benchmark Experiments2' have increased from 16 different experimental series that were performed at 12 different reactor facilities to 53 experimental series that were performed at 30 different reactor facilities in the 2011 edition of the Handbook. Considerable effort has also been made to improve the functionality of the searchable database, DICE (Database for the International Criticality Benchmark Evaluation Project) and verify the accuracy of the data contained therein. DICE will be discussed in separate papers at ICNC 2011. The status of the

  20. Proton therapy physics

    CERN Document Server

    2012-01-01

    Proton Therapy Physics goes beyond current books on proton therapy to provide an in-depth overview of the physics aspects of this radiation therapy modality, eliminating the need to dig through information scattered in the medical physics literature. After tracing the history of proton therapy, the book summarizes the atomic and nuclear physics background necessary for understanding proton interactions with tissue. It describes the physics of proton accelerators, the parameters of clinical proton beams, and the mechanisms to generate a conformal dose distribution in a patient. The text then covers detector systems and measuring techniques for reference dosimetry, outlines basic quality assurance and commissioning guidelines, and gives examples of Monte Carlo simulations in proton therapy. The book moves on to discussions of treatment planning for single- and multiple-field uniform doses, dose calculation concepts and algorithms, and precision and uncertainties for nonmoving and moving targets. It also exami...

  1. Concepts in Thermal Physics

    CERN Document Server

    Blundell, Stephen J

    2006-01-01

    This modern introduction to thermal physics contains a step-by-step presentation of the key concepts. The text is copiously illustrated and each chapter contains several worked examples. - ;An understanding of thermal physics is crucial to much of modern physics, chemistry and engineering. This book provides a modern introduction to the main principles that are foundational to thermal physics, thermodynamics, and statistical mechanics. The key concepts are carefully presented in a clear way, and new ideas are illustrated with copious worked examples as well as a description of the historical background to their discovery. Applications are presented to subjects as. diverse as stellar astrophysics, information and communication theory, condensed matter physics, and climate change. Each chapter concludes with detailed exercises. -

  2. Use of information technologies in the process of professional preparation of future teacher of physical culture as pre-condition of professional development in the conditions of informatization of higher education.

    Directory of Open Access Journals (Sweden)

    Dragnev Y.V.

    2011-04-01

    Full Text Available It is marked that exactly application of information technologies in professional preparation must answer the modern world standards of professional development of future teacher of physical culture in the conditions of informatively-educational space. Specified, that presently in connection with sound changes in higher athletic education, which take place in sew on to the country, questions, related to professional self-determination of personality of future teacher of physical culture, rise; ways are determined by his self-realization in future professional activity.

  3. eBASIS (Bioactive Substances in Food Information Systems) and Bioactive Intakes: Major Updates of the Bioactive Compound Composition and Beneficial Bioeffects Database and the Development of a Probabilistic Model to Assess Intakes in Europe.

    Science.gov (United States)

    Plumb, Jenny; Pigat, Sandrine; Bompola, Foteini; Cushen, Maeve; Pinchen, Hannah; Nørby, Eric; Astley, Siân; Lyons, Jacqueline; Kiely, Mairead; Finglas, Paul

    2017-03-23

    eBASIS (Bioactive Substances in Food Information Systems), a web-based database that contains compositional and biological effects data for bioactive compounds of plant origin, has been updated with new data on fruits and vegetables, wheat and, due to some evidence of potential beneficial effects, extended to include meat bioactives. eBASIS remains one of only a handful of comprehensive and searchable databases, with up-to-date coherent and validated scientific information on the composition of food bioactives and their putative health benefits. The database has a user-friendly, efficient, and flexible interface facilitating use by both the scientific community and food industry. Overall, eBASIS contains data for 267 foods, covering the composition of 794 bioactive compounds, from 1147 quality-evaluated peer-reviewed publications, together with information from 567 publications describing beneficial bioeffect studies carried out in humans. This paper highlights recent updates and expansion of eBASIS and the newly-developed link to a probabilistic intake model, allowing exposure assessment of dietary bioactive compounds to be estimated and modelled in human populations when used in conjunction with national food consumption data. This new tool could assist small- and medium-sized enterprises (SMEs) in the development of food product health claim dossiers for submission to the European Food Safety Authority (EFSA).

  4. Future Directions in Medical Physics

    Science.gov (United States)

    Jeraj, Robert

    Medical Physics is a highly interdisciplinary field at the intersection between physics and medicine and biology. Medical Physics is aiming at development of novel applications of physical processes and techniques in various areas of medicine and biology. Medical Physics had and continues to have profound impact by developing improved imaging and treatment technologies, and helping to advance our understanding of the complexity of the disease. The general trend in medicine towards personalized therapy, and emphasis on accelerated translational research is having a profound impact on medical physics as well. In the traditional stronghold for medical physicists - radiation therapy - the new reality is shaping in the form of biologically conformal and combination therapies, as well as advanced particle therapy approaches, such as proton and ion therapies. Rapid increase in faster and more informative multi-modality medical imaging is bringing a wealth of information that is being complemented with data obtained from genomic profiling and other biomarkers. Novel data analysis and data mining approaches are proving grounds for employment of various artificial intelligence methods that will help further improving clinical decision making for optimization of various therapies as well as better understanding of the disease properties and disease evolution, ultimately leading to improved clinical outcomes.

  5. Girls in the physics classroom: a review of the research on the participation of girls in physics

    OpenAIRE

    Murphy, Patricia; Whitelegg, Elizabeth

    2006-01-01

    A review of research spanning the past 15 years into the participation of girls in physics at secondary school level. The review was commissioned by the Institute of Physics in order to inform policy setting agendas for the Institute and to reveal important messages about participation in physics which the Institute could use to develop plans for action.

  6. Quantum information

    International Nuclear Information System (INIS)

    Kilin, Sergei Ya

    1999-01-01

    A new research direction known as quantum information is a multidisciplinary subject which involves quantum mechanics, optics, information theory, programming, discrete mathematics, laser physics and spectroscopy, and depends heavily on contributions from such areas as quantum computing, quantum teleportation and quantum cryptography, decoherence studies, and single-molecule and impurity spectroscopy. Some new results achieved in this rapidly growing field are discussed. (reviews of topical problems)

  7. Quantum information

    Energy Technology Data Exchange (ETDEWEB)

    Kilin, Sergei Ya [B.I. Stepanov Institute of Physics, National Academy of Sciences of Belarus, Minsk (Belarus)

    1999-05-31

    A new research direction known as quantum information is a multidisciplinary subject which involves quantum mechanics, optics, information theory, programming, discrete mathematics, laser physics and spectroscopy, and depends heavily on contributions from such areas as quantum computing, quantum teleportation and quantum cryptography, decoherence studies, and single-molecule and impurity spectroscopy. Some new results achieved in this rapidly growing field are discussed. (reviews of topical problems)

  8. Informing Informal Caregivers About Dementia Through an Experience-Based Virtual Reality Game

    DEFF Research Database (Denmark)

    Møller Jensen, Jette; Hageman, Michelle; Bang Løyche Lausen, Patrick

    2018-01-01

    In 2017 it was believed that nearly 50mio people suffered from dementia. Besides the actual patients, the group that is mostly affected by this disease are informal caregivers. Informal caregivers -- people without a formal education in the field of health care -- can suffer from severe physical-......-based Virtual Reality game and how it can inform informal caregivers about symptoms of dementia. Our initial exploration demonstrates the potential that such a game holds in supporting informal caregivers....

  9. Information and Its Role in Nature

    CERN Document Server

    Roederer, Juan G

    2005-01-01

    Infromation and Its Role in Nature presents an in-depth interdisciplinary discussion of the concept of information and its role in the control of natural processes. After a brief review of classical and quantum information theory, the author addresses numerous central questions, including: Is information reducible to the laws of physics and chemistry? Does the Universe, in its evolution, constantly generate new information? Or are information and information-processing exclusive attributes of living systems, related to the very definition of life? If so, what is the role of information in classical and quantum physics? In what ways does information-processing in the human brain bring about self-consciousness? Accessible to graduate students and professionals from all scientific disciplines, this stimulating book will help to shed light on many controversial issues at the heart of modern science.

  10. SU-F-E-14: Global Radiation Oncology Education and Training in Medical Physics Powered by Information and Communication Technologies

    Energy Technology Data Exchange (ETDEWEB)

    Ngwa, W [Harvard Medical School, Boston, MA (United States); University Massachusetts Lowell, Lowell, MA (United States); Sajo, E [University Massachusetts Lowell, Lowell, MA (United States); Ngoma, T [Muhimbili University of Health and Allied Sciences, Dar Es Salaam, TA (Tanzania, United Republic of); Dachi, J; Julius Mwaiselage, J [Ocean Road Cancer Institute, Dar Es Salaam (Tanzania, United Republic of); Kenton, O [University of Pennsylvania, Philadelphia, Pennsylvania (United States); Avery, S [University of Pennsylvania, Sicklerville, NJ (United States)

    2016-06-15

    Purpose: Recent publications have highlighted the potential of Information and Communication Technologies (ICTs) to catalyze collaborations in cancer care, research and education in global radiation oncology. This work reports on the use of ICTs for global Medical Physics education and training across three countries: USA, Tanzania and Kuwait Methods: An online education platform was established by Radiation Oncology Faculty from Harvard Medical School, and the University of Pennsylvania with integrated Medical Physics Course modules accessible to trainees in Tanzania via partnership with the Muhimbili University of Health and Allied Sciences, and the Ocean Road Cancer Institute. The course modules incorporated lectures covering Radiation Therapy Physics with videos, discussion board, assessments and grade center. Faculty at Harvard Medical School and the University of Massachusetts Lowell also employed weekly Skype meetings to train/mentor three graduate students, living out-of-state and in Kuwait for up to 9 research credits per semester for over two semesters towards obtaining their graduate degrees Results: Students were able to successfully access the Medical Physics course modules and participate in learning activities, online discussion boards, and assessments. Other instructors could also access/co-teach the course modules from USA and Tanzania. Meanwhile all three graduate students with remote training via Skype and email made major progress in their graduate training with each one of them submitting their research results as abstracts to be presented at the 2016 AAPM conference. One student has also published her work already and all three are developing these abstracts for publication in peer-reviewed journals. Conclusion: Altogether, this work highlights concrete examples/model on how ICTs can be used for capacity building in Medical Physics across continents, for both education and research training needed for Masters/PhD degrees. The developed modules

  11. SU-F-E-14: Global Radiation Oncology Education and Training in Medical Physics Powered by Information and Communication Technologies

    International Nuclear Information System (INIS)

    Ngwa, W; Sajo, E; Ngoma, T; Dachi, J; Julius Mwaiselage, J; Kenton, O; Avery, S

    2016-01-01

    Purpose: Recent publications have highlighted the potential of Information and Communication Technologies (ICTs) to catalyze collaborations in cancer care, research and education in global radiation oncology. This work reports on the use of ICTs for global Medical Physics education and training across three countries: USA, Tanzania and Kuwait Methods: An online education platform was established by Radiation Oncology Faculty from Harvard Medical School, and the University of Pennsylvania with integrated Medical Physics Course modules accessible to trainees in Tanzania via partnership with the Muhimbili University of Health and Allied Sciences, and the Ocean Road Cancer Institute. The course modules incorporated lectures covering Radiation Therapy Physics with videos, discussion board, assessments and grade center. Faculty at Harvard Medical School and the University of Massachusetts Lowell also employed weekly Skype meetings to train/mentor three graduate students, living out-of-state and in Kuwait for up to 9 research credits per semester for over two semesters towards obtaining their graduate degrees Results: Students were able to successfully access the Medical Physics course modules and participate in learning activities, online discussion boards, and assessments. Other instructors could also access/co-teach the course modules from USA and Tanzania. Meanwhile all three graduate students with remote training via Skype and email made major progress in their graduate training with each one of them submitting their research results as abstracts to be presented at the 2016 AAPM conference. One student has also published her work already and all three are developing these abstracts for publication in peer-reviewed journals. Conclusion: Altogether, this work highlights concrete examples/model on how ICTs can be used for capacity building in Medical Physics across continents, for both education and research training needed for Masters/PhD degrees. The developed modules

  12. Survey of trends and approaches of the works related to the Information and Communication Technologies presented at the XIX National Symposium on Physics Education

    Science.gov (United States)

    Antunes de Macêdo, Josué; Soares Pedroso, Luciano; Voelzke, Marcos Rincon; Teixeira de Araújo, Mauro Sérgio

    2014-04-01

    In this study, an investigation of 231 articles of the oral communication sections presented at the National Symposium on Physics Teaching (NSPT) was conducted, trying to identify those related to Information and Communication Technology (ICT), its form of organization, the involved thematic areas and the degree of teaching, allowing to compare the different perspectives and trends in this field. The conducted state of the art-study had a bibliographical character and qualitative contours involving content analysis. It was realized that the thematic area "Information technology, technology diffusion and Physics teaching", where most of the research related to ICT is concentrated, represent 11.7% of the total number of papers at the XIX NSPT, confirming a trend of research in this area. It was found, among other things, the predominance of studies where learning objects are used in Physics Education, especially in High School and University Education; the use of ICT in multidisciplinary work and that some features need to be further explored, such as thermodynamics. It was also noted an expressive amount of studies involving the use of ICT in teacher training proposals, which can contribute to the enlargement of the methodological options of teachers and meet their training needs.

  13. The activity of Moscow Engineering Physics Institute

    International Nuclear Information System (INIS)

    Levedev, L.

    1994-01-01

    Various information about Moscow Engineering Physics Institute (MEPhI) structure and scientific activity are discussed. The four main faculties of MEPhI: the faculty of theoretical and experimental physics, the faculty of technical physics, the faculty of automatics and electronics and the faculty of cybernetics are being written in this report. The information about the research reactors and the scientific research laboratories is also presented. The participation of MEPhI in the state scientific technological programs such as 'High energy physics', 'High-temperature superconductivity', 'Controlled thermonuclear synthesis and plasma processes'. 'Informatization', 'Security of population and industrial objects on account of hazard of natural and technogenic accidents', 'Ecology of Russia', 'Synchrotron radiation and its application', 'Future technologies, machines and productions' and others are presented too. (author)

  14. Outside-school physical activity participation and motivation in physical education.

    Science.gov (United States)

    Shen, Bo

    2014-03-01

    Experience in non-school contexts can shape and reshape students' motivation and mediate their learning in school. Outside-school physical activity may provide students with an extensive cognitive and affective foundation and influence their motivation in physical education. Although a trans-contextual effect of physical education has been explored, very little empirical research has examined the impact from outside-school context to physical education. Using self-determination theory and a hierarchical model of motivation, this study was designed to examine the association between participation in organized outside-school physical activity programmes and self-determination process in physical education. Participants included 545 9th graders (305 males and 240 females, age range = 14-16 years, mean age = 14.66 years) enrolled in required physical education classes in three suburban high schools in a large Midwest metropolitan area in the United States. Self-determination variables were measured using relevant instruments, and information on organized outside-school physical activity experiences was gathered in a survey. Structural equation modelling analyses were conducted. Students who participated in organized outside-school physical activity programmes displayed overall higher motivation; however, the strength of associations among the self-determination variables (i.e., pathways from perceived autonomy support to relatedness, from autonomy to competence, and from self-determined motivation to in-class physical activity engagement) was stronger for their non-participant counterparts. There are dynamic relationships between participation in organized outside-school physical activity programmes and self-determination process in physical education. Physical educators need to identify, appreciate, and instructionally address individual students' differences during teaching and learning. © 2012 The British Psychological Society.

  15. Operative and informative nuclear-physical quality monitoring of technological process

    International Nuclear Information System (INIS)

    Sattarov, G.S.; Muzafarov, A.M.; Komilov, J.M.; Kadirov, F.; Kist, A.A.

    2004-01-01

    Full text: In Navoi region more than 40 years extraction of uranium and more than 35 years of gold are conducted. For the element analysis of ores and the technological products containing uranium and gold, various physical and chemical and nuclear-physical methods of the analysis are applied. The last possess a number of advantages, due to their high sensitivity, an opportunity of simultaneous definition elements with automation of process of the analysis and with expressness, necessary at the analysis of elements on short-living radionuclides. In the given work comparative characteristics of the operative control of technological process of extraction of gold, uranium and some rare elements with the help of nuclear-physical methods of the analysis of powder samples, a continuous stream of a pulp and solutions are presented. They are: the control of process of sorption leaching of gold; qualities of ores, gravity and fleet-concentrates methods x-ray spectral, x-ray-energy-disperse, radio display, gamma-absorption and neutron-activation analyses are related to them. Concrete examples of use of the developed techniques for research of geochemical behaviour of the basic and accompanying elements, for the control of technological process of extraction of gold, uranium and some rare and rare-earth elements (V, Sc, Mo, Re) from ores and intermediate products of manufacture are presented; for the analysis of uranium protoxide-oxide, and also for an estimation of a condition of tailing mines of the industrial enterprises

  16. The many Metaphysics within Physics. Essay review of 'The Metaphysics within Physics' by Tim Maudlin

    Science.gov (United States)

    Suárez, Mauricio

    Tim Maudlin's new book The Metaphysics within Physics (Oxford University Press, 2007) collects six essays by one of the most thoughtful and original minds working in the philosophy of physics nowadays. Some had previously circulated informally for years. For example, Chapter 1 ('A Modest Proposal Concerning Laws, Counterfactuals and Explanations') is as old as my own philosophical career-I recall reading a draft in the early 1990s. The mere publication of such a long-awaited collection is therefore already good news. In addition, the degree of coherence and the lack of redundancy are greater than one would expect from a collection of disparate essays written at diverse times and with a range of different targets. The whole book can be understood coherently as an extended argument in favor of a particular 'physics-based' methodology for inquiry in metaphysics. This methodology recommends a detailed and thorough analysis of current physics as a benchmark for any thesis, dispute or argument in metaphysics. It follows that proper metaphysical inquiry must be suitably informed not just about the current state of play in analytical metaphysics but also about the current state of development of the relevant part of present day physics.

  17. MRI Experiments for Introductory Physics

    Science.gov (United States)

    Taghizadeh, Sanaz; Lincoln, James

    2018-01-01

    The introductory physics classroom has long educated students about the properties of the atom and the nucleus. But absent from these lessons has been an informed discussion of magnetic resonance imaging (MRI) and its parent science nuclear magnetic resonance (NMR). Physics teachers should not miss the opportunity to instruct upon this highly…

  18. B-physics at RHIC: An opportunity

    International Nuclear Information System (INIS)

    Atiya, M.S.; White, S.; Marx, M.

    1994-01-01

    B physics provides a unique window for investigation and confirmation of our picture of CP violation, as well as an opportunity to explore physics beyond the Standard Model. Because of this richness of physics, programs for the study of the B sector are in progress or under development at most of the major facilities for high energy physics in the world. In this note we suggest that a B program at the RHIC facility at BNL could provide timely and complementary information to our understanding of physics within and beyond the Standard Model

  19. Annual report 1977 from the Institute of Theoretical Physics, Gothenburgh

    International Nuclear Information System (INIS)

    1978-01-01

    This annual report includes sections on Elementary particel physics. Statistical Physics, Solid state physics and Mathematical physics as well as information on teaching activities, personnel and budgets. (L.E.)

  20. Self-Consciousness, Evaluation of Physical Characteristics, and Physical Attractiveness.

    Science.gov (United States)

    Turner, Robert G.; Gilliland, LuNell

    1981-01-01

    Investigated the relationship between public self-consciousness and speed of processing information about self. Results indicated that high public self-conciousness subjects required less time to report evaluations of their physical features. In a second study high public self-conciousness was shown to be positively related to judged physical…

  1. High Energy Nuclear Database: A Testbed for Nuclear Data Information Technology

    International Nuclear Information System (INIS)

    Brown, D A; Vogt, R; Beck, B; Pruet, J

    2007-01-01

    We describe the development of an on-line high-energy heavy-ion experimental database. When completed, the database will be searchable and cross-indexed with relevant publications, including published detector descriptions. While this effort is relatively new, it will eventually contain all published data from older heavy-ion programs as well as published data from current and future facilities. These data include all measured observables in proton-proton, proton-nucleus and nucleus-nucleus collisions. Once in general use, this database will have tremendous scientific payoff as it makes systematic studies easier and allows simpler benchmarking of theoretical models for a broad range of experiments. Furthermore, there is a growing need for compilations of high-energy nuclear data for applications including stockpile stewardship, technology development for inertial confinement fusion, target and source development for upcoming facilities such as the International Linear Collider and homeland security. This database is part of a larger proposal that includes the production of periodic data evaluations and topical reviews. These reviews would provide an alternative and impartial mechanism to resolve discrepancies between published data from rival experiments and between theory and experiment. Since this database will be a community resource, it requires the high-energy nuclear physics community's financial and manpower support. This project serves as a testbed for the further development of an object-oriented nuclear data format and database system. By using ''off-the-shelf'' software tools and techniques, the system is simple, robust, and extensible. Eventually we envision a ''Grand Unified Nuclear Format'' encapsulating data types used in the ENSDF, ENDF/B, EXFOR, NSR and other formats, including processed data formats

  2. Science.Gov - A single gateway to the deep web knowledge of U.S. science agencies

    International Nuclear Information System (INIS)

    Hitson, B.A.

    2004-01-01

    The impact of science and technology on our daily lives is easily demonstrated. From new drug discoveries, to new and more efficient energy sources, to the incorporation of new technologies into business and industry, the productive applications of R and D are innumerable. The possibility of creating such applications depends most heavily on the availability of one resource: knowledge. Knowledge must be shared for scientific progress to occur. In the past, the ability to share knowledge electronically has been limited by the 'deep Web' nature of scientific databases and the lack of technology to simultaneously search disparate and decentralized information collections. U.S. science agencies invest billions of dollars each year on basic and applied research and development projects. To make the collective knowledge from this R and D more easily accessible and searchable, 12 science agencies collaborated to develop Science.gov - a single, searchable gateway to the deep Web knowledge of U.S. science agencies. This paper will describe Science.gov and its contribution to nuclear knowledge management. (author)

  3. Division of information and quantum sciences

    International Nuclear Information System (INIS)

    2016-01-01

    The advent of the digital society where tremendous amount of information is electronically accessible has brought the intelligent information processing technologies indispensable. This division consists of seven departments; Information Science Departments (Knowledge Science, Intelligent Media, Architecture for Intelligence, Reasoning for Intelligence), Quantum Science Departments (Photonic and Electronic Materials, Semiconductor Electronics, and Advanced Electron Devices. The former four and the latter three departments aim to establish fundamental techniques to support the advanced digital society in terms of software and hardware technologies respectively. The departments on the former software technologies work on the task of computerizing the intelligent human information processing capability to help solving difficult engineering problems and assist intellectual activities. The departments on the latter hardware technologies pursue various approaches in the fields of electronic materials design and tailoring, surface physics, nanometer scale materials fabrication and characterization, semiconductor nanostructures for quantum devices, semiconductor-based new bio/chemical sensors, organic materials and biomolecules. We challenge to output world-widely significant achievements under our systematic cooperation, and further collaborate with researchers of domestic and overseas universities, research institutes and private companies. Moreover, we educate many graduate students belonging to Graduate School of Science (Department of Physics), Graduate School of Engineering (Department of Electrical, Electronic and Information Engineering, Department of Applied Physics), Graduate School of Engineering Science (Department of Materials Engineering Science), and Graduate School of Information Science and Technology (Department of Computer Science, Department of Information and Physical Sciences) under the aim to grow young researchers having both advanced knowledge and

  4. DOE fundamentals handbook: Nuclear physics and reactor theory

    International Nuclear Information System (INIS)

    1993-01-01

    The Nuclear Physics and Reactor Theory Handbook was developed to assist nuclear facility operating contractors in providing operators, maintenance personnel, and the technical staff with the necessary fundamentals training to ensure a basic understanding of nuclear physics and reactor theory. The handbook includes information on atomic and nuclear physics; neutron characteristics; reactor theory and nuclear parameters; and the theory of reactor operation. This information will provide personnel with a foundation for understanding the scientific principles that are associated with various DOE nuclear facility operations and maintenance

  5. Promoting physical therapists’ of research evidence to inform clinical practice: part 1 - theoretical foundation, evidence, and description of the PEAK program

    Science.gov (United States)

    2014-01-01

    Background There is a need for theoretically grounded and evidence-based interventions that enhance the use of research evidence in physical therapist practice. This paper and its companion paper introduce the Physical therapist-driven Education for Actionable Knowledge translation (PEAK) program, an educational program designed to promote physical therapists’ integration of research evidence into clinical decision-making. The pedagogical foundations for the PEAK educational program include Albert Bandura’s social cognitive theory and Malcolm Knowles’s adult learning theory. Additionally, two complementary frameworks of knowledge translation, the Promoting Action on Research Implementation in Health Services (PARiHS) and Knowledge to Action (KTA) Cycle, were used to inform the organizational elements of the program. Finally, the program design was influenced by evidence from previous attempts to facilitate the use of research in practice at the individual and organizational levels. Discussion The 6-month PEAK program consisted of four consecutive and interdependent components. First, leadership support was secured and electronic resources were acquired and distributed to participants. Next, a two-day training workshop consisting of didactic and small group activities was conducted that addressed the five steps of evidence based practice. For five months following the workshop, participants worked in small groups to review and synthesize literature around a group-selected area of common clinical interest. Each group contributed to the generation of a “Best Practices List” - a list of locally generated, evidence-based, actionable behaviors relevant to the groups’ clinical practice. Ultimately, participants agreed to implement the Best Practices List in their clinical practice. Summary This, first of two companion papers, describes the underlying pedagogical theories, knowledge translation frameworks, and research evidence used to derive the PEAK program

  6. Promoting physical therapists' of research evidence to inform clinical practice: part 1--theoretical foundation, evidence, and description of the PEAK program.

    Science.gov (United States)

    Tilson, Julie K; Mickan, Sharon

    2014-06-25

    There is a need for theoretically grounded and evidence-based interventions that enhance the use of research evidence in physical therapist practice. This paper and its companion paper introduce the Physical therapist-driven Education for Actionable Knowledge translation (PEAK) program, an educational program designed to promote physical therapists' integration of research evidence into clinical decision-making. The pedagogical foundations for the PEAK educational program include Albert Bandura's social cognitive theory and Malcolm Knowles's adult learning theory. Additionally, two complementary frameworks of knowledge translation, the Promoting Action on Research Implementation in Health Services (PARiHS) and Knowledge to Action (KTA) Cycle, were used to inform the organizational elements of the program. Finally, the program design was influenced by evidence from previous attempts to facilitate the use of research in practice at the individual and organizational levels. The 6-month PEAK program consisted of four consecutive and interdependent components. First, leadership support was secured and electronic resources were acquired and distributed to participants. Next, a two-day training workshop consisting of didactic and small group activities was conducted that addressed the five steps of evidence based practice. For five months following the workshop, participants worked in small groups to review and synthesize literature around a group-selected area of common clinical interest. Each group contributed to the generation of a "Best Practices List" - a list of locally generated, evidence-based, actionable behaviors relevant to the groups' clinical practice. Ultimately, participants agreed to implement the Best Practices List in their clinical practice. This, first of two companion papers, describes the underlying pedagogical theories, knowledge translation frameworks, and research evidence used to derive the PEAK program - an educational program designed to

  7. Physics at the FMQT’08 conference

    NARCIS (Netherlands)

    Špička, V.; Nieuwenhuizen, T.M.; Keefe, P.D.

    2010-01-01

    This paper summarizes the recent state of the art of the following topics presented at the FQMT’08 conference: Foundations of quantum physics, Quantum measurement; Quantum noise, decoherence and dephasing; Cold atoms and Bose-Einstein condensation; Physics of quantum computing and information;

  8. PersonA: Persuasive social network for physical Activity.

    Science.gov (United States)

    Ayubi, Soleh U; Parmanto, Bambang

    2012-01-01

    Advances in physical activity (PA) monitoring devices provide ample opportunities for innovations in the way the information produced by these devices is used to encourage people to have more active lifestyles. One such innovation is expanding the current use of the information from self-management to social support. We developed a Persuasive social network for physical Activity (PersonA) that combines automatic input of physical activity data, a smartphone, and a social networking system (SNS). This paper describes the motivation for and overarching design of the PersonA and its functional and non-functional features. PersonA is designed to intelligently and automatically receive raw PA data from the sensors in the smartphone, calculate the data into meaningful PA information, store the information on a secure server, and show the information to the users as persuasive and real-time feedbacks or publish the information to the SNS to generate social support. The implementation of self-monitoring, social support, and persuasive concepts using currently available technologies has the potential for promoting healthy lifestyle, greater community participation, and higher quality of life. We also expect that PersonA will enable health professionals to collect in situ data related to physical activity. The platform is currently being used and tested to improve PA level of three groups of users in Pittsburgh, PA, USA.

  9. Information from processes about the nature of information creation, use, and representation

    CERN Document Server

    Losee, Robert M

    2012-01-01

    Information is an important concept that is studied extensively across a range of disciplines, from the physical sciences to genetics to psychology to epistemology. Information continues to increase in importance, and the present age has been referred to as the ""Information Age."" One may understand information in a variety of ways. For some, information is found in facts that were previously unknown. For others, a fact must have some economic value to be considered information. Other people emphasize the movement through a communication channel from one location to another when describing in

  10. Proceedings of Waseda international symposium on fundamental physics. New perspectives in quantum physics

    International Nuclear Information System (INIS)

    Ohba, Ichiro; Aizawa, Yoji; Daishido, Tsuneaki; Kurihara, Susumu; Maeda, Kei-ichi; Nakazato, Hiromichi; Tasaki, Shuichi; Yuasa, Kazuya

    2003-11-01

    Waseda International Symposium on Fundamental Physics - New Perspectives in Quantum Physics - was held on November 12-15, 2002 at International Conference Hall (IBUKA HALL), Waseda University, Tokyo, Japan. This symposium was organized to provide an opportunity to verify fundamental physics attainments and to discuss new prospectives in quantum physics in the 21st century. These themes of the symposium were reexamined from all aspects in terms of important key words of the symposium, fundamental quantum theory, quantum coherence and decoherence, quantum chaos, time symmetry breaking, Bose-Einstein condensation and quantum information and computation. Separate abstracts were presented for 12 of the papers in this report. The remaining 40 were considered outside the subject scope of INIS. (J.P.N.)

  11. The integration of audio-tactile information is modulated by multimodal social interaction with physical contact in infancy.

    Science.gov (United States)

    Tanaka, Yukari; Kanakogi, Yasuhiro; Kawasaki, Masahiro; Myowa, Masako

    2018-04-01

    Interaction between caregivers and infants is multimodal in nature. To react interactively and smoothly to such multimodal signals, infants must integrate all these signals. However, few empirical infant studies have investigated how multimodal social interaction with physical contact facilitates multimodal integration, especially regarding audio - tactile (A-T) information. By using electroencephalogram (EEG) and event-related potentials (ERPs), the present study investigated how neural processing involved in A-T integration is modulated by tactile interaction. Seven- to 8-months-old infants heard one pseudoword both whilst being tickled (multimodal 'A-T' condition), and not being tickled (unimodal 'A' condition). Thereafter, their EEG was measured during the perception of the same words. Compared to the A condition, the A-T condition resulted in enhanced ERPs and higher beta-band activity within the left temporal regions, indicating neural processing of A-T integration. Additionally, theta-band activity within the middle frontal region was enhanced, which may reflect enhanced attention to social information. Furthermore, differential ERPs correlated with the degree of engagement in the tickling interaction. We provide neural evidence that the integration of A-T information in infants' brains is facilitated through tactile interaction with others. Such plastic changes in neural processing may promote harmonious social interaction and effective learning in infancy. Copyright © 2017 The Authors. Published by Elsevier Ltd.. All rights reserved.

  12. The integration of audio−tactile information is modulated by multimodal social interaction with physical contact in infancy

    Directory of Open Access Journals (Sweden)

    Yukari Tanaka

    2018-04-01

    Full Text Available Interaction between caregivers and infants is multimodal in nature. To react interactively and smoothly to such multimodal signals, infants must integrate all these signals. However, few empirical infant studies have investigated how multimodal social interaction with physical contact facilitates multimodal integration, especially regarding audio − tactile (A-T information. By using electroencephalogram (EEG and event-related potentials (ERPs, the present study investigated how neural processing involved in A-T integration is modulated by tactile interaction. Seven- to 8-months-old infants heard one pseudoword both whilst being tickled (multimodal ‘A-T’ condition, and not being tickled (unimodal ‘A’ condition. Thereafter, their EEG was measured during the perception of the same words. Compared to the A condition, the A-T condition resulted in enhanced ERPs and higher beta-band activity within the left temporal regions, indicating neural processing of A-T integration. Additionally, theta-band activity within the middle frontal region was enhanced, which may reflect enhanced attention to social information. Furthermore, differential ERPs correlated with the degree of engagement in the tickling interaction. We provide neural evidence that the integration of A-T information in infants’ brains is facilitated through tactile interaction with others. Such plastic changes in neural processing may promote harmonious social interaction and effective learning in infancy. Keywords: Electroencephalogram (EEG, Infants, Multisensory integration, Touch interaction

  13. Physically unclonable functions constructions, properties and applications

    CERN Document Server

    Maes, Roel

    2013-01-01

    Physically unclonable functions (PUFs) are innovative physical security primitives that produce unclonable and inherent instance-specific measurements of physical objects; in many ways they are the inanimate equivalent of biometrics for human beings. Since they are able to securely generate and store secrets, they allow us to bootstrap the physical implementation of an information security system. In this book the author discusses PUFs in all their facets: the multitude of their physical constructions, the algorithmic and physical properties which describe them, and the techniques required to

  14. Medical Information Security

    OpenAIRE

    William C. Figg, Ph.D.; Hwee Joo Kam, M.S.

    2011-01-01

    Modern medicine is facing a complex environment, not from medical technology but rather government regulations and information vulnerability. HIPPA is the government’s attempt to protect patient’s information yet this only addresses traditional record handling. The main threat is from the evolving security issues. Many medical offices and facilities have multiple areas of information security concerns. Physical security is often weak, office personnel are not always aware of security needs an...

  15. Physical Limitations, Walkability, Perceived Environmental Facilitators and Physical Activity of Older Adults in Finland.

    Science.gov (United States)

    Portegijs, Erja; Keskinen, Kirsi E; Tsai, Li-Tang; Rantanen, Taina; Rantakokko, Merja

    2017-03-22

    The aim was to study objectively assessed walkability of the environment and participant perceived environmental facilitators for outdoor mobility as predictors of physical activity in older adults with and without physical limitations. 75-90-year-old adults living independently in Central Finland were interviewed ( n = 839) and reassessed for self-reported physical activity one or two years later ( n = 787). Lower-extremity physical limitations were defined as Short Physical Performance Battery score ≤9. Number of perceived environmental facilitators was calculated from a 16-item checklist. Walkability index (land use mix, street connectivity, population density) of the home environment was calculated from geographic information and categorized into tertiles. Accelerometer-based step counts were registered for one week ( n = 174). Better walkability was associated with higher numbers of perceived environmental facilitators ( p walkability of the living environment provides opportunities for physical activity in old age, but among those with physical limitations especially, awareness of environmental facilitators may be needed to promote physical activity.

  16. Data linkage between the National Birth Defects Prevention Study and the Occupational Information Network (O*NET) to assess workplace physical activity, sedentary behaviors, and emotional stressors during pregnancy.

    Science.gov (United States)

    Lee, Laura J; Symanski, Elaine; Lupo, Philip J; Tinker, Sarah C; Razzaghi, Hilda; Pompeii, Lisa A; Hoyt, Adrienne T; Canfield, Mark A; Chan, Wenyaw

    2016-02-01

    Knowledge of the prevalence of work-related physical activities, sedentary behaviors, and emotional stressors among pregnant women is limited, and the extent to which these exposures vary by maternal characteristics remains unclear. Data on mothers of 6,817 infants without major birth defects, with estimated delivery during 1997 through 2009 who worked during pregnancy were obtained from the National Birth Defects Prevention Study. Information on multiple domains of occupational exposures was gathered by linking mother's primary job to the Occupational Information Network Version 9.0. The most frequent estimated physical activity associated with jobs during pregnancy was standing. Of 6,337 mothers, 31.0% reported jobs associated with standing for ≥75% of their time. There was significant variability in estimated occupational exposures by maternal age, race/ethnicity, and educational level. Our findings augment existing literature on occupational physical activities, sedentary behaviors, emotional stressors, and occupational health disparities during pregnancy. © 2015 Wiley Periodicals, Inc.

  17. Thekolmogorov legacy in physics

    CERN Document Server

    Vulpiani, Angelo

    2003-01-01

    The present volume, published at the occasion of his 100th birthday anniversary, is a collection of articles that reviews the impact of Kolomogorov's work in the physical sciences and provides an introduction to the modern developments that have been triggered in this way to encompass recent applications in biology, chemistry, information sciences and finance. This book addresses scientists and postgraduate students in applied mathematics and theoretical physics.

  18. A Model for Information

    Directory of Open Access Journals (Sweden)

    Paul Walton

    2014-09-01

    Full Text Available This paper uses an approach drawn from the ideas of computer systems modelling to produce a model for information itself. The model integrates evolutionary, static and dynamic views of information and highlights the relationship between symbolic content and the physical world. The model includes what information technology practitioners call “non-functional” attributes, which, for information, include information quality and information friction. The concepts developed in the model enable a richer understanding of Floridi’s questions “what is information?” and “the informational circle: how can information be assessed?” (which he numbers P1 and P12.

  19. GRE physics test

    CERN Document Server

    Fakhrudin, Hasan

    2010-01-01

    Designed for students and professionals looking to advance their careers, our test prep gives you everything you need to succeed. Focused chapter reviews cover all the information tested on the GRE Physics exam. Each review chapter contains examples to reinforce key concepts. The book includes four full-length practice tests based on the most recent GRE Physics exam. Each test contains every type of question that can be expected on the GRE so you can “practice for real” and boost your confidence before taking the exam.

  20. Physics 1963-1970

    CERN Document Server

    Zhou, Yong

    2013-01-01

    Physics: 1963-1970 focuses on the history, developments, and trends in physics, including the applications of lasers, semiconductors, and electrodynamics. The book first offers information on events, laws of nature, and invariance principles and the shell model. Topics include magic numbers, atomic analogue, individual orbits in the nucleus, and the use of invariance principles and approximate invariances. The text also ponders on the production of coherent radiation by atoms and molecules, including basic maser principles, maser clocks and amplifiers, and application of lasers. The

  1. A physics informed emulator for laser-driven radiating shock simulations

    International Nuclear Information System (INIS)

    McClarren, Ryan G.; Ryu, D.; Paul Drake, R.; Grosskopf, Michael; Bingham, Derek; Chou, Chuan-Chih; Fryxell, Bruce; Holst, Bart van der; Paul Holloway, James; Kuranz, Carolyn C.; Mallick, Bani; Rutter, Erica; Torralva, Ben R.

    2011-01-01

    This work discusses the uncertainty quantification aspect of quantification of margin and uncertainty (QMU) in the context of two linked computer codes. Specifically, we present a physics based reduction technique to deal with functional data from the first code and then develop an emulator for this reduced data. Our particular application deals with conditions created by laser deposition in a radiating shock experiment modeled using the Lagrangian, radiation-hydrodynamics code Hyades. Our goal is to construct an emulator and perform a sensitivity analysis of the functional output from Hyades to be used as an initial condition for a three-dimensional code that will compute the evolution of the radiating shock at later times. Initial attempts at purely statistical data reduction techniques, were not successful at reducing the number of parameters required to describe the Hyades output. We decided on an alternate approach using physical arguments to decide what features/locations of the output were relevant (e.g., the location of the shock front or the location of the maximum pressure) and then used a piecewise linear fit between these locations. This reduced the number of outputs needed from the emulator to 40, down from the O(1000) points in the Hyades output. Then, using Bayesian MARS and Gaussian process regression, we were able to build emulators for Hyades and study sensitivities to input parameters. - Highlights: → Uncertainty quantification for two linked computer codes is investigated. → We perform physics-based dimension reduction on the code output. → This reduces the uncertain degrees of freedom from hundreds to tens.

  2. MRI experiments for introductory physics

    Science.gov (United States)

    Taghizadeh, Sanaz; Lincoln, James

    2018-04-01

    The introductory physics classroom has long educated students about the properties of the atom and the nucleus. But absent from these lessons has been an informed discussion of magnetic resonance imaging (MRI) and its parent science nuclear magnetic resonance (NMR). Physics teachers should not miss the opportunity to instruct upon this highly relevant application of modern physics, especially with so many of our students planning to pursue a career in medicine. This article provides an overview of the physics of MRI and gives advice on how physics teachers can introduce this topic. Also included are some demonstration activities and a discussion of a desktop MRI apparatus that may be used by students in the lab or as a demo.

  3. Information flow in quantum teleportation

    Indian Academy of Sciences (India)

    Home; Journals; Pramana – Journal of Physics; Volume 59; Issue 2. Information flow in quantum teleportation ... Quantum information; quantum teleportation; parameter independence. Abstract. The flow of information is discussed in the context of quantum teleportation. Situations are described which use a sequence of ...

  4. Physical Therapy and Occupational Therapy in Progeria

    Science.gov (United States)

    Physical Therapy and Occupational Therapy in Progeria Information for Families and Caretakers from The Progeria Research Foundation ... Inc. All rights reserved. Page 2 of 5 Physical and Occupational Therapy in Progeria Hutchinson-Gilford Progeria ...

  5. Statistical physics of medical ultrasonic images

    International Nuclear Information System (INIS)

    Wagner, R.F.; Insana, M.F.; Brown, D.G.; Smith, S.W.

    1987-01-01

    The physical and statistical properties of backscattered signals in medical ultrasonic imaging are reviewed in terms of: 1) the radiofrequency signal; 2) the envelope (video or magnitude) signal; and 3) the density of samples in simple and in compounded images. There is a wealth of physical information in backscattered signals in medical ultrasound. This information is contained in the radiofrequency spectrum - which is not typically displayed to the viewer - as well as in the higher statistical moments of the envelope or video signal - which are not readily accessed by the human viewer of typical B-scans. This information may be extracted from the detected backscattered signals by straightforward signal processing techniques at low resolution

  6. Operative and informative nuclear-physical methods for analysis of mineral raw materials and control of technological process

    International Nuclear Information System (INIS)

    Sattarov, G.S.; Muzafarov, A.M.; Komilov, J.M.; Kadirov, F.; Kist, A.A.

    2006-01-01

    Full text: In the Navoi region uranium and gold are mined for more than 35 and 30 years, respectively. Various nuclear-chemical and nuclear-physical analysis methods are applied for elemental analysis of gold and uranium bearing ores and technological elements. The nuclear-physical analysis methods have a number of advantages: high sensitivity, capabilities for simultaneous determination of a number of elements, capabilities for automation of analysis process and their expressness at determination of short-living radionuclides. In the given work the comparative characteristics of nuclear-physical methods are shown applied for operative control of gold, uranium and some other rare elements at technological separation processes by sampling and at continuous flow of crushed ore and solution. They are: control of gold sorption leaching; quality control of ore, gravio- and flotation concentrate; x-ray spectral analysis; x-ray energy disperse analysis; radio-indicator and gamma-absorption analysis methods; neutron-activation analysis with using the ampoule neutron sources; elemental analysis at continuous flow of crushed ore and solution; and others. The analytical capabilities of some developed nuclear-physical research methods, which provide information on for geochemical and technological behaviour of gold, uranium and accompanying elements. Like photo-registration of radioluminescence; neutron-activation autoradiography and radio scanning; natural radiation radiometry; alpha, beta and gamma spectrometry of naturally active samples; determination of form in which the elements are present in sewage and underground waters; study of leachability of elements in dynamical and static conditions; determination of time of products being in technological apparatus. Practical examples are presented showing application of the developed methods for the study of geochemical behaviour of main and accompanying elements; for control of the gold, uranium, and some other rare and

  7. Physics News

    CERN Multimedia

    Gianotti, F.

    In spite of the fact that real data will only come in the year 2006, this is a very busy and interesting time for Physics-related activities. A very short overview of these activities is given in this issue of the ATLAS News Letter, while the various topics will be described in more detail in the next issues. The Physics and Combined Performance groups are working in four main areas: 1) Assess the ATLAS potential for physics, with emphasis on new channels and ideas. Recent examples are Extra-dimensions, invisible Higgs decays, heavy ion physics, the expected potential of a "Super-LHC" running at a luminosity of 10^35, etc.. 2) Improve the understanding of the detector performance and optimise the reconstruction algorithms. Examples of issues in the pipeline are: can we tag charm-jet ? What can we gain in the jet energy resolution by combining the calorimeter and tracker information to reconstruct the jet energy ? 3) Follow detector changes and detector-related issues and monitor the impact on the perform...

  8. Physics and Biology Collaborate to Color the World

    Science.gov (United States)

    Liu, Dennis W. C.

    2013-01-01

    To understand how life works, it is essential to understand physics and chemistry. Most biologists have a clear notion of where chemistry fits into their life sciences research and teaching. Although we are physical beings, physics does not always find a place in the biology curriculum. Physics informs and enlightens biology in myriad dimensions,…

  9. Measuring Physical Activity Intensity

    Medline Plus

    Full Text Available ... on this page will be unavailable. For more information about this message, please visit this page: About CDC.gov . ... Resources & Publications Reports Adults Need More Physical Activity ...

  10. Understanding Female Students' Physics Identity Development

    Science.gov (United States)

    Hazari, Zahra

    2017-01-01

    While the gender gap in physics participation is a known problem, practical strategies that may improve the situation are not well understood. As physics education researchers, we draw on evidence to help inform us of what may or may not be working. To this end, physics identity has proven to be a useful framework for understanding and predicting participation in physics. Drawing on data from national surveys of college students, case studies in physics classes, and surveys of undergraduate women in physics, we identify strategies that are predictive of female students' physics identity development from their high school and undergraduate physics experiences. These findings will be discussed as well as future directions for using this research to increase the recruitment of women to physics-related careers. NSF Grant # 1431846.

  11. Income and Physical Activity among Adults: Evidence from Self-Reported and Pedometer-Based Physical Activity Measurements.

    Science.gov (United States)

    Kari, Jaana T; Pehkonen, Jaakko; Hirvensalo, Mirja; Yang, Xiaolin; Hutri-Kähönen, Nina; Raitakari, Olli T; Tammelin, Tuija H

    2015-01-01

    This study examined the relationship between income and physical activity by using three measures to illustrate daily physical activity: the self-reported physical activity index for leisure-time physical activity, pedometer-based total steps for overall daily physical activity, and pedometer-based aerobic steps that reflect continuous steps for more than 10 min at a time. The study population consisted of 753 adults from Finland (mean age 41.7 years; 64% women) who participated in 2011 in the follow-up of the ongoing Young Finns study. Ordinary least squares models were used to evaluate the associations between income and physical activity. The consistency of the results was explored by using register-based income information from Statistics Finland, employing the instrumental variable approach, and dividing the pedometer-based physical activity according to weekdays and weekend days. The results indicated that higher income was associated with higher self-reported physical activity for both genders. The results were robust to the inclusion of the control variables and the use of register-based income information. However, the pedometer-based results were gender-specific and depended on the measurement day (weekday vs. weekend day). In more detail, the association was positive for women and negative or non-existing for men. According to the measurement day, among women, income was positively associated with aerobic steps despite the measurement day and with totals steps measured on the weekend. Among men, income was negatively associated with aerobic steps measured on weekdays. The results indicate that there is an association between income and physical activity, but the association is gender-specific and depends on the measurement type of physical activity.

  12. 10 CFR 73.22 - Protection of Safeguards Information: Specific requirements.

    Science.gov (United States)

    2010-01-01

    ... protection. Information not classified as Restricted Data or National Security Information related to physical protection, including: (i) The composite physical security plan for the facility or site; (ii... Safeguards Information. (2) Each computer not located within an approved and lockable security storage...

  13. International Physical Protection Advisory Service

    International Nuclear Information System (INIS)

    Soo Hoo, M.S.; Ek, D.; Hageman, A.; Jenkin, T.; Price, C.; Weiss, B.

    1998-01-01

    Since its inception in 1996, the purpose of the International Physical Protection Advisory Service (IPPAS) has been to provide advice and assistance to International Atomic Energy Agency (IAEA) Member States on strengthening and enhancing the effectiveness of their state system of physical protection of nuclear materials and facilities. Since the protection of nuclear materials and facilities is a Member State's responsibility, participation within the IPPAS program is voluntary. At the request of a Member State, the IAEA forms a multinational IPPAS team consisting of physical protection specialists. These specialists have broad experience in physical protection system design, implementation, and regulatory oversight. The exact make-up of the team depends upon the needs of the requesting state. IPPAS missions to participating states strive to compare the domestic procedures and practices of the state against international physical protection guidelines (IAEA Information Circular 225) and internationally accepted practice. The missions utilize a top to bottom approach and begin by reviewing the legal and regulatory structure and conclude with reviews of the implementation of the state regulations and international guidelines at individual facilities. IPPAS findings are treated as IAEA Safeguards Confidential Information. To date, IPPAS missions have been concluded in Slovenia, Bulgaria, Romania, Hungary, and Poland

  14. Nuclear and Particle Physics, Astrophysics and Cosmology : T-2 : LANL

    Science.gov (United States)

    linked in Search T-2, Nuclear and Particle Physics, Astrophysics and Cosmology T-2 Home T Division Focus Areas Nuclear Information Service Nuclear Physics Particle Physics Astrophysics Cosmology CONTACTS Group fundamental and applied theoretical research in applied and fundamental nuclear physics, particle physics

  15. Annual convention 1986 of the Austrian Physical Society

    International Nuclear Information System (INIS)

    1986-01-01

    There are 152 contributions, 58 thereof of INIS interest. The subject matters are indicated by the grouping of contributions into topical sessions on 1) nuclear and particle physics 2) physics of high polymers 3) atomic and plasma physics. There is additionally a session for teachers contimation training and one page informations on the Austrian Physical Society. (G.Q.)

  16. Relativistic atomic physics at the SSC

    International Nuclear Information System (INIS)

    1990-01-01

    This report discusses the following proposed work for relativistic atomic physics at the Superconducting Super Collider: Beam diagnostics; atomic physics research; staffing; education; budget information; statement concerning matching funds; description and justification of major items of equipment; statement of current and pending support; and assurance of compliance

  17. The physics of proton antiproton collisions

    Energy Technology Data Exchange (ETDEWEB)

    Shochet, M. (Chicago Univ., IL (United States))

    1991-12-03

    This paper contains information information on: accelerator and detector; QCD studies; studies of the electroweak force; The search for the top quark; {beta} physics at hadron colliders; and the search for exotic objects and prospects for the future.

  18. The physics of proton antiproton collisions

    International Nuclear Information System (INIS)

    Shochet, M.

    1991-01-01

    This paper contains information information on: accelerator and detector; QCD studies; studies of the electroweak force; The search for the top quark; β physics at hadron colliders; and the search for exotic objects and prospects for the future

  19. The mathematics and physics of knots

    Energy Technology Data Exchange (ETDEWEB)

    Kauffman, Louis H [Department of Mathematics, Statistics and Computer Science, University of Illinois at Chicago, 851 South Morgan Street, Chicago, IL 60607-7045 (United States)

    2005-12-01

    This paper is an introduction to relationships between knot theory and theoretical physics. We give an exposition of the theory of polynomial invariants of knots and links, the Witten functional integral formulation of knot and link invariants, and the beginnings of topological quantum field theory, and show how the theory of knots is related to a number of key issues in mathematical physics, including loop quantum gravity and quantum information theory. Along with the references cited in the text below, we also recommend the following as sources of background information.

  20. Research on reactor physics data

    International Nuclear Information System (INIS)

    1961-01-01

    In the early years of nuclear reactor research, each national program tended to develop its own reactor physics information. The Government of Norway proposed to the Agency the undertaking of a joint program in reactor physics utilizing the facilities and staff of its zero power reactor NORA then under construction. Following the approval by the Board of Governors in February, the Agency invited Member States to submit the names and qualifications of scientists they wished to suggest for the project. All the results and information gained through the program, which is expected to last about three years, will be placed at the disposal of the Agency's Member States

  1. Physical and Digital Security Mechanisms: Properties, Combinations and Trade-offs

    NARCIS (Netherlands)

    van Cleeff, A.

    2015-01-01

    The usage of information technology implies the replacement of physical systems with digital systems: we use information technology because some properties of software, such as high speed, low cost and high accuracy, are more desirable than the corresponding properties of physical systems.

  2. Physical Complexity and Cognitive Evolution

    Science.gov (United States)

    Jedlicka, Peter

    Our intuition tells us that there is a general trend in the evolution of nature, a trend towards greater complexity. However, there are several definitions of complexity and hence it is difficult to argue for or against the validity of this intuition. Christoph Adami has recently introduced a novel measure called physical complexity that assigns low complexity to both ordered and random systems and high complexity to those in between. Physical complexity measures the amount of information that an organism stores in its genome about the environment in which it evolves. The theory of physical complexity predicts that evolution increases the amount of `knowledge' an organism accumulates about its niche. It might be fruitful to generalize Adami's concept of complexity to the entire evolution (including the evolution of man). Physical complexity fits nicely into the philosophical framework of cognitive biology which considers biological evolution as a progressing process of accumulation of knowledge (as a gradual increase of epistemic complexity). According to this paradigm, evolution is a cognitive `ratchet' that pushes the organisms unidirectionally towards higher complexity. Dynamic environment continually creates problems to be solved. To survive in the environment means to solve the problem, and the solution is an embodied knowledge. Cognitive biology (as well as the theory of physical complexity) uses the concepts of information and entropy and views the evolution from both the information-theoretical and thermodynamical perspective. Concerning humans as conscious beings, it seems necessary to postulate an emergence of a new kind of knowledge - a self-aware and self-referential knowledge. Appearence of selfreflection in evolution indicates that the human brain reached a new qualitative level in the epistemic complexity.

  3. The Dynamics of Information

    CERN Multimedia

    CERN. Geneva

    2007-01-01

    efficacy at making predictions in the real world. About the speaker Bernardo Huberman is a Senior HP Fellow and Director of the Information Dynamics Lab at Hewlett Packard Laboratories. He received his Ph.D. in Physics from the University of Pennsylvania, and is currently a Consulting Professor in the Department of Applied Physics at Stanford University...

  4. High energy nuclear database: a test-bed for nuclear data information technology

    International Nuclear Information System (INIS)

    Brown, D.A.; Vogt, R.; Beck, B.; Pruet, J.; Vogt, R.

    2008-01-01

    We describe the development of an on-line high-energy heavy-ion experimental database. When completed, the database will be searchable and cross-indexed with relevant publications, including published detector descriptions. While this effort is relatively new, it will eventually contain all published data from older heavy-ion programs as well as published data from current and future facilities. These data include all measured observables in proton-proton, proton-nucleus and nucleus-nucleus collisions. Once in general use, this database will have tremendous scientific payoff as it makes systematic studies easier and allows simpler benchmarking of theoretical models for a broad range of experiments. Furthermore, there is a growing need for compilations of high-energy nuclear data for applications including stockpile stewardship, technology development for inertial confinement fusion, target and source development for upcoming facilities such as the International Linear Collider and homeland security. This database is part of a larger proposal that includes the production of periodic data evaluations and topical reviews. These reviews would provide an alternative and impartial mechanism to resolve discrepancies between published data from rival experiments and between theory and experiment. Since this database will be a community resource, it requires the high-energy nuclear physics community's financial and manpower support. This project serves as a test-bed for the further development of an object-oriented nuclear data format and database system. By using 'off-the-shelf' software tools and techniques, the system is simple, robust, and extensible. Eventually we envision a 'Grand Unified Nuclear Format' encapsulating data types used in the ENSDF, Endf/B, EXFOR, NSR and other formats, including processed data formats. (authors)

  5. Acronym dictionary

    Science.gov (United States)

    1993-01-01

    This reference was originally compiled as a tool for abstracters who need to know the expansion of acronyms they may encounter in the texts they are analyzing. It is a general rule of abstracting at the NASA Center For Aerospace Information (CASI) that acronyms are expanded in the abstract to enhance both information content and searchability. Over the last 22 years, abstracters at CASI have recorded acronyms and their expansions as they were encountered in documents. This is therefore an ad-hoc reference, rather than a systematic collection of all acronyms related to aerospace science and technology.

  6. Tips for Starting Physical Activity

    Science.gov (United States)

    ... Legislative Information Advisory & Coordinating Committees Strategic Plans & Reports Research Areas FAQs ... Starting Physical Activity Related Topics Section Navigation Tips to Help You Get Active ...

  7. Overview. Health Physics Laboratory. Section 10

    Energy Technology Data Exchange (ETDEWEB)

    Waligorski, M.P.R. [Institute of Nuclear Physics, Cracow (Poland)

    1995-12-31

    The activities of the Health Physics Laboratory at the Niewodniczanski Institute of Nuclear Physics are presented and namely: research in the area of radiation physics and radiation protection of the employees of the Institute of Nuclear Physics, theoretical research concerns radiation detectors, radiation protection and studies of concepts of radiation protection and experimental research concerns solid state dosimetry. In this report, apart of the detail descriptions of mentioned activities, the information about personnel employed in the Department, papers and reports published in 1994, contribution to conferences and grants are also given.

  8. Overview. Health Physics Laboratory. Section 10

    International Nuclear Information System (INIS)

    Waligorski, M.P.R.

    1995-01-01

    The activities of the Health Physics Laboratory at the Niewodniczanski Institute of Nuclear Physics are presented and namely: research in the area of radiation physics and radiation protection of the employees of the Institute of Nuclear Physics, theoretical research concerns radiation detectors, radiation protection and studies of concepts of radiation protection and experimental research concerns solid state dosimetry. In this report, apart of the detail descriptions of mentioned activities, the information about personnel employed in the Department, papers and reports published in 1994, contribution to conferences and grants are also given

  9. How to compare movement? A review of physical movement similarity measures in geographic information science and beyond.

    Science.gov (United States)

    Ranacher, Peter; Tzavella, Katerina

    2014-05-27

    In geographic information science, a plethora of different approaches and methods is used to assess the similarity of movement. Some of these approaches term two moving objects similar if they share akin paths. Others require objects to move at similar speed and yet others consider movement similar if it occurs at the same time. We believe that a structured and comprehensive classification of movement comparison measures is missing. We argue that such a classification not only depicts the status quo of qualitative and quantitative movement analysis, but also allows for identifying those aspects of movement for which similarity measures are scarce or entirely missing. In this review paper we, first, decompose movement into its spatial, temporal, and spatiotemporal movement parameters. A movement parameter is a physical quantity of movement, such as speed, spatial path, or temporal duration. For each of these parameters we then review qualitative and quantitative methods of how to compare movement. Thus, we provide a systematic and comprehensive classification of different movement similarity measures used in geographic information science. This classification is a valuable first step toward a GIS toolbox comprising all relevant movement comparison methods.

  10. Becoming physics people: Development of physics identity in self-concept and practice through the Learning Assistant experience

    Science.gov (United States)

    Close, Eleanor

    2016-03-01

    The physics department at Texas State University has implemented a Learning Assistant (LA) program with reform-based instructional changes in our introductory course sequences. We are interested in how participation in the LA program influences LAs' identity both as physics students and as physics teachers; in particular, how being part of the LA community changes participants' self-concepts and their day-to-day practice. We analyze video of weekly LA preparation sessions and interviews with LAs as well as written artifacts from program applications, pedagogy course reflections, and evaluations. Our analysis of self-concepts is informed by the identity framework developed by Hazari et al., and our analysis of practice is informed by Lave and Wenger's theory of Communities of Practice. Regression models from quantitative studies show that the physics identity construct strongly predicts intended choice of a career in physics; the goal of our current project is to understand the details of the impacts of participation in the LA experience on participants' practice and self-concept, in order to identify critical elements of LA program structure that positively influence physics identity and physics career intentions for students. Our analysis suggests that participation in the LA program impacts LAs in ways that support both stronger ``physics student'' identity and stronger ``physics instructor'' identity, and that these identities are reconciled into a coherent integrated physics identity. In addition to becoming more confident and competent in physics, LAs perceive themselves to have increased competence in communication and a stronger sense of belonging to a supportive and collaborative community; participation in the LA program also changes their ways of learning and of being students, both within and beyond physics. This research and the TXST LA program are supported by NSF DUE-1240036, NSF DUE-1431578, and the Halliburton Foundation.

  11. State-Transition Structures in Physics and in Computation

    Science.gov (United States)

    Petri, C. A.

    1982-12-01

    In order to establish close connections between physical and computational processes, it is assumed that the concepts of “state” and of “transition” are acceptable both to physicists and to computer scientists, at least in an informal way. The aim of this paper is to propose formal definitions of state and transition elements on the basis of very low level physical concepts in such a way that (1) all physically possible computations can be described as embedded in physical processes; (2) the computational aspects of physical processes can be described on a well-defined level of abstraction; (3) the gulf between the continuous models of physics and the discrete models of computer science can be bridged by simple mathematical constructs which may be given a physical interpretation; (4) a combinatorial, nonstatistical definition of “information” can be given on low levels of abstraction which may serve as a basis to derive higher-level concepts of information, e.g., by a statistical or probabilistic approach. Conceivable practical consequences are discussed.

  12. Physical medicine and rehabilitation

    Science.gov (United States)

    ... bladder problems, chewing and swallowing, problems thinking or reasoning, movement or mobility, speech, and language. Information Many ... be needed to help with medical, physical, social, emotional, and work-related problems, including: Therapy for specific ...

  13. Physical activity during pregnancy - too much, too little?

    DEFF Research Database (Denmark)

    Schmidt, Jannie Tygesen; Nielsen, Josephine; Bangshaab, Jette

    questions during the sessions was emphasized. The importance of their partners’ presence during the sessions was strongly highlighted. The sessions increased the partners’ focus on the value of physical activity and they became differently encouraging and supportive. Conclusions Physiotherapeutic......Purpose The purpose of the study was to increase focus on health promotion during pregnancy through information about physical activity and to defuse unscientific “stories” about exercise during pregnancy. This study evaluated and explored pregnant women’s experiences of a physiotherapeutic...... intervention consisting of a combination of information and physical activity. Subjects Ten first-time pregnant women in the last trimester participated in a physiotherapy educational intervention focused on physical activity during pregnancy. Their mean age was 25.4 years (range: 21 to 30). They are living...

  14. Analysis of Praxis physics subject assessment examinees and performance: Who are our prospective physics teachers?

    Science.gov (United States)

    Shah, Lisa; Hao, Jie; Rodriguez, Christian A.; Fallin, Rebekah; Linenberger-Cortes, Kimberly; Ray, Herman E.; Rushton, Gregory T.

    2018-06-01

    A generally agreed upon tenant of the physics teaching community is the centrality of subject-specific expertise in effective teaching. However, studies which assess the content knowledge of incoming K-12 physics teachers in the U.S. have not yet been reported. Similarly lacking are studies on if or how the demographic makeup of aspiring physics educators is different from previously reported analyses of the actual high school physics teaching workforce. Here we present findings about the demographics and subject knowledge of prospective high school physics teachers using data from Praxis physics subject assessments administered between 2006 and 2016. Our analysis reveals significant variations in exam participation and performance between men and women, as well as those with different undergraduate majors and academic performance over the past decade. Findings from this work inform understandings and decisions about the quality, recruitment, and preparation of the high school physics teaching workforce.

  15. QCD for Collider Physics

    OpenAIRE

    Skands, Peter

    2011-01-01

    These lectures are directed at a level suitable for graduate students in experimental and theoretical High Energy Physics. They are intended to give an introduction to the theory and phenomenology of quantum chromodynamics (QCD) as it is used in collider physics applications. The aim is to bring the reader to a level where informed decisions can be made concerning different approaches and their uncertainties. The material is divided into four main areas: 1) fundamentals, 2) perturbative QCD, ...

  16. Physical foundations of technical acoustics

    CERN Document Server

    Malecki, I

    1969-01-01

    Physical Foundations of Technical Acoustics discusses theoretical foundations of acoustical engineering. It is not so much a technical compendium as a systematic statement of physical laws so conceived that technologists might find in it all the information they need to become acquainted with the physical meaning and mathematical expression of phenomena they encounter in their work. To facilitate the acquirement of notions, which lie beyond a layman's grasp, the plan of narration adopted consists in beginning with the simplest idealized cases and then gradually moving on to the truest possibl

  17. Basic radiotherapy physics and biology

    CERN Document Server

    Chang, David S; Das, Indra J; Mendonca, Marc S; Dynlacht, Joseph R

    2014-01-01

    This book is a concise and well-illustrated review of the physics and biology of radiation therapy intended for radiation oncology residents, radiation therapists, dosimetrists, and physicists. It presents topics that are included on the Radiation Therapy Physics and Biology examinations and is designed with the intent of presenting information in an easily digestible format with maximum retention in mind. The inclusion of mnemonics, rules of thumb, and reader-friendly illustrations throughout the book help to make difficult concepts easier to grasp. Basic Radiotherapy Physics and Biology is a

  18. Secure Retrieval of FFTF Testing, Design, and Operating Information

    International Nuclear Information System (INIS)

    Butner, R. Scott; Wootan, David W.; Omberg, Ronald P.; Makenas, Bruce J.; Nielsen, Deborah

    2009-01-01

    . Accomplishments include secure retrieval of: more than 400 boxes of FFTF information, several hundred microfilm reels including Clinch River Breeder Reactor (CRBR) information, and 40 boxes of information on the Fuels and Materials Examination Facility (FMEF). All information preserved to date is now being stored and categorized consistent with the IAEA international standardized taxonomy. Earlier information largely related to irradiation testing is likewise being categorized. The fuel test results information exists in several different formats depending upon the final stage of the test evaluation. In some cases there is information from both non-destructive and destructive examination while in other cases only non-destructive results are available. Non-destructive information would include disassembly records, dimensional profilometry, gamma spectrometry, and neutron radiography. Information from destructive examinations would include fission gas analysis, metallography, and photomicrographs. Archiving of FFTF data, including both the reactor plant and the fuel test information, is being performed in coordination with other data archiving efforts underway under the aegis of the AFCI program. In addition to the FFTF efforts, archiving of data from the EBR-II reactor is being carried out by INL. All material at risk associated with FFTF documentation has been secured in a timely manner consistent with the stated plan. This documentation is now being categorized consistent with internationally agreed upon IAEA standards. Documents are being converted to electronic format for transfer to a large searchable electronic database being developed by INL. In addition, selected FFTF information is being used to generate test cases for large-scale simulation modeling efforts and for providing Design Data Need (DDN) packages as requested by the AFCI program.

  19. Communication Analysis of Information Complexes.

    Science.gov (United States)

    Malik, M. F.

    Communication analysis is a tool for perceptual assessment of existing or projected information complexes, i.e., an established reality perceived by one or many humans. An information complex could be of a physical nature, such as a building, landscape, city street; or of a pure informational nature, such as a film, television program,…

  20. Computerization of the process of physical education in shaping physical fitness of students. [Informatizaciia processa fizicheskogo vospitaniia v formirovanii zdorovogo obraza zhizni studentov

    Directory of Open Access Journals (Sweden)

    Futornyі S.М.

    2011-11-01

    Full Text Available We consider the direction of the informatization process of modern society. It is recognized that in the perspective of higher education need to dominate the information components. It is shown that the education system should provide the necessary knowledge about the new information society and the environment to form a new outlook. Established that students do not have enough information about the importance of a healthy lifestylethe role of physical activity to enhance physical health.It is noted that the students' lack of basic skills for self-monitoring their physical condition. Stress that the system of values, motivations, habits,purposeful behavior of the individual become the core of the implementation of social ideology in the formation of a healthy lifestyle. Encouraged to disseminate knowledge among students about the possibilities of using information technology as well as manipulation and saving health.

  1. Nursing 450: The History and Physical.

    Science.gov (United States)

    Whalley, Lynn

    A description is provided of a third-year registered nursing course entitled "The History and Physical," designed to help the student acquire knowledge and skills in the areas of taking the history of an individual and physical assessment. The opening sections present information on course prerequisites, grading procedures, and meeting times;…

  2. Statistical and thermal physics an introduction

    CERN Document Server

    Hoch, Michael JR

    2011-01-01

    ""When I started reading Michael J.R. Hoch's book Statistical and Thermal Physics: An Introduction I thought to myself that this is another book the same as a large group of others with similar content. … But during my reading this unjustified belief changed. … The main reason for this change was the way of information presentation: … the way of presentation is designed so that the reader receives only the information that is necessary to give the essence of the problem. … this book will provide an introduction to the subject especially for those who are interested in basic or applied physics.

  3. Probability in physics

    CERN Document Server

    Hemmo, Meir

    2012-01-01

    What is the role and meaning of probability in physical theory, in particular in two of the most successful theories of our age, quantum physics and statistical mechanics? Laws once conceived as universal and deterministic, such as Newton‘s laws of motion, or the second law of thermodynamics, are replaced in these theories by inherently probabilistic laws. This collection of essays by some of the world‘s foremost experts presents an in-depth analysis of the meaning of probability in contemporary physics. Among the questions addressed are: How are probabilities defined? Are they objective or subjective? What is their  explanatory value? What are the differences between quantum and classical probabilities? The result is an informative and thought-provoking book for the scientifically inquisitive. 

  4. Econophysics: from Game Theory and Information Theory to Quantum Mechanics

    Science.gov (United States)

    Jimenez, Edward; Moya, Douglas

    2005-03-01

    Rationality is the universal invariant among human behavior, universe physical laws and ordered and complex biological systems. Econophysics isboth the use of physical concepts in Finance and Economics, and the use of Information Economics in Physics. In special, we will show that it is possible to obtain the Quantum Mechanics principles using Information and Game Theory.

  5. Recognition bias and the physical attractiveness stereotype.

    Science.gov (United States)

    Rohner, Jean-Christophe; Rasmussen, Anders

    2012-06-01

    Previous studies have found a recognition bias for information consistent with the physical attractiveness stereotype (PAS), in which participants believe that they remember that attractive individuals have positive qualities and that unattractive individuals have negative qualities, regardless of what information actually occurred. The purpose of this research was to examine whether recognition bias for PAS congruent information is replicable and invariant across a variety of conditions (i.e. generalizable). The effects of nine different moderator variables were examined in two experiments. With a few exceptions, the effect of PAS congruence on recognition bias was independent of the moderator variables. The results suggest that the tendency to believe that one remembers information consistent with the physical attractiveness stereotype is a robust phenomenon. © 2012 The Authors. Scandinavian Journal of Psychology © 2012 The Scandinavian Psychological Associations.

  6. Prospects for spin physics at RHIC

    International Nuclear Information System (INIS)

    Robinett, R.W.; Pennsylvania State Univ., University Park, PA

    1995-06-01

    The proposal to perform polarized proton-proton collisions at collider energies at RHIC is reviewed. After a brief reminder of the desirability of high energy spin physics measurements, we discuss the machine parameters and detector features which are taken to define a program of spin physics at RHIC. Some of the many physics processes which can provide information on polarized parton distributions and the spin-dependence of QCD and the electroweak model at RHIC energies are discussed

  7. Science and information theory

    CERN Document Server

    Brillouin, Léon

    1962-01-01

    A classic source for exploring the connections between information theory and physics, this text is geared toward upper-level undergraduates and graduate students. The author, a giant of 20th-century mathematics, applies the principles of information theory to a variety of issues, including Maxwell's demon, thermodynamics, and measurement problems. 1962 edition.

  8. Book review: Physics of tsunamis

    Science.gov (United States)

    Geist, Eric L.

    2017-01-01

    Physics of Tsunamis”, second edition, provides a comprehensive analytical treatment of the hydrodynamics associated with the tsunami generation process. The book consists of seven chapters covering 388 pages. Because the subject matter within each chapter is distinct, an abstract appears at the beginning and references appear at the end of each chapter, rather than at the end of the book. Various topics of tsunami physics are examined largely from a theoretical perspective, although there is little information on how the physical descriptions are applied in numerical models.“Physics of Tsunamis”, by B. W. Levin and M. A. Nosov, Second Edition, Springer, 2016; ISBN-10: 33-1933106X, ISBN-13: 978-331933-1065

  9. Health physics research abstracts no. 11

    International Nuclear Information System (INIS)

    1984-07-01

    The present issue No. 11 of Health Physics Research Abstracts is the continuation of a series of Bulletins published by the Agency since 1967. They collect reports from Member States on Health Physics research in progress or just completed. The main aim in issuing such reports is to draw attention to work that is about to be published and to enable interested scientists to obtain further information through direct correspondence with the investigators. The attention of users of this publication is drawn to the fact that abstracts of published documents on Health Physics are published eventually in INIS Atomindex, which is one of the output products of the Agency's International Nuclear Information System. The present issue contains 235 reports received up to December 1983 from the following Member States. In parentheses the country's ISO code and number of reports are given

  10. Physical activity during hospitalization: Activities and preferences of adults versus older adults.

    Science.gov (United States)

    Meesters, Jorit; Conijn, D; Vermeulen, H M; Vliet Vlieland, Tpm

    2018-04-16

    Inactivity during hospitalization leads to a functional decline and an increased risk of complications. To date, studies focused on older adults. This study aims to compare the physical activities performed by older adult and adult hospitalized patients. Patients hospitalized for >3 days at a university hospital completed a questionnaire regarding their physical activities (% of days on which an activity was performed divided by the length of stay) and physical activity needs during hospitalization. Crude and adjusted comparisons of older adult (>60 years) and adult (≤60 years) patients were performed using parametric testing and regression analyses. Of 524 patients, 336 (64%) completed the questionnaire, including 166 (49%) older adult patients. On average, the patients were physically active on 35% or less of the days during their hospitalization. Linear regression analysis showed no significant associations between being an older adult and performing physical activities after adjusting for gender, length of stay, surgical intervention, and meeting physical activity recommendations prior to hospitalization. Most patients were well informed regarding physical activity during hospitalization; however, the older adult patients reported a need for information regarding physical activities after hospitalization more frequently (odds ratios, 2.47) after adjusting for educational level, gender, and physical therapy during hospitalization. Both older adult and adult patients are physically inactive during hospitalization, and older adult patients express a greater need for additional information regarding physical activity after hospitalization than adult patients. Therefore, personalized strategies that inform and motivate patients to resume physical activities during hospitalization are needed regardless of age.

  11. Modern physics for engineers

    CERN Document Server

    Singh, Jasprit

    1999-01-01

    Linking physics fundamentals to modern technology-a highly applied primer for students and engineersReminding us that modern inventions-new materials, information technologies, medical technological breakthroughs-are based on well-established fundamental principles of physics, Jasprit Singh integrates important topics from quantum mechanics, statistical thermodynamics, and materials science, as well as the special theory of relativity. He then goes a step farther and applies these fundamentals to the workings of electronic devices-an essential leap for anyone interested in developing n

  12. Particle physics in your pocket!

    CERN Multimedia

    Anaïs Schaeffer

    2012-01-01

    CERN physicists, take out your smartphones! Two new particle physics applications for Android phones have been developed by a physicist from the University of Bern: “Particle Properties” and “Particle Physics Booklet 2010”.   “When I'm on shift, I enjoy looking at the online event displays,” says Igor Kreslo from the Laboratory for High Energy Physics at the University of Bern, the physicist who has developed the two particle physics applications for Android. “Sometimes very beautiful events appear, with many different particles. I like to discuss these displays with my students, just to develop their ability to identify particles. We try to find out which particle is which and how it might decay… I think that's the best way to teach students the phenomenology of particle physics.” When scientists study particle physics, they require some vital information, such as the decay branching ...

  13. Transfer entropy in physical systems and the arrow of time

    Science.gov (United States)

    Spinney, Richard E.; Lizier, Joseph T.; Prokopenko, Mikhail

    2016-08-01

    Recent developments have cemented the realization that many concepts and quantities in thermodynamics and information theory are shared. In this paper, we consider a highly relevant quantity in information theory and complex systems, the transfer entropy, and explore its thermodynamic role by considering the implications of time reversal upon it. By doing so we highlight the role of information dynamics on the nuanced question of observer perspective within thermodynamics by relating the temporal irreversibility in the information dynamics to the configurational (or spatial) resolution of the thermodynamics. We then highlight its role in perhaps the most enduring paradox in modern physics, the manifestation of a (thermodynamic) arrow of time. We find that for systems that process information such as those undergoing feedback, a robust arrow of time can be formulated by considering both the apparent physical behavior which leads to conventional entropy production and the information dynamics which leads to a quantity we call the information theoretic arrow of time. We also offer an interpretation in terms of optimal encoding of observed physical behavior.

  14. Universal Payload Information Management

    Science.gov (United States)

    Elmore, Ralph B.

    2003-01-01

    As the overall manager and integrator of International Space Station (ISS) science payloads, the Payload Operations Integration Center (POIC) at Marshall Space Flight Center has a critical need to provide an information management system for exchange and control of ISS payload files as well as to coordinate ISS payload related operational changes. The POIC's information management system has a fundamental requirement to provide secure operational access not only to users physically located at the POIC, but also to remote experimenters and International Partners physically located in different parts of the world. The Payload Information Management System (PIMS) is a ground-based electronic document configuration management and collaborative workflow system that was built to service the POIC's information management needs. This paper discusses the application components that comprise the PIMS system, the challenges that influenced its design and architecture, and the selected technologies it employs. This paper will also touch on the advantages of the architecture, details of the user interface, and lessons learned along the way to a successful deployment. With PIMS, a sophisticated software solution has been built that is not only universally accessible for POIC customer s information management needs, but also universally adaptable in implementation and application as a generalized information management system.

  15. Sharing Hydrologic Data with the CUAHSI Hydrologic Information System (Invited)

    Science.gov (United States)

    Tarboton, D. G.; Maidment, D. R.; Zaslavsky, I.; Horsburgh, J. S.; Whiteaker, T.; Piasecki, M.; Goodall, J. L.; Valentine, D. W.; Whitenack, T.

    2009-12-01

    The CUAHSI Hydrologic Information System (HIS) is an internet based system to support the sharing of hydrologic data consisting of databases connected using the internet through web services as well as software for data discovery, access and publication. The HIS is founded upon an information model for observations at stationary points that supports its data services. A data model, the CUAHSI Observations Data Model (ODM), provides community defined semantics needed to allow sharing information from diverse data sources. A defined set of CUAHSI HIS web services allows for the development of data services, which scale from centralized data services which support access to National Datasets such as the USGS National Water Information System (NWIS) and EPA Storage and Retrieval System (STORET), in a standard way; to distributed data services which allow users to establish their own server and publish their data. User data services are registered to a central HIS website, and they become searchable and accessible through the centralized discovery and data access tools. HIS utilizes both an XML and relational database schema for transmission and storage of data respectively. WaterML is the XML schema used for data transmission that underlies the machine to machine communications, while the ODM is implemented as relational database model for persistent data storage. Web services support access to hydrologic data stored in ODM and communicate using WaterML directly from applications software such as Excel, MATLAB and ArcGIS that have Simple Object Access Protocol (SOAP) capability. A significant value of web services derives from the capability to use them from within a user’s preferred analysis environment, using community defined semantics, rather than requiring a user to learn new software. This allows a user to work with data from national and academic sources, almost as though it was on their local disk. Users wishing to share or publish their data through CUAHSI

  16. Lectures on quantum information

    International Nuclear Information System (INIS)

    Bruss, D.; Leuchs, G.

    2007-01-01

    Quantum Information Processing is a young and rapidly growing field of research at the intersection of physics, mathematics, and computer science. Its ultimate goal is to harness quantum physics to conceive - and ultimately build - 'quantum' computers that would dramatically overtake the capabilities of today's 'classical' computers. One example of the power of a quantum computer is its ability to efficiently find the prime factors of a large integer, thus shaking the supposedly secure foundations of standard encryption schemes. This comprehensive textbook on the rapidly advancing field introduces readers to the fundamental concepts of information theory and quantum entanglement, taking into account the current state of research and development. It thus covers all current concepts in quantum computing, both theoretical and experimental, before moving on to the latest implementations of quantum computing and communication protocols. With its series of exercises, this is ideal reading for students and lecturers in physics and informatics, as well as experimental and theoretical physicists, and physicists in industry. (orig.)

  17. PhysDoc: A Distributed Network of Physics Institutions: Collecting, Indexing, and Searching High Quality Documents by Using Harvest; The Dublin Core Metadata Initiative: Mission, Current Activities, and Future Directions; Information Services for Higher Education: A New Competitive Space; Intellectual Property Conservancies.

    Science.gov (United States)

    Severiens, Thomas; Hohlfeld, Michael; Zimmermann, Kerstin; Hilf, Eberhard R.; von Ossietzky, Carl; Weibel, Stuart L.; Koch, Traugott; Hughes, Carol Ann; Bearman, David

    2000-01-01

    Includes four articles that discuss a variety to topics, including a distributed network of physics institutions documents called PhysDocs which harvests information from the local Web-servers of professional physics institutions; the Dublin Core metadata initiative; information services for higher education in a competitive environment; and…

  18. Creativity and Introductory Physics

    Science.gov (United States)

    Guilaran, Ildefonso (Fonsie) J.

    2012-01-01

    When I was an undergraduate physics major, I would often stay up late with my physics major roommate as we would digest the physics content we were learning in our courses and explore our respective imaginations armed with our new knowledge. Such activity during my undergraduate years was confined to informal settings, and the first formal creativity assignment in my physics education did not come until well into my graduate years when my graduate advisor demanded that I write a prospectus for my dissertation. I have often lamented the fact that the first formal assignment in which I was required to be creative, take responsibility for my own learning and research objectives, and see them to completion during my physics education came so late, considering the degree to which creative attributes are celebrated in the personalities of great physicists. In this essay I will apply some of the basic concepts as defined by creativity-related psychology literature to physics pedagogy, relate these concepts to the exchanges in this journal concerning Michael Sobel's paper "Physics for the Non-Scientist: A Middle Way," and provide the framework for a low-overhead creativity assignment that can easily be implemented at all levels of physics education.

  19. Identification of physical models

    DEFF Research Database (Denmark)

    Melgaard, Henrik

    1994-01-01

    of the model with the available prior knowledge. The methods for identification of physical models have been applied in two different case studies. One case is the identification of thermal dynamics of building components. The work is related to a CEC research project called PASSYS (Passive Solar Components......The problem of identification of physical models is considered within the frame of stochastic differential equations. Methods for estimation of parameters of these continuous time models based on descrete time measurements are discussed. The important algorithms of a computer program for ML or MAP...... design of experiments, which is for instance the design of an input signal that are optimal according to a criterion based on the information provided by the experiment. Also model validation is discussed. An important verification of a physical model is to compare the physical characteristics...

  20. Health information exposure from information and communication technologies and its associations with health behaviors: Population-based survey.

    Science.gov (United States)

    Shen, Chen; Wang, Man Ping; Wan, Alice; Viswanath, Kasisomayajula; Chan, Sophia Siu Chee; Lam, Tai Hing

    2018-08-01

    Health information and communication technologies (ICTs) are increasingly used but little is known about routine exposure to health information from ICTs and its associations with health behaviors. A territory-wide population-based dual landline and mobile telephone survey was conducted in 2016 in Hong Kong, where smartphone ownership and Internet access are among the most prevalent, easiest and fastest in the world. Health information exposure from traditional sources (television/radio/newspaper/magazine), Internet websites, social media sites and instant messaging (IM); and information on smoking, alcohol consumption and physical activity were recorded. Prevalence was weighted by age, sex and education level of the general population. Multinomial logistic regression was used to assess the association of health information exposure with smoking and alcohol consumption, whilst multivariable linear regression was used to assess the association with frequency of moderate and vigorous physical activity (days/week). Of 3063 respondents, most (71.6%) were often or sometimes exposed to health information from traditional sources, followed by Internet websites (40.9%), social media sites (40.7%), and IM (27.0%). Respondents with lower education and household income were less frequently exposed to health information from Internet websites, social media sites and IM (all P < 0.001). Health information exposure from IM was associated with being never smokers, and more frequent moderate and vigorous physical activity (all P for trend <0.05). Health information exposure from IM was least frequent but associated with healthier behaviors. Further public health education campaigns can consider using IM to deliver information, particularly to disadvantaged groups. Copyright © 2018 Elsevier Inc. All rights reserved.

  1. Center for Beam Physics, 1992

    International Nuclear Information System (INIS)

    1993-06-01

    This report contains the following information on the center for beam physics: Facilities; Organizational Chart; Roster; Profiles of Staff; Affiliates; Center Publications (1991--1993); and 1992 Summary of Activities

  2. Center for Beam Physics, 1992

    Energy Technology Data Exchange (ETDEWEB)

    1993-06-01

    This report contains the following information on the center for beam physics: Facilities; Organizational Chart; Roster; Profiles of Staff; Affiliates; Center Publications (1991--1993); and 1992 Summary of Activities.

  3. Martinus Veltman, the Electroweak Theory, and Elementary Particle Physics

    Science.gov (United States)

    Particle Physics Resources with Additional Information Martinus Veltman Courtesy University of Michigan Martinus J.G. Veltman, the John D. MacArthur Professor Emeritus of Physics at the University of Michigan , was awarded the 1999 Nobel Prize in physics "for elucidating the quantum structure of electroweak

  4. When Information Conveys Meaning

    Directory of Open Access Journals (Sweden)

    Anthony Reading

    2012-11-01

    Full Text Available While some information is clearly meaningful and some clearly is not, no one has been able to identify exactly what the difference is. The major obstacle has been the way information and meaning are conceptualized: the one in the physical realm of tangible, objective entities and the other in the mental world of intangible, subjective ones. This paper introduces an approach that incorporates both of them within a unified framework by defining them in terms of what they do, rather than what they are. Meaningful information is thus conceptualized here as patterns of matter and energy that have a tangible effect on the entities that detect them, either by changing their function, structure or behavior, while patterns of matter and energy that have no such effects are considered meaningless. The way that meaningful information can act as a causal agent in bio-behavioral systems enables us to move beyond dualistic concepts of ourselves as comprised of a material body that obeys the laws of physics and a non-material essence that is too elusive to study [1].

  5. The Physics of Open Ended Evolution

    Science.gov (United States)

    Adams, Alyssa M.

    What makes living systems different than non-living ones? Unfortunately this question is impossible to answer, at least currently. Instead, we must face computationally tangible questions based on our current understanding of physics, computation, information, and biology. Yet we have few insights into how living systems might quantifiably differ from their non-living counterparts, as in a mathematical foundation to explain away our observations of biological evolution, emergence, innovation, and organization. The development of a theory of living systems, if at all possible, demands a mathematical understanding of how data generated by complex biological systems changes over time. In addition, this theory ought to be broad enough as to not be constrained to an Earth-based biochemistry. In this dissertation, the philosophy of studying living systems from the perspective of traditional physics is first explored as a motivating discussion for subsequent research. Traditionally, we have often thought of the physical world from a bottom-up approach: things happening on a smaller scale aggregate into things happening on a larger scale. In addition, the laws of physics are generally considered static over time. Research suggests that biological evolution may follow dynamic laws that (at least in part) change as a function of the state of the system. Of the three featured research projects, cellular automata (CA) are used as a model to study certain aspects of living systems in two of them. These aspects include self-reference, open-ended evolution, local physical universality, subjectivity, and information processing. Open-ended evolution and local physical universality are attributed to the vast amount of innovation observed throughout biological evolution. Biological systems may distinguish themselves in terms of information processing and storage, not outside the theory of computation. The final research project concretely explores real-world phenomenon by means of

  6. Remote Sensing and Imaging Physics

    Science.gov (United States)

    2012-03-07

    Program Manager AFOSR/RSE Air Force Research Laboratory Remote Sensing and Imaging Physics 7 March 2012 Report Documentation Page Form...00-00-2012 to 00-00-2012 4. TITLE AND SUBTITLE Remote Sensing And Imaging Physics 5a. CONTRACT NUMBER 5b. GRANT NUMBER 5c. PROGRAM ELEMENT...Imaging of Space Objects •Information without Imaging •Predicting the Location of Space Objects • Remote Sensing in Extreme Conditions •Propagation

  7. Reframing information architecture

    CERN Document Server

    Resmini, Andrea

    2014-01-01

    Information architecture has changed dramatically since the mid-1990s and earlier conceptions of the world and the internet being different and separate have given way to a much more complex scenario in the present day. In the post-digital world that we now inhabit the digital and the physical blend easily and our activities and usage of information takes place through multiple contexts and via multiple devices and unstable, emergent choreographies. Information architecture now is steadily growing into a channel- or medium-specific multi-disciplinary framework, with contributions coming from a

  8. LHC Availability 2017: Standard Proton Physics

    CERN Document Server

    Todd, Benjamin; Apollonio, Andrea; Walsh, David John; CERN. Geneva. ATS Department

    2017-01-01

    This document summarises the LHC machine availability for the period from restart to the end of standard proton physics in 2017. This covers the whole standard proton physics production period. This note has been produced and ratified by the Availability Working Group which has complied fault information for the period in question using the Accelerator Fault Tracker.

  9. Astro particle physics view on supersymmetry

    International Nuclear Information System (INIS)

    Fornengo, N.

    2010-01-01

    The particle physics interpretation of the missing-mass, or dark-matter, problem of cosmological and astrophysical nature is going to be posed under deep scrutiny in the next years. From the particle physics side, accelerator physics will deeply test theoretical ideas of new physics beyond the Standard Model, where a particle physics candidate to dark matter is often naturally obtained. From the astrophysical side, many probes are already providing a great deal of independent information on the signals which can be produced by the galactic or extra-galactic dark matter. The ultimate hope is in fact to be able to disentangle a dark matter signal from the various sources of backgrounds and to extract a coherent picture of new physics from the accelerator physics, astrophysics and cosmology side. A very ambitious and far-reaching project, indeed.

  10. [Methodological problems in the use of information technologies in physical education].

    Science.gov (United States)

    Martirosov, E G; Zaĭtseva, G A

    2000-01-01

    The paper considers methodological problems in the use of computer technologies in physical education by applying diagnostic and consulting systems, educational and educational-and-training process automation systems, and control and self-control programmes for athletes and others.

  11. FORMING OF INFORMATION COMPETENCE OF STUDENTS IN THE PRCESS OF TEACHING ELECTIVE COURSES MEANS OF INFORMATION AND COMMUNICATION TECHNOLOGIES

    Directory of Open Access Journals (Sweden)

    E. Liskovich

    2012-10-01

    Full Text Available The article considers approaches to the definition of information competence, investigated the possibility of elective courses in physics for the formation of information competence through the use of modern information and communication technologies.

  12. Quantum information and general relativity

    OpenAIRE

    Peres, Asher

    2004-01-01

    The Einstein-Podolsky-Rosen paradox (1935) is reexamined in the light of Shannon's information theory (1948). The EPR argument did not take into account that the observers' information was localized, like any other physical object. General relativity introduces new problems: there are horizons which act as one-way membranes for the propagation of quantum information, in particular black holes which act like sinks.

  13. Quantum information and general relativity

    Science.gov (United States)

    Peres, A.

    2004-11-01

    The Einstein-Podolsky-Rosen paradox (1935) is reexamined in the light of Shannon's information theory (1948). The EPR argument did not take into account that the observers' information was localized, like any other physical object. General relativity introduces new problems: there are horizons which act as on-way membranes for the propagation of quantum information, in particular black holes which act like sinks.

  14. Physical multimorbidity and loneliness: A population-based study.

    Science.gov (United States)

    Stickley, Andrew; Koyanagi, Ai

    2018-01-01

    Multimorbidity has been linked to a variety of negative outcomes although as yet, there has been little research on its association with loneliness. This study examined the association between physical multimorbidity (≥ 2 physical diseases) and loneliness in the general population and its potential mediators. Data came from the Adult Psychiatric Morbidity Survey 2007 (N = 7403, aged ≥16 years). Information was obtained on 20 doctor diagnosed physical conditions that were present in the previous year. An item from the Social Functioning Questionnaire (SFQ) was used to obtain information on loneliness. Multivariable logistic regression analysis was used to examine associations. An increasing number of physical diseases was associated with higher odds for loneliness. Compared to no physical diseases, the odds ratio (OR) (95% confidence interval: CI) for loneliness increased from 1.34 (1.13-1.59) to 2.82 (2.11-3.78) between one and ≥5 physical diseases. This association was particularly strong in the youngest age group (i.e. 16-44 years). The loneliness-physical multimorbidity association was significantly mediated by stressful life events (% mediated 11.1%-30.5%), anxiety (30.2%), and depression (15.4%). Physical multimorbidity is associated with increased odds for loneliness. Prospective research is now needed to further elucidate this association and the factors that underlie it.

  15. Introduction and user's information for the fixed site physical protection upgrade rule guidance compendium

    International Nuclear Information System (INIS)

    Evans, L.J. Jr.; Allen, T.

    1980-06-01

    Licensees at fixed sites who possess, use, process, or handle strategic special nuclear material are required to design a physical security system to protect this material. This report suggests an orderly process for using guidance, with special emphasis on two regulatory guides and two NUREG series documents that comprise a compendium, to aid in the design of a physical security system that meets the requirements of the final Physical Protection Upgrade Rule. The rule was published November 28, 1979 (44 FR 68184), and became effective March 25, 1980

  16. VIRTUAL AND PHYSICAL ARCHITECTURAL ATMOSPHERE

    DEFF Research Database (Denmark)

    Hermund, Anders; Klint, Lars

    2016-01-01

    This study, of the similarities between the perception of architectural space experienced in physical space conditions and in Virtual Reality, intents to clarify to what extend subjective and objective attributes of architectural space can be conveyed through a direct use of Building Information...... Models in Virtual Reality. 60 test persons experienced a specific test space as either a physical or a virtual environment, while data from their experiences was collected through a quantitative/qualitative questionnaire. The overall conclusion, from this phase of the study, is that even a simple BIM...... model through HMD VR can convey rather precise information about both subjective and objective experiences of architectural space, ambience and atmosphere. Next phase of the study will include eye-tracking data from the two scenarios....

  17. AIP 50th anniversary: Physics vade mecum

    Science.gov (United States)

    Anderson, H. L.

    This compendium is intended to be of use to the wide spectrum of physicists associated with the AIP through its member societies. Twenty-two subjects broadly representative of physics as a whole are discussed. Each subeditor was charged to compile within 10 pages the most useful information, formulas, numerical data, definitions, and references most physicists would like to have at hand. The General Section is a compilation of the fundamental constants, the SI units and prefixes, conversion factors, magnitudes, basic mathematical and physics formulas, formulas useful in practical physics applications, and a list of physics data centers. The particular fields considered are: acoustics, astronomy and astrophysics, atomic collision properties, atomic spectroscopy, biological physics, cryogenics, crystallography, elementary particles, energy demand, energy supply, fluid dynamics, high polymer physics, medical physics, molecular spectroscopy and structure, nuclear physics, optics, plasma physics, rheology, solid state physics, surface physics, and thermophysics.

  18. Physics in nuclear medicine

    CERN Document Server

    Cherry, Simon R; Phelps, Michael E

    2012-01-01

    Physics in Nuclear Medicine - by Drs. Simon R. Cherry, James A. Sorenson, and Michael E. Phelps - provides current, comprehensive guidance on the physics underlying modern nuclear medicine and imaging using radioactively labeled tracers. This revised and updated fourth edition features a new full-color layout, as well as the latest information on instrumentation and technology. Stay current on crucial developments in hybrid imaging (PET/CT and SPECT/CT), and small animal imaging, and benefit from the new section on tracer kinetic modeling in neuroreceptor imaging.

  19. Multimethod prediction of physical parent-child aggression risk in expectant mothers and fathers with Social Information Processing theory.

    Science.gov (United States)

    Rodriguez, Christina M; Smith, Tamika L; Silvia, Paul J

    2016-01-01

    The Social Information Processing (SIP) model postulates that parents undergo a series of stages in implementing physical discipline that can escalate into physical child abuse. The current study utilized a multimethod approach to investigate whether SIP factors can predict risk of parent-child aggression (PCA) in a diverse sample of expectant mothers and fathers. SIP factors of PCA attitudes, negative child attributions, reactivity, and empathy were considered as potential predictors of PCA risk; additionally, analyses considered whether personal history of PCA predicted participants' own PCA risk through its influence on their attitudes and attributions. Findings indicate that, for both mothers and fathers, history influenced attitudes but not attributions in predicting PCA risk, and attitudes and attributions predicted PCA risk; empathy and reactivity predicted negative child attributions for expectant mothers, but only reactivity significantly predicted attributions for expectant fathers. Path models for expectant mothers and fathers were remarkably similar. Overall, the findings provide support for major aspects of the SIP model. Continued work is needed in studying the progression of these factors across time for both mothers and fathers as well as the inclusion of other relevant ecological factors to the SIP model. Copyright © 2015 Elsevier Ltd. All rights reserved.

  20. SeedStor: A Germplasm Information Management System and Public Database.

    Science.gov (United States)

    Horler, R S P; Turner, A S; Fretter, P; Ambrose, M

    2018-01-01

    SeedStor (https://www.seedstor.ac.uk) acts as the publicly available database for the seed collections held by the Germplasm Resources Unit (GRU) based at the John Innes Centre, Norwich, UK. The GRU is a national capability supported by the Biotechnology and Biological Sciences Research Council (BBSRC). The GRU curates germplasm collections of a range of temperate cereal, legume and Brassica crops and their associated wild relatives, as well as precise genetic stocks, near-isogenic lines and mapping populations. With >35,000 accessions, the GRU forms part of the UK's plant conservation contribution to the Multilateral System (MLS) of the International Treaty for Plant Genetic Resources for Food and Agriculture (ITPGRFA) for wheat, barley, oat and pea. SeedStor is a fully searchable system that allows our various collections to be browsed species by species through to complicated multipart phenotype criteria-driven queries. The results from these searches can be downloaded for later analysis or used to order germplasm via our shopping cart. The user community for SeedStor is the plant science research community, plant breeders, specialist growers, hobby farmers and amateur gardeners, and educationalists. Furthermore, SeedStor is much more than a database; it has been developed to act internally as a Germplasm Information Management System that allows team members to track and process germplasm requests, determine regeneration priorities, handle cost recovery and Material Transfer Agreement paperwork, manage the Seed Store holdings and easily report on a wide range of the aforementioned tasks. © The Author(s) 2017. Published by Oxford University Press on behalf of Japanese Society of Plant Physiologists.