WorldWideScience

Sample records for transparent runtime evolution

  1. Transparent Runtime Migration of Loop-Based Traces of Processor Instructions to Reconfigurable Processing Units

    Directory of Open Access Journals (Sweden)

    João Bispo

    2013-01-01

    Full Text Available The ability to map instructions running in a microprocessor to a reconfigurable processing unit (RPU, acting as a coprocessor, enables the runtime acceleration of applications and ensures code and possibly performance portability. In this work, we focus on the mapping of loop-based instruction traces (called Megablocks to RPUs. The proposed approach considers offline partitioning and mapping stages without ignoring their future runtime applicability. We present a toolchain that automatically extracts specific trace-based loops, called Megablocks, from MicroBlaze instruction traces and generates an RPU for executing those loops. Our hardware infrastructure is able to move loop execution from the microprocessor to the RPU transparently, at runtime, and without changing the executable binaries. The toolchain and the system are fully operational. Three FPGA implementations of the system, differing in the hardware interfaces used, were tested and evaluated with a set of 15 application kernels. Speedups ranging from 1.26 to 3.69 were achieved for the best alternative using a MicroBlaze processor with local memory.

  2. A Transparent Runtime Data Distribution Engine for OpenMP

    Directory of Open Access Journals (Sweden)

    Dimitrios S. Nikolopoulos

    2000-01-01

    Full Text Available This paper makes two important contributions. First, the paper investigates the performance implications of data placement in OpenMP programs running on modern NUMA multiprocessors. Data locality and minimization of the rate of remote memory accesses are critical for sustaining high performance on these systems. We show that due to the low remote-to-local memory access latency ratio of contemporary NUMA architectures, reasonably balanced page placement schemes, such as round-robin or random distribution, incur modest performance losses. Second, the paper presents a transparent, user-level page migration engine with an ability to gain back any performance loss that stems from suboptimal placement of pages in iterative OpenMP programs. The main body of the paper describes how our OpenMP runtime environment uses page migration for implementing implicit data distribution and redistribution schemes without programmer intervention. Our experimental results verify the effectiveness of the proposed framework and provide a proof of concept that it is not necessary to introduce data distribution directives in OpenMP and warrant the simplicity or the portability of the programming model.

  3. Run-time Phenomena in Dynamic Software Updating: Causes and Effects

    DEFF Research Database (Denmark)

    Gregersen, Allan Raundahl; Jørgensen, Bo Nørregaard

    2011-01-01

    The development of a dynamic software updating system for statically-typed object-oriented programming languages has turned out to be a challenging task. Despite the fact that the present state of the art in dynamic updating systems, like JRebel, Dynamic Code Evolution VM, JVolve and Javeleon, all...... written in statically-typed object-oriented programming languages. In this paper, we present our experience from developing dynamically updatable applications using a state-of-the-art dynamic updating system for Java. We believe that the findings presented in this paper provide an important step towards...... provide very transparent and flexible technical solutions to dynamic updating, case studies have shown that designing dynamically updatable applications still remains a challenging task. This challenge has its roots in a number of run-time phenomena that are inherent to dynamic updating of applications...

  4. 2014 Runtime Systems Summit. Runtime Systems Report

    Energy Technology Data Exchange (ETDEWEB)

    Sarkar, Vivek [US Dept. of Energy, Washington, DC (United States); Budimlic, Zoran [US Dept. of Energy, Washington, DC (United States); Kulkani, Milind [US Dept. of Energy, Washington, DC (United States)

    2016-09-19

    This report summarizes runtime system challenges for exascale computing, that follow from the fundamental challenges for exascale systems that have been well studied in past reports, e.g., [6, 33, 34, 32, 24]. Some of the key exascale challenges that pertain to runtime systems include parallelism, energy efficiency, memory hierarchies, data movement, heterogeneous processors and memories, resilience, performance variability, dynamic resource allocation, performance portability, and interoperability with legacy code. In addition to summarizing these challenges, the report also outlines different approaches to addressing these significant challenges that have been pursued by research projects in the DOE-sponsored X-Stack and OS/R programs. Since there is often confusion as to what exactly the term “runtime system” refers to in the software stack, we include a section on taxonomy to clarify the terminology used by participants in these research projects. In addition, we include a section on deployment opportunities for vendors and government labs to build on the research results from these projects. Finally, this report is also intended to provide a framework for discussing future research and development investments for exascale runtime systems, and for clarifying the role of runtime systems in exascale software.

  5. Using Runtime Systems Tools to Implement Efficient Preconditioners for Heterogeneous Architectures

    Directory of Open Access Journals (Sweden)

    Roussel Adrien

    2016-11-01

    Full Text Available Solving large sparse linear systems is a time-consuming step in basin modeling or reservoir simulation. The choice of a robust preconditioner strongly impact the performance of the overall simulation. Heterogeneous architectures based on General Purpose computing on Graphic Processing Units (GPGPU or many-core architectures introduce programming challenges which can be managed in a transparent way for developer with the use of runtime systems. Nevertheless, algorithms need to be well suited for these massively parallel architectures. In this paper, we present preconditioning techniques which enable to take advantage of emerging architectures. We also present our task-based implementations through the use of the HARTS (Heterogeneous Abstract RunTime System runtime system, which aims to manage the recent architectures. We focus on two preconditoners. The first is ILU(0 preconditioner implemented on distributing memory systems. The second one is a multi-level domain decomposition method implemented on a shared-memory system. Obtained results are then presented on corresponding architectures, which open the way to discuss on the scalability of such methods according to numerical performances while keeping in mind that the next step is to propose a massively parallel implementations of these techniques.

  6. Adaptive runtime for a multiprocessing API

    Science.gov (United States)

    Antao, Samuel F.; Bertolli, Carlo; Eichenberger, Alexandre E.; O'Brien, John K.

    2016-11-15

    A computer-implemented method includes selecting a runtime for executing a program. The runtime includes a first combination of feature implementations, where each feature implementation implements a feature of an application programming interface (API). Execution of the program is monitored, and the execution uses the runtime. Monitor data is generated based on the monitoring. A second combination of feature implementations are selected, by a computer processor, where the selection is based at least in part on the monitor data. The runtime is modified by activating the second combination of feature implementations to replace the first combination of feature implementations.

  7. Architecture Support for Runtime Integration and Verification of Component-based Systems of Systems

    NARCIS (Netherlands)

    Gonzalez, A.; Piel, E.; Gross, H.G.

    2008-01-01

    Preprint of paper published in: ASE 2008 - 23rd IEEE/ACM International Conference on Automated Software Engineering, 15-19 September 2008; doi:10.1109/ASEW.2008.4686292 Systems-of-Systems (SoS) represent a novel kind of system, for which runtime evolution is a key requirement, as components join and

  8. A Model for Collaborative Runtime Verification

    NARCIS (Netherlands)

    Testerink, Bas; Bulling, Nils; Dastani, Mehdi

    2015-01-01

    Runtime verification concerns checking whether a system execution satisfies a given property. In this paper we propose a model for collaborative runtime verification where a network of local monitors collaborates in order to verify properties of the system. A local monitor has only a local view on

  9. RUNTIME DICTIONARIES FOR ROOT

    CERN Document Server

    Wind, David Kofoed

    2013-01-01

    ROOT is the LHC physicists' common tool for data analysis; almost all data is stored using ROOT's I/O system. This system benefits from a custom description of types (a so-called dictionary) that is optimised for the I/O. Until now, the dictionary cannot be provided at run-time; it needs to be prepared in a separate prerequisite step. This project will move the generation of the dictionary to run-time, making use of ROOT 6's new just-in-time compiler. It allows a more dynamic and natural access to ROOT's I/O features especially for user code.

  10. Hawk: A Runtime System for Partitioned Objects

    NARCIS (Netherlands)

    Ben Hassen, S.; Bal, H.E.; Tanenbaum, A.S.

    1997-01-01

    Hawk is a language-independent runtime system for writing data-parallel programs using partitioned objects. A partitioned object is a multidimensional array of elements that can be partitioned and distributed by the programmer. The Hawk runtime system uses the user-defined partitioning of objects

  11. Runtime Verification Through Forward Chaining

    Directory of Open Access Journals (Sweden)

    Alan Perotti

    2014-12-01

    Full Text Available In this paper we present a novel rule-based approach for Runtime Verification of FLTL properties over finite but expanding traces. Our system exploits Horn clauses in implication form and relies on a forward chaining-based monitoring algorithm. This approach avoids the branching structure and exponential complexity typical of tableaux-based formulations, creating monitors with a single state and a fixed number of rules. This allows for a fast and scalable tool for Runtime Verification: we present the technical details together with a working implementation.

  12. A Runtime System for Interactive Web Services

    DEFF Research Database (Denmark)

    Brabrand, Claus; Møller, Anders; Sandholm, Anders

    1999-01-01

    Interactive web services are increasingly replacing traditional static web pages. Producing web services seems to require a tremendous amount of laborious low-level coding due to the primitive nature of CGI programming. We present ideas for an improved runtime system for interactive web services ...... built on top of CGI running on virtually every combination of browser and HTTP/CGI server. The runtime system has been implemented and used extensively in , a tool for producing interactive web services.......Interactive web services are increasingly replacing traditional static web pages. Producing web services seems to require a tremendous amount of laborious low-level coding due to the primitive nature of CGI programming. We present ideas for an improved runtime system for interactive web services...

  13. Error-transparent evolution: the ability of multi-body interactions to bypass decoherence

    International Nuclear Information System (INIS)

    Vy, Os; Jacobs, Kurt; Wang Xiaoting

    2013-01-01

    We observe that multi-body interactions, unlike two-body interactions, can implement any unitary operation on an encoded system in such a way that the evolution is uninterrupted by noise that the encoding is designed to protect against. Such ‘error-transparent’ evolution is distinct from that usually considered in quantum computing, as the latter is merely correctable. We prove that the minimum body-ness required to protect (i) a qubit from a single type of Pauli error, (ii) a target qubit from a controller with such errors and (iii) a single qubit from all errors is three-body, four-body and five-body, respectively. We also discuss applications to computing, coherent feedback control and quantum metrology. Finally, we evaluate the performance of error-transparent evolution for some examples using numerical simulations. (paper)

  14. Runtime analysis of the 1-ANT ant colony optimizer

    DEFF Research Database (Denmark)

    Doerr, Benjamin; Neumann, Frank; Sudholt, Dirk

    2011-01-01

    The runtime analysis of randomized search heuristics is a growing field where, in the last two decades, many rigorous results have been obtained. First runtime analyses of ant colony optimization (ACO) have been conducted only recently. In these studies simple ACO algorithms such as the 1-ANT...... that give us a more detailed impression of the 1-ANT’s performance. Furthermore, the experiments also deal with the question whether using many ant solutions in one iteration can decrease the total runtime....

  15. Runtime Performance Monitoring Tool for RTEMS System Software

    Science.gov (United States)

    Cho, B.; Kim, S.; Park, H.; Kim, H.; Choi, J.; Chae, D.; Lee, J.

    2007-08-01

    RTEMS is a commercial-grade real-time operating system that supports multi-processor computers. However, there are not many development tools for RTEMS. In this paper, we report new RTEMS-based runtime performance monitoring tool. We have implemented a light weight runtime monitoring task with an extension to the RTEMS APIs. Using our tool, software developers can verify various performance- related parameters during runtime. Our tool can be used during software development phase and in-orbit operation as well. Our implemented target agent is light weight and has small overhead using SpaceWire interface. Efforts to reduce overhead and to add other monitoring parameters are currently under research.

  16. Run-time verification of behavioural conformance for conversational web services

    OpenAIRE

    Dranidis, Dimitris; Ramollari, Ervin; Kourtesis, Dimitrios

    2009-01-01

    Web services exposing run-time behaviour that deviates from their behavioural specifications represent a major threat to the sustainability of a service-oriented ecosystem. It is therefore critical to verify the behavioural conformance of services during run-time. This paper discusses a novel approach for run-time verification of Web services. It proposes the utilisation of Stream X-machines for constructing formal behavioural specifications of Web services which can be exploited for verifyin...

  17. A Runtime System for Interactive Web Services

    DEFF Research Database (Denmark)

    Brabrand, Claus; Møller, Anders; Sandholm, Anders

    1999-01-01

    Interactive web services are increasingly replacing traditional static web pages. Producing web services seems to require a tremendous amount of laborious low-level coding due to the primitive nature of CGI programming. We present ideas for an improved runtime system for interactive web services...... built on top of CGI running on virtually every combination of browser and HTTP/CGI server. The runtime system has been implemented and used extensively in , a tool for producing interactive web services....

  18. Runtime Testability in Dynamic Highly-Availability Component-based Systems

    NARCIS (Netherlands)

    Gonzalez, A.; Piel, E.; Gross, H.G.; Van Gemund, A.J.C.

    2010-01-01

    Runtime testing is emerging as the solution for the integration and assessment of highly dynamic, high availability software systems where traditional development-time integration testing cannot be performed. A prerequisite for runtime testing is the knowledge about to which extent the system can be

  19. Component-Based Development of Runtime Observers in the COMDES Framework

    DEFF Research Database (Denmark)

    Guan, Wei; Li, Gang; Angelov, Christo K.

    2013-01-01

    against formally specified properties. This paper presents a component-based design method for runtime observers in the context of COMDES framework—a component-based framework for distributed embedded system and its supporting tools. Therefore, runtime verification is facilitated by model......Formal verification methods, such as exhaustive model checking, are often infeasible because of high computational complexity. Runtime observers (monitors) provide an alternative, light-weight verification method, which offers a non-exhaustive but still feasible approach to monitor system behavior...

  20. Highly Accurate Prediction of Jobs Runtime Classes

    OpenAIRE

    Reiner-Benaim, Anat; Grabarnick, Anna; Shmueli, Edi

    2016-01-01

    Separating the short jobs from the long is a known technique to improve scheduling performance. In this paper we describe a method we developed for accurately predicting the runtimes classes of the jobs to enable this separation. Our method uses the fact that the runtimes can be represented as a mixture of overlapping Gaussian distributions, in order to train a CART classifier to provide the prediction. The threshold that separates the short jobs from the long jobs is determined during the ev...

  1. The Co-evolution of Technologies and Markets - On Market Transparency in Nanotech Evolution

    DEFF Research Database (Denmark)

    Andersen, Maj Munch

    and the environment associated with nanotechnology. There are some early indications that firms are developing new nano strategies where nano activities increasingly are treated discretely. The paper investigates these trends using the flat glass industry as case based on bibliometric studies and other company......This paper suggests to look into the market formation processes related to emerging technologies, using nanotechnology as a case. This is in contrast to the usual focus on knowledge generation aspects when analyzing technology evolution in evolutionary economic research. Although nanotechnology...... communication as well as in depth case analyses. The paper concludes tentatively that while the market for nano products seems to approach commercialization it is becoming still less transparent. This may have important implications for the further commercialization of nanotechnology, which are discussed...

  2. A comparative critical analysis of modern task-parallel runtimes.

    Energy Technology Data Exchange (ETDEWEB)

    Wheeler, Kyle Bruce; Stark, Dylan; Murphy, Richard C.

    2012-12-01

    The rise in node-level parallelism has increased interest in task-based parallel runtimes for a wide array of application areas. Applications have a wide variety of task spawning patterns which frequently change during the course of application execution, based on the algorithm or solver kernel in use. Task scheduling and load balance regimes, however, are often highly optimized for specific patterns. This paper uses four basic task spawning patterns to quantify the impact of specific scheduling policy decisions on execution time. We compare the behavior of six publicly available tasking runtimes: Intel Cilk, Intel Threading Building Blocks (TBB), Intel OpenMP, GCC OpenMP, Qthreads, and High Performance ParalleX (HPX). With the exception of Qthreads, the runtimes prove to have schedulers that are highly sensitive to application structure. No runtime is able to provide the best performance in all cases, and those that do provide the best performance in some cases, unfortunately, provide extremely poor performance when application structure does not match the schedulers assumptions.

  3. The Causes of Fiscal Transparency

    DEFF Research Database (Denmark)

    Alt, James E.; Lassen, David Dreyer; Rose, Shanna

    We use unique panel data on the evolution of transparent budget procedures in the American states over the past three decades to explore the political and economic determinants of fiscal transparency. Our case studies and quantitative analysis suggest that both politics and fiscal policy outcomes...... influence the level of transparency. More equal political competition and power sharing are associated with both greater levels of fiscal transparency and increases in fiscal transparency during the sample period. Political polarization and past fiscal conditions, in particular state government debt...... and budget imbalance, also appear to affect the level of transparency...

  4. Preventing Run-Time Bugs at Compile-Time Using Advanced C++

    Energy Technology Data Exchange (ETDEWEB)

    Neswold, Richard [Fermilab

    2018-01-01

    When writing software, we develop algorithms that tell the computer what to do at run-time. Our solutions are easier to understand and debug when they are properly modeled using class hierarchies, enumerations, and a well-factored API. Unfortunately, even with these design tools, we end up having to debug our programs at run-time. Worse still, debugging an embedded system changes its dynamics, making it tough to find and fix concurrency issues. This paper describes techniques using C++ to detect run-time bugs *at compile time*. A concurrency library, developed at Fermilab, is used for examples in illustrating these techniques.

  5. Matrices over runtime systems at exascale

    KAUST Repository

    Agullo, Emmanuel

    2012-11-01

    The goal of Matrices Over Runtime Systems at Exascale (MORSE) project is to design dense and sparse linear algebra methods that achieve the fastest possible time to an accurate solution on large-scale multicore systems with GPU accelerators, using all the processing power that future high end systems can make available. In this poster, we propose a framework for describing linear algebra algorithms at a high level of abstraction and delegating the actual execution to a runtime system in order to design software whose performance is portable accross architectures. We illustrate our methodology on three classes of problems: dense linear algebra, sparse direct methods and fast multipole methods. The resulting codes have been incorporated into Magma, Pastix and ScalFMM solvers, respectively. © 2012 IEEE.

  6. Quantified Event Automata: Towards Expressive and Efficient Runtime Monitors

    Science.gov (United States)

    Barringer, Howard; Falcone, Ylies; Havelund, Klaus; Reger, Giles; Rydeheard, David

    2012-01-01

    Runtime verification is the process of checking a property on a trace of events produced by the execution of a computational system. Runtime verification techniques have recently focused on parametric specifications where events take data values as parameters. These techniques exist on a spectrum inhabited by both efficient and expressive techniques. These characteristics are usually shown to be conflicting - in state-of-the-art solutions, efficiency is obtained at the cost of loss of expressiveness and vice-versa. To seek a solution to this conflict we explore a new point on the spectrum by defining an alternative runtime verification approach.We introduce a new formalism for concisely capturing expressive specifications with parameters. Our technique is more expressive than the currently most efficient techniques while at the same time allowing for optimizations.

  7. Post-silicon and runtime verification for modern processors

    CERN Document Server

    Wagner, Ilya

    2010-01-01

    The purpose of this book is to survey the state of the art and evolving directions in post-silicon and runtime verification. The authors start by giving an overview of the state of the art in verification, particularly current post-silicon methodologies in use in the industry, both for the domain of processor pipeline design and for memory subsystems. They then dive into the presentation of several new post-silicon verification solutions aimed at boosting the verification coverage of modern processors, dedicating several chapters to this topic. The presentation of runtime verification solution

  8. A Runtime Testability Metric for Dynamic High-Availability Component-based Systems

    NARCIS (Netherlands)

    Gonzales-Sanchez, A.; Piel, E.A.B.; Gross, H.G.; Van Gemund, A.J.C.

    2011-01-01

    Runtime testing is emerging as the solution for the integration and assessment of highly dynamic, high availability software systems where traditional development-time integration testing cannot be performed. A prerequisite for runtime testing is the knowledge about to which extent the system can be

  9. Generation of Transparent Oxygen Evolution Electrode Consisting of Regularly Ordered Nanoparticles from Self-Assembly Cobalt Phthalocyanine as a Template

    KAUST Repository

    Ziani, Ahmed; Shinagawa, Tatsuya; Stegenburga, Liga; Takanabe, Kazuhiro

    2016-01-01

    of the nanoparticles, and transparency of the catalysts. In this study, we present a systematic study of the structural and optical properties, surface morphologies, and electrochemical oxygen evolution reaction (OER) performance of cobalt oxide prepared from a

  10. Matrices over runtime systems at exascale

    KAUST Repository

    Agullo, Emmanuel; Bosilca, George; Bramas, Bé renger; Castagnede, Cedric; Coulaud, Olivier; Darve, Eric F.; Dongarra, Jack; Faverge, Mathieu; Furmento, Nathalie; Giraud, Luc; Lacoste, Xavier; Langou, Julien; Ltaief, Hatem; Messner, Matthias; Namyst, Raymond; Ramet, Pierre; Takahashi, Toru; Thibault, Samuel; Tomov, Stanimire Z.; Yamazaki, Ichitaro

    2012-01-01

    all the processing power that future high end systems can make available. In this poster, we propose a framework for describing linear algebra algorithms at a high level of abstraction and delegating the actual execution to a runtime system in order

  11. Static Extraction of Object-Oriented Runtime Architectures

    National Research Council Canada - National Science Library

    Abi-Antoun, Marwan; Aldrich, Jonathan

    2008-01-01

    .... But it is hard to statically extract runtime object graphs that provide architectural abstraction from an arbitrary program written in a general purpose language that follows common design idioms...

  12. Radical Transparency in Journalism: Digital Evolutions from Historical Precedents

    Directory of Open Access Journals (Sweden)

    Luke Justin Heemsbergen

    2013-06-01

    Full Text Available This paper argues that transparency projects retain a political hue from the social-technological context from which they are created. Thus, radical transparency is considered as an opportunity to evolve both journalistic and democratic practices. Transparency in practice reveals diverse expectations of how journalists reporting should be used, and these expectations in turn, seem dependent on specific worldviews. This paper presents a comparative analysis of the effects of the current exemplar of radical journalism, WikiLeaks. It compares Wikileaks to its historical equivalents, including Hansard in the 18th century, and the reporting of open diplomacy in the early 20th century. This analysis shows how journalism evolves along with radical transparency projects, and how the current context of networked radical transparency can, and will, be made into news with specific political effects. In conclusion, this paper argues that practitioners should be aware of the political hues that new transparency mechanisms afford. Being cognizant of context and design choices can increase the degree to which new initiatives can have a deep systemic impact—as well as acknowledge the qualities and repercussions of that impact.

  13. Using Runtime Analysis to Guide Model Checking of Java Programs

    Science.gov (United States)

    Havelund, Klaus; Norvig, Peter (Technical Monitor)

    2001-01-01

    This paper describes how two runtime analysis algorithms, an existing data race detection algorithm and a new deadlock detection algorithm, have been implemented to analyze Java programs. Runtime analysis is based on the idea of executing the program once. and observing the generated run to extract various kinds of information. This information can then be used to predict whether other different runs may violate some properties of interest, in addition of course to demonstrate whether the generated run itself violates such properties. These runtime analyses can be performed stand-alone to generate a set of warnings. It is furthermore demonstrated how these warnings can be used to guide a model checker, thereby reducing the search space. The described techniques have been implemented in the b e grown Java model checker called PathFinder.

  14. Runtime Concepts of Hierarchical Software Components

    Czech Academy of Sciences Publication Activity Database

    Bureš, Tomáš; Hnětynka, P.; Plášil, František

    2007-01-01

    Roč. 8, special (2007), s. 454-463 ISSN 1525-9293 R&D Projects: GA AV ČR 1ET400300504 Institutional research plan: CEZ:AV0Z10300504 Keywords : component-based development * hierarchical components * connectors * controlers * runtime environment Subject RIV: JC - Computer Hardware ; Software

  15. An Analytical Framework for Runtime of a Class of Continuous Evolutionary Algorithms

    Directory of Open Access Journals (Sweden)

    Yushan Zhang

    2015-01-01

    Full Text Available Although there have been many studies on the runtime of evolutionary algorithms in discrete optimization, relatively few theoretical results have been proposed on continuous optimization, such as evolutionary programming (EP. This paper proposes an analysis of the runtime of two EP algorithms based on Gaussian and Cauchy mutations, using an absorbing Markov chain. Given a constant variation, we calculate the runtime upper bound of special Gaussian mutation EP and Cauchy mutation EP. Our analysis reveals that the upper bounds are impacted by individual number, problem dimension number n, searching range, and the Lebesgue measure of the optimal neighborhood. Furthermore, we provide conditions whereby the average runtime of the considered EP can be no more than a polynomial of n. The condition is that the Lebesgue measure of the optimal neighborhood is larger than a combinatorial calculation of an exponential and the given polynomial of n.

  16. Run-Time and Compiler Support for Programming in Adaptive Parallel Environments

    Directory of Open Access Journals (Sweden)

    Guy Edjlali

    1997-01-01

    Full Text Available For better utilization of computing resources, it is important to consider parallel programming environments in which the number of available processors varies at run-time. In this article, we discuss run-time support for data-parallel programming in such an adaptive environment. Executing programs in an adaptive environment requires redistributing data when the number of processors changes, and also requires determining new loop bounds and communication patterns for the new set of processors. We have developed a run-time library to provide this support. We discuss how the run-time library can be used by compilers of high-performance Fortran (HPF-like languages to generate code for an adaptive environment. We present performance results for a Navier-Stokes solver and a multigrid template run on a network of workstations and an IBM SP-2. Our experiments show that if the number of processors is not varied frequently, the cost of data redistribution is not significant compared to the time required for the actual computation. Overall, our work establishes the feasibility of compiling HPF for a network of nondedicated workstations, which are likely to be an important resource for parallel programming in the future.

  17. TENCompetence Learning Design Runtime v.1.3

    NARCIS (Netherlands)

    Sharples, Paul; Beauvoir, Phillip; Cherian, Roy; Griffiths, David; Gueorguiev, Atenas; Hernández-Leo, Davinia; Melero, Javier; Miao, Yongwu; Santos, Patricia; Wilson, Scott

    2009-01-01

    These server applications provide runtime support for IMS-LD Units of Learning, widget based services for Units of Learning, and IMS-QTI. Available under the three clause BSD licence, Copyright TENCompetence Foundation. The used CopperCore service has a GPL license.

  18. Combining monitoring with run-time assertion checking

    NARCIS (Netherlands)

    Gouw, Stijn de

    2013-01-01

    We develop a new technique for Run-time Checking for two object-oriented languages: Java and the Abstract Behavioral Specification language ABS. In object-oriented languages, objects communicate by sending each other messages. Assuming encapsulation, the behavior of objects is completely

  19. Substantive Transparency Requirements in International Investment Law

    NARCIS (Netherlands)

    Pohl, Jens Hillebrand

    2017-01-01

    Few concepts in public governance evoke a more positive sentiment than transparency. Whether ultimately grounded in expediency or morality, transparency has emerged out of its municipal origins and been received at the international plane. This article examines the current state of evolution of the

  20. Temporal logic runtime verification of dynamic systems

    CSIR Research Space (South Africa)

    Seotsanyana, M

    2010-07-01

    Full Text Available , this paper provides a novel framework that automatically and verifiably monitors these systems at runtime. The main aim of the framework is to assist the operator through witnesses and counterexamples that are generated during the execution of the system...

  1. Adaptive Embedded Systems – Challenges of Run-Time Resource Management

    DEFF Research Database (Denmark)

    Understanding and efficiently controlling the dynamic behavior of adaptive embedded systems is a challenging endavor. The challenges come from the often very complicated interplay between the application, the application mapping, and the underlying hardware architecture. With MPSoC, we have...... the technology to design and fabricate dynamically reconfigurable hardware platforms. However, such platforms will pose new challenges to tools and methods to efficiently explore these platforms at run-time. This talk will address some of the challenges of run-time resource management in adaptive embedded...... systems....

  2. Implementing Run-Time Evaluation of Distributed Timing Constraints in a Real-Time Environment

    DEFF Research Database (Denmark)

    Kristensen, C. H.; Drejer, N.

    1994-01-01

    In this paper we describe a solution to the problem of implementing run-time evaluation of timing constraints in distributed real-time environments......In this paper we describe a solution to the problem of implementing run-time evaluation of timing constraints in distributed real-time environments...

  3. Compilation time analysis to minimize run-time overhead in preemptive scheduling on multiprocessors

    Science.gov (United States)

    Wauters, Piet; Lauwereins, Rudy; Peperstraete, J.

    1994-10-01

    This paper describes a scheduling method for hard real-time Digital Signal Processing (DSP) applications, implemented on a multi-processor. Due to the very high operating frequencies of DSP applications (typically hundreds of kHz) runtime overhead should be kept as small as possible. Because static scheduling introduces very little run-time overhead it is used as much as possible. Dynamic pre-emption of tasks is allowed if and only if it leads to better performance in spite of the extra run-time overhead. We essentially combine static scheduling with dynamic pre-emption using static priorities. Since we are dealing with hard real-time applications we must be able to guarantee at compile-time that all timing requirements will be satisfied at run-time. We will show that our method performs at least as good as any static scheduling method. It also reduces the total amount of dynamic pre-emptions compared with run time methods like deadline monotonic scheduling.

  4. AMRZone: A Runtime AMR Data Sharing Framework For Scientific Applications

    Energy Technology Data Exchange (ETDEWEB)

    Zhang, Wenzhao; Tang, Houjun; Harenberg, Steven; Byna, Suren; Zou, Xiaocheng; Devendran, Dharshi; Martin, Daniel; Wu, Kesheng; Dong, Bin; Klasky, Scott; Samatova, Nagiza

    2017-08-31

    Frameworks that facilitate runtime data sharing across multiple applications are of great importance for scientific data analytics. Although existing frameworks work well over uniform mesh data, they can not effectively handle adaptive mesh refinement (AMR) data. Among the challenges to construct an AMR-capable framework include: (1) designing an architecture that facilitates online AMR data management; (2) achieving a load-balanced AMR data distribution for the data staging space at runtime; and (3) building an effective online index to support the unique spatial data retrieval requirements for AMR data. Towards addressing these challenges to support runtime AMR data sharing across scientific applications, we present the AMRZone framework. Experiments over real-world AMR datasets demonstrate AMRZone's effectiveness at achieving a balanced workload distribution, reading/writing large-scale datasets with thousands of parallel processes, and satisfying queries with spatial constraints. Moreover, AMRZone's performance and scalability are even comparable with existing state-of-the-art work when tested over uniform mesh data with up to 16384 cores; in the best case, our framework achieves a 46% performance improvement.

  5. Meta-Level Runtime Feature Awareness for Java

    DEFF Research Database (Denmark)

    Olszak, Andrzej; Jensen, Martin Lykke Rytter; Jørgensen, Bo Nørregaard

    2011-01-01

    introduce the concept of runtime feature awareness that enables a running program to establish and make use of its own feature-code traceability links. We present an implementation of this idea, a dynamic-analysis Java library called JAwareness. JAwareness provides a meta-level architecture that can be non...

  6. Runtime Detection of C-Style Errors in UPC Code

    Energy Technology Data Exchange (ETDEWEB)

    Pirkelbauer, P; Liao, C; Panas, T; Quinlan, D

    2011-09-29

    Unified Parallel C (UPC) extends the C programming language (ISO C 99) with explicit parallel programming support for the partitioned global address space (PGAS), which provides a global memory space with localized partitions to each thread. Like its ancestor C, UPC is a low-level language that emphasizes code efficiency over safety. The absence of dynamic (and static) safety checks allows programmer oversights and software flaws that can be hard to spot. In this paper, we present an extension of a dynamic analysis tool, ROSE-Code Instrumentation and Runtime Monitor (ROSECIRM), for UPC to help programmers find C-style errors involving the global address space. Built on top of the ROSE source-to-source compiler infrastructure, the tool instruments source files with code that monitors operations and keeps track of changes to the system state. The resulting code is linked to a runtime monitor that observes the program execution and finds software defects. We describe the extensions to ROSE-CIRM that were necessary to support UPC. We discuss complications that arise from parallel code and our solutions. We test ROSE-CIRM against a runtime error detection test suite, and present performance results obtained from running error-free codes. ROSE-CIRM is released as part of the ROSE compiler under a BSD-style open source license.

  7. MESA: Message-Based System Analysis Using Runtime Verification

    Science.gov (United States)

    Shafiei, Nastaran; Tkachuk, Oksana; Mehlitz, Peter

    2017-01-01

    In this paper, we present a novel approach and framework for run-time verication of large, safety critical messaging systems. This work was motivated by verifying the System Wide Information Management (SWIM) project of the Federal Aviation Administration (FAA). SWIM provides live air traffic, site and weather data streams for the whole National Airspace System (NAS), which can easily amount to several hundred messages per second. Such safety critical systems cannot be instrumented, therefore, verification and monitoring has to happen using a nonintrusive approach, by connecting to a variety of network interfaces. Due to a large number of potential properties to check, the verification framework needs to support efficient formulation of properties with a suitable Domain Specific Language (DSL). Our approach is to utilize a distributed system that is geared towards connectivity and scalability and interface it at the message queue level to a powerful verification engine. We implemented our approach in the tool called MESA: Message-Based System Analysis, which leverages the open source projects RACE (Runtime for Airspace Concept Evaluation) and TraceContract. RACE is a platform for instantiating and running highly concurrent and distributed systems and enables connectivity to SWIM and scalability. TraceContract is a runtime verication tool that allows for checking traces against properties specified in a powerful DSL. We applied our approach to verify a SWIM service against several requirements.We found errors such as duplicate and out-of-order messages.

  8. Rule Systems for Runtime Verification: A Short Tutorial

    Science.gov (United States)

    Barringer, Howard; Havelund, Klaus; Rydeheard, David; Groce, Alex

    In this tutorial, we introduce two rule-based systems for on and off-line trace analysis, RuleR and LogScope. RuleR is a conditional rule-based system, which has a simple and easily implemented algorithm for effective runtime verification, and into which one can compile a wide range of temporal logics and other specification formalisms used for runtime verification. Specifications can be parameterized with data, or even with specifications, allowing for temporal logic combinators to be defined. We outline a number of simple syntactic extensions of core RuleR that can lead to further conciseness of specification but still enabling easy and efficient implementation. RuleR is implemented in Java and we will demonstrate its ease of use in monitoring Java programs. LogScope is a derivation of RuleR adding a simple very user-friendly temporal logic. It was developed in Python, specifically for supporting testing of spacecraft flight software for NASA’s next 2011 Mars mission MSL (Mars Science Laboratory). The system has been applied by test engineers to analysis of log files generated by running the flight software. Detailed logging is already part of the system design approach, and hence there is no added instrumentation overhead caused by this approach. While post-mortem log analysis prevents the autonomous reaction to problems possible with traditional runtime verification, it provides a powerful tool for test automation. A new system is being developed that integrates features from both RuleR and LogScope.

  9. Design Flow Instantiation for Run-Time Reconfigurable Systems: A Case Study

    Directory of Open Access Journals (Sweden)

    Yang Qu

    2007-12-01

    Full Text Available Reconfigurable system is a promising alternative to deliver both flexibility and performance at the same time. New reconfigurable technologies and technology-dependent tools have been developed, but a complete overview of the whole design flow for run-time reconfigurable systems is missing. In this work, we present a design flow instantiation for such systems using a real-life application. The design flow is roughly divided into two parts: system level and implementation. At system level, our supports for hardware resource estimation and performance evaluation are applied. At implementation level, technology-dependent tools are used to realize the run-time reconfiguration. The design case is part of a WCDMA decoder on a commercially available reconfigurable platform. The results show that using run-time reconfiguration can save over 40% area when compared to a functionally equivalent fixed system and achieve 30 times speedup in processing time when compared to a functionally equivalent pure software design.

  10. Integrating software testing and run-time checking in an assertion verification framework

    OpenAIRE

    Mera, E.; López García, Pedro; Hermenegildo, Manuel V.

    2009-01-01

    We have designed and implemented a framework that unifies unit testing and run-time verification (as well as static verification and static debugging). A key contribution of our approach is that a unified assertion language is used for all of these tasks. We first propose methods for compiling runtime checks for (parts of) assertions which cannot be verified at compile-time via program transformation. This transformation allows checking preconditions and postconditions, including conditional...

  11. Profile-driven regression for modeling and runtime optimization of mobile networks

    DEFF Research Database (Denmark)

    McClary, Dan; Syrotiuk, Violet; Kulahci, Murat

    2010-01-01

    Computer networks often display nonlinear behavior when examined over a wide range of operating conditions. There are few strategies available for modeling such behavior and optimizing such systems as they run. Profile-driven regression is developed and applied to modeling and runtime optimization...... of throughput in a mobile ad hoc network, a self-organizing collection of mobile wireless nodes without any fixed infrastructure. The intermediate models generated in profile-driven regression are used to fit an overall model of throughput, and are also used to optimize controllable factors at runtime. Unlike...

  12. ASC ATDM Level 2 Milestone #5325: Asynchronous Many-Task Runtime System Analysis and Assessment for Next Generation Platforms.

    Energy Technology Data Exchange (ETDEWEB)

    Baker, Gavin Matthew; Bettencourt, Matthew Tyler; Bova, Steven W.; Franko, Ken; Gamell, Marc; Grant, Ryan; Hammond, Simon David; Hollman, David S; Knight, Samuel; Kolla, Hemanth; Lin, Paul; Olivier, Stephen Lecler; Sjaardema, Gregory D.; Slattengren, Nicole Lemaster; Teranishi, Keita; Wilke, Jeremiah J; Bennett, Janine Camille; Clay, Robert L.; Kale, Laxkimant; Jain, Nikhil; Mikida, Eric; Aiken, Alex; Bauer, Michael; Lee, Wonchan; Slaughter, Elliott; Treichler, Sean; Berzins, Martin; Harman, Todd; Humphreys, Alan; Schmidt, John; Sunderland, Dan; Mccormick, Pat; Gutierrez, Samuel; Shulz, Martin; Gamblin, Todd; Bremer, Peer-Timo

    2015-09-01

    This report provides in-depth information and analysis to help create a technical road map for developing next- generation Orogramming mocleN and runtime systemsl that support Advanced Simulation and Computing (ASC) work- load requirements. The focus herein is on 4synchronous many-task (AMT) model and runtime systems, which are of great interest in the context of "Oriascale7 computing, as they hold the promise to address key issues associated with future extreme-scale computer architectures. This report includes a thorough qualitative and quantitative examination of three best-of-class AIM] runtime systemsHCharm-HE, Legion, and Uintah, all of which are in use as part of the Centers. The studies focus on each of the runtimes' programmability, performance, and mutability. Through the experiments and analysis presented, several overarching Predictive Science Academic Alliance Program II (PSAAP-II) Ascl findings emerge. From a performance perspective, AIVT11runtimes show tremendous potential for addressing extreme- scale challenges. Empirical studies show an AM11 runtime can mitigate performance heterogeneity inherent to the machine itself and that Message Passing Interface (MP1) and AM11runtimes perform comparably under balanced con- ditions. From a programmability and mutability perspective however, none of the runtimes in this study are currently ready for use in developing production-ready Sandia ASCIapplications. The report concludes by recommending a co- design path forward, wherein application, programming model, and runtime system developers work together to define requirements and solutions. Such a requirements-driven co-design approach benefits the community as a whole, with widespread community engagement mitigating risk for both application developers developers. and high-performance computing inntime systein

  13. Establish and Evaluate Ada Runtime Features of Interest for Real-Time Systems

    Science.gov (United States)

    1989-02-15

    Runtime Features of Interest for Real - Time Systems -,-. CLEARED POR :)E,4 pUEL tCATLON SEP 2 0 19E19 ,CETM ORP t ’R RE LOO O Nt-U~HM- ANDQ SECURITY...ESTABLISH AND EVALUATE py ADA RUNTIME FEATURES OF INTEREST FOR REAL - TIME SYSTEMS CONTRACT NUMBER: MDA 903-87-D-0056 IITRI PROJECT NUMBER: T06168 PREPARED...2 2.0 SELECTION PROCESS OVERVIEW .................................... 3 2.1 REAL - TIME SYSTEMS IDENTIFICATION ........................... 4 2.2

  14. Hybrid static-runtime information flow and declassification enforcement

    NARCIS (Netherlands)

    Pontes Soares Rocha, B.; Conti, M.; Etalle, S.; Crispo, B.

    2013-01-01

    There are different paradigms for enforcing information flow and declassification policies. These approaches can be divided into static analyzers and runtime enforcers. Each class has its own strengths and weaknesses, each being able to enforce a different set of policies. In this paper we introduce

  15. Hybrid static-runtime information flow and declassification enforcement

    NARCIS (Netherlands)

    Rocha, Bruno P.S.; Conti, Mauro; Etalle, Sandro; Crispo, Bruno

    There are different paradigms for enforcing information flow and declassification policies. These approaches can be divided into static analyzers and runtime enforcers. Each class has its own strengths and weaknesses, each being able to enforce a different set of policies. In this paper, we

  16. Runtime Optimizations for Tree-Based Machine Learning Models

    NARCIS (Netherlands)

    N. Asadi; J.J.P. Lin (Jimmy); A.P. de Vries (Arjen)

    2014-01-01

    htmlabstractTree-based models have proven to be an effective solution for web ranking as well as other machine learning problems in diverse domains. This paper focuses on optimizing the runtime performance of applying such models to make predictions, specifically using gradient-boosted regression

  17. Event Composition Model: Achieving Naturalness in Runtime Enforcement

    NARCIS (Netherlands)

    Malakuti Khah Olun Abadi, Somayeh

    2011-01-01

    Runtime enforcement techniques are introduced in the literature to cope with the failures that occur while software is being executed in its target environment. These techniques may also offer diagnosis and recovery actions to respectively identify the causes of the failures and to heal them. Since

  18. A Scala DSL for RETE-Based Runtime Verification

    Science.gov (United States)

    Havelund, Klaus

    2013-01-01

    Runtime verification (RV) consists in part of checking execution traces against formalized specifications. Several systems have emerged, most of which support specification notations based on state machines, regular expressions, temporal logic, or grammars. The field of Artificial Intelligence (AI) has for an even longer period of time studied rule-based production systems, which at a closer look appear to be relevant for RV, although seemingly focused on slightly different application domains, such as for example business processes and expert systems. The core algorithm in many of these systems is the Rete algorithm. We have implemented a Rete-based runtime verification system, named LogFire (originally intended for offline log analysis but also applicable to online analysis), as an internal DSL in the Scala programming language, using Scala's support for defining DSLs. This combination appears attractive from a practical point of view. Our contribution is in part conceptual in arguing that such rule-based frameworks originating from AI may be suited for RV.

  19. Design-time application mapping and platform exploration for MP-SoC customised run-time management

    NARCIS (Netherlands)

    Ykman-Couvreur, Ch.; Nollet, V.; Marescaux, T.M.; Brockmeyer, E.; Catthoor, F.; Corporaal, H.

    2007-01-01

    Abstract: In an Multi-Processor system-on-Chip (MP-SoC) environment, a customized run-time management layer should be incorporated on top of the basic Operating System services to alleviate the run-time decision-making and to globally optimise costs (e.g. energy consumption) across all active

  20. Runtime party switch in an inter-organizational collaboration

    NARCIS (Netherlands)

    Pourmirza, S.

    2016-01-01

    During the execution of an inter-organizational business-to-business (B2B) collaboration, a collaborating party may drop out for technical reasons or for business reasons. In such a case, the leaving party must be replaced, at runtime, by a new party. Ideally, the new party can pick up where the old

  1. Generation of Transparent Oxygen Evolution Electrode Consisting of Regularly Ordered Nanoparticles from Self-Assembly Cobalt Phthalocyanine as a Template

    KAUST Repository

    Ziani, Ahmed

    2016-11-04

    The decoration of (photo)electrodes for efficient photoresponse requires the use of electrocatalysts with good dispersion and high transparency for efficient light absorption by the photoelectrode. As a result of the ease of thermal evaporation and particulate self-assembly growth, the phthalocyanine molecular species can be uniformly deposited layer-by-layer on the surface of substrates. This structure can be used as a template to achieve a tunable amount of catalysts, high dispersion of the nanoparticles, and transparency of the catalysts. In this study, we present a systematic study of the structural and optical properties, surface morphologies, and electrochemical oxygen evolution reaction (OER) performance of cobalt oxide prepared from a phthalocyanine metal precursor. Cobalt phthalocyanine (CoPc) films with different thicknesses were deposited by thermal evaporation on different substrates. The films were annealed at 400 °C in air to form a material with the cobalt oxide phase. The final Co oxide catalysts exhibit high transparency after thermal treatment. Their OER measurements demonstrate well expected mass activity for OER. Thermally evaporated and treated transition metal oxide nanoparticles are attractive for the functionalization of (photo)anodes for water oxidation.

  2. Static and runtime verification, competitors or friends? : (Track summary)

    NARCIS (Netherlands)

    Tiziana, Margaria; Gurov, Dilian; Havelund, Klaus; Bernhard, Steffen; Huisman, Marieke; Monahan, Rosemary; Margaria, Tiziana; Steffen, Bernhard

    2016-01-01

    Over the last years, significant progress has been made both on static and runtime program verification techniques, focusing on increasing the quality of software. Within this track, we would like to investigate how we can leverage these techniques by combining them. Questions that will be addressed

  3. Investigation of Effect of Different Run-Time Distributions on Smartnet Performance

    National Research Council Canada - National Science Library

    Armstrong, Robert

    1997-01-01

    This thesis investigates, using in-line simulation, the effect of non-deterministic runtime distributions on the performance of SmartNet's schedule execution using the Opportunistic Load Balancing (OLB...

  4. Implementació del run-time Nanos++ sobre GMAC

    OpenAIRE

    Solà Vélez, Marçal

    2013-01-01

    L'objectiu d'aquest projecte és la implementació d'una nova versió del runtime Nanos++, desenvolupat al BSC i que dona suport al model de programació OmpSs. La nova versió ha de donar suport a la programació de GPUs, fent ús de la biblioteca GMAC i substituint l'actual implementació basada en CUDA.

  5. An enhanced Ada run-time system for real-time embedded processors

    Science.gov (United States)

    Sims, J. T.

    1991-01-01

    An enhanced Ada run-time system has been developed to support real-time embedded processor applications. The primary focus of this development effort has been on the tasking system and the memory management facilities of the run-time system. The tasking system has been extended to support efficient and precise periodic task execution as required for control applications. Event-driven task execution providing a means of task-asynchronous control and communication among Ada tasks is supported in this system. Inter-task control is even provided among tasks distributed on separate physical processors. The memory management system has been enhanced to provide object allocation and protected access support for memory shared between disjoint processors, each of which is executing a distinct Ada program.

  6. The role of central bank transparency for guiding private sector forecasts

    NARCIS (Netherlands)

    Eijffinger, S.C.W.; Ehrmann, M.; Fratzscher, M.

    2012-01-01

    Central banks have become remarkably more transparent over the last few decades. In this paper, we study the effects of this evolution, focusing on whether enhanced central bank transparency lowers dispersion among professional forecasters of key economic variables. We use a large set of proxies for

  7. Runtime buffer management to improve the performance in irregular ...

    Indian Academy of Sciences (India)

    S¯adhan¯a Vol. 40, Part 4, June 2015, pp. 1117–1137. c Indian Academy of Sciences. Runtime buffer management to improve the performance in irregular Network-on-Chip architecture. UMAMAHESWARI S1,∗, MEGANATHAN D2 and. RAJA PAUL PERINBAM J3. 1Department of Information Technology, Anna University, ...

  8. RiTMO : A Method for Runtime Testability Measurement and Optimisation

    NARCIS (Netherlands)

    Gonzalez, A.; Piel, E.; Gross, H.G.

    2009-01-01

    Version: Accepted as short paper at QSIC 2009. Runtime testing is emerging as the solution for the integration and assessment of highly dynamic, high availability software systems where traditional development-time integration testing is too costly, or cannot be performed. However, in many

  9. Time series characterization of gaming workload for runtime power management

    NARCIS (Netherlands)

    Dietrich, B.; Goswami, D.; Chakraborty, S.; Guha, A.; Gries, M.

    2015-01-01

    Runtime power management using dynamic voltage and frequency scaling (DVFS) has been extensively studied for video processing applications. But there is only a little work on game power management although gaming applications are now widely run on battery-operated portable devices like mobile

  10. General upper bounds on the runtime of parallel evolutionary algorithms.

    Science.gov (United States)

    Lässig, Jörg; Sudholt, Dirk

    2014-01-01

    We present a general method for analyzing the runtime of parallel evolutionary algorithms with spatially structured populations. Based on the fitness-level method, it yields upper bounds on the expected parallel runtime. This allows for a rigorous estimate of the speedup gained by parallelization. Tailored results are given for common migration topologies: ring graphs, torus graphs, hypercubes, and the complete graph. Example applications for pseudo-Boolean optimization show that our method is easy to apply and that it gives powerful results. In our examples the performance guarantees improve with the density of the topology. Surprisingly, even sparse topologies such as ring graphs lead to a significant speedup for many functions while not increasing the total number of function evaluations by more than a constant factor. We also identify which number of processors lead to the best guaranteed speedups, thus giving hints on how to parameterize parallel evolutionary algorithms.

  11. Transparency and control

    International Nuclear Information System (INIS)

    2001-01-01

    After having outlined some lessons learnt after the Chernobyl accident, notably the facts that risk assessment and management were not separated, that radioactivity measurements have suffered from a lack of means and of preparedness, and that there has been few information exchanged between the different concerned countries, this document presents the four international conventions which have been negotiated after this accident (they concern the notification, assistance, safety, safety of fuel management and of radioactive wastes). It discusses the lessons learnt in France, the credibility of information and the confidence in authorities, the evolution of transparency and information in France and in the rest of the World, the transposition of the Arhus Convention in the communautary and national law, the innovating European approaches, and the evolutions in France

  12. Environment Modeling Using Runtime Values for JPF-Android

    Science.gov (United States)

    van der Merwe, Heila; Tkachuk, Oksana; Nel, Seal; van der Merwe, Brink; Visser, Willem

    2015-01-01

    Software applications are developed to be executed in a specific environment. This environment includes external native libraries to add functionality to the application and drivers to fire the application execution. For testing and verification, the environment of an application is simplified abstracted using models or stubs. Empty stubs, returning default values, are simple to generate automatically, but they do not perform well when the application expects specific return values. Symbolic execution is used to find input parameters for drivers and return values for library stubs, but it struggles to detect the values of complex objects. In this work-in-progress paper, we explore an approach to generate drivers and stubs based on values collected during runtime instead of using default values. Entry-points and methods that need to be modeled are instrumented to log their parameters and return values. The instrumented applications are then executed using a driver and instrumented libraries. The values collected during runtime are used to generate driver and stub values on- the-fly that improve coverage during verification by enabling the execution of code that previously crashed or was missed. We are implementing this approach to improve the environment model of JPF-Android, our model checking and analysis tool for Android applications.

  13. Methods of Run-Time Error Detection in Distributed Process Control Software

    DEFF Research Database (Denmark)

    Drejer, N.

    of generic run-time error types, design of methods of observing application software behaviorduring execution and design of methods of evaluating run time constraints. In the definition of error types it is attempted to cover all relevant aspects of the application softwaree behavior. Methods of observation......In this thesis, methods of run-time error detection in application software for distributed process control is designed. The error detection is based upon a monitoring approach in which application software is monitored by system software during the entire execution. The thesis includes definition...... and constraint evaluation is designed for the modt interesting error types. These include: a) semantical errors in data communicated between application tasks; b) errors in the execution of application tasks; and c) errors in the timing of distributed events emitted by the application software. The design...

  14. Thermally-aware composite run-time CPU power models

    OpenAIRE

    Walker, Matthew J.; Diestelhorst, Stephan; Hansson, Andreas; Balsamo, Domenico; Merrett, Geoff V.; Al-Hashimi, Bashir M.

    2016-01-01

    Accurate and stable CPU power modelling is fundamental in modern system-on-chips (SoCs) for two main reasons: 1) they enable significant online energy savings by providing a run-time manager with reliable power consumption data for controlling CPU energy-saving techniques; 2) they can be used as accurate and trusted reference models for system design and exploration. We begin by showing the limitations in typical performance monitoring counter (PMC) based power modelling approaches and illust...

  15. Runtime and Inversion Impacts on Estimation of Moisture Retention Relations by Centrifuge

    Science.gov (United States)

    Sigda, J. M.; Wilson, J. L.

    2003-12-01

    Standard laboratory methods in soil physics for measuring the moisture retention relation (drainage matric potential-volumetric moisture content relation) are each limited to only part of the moisture content range. Centrifuge systems allow intensive accurate measurements across much of the saturation range, and typically require much less time than traditional laboratory methods. An initially liquid-saturated sample is subjected to a stepwise-increasing series of angular velocities while carefully monitoring changes in liquid content. Angular velocity is held constant until the capillary and centrifugal forces equilibrate, forcing liquid flux to zero, and then a final average liquid content is noted. The procedure is repeated after increasing the angular velocity. Centrifuge measurement time is greatly reduced because the centrifugal body force gradient can far exceed the driving forces utilized in standard lab methods. Widely-used in the petroleum industry for decades, centrifuge measurement of moisture retention relations is seldom encountered in the soil physics or vadose hydrology literatures. Yet there is a need to better understand and improve the experimental methodology given the increasing number of centrifuges employed in these fields. Errors in centrifuge measurement of moisture retention relations originate from both experimental protocol and from data inversion. Like standard methods, centrifuge methods assume equilibrium conditions, and so are sensitive to errors introduced by insufficient runtimes. Unlike standard methods, centrifuge experiments require inversion of the angular velocity and average sample moisture content data to a location-specific pair of matric potential and moisture content values, The force balance causes matric potential and moisture content to vary with sample length while the sample is spinning. Numerous data inversion techniques exist, each yielding different moisture retention relations. We present analyses demonstrating

  16. Strong normalization by type-directed partial evaluation and run-time code generation

    DEFF Research Database (Denmark)

    Balat, Vincent; Danvy, Olivier

    1998-01-01

    We investigate the synergy between type-directed partial evaluation and run-time code generation for the Caml dialect of ML. Type-directed partial evaluation maps simply typed, closed Caml values to a representation of their long βη-normal form. Caml uses a virtual machine and has the capability...... to load byte code at run time. Representing the long βη-normal forms as byte code gives us the ability to strongly normalize higher-order values (i.e., weak head normal forms in ML), to compile the resulting strong normal forms into byte code, and to load this byte code all in one go, at run time. We...... conclude this note with a preview of our current work on scaling up strong normalization by run-time code generation to the Caml module language....

  17. Strong Normalization by Type-Directed Partial Evaluation and Run-Time Code Generation

    DEFF Research Database (Denmark)

    Balat, Vincent; Danvy, Olivier

    1997-01-01

    We investigate the synergy between type-directed partial evaluation and run-time code generation for the Caml dialect of ML. Type-directed partial evaluation maps simply typed, closed Caml values to a representation of their long βη-normal form. Caml uses a virtual machine and has the capability...... to load byte code at run time. Representing the long βη-normal forms as byte code gives us the ability to strongly normalize higher-order values (i.e., weak head normal forms in ML), to compile the resulting strong normal forms into byte code, and to load this byte code all in one go, at run time. We...... conclude this note with a preview of our current work on scaling up strong normalization by run-time code generation to the Caml module language....

  18. A Cross-Platform Infrastructure for Scalable Runtime Application Performance Analysis

    Energy Technology Data Exchange (ETDEWEB)

    Jack Dongarra; Shirley Moore; Bart Miller, Jeffrey Hollingsworth; Tracy Rafferty

    2005-03-15

    The purpose of this project was to build an extensible cross-platform infrastructure to facilitate the development of accurate and portable performance analysis tools for current and future high performance computing (HPC) architectures. Major accomplishments include tools and techniques for multidimensional performance analysis, as well as improved support for dynamic performance monitoring of multithreaded and multiprocess applications. Previous performance tool development has been limited by the burden of having to re-write a platform-dependent low-level substrate for each architecture/operating system pair in order to obtain the necessary performance data from the system. Manual interpretation of performance data is not scalable for large-scale long-running applications. The infrastructure developed by this project provides a foundation for building portable and scalable performance analysis tools, with the end goal being to provide application developers with the information they need to analyze, understand, and tune the performance of terascale applications on HPC architectures. The backend portion of the infrastructure provides runtime instrumentation capability and access to hardware performance counters, with thread-safety for shared memory environments and a communication substrate to support instrumentation of multiprocess and distributed programs. Front end interfaces provides tool developers with a well-defined, platform-independent set of calls for requesting performance data. End-user tools have been developed that demonstrate runtime data collection, on-line and off-line analysis of performance data, and multidimensional performance analysis. The infrastructure is based on two underlying performance instrumentation technologies. These technologies are the PAPI cross-platform library interface to hardware performance counters and the cross-platform Dyninst library interface for runtime modification of executable images. The Paradyn and KOJAK

  19. Transforming parts of a differential equations system to difference equations as a method for run-time savings in NONMEM.

    Science.gov (United States)

    Petersson, K J F; Friberg, L E; Karlsson, M O

    2010-10-01

    Computer models of biological systems grow more complex as computing power increase. Often these models are defined as differential equations and no analytical solutions exist. Numerical integration is used to approximate the solution; this can be computationally intensive, time consuming and be a large proportion of the total computer runtime. The performance of different integration methods depend on the mathematical properties of the differential equations system at hand. In this paper we investigate the possibility of runtime gains by calculating parts of or the whole differential equations system at given time intervals, outside of the differential equations solver. This approach was tested on nine models defined as differential equations with the goal to reduce runtime while maintaining model fit, based on the objective function value. The software used was NONMEM. In four models the computational runtime was successfully reduced (by 59-96%). The differences in parameter estimates, compared to using only the differential equations solver were less than 12% for all fixed effects parameters. For the variance parameters, estimates were within 10% for the majority of the parameters. Population and individual predictions were similar and the differences in OFV were between 1 and -14 units. When computational runtime seriously affects the usefulness of a model we suggest evaluating this approach for repetitive elements of model building and evaluation such as covariate inclusions or bootstraps.

  20. Verifying Embedded Systems using Component-based Runtime Observers

    DEFF Research Database (Denmark)

    Guan, Wei; Marian, Nicolae; Angelov, Christo K.

    against formally specified properties. This paper presents a component-based design method for runtime observers, which are configured from instances of prefabricated reusable components---Predicate Evaluator (PE) and Temporal Evaluator (TE). The PE computes atomic propositions for the TE; the latter...... is a reconfigurable component processing a data structure, representing the state transition diagram of a non-deterministic state machine, i.e. a Buchi automaton derived from a system property specified in Linear Temporal Logic (LTL). Observer components have been implemented using design models and design patterns...

  1. Gradually, the industry world opens for transparency

    International Nuclear Information System (INIS)

    2016-01-01

    This article comments some noticeable evolutions of various industrial sectors towards information transparency. It indicates the four types of structures which exist in France for local information on nuclear installations (CLI and CI), on waste processing installations (CSS), and on industrial pollutions (SPPPI), comments the efforts made by the different actors and industries of the French nuclear sector (public debates, visits, legal framework, local commissions of information, authorities like ASN and IRSN), addresses the case of chemical industry (a slow implementation of transparency due to a different and more spread organisation), and outlines that the oil and gas industry presents less opportunities for a dialogue

  2. Integration of control and building performance simulation software by run-time coupling

    NARCIS (Netherlands)

    Yahiaoui, A.; Hensen, J.L.M.; Soethout, L.L.

    2003-01-01

    This paper presents the background, approach and initial results of a project, which aims to achieve better integrated building and systems control modeling in building performance simulation by runtime coupling of distributed computer programs. This paper focuses on one of the essential steps

  3. [Transparent evolution of the energy/matter interactions on earth: from gas whirlwind to technogenic civilization].

    Science.gov (United States)

    Pechurkin, N S; Shuvaev, A N

    2015-01-01

    The paper presents the idea of transparent evolution through the long-term reaction of the planet Earth on the external flow of radiant energy from the Sun. Due to limitations of matter on Earth, as well as on any other planet, the continuous pumping flow of radiant energy was shown to lead to cyclization and transport of substance on emerging gradients. The evolution of energy-matter interaction follows the path of capturing and transferring more energy by the fewer matter, i.e., the path of growth of the amount of energy used by each unit mass. For this indicator, the least effective mass transfer is a simple mass transfer as vortices of gases, in the gradients of temperature and pressure, which occurred on the primary surface of the planet. A long-term natural selection related to the accumulation of water on the planet has played a special role in developing the interaction of energy and matter. Phase transformations (ice, water, vapor) and mechanical transfers are the most common energy-matter processes. Based on water cycles, cyclic transports and transformations, chemical transformation of substances became possible developing over time into a biological transformation. This kind of the interaction of energy and matter is most efficient. In particular, during photosynthesis the energy of our star "is captured and utilized" in the most active part of the spectrum of its radiation. In the process of biological evolution of heterotrophs, a rise (by a factor of hundreds) in the coefficient that characterizes the intensity of energy exchange from protozoa to mammals is most illustratory. The development and the current dominance of humans as the most energy-using active species in capturing the energy and meaningful organization of its new flows especially on the basis of organic debris of former biospheres is admirable, but quite natural from the energy positions. In the course of technological evolution of humankind, the measure of the intensity of energy for

  4. Dialogic learning and interactive groups: an IMS LD template integrated in runtime systems

    Directory of Open Access Journals (Sweden)

    Mar Pérez-Sanagustín

    2008-07-01

    Full Text Available Dialogic learning and interactive groups have proved to be a useful educational methodological approach in lifelong learning with adults. The principles of this approach stress the importance of dialogue and equal participation in every stage of the learning process – including the design of the training activities. This paper adopts these principles as the basis for a configurable template that can be integrated in runtime systems. The template is formulated as a meta-UoL which can be interpreted by IMS Learning Design players. This template serves as a guide to flexibly select and edit the activities at runtime (on the fly. The meta-UoL has been used successfully by two significant practitioners so as to create a real-life example, with positive and encouraging results.

  5. Fast ℓ1-SPIRiT Compressed Sensing Parallel Imaging MRI: Scalable Parallel Implementation and Clinically Feasible Runtime

    Science.gov (United States)

    Murphy, Mark; Alley, Marcus; Demmel, James; Keutzer, Kurt; Vasanawala, Shreyas; Lustig, Michael

    2012-01-01

    We present ℓ1-SPIRiT, a simple algorithm for auto calibrating parallel imaging (acPI) and compressed sensing (CS) that permits an efficient implementation with clinically-feasible runtimes. We propose a CS objective function that minimizes cross-channel joint sparsity in the Wavelet domain. Our reconstruction minimizes this objective via iterative soft-thresholding, and integrates naturally with iterative Self-Consistent Parallel Imaging (SPIRiT). Like many iterative MRI reconstructions, ℓ1-SPIRiT’s image quality comes at a high computational cost. Excessively long runtimes are a barrier to the clinical use of any reconstruction approach, and thus we discuss our approach to efficiently parallelizing ℓ1-SPIRiT and to achieving clinically-feasible runtimes. We present parallelizations of ℓ1-SPIRiT for both multi-GPU systems and multi-core CPUs, and discuss the software optimization and parallelization decisions made in our implementation. The performance of these alternatives depends on the processor architecture, the size of the image matrix, and the number of parallel imaging channels. Fundamentally, achieving fast runtime requires the correct trade-off between cache usage and parallelization overheads. We demonstrate image quality via a case from our clinical experimentation, using a custom 3DFT Spoiled Gradient Echo (SPGR) sequence with up to 8× acceleration via poisson-disc undersampling in the two phase-encoded directions. PMID:22345529

  6. Time Optimal Run-time Evaluation of Distributed Timing Constraints in Process Control Software

    DEFF Research Database (Denmark)

    Drejer, N.; Kristensen, C.H.

    1993-01-01

    This paper considers run-time evaluation of an important class of constraints; Timing constraints. These appear extensively in process control systems. Timing constraints are considered in distributed systems, i.e. systems consisting of multiple autonomous nodes......

  7. RKRD: Runtime Kernel Rootkit Detection

    Science.gov (United States)

    Grover, Satyajit; Khosravi, Hormuzd; Kolar, Divya; Moffat, Samuel; Kounavis, Michael E.

    In this paper we address the problem of protecting computer systems against stealth malware. The problem is important because the number of known types of stealth malware increases exponentially. Existing approaches have some advantages for ensuring system integrity but sophisticated techniques utilized by stealthy malware can thwart them. We propose Runtime Kernel Rootkit Detection (RKRD), a hardware-based, event-driven, secure and inclusionary approach to kernel integrity that addresses some of the limitations of the state of the art. Our solution is based on the principles of using virtualization hardware for isolation, verifying signatures coming from trusted code as opposed to malware for scalability and performing system checks driven by events. Our RKRD implementation is guided by our goals of strong isolation, no modifications to target guest OS kernels, easy deployment, minimal infra-structure impact, and minimal performance overhead. We developed a system prototype and conducted a number of experiments which show that the per-formance impact of our solution is negligible.

  8. Timed Runtime Monitoring for Multiparty Conversations

    Directory of Open Access Journals (Sweden)

    Rumyana Neykova

    2014-08-01

    Full Text Available We propose a dynamic verification framework for protocols in real-time distributed systems. The framework is based on Scribble, a tool-chain for design and verification of choreographies based on multiparty session types, developed with our industrial partners. Drawing from recent work on multiparty session types for real-time interactions, we extend Scribble with clocks, resets, and clock predicates constraining the times in which interactions should occur. We present a timed API for Python to program distributed implementations of Scribble specifications. A dynamic verification framework ensures the safe execution of applications written with our timed API: we have implemented dedicated runtime monitors that check that each interaction occurs at a correct timing with respect to the corresponding Scribble specification. The performance of our implementation and its practicability are analysed via benchmarking.

  9. Combining Static Analysis and Runtime Checking in Security Aspects for Distributed Tuple Spaces

    DEFF Research Database (Denmark)

    Yang, Fan; Aotani, Tomoyuki; Masuhara, Hidehiko

    2011-01-01

    Enforcing security policies to distributed systems is difficult, in particular, to a system containing untrusted components. We designed AspectKE*, an aspect-oriented programming language based on distributed tuple spaces to tackle this issue. One of the key features in AspectKE* is the program...... analysis predicates and functions that provide information on future behavior of a program. With a dual value evaluation mechanism that handles results of static analysis and runtime values at the same time, those functions and predicates enable the users to specify security policies in a uniform manner....... Our two-staged implementation strategy gathers fundamental static analysis information at load-time, so as to avoid performing all analysis at runtime. We built a compiler for AspectKE*, and successfully implemented security aspects for a distributed chat system and an electronic healthcare record...

  10. System and Component Software Specification, Run-time Verification and Automatic Test Generation, Phase I

    Data.gov (United States)

    National Aeronautics and Space Administration — The following background technology is described in Part 5: Run-time Verification (RV), White Box Automatic Test Generation (WBATG). Part 5 also describes how WBATG...

  11. A Model-Driven Approach to Graphical User Interface Runtime Adaptation

    OpenAIRE

    Criado, Javier; Vicente Chicote, Cristina; Iribarne, Luis; Padilla, Nicolás

    2010-01-01

    Graphical user interfaces play a key role in human-computer interaction, as they link the system with its end-users, allowing information exchange and improving communication. Nowadays, users increasingly demand applications with adaptive interfaces that dynamically evolve in response to their specific needs. Thus, providing graphical user interfaces with runtime adaptation capabilities is becoming more and more an important issue. To address this problem, this paper proposes a componen...

  12. A Modular Environment for Geophysical Inversion and Run-time Autotuning using Heterogeneous Computing Systems

    Science.gov (United States)

    Myre, Joseph M.

    Heterogeneous computing systems have recently come to the forefront of the High-Performance Computing (HPC) community's interest. HPC computer systems that incorporate special purpose accelerators, such as Graphics Processing Units (GPUs), are said to be heterogeneous. Large scale heterogeneous computing systems have consistently ranked highly on the Top500 list since the beginning of the heterogeneous computing trend. By using heterogeneous computing systems that consist of both general purpose processors and special- purpose accelerators, the speed and problem size of many simulations could be dramatically increased. Ultimately this results in enhanced simulation capabilities that allows, in some cases for the first time, the execution of parameter space and uncertainty analyses, model optimizations, and other inverse modeling techniques that are critical for scientific discovery and engineering analysis. However, simplifying the usage and optimization of codes for heterogeneous computing systems remains a challenge. This is particularly true for scientists and engineers for whom understanding HPC architectures and undertaking performance analysis may not be primary research objectives. To enable scientists and engineers to remain focused on their primary research objectives, a modular environment for geophysical inversion and run-time autotuning on heterogeneous computing systems is presented. This environment is composed of three major components: 1) CUSH---a framework for reducing the complexity of programming heterogeneous computer systems, 2) geophysical inversion routines which can be used to characterize physical systems, and 3) run-time autotuning routines designed to determine configurations of heterogeneous computing systems in an attempt to maximize the performance of scientific and engineering codes. Using three case studies, a lattice-Boltzmann method, a non-negative least squares inversion, and a finite-difference fluid flow method, it is shown that

  13. A Network Diffusion Model of Food Safety Scare Behavior considering Information Transparency

    Directory of Open Access Journals (Sweden)

    Tingqiang Chen

    2017-01-01

    Full Text Available This study constructs the network diffusion model of food safety scare behavior under the effect of information transparency and examines the network topology and evolution characteristics of food safety scare behavior in a numerical simulation. The main conclusions of this study are as follows. (1 Under the effect of information transparency, the network degree distribution of food safety scare behavior diffusion demonstrates the decreasing characteristics of diminishing margins. (2 Food safety scare behavior diffusion increases with the information dissemination rate and consumer concern about food safety incidents and shows the characteristics of monotone increasing. And with the increasing of the government food safety supervision information transparency and media food safety supervision information transparency, the whole is declining characteristic of diminishing marginal. In addition, the extinction of food safety scare behavior cannot be achieved gradually given a single regulation of government food safety supervision information transparency and media food safety supervision information transparency. (3 The interaction effects between improving government food safety supervision information transparency or media food safety supervision information transparency and declining consumer concerns about food safety incidents or information transmission rate can engender the suppression of food safety scare behavior diffusion.

  14. Transparency

    DEFF Research Database (Denmark)

    Flyverbom, Mikkel; Albu, Oana Brindusa

    2017-01-01

    Transparency is an increasingly prominent research topic in many scholarly disciplines and offers valuable insights for organizational communication. This entry provides an overview of the historical background and identifies some themes that presently inform the transparency literature. The entry...... then outlines the most important dimensions of the concept of transparency by highlighting two paradigmatic positions underpinning contemporary research in this area: namely, informational approaches that focus on the sharing of information and the perceived quality of that information and social process...... orientations that explore the dynamics of transparency in organizational settings. The entry highlights emergent methodological and conceptual insights concerning transparency as a dynamic and paradoxical social process with performative characteristics – an approach that remains underexplored....

  15. Operating Security System Support for Run-Time Security with a Trusted Execution Environment

    DEFF Research Database (Denmark)

    Gonzalez, Javier

    Software services have become an integral part of our daily life. Cyber-attacks have thus become a problem of increasing importance not only for the IT industry, but for society at large. A way to contain cyber-attacks is to guarantee the integrity of IT systems at run-time. Put differently......, it is safe to assume that any complex software is compromised. The problem is then to monitor and contain it when it executes in order to protect sensitive data and other sensitive assets. To really have an impact, any solution to this problem should be integrated in commodity operating systems...... sensitive assets at run-time that we denote split-enforcement, and provide an implementation for ARM-powered devices using ARM TrustZone security extensions. We design, build, and evaluate a prototype Trusted Cell that provides trusted services. We also present the first generic TrustZone driver...

  16. A Model for the Measurement of the Runtime Testability of Component-based Systems

    NARCIS (Netherlands)

    González, A.; Piel, E.; Gross, H.G.

    2009-01-01

    Version note: Paper submitted for review at the 5th AMOST Workshop. Runtime testing is emerging as the solution for the integration and validation of software systems where traditional development-time integration testing cannot be performed, such as Systems of Systems or Service Oriented

  17. Watching the Evolution of the American Family? Amazon's Transparent, Ecological Systems Theory, and the Changing Dynamics of Public Opinion.

    Science.gov (United States)

    Becker, Amy B; Todd, Maureen E

    2018-01-01

    Using Bronfenbrenner's (1979) ecological systems theory as an organizing framework, the research closely examines the text of the Amazon Studios hit show Transparent and, by extension, the evolution of public opinion toward transgender individuals. By examining the Pfefferman family in detail and their related microsystem and macrosystem, we are able to closely unpack the transition of Jeffrey Tambor's character from Mort to Maura and the show's connections with broader developments in the Los Angeles LGBT community and the Jewish diaspora in postwar and contemporary Los Angeles. In addition, by focusing on the influence of the chronosystem, we are able to examine how both opinions toward Maura and public opinion toward transgender issues more generally have evolved within the family system and the larger American community over time.

  18. An investigation into the signals leakage from a smartcard based on different runtime code

    CSIR Research Space (South Africa)

    Frieslaar, I

    2015-09-01

    Full Text Available September 2015 at the Arabella Hotel & Spa in the heart of the Kogelberg Biosphere Reserve near Hermanus, Western Cape, South Africa An Investigation into the Signals Leakage From a Smartcard based on Different Runtime Code Ibraheem Frieslaar...

  19. Neuron splitting in compute-bound parallel network simulations enables runtime scaling with twice as many processors.

    Science.gov (United States)

    Hines, Michael L; Eichner, Hubert; Schürmann, Felix

    2008-08-01

    Neuron tree topology equations can be split into two subtrees and solved on different processors with no change in accuracy, stability, or computational effort; communication costs involve only sending and receiving two double precision values by each subtree at each time step. Splitting cells is useful in attaining load balance in neural network simulations, especially when there is a wide range of cell sizes and the number of cells is about the same as the number of processors. For compute-bound simulations load balance results in almost ideal runtime scaling. Application of the cell splitting method to two published network models exhibits good runtime scaling on twice as many processors as could be effectively used with whole-cell balancing.

  20. Active Storage with Analytics Capabilities and I/O Runtime System for Petascale Systems

    Energy Technology Data Exchange (ETDEWEB)

    Choudhary, Alok [Northwestern Univ., Evanston, IL (United States)

    2015-03-18

    Computational scientists must understand results from experimental, observational and computational simulation generated data to gain insights and perform knowledge discovery. As systems approach the petascale range, problems that were unimaginable a few years ago are within reach. With the increasing volume and complexity of data produced by ultra-scale simulations and high-throughput experiments, understanding the science is largely hampered by the lack of comprehensive I/O, storage, acceleration of data manipulation, analysis, and mining tools. Scientists require techniques, tools and infrastructure to facilitate better understanding of their data, in particular the ability to effectively perform complex data analysis, statistical analysis and knowledge discovery. The goal of this work is to enable more effective analysis of scientific datasets through the integration of enhancements in the I/O stack, from active storage support at the file system layer to MPI-IO and high-level I/O library layers. We propose to provide software components to accelerate data analytics, mining, I/O, and knowledge discovery for large-scale scientific applications, thereby increasing productivity of both scientists and the systems. Our approaches include 1) design the interfaces in high-level I/O libraries, such as parallel netCDF, for applications to activate data mining operations at the lower I/O layers; 2) Enhance MPI-IO runtime systems to incorporate the functionality developed as a part of the runtime system design; 3) Develop parallel data mining programs as part of runtime library for server-side file system in PVFS file system; and 4) Prototype an active storage cluster, which will utilize multicore CPUs, GPUs, and FPGAs to carry out the data mining workload.

  1. Organizational Transparency

    DEFF Research Database (Denmark)

    Albu, Oana Brindusa; Flyverbom, Mikkel

    2018-01-01

    with the sharing of information and the perceived quality of the information shared. This narrow focus on information and quality, however, overlooks the dynamics of organizational transparency. To provide a more structured conceptualization of organizational transparency, this article unpacks the assumptions......Transparency is an increasingly prominent area of research that offers valuable insights for organizational studies. However, conceptualizations of transparency are rarely subject to critical scrutiny and thus their relevance remains unclear. In most accounts, transparency is associated...... that shape the extant literature, with a focus on three dimensions: conceptualizations, conditions, and consequences. The contribution of the study is twofold: (a) On a conceptual level, we provide a framework that articulates two paradigmatic positions underpinning discussions of transparency, verifiability...

  2. Legal framework to ensure transparency

    International Nuclear Information System (INIS)

    Treier, A.

    2007-01-01

    There is a national and an international trend towards administrative transparency. This trend has not stopped at. the Swiss border. Some cantons of Switzerland have already introduced the transparency principle at the cantonal level. At the federal level, the Swiss Confederation introduced on 1 July 2006 the new Federal 'Freedom of Information Act'. Also the Swiss Federal Nuclear Safety Inspectorate (I-ISK) falls under this rule. Before introduction of this law on transparency. most of the documents of Swiss federal Administration were treated as confidential. Access rights to official documents were granted only on certain conditions and in special cases. But there is a general interest, that the public should have the possibility to ask to look at the files of the administration. Since years, the administration had no longer been able to hide behind secretiveness. For instance, the introduction of Internet brought a lot of transparency. The administration had to explain what sort of job it is actually doing and how it is doing. Also, the media were and are increasing their research for information. In this context, the new law on transparency ('Freedom of Information Act') is rather an evolution than a revolution. The Freedom of Information Act guarantees the public access to official documents. Most of the documents of the Federal Administration are public. This access can be limited, differentiated or refused in certain cases. That means that the principle of proportionality between private interests and public transparency has to be applied. The real challenge for the authority is the trade off between the public's right to access information and the industrial legitimate efforts to protect industrial and trade secrets. In the nuclear field, the international principle of transparency has also become an important national principle for Switzerland and FISK. The Swiss Nuclear Energy Act says that 'The relevant authorities shall regularly inform the general

  3. Quantum effects and colour transparency in charmonium photoproduction on nuclei

    International Nuclear Information System (INIS)

    Kopeliovich, B.Z.; Zakharov, B.G.

    1991-01-01

    A rigorous quantum-mechanical treatment of colour transparency effects in diffractive photoproduction of c-barc-pairs on nuclei was developed. The evolution of the c-barc wave function during propagating through a nucleus is rather a considerable distortion of its form, than a trivial attenuation. One of the manifestations of the quantum effects is a nuclear antishadowing of Ψ' yield, i.e. transparency above one. On the contrary, a considerable nuclear shadowing is predicted for the photoproduction of J/Ψ, which has a much smaller absorption cross section than Ψ'. 26 refs.; 5 figs.; 1 tab

  4. SASD and the CERN/SPS run-time coordinator

    International Nuclear Information System (INIS)

    Morpurgo, G.

    1990-01-01

    Structured Analysis and Structured Design (SASD) provides us with a handy way of specifying the flow of data between the different modules (functional units) of a system. But the formalism loses its immediacy when the control flow has to be taken into account as well. Moreover, due to the lack of appropriate software infrastructure, very often the actual implementation of the system does not reflect the module decoupling and independence so much emphasized at the design stage. In this paper the run-time coordinator, a complete software infrastructure to support a real decoupling of the functional units, is described. Special attention is given to the complementarity of our approach and the SASD methodology. (orig.)

  5. Android Application Install-time Permission Validation and Run-time Malicious Pattern Detection

    OpenAIRE

    Ma, Zhongmin

    2014-01-01

    The open source structure of Android applications introduces security vulnerabilities that can be readily exploited by third-party applications. We address certain vulnerabilities at both installation and runtime using machine learning. Effective classification techniques with neural networks can be used to verify the application categories on installation. We devise a novel application category verification methodology that involves machine learning the application permissions...

  6. 76 FR 1180 - FDA Transparency Initiative: Improving Transparency to Regulated Industry

    Science.gov (United States)

    2011-01-07

    ...] FDA Transparency Initiative: Improving Transparency to Regulated Industry AGENCY: Food and Drug... the Transparency Initiative, the Food and Drug Administration (FDA) is announcing the availability of a report entitled ``FDA Transparency Initiative: Improving Transparency to Regulated Industry.'' The...

  7. Comparing internal and external run-time coupling of CFD and building energy simulation software

    NARCIS (Netherlands)

    Djunaedy, E.; Hensen, J.L.M.; Loomans, M.G.L.C.

    2004-01-01

    This paper describes a comparison between internal and external run-time coupling of CFD and building energy simulation software. Internal coupling can be seen as the "traditional" way of developing software, i.e. the capabilities of existing software are expanded by merging codes. With external

  8. Safety, Liveness and Run-time Refinement for Modular Process-Aware Information Systems with Dynamic Sub Processes

    DEFF Research Database (Denmark)

    Debois, Søren; Hildebrandt, Thomas; Slaats, Tijs

    2015-01-01

    and verification of flexible, run-time adaptable process-aware information systems, moved into practice via the Dynamic Condition Response (DCR) Graphs notation co-developed with our industrial partner. Our key contributions are: (1) A formal theory of dynamic sub-process instantiation for declarative, event......We study modularity, run-time adaptation and refinement under safety and liveness constraints in event-based process models with dynamic sub-process instantiation. The study is part of a larger programme to provide semantically well-founded technologies for modelling, implementation......-based processes under safety and liveness constraints, given as the DCR* process language, equipped with a compositional operational semantics and conservatively extending the DCR Graphs notation; (2) an expressiveness analysis revealing that the DCR* process language is Turing-complete, while the fragment cor...

  9. Peering into Transparency

    DEFF Research Database (Denmark)

    Christensen, Lars Thøger; Cheney, George

    2015-01-01

    organizational effectiveness and widened democratic practice. Yet, with its most common operationalization, as information, transparency reinstalls a 'purified' notion of communication devoid of mystery, inaccuracy, and (mis)representation. We apply transparency to itself by unpacking its implicit model......The current emphasis on organizational transparency signifies a growing demand for insight, clarity, accountability, and participation. Holding the promise of improved access to valid and trustworthy knowledge about organizations, the transparency pursuit has great potential for enhanced...... of communication and critiquing its obliviousness to the representative nature of transparency-related messages and the attendant complexities of motivation. This critique interrogates the ambiguities and ambivalence of the transparency pursuit and demonstrates how the goals of organizational transparency...

  10. Illusionary Transparency? Oil Revenues, Information Disclosure, and Transparency

    OpenAIRE

    Ofori, Jerome Jeffison; Lujala, Päivi

    2015-01-01

    xperience shows that discovery of valuable natural resources can become a curse rather than a blessing, and transparency has been identified as key to better resource governance because it can limit opportunities for corruption and mismanagement. This article shows that information disclosure, in which many governments and donor institutions engage, does not automatically translate into transparency. Ghana has embedded transparency as one of its key principles in oil management. However, fiel...

  11. Enabling Fast ASIP Design Space Exploration: An FPGA-Based Runtime Reconfigurable Prototyper

    Directory of Open Access Journals (Sweden)

    Paolo Meloni

    2012-01-01

    Full Text Available Application Specific Instruction-set Processors (ASIPs expose to the designer a large number of degrees of freedom. Accurate and rapid simulation tools are needed to explore the design space. To this aim, FPGA-based emulators have recently been proposed as an alternative to pure software cycle-accurate simulator. However, the advantages of on-hardware emulation are reduced by the overhead of the RTL synthesis process that needs to be run for each configuration to be emulated. The work presented in this paper aims at mitigating this overhead, exploiting a form of software-driven platform runtime reconfiguration. We present a complete emulation toolchain that, given a set of candidate ASIP configurations, identifies and builds an overdimensioned architecture capable of being reconfigured via software at runtime, emulating all the design space points under evaluation. The approach has been validated against two different case studies, a filtering kernel and an M-JPEG encoding kernel. Moreover, the presented emulation toolchain couples FPGA emulation with activity-based physical modeling to extract area and power/energy consumption figures. We show how the adoption of the presented toolchain reduces significantly the design space exploration time, while introducing an overhead lower than 10% for the FPGA resources and lower than 0.5% in terms of operating frequency.

  12. Transparency

    DEFF Research Database (Denmark)

    Flyverbom, Mikkel

    2016-01-01

    This article challenges the view of transparency as a matter of providing openness, insight, and clarity by conceptualizing it as a form of visibility management. We tend to think of transparency as a process of ensuring accountability through the timely and public disclosure of information...

  13. Achieving transparency in carbon labelling for construction materials – Lessons from current assessment standards and carbon labels

    International Nuclear Information System (INIS)

    Wu, Peng; Low, Sui Pheng; Xia, Bo; Zuo, Jian

    2014-01-01

    Highlights: • The evolution of international GHG standards is reviewed. • The evolution of international carbon labelling schemes is reviewed. • The transparency requirements in carbon labelling schemes are revealed. • Key recommendations are provided to improve transparency in carbon labelling. - Abstract: The construction industry is one of the largest sources of carbon emissions. Manufacturing of raw materials, such as cement, steel and aluminium, is energy intensive and has considerable impact on carbon emissions level. Due to the rising recognition of global climate change, the industry is under pressure to reduce carbon emissions. Carbon labelling schemes are therefore developed as meaningful yardsticks to measure and compare carbon emissions. Carbon labelling schemes can help switch consumer-purchasing habits to low-carbon alternatives. However, such switch is dependent on a transparent scheme. The principle of transparency is highlighted in all international greenhouse gas (GHG) standards, including the newly published ISO 14067: Carbon footprint of products – requirements and guidelines for quantification and communication. However, there are few studies which systematically investigate the transparency requirements in carbon labelling schemes. A comparison of five established carbon labelling schemes, namely the Singapore Green Labelling Scheme, the CarbonFree (the U.S.), the CO 2 Measured Label and the Reducing CO 2 Label (UK), the CarbonCounted (Canada), and the Hong Kong Carbon Labelling Scheme is therefore conducted to identify and investigate the transparency requirements. The results suggest that the design of current carbon labels have transparency issues relating but not limited to the use of a single sign to represent the comprehensiveness of the carbon footprint. These transparency issues are partially caused by the flexibility given to select system boundary in the life cycle assessment (LCA) methodology to measure GHG emissions. The

  14. Mapping real-life applications on run-time reconfigurable NoC-based MPSoC on FPGA.

    NARCIS (Netherlands)

    Singh, A.K.; Kumar, A.; Srikanthan, Th.; Ha, Y.

    2010-01-01

    Multiprocessor systems-on-chip (MPSoC) are required to fulfill the performance demand of modern real-life embedded applications. These MPSoCs are employing Network-on-Chip (NoC) for reasons of efficiency and scalability. Additionally, these systems need to support run-time reconfiguration of their

  15. Transparency in Organizing

    DEFF Research Database (Denmark)

    Albu, Oana Brindusa

    This dissertation provides a critical analysis of transparency in the context of organizing. The empirical material is based on qualitative studies of international cooperative organizations. The dissertation seeks to contribute to transparency and organizing scholarship by adopting a communication...... centred approach to explore the implications of pursuing ideals of transparency in organizational relationships. The dissertation is comprised of four papers each contributing to extant debates in organizational studies and transparency literature. The findings indicate that transparency, in contrast...... to being a solution for efficiency and democratic organizing, is a communicatively contested process which may lead to unintended consequences. The dissertation shows that transparency is performative: it can impact authority by de/legitimating action, shape the processes of organizational identity co...

  16. Transparent lithium-ion batteries

    KAUST Repository

    Yang, Y.

    2011-07-25

    Transparent devices have recently attracted substantial attention. Various applications have been demonstrated, including displays, touch screens, and solar cells; however, transparent batteries, a key component in fully integrated transparent devices, have not yet been reported. As battery electrode materials are not transparent and have to be thick enough to store energy, the traditional approach of using thin films for transparent devices is not suitable. Here we demonstrate a grid-structured electrode to solve this dilemma, which is fabricated by a microfluidics-assisted method. The feature dimension in the electrode is below the resolution limit of human eyes, and, thus, the electrode appears transparent. Moreover, by aligning multiple electrodes together, the amount of energy stored increases readily without sacrificing the transparency. This results in a battery with energy density of 10 Wh/L at a transparency of 60%. The device is also flexible, further broadening their potential applications. The transparent device configuration also allows in situ Raman study of fundamental electrochemical reactions in batteries.

  17. Transparent lithium-ion batteries

    Science.gov (United States)

    Yang, Yuan; Jeong, Sangmoo; Hu, Liangbing; Wu, Hui; Lee, Seok Woo; Cui, Yi

    2011-01-01

    Transparent devices have recently attracted substantial attention. Various applications have been demonstrated, including displays, touch screens, and solar cells; however, transparent batteries, a key component in fully integrated transparent devices, have not yet been reported. As battery electrode materials are not transparent and have to be thick enough to store energy, the traditional approach of using thin films for transparent devices is not suitable. Here we demonstrate a grid-structured electrode to solve this dilemma, which is fabricated by a microfluidics-assisted method. The feature dimension in the electrode is below the resolution limit of human eyes, and, thus, the electrode appears transparent. Moreover, by aligning multiple electrodes together, the amount of energy stored increases readily without sacrificing the transparency. This results in a battery with energy density of 10 Wh/L at a transparency of 60%. The device is also flexible, further broadening their potential applications. The transparent device configuration also allows in situ Raman study of fundamental electrochemical reactions in batteries. PMID:21788483

  18. TRANSPARENT CONCRETE

    OpenAIRE

    Sandeep Sharma*, Dr. O.P. Reddy

    2017-01-01

    Transparent concrete is the new type of concrete introduced in todays world which carries special property of light transmitting due to presence of light Optical fibres. Which is also known as translucent concrete or light transmitting concrete, it is achieved by replacing coarse aggregates with transparent alternate materials (Optical fibres). The binding material in transparent concrete may be able to transmit light by using clear resins the concrete mix. The concrete used in industry in pr...

  19. Angular-contact ball-bearing internal load estimation algorithm using runtime adaptive relaxation

    Science.gov (United States)

    Medina, H.; Mutu, R.

    2017-07-01

    An algorithm to estimate internal loads for single-row angular contact ball bearings due to externally applied thrust loads and high-operating speeds is presented. A new runtime adaptive relaxation procedure and blending function is proposed which ensures algorithm stability whilst also reducing the number of iterations needed to reach convergence, leading to an average reduction in computation time in excess of approximately 80%. The model is validated based on a 218 angular contact bearing and shows excellent agreement compared to published results.

  20. The art of transparency.

    Science.gov (United States)

    Sayim, Bilge; Cavanagh, Patrick

    2011-01-01

    Artists throughout the ages have discovered a number of techniques to depict transparency. With only a few exceptions, these techniques follow closely the properties of physical transparency. The two best known properties are X-junctions and the luminance relations described by Metelli. X-junctions are seen where the contours of a transparent material cross contours of the surface behind; Metelli's constraints on the luminance relations between the direct and filtered portions of the surface specify a range of luminance values that are consistent with transparency. These principles have been used by artists since the time of ancient Egypt. However, artists also discovered that stimuli can be seen as transparent even when these physical constraints are not met. Ancient Greek artists, for example, were able to depict transparent materials in simple black-and-white line drawings. Artists also learned how to represent transparency in cases where neither X-junctions nor Metelli's constraints could apply: for example, where no portions of the objects behind the transparent material extend beyond it. Many painters convincingly portrayed transparency in these cases by depicting the effects the transparent medium would have on material or object properties. Here, we show how artists employed these and other techniques revealing their anticipation of current formalizations of perceived transparency, and we suggest new, as-yet-untested principles.

  1. TENCompetence Learning Design Toolkit, Runtime component, ccsi_v3_2_10c_v1_4

    NARCIS (Netherlands)

    Sharples, Paul; Popat, Kris; Llobet, Lau; Santos, Patricia; Hernández-Leo, Davinia; Miao, Yongwu; Griffiths, David; Beauvoir, Phillip

    2010-01-01

    Sharples, P., Popat, K., Llobet, L., Santos, P., Hernandez-Leo, D., Miao, Y., Griffiths, D. & Beauvoir, P. (2009) TENCompetence Learning Design Toolkit, Runtime component, ccsi_v3_2_10c_v1_4 This release is composed of three files corresponding to CopperCore Service Integration (CCSI) v3.2-10cv1.4,

  2. Design and development of a run-time monitor for multi-core architectures in cloud computing.

    Science.gov (United States)

    Kang, Mikyung; Kang, Dong-In; Crago, Stephen P; Park, Gyung-Leen; Lee, Junghoon

    2011-01-01

    Cloud computing is a new information technology trend that moves computing and data away from desktops and portable PCs into large data centers. The basic principle of cloud computing is to deliver applications as services over the Internet as well as infrastructure. A cloud is a type of parallel and distributed system consisting of a collection of inter-connected and virtualized computers that are dynamically provisioned and presented as one or more unified computing resources. The large-scale distributed applications on a cloud require adaptive service-based software, which has the capability of monitoring system status changes, analyzing the monitored information, and adapting its service configuration while considering tradeoffs among multiple QoS features simultaneously. In this paper, we design and develop a Run-Time Monitor (RTM) which is a system software to monitor the application behavior at run-time, analyze the collected information, and optimize cloud computing resources for multi-core architectures. RTM monitors application software through library instrumentation as well as underlying hardware through a performance counter optimizing its computing configuration based on the analyzed data.

  3. Design and Development of a Run-Time Monitor for Multi-Core Architectures in Cloud Computing

    Directory of Open Access Journals (Sweden)

    Junghoon Lee

    2011-03-01

    Full Text Available Cloud computing is a new information technology trend that moves computing and data away from desktops and portable PCs into large data centers. The basic principle of cloud computing is to deliver applications as services over the Internet as well as infrastructure. A cloud is a type of parallel and distributed system consisting of a collection of inter-connected and virtualized computers that are dynamically provisioned and presented as one or more unified computing resources. The large-scale distributed applications on a cloud require adaptive service-based software, which has the capability of monitoring system status changes, analyzing the monitored information, and adapting its service configuration while considering tradeoffs among multiple QoS features simultaneously. In this paper, we design and develop a Run-Time Monitor (RTM which is a system software to monitor the application behavior at run-time, analyze the collected information, and optimize cloud computing resources for multi-core architectures. RTM monitors application software through library instrumentation as well as underlying hardware through a performance counter optimizing its computing configuration based on the analyzed data.

  4. Peering into Transparency

    DEFF Research Database (Denmark)

    Christensen, Lars Thøger; Cheney, George

    and trustworthy knowledge about contemporary organizations, the transparency discourse has significant democratic potential. Yet, its most common operationalization – as information availability – reinstalls a “purified” notion of communication devoid of mystery, inaccuracy and misrepresentation. In this paper......The current emphasis on organizational and institutional transparency – driven by NGOs, inquisitive media, critical investors and other engaged stakeholders – signifies a growing demand for insight, clarity, participation and democracy. Holding the promise of improved access to valid......, we apply transparency to itself by unpacking its implicit model of communication and critiquing its ignorance towards the representative nature of current transparency practices. The critique unfolds the ambiguous nature of the transparency pursuit and demonstrates how its desire for insight, clarity...

  5. Engineering Runtime Requirements-Monitoring Systems Using MDA Technologies

    Science.gov (United States)

    Skene, James; Emmerich, Wolfgang

    The Model-Driven Architecture (MDA) technology toolset includes a language for describing the structure of meta-data, the MOF, and a language for describing consistency properties that data must exhibit, the OCL. Off-the-shelf tools can generate meta-data repositories and perform consistency checking over the data they contain. In this paper we describe how these tools can be used to implement runtime requirements monitoring of systems by modelling the required behaviour of the system, implementing a meta-data repository to collect system data, and consistency checking the repository to discover violations. We evaluate the approach by implementing a contract checker for the SLAng service-level agreement language, a language defined using a MOF meta-model, and integrating the checker into an Enterprise JavaBeans application. We discuss scalability issues resulting from immaturities in the applied technologies, leading to recommendations for their future development.

  6. Plasmonic transparent conductors

    Science.gov (United States)

    Liapis, Andreas C.; Sfeir, Matthew Y.; Black, Charles T.

    2016-09-01

    Many of today's technological applications, such as solar cells, light-emitting diodes, displays, and touch screens, require materials that are simultaneously optically transparent and electrically conducting. Here we explore transparent conductors based on the excitation of surface plasmons in nanostructured metal films. We measure both the optical and electrical properties of films perforated with nanometer-scale features and optimize the design parameters in order to maximize optical transmission without sacrificing electrical conductivity. We demonstrate that plasmonic transparent conductors can out-perform indium tin oxide in terms of both their transparency and their conductivity.

  7. Transparency views by media

    International Nuclear Information System (INIS)

    Ikawa, Y.

    2007-01-01

    In this presentation, various problems surrounding the issues of transparency, such as 'What exactly should be transparent?' 'Is all that we want amounting only to transparency?' 'Is it possible to thoroughly implement transparency', etc., are discussed with due consideration for the viewpoints of the wide range of parties concerned involving areas of politics, administration, enterprises, media, individuals, and so on. First of all, the explanation is focused on how the transparency is recognised, as well as how it is regarded as important, for the public at large and the media. Then, based on the concept that transparency is required for what cannot be justified to be secret, we will contemplate what should be transparent in the areas of politics, administration and enterprises, using the case of nuclear issues as example. Next, the discussion will proceed to the point whether the achievement of transparency itself should be the ultimate goal, in the light of taking into consideration the standpoints of individuals and the receivers of the information, in addition to that of the administration, politics, and enterprises. In closing, we will discuss what the necessary measures will be to materialize the complete transparency on the basis of the discussions made thus far. (author)

  8. Transparent lithium-ion batteries

    KAUST Repository

    Yang, Y.; Jeong, S.; Hu, L.; Wu, H.; Lee, S. W.; Cui, Y.

    2011-01-01

    Transparent devices have recently attracted substantial attention. Various applications have been demonstrated, including displays, touch screens, and solar cells; however, transparent batteries, a key component in fully integrated transparent

  9. Accuracy analysis of the State-of-Charge and remaining run-time determination for lithium-ion batteries

    NARCIS (Netherlands)

    Pop, V.; Bergveld, H.J.; Notten, P.H.L.; Op het Veld, J.H.G.; Regtien, Paulus P.L.

    2008-01-01

    This paper describes the various error sources in a real-time State-of-Charge (SoC) evaluation system and their effects on the overall accuracy in the calculation of the remaining run-time of a battery-operated system. The SoC algorithm for Li-ion batteries studied in this paper combines direct

  10. Accuracy analysis of the state-of-charge and remaining run-time determination for lithium-ion batteries

    NARCIS (Netherlands)

    Pop, V.; Bergveld, H.J.; Notten, P.H.L.; Op het Veld, J.H.G.; Regtien, P.P.L.

    2009-01-01

    This paper describes the various error sources in a real-time State-of-Charge (SoC) evaluation system and their effects on the overall accuracy in the calculation of the remaining run-time of a battery-operated system. The SoC algorithm for Li-ion batteries studied in this paper combines direct

  11. Autler-Townes doublet and electromagnetically induced transparency resonance probed by an ultrashort pulse train

    International Nuclear Information System (INIS)

    Soares, A A; De Araujo, Luis E E

    2010-01-01

    We study theoretically the interaction between an ultrashort pulse train and a three-level atom driven by a cw laser. We show that the pulse train can be employed to observe spectra of Autler-Townes doublet and electromagnetically induced transparency resonance that are time and frequency resolved. The observation of subnatural linewidth features associated with the electromagnetically induced transparency resonance is described. The temporal evolution of electromagnetically induced transparency of the pulse train is shown to exhibit new and different features compared to that of the related phenomenon of coherent population trapping. By matching the tooth separation of the frequency comb associated with the pulse train to that of the Autler-Townes doublet, quantum beats between the doublet components can be induced. We show that coherent accumulation of excitation plays a major role in the two studied phenomena.

  12. Runtime verification of embedded real-time systems.

    Science.gov (United States)

    Reinbacher, Thomas; Függer, Matthias; Brauer, Jörg

    We present a runtime verification framework that allows on-line monitoring of past-time Metric Temporal Logic (ptMTL) specifications in a discrete time setting. We design observer algorithms for the time-bounded modalities of ptMTL, which take advantage of the highly parallel nature of hardware designs. The algorithms can be translated into efficient hardware blocks, which are designed for reconfigurability, thus, facilitate applications of the framework in both a prototyping and a post-deployment phase of embedded real-time systems. We provide formal correctness proofs for all presented observer algorithms and analyze their time and space complexity. For example, for the most general operator considered, the time-bounded Since operator, we obtain a time complexity that is doubly logarithmic both in the point in time the operator is executed and the operator's time bounds. This result is promising with respect to a self-contained, non-interfering monitoring approach that evaluates real-time specifications in parallel to the system-under-test. We implement our framework on a Field Programmable Gate Array platform and use extensive simulation and logic synthesis runs to assess the benefits of the approach in terms of resource usage and operating frequency.

  13. Voluntarism and transparent deliberation

    DEFF Research Database (Denmark)

    Steglich-Petersen, Asbjørn

    2006-01-01

    voluntarism. I argue that transparency to factual questions occurs in practical deliberation in ways parallel to transparency in doxastic deliberation. I argue that this should make us reconsider the appeal to transparency in arguments against doxastic voluntarism, and the wider issue of distinguishing...... theoretical from practical rationality....

  14. Optimal Central Bank Transparency

    NARCIS (Netherlands)

    van der Cruijsen, C.A.B.; Eijffinger, S.C.W.; Hoogduin, L.H.

    2008-01-01

    Should central banks increase their degree of transparency any further? We show that there is likely to be an optimal intermediate degree of central bank transparency. Up to this optimum more transparency is desirable: it improves the quality of private sector inflation forecasts. But beyond the

  15. Optimal central bank transparency

    NARCIS (Netherlands)

    van der Cruijsen, C.A.B.; Eijffinger, S.C.W.; Hoogduin, L.

    2008-01-01

    Should central banks increase their degree of transparency any further? We show that there is likely to be an optimal intermediate degree of central bank transparency. Up to this optimum more transparency is desirable: it improves the quality of private sector inflation forecasts. But beyond the

  16. Optimal central bank transparency

    NARCIS (Netherlands)

    van der Cruijsen, C.A.B.; Eijffinger, S.C.W.; Hoogduin, L.H.

    2010-01-01

    Should central banks increase their degree of transparency any further? We show that there is likely to be an optimal intermediate degree of central bank transparency. Up to this optimum more transparency is desirable: it improves the quality of private sector inflation forecasts. But beyond the

  17. Provenance for Runtime Workflow Steering and Validation in Computational Seismology

    Science.gov (United States)

    Spinuso, A.; Krischer, L.; Krause, A.; Filgueira, R.; Magnoni, F.; Muraleedharan, V.; David, M.

    2014-12-01

    Provenance systems may be offered by modern workflow engines to collect metadata about the data transformations at runtime. If combined with effective visualisation and monitoring interfaces, these provenance recordings can speed up the validation process of an experiment, suggesting interactive or automated interventions with immediate effects on the lifecycle of a workflow run. For instance, in the field of computational seismology, if we consider research applications performing long lasting cross correlation analysis and high resolution simulations, the immediate notification of logical errors and the rapid access to intermediate results, can produce reactions which foster a more efficient progress of the research. These applications are often executed in secured and sophisticated HPC and HTC infrastructures, highlighting the need for a comprehensive framework that facilitates the extraction of fine grained provenance and the development of provenance aware components, leveraging the scalability characteristics of the adopted workflow engines, whose enactment can be mapped to different technologies (MPI, Storm clusters, etc). This work looks at the adoption of W3C-PROV concepts and data model within a user driven processing and validation framework for seismic data, supporting also computational and data management steering. Validation needs to balance automation with user intervention, considering the scientist as part of the archiving process. Therefore, the provenance data is enriched with community-specific metadata vocabularies and control messages, making an experiment reproducible and its description consistent with the community understandings. Moreover, it can contain user defined terms and annotations. The current implementation of the system is supported by the EU-Funded VERCE (http://verce.eu). It provides, as well as the provenance generation mechanisms, a prototypal browser-based user interface and a web API built on top of a NoSQL storage

  18. Innovative transparent armour concepts

    NARCIS (Netherlands)

    Carton, E.P.; Broos, J.P.F.

    2011-01-01

    Ever since WWII transparent armour consists of a multi-layer of glass panels bonded by thin polymer bond-films using an autoclave process. TNO has worked on the development of innovative transparent armour concepts that are lighter and a have better multi-hit capacity. Two new transparent armour

  19. Transparent ‘solution’ of ultrathin magnesium hydroxide nanocrystals for flexible and transparent nanocomposite films

    International Nuclear Information System (INIS)

    Wang, Jie-Xin; Sun, Qian; Chen, Bo; Zeng, Xiao-Fei; Zhang, Cong; Chen, Jian-Feng; Wu, Xi; Zou, Hai-Kui

    2015-01-01

    Transparent solutions of nanocrystals exhibit many unique properties, and are thus attractive materials for numerous applications. However, the synthesis of transparent nanocrystal solutions of magnesium hydroxide (MH) with wide applications is yet to be realized. Here, we report a facile two-step process, which includes a direct reactive precipitation in alcohol phase instead of aqueous phase combined with a successive surface modification, to prepare transparent alcohol solutions containing lamellar MH nanocrystals with an average size of 52 nm and an ultrathin thickness of 1–2 nm, which is the thinnest MH nanoplatelet reported in the literatures. Further, highly flexible and transparent nanocomposite films are fabricated with a solution mixing method by adding the transparent MH nanocrystal solutions into PVB solution. Considering the simplicity of the fabrication process, high transparency and good flexibility, this MH/polymer nanocomposite film is promising for flame-resistant applications in plastic electronics and optical devices with high transparency, such as flexible displays, optical filters, and flexible solar cells. (paper)

  20. Methods of Run-Time Error Detection in Distributed Process Control Software

    DEFF Research Database (Denmark)

    Drejer, N.

    In this thesis, methods of run-time error detection in application software for distributed process control is designed. The error detection is based upon a monitoring approach in which application software is monitored by system software during the entire execution. The thesis includes definition...... and constraint evaluation is designed for the modt interesting error types. These include: a) semantical errors in data communicated between application tasks; b) errors in the execution of application tasks; and c) errors in the timing of distributed events emitted by the application software. The design...... of error detection methods includes a high level software specification. this has the purpose of illustrating that the designed can be used in practice....

  1. Evolution of Mindsight and Psychological Commitment among Strategically Interacting Agents

    Directory of Open Access Journals (Sweden)

    Dimitry Rtischev

    2016-09-01

    Full Text Available We study the evolution of strategic psychological capabilities in a population of interacting agents. Specifically, we consider agents which are either blind or with mindsight, and either transparent or opaque. An agent with mindsight can observe the psychological makeup of a transparent agent, i.e., its logic, emotions, commitments and other elements that determine how it chooses actions. A blind agent cannot observe and opaque agents cannot be observed. Our assumption that mindsight and transparency are costly and optional exposes a middle ground between standard game theory without mindsight and evolution of preferences theory with obligatory and costless mindsight. We show that the only evolutionarily stable monomorphic population is one in which all agents are blind, opaque, and act-rational. We find that mindsight, transparency, and rule-rational commitments may evolve, albeit only in a portion of the population that fluctuates in size over generations. We reexamine the Ultimatum and Trust games in light of our findings and demonstrate that an evolved population of agents can differ significantly from a population of simplistic payoff-maximizers in terms of psychological traits and economic outcomes.

  2. Subscribing to Transparency

    DEFF Research Database (Denmark)

    He, Yinghua; Nielsson, Ulf; Guo, Hong

    2014-01-01

    The paper empirically explores how more trade transparency affects market liquidity. The analysis takes advantage of a unique setting in which the Shanghai Stock Exchange offered more trade transparency to market participants subscribing to a new software package. First, the results show...... that the additional data disclosure increased trading activity, but also increased transactions costs through wider bid-ask spreads. Thus, in contrast to popular policy belief, the paper finds that more transparency need not improve market liquidity. Second, the paper finds a particularly strong immediate liquidity...... impact accompanied by altered trading behavior, which suggests a significant impact on institutional traders subscribing relatively early. Lastly, since the effective level of market transparency is bound to depend on how many traders are subscribing to the data, the study can empirically establish...

  3. Subscribing to Transparency

    DEFF Research Database (Denmark)

    He, Yinghua; Nielsson, Ulf; Guo, Hong

    The paper empirically explores how more trade transparency affects market liquidity. The analysis takes advantage of a unique setting in which the Shanghai Stock Exchange offered more trade transparency to market participants subscribing to a new software package. First, the results show...... that the additional data disclosure increased trading activity, but also increased transactions costs through wider bid-ask spreads. Thus, in contrast to popular policy belief, the paper finds that more transparency need not improve market liquidity. Second, the paper finds a particularly strong immediate liquidity...... impact accompanied by altered trading behavior, which suggests a significant impact on institutional traders subscribing relatively early. Lastly, since the effective level of market transparency is bound to depend on how many traders are subscribing to the data, the study can empirically establish...

  4. Design and Implementation of a New Run-time Life-cycle for Interactive Public Display Applications

    OpenAIRE

    Cardoso, Jorge C. S.; Perpétua, Alice

    2015-01-01

    Public display systems are becoming increasingly complex. They are moving from passive closed systems to open interactive systems that are able to accommodate applications from several independent sources. This shift needs to be accompanied by a more flexible and powerful application management. In this paper, we propose a run-time life-cycle model for interactive public display applications that addresses several shortcomings of current display systems. Our mo...

  5. Color transparency

    International Nuclear Information System (INIS)

    Pire, B.; Ralston, J.P.

    1991-01-01

    This paper reviews the physics of color transparency and the unexpected energy dependence of recent measurements of high-energy fixed-angle elastic scattering in nuclear targets. The authors point out advantages of using transparency as a tool, introducing two concepts - spin and flavor flow filtering - that may be studied with nuclear targets. The special case of electroproduction is also considered

  6. Transparency and Product Variety

    DEFF Research Database (Denmark)

    Schultz, Christian

    We study the long run e¤ects of transparency in a circular town model of a differentiated market. The market is not fully transparent on the consumer side: A fraction of consumers are uninformed about prices. Increasing transparency reduces the equilibrium price, profit and entry of firms. This i...

  7. Runtime analysis of the (1+1) EA on computing unique input output sequences

    DEFF Research Database (Denmark)

    Lehre, Per Kristian; Yao, Xin

    2010-01-01

    Computing unique input output (UIO) sequences is a fundamental and hard problem in conformance testing of finite state machines (FSM). Previous experimental research has shown that evolutionary algorithms (EAs) can be applied successfully to find UIOs for some FSMs. However, before EAs can...... in the theoretical analysis, and the variability of the runtime. The numerical results fit well with the theoretical results, even for small problem instance sizes. Together, these results provide a first theoretical characterisation of the potential and limitations of the (1 + 1) EA on the problem of computing UIOs....

  8. Transparency in Health Programmes

    OpenAIRE

    Vian, Taryn

    2008-01-01

    Transparency is an important tool for good governance, helping to expose abusive practices including fraud, patronage, corruption, and other abuses of power. Increasing transparency can also enhance accountability by providing performance management information and exposing policies and procedures to oversight. This U4 Brief discusses the role of transparency in preventing corruption in the health sector.

  9. The impact of records management system in transparency of public administrations: Transparency by design

    Directory of Open Access Journals (Sweden)

    Agustí Cerrillo Martínez

    2018-05-01

    Full Text Available Records management system has a great impact in the improvement of transparency in public administration. Transparency by design refers to the inclusion of transparency duties stated by legislation in force in the records’ life cycle in a way that it guarantees citizens effective access to public information. In this paper, the changes that public administrations have to propel in their records management systems to improve public transparency and to make easy access to information are analysed. In particular, as a case study, provisions made by Law 19/2014, of December 29, on Transparency, Access to Public Information and Good Governance of Catalonia are explored.

  10. Passive Collecting of Solar Radiation Energy using Transparent Thermal Insulators, Energetic Efficiency of Transparent Thermal Insulators

    Directory of Open Access Journals (Sweden)

    Smajo Sulejmanovic

    2014-11-01

    Full Text Available This paper explains passive collection of solar radiation energy using transparent thermal insulators. Transparent thermal insulators are transparent for sunlight, at the same time those are very good thermal insulators. Transparent thermal insulators can be placed instead of standard conventional thermal insulators and additionally transparent insulators can capture solar radiation, transform it into heat and save heat just as standard insulators. Using transparent insulators would lead to reduce in usage of fossil fuels and would help protection of an environment and reduce effects of global warming, etc.

  11. Understanding modern transparency

    NARCIS (Netherlands)

    Meijer, A.J.|info:eu-repo/dai/nl/172436729

    2009-01-01

    Proponents and opponents fiercely debate whether computer-mediated transparency has a positive effect on trust in the public sector. This article enhances our understanding of transparency by presenting three perspectives: a premodern, modern and post-modern perspective, and analyzing the basic

  12. Competition for transparency as a carrier of competition. Transparency needs in the European wholesale electricity markets

    International Nuclear Information System (INIS)

    Jong, Hanneke de; Hakvoort, Rudi

    2005-01-01

    This paper analyses different transparency aspects regarding European wholesale electricity markets and discusses transparency issues to be solved. In Europe, currently some progress has been made with respect to market transparency but transparency issues related to transmission, system operation and regulation have received little attention so far. Transmission system operators (TSOs) and regulatory authorities need certain market information in order to secure efficient competition. However, TSOs and regulatory authorities need to communicate themselves in order to facilitate competition and decrease uncertainty among market participants. Furthermore, considering ongoing market integration both TSOs and regulatory authorities must exchange information amongst themselves in order to facilitate coordination and monitoring activities. The effect of a higher level of transparency on effective competition is depended on two categories of transparency aspects: aspects that are related to transparency in the sense of open and adequate communication (perspicuity) and aspects that are related to the easiness to understand (clarity). Transparency includes both aspects. Pursuing overall harmonization of the European transparency level is important to fully profit from a higher level of (international) harmonization. Effective harmonization requires harmonization on all communication aspects. For Europe, with its many immature markets, the dilemma remains whether it is preferable to have less transparency with a high level of harmonization or to have a higher level of transparency but a lower level of harmonization. (Author)

  13. Categories and Dimensions of Organizational Transparency

    DEFF Research Database (Denmark)

    Albu, Oana Brindusa; Flyverbom, Mikkel

    Transparency is a distinctive area of research across disciplines and presents significant importance for organization studies. However, transparency is rarely subject to structured and critical scrutiny and as a result its relevance for organizational analysis is underestimated. In an attempt...... to foreground the value of transparency studies, we offer an overview of the existing research and indicate two paradigmatic positions underpinning the transparency literature, namely what we term non-performative and performative approaches. The main contribution of the paper lies in this ground......, an approach which remains underexplored. Finally, we discuss some avenues for future studies of the organizing properties of transparency: the secrecy-transparency interplay, the power-transparency nexus and the transparency ‘family tree’ (i.e., intersections between multiple forms of disclosure)....

  14. A Formal Approach to Run-Time Evaluation of Real-Time Behaviour in Distributed Process Control Systems

    DEFF Research Database (Denmark)

    Kristensen, C.H.

    This thesis advocates a formal approach to run-time evaluation of real-time behaviour in distributed process sontrol systems, motivated by a growing interest in applying the increasingly popular formal methods in the application area of distributed process control systems. We propose to evaluate...... because the real-time aspects of distributed process control systems are considered to be among the hardest and most interesting to handle....

  15. On color transparency

    International Nuclear Information System (INIS)

    Jennings, B.K.; Miller, G.A.

    1989-10-01

    A quantum mechanical treatment of high momentum transfer nuclear processes is presented. Color transparency, the suppression of initial and final state interaction effects, is shown to arise from using the closure approximation. New conditions for the appearance of color transparency are derived

  16. Operating System for Runtime Reconfigurable Multiprocessor Systems

    Directory of Open Access Journals (Sweden)

    Diana Göhringer

    2011-01-01

    Full Text Available Operating systems traditionally handle the task scheduling of one or more application instances on processor-like hardware architectures. RAMPSoC, a novel runtime adaptive multiprocessor System-on-Chip, exploits the dynamic reconfiguration on FPGAs to generate, start and terminate hardware and software tasks. The hardware tasks have to be transferred to the reconfigurable hardware via a configuration access port. The software tasks can be loaded into the local memory of the respective IP core either via the configuration access port or via the on-chip communication infrastructure (e.g. a Network-on-Chip. Recent-series of Xilinx FPGAs, such as Virtex-5, provide two Internal Configuration Access Ports, which cannot be accessed simultaneously. To prevent conflicts, the access to these ports as well as the hardware resource management needs to be controlled, e.g. by a special-purpose operating system running on an embedded processor. For that purpose and to handle the relations between temporally and spatially scheduled operations, the novel approach of an operating system is of high importance. This special purpose operating system, called CAP-OS (Configuration Access Port-Operating System, which will be presented in this paper, supports the clients using the configuration port with the services of priority-based access scheduling, hardware task mapping and resource management.

  17. High Temperature Transparent Furnace Development

    Science.gov (United States)

    Bates, Stephen C.

    1997-01-01

    This report describes the use of novel techniques for heat containment that could be used to build a high temperature transparent furnace. The primary objective of the work was to experimentally demonstrate transparent furnace operation at 1200 C. Secondary objectives were to understand furnace operation and furnace component specification to enable the design and construction of a low power prototype furnace for delivery to NASA in a follow-up project. The basic approach of the research was to couple high temperature component design with simple concept demonstration experiments that modify a commercially available transparent furnace rated at lower temperature. A detailed energy balance of the operating transparent furnace was performed, calculating heat losses through the furnace components as a result of conduction, radiation, and convection. The transparent furnace shells and furnace components were redesigned to permit furnace operation at at least 1200 C. Techniques were developed that are expected to lead to significantly improved heat containment compared with current transparent furnaces. The design of a thermal profile in a multizone high temperature transparent furnace design was also addressed. Experiments were performed to verify the energy balance analysis, to demonstrate some of the major furnace improvement techniques developed, and to demonstrate the overall feasibility of a high temperature transparent furnace. The important objective of the research was achieved: to demonstrate the feasibility of operating a transparent furnace at 1200 C.

  18. Perceptual transparency from image deformation.

    Science.gov (United States)

    Kawabe, Takahiro; Maruya, Kazushi; Nishida, Shin'ya

    2015-08-18

    Human vision has a remarkable ability to perceive two layers at the same retinal locations, a transparent layer in front of a background surface. Critical image cues to perceptual transparency, studied extensively in the past, are changes in luminance or color that could be caused by light absorptions and reflections by the front layer, but such image changes may not be clearly visible when the front layer consists of a pure transparent material such as water. Our daily experiences with transparent materials of this kind suggest that an alternative potential cue of visual transparency is image deformations of a background pattern caused by light refraction. Although previous studies have indicated that these image deformations, at least static ones, play little role in perceptual transparency, here we show that dynamic image deformations of the background pattern, which could be produced by light refraction on a moving liquid's surface, can produce a vivid impression of a transparent liquid layer without the aid of any other visual cues as to the presence of a transparent layer. Furthermore, a transparent liquid layer perceptually emerges even from a randomly generated dynamic image deformation as long as it is similar to real liquid deformations in its spatiotemporal frequency profile. Our findings indicate that the brain can perceptually infer the presence of "invisible" transparent liquids by analyzing the spatiotemporal structure of dynamic image deformation, for which it uses a relatively simple computation that does not require high-level knowledge about the detailed physics of liquid deformation.

  19. Transparency and public value : Analyzing the transparency practices and value creation of public utilities

    NARCIS (Netherlands)

    Douglas, S.C.; Meijer, A.J.

    2016-01-01

    This article examines to what extent transparency is a condition for the creation of public value. Transparency is usually narrowly defined as a tool for external stakeholders to monitor the internal workings of an organization, but public value management positions transparency as a broader

  20. What color transparency measures

    International Nuclear Information System (INIS)

    Jain, P.; Ralston, J.P.

    1992-01-01

    Color transparency is commonly accepted to be a prediction of perturbative QCD. However it is more a phenomenon probing the interface between the perturbative and nonperturbative regimes, leading to some intricacy in its theoretical description. In this paper we study the consequences of the impulse approximation to the theory in various quantum mechanical bases. We show that the fully interacting hadronic basis, which consists of eigenstates of the exact Hamiltonian in the presence of the nucleus, provides a natural basis to study color transparency. In this basis we can relate the quark wave function at a small transverse separation distance b 2 2 directly to transparency ratios measured in experiment. With the formalism, experiment can be used to map out the quark wave function in this region. We exhibit several loopholes in existing arguments predicting a rise in transparency ratios with energy, and suggest alternatives. Among the results, we argue that the theoretical prediction of a rising transparency ratio with energy may be on better footing for heavy-quark bound states than for relativistic light-quark systems. We also point out that transparency ratios can be constant with energy and not at variance with perturbative QCD

  1. Semi-transparent solar cells

    International Nuclear Information System (INIS)

    Sun, J; Jasieniak, J J

    2017-01-01

    Semi-transparent solar cells are a type of technology that combines the benefits of visible light transparency and light-to-electricity conversion. One of the biggest opportunities for such technologies is in their integration as windows and skylights within energy-sustainable buildings. Currently, such building integrated photovoltaics (BIPV) are dominated by crystalline silicon based modules; however, the opaque nature of silicon creates a unique opportunity for the adoption of emerging photovoltaic candidates that can be made truly semi-transparent. These include: amorphous silicon-, kesterite-, chalcopyrite-, CdTe-, dye-sensitized-, organic- and perovskite- based systems. For the most part, amorphous silicon has been the workhorse in the semi-transparent solar cell field owing to its established, low-temperature fabrication processes. Excitement around alternative classes, particularly perovskites and the inorganic candidates, has recently arisen because of the major efficiency gains exhibited by these technologies. Importantly, each of these presents unique opportunities and challenges within the context of BIPV. This topic review provides an overview into the broader benefits of semi-transparent solar cells as building-integrated features, as well as providing the current development status into all of the major types of semi-transparent solar cells technologies. (topical review)

  2. Lignin-Retaining Transparent Wood.

    Science.gov (United States)

    Li, Yuanyuan; Fu, Qiliang; Rojas, Ramiro; Yan, Min; Lawoko, Martin; Berglund, Lars

    2017-09-11

    Optically transparent wood, combining optical and mechanical performance, is an emerging new material for light-transmitting structures in buildings with the aim of reducing energy consumption. One of the main obstacles for transparent wood fabrication is delignification, where around 30 wt % of wood tissue is removed to reduce light absorption and refractive index mismatch. This step is time consuming and not environmentally benign. Moreover, lignin removal weakens the wood structure, limiting the fabrication of large structures. A green and industrially feasible method has now been developed to prepare transparent wood. Up to 80 wt % of lignin is preserved, leading to a stronger wood template compared to the delignified alternative. After polymer infiltration, a high-lignin-content transparent wood with transmittance of 83 %, haze of 75 %, thermal conductivity of 0.23 W mK -1 , and work-tofracture of 1.2 MJ m -3 (a magnitude higher than glass) was obtained. This transparent wood preparation method is efficient and applicable to various wood species. The transparent wood obtained shows potential for application in energy-saving buildings. © 2017 The Authors. Published by Wiley-VCH Verlag GmbH & Co. KGaA.

  3. Semi-transparent solar cells

    Science.gov (United States)

    Sun, J.; Jasieniak, J. J.

    2017-03-01

    Semi-transparent solar cells are a type of technology that combines the benefits of visible light transparency and light-to-electricity conversion. One of the biggest opportunities for such technologies is in their integration as windows and skylights within energy-sustainable buildings. Currently, such building integrated photovoltaics (BIPV) are dominated by crystalline silicon based modules; however, the opaque nature of silicon creates a unique opportunity for the adoption of emerging photovoltaic candidates that can be made truly semi-transparent. These include: amorphous silicon-, kesterite-, chalcopyrite-, CdTe-, dye-sensitized-, organic- and perovskite- based systems. For the most part, amorphous silicon has been the workhorse in the semi-transparent solar cell field owing to its established, low-temperature fabrication processes. Excitement around alternative classes, particularly perovskites and the inorganic candidates, has recently arisen because of the major efficiency gains exhibited by these technologies. Importantly, each of these presents unique opportunities and challenges within the context of BIPV. This topic review provides an overview into the broader benefits of semi-transparent solar cells as building-integrated features, as well as providing the current development status into all of the major types of semi-transparent solar cells technologies.

  4. EU Transparency Register

    NARCIS (Netherlands)

    Mańko, R.; Thiel, M.; Bauer, E.

    2014-01-01

    Widespread lobbying in the EU institutions has led to criticism regarding the transparency and accountability of the EU's decision-making process. In response to these concerns, the Parliament set up its transparency register in 1995, followed by the Commission in 2008. The two institutions merged

  5. Color transparency

    International Nuclear Information System (INIS)

    Miller, G.A.

    1993-01-01

    Imagine shooting a beam of protons of high momentum P through an atomic nucleus. Usually the nuclear interactions prevent the particles from emerging with momentum ∼P. Further, the angular distribution of elastically scattered protons is close to the optical diffraction pattern produced by a black disk. Thus the nucleus acts as a black disk and is not transparent. However, certain high momentum transfer reactions in which a proton is knocked out of the nucleus may be completely different. Suppose that the high momentum transfer process leads to the formation of a small-size color singlet wavepacket that is ejected from the nucleus. The effects of gluons emitted by color singlet systems of closely separated quarks and gluons tend to cancel. Thus the wavepacket-nuclear interactions are suppressed, the nucleus becomes transparant and one says that color transparency CT occurs. The observation of CT also requires that the wavepacket not expand very much while it moves through the nucleus. Simple quantum mechanical formulations can assess this expansion. The creation of a small-sized wavepacket is expected in asymptotic perturbative effects. The author reviews the few experimental attempts to observe color transparency in nuclear (e,e'p) and (p,pp) reactions and interpret the data and their implications

  6. Second-order nonlinearity induced transparency.

    Science.gov (United States)

    Zhou, Y H; Zhang, S S; Shen, H Z; Yi, X X

    2017-04-01

    In analogy to electromagnetically induced transparency, optomechanically induced transparency was proposed recently in [Science330, 1520 (2010)SCIEAS0036-807510.1126/science.1195596]. In this Letter, we demonstrate another form of induced transparency enabled by second-order nonlinearity. A practical application of the second-order nonlinearity induced transparency is to measure the second-order nonlinear coefficient. Our scheme might find applications in quantum optics and quantum information processing.

  7. Canadian perspectives in evaluating transparency

    International Nuclear Information System (INIS)

    Herwig, L.

    2007-01-01

    The Canadian Nuclear Safety Commission's mission is to regulate the use of nuclear energy and materials to protect the health, safety, and security of Canadians and the environment, as well as to respect Canada's international commitments on the peaceful use of nuclear energy. In 2001, the CNSC established a vision to be one of the best nuclear regulators in the world and established four strategic priorities of effectiveness, transparency, excellence in staff, and efficiency. While fulfilling a very comprehensive mandate, the CNSC operates with a. very clear vision of its clientele - the Canadian people. That commitment guides every employee and every action of the CNSC and ensures a firm commitment to transparency. The presentation will begin with a brief overview of the worldwide context of transparency and transparency measurement, with a look at what lessons can be learned from other organizations and initiatives. It will look broadly at the Canadian context and the government framework that establishes transparency, including the keystone legislation of the Access to Information Act. The presentation will then focus on the Canadian Nuclear Safety Commission. The CNSC is firmly committed to putting additional measures in place to ensure transparency, which is being done concurrently with an overall organisational performance measurement system. It is within this framework that the presentation will address the transparency efforts at the CNSC as well transparency measurement activities. And, finally, the presentation will look at future directions for transparency and its measurement at the CNSC. (author)

  8. Positron annihilation in transparent ceramics

    Science.gov (United States)

    Husband, P.; Bartošová, I.; Slugeň, V.; Selim, F. A.

    2016-01-01

    Transparent ceramics are emerging as excellent candidates for many photonic applications including laser, scintillation and illumination. However achieving perfect transparency is essential in these applications and requires high technology processing and complete understanding for the ceramic microstructure and its effect on the optical properties. Positron annihilation spectroscopy (PAS) is the perfect tool to study porosity and defects. It has been applied to investigate many ceramic structures; and transparent ceramics field may be greatly advanced by applying PAS. In this work positron lifetime (PLT) measurements were carried out in parallel with optical studies on yttrium aluminum garnet transparent ceramics in order to gain an understanding for their structure at the atomic level and its effect on the transparency and light scattering. The study confirmed that PAS can provide useful information on their microstructure and guide the technology of manufacturing and advancing transparent ceramics.

  9. Positron annihilation in transparent ceramics

    International Nuclear Information System (INIS)

    Husband, P; Selim, F A; Bartošová, I; Slugeň, V

    2016-01-01

    Transparent ceramics are emerging as excellent candidates for many photonic applications including laser, scintillation and illumination. However achieving perfect transparency is essential in these applications and requires high technology processing and complete understanding for the ceramic microstructure and its effect on the optical properties. Positron annihilation spectroscopy (PAS) is the perfect tool to study porosity and defects. It has been applied to investigate many ceramic structures; and transparent ceramics field may be greatly advanced by applying PAS. In this work positron lifetime (PLT) measurements were carried out in parallel with optical studies on yttrium aluminum garnet transparent ceramics in order to gain an understanding for their structure at the atomic level and its effect on the transparency and light scattering. The study confirmed that PAS can provide useful information on their microstructure and guide the technology of manufacturing and advancing transparent ceramics. (paper)

  10. Dominant investors and strategic transparency

    NARCIS (Netherlands)

    Perotti, E.C.; von Thadden, E.-L.

    1998-01-01

    This paper studies product market competition under a strategic transparency decision. Dominant investors can influence information collection in the financial market, and thereby corporate transparency, by affecting market liquidity or the cost of information collection. More transparency on a

  11. Dominant investors and strategic transparency

    NARCIS (Netherlands)

    Perotti, E.C.; von Thadden, E.-L.

    1999-01-01

    This paper studies product market competition under a strategic transparency decision. Dominant investors can influence information collection in the financial market, and thereby corporate transparency, by affecting market liquidity or the cost of information collection. More transparency on a

  12. Passenger Sharing of the High-Speed Railway from Sensitivity Analysis Caused by Price and Run-time Based on the Multi-Agent System

    Directory of Open Access Journals (Sweden)

    Ma Ning

    2013-09-01

    Full Text Available Purpose: Nowadays, governments around the world are active in constructing the high-speed railway. Therefore, it is significant to make research on this increasingly prevalent transport.Design/methodology/approach: In this paper, we simulate the process of the passenger’s travel mode choice by adjusting the ticket fare and the run-time based on the multi-agent system (MAS.Findings: From the research we get the conclusion that increasing the run-time appropriately and reducing the ticket fare in some extent are effective ways to enhance the passenger sharing of the high-speed railway.Originality/value: We hope it can provide policy recommendations for the railway sectors in developing the long-term plan on high-speed railway in the future.

  13. Privacy transparency patterns

    NARCIS (Netherlands)

    Siljee B.I.J.

    2015-01-01

    This paper describes two privacy patterns for creating privacy transparency: the Personal Data Table pattern and the Privacy Policy Icons pattern, as well as a full overview of privacy transparency patterns. It is a first step in creating a full set of privacy design patterns, which will aid

  14. Aerospace Transparency Research Compendium

    National Research Council Canada - National Science Library

    Pinkus, Alan

    2003-01-01

    ... (ARRL), located at Wright-Patterson AFB OH, has advanced aerospace transparency technology through the investigative research of numerous optical and visual parameters inherent in aerospace transparencies...

  15. Transparent Electrodes for Efficient Optoelectronics

    KAUST Repository

    Morales-Masis, Monica

    2017-03-30

    With the development of new generations of optoelectronic devices that combine high performance and novel functionalities (e.g., flexibility/bendability, adaptability, semi or full transparency), several classes of transparent electrodes have been developed in recent years. These range from optimized transparent conductive oxides (TCOs), which are historically the most commonly used transparent electrodes, to new electrodes made from nano- and 2D materials (e.g., metal nanowire networks and graphene), and to hybrid electrodes that integrate TCOs or dielectrics with nanowires, metal grids, or ultrathin metal films. Here, the most relevant transparent electrodes developed to date are introduced, their fundamental properties are described, and their materials are classified according to specific application requirements in high efficiency solar cells and flexible organic light-emitting diodes (OLEDs). This information serves as a guideline for selecting and developing appropriate transparent electrodes according to intended application requirements and functionality.

  16. Transparent Electrodes for Efficient Optoelectronics

    KAUST Repository

    Morales-Masis, Monica; De Wolf, Stefaan; Woods-Robinson, Rachel; Ager, Joel W.; Ballif, Christophe

    2017-01-01

    With the development of new generations of optoelectronic devices that combine high performance and novel functionalities (e.g., flexibility/bendability, adaptability, semi or full transparency), several classes of transparent electrodes have been developed in recent years. These range from optimized transparent conductive oxides (TCOs), which are historically the most commonly used transparent electrodes, to new electrodes made from nano- and 2D materials (e.g., metal nanowire networks and graphene), and to hybrid electrodes that integrate TCOs or dielectrics with nanowires, metal grids, or ultrathin metal films. Here, the most relevant transparent electrodes developed to date are introduced, their fundamental properties are described, and their materials are classified according to specific application requirements in high efficiency solar cells and flexible organic light-emitting diodes (OLEDs). This information serves as a guideline for selecting and developing appropriate transparent electrodes according to intended application requirements and functionality.

  17. A FRAMEWORK FOR TRANSPARENCY IN INTERNATIONAL TRADE

    Directory of Open Access Journals (Sweden)

    Bernal Turnes, Paloma

    2015-01-01

    Full Text Available The aim of this paper is to cover the gap in literature about transparency in the context of international trade facilitation. It focuses on the importance of transparency in achieving growth in international trade and the differences between non-transparent practices and corruption in global trade. Managing the disclosure of information about rules, regulations and laws is not the only trade policy instrument where transparency becomes important. To build a framework on levels of transparency we developed a matrix classifying the transparency of each country based on ease of doing business and levels of bribery. Four different strategies are explained based on the different scenarios of transparency in international trade. The main conclusions reflect that disclosure of information is not enough to guarantee transparency and monitoring of transparency must be improved.

  18. Transparency as an element of public confidence

    International Nuclear Information System (INIS)

    Kim, H.K.

    2007-01-01

    In the modern society, there is increasing demands for greater transparency. It has been discussed with respect to corruption or ethics issues in social science. The need for greater openness and transparency in nuclear regulation is widely recognised as public expectations on regulator grow. It is also related to the digital and information technology that enables disclosures of every activity and information of individual and organisation, characterised by numerous 'small brothers'. Transparency has become a key word in this ubiquitous era. Transparency in regulatory activities needs to be understood in following contexts. First, transparency is one of elements to build public confidence in regulator and eventually to achieve regulatory goal of providing the public with satisfaction at nuclear safety. Transparent bases of competence, independence, ethics and integrity of working process of regulatory body would enhance public confidence. Second, activities transmitting information on nuclear safety and preparedness to be accessed are different types of transparency. Communication is an active method of transparency. With increasing use of web-sites, 'digital transparency' is also discussed as passive one. Transparency in regulatory process may be more important than that of contents. Simply providing more information is of little value and specific information may need to be protected for security reason. Third, transparency should be discussed in international, national and organizational perspectives. It has been demanded through international instruments. for each country, transparency is demanded by residents, public, NGOs, media and other stakeholders. Employees also demand more transparency in operating and regulatory organisations. Whistle-blower may appear unless they are satisfied. Fourth, pursuing transparency may cause undue social cost or adverse effects. Over-transparency may decrease public confidence and the process for transparency may also hinder

  19. Phenomenal transparency in achromatic checkerboards.

    Science.gov (United States)

    Masin, S C

    1999-04-01

    The study explored the luminance relations that determine the occurrence of achromatic transparency in phenomenal surfaces on complex backgrounds. Let the luminances of the left and right parts of a transparent surface on a bipartite background and those of the left and right parts of the bipartite background be p and q and m and n, respectively. Metelli proposed that this surface looks transparent when the rule p q if m > n) is satisfied, and Masin and Fukuda that it looks transparent when the inclusion rule is satisfied, that is, when p epsilon (m, q) or q epsilon (p, n). These rules also apply to achromatic checkerboards formed by one checkerboard enclosed in another checkerboard. This study shows that only the inclusion rule correctly predicted the occurrence of transparency in these checkerboards.

  20. Transparent conductor based on aluminum nanomesh

    International Nuclear Information System (INIS)

    Kazarkin, B; Mohammed, A S; Stsiapanau, A; Zhuk, S; Satskevich, Y; Smirnov, A

    2014-01-01

    We report a transparent conductor based on Al nanomesh, which was fabricated through Al anodization and etching processes. The Al anodization was performed at low temperature condition to slow down the anodization rate to achieve the well-controlled thickness of an Al nanomesh. By careful controlling of the anodization process, we can fabricate Al nanomesh transparent conductors with different sheet resistance and optical transparency in the visible spectrum range. We shall show that Al nanomesh transparent conductor is a strong contender for a transparent conductor dominated by ITO

  1. Transparent platinum counter electrode for efficient semi-transparent dye-sensitized solar cells

    Energy Technology Data Exchange (ETDEWEB)

    Iefanova, Anastasiia; Nepal, Jeevan; Poudel, Prashant; Davoux, Daren; Gautam, Umesh [Electrical Engineering and Computer Science Department, South Dakota State University, Brookings, SD 57006 (United States); Mallam, Venkataiah [Chemistry and Biochemistry Department, South Dakota State University, Brookings, SD 57006 (United States); Qiao, Qiquan [Electrical Engineering and Computer Science Department, South Dakota State University, Brookings, SD 57006 (United States); Logue, Brian [Chemistry and Biochemistry Department, South Dakota State University, Brookings, SD 57006 (United States); Baroughi, Mahdi Farrokh, E-mail: m.farrokhbaroughi@sdstate.edu [Electrical Engineering and Computer Science Department, South Dakota State University, Brookings, SD 57006 (United States)

    2014-07-01

    A method for fabrication of highly transparent platinum counter electrodes (CEs) has been developed based on spray coating of Pt nanoparticles (NPs) on hot substrates. This method leads to 86% reduction in Pt consumption reducing the Pt cost per peak watt of counter electrode from $0.79/Wp down to $0.11/Wp compared to the conventional Pt counter electrodes made by sputter deposition. The simplicity and low cost of this method provide a basis for an up-scalable fabrication process. The Pt NP layer is over 88% transparent, leading to overall transparency of 80% when incorporated with indium tin oxide/glass substrates for functional counter electrodes. This counter electrode exhibits a large surface area and high catalytic activity, comparable to that of the conventional opaque CEs. Semi-transparent dye-sensitized solar cells fabricated based on this counter electrode showed 6.17% power conversion efficiency. - Highlights: • Counter electrode (CE) prepared by spraying nanoparticle (NP) Pt on hot substrate. • Low cost and scalable fabrication process of CE. • The spray deposited CE uses 10 times less Pt compared to the sputtering method. • The CE is 80% transparent and exhibits a large surface and high catalytic activity. • A semitransparent dye-sensitized solar cell with Pt NP CE was 6.17% efficient.

  2. Reproducibility and Transparency in Ocean-Climate Modeling

    Science.gov (United States)

    Hannah, N.; Adcroft, A.; Hallberg, R.; Griffies, S. M.

    2015-12-01

    Reproducibility is a cornerstone of the scientific method. Within geophysical modeling and simulation achieving reproducibility can be difficult, especially given the complexity of numerical codes, enormous and disparate data sets, and variety of supercomputing technology. We have made progress on this problem in the context of a large project - the development of new ocean and sea ice models, MOM6 and SIS2. Here we present useful techniques and experience.We use version control not only for code but the entire experiment working directory, including configuration (run-time parameters, component versions), input data and checksums on experiment output. This allows us to document when the solutions to experiments change, whether due to code updates or changes in input data. To avoid distributing large input datasets we provide the tools for generating these from the sources, rather than provide raw input data.Bugs can be a source of non-determinism and hence irreproducibility, e.g. reading from or branching on uninitialized memory. To expose these we routinely run system tests, using a memory debugger, multiple compilers and different machines. Additional confidence in the code comes from specialised tests, for example automated dimensional analysis and domain transformations. This has entailed adopting a code style where we deliberately restrict what a compiler can do when re-arranging mathematical expressions.In the spirit of open science, all development is in the public domain. This leads to a positive feedback, where increased transparency and reproducibility makes using the model easier for external collaborators, who in turn provide valuable contributions. To facilitate users installing and running the model we provide (version controlled) digital notebooks that illustrate and record analysis of output. This has the dual role of providing a gross, platform-independent, testing capability and a means to documents model output and analysis.

  3. Narrative Transparency: Adopting a Rhetorical Stance

    DEFF Research Database (Denmark)

    Arnould, Eric; Press, Melea

    2014-01-01

    In this paper, we look at how alternative marketing organisations communicate transparency in a climate of generalised risk and scepticism. We contrast the traditional numeric approach to transparency, which involves auditing and third-party certifications; with an alternative approach that we call...... narrative transparency. Central to narrative transparency is an emphasis on stake-holder dialogue and an invitation to stake-holders to play the role of auditor. This article illustrates how alternative marketing organisations engage in rhetorical tactics central to a narrative approach, to communicate...... transparency to their stakeholders. These rhetorical tactics include persona, allegory, consumer sovereignty and enlightenment. Community supported agriculture programmes from across the United States are the context for this study. Findings enrich discussions about best practices for transparency...

  4. Transparency, price-dependent demand and product variety

    OpenAIRE

    Gu, Yiquan; Wenzel, Tobias

    2010-01-01

    This paper revisits the relationship between transparency on the consumer side and product variety as analyzed in Schultz (2009). We identify two welfare effects of transparency. More transparency decreases price-cost margins which is beneficial forwelfare. On the other hand, more transparency reduces variety which can be positive or negative for welfare. Overall, more transparency is always welfareimproving.

  5. Robot transparency, trust and utility

    Science.gov (United States)

    Wortham, Robert H.; Theodorou, Andreas

    2017-07-01

    As robot reasoning becomes more complex, debugging becomes increasingly hard based solely on observable behaviour, even for robot designers and technical specialists. Similarly, non-specialist users have difficulty creating useful mental models of robot reasoning from observations of robot behaviour. The EPSRC Principles of Robotics mandate that our artefacts should be transparent, but what does this mean in practice, and how does transparency affect both trust and utility? We investigate this relationship in the literature and find it to be complex, particularly in nonindustrial environments where, depending on the application and purpose of the robot, transparency may have a wider range of effects on trust and utility. We outline our programme of research to support our assertion that it is nevertheless possible to create transparent agents that are emotionally engaging despite having a transparent machine nature.

  6. Surface microstructure evolution of highly transparent and conductive Al-doped ZnO thin films and its application in CIGS solar cells

    Science.gov (United States)

    Cheng, Ke; Liu, Jingjing; Jin, Ranran; Liu, Jingling; Liu, Xinsheng; Lu, Zhangbo; Liu, Ya; Liu, Xiaolan; Du, Zuliang

    2017-07-01

    Aluminum-doped zinc oxide (AZO) has attained intensive attention as being a very good transparent conducting oxide for photovoltaic applications. In this work, AZO films have been deposited on glass substrate by radio frequency (RF) magnetron sputtering. The influences of substrate temperatures on morphological, structural, optical and electrical properties of AZO films were systematically investigated. The results indicate that all AZO films have the hexagonal structure with c-axis preferred orientation. Morphological and electrical measurements have revealed that the substrate temperatures have strong influence on the microstructure, optical and electrical properties of AZO films. The AZO film is highly transparent from ultraviolet up to near infrared range with highest average transparency exceeding 83%. The minimum resistivity is as low as 6.1 × 10-4 Ω cm. The carrier concentration and mobility are as high as 3.357 × 1020 cm-3 and 30.48 cm2/Vs, respectively. Finally, the performances of the AZO film are evaluated by its practical application in Cu(In1-xGax)Se2 (CIGS) photovoltaic device as a transparent electrode. Benefited from its highly transparent and conductive feature, the most efficient device reveals an efficiency of 7.8% with a short-circuit current density of 28.99 mA/cm2, an open-circuit voltage of 430 mV, and a fill factor of 62.44 under standard conditions.

  7. Transparency in high-energy nuclear collisions

    International Nuclear Information System (INIS)

    Karol, P.J.

    1992-01-01

    Problems associated with transparency schemes based on sharp cutoff models are discussed. The soft spheres model of hadron-nucleus and nucleus-nucleus collisions has been used to explore the influence of the realistic nuclear density geometry on transparency. An average nuclear transparency and an average reaction transparency are defined and their dependence on target and projectile dimensions and on the hadron-nucleon collision cross section are described. The results are expected to be valid for projectile energies above several hundred MeV/nucleon through the ultrarelativistic regime. For uniform (hard sphere) nuclear profiles, methods for obtaining effective total transparencies are suggested

  8. Transparency and product variety

    DEFF Research Database (Denmark)

    Schultz, Christian

    2009-01-01

    We study long run effects of transparency on the consumer side in a differentiated market. Only some consumers know prices. Increasing transparency reduces the equilibrium price, profit and firm entry. This improves welfare and, in most cases, average consumer utility....

  9. Supporting Multiprocessors in the Icecap Safety-Critical Java Run-Time Environment

    DEFF Research Database (Denmark)

    Zhao, Shuai; Wellings, Andy; Korsholm, Stephan Erbs

    The current version of the Safety Critical Java (SCJ) specification defines three compliance levels. Level 0 targets single processor programs while Level 1 and 2 can support multiprocessor platforms. Level 1 programs must be fully partitioned but Level 2 programs can also be more globally...... scheduled. As of yet, there is no official Reference Implementation for SCJ. However, the icecap project has produced a Safety-Critical Java Run-time Environment based on the Hardware-near Virtual Machine (HVM). This supports SCJ at all compliance levels and provides an implementation of the safety......-critical Java (javax.safetycritical) package. This is still work-in-progress and lacks certain key features. Among these is the ability to support multiprocessor platforms. In this paper, we explore two possible options to adding multiprocessor support to this environment: the “green thread” and the “native...

  10. Transparency of Banking Supervisors

    NARCIS (Netherlands)

    Liedorp, Franka; Mosch, Robert; van der Cruijsen, Carin; de Haan, Jakob

    Following Eijffinger and Geraats (2006), this paper constructs an index of transparency of banking supervisors that takes political, economic, procedural, policy, and operational transparency into account. Based on a survey, the index is constructed for 24 banking supervisors. The average score is

  11. Introduction: The Transparency Issue

    NARCIS (Netherlands)

    Teurlings, J.; Stauff, M.

    2014-01-01

    Besides giving an overview on the individual contributions, this introduction to the special issue on transparency delineates a conceptual context for a critical analysis of the contemporary discourse on transparency and the media mechanisms related to it. It focuses on three ambivalences inherent

  12. Optically transparent semiconducting polymer nanonetwork for flexible and transparent electronics

    Science.gov (United States)

    Yu, Kilho; Park, Byoungwook; Kim, Geunjin; Kim, Chang-Hyun; Park, Sungjun; Kim, Jehan; Jung, Suhyun; Jeong, Soyeong; Kwon, Sooncheol; Kang, Hongkyu; Kim, Junghwan; Yoon, Myung-Han; Lee, Kwanghee

    2016-01-01

    Simultaneously achieving high optical transparency and excellent charge mobility in semiconducting polymers has presented a challenge for the application of these materials in future “flexible” and “transparent” electronics (FTEs). Here, by blending only a small amount (∼15 wt %) of a diketopyrrolopyrrole-based semiconducting polymer (DPP2T) into an inert polystyrene (PS) matrix, we introduce a polymer blend system that demonstrates both high field-effect transistor (FET) mobility and excellent optical transparency that approaches 100%. We discover that in a PS matrix, DPP2T forms a web-like, continuously connected nanonetwork that spreads throughout the thin film and provides highly efficient 2D charge pathways through extended intrachain conjugation. The remarkable physical properties achieved using our approach enable us to develop prototype high-performance FTE devices, including colorless all-polymer FET arrays and fully transparent FET-integrated polymer light-emitting diodes. PMID:27911774

  13. Pixel masks for screen-door transparency

    NARCIS (Netherlands)

    J.D. Mulder (Jurriaan); F.C.A. Groen; J.J. van Wijk (Jack)

    1998-01-01

    textabstractRendering objects transparently gives additional insight in complex and overlapping structures. However, traditional techniques for the rendering of transparent objects such as alpha blending are not very well suited for the rendering of multiple transparent objects in dynamic scenes.

  14. VOx effectively doping CVD-graphene for transparent conductive films

    Science.gov (United States)

    Ji, Qinghua; Shi, Liangjing; Zhang, Qinghong; Wang, Weiqi; Zheng, Huifeng; Zhang, Yuzhi; Liu, Yangqiao; Sun, Jing

    2016-11-01

    Chemical vapor deposition(CVD)-synthesized graphene is potentially an alternative for tin-doped indium oxide (ITO) transparent conductive films (TCFs), however its sheet resistance is still too high to meet many demands. Vanadium oxide has been widely applied as smart window materials, however, no study has been reported to use it as dopant to improve the conductivity of graphene TCFs. In this study, we firstly reported that VOx doping can effectively lower the sheet resistance of CVD-graphene films while keeping its good optical properties, whose transmittance is as high as 86-90%. The optimized VOx-doped graphene exhibits a sheet resistance as low as 176 Ω/□, which decreases by 56% compared to the undoped graphene films. The doping process is convenient, stable, economical and easy to operate. What is more, VOx can effectively increase the work function(WF) of the film, making it more appropriate for use in solar cells. The evolution of the VOx species annealed at different temperatures below 400 °C has been detailed studied for the first time, based on which the doping mechanism is proposed. The prepared VOx doped graphene is expected to be a promising candidate for transparent conductive film purposes.

  15. The Concert system - Compiler and runtime technology for efficient concurrent object-oriented programming

    Science.gov (United States)

    Chien, Andrew A.; Karamcheti, Vijay; Plevyak, John; Sahrawat, Deepak

    1993-01-01

    Concurrent object-oriented languages, particularly fine-grained approaches, reduce the difficulty of large scale concurrent programming by providing modularity through encapsulation while exposing large degrees of concurrency. Despite these programmability advantages, such languages have historically suffered from poor efficiency. This paper describes the Concert project whose goal is to develop portable, efficient implementations of fine-grained concurrent object-oriented languages. Our approach incorporates aggressive program analysis and program transformation with careful information management at every stage from the compiler to the runtime system. The paper discusses the basic elements of the Concert approach along with a description of the potential payoffs. Initial performance results and specific plans for system development are also detailed.

  16. Advice on Admissions Transparency

    Science.gov (United States)

    Australian Government Tertiary Education Quality and Standards Agency, 2018

    2018-01-01

    Admissions transparency means that prospective domestic undergraduate students can easily find good quality admissions information that allows them to compare courses and providers and make informed study choices. In October 2016 the Higher Education Standards Panel (HESP) made recommendations to achieve greater transparency in higher education…

  17. Can transparency be measured - a look ahead

    International Nuclear Information System (INIS)

    Jorle, A.

    2007-01-01

    The simple answer to this question is no. But if you define the expression and decide transparency actually is, the answer might be different. Transparency means different things in different places. In one country transparency meant almost total access to anything that a government authority has in its possession. In another country transparency is more strict access to certain decisions, decisions makers or documents written with the sole purpose of informing the public. What variables could be found in the word transparent, what is a transparent regulator? In this short presentation we will deal with some important settings or fundamental prerequisites for a regulator calling itself transparent. Perhaps we should look at them in order of importance. Some days it is difficult to do all at once. As a final point, if we as regulators wish to call ourselves transparent in a future with diminishing national borders, fast electronic communication and increasing world wide media impact, what does the world require from us as regulators? (author)

  18. A Concise Dictionary of Transparency

    Directory of Open Access Journals (Sweden)

    Jakub Misun

    2013-01-01

    Full Text Available The article discusses an essay collection by Marek Bieńczyk, Przeźroczystość [Transparency]. The concept, placed in various context, shows various aspects and is seen in various shades. The author does not put forward a statement, but rather proposes a work to be done: to determine the modality of transparency. The concept initially seems to be mainly epistemological: the cognizant subject would like to make the world transparent, to discover all possible mysteries. Before that, however, the subject must know itself, and here the dream of trans­parency also plays the key role. Lack of epistemological transparency is the main cause of melancholy and its reverse — hysteria. The concept turns out to be important in the domain of love — the loer thinks that (she knows the desired person more better anybody else, that (she has entirely penetrated the subjectivity of the Other. Ultimately, however, the dream of transparency goes down to a slow demise of the subject: as self-discovery progresses, there is less and less of the discoverer. In conclusion of this work, the border of modality of the concept turns out to be horrifyingly obvious. The desire for transparency consequently searches not for knowledge, but for an escape whose name is death.

  19. Transparency in port-Hamiltonian based telemanipulation

    NARCIS (Netherlands)

    Secchi, C; Stramigioli, Stefano; Fantuzzi, C.

    2005-01-01

    After stability, transparency is the major issue in the design of a telemanipulation system. In this paper we exploit a behavioral approach in order to provide an index for the evaluation of transparency in port-Hamiltonian based teleoperators. Furthermore we provide a transparency analysis of

  20. Transparency in Port-Hamiltonian-Based Telemanipulation

    NARCIS (Netherlands)

    Secchi, Cristian; Stramigioli, Stefano; Fantuzzi, Cesare

    After stability, transparency is the major issue in the design of a telemanipulation system. In this paper, we exploit the behavioral approach in order to provide an index for the evaluation of transparency in port-Hamiltonian-based teleoperators. Furthermore, we provide a transparency analysis of

  1. Fabrication and Sintering Behavior of Er:SrF2 Transparent Ceramics using Chemically Derived Powder

    Science.gov (United States)

    Liu, Jun; Liu, Peng; Wang, Jun; Xu, Xiaodong; Li, Dongzhen; Zhang, Jian; Nie, Xinming

    2018-01-01

    In this paper, we report the fabrication of high-quality 5 at. % Er3+ ions doped SrF2 transparent ceramics, the potential candidate materials for a mid-infrared laser-gain medium by hot-pressing at 700 °C for 40 h using a chemically-derived powder. The phase structure, densification, and microstructure evolution of the Er:SrF2 ceramics were systematically investigated. In addition, the grain growth kinetic mechanism of Er:SrF2 was clarified. The results showed lattice diffusion to be the grain growth mechanism in the Er:SrF2 transparent ceramic of which highest in-line transmittance reached 92% at 2000 nm, i.e., very close to the theoretical transmittance value of SrF2 single crystal. Furthermore, the emission spectra showed that the strongest emission band was located at 2735 nm. This means that it is possible to achieve a laser output of approximately 2.7 μm in the 5 at. % Er3+ ions doped SrF2 transparent ceramics. PMID:29565322

  2. Fabrication and Sintering Behavior of Er:SrF2 Transparent Ceramics using Chemically Derived Powder

    Directory of Open Access Journals (Sweden)

    Jun Liu

    2018-03-01

    Full Text Available In this paper, we report the fabrication of high-quality 5 at. % Er3+ ions doped SrF2 transparent ceramics, the potential candidate materials for a mid-infrared laser-gain medium by hot-pressing at 700 °C for 40 h using a chemically-derived powder. The phase structure, densification, and microstructure evolution of the Er:SrF2 ceramics were systematically investigated. In addition, the grain growth kinetic mechanism of Er:SrF2 was clarified. The results showed lattice diffusion to be the grain growth mechanism in the Er:SrF2 transparent ceramic of which highest in-line transmittance reached 92% at 2000 nm, i.e., very close to the theoretical transmittance value of SrF2 single crystal. Furthermore, the emission spectra showed that the strongest emission band was located at 2735 nm. This means that it is possible to achieve a laser output of approximately 2.7 μm in the 5 at. % Er3+ ions doped SrF2 transparent ceramics.

  3. Budget transparency in local governments

    OpenAIRE

    Giménez Perona, Paloma

    2014-01-01

    Treball Final de Grau en Finances i Comptabilitat. Codi: FC1049. Curs acadèmic 2013-2014 This work will study the socio-demographic determinants, political, budgetary and economic, that affect the transparency of local entities. To perform the study, we have chosen the transparency index data for the 110 largest municipalities of Spain, in 2012 has been chosen from the information offered by the website of the organization Transparency International Spain. The results indica...

  4. Lutetium oxide-based transparent ceramic scintillators

    Science.gov (United States)

    Seeley, Zachary; Cherepy, Nerine; Kuntz, Joshua; Payne, Stephen A.

    2016-01-19

    In one embodiment, a transparent ceramic of sintered nanoparticles includes gadolinium lutetium oxide doped with europium having a chemical composition (Lu.sub.1-xGd.sub.x).sub.2-YEu.sub.YO.sub.3, where X is any value within a range from about 0.05 to about 0.45 and Y is any value within a range from about 0.01 to about 0.2, and where the transparent ceramic exhibits a transparency characterized by a scatter coefficient of less than about 10%/cm. In another embodiment, a transparent ceramic scintillator of sintered nanoparticles, includes a body of sintered nanoparticles including gadolinium lutetium oxide doped with a rare earth activator (RE) having a chemical composition (Lu.sub.1-xGd.sub.x).sub.2-YRE.sub.YO.sub.3, where RE is selected from the group consisting of: Sm, Eu, Tb, and Dy, where the transparent ceramic exhibits a transparency characterized by a scatter coefficient of less than about 10%/cm.

  5. Epilogue: degrees of transparency

    NARCIS (Netherlands)

    Hengeveld, K.

    2011-01-01

    In this epilogue the results of the analyses of four different languages in the preceding papers are compared. It is shown that the degrees of transparency of these languages can be represented on an implicational scale, and that the features themselves can be ranked on a transparency scale as well.

  6. Through a glass darkly - the meaning of transparency

    International Nuclear Information System (INIS)

    Loy, J.

    2007-01-01

    The paper first discusses the word 'transparency'. It is a metaphor drawn from optics; it is a term used in social and political science; the international civil society organisation. 'Transparency International' sees it as the paradigm to fight corruption in the world. From this discussion, the paper offers a working definition applicable to a nuclear regulatory organisation. The paper describes a difference between having transparent process, which might be called passive transparency; and transparent engagement with stakeholders -- active transparency. It discusses some of the issues and problems that arise for a nuclear regulatory organisation seeking to operate transparently. Much of the difficulty with true transparency is that it reveals the 'untidiness' of life. 'We see now as through a glass darkly'. What is the general view of society and the cultural attitudes towards Government agencies revealing that they are not perfect'? Can you have a transparent nuclear regulator of a secretive industry and with other stakeholders having political agendas? How can a technical 'judgment call' ever be fully transparent? Can an active culture of transparency sometimes result in a mere public relations campaign? Can transparency in a nuclear regulatory create expectations amongst stakeholders that will prove impossible to meet? These questions are discussed with some real-life examples. The paper concludes with some suggested 'fundamentals' for transparency in nuclear regulatory organisations. (author)

  7. Practice Variation in Big-4 Transparency Reports

    DEFF Research Database (Denmark)

    Girdhar, Sakshi; Klarskov Jeppesen, Kim

    2018-01-01

    Purpose: The purpose of this paper is to examine the transparency reports published by the Big-4 public accounting firms in the UK, Germany and Denmark to understand the determinants of their content within the networks of big accounting firms. Design/methodology/approach: The study draws...... on a qualitative research approach, in which the content of transparency reports is analyzed and semi-structured interviews are conducted with key people from the Big-4 firms who are responsible for developing the transparency reports. Findings: The findings show that the content of transparency reports...... is inconsistent and the transparency reporting practice is not uniform within the Big-4 networks. Differences were found in the way in which the transparency reporting practices are coordinated globally by the respective central governing bodies of the Big-4. The content of the transparency reports...

  8. File: nuclear safety and transparency

    International Nuclear Information System (INIS)

    Martinez, J.P.; Etchegoyen, A.; Jeandron, C.

    2001-01-01

    Several experiences of nuclear safety and transparency are related in this file. Public information, access to documents, transparency in nuclear regulation are such subjects developed in this debate. (N.C.)

  9. Transparency in Cooperative Online Education

    DEFF Research Database (Denmark)

    Dalsgaard, Christian; Paulsen, Morten Flate

    2009-01-01

    The purpose of this article is to discuss the following question: What is the potential of social networking within cooperative online education? Social networking does not necessarily involve communication, dialogue, or collaboration. Instead, the authors argue that transparency is a unique...... feature of social networking services. Transparency gives students insight into each other’s actions. Cooperative learning seeks to develop virtual learning environments that allow students to have optimal individual freedom within online learning communities. This article demonstrates how cooperative...... learning can be supported by transparency. To illustrate this with current examples, the article presents NKI Distance Education’s surveys and experiences with cooperative learning. The article discusses by which means social networking and transparency may be utilized within cooperative online education...

  10. Transparent Ferroelectric Capacitors on Glass

    Directory of Open Access Journals (Sweden)

    Daniele Sette

    2017-10-01

    Full Text Available We deposited transparent ferroelectric lead zirconate titanate thin films on fused silica and contacted them via Al-doped zinc oxide (AZO transparent electrodes with an interdigitated electrode (IDE design. These layers, together with a TiO2 buffer layer on the fused silica substrate, are highly transparent (>60% in the visible optical range. Fully crystallized Pb(Zr0.52Ti0.48O3 (PZT films are dielectrically functional and exhibit a typical ferroelectric polarization loop with a remanent polarization of 15 μC/cm2. The permittivity value of 650, obtained with IDE AZO electrodes is equivalent to the one measured with Pt electrodes patterned with the same design, which proves the high quality of the developed transparent structures.

  11. Transmission in Optically Transparent Core Networks

    Science.gov (United States)

    Kilper, Dan; Jensen, Rich; Petermann, Klaus; Karasek, Miroslav

    2007-03-01

    Call for Papers: Transmission in Optically Transparent Core Networks Guest Feature Editors Dan Kilper and Rich Jensen, Coordinating Associate Editors Klaus Petermann and Miroslav Karasek, Guest Feature Editors Submission deadline: 15 June 2007 Optically transparent networks in which optical transport signals are routed uninterrupted through multiple nodes have long been viewed as an important evolutionary step in fiber optic communications. More than a decade of research and development on transparent network technologies together with the requisite traffic growth has culminated in the recent deployment of commercial optically transparent systems. Although many of the traditional research goals of optical transmission remain important, optical transparency introduces new challenges. Greater emphasis is placed on system efficiency and control. The goal of minimizing signal terminations, which has been pursued through increasing reach and channel capacity, also can be realized through wavelength routing techniques. Rather than bounding system operation by rigid engineering rules, the physical layer is controlled and managed by automation tools. Many static signal impairments become dynamic due to network reconfiguration and transient fault events. Recently new directions in transmission research have emerged to address transparent networking problems. This special issue of the Journal of Optical Networking will examine the technologies and theory underpinning transmission in optically transparent core networks, including both metropolitan and long haul systems. Scope of Submission The special issue editors are soliciting high-quality original research papers related to transmission in optically transparent core networks. Although this does not include edge networks such as access or enterprise networks, core networks that have access capabilities will be considered in scope as will topics related to the interworking between core and edge networks. The core network

  12. Physical impairment aware transparent optical networks

    Science.gov (United States)

    Antona, Jean-Christophe; Morea, Annalisa; Zami, Thierry; Leplingard, Florence

    2009-11-01

    As illustrated by optical fiber and optical amplification, optical telecommunications have appeared for the last ten years as one of the most promising candidates to increase the transmission capacities. More recently, the concept of optical transparency has been investigated and introduced: it consists of the optical routing of Wavelength Division Multiplexed (WDM) channels without systematic optoelectronic processing at nodes, as long as propagation impairments remain acceptable [1]. This allows achieving less power-consuming, more scalable and flexible networks, and today partial optical transparency has become a reality in deployed systems. However, because of the evolution of traffic features, optical networks are facing new challenges such as demand for higher transmitted capacity, further upgradeability, and more automation. Making all these evolutions compliant on the same current network infrastructure with a minimum of upgrades is one of the main issues for equipment vendors and operators. Hence, an automatic and efficient management of the network needs a control plan aware of the expected Quality of Transmission (QoT) of the connections to set-up with respect to numerous parameters such as: the services demanded by the customers in terms of protection/restoration; the modulation rate and format of the connection under test and also of its adjacent WDM channels; the engineering rules of the network elements traversed with an accurate knowledge of the associated physical impairments. Whatever the method and/or the technology used to collect this information, the issue about its accuracy is one of the main concerns of the network system vendors, because an inaccurate knowledge could yield a sub-optimal dimensioning and so additional costs when installing the network in the field. Previous studies [1], [2] illustrated the impact of this knowledge accuracy on the ability to predict the connection feasibility. After describing usual methods to build

  13. Privacy-Preserving Transparency-Enhancing Tools

    OpenAIRE

    Pulls, Tobias

    2012-01-01

    Transparency is a key principle in democratic societies. For example, the public sector is in part kept honest and fair with the help of transparency through different freedom of information (FOI) legislations. In the last decades, while FOI legislations have been adopted by more and more countries worldwide, we have entered the information age enabled by the rapid development of information technology. This has led to the need for technological solutions that enhance transparency, for exampl...

  14. Organizational Transparency as Myth and Metaphor

    DEFF Research Database (Denmark)

    Christensen, Lars Thøger; Cornelissen, Joep

    2015-01-01

    Transparency has achieved a mythical status in society. Myths are not false accounts or understandings, but deep-seated and definitive descriptions of the world that ontologically ground the ways in which we frame and see the world around us. We explore the mythical nature of transparency from...... of the transparency myth....

  15. Does transparent government agencies strengthen trust?

    NARCIS (Netherlands)

    Grimmelikhuijsen, S.G.

    2009-01-01

    Trust in government has been shown to be volatile in recent years and Internet transparency is seen as a solution to strengthen trust. However, critics argue that transparency will only lead to less trust, and sceptics say that it has no effect at all. This debate on transparency is lacking

  16. Transparent Armor Cost Benefit Study

    National Research Council Canada - National Science Library

    Prokurat Franks, Lisa; Holm, David; Barnak, Rick

    2006-01-01

    ...; the increase in demand for transparent gun shields in Operation Iraqi Freedom (OIF) and early versions of jerry-rigged shields used in OIF, including Pope glass and Transparent Armored Gun Shields (TAGS...

  17. Exploring Quantitative Framework to Evaluate Nuclear Transparency

    International Nuclear Information System (INIS)

    Ha, Jeemin; Yim, Mansung; Park, Hyeon Seok

    2014-01-01

    In this work, a definition of nuclear transparency is elaborated and ways to represent a country's nuclear transparency are examined. For evaluating nuclear transparency, it is necessary to define three elements first; an information seeker who wants to see, an information seek whom an information seeker wants to see, and information related to nuclear materials and activities. The States with high capacity of civilian nuclear power had a tendency to follow IAEA safeguards agreements well. And it means that their levels of the transparency are relatively high. Besides, the data of international assurances is one of the good indicators to confirm States' transparency. The current study explored the use of two measures, IAEA safeguards and voluntary reporting as a way to represent nuclear transparency. Using these measures seemed to agree with the notion that nuclear transparency is important in the success of civilian nuclear power development

  18. Transparency

    NARCIS (Netherlands)

    Gupta, A.; Mason, M.

    2015-01-01

    Transparency, as information disclosure, is becoming a widely accepted norm and set of practices in global climate governance. Disclosure of climate-related information is mainly seen as a way to monitor and/or reward various actors’ climate mitigation actions, thereby contributing, at least in

  19. Lines that induce phenomenal transparency.

    Science.gov (United States)

    Grieco, Alba; Roncato, Sergio

    2005-01-01

    Three neighbouring opaque surfaces may appear split into two layers, one transparent and one opaque beneath, if an outline contour is drawn that encompasses two of them. The phenomenon was originally observed by Kanizsa [1955 Rivista di Psicologia 69 3-19; 1979 Organization in Vision: Essays on Gestalt Psychology (New York: Praeger)], for the case where an outline contour is drawn to encompass one of the two parts of a bicoloured figure and a portion of a background of lightest (or darkest) luminance. Preliminary observations revealed that the outline contour yields different effects: in addition to the stratification into layers described by Kanizsa, a second split, opposite in depth order, may occur when the outline contour is close in luminance to one of the three surfaces. An initial experiment was designed to investigate what conditions give rise to the two phenomenal transparencies: this led to the conclusion that an outline contour superimposed on an opaque surface causes this surface to emerge as a transparent layer when the luminances of the contour and the surface differ, in absolute value, by no more than 13.2 cd m(-2). We have named this phenomenon 'transparency of the intercepted surface', to distinguish it from the phenomenal transparency arising when the contour and surface are very different in luminance. When such a difference exists, the contour acts as a factor of surface definition and grouping: the portion of the homogeneous surface it bounds emerges as a fourth surface and groups with a nearby surface if there is one close in luminance. The transparency phenomena ('transparency of the contoured surface') perceived in this context conform to the constraints of Metelli's model, as demonstrated by a second experiment, designed to gather 'opacity' ratings of stimuli. The observer judgments conformed to the values predicted by Metelli's formula for perceived degree of transparency, alpha. The role of the outline contour in conveying figural and

  20. Interaction between social influence and payoff transparency.

    Science.gov (United States)

    Zhou, Xinyue; Xie, Wenwen; Ye, Maolin

    2014-02-01

    Social influence and payoff transparency interact with each other to influence decision making. Social influence masks payoff transparency, and lacking transparency drives people to seek social influence. Moreover, our survey supports our claim by showing that social influence and payoff transparency correlate with each other (r(53) = -.71). Bentley et al.'s model can be revised to accommodate the covariance.

  1. Operating Security System Support for Run-Time Security with a Trusted Execution Environment

    DEFF Research Database (Denmark)

    Gonzalez, Javier

    , it is safe to assume that any complex software is compromised. The problem is then to monitor and contain it when it executes in order to protect sensitive data and other sensitive assets. To really have an impact, any solution to this problem should be integrated in commodity operating systems...... in the Linux operating system. We are in the process of making this driver part of the mainline Linux kernel.......Software services have become an integral part of our daily life. Cyber-attacks have thus become a problem of increasing importance not only for the IT industry, but for society at large. A way to contain cyber-attacks is to guarantee the integrity of IT systems at run-time. Put differently...

  2. Transparency and nonproliferation in the Asia-Pacific region. Enhancing transparency, strengthening the nonproliferation regime

    International Nuclear Information System (INIS)

    Hamada, Kazuko

    2008-01-01

    Driven by the prospect of rapid economic growth and the perceived need for energy security, the Asia-Pacific region is destined to increase its nuclear energy use in the coming decades. This projected increase, however, will bring with it nuclear proliferation concerns, fueling fears about the security of nuclear material and creating suspicions about its use. The increasing use of nuclear energy inevitably necessitates supplementary efforts, designed to ensure nuclear security and a legitimate use of nuclear energy, other than the obligation to the Treaty on the Nonproliferation of Nuclear Weapons (NPT). Nuclear transparency measures could be useful tools for building confidence that the increasing nuclear energy use does not contribute to nuclear proliferation. These measures could also foster a cooperative tradition that can address rising concerns over nuclear trafficking and terrorism, which require regional coordination to combat. However, moderate progress in implementing transparency measures suggests a lack of political appreciation of this concept. Thus, this paper describes various forms of potential transparency measures to expand the possibilities of the transparency concept and explore areas in which this concept might be applicable. This paper also clarifies some challenges involving transparency projects, and suggests possible ways to address these challenges. (author)

  3. Transparência: Bacen versus BoE

    Directory of Open Access Journals (Sweden)

    Eduardo de Carvalho Andrade

    2005-12-01

    Full Text Available Transparency: Bacen versus BoE. The aim of this paper is to compare the degree of transparency of the Brazilian Central Bank (Bacen with the one verified in the Bank of England (BoE. In order to accomplish this objective, an indicator of transparency is built based on the information that each central bank provides to the public about its monetary policy, its expectation about the future of the economy, its intervention in the financial market, and if there are clear limits and restrictions to the release of information to the general public. The analysis suggests that the Bacen is less transparent and has a less individualistic Monetary Policy Committee in comparison with the BoE. Moreover, it indicates some procedures that could be adopted by the Bacen in order to make its monetary policy more transparent.

  4. FLASH Interface; a GUI for managing runtime parameters in FLASH simulations

    Science.gov (United States)

    Walker, Christopher; Tzeferacos, Petros; Weide, Klaus; Lamb, Donald; Flocke, Norbert; Feister, Scott

    2017-10-01

    We present FLASH Interface, a novel graphical user interface (GUI) for managing runtime parameters in simulations performed with the FLASH code. FLASH Interface supports full text search of available parameters; provides descriptions of each parameter's role and function; allows for the filtering of parameters based on categories; performs input validation; and maintains all comments and non-parameter information already present in existing parameter files. The GUI can be used to edit existing parameter files or generate new ones. FLASH Interface is open source and was implemented with the Electron framework, making it available on Mac OSX, Windows, and Linux operating systems. The new interface lowers the entry barrier for new FLASH users and provides an easy-to-use tool for experienced FLASH simulators. U.S. Department of Energy (DOE), NNSA ASC/Alliances Center for Astrophysical Thermonuclear Flashes, U.S. DOE NNSA ASC through the Argonne Institute for Computing in Science, U.S. National Science Foundation.

  5. Run-Time HW/SW Scheduling of Data Flow Applications on Reconfigurable Architectures

    Directory of Open Access Journals (Sweden)

    Ghaffari Fakhreddine

    2009-01-01

    Full Text Available This paper presents an efficient dynamic and run-time Hardware/Software scheduling approach. This scheduling heuristic consists in mapping online the different tasks of a highly dynamic application in such a way that the total execution time is minimized. We consider soft real-time data flow graph oriented applications for which the execution time is function of the input data nature. The target architecture is composed of two processors connected to a dynamically reconfigurable hardware accelerator. Our approach takes advantage of the reconfiguration property of the considered architecture to adapt the treatment to the system dynamics. We compare our heuristic with another similar approach. We present the results of our scheduling method on several image processing applications. Our experiments include simulation and synthesis results on a Virtex V-based platform. These results show a better performance against existing methods.

  6. Supporting Transparency between Students

    DEFF Research Database (Denmark)

    Dalsgaard, Christian

    The paper presents the results of a case study that explores the potentials of weblogs and social bookmarking to support transparency in a university course. In the course, groups of students used weblogs and social bookmarking in their work. The objective of the case was to empower students...... by providing them with tools that would be visible to the other students in the course, thus, making students’ ideas, thoughts and questions visible to the other students in the course. The paper concludes that use of digital media for transparency can support empowerment of students and inspiration among...... students in a course, but that the challenge is to create a balance between personal tools and tools for collaborative group work that are also suitable for transparency between students....

  7. Transparency masters for mathematics revealed

    CERN Document Server

    Berman, Elizabeth

    1980-01-01

    Transparency Masters for Mathematics Revealed focuses on master diagrams that can be used for transparencies for an overhead projector or duplicator masters for worksheets. The book offers information on a compilation of master diagrams prepared by John R. Stafford, Jr., audiovisual supervisor at the University of Missouri at Kansas City. Some of the transparencies are designed to be shown horizontally. The initial three masters are number lines and grids that can be used in a mathematics course, while the others are adaptations of text figures which are slightly altered in some instances. The

  8. Prospects for regional cooperation. Regional cooperation in remote monitoring for nuclear nonproliferation and transparency

    International Nuclear Information System (INIS)

    Olsen, John

    2006-01-01

    The JAEA and Sandia National Laboratories (SNL) have cooperated for a decade in development and testing of remote monitoring technologies in support of international safeguards. With this technology approaching maturity, the JAEA/SNL partnership now envisions regional cooperation to use these technologies to advance nuclear transparency and strengthen nonproliferation, as well. This presentation summarizes the technical evolution and notes the opportunity for regional cooperation to include institutions in the ROK, as well as Japan and the US. (author)

  9. Electromagnetically induced transparency with matched pulses

    International Nuclear Information System (INIS)

    Harris, S.E.

    1993-01-01

    In the last several years there have been studies and experiments showing how, by applying an additional laser beam, optically-thick transitions may be rendered nearly transparent to probing radiation. This transparency results from a quantum interference, very much like a Fano interference, which is established by the additional laser. This talk describes the difference between the quantum interference as exhibited by an independent atom and by an optically-thick ensemble of atoms. We find that an ensemble of atoms establishes transparency through a strong nonlinear interaction which, for a lambda system, tends to generate a matching temporal envelope on the complementary transition. For a ladder system, phase conjugate pulses are generated and, after a characteristic distance, establish transparency. The transparency of an optically-thick medium is therefore not a Beer's law superposition of the independent atom response. To transmit a pulse through an otherwise opaque media, the front edge of the complementary pulse should lead, in the manner of open-quotes counter-intuitiveclose quotes adiabatic transfer, the front edge of the pulse which is to be rendered transparent. Thereafter the pulses should be matched or, for a ladder system, phase-conjugately matched

  10. Transparency

    Science.gov (United States)

    LaFee, Scott

    2009-01-01

    Citizens now expect access to information, particularly from public institutions like local school districts. They demand input and accountability. Cultural and technological changes, such as the Internet, make it possible for districts to comply. Yet transparency--the easily seen and understood actions of a school district and the thinking behind…

  11. Playing the numbers game: Dealing with transparency

    NARCIS (Netherlands)

    Pachidi, S.; Huysman, M.H.; Berends, Hans; van de Weerd, G.C.

    2015-01-01

    Our research focus is on unpacking the performativity of transparency in order to explain how digital technologies, formerly perceived as enablers of surveillance and control, afford opaqueness as much as transparency. We develop a sociomaterial perspective on transparency and investigate how

  12. Student Perceptions of Teaching Transparency

    Science.gov (United States)

    Anderson, Alecia D.; Hunt, Andrea N.; Powell, Rachel E.; Dollar, Cindy Brooks

    2013-01-01

    The authors discuss the relationship between teaching transparency and active learning through the perspectives of their students. Active learning directly engages students in the learning process while transparency involves the instructor's divulgence of logic regarding course organization and activity choices. After utilizing these teaching…

  13. Transparency as an ethical safeguard

    NARCIS (Netherlands)

    Spagnolli, Anna; Frank, Lily E.; Haselager, Pim; Kirsh, David; Ham, Jaap; Spagnolli, Anna; Blankertz, Benjamin; Gamberini, Luciano; Jacucci, Giulio

    2018-01-01

    Transparency seems to represent a solution to many ethic issues generated by systems that collect implicit data from users to model the user themselves based on programmed criteria. However, making such systems transparent -- besides being a major technical challenge - risks raising more issues than

  14. Flexible Transparent Supercapacitors Based on Hierarchical Nanocomposite Films.

    Science.gov (United States)

    Chen, Fanhong; Wan, Pengbo; Xu, Haijun; Sun, Xiaoming

    2017-05-31

    Flexible transparent electronic devices have recently gained immense popularity in smart wearable electronics and touch screen devices, which accelerates the development of the portable power sources with reliable flexibility, robust transparency and integration to couple these electronic devices. For potentially coupled as energy storage modules in various flexible, transparent and portable electronics, the flexible transparent supercapacitors are developed and assembled from hierarchical nanocomposite films of reduced graphene oxide (rGO) and aligned polyaniline (PANI) nanoarrays upon their synergistic advantages. The nanocomposite films are fabricated from in situ PANI nanoarrays preparation in a blended solution of aniline monomers and rGO onto the flexible, transparent, and stably conducting film (FTCF) substrate, which is obtained by coating silver nanowires (Ag NWs) layer with Meyer rod and then coating of rGO layer on polyethylene terephthalate (PET) substrate. Optimization of the transparency, the specific capacitance, and the flexibility resulted in the obtained all-solid state nanocomposite supercapacitors exhibiting enhanced capacitance performance, good cycling stability, excellent flexibility, and superior transparency. It provides promising application prospects for exploiting flexible, low-cost, transparent, and high-performance energy storage devices to be coupled into various flexible, transparent, and wearable electronic devices.

  15. Transparent metals for ultrabroadband electromagnetic waves.

    Science.gov (United States)

    Fan, Ren-Hao; Peng, Ru-Wen; Huang, Xian-Rong; Li, Jia; Liu, Yongmin; Hu, Qing; Wang, Mu; Zhang, Xiang

    2012-04-17

    Making metals transparent, which could lead to fascinating applications, has long been pursued. Here we demonstrate that with narrow slit arrays metallic plates become transparent for extremely broad bandwidths; the high transmission efficiency is insensitive to the metal thickness. This work provides a guideline to develop novel devices, including transparent conducting panels, broadband metamaterials, and antireflective solar cells. Copyright © 2012 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  16. Smart Brix—a continuous evolution framework for container application deployments

    Directory of Open Access Journals (Sweden)

    Johannes M. Schleicher

    2016-06-01

    Full Text Available Container-based application deployments have received significant attention in recent years. Operating system virtualization based on containers as a mechanism to deploy and manage complex, large-scale software systems has become a popular mechanism for application deployment and operation. Packaging application components into self-contained artifacts has brought substantial flexibility to developers and operation teams alike. However, this flexibility comes at a price. Practitioners need to respect numerous constraints ranging from security and compliance requirements, to specific regulatory conditions. Fulfilling these requirements is especially challenging in specialized domains with large numbers of stakeholders. Moreover, the rapidly growing number of container images to be managed due to the introduction of new or updated applications and respective components, leads to significant challenges for container management and adaptation. In this paper, we introduce Smart Brix, a framework for continuous evolution of container application deployments that tackles these challenges. Smart Brix integrates and unifies concepts of continuous integration, runtime monitoring, and operational analytics. Furthermore, it allows practitioners to define generic analytics and compensation pipelines composed of self-assembling processing components to autonomously validate and verify containers to be deployed. We illustrate the feasibility of our approach by evaluating our framework using a case study from the smart city domain. We show that Smart Brix is horizontally scalable and runtime of the implemented analysis and compensation pipelines scales linearly with the number of container application packages.

  17. Clinical trials transparency and the Trial and Experimental Studies Transparency (TEST) act.

    Science.gov (United States)

    Logvinov, Ilana

    2014-03-01

    Clinical trial research is the cornerstone for successful advancement of medicine that provides hope for millions of people in the future. Full transparency in clinical trials may allow independent investigators to evaluate study designs, perform additional analysis of data, and potentially eliminate duplicate studies. Current regulatory system and publishers rely on investigators and pharmaceutical industries for complete and accurate reporting of results from completed clinical trials. Legislation seems to be the only way to enforce mandatory disclosure of results. The Trial and Experimental Studies Transparency (TEST) Act of 2012 was introduced to the legislators in the United States to promote greater transparency in research industry. Public safety and advancement of science are the driving forces for the proposed policy change. The TEST Act may benefit the society and researchers; however, there are major concerns with participants' privacy and intellectual property protection. Copyright © 2014 Elsevier Inc. All rights reserved.

  18. Promoting transparency, accountability, and access through a multi-stakeholder initiative: lessons from the medicines transparency alliance.

    Science.gov (United States)

    Vian, Taryn; Kohler, Jillian C; Forte, Gilles; Dimancesco, Deirdre

    2017-01-01

    Barriers to expanding access to medicines include weak pharmaceutical sector governance, lack of transparency and accountability, inadequate attention to social services on the political agenda, and financing challenges. Multi-stakeholder initiatives such as the Medicines Transparency Alliance (MeTA) may help overcome these barriers. Between 2008 and 2015, MeTA engaged stakeholders in the pharmaceutical sectors of seven countries (Ghana, Jordan, Kyrgyzstan, Peru, Philippines, Uganda, and Zambia) to promote access goals through greater transparency. We reviewed archival data to document MeTA activities and results related to transparency and accountability in the seven countries where it was implemented. We identified common themes and content areas, noting specific activities used to make information transparent and accessible, how data were used to inform discussions, and the purpose and timing of meetings and advocacy activities to help set priorities and influence governance decisions. The cross-case analysis looked for pathways which might link the MeTA strategies to results such as better policies or program improvements. Countries used evidence gathering, open meetings, and proactive information dissemination to increase transparency. MeTA fostered policy dialogue to bring together the many government, civil society and private company stakeholders concerned with access issues, and provided them with information to understand barriers to access at policy, organizational, and community levels. We found strong evidence that transparency was enhanced. Some evidence suggests that MeTA efforts contributed to new policies and civil society capacity strengthening although the impact on government accountability is not clear. MeTA appears to have achieved its goal of creating a multi-stakeholder shared policy space in which government, civil society, and private sector players can come together and have a voice in the national pharmaceutical policy making process

  19. Transparency and Oversight in Local Wellness Policies

    Science.gov (United States)

    Chriqui, Jamie F.; Chaloupka, Frank J.

    2011-01-01

    Background: Advocates have called for increased wellness policy transparency and oversight through the use of health advisory councils. This study examines (1) wellness policy transparency, (2) advisory council requirements, (3) factors associated with each, and (4) whether transparency or advisory council requirements are indicative of a stronger…

  20. Towards Transparency in Finance and Governance

    OpenAIRE

    Tara Vishwanath; Daniel Kaufmann

    2003-01-01

    The study of transparency is increasingly a more topical, broadly relevant, but also more under-researched enterprise. The Asian financial crisis has highlighted not only the welfare consequences of financial sector transparency, sparking a series of yet unresolved debates, but has also linked this relatively narrow problem to the broader context of transparency in governance. Its significance has broadened geographically as well as across different sectors. It has been observed that curtailm...

  1. Remote Monitoring Transparency Program

    International Nuclear Information System (INIS)

    Sukhoruchkin, V.K.; Shmelev, V.M.; Roumiantsev, A.N.

    1996-01-01

    The objective of the Remote Monitoring Transparency Program is to evaluate and demonstrate the use of remote monitoring technologies to advance nonproliferation and transparency efforts that are currently being developed by Russia and the United States without compromising the national security to the participating parties. Under a lab-to-lab transparency contract between Sandia National Laboratories (SNL) and the Kurchatov Institute (KI RRC), the Kurchatov Institute will analyze technical and procedural aspects of the application of remote monitoring as a transparency measure to monitor inventories of direct- use HEU and plutonium (e.g., material recovered from dismantled nuclear weapons). A goal of this program is to assist a broad range of political and technical experts in learning more about remote monitoring technologies that could be used to implement nonproliferation, arms control, and other security and confidence building measures. Specifically, this program will: (1) begin integrating Russian technologies into remote monitoring systems; (2) develop remote monitoring procedures that will assist in the application of remote monitoring techniques to monitor inventories of HEU and Pu from dismantled nuclear weapons; and (3) conduct a workshop to review remote monitoring fundamentals, demonstrate an integrated US/Russian remote monitoring system, and discuss the impacts that remote monitoring will have on the national security of participating countries

  2. Electromagnetically induced transparency in an open multilevel system

    International Nuclear Information System (INIS)

    Li Tian; Lu Meiju; Weinstein, Jonathan D.

    2011-01-01

    Electromagnetically induced transparency in a multilevel system is investigated in 173 Yb. The level structure investigated is ''open'' in that the light that gives rise to the transparency also resonantly couples the atoms to excited states which do not exhibit electromagnetically induced transparency. The resulting reduction of transparency is investigated experimentally and theoretically. It is found that, while the transparency is poor in certain regimes, it can be made to perform arbitrarily well in the limit of a large intensity imbalance between the optical fields.

  3. Nuclear deterrence: which environmental transparency?

    International Nuclear Information System (INIS)

    Cherief, Hamza

    2012-01-01

    This article addresses the field of nuclear geopolitics. The author discusses the tensions between the principle of transparency regarding environmental issues on the one hand, and the protection of nuclear deterrence as instrument of power on the other hand. According to the French law, the preservation of nuclear power instruments means the acknowledgement of a legal regime which is specific to national defence requirements in terms of secret and right to information. Thus, the author discusses the constitutional limitations of the environmental transparency obligation for the protection of Nation's fundamental interests. Then, by commenting the Rainbow Warrior affair, the author highlights the exceptional limitations of the transparency requirement regarding nuclear issues

  4. Nanocellulose reinforcement of Transparent Composites

    Science.gov (United States)

    Joshua Steele; Hong Dong; James F. Snyder; Josh A. Orlicki; Richard S. Reiner; Alan W. Rudie

    2012-01-01

    In this work, we evaluate the impact of nanocellulose reinforcement on transparent composite properties. Due to the small diameter, high modulus, and high strength of cellulose nanocrystals, transparent composites that utilize these materials should show improvement in bulk mechanical performances without a corresponding reduction in optical properties. In this study...

  5. Transparent ambipolar organic thin film transistors based on multilayer transparent source-drain electrodes

    Energy Technology Data Exchange (ETDEWEB)

    Zhang, Nan; Hu, Yongsheng, E-mail: huyongsheng@ciomp.ac.cn, E-mail: liuxy@ciomp.ac.cn; Lin, Jie; Li, Yantao; Liu, Xingyuan, E-mail: huyongsheng@ciomp.ac.cn, E-mail: liuxy@ciomp.ac.cn [State Key Laboratory of Luminescence and Applications, Changchun Institute of Optics, Fine Mechanics and Physics, Chinese Academy of Sciences, Changchun 130033 (China)

    2016-08-08

    A fabrication method for transparent ambipolar organic thin film transistors with transparent Sb{sub 2}O{sub 3}/Ag/Sb{sub 2}O{sub 3} (SAS) source and drain electrodes has been developed. A pentacene/N,N′-ditridecylperylene-3,4,9,10-tetracarboxylic di-imide (PTCDI-C13) bilayer heterojunction is used as the active semiconductor. The electrodes are deposited by room temperature electron beam evaporation. The devices are fabricated without damaging the active layers. The SAS electrodes have high transmittance (82.5%) and low sheet resistance (8 Ω/sq). High performance devices with hole and electron mobilities of 0.3 cm{sup 2}/V s and 0.027 cm{sup 2}/V s, respectively, and average visible range transmittance of 72% were obtained. These transistors have potential for transparent logic integrated circuit applications.

  6. The Multi-Faceted Concept of Transparency

    OpenAIRE

    Forssbæck, Jens; Oxelheim, Lars

    2014-01-01

    Transparency has become a catchword and in the economic-political debate is often seen as a universal remedy for all sorts of problems. In this paper, we analyze and discuss the meaning and use of the concept of transparency in economic research. We look for common denominators across different areas where the concept is used, and find that transparency in essence is about reductions in information asymmetries, and therefore entails the transfer of information from a sender to a receiver. Tra...

  7. Examination of Relationship between Nuclear Transparency and Nonproliferation

    Energy Technology Data Exchange (ETDEWEB)

    Ha, Jee-Min; Yim, Man-Sung; Park, Hyeon Seok; Kim, So Young [Korea Advanced Institute of Science and Technology, Daejeon (Korea, Republic of)

    2015-05-15

    In this study, we define the state-level nuclear transparency as a set of the condition that shows how clearly the state's information related to peaceful nuclear power program and nuclear proliferation is revealed to the international community. For conducting expert survey on state-level nuclear transparency, the concept of nuclear transparency should be clearly defined. Based on that concept, the survey was carried out and results show that it tend to score high when nonproliferation activities happen. It means that higher transparency is positively related to nuclear proliferation. Therefore, higher nuclear transparency is positively related to nuclear nonproliferation.

  8. Examination of Relationship between Nuclear Transparency and Nonproliferation

    International Nuclear Information System (INIS)

    Ha, Jee-Min; Yim, Man-Sung; Park, Hyeon Seok; Kim, So Young

    2015-01-01

    In this study, we define the state-level nuclear transparency as a set of the condition that shows how clearly the state's information related to peaceful nuclear power program and nuclear proliferation is revealed to the international community. For conducting expert survey on state-level nuclear transparency, the concept of nuclear transparency should be clearly defined. Based on that concept, the survey was carried out and results show that it tend to score high when nonproliferation activities happen. It means that higher transparency is positively related to nuclear proliferation. Therefore, higher nuclear transparency is positively related to nuclear nonproliferation

  9. Issues in Canadian board transparency

    Directory of Open Access Journals (Sweden)

    Chris Bart

    2007-01-01

    Full Text Available Transparency is considered one of the principles of good corporate governance. But what does it mean – in practice – especially when it comes to Board transparency – i.e. the ability of shareholders to gain knowledge about an organization’s corporate governance practices in order to make an informed assessment of Directors’ individual and collective roles and performance. In a preliminary investigation of Board transparency practices in Canadian listed firms (using data from 2003-2004, it was found that there were wide variations in the nature and quantity of corporate governance practices disclosed. The reasons for these variations are discussed and a number of recommendations for improved disclosure are presented.

  10. A Lithium-Ion Battery Simulator Based on a Diffusion and Switching Overpotential Hybrid Model for Dynamic Discharging Behavior and Runtime Predictions

    Directory of Open Access Journals (Sweden)

    Lan-Rong Dung

    2016-01-01

    Full Text Available A new battery simulator based on a hybrid model is proposed in this paper for dynamic discharging behavior and runtime predictions in existing electronic simulation environments, e.g., PSIM, so it can help power circuit designers to develop and optimize their battery-powered electronic systems. The hybrid battery model combines a diffusion model and a switching overpotential model, which automatically switches overpotential resistance mode or overpotential voltage mode to accurately describe the voltage difference between battery electro-motive force (EMF and terminal voltage. Therefore, this simulator can simply run in an electronic simulation software with less computational efforts and estimate battery performances by further considering nonlinear capacity effects. A linear extrapolation technique is adopted for extracting model parameters from constant current discharging tests, so the EMF hysteresis problem is avoided. For model validation, experiments and simulations in MATLAB and PSIM environments are conducted with six different profiles, including constant loads, an interrupted load, increasing and decreasing loads and a varying load. The results confirm the usefulness and accuracy of the proposed simulator. The behavior and runtime prediction errors can be as low as 3.1% and 1.2%, respectively.

  11. Local probing by use of transparent model materials

    Science.gov (United States)

    Philippe, P.

    2017-12-01

    The present contribution emphasizes on two distinct examples the benefit with using transparent materials that enable direct visualization within different types of model systems. Our first use of transparent materials investigates the elementary mechanisms involved in soil erosion based on three key ingredients: a) cohesive model materials (i.e. glass beads bonded by solid bridges); b) optical techniques (Refractive Index Matching and Planar Laser Induced Fluorescence [1,2]) ; c) specific mechanical tests to estimate the mechanical strength of the solid bonds. Then, critical shear-stress at erosion onset can be related to tensile strength considering an extension of the classical Shields' number [3,4].Our second example uses a transparent elasto-visco-plastic fluid (Carbopol) as a model of debris flows. Different geometrical configurations allow for an accurate investigation of the flow over an obstacle [5] or a cavity [6], inducing the existence of a dead-zone and consequently of a frontier between solid-like and fluid-like regions that is of particular relevance for debris flows mobilization and deposition. Practically, the hydrodynamics of the flow is investigated by means of high-resolution optical velocimetry (PIV) and underlines a non-monotonous evolution of the shear rate, which increases from zero at the solid-liquid interface, passes through a peak (sometimes leveling off at its maximum value), and returns to zero in a plug zone sufficiently far above the cavity or the obstacle. [1] Philippe P., and Badiane M. Phys. Rev. E 87, 042206 (2013). [2] Dijksman J.A., Rietz F., Lorincz K.A., van Hecke M., and Losert W. Review of Scientific Instruments 83(1), 011301 (2012). [3] Badr S., Gauthier G., and Gondret P. Phys. Fluids 26:023302 (2014). [4] Brunier-Coulin F., Cuéllar P., and Philippe P. Phys. Rev. Fluids 87, 2: 034302 (2017). [5] Luu L.-H., Philippe P., and Chambon G. Phys. Rev. E 91, 013013 (2015). [6] Luu L.-H., Philippe P.; and Chambon G. Journal of

  12. Transparent Data Encryption -- Solution for Security of Database Contents

    OpenAIRE

    Deshmukh, Dr. Anwar Pasha; Qureshi, Dr. Riyazuddin

    2013-01-01

    The present study deals with Transparent Data Encryption which is a technology used to solve the problems of security of data. Transparent Data Encryption means encrypting databases on hard disk and on any backup media. Present day global business environment presents numerous security threats and compliance challenges. To protect against data thefts and frauds we require security solutions that are transparent by design. Transparent Data Encryption provides transparent, standards-based secur...

  13. Transparency in Nuclear Regulation: Trends and Future Prospects

    International Nuclear Information System (INIS)

    Choi, Kwang Sik; Choi, Young Sung; Kim, Seong Ho

    2007-01-01

    Recently, improving transparency (or openness) has been one of important issues related to nuclear safety worldwide. As for the transparency in nuclear regulatory activities in Korea, openness has been declared as one of five principles of the nuclear regulation in the 'nuclear safety policy statement' announced in 1994. Transparency has been discussed and emphasized in various international meetings such as the Convention on Nuclear Safety, OECD/NEA meetings, etc. For example, Working Group on Public Communication of nuclear regulatory organizations (WGPC) of the OECD/NEA/CNRA held a workshop on 'the transparency of nuclear regulatory activities' in May 2007 in Tokyo, Japan. In this paper, definition of transparency and its international trends ranging from a general administration to nuclear safety activities are discussed based on the results of meetings and workshops held so far. Measures for improvement associated with transparency are also proposed

  14. Transparency in the Council of the European Union

    DEFF Research Database (Denmark)

    Laursen, Bo

    2013-01-01

    with information and thereby act as day-to-day facilitators of transparency of the Council’s activities. Although these communicators see themselves as contributing substantially to the transparency of the Council’s work and thereby as enabling the media to provide EU citizens with information about one......The Council of the European Union is often described as the least transparent of the three big EU institutions although steps have been taken to improve the transparency of its activities during the last couple of decades. This article focuses on the Council’s press officers who provide journalists...... of the most powerful political forums in Europe, transparency in the Council has its limits. This study explores institutional factors which hinder Council press officers from being as transparent as journalists would like them to be. In-depth, semi-structured interviews with Council press officers...

  15. Transparency International

    NARCIS (Netherlands)

    Hulten, van M. (Michel)

    2009-01-01

    Established in 1993, Transparency International (TI) defines itself as “the global civil society organization leading the fight against corruption, that brings people together in a powerful worldwide coalition to end the devastating impact of corruption on men, women and children around the

  16. Transparency in Europe: A Quantitative Study.

    Science.gov (United States)

    Bouder, Frederic; Way, Dominic; Löfstedt, Ragnar; Evensen, Darrick

    2015-07-01

    In recent years, European pharmaceutical regulators have increasingly committed to heightening access to raw safety-related data as part of a wave of transparency initiatives (e.g., providing public Internet-mediated access to clinical trials data). Yet, the regulators--who are under significant pressure--have not yet benefited from a systematic review of this new policy. In seeking to inject much needed evidence, this article explores the effects of new transparency policies designed to promote meaningful communication of risks and benefits to patients. Results of a cross-national European survey with respondents from Great Britain, the Netherlands, Spain, France, Germany, and Sweden (N = 5,648) shed light on how patients and the public are likely to react to the regulators' new transparency policies. The findings demonstrate clear national variations in how European citizens are likely to react and emphasize the need to develop evidence-based, reasoned transparency policies that integrate benefit-risk communication. The authors conclude by providing six specific recommendations, informed by the study, that seek to improve the European transparency model both within the medical field and across health, safety, and environmental policy domains. © 2015 Society for Risk Analysis.

  17. PUBLIC SECTOR TRANSPARENCY:A CONCEPTUAL DISSECTION

    Directory of Open Access Journals (Sweden)

    Mara Andreea SÎNTEJUDEANU

    2014-06-01

    Full Text Available The concept of transparency has increasingly attracted the attention of academic, political and business areas. Many studies have demonstrated the need for adopting this corporate governance principle also in the public sector, a phenomenon that has become widespread at international level. The academic study field defines transparency as the ability to look clearly through the window of an institution. Starting from this statement, the research focuses on the importance of transparency in public governance and on the framework for identifying and assessing this concept. Furthermore, this paper also analysis the limits of this notion in order to maintain its significance and effectiveness. Thus, based on the literature review, this study summarizes the opinions and arguments of various authors in the field regarding the notion of transparency in the public sector. At the same time, it analysis the conclusions of empirical studies on this topic. The results of the study reveal the importance and necessity of information disclosure among different users for increasing citizens' trust in government and achieving good governance. However, the positive aspects of transparency tend to be overestimated and considering the ambiguity of this concept it should be carefully handled.

  18. Transparent soil for imaging the rhizosphere.

    Directory of Open Access Journals (Sweden)

    Helen Downie

    Full Text Available Understanding of soil processes is essential for addressing the global issues of food security, disease transmission and climate change. However, techniques for observing soil biology are lacking. We present a heterogeneous, porous, transparent substrate for in situ 3D imaging of living plants and root-associated microorganisms using particles of the transparent polymer, Nafion, and a solution with matching optical properties. Minerals and fluorescent dyes were adsorbed onto the Nafion particles for nutrient supply and imaging of pore size and geometry. Plant growth in transparent soil was similar to that in soil. We imaged colonization of lettuce roots by the human bacterial pathogen Escherichia coli O157:H7 showing micro-colony development. Micro-colonies may contribute to bacterial survival in soil. Transparent soil has applications in root biology, crop genetics and soil microbiology.

  19. International trade and the role of market transparency

    OpenAIRE

    Broll, Udo; Eckwert, Bernhard; Wong, Kit Pong

    2010-01-01

    The paper examines the economic role of market transparency on the decision problems of an international firm. Transparency is described in terms of the informativeness of a publicly observable signal. With higher transparency, the signal conveys more precise information about the random foreign exchange rate. We analyze the interaction between market transparency, ex ante expected production, domestic sales, and exports of the firm. Furthermore, we discuss the welfare implications of more tr...

  20. Large-Area Chemical Vapor Deposited MoS2 with Transparent Conducting Oxide Contacts toward Fully Transparent 2D Electronics

    KAUST Repository

    Dai, Zhenyu

    2017-09-08

    2D semiconductors are poised to revolutionize the future of electronics and photonics, much like transparent oxide conductors and semiconductors have revolutionized the display industry. Herein, these two types of materials are combined to realize fully transparent 2D electronic devices and circuits. Specifically, a large-area chemical vapor deposition process is developed to grow monolayer MoS2 continuous films, which are, for the first time, combined with transparent conducting oxide (TCO) contacts. Transparent conducting aluminum doped zinc oxide contacts are deposited by atomic layer deposition, with composition tuning to achieve optimal conductivity and band-offsets with MoS2. The optimized process gives fully transparent TCO/MoS2 2D electronics with average visible-range transmittance of 85%. The transistors show high mobility (4.2 cm2 V−1 s−1), fast switching speed (0.114 V dec−1), very low threshold voltage (0.69 V), and large switching ratio (4 × 108). To our knowledge, these are the lowest threshold voltage and subthreshold swing values reported for monolayer chemical vapor deposition MoS2 transistors. The transparent inverters show fast switching properties with a gain of 155 at a supply voltage of 10 V. The results demonstrate that transparent conducting oxides can be used as contact materials for 2D semiconductors, which opens new possibilities in 2D electronic and photonic applications.

  1. Methods and apparatus for transparent display using scattering nanoparticles

    Science.gov (United States)

    Hsu, Chia Wei; Qiu, Wenjun; Zhen, Bo; Shapira, Ofer; Soljacic, Marin

    2016-05-10

    Transparent displays enable many useful applications, including heads-up displays for cars and aircraft as well as displays on eyeglasses and glass windows. Unfortunately, transparent displays made of organic light-emitting diodes are typically expensive and opaque. Heads-up displays often require fixed light sources and have limited viewing angles. And transparent displays that use frequency conversion are typically energy inefficient. Conversely, the present transparent displays operate by scattering visible light from resonant nanoparticles with narrowband scattering cross sections and small absorption cross sections. More specifically, projecting an image onto a transparent screen doped with nanoparticles that selectively scatter light at the image wavelength(s) yields an image on the screen visible to an observer. Because the nanoparticles scatter light at only certain wavelengths, the screen is practically transparent under ambient light. Exemplary transparent scattering displays can be simple, inexpensive, scalable to large sizes, viewable over wide angular ranges, energy efficient, and transparent simultaneously.

  2. Fiscal Transparency and Procyclical Fiscal Policy

    DEFF Research Database (Denmark)

    Andersen, Asger Lau; Nielsen, Lasse Holbøll Westh

    This paper examines why fiscal policy is procyclical in developing as well as developed countries. We introduce the concept of fiscal transparency into a model of retrospective voting, in which a political agency problem between voters and politicians generates a procyclical bias in government...... spending. The introduction of fiscal transparency generates two new predictions: 1) the procyclical bias in fiscal policy arises only in good times; and 2) a higher degree of fiscal transparency reduces the bias in good times. We find solid empirical support for both predictions using data on both OECD...

  3. Fairness through Transparency: The Influence of Price Transparency on Consumer Perceptions of Price Fairness

    OpenAIRE

    Sandra Rothenberger

    2015-01-01

    This study proposes that price transparency is a significant factor affecting customer judgments of the fairness of sellers’ prices. Cognitive judgments of fairness require a certain amount of information processing; therefore, the level of transparency and the amount of price information affect fairness judgments. The more clear information consumers possess concerning seller prices, the more positive the judgment will be. Customer price fairness judgment is an effective measurement for the ...

  4. Voluntarism and transparent deliberation

    DEFF Research Database (Denmark)

    Steglich-Petersen, Asbjørn

    2006-01-01

    It is widely assumed that doxastic deliberation is transparent to the factual question of the truth of the proposition being considered for belief, and that this sets doxastic deliberation apart from practical deliberation. This feature is frequently invoked in arguments against doxastic voluntar......It is widely assumed that doxastic deliberation is transparent to the factual question of the truth of the proposition being considered for belief, and that this sets doxastic deliberation apart from practical deliberation. This feature is frequently invoked in arguments against doxastic...

  5. Quantifying The Food And Drug Administration's rulemaking delays highlights the need for transparency.

    Science.gov (United States)

    Hwang, Thomas J; Avorn, Jerry; Carpenter, Daniel; Kesselheim, Aaron S

    2014-02-01

    The Food and Drug Administration (FDA) frequently uses its rulemaking process to establish or modify the way it regulates drugs, medical devices, and other medical products. The federal agency's rulemaking is controversial because of its perceived complexity, lack of transparency, and lengthy duration. To shed light on the FDA's rulemaking process, we examined the evolution of significant rules that the agency published during 2000-12 for drugs, devices, and other medical products. We found that the rules' median time to finalization was 7.3 years, with the pre-rule phase and postreview deliberation within the FDA accounting for the majority of that time. Rules that involved mandatory cost-benefit analyses were associated with an additional delay of approximately two years. We also found that longer review times were significantly associated with a reduction in the stringency of final rules, compared to the originally proposed versions. We recommend improving FDA's rulemaking by allocating additional resources to increase efficiency and by embarking on initiatives to promote transparency by the FDA and other parts of the executive branch.

  6. Multidirectional Networks of Government Transparency: A Preliminary Model

    Directory of Open Access Journals (Sweden)

    Ahmad Subhan

    2016-11-01

    Full Text Available This article reviews some literature in theoretical level regarding two concepts: governance network and government transparency, in order to search for theoretical linkages and to build an alternative framework that can support the implementation of public disclosure. Transparency agenda has been implemented in various forms at international, national, and local level. Transparency application was also followed by Indonesia with the implementation of Public Information Disclosure Law since 2008. This enthusiasm is quite reasonable because transparency is believed to be one of the human rights principles; as well as a key to better governance, that can help democracy consolidation, prevent corruption, strengthen the legitimacy and improve efficiency. In order to maximize transparency, the government can use a network approach because of some changes at this time, such as democratization, decentralization, and liberalization has placed the government in a position where there is not one actor who manages the state power without stakeholder’s participation. In this context, the government needs to build synergies with other institutions in a reciprocal relationship with all stakeholders. Therefore, adopting the theory of government networks can be one of the strategies to strengthen government transparency. The findings of this article indicate that the government transparency application needs to develop networks in all directions: intragovernmental, intergovernmental and collaborative networks. These three types of network in contrast with the popular belief that government transparency is interpreted only as a procedural activity to outside parties. A preliminary model in this article gives an overview about the arena of government transparency with multi-directional networks more comprehensively.

  7. Electromagnetically-induced transparency in Doppler-broadened ...

    Indian Academy of Sciences (India)

    2014-02-08

    Feb 8, 2014 ... triple EIT windows depending on the amplitude and detuning of the coupling fields. Keywords. Electromagnetically-induced transparency; atomic ... photon transparency [6] and the effect of spontaneously generated coherence on EIT [7] using homogenously broadened models. Pramana – J. Phys., Vol.

  8. Organizational Transparency in the Internet Industry

    DEFF Research Database (Denmark)

    Flyverbom, Mikkel

    as a panacea to concerns about privacy, organizational conduct and accountability, this paper explores the boundary work that goes into doing and promising transparency Using insights from the literature on transparency, ´sociologies of translations' and process approaches to organization, this paper captures...

  9. Transparent ceramic lamp envelope materials

    Energy Technology Data Exchange (ETDEWEB)

    Wei, G C [OSRAM SYLVANIA, 71 Cherry Hill Drive, Beverly, MA 01915 (United States)

    2005-09-07

    Transparent ceramic materials with optical qualities comparable to single crystals of similar compositions have been developed in recent years, as a result of the improved understanding of powder-processing-fabrication- sintering-property inter-relationships. These high-temperature materials with a range of thermal and mechanical properties are candidate envelopes for focused-beam, short-arc lamps containing various fills operating at temperatures higher than quartz. This paper reviews the composition, structure and properties of transparent ceramic lamp envelope materials including sapphire, small-grained polycrystalline alumina, aluminium oxynitride, yttrium aluminate garnet, magnesium aluminate spinel and yttria-lanthana. A satisfactory thermal shock resistance is required for the ceramic tube to withstand the rapid heating and cooling cycles encountered in lamps. Thermophysical properties, along with the geometry, size and thickness of a transparent ceramic tube, are important parameters in the assessment of its resistance to fracture arising from thermal stresses in lamps during service. The corrosive nature of lamp-fill liquid and vapour at high temperatures requires that all lamp components be carefully chosen to meet the target life. The wide range of new transparent ceramics represents flexibility in pushing the limit of envelope materials for improved beamer lamps.

  10. Organizational Transparency & Sense Making: The case of Northern Rock

    DEFF Research Database (Denmark)

    Albu, Oana Brindusa; Wehmeier, Stefan

    2014-01-01

    Organizational transparency is associated with mutual understanding and consensus between the organization and its constituents, but is typically defined as information disclosure. Such definitions pose the risk of simplification and provide incomplete understandings of the transparency phenomenon....... Additionally, research rarely focuses on how transparency is translated within crisis situations. This article presents a sense-making and discourse analysis perspective of transparency. We use the case of the British bank Northern Rock to show how this bank and its stakeholders enacted transparency...

  11. Transparency in Economic and Political Decision-Making: The Identification of Sunshine Rules for Transparent Lobbying

    Directory of Open Access Journals (Sweden)

    Laboutková Šárka

    2017-09-01

    Full Text Available Lobbying transparency seems to have been a challenging topic for nearly a decade. For the purposes of the article, the authors focus on a contextual analysis of rules and measures that offers both a broad as well as comprehensive view of the required transparency of lobbying activities and the environment in which decisions are made. In this regard, focusing on the sunshine principles/sunshine rules (not purely limited to laws provides a grasp of the whole issue in a broader context. From a methodological point of view, the exploratory approach was chosen and the coding procedure is mostly dichotomous. As a result, seven key areas with 70 indicators have been identified in terms of transparency of lobbying and decision-making.

  12. Liquidity and Transparency in Bank Risk Management

    OpenAIRE

    Lev Ratnovski

    2013-01-01

    Banks may be unable to refinance short-term liabilities in case of solvency concerns. To manage this risk, banks can accumulate a buffer of liquid assets, or strengthen transparency to communicate solvency. While a liquidity buffer provides complete insurance against small shocks, transparency covers also large shocks but imperfectly. Due to leverage, an unregulated bank may choose insufficient liquidity buffers and transparency. The regulatory response is constained: while liquidity buffers ...

  13. Color transparency

    International Nuclear Information System (INIS)

    Jennings, B.K.; Miller, G.A.

    1993-01-01

    The anomously large transmission of nucleons through a nucleus following a hard collision is explored. This effect, known as color transparency, is believed to be a prediction of QCD. The necessary conditions for its occurrence and the effects that must be included a realistic calculation are discussed

  14. On transparent potentials: a Born approximation study

    International Nuclear Information System (INIS)

    Coudray, C.

    1980-01-01

    In the frame of the scattering inverse problem at fixed energy, a class of potentials transparent in Born approximation is obtained. All these potentials are spherically symmetric and are oscillating functions of the reduced radial variable. Amongst them, the Born approximation of the transparent potential of the Newton-Sabatier method is found. In the same class, quasi-transparent potentials are exhibited. Very general features of potentials transparent in Born approximation are then stated. And bounds are given for the exact scattering amplitudes corresponding to most of the potentials previously exhibited. These bounds, obtained at fixed energy, and for large values of the angular momentum, are found to be independent on the energy

  15. Transparent data mining for big and small data

    CERN Document Server

    Quercia, Daniele; Pasquale, Frank

    2017-01-01

    This book focuses on new and emerging data mining solutions that offer a greater level of transparency than existing solutions. Transparent data mining solutions with desirable properties (e.g. effective, fully automatic, scalable) are covered in the book. Experimental findings of transparent solutions are tailored to different domain experts, and experimental metrics for evaluating algorithmic transparency are presented. The book also discusses societal effects of black box vs. transparent approaches to data mining, as well as real-world use cases for these approaches. As algorithms increasingly support different aspects of modern life, a greater level of transparency is sorely needed, not least because discrimination and biases have to be avoided. With contributions from domain experts, this book provides an overview of an emerging area of data mining that has profound societal consequences, and provides the technical background to for readers to contribute to the field or to put existing approaches to prac...

  16. Single side Emitting Transparent OLED lamp

    NARCIS (Netherlands)

    Lifka, H.; Verschuren, C.A.; Bruls, D.M.; Tanase, C.

    2011-01-01

    Transparent OLEDs offer great potential for novel applications. Preferably, the light should be emitted from one side only. This can bedone to some extent by modifying electrode thicknesses, but at the cost of reduced transparency. Here, we demonstrate a new approach tomake single side emissive

  17. 18 CFR 358.7 - Transparency rule.

    Science.gov (United States)

    2010-04-01

    ... 18 Conservation of Power and Water Resources 1 2010-04-01 2010-04-01 false Transparency rule. 358.7 Section 358.7 Conservation of Power and Water Resources FEDERAL ENERGY REGULATORY COMMISSION... Transparency rule. (a) Contemporaneous disclosure. (1) If a transmission provider discloses non-public...

  18. An Energy-Aware Runtime Management of Multi-Core Sensory Swarms

    Directory of Open Access Journals (Sweden)

    Sungchan Kim

    2017-08-01

    Full Text Available In sensory swarms, minimizing energy consumption under performance constraint is one of the key objectives. One possible approach to this problem is to monitor application workload that is subject to change at runtime, and to adjust system configuration adaptively to satisfy the performance goal. As today’s sensory swarms are usually implemented using multi-core processors with adjustable clock frequency, we propose to monitor the CPU workload periodically and adjust the task-to-core allocation or clock frequency in an energy-efficient way in response to the workload variations. In doing so, we present an online heuristic that determines the most energy-efficient adjustment that satisfies the performance requirement. The proposed method is based on a simple yet effective energy model that is built upon performance prediction using IPC (instructions per cycle measured online and power equation derived empirically. The use of IPC accounts for memory intensities of a given workload, enabling the accurate prediction of execution time. Hence, the model allows us to rapidly and accurately estimate the effect of the two control knobs, clock frequency adjustment and core allocation. The experiments show that the proposed technique delivers considerable energy saving of up to 45%compared to the state-of-the-art multi-core energy management technique.

  19. Economy and Transparency: The Model Invention

    Directory of Open Access Journals (Sweden)

    Mahmud Hassan TALUKDAR

    2013-12-01

    Full Text Available Relation of Transparency and Economic growth is a long global debate in the society. Theoretically, policy makers, scholars and researchers argue that there is a close relation among these two variables. However, the quantitative relation and any global model is yet unrevealed. So, the main aim of this paper is to ascertain the nature, dimension and extent of the relationship between economy and Transparency as well as to invent a global model. This paper is useful for researchers, planners, policy makers and scholars who are directly or indirectly involved or willing to involve in the thrust for quantitative relation of these two variables. Literature review is the main source of information of this study. In introductory section, this paper briefly describes theoretical relationship of economy and Transparency as well as it also describes the proxy variables.GDP (2012 of different countries are used as proxy of Economy and Corruption Perception Index (CPI scores (2012 of different countries are used as proxy of level of Transparency. In methodology section this paper describes the detail methodology, sampling procedure and level of analysis. This study randomly selects 30 countries (10 from higher CPI scores+10 from moderate CPI scores+ 10 from lower CPI scores around the globe as sample. In the third section, this research presents the correlation value which divulge that there is a positive correlation (p=.047 with 95% confidence level. That reveals, if the level of transparency of any country increase, the GDP also increase accordingly. Then in this section two quantitative models are developed using linear regression analysis. First invented model is: Economy (GDP in billion US$ = [(8.983*Level of transparency -108.11]. This paper termed the first invented model as “Mahmud EcoT Model-1”. This model calibrates that one unit improvement of transparency leads 8.98 billion US$ improvement in the GDP of a country. Then taking this unit

  20. Highly Conductive Transparent and Flexible Electrodes Including Double-Stacked Thin Metal Films for Transparent Flexible Electronics.

    Science.gov (United States)

    Han, Jun Hee; Kim, Do-Hong; Jeong, Eun Gyo; Lee, Tae-Woo; Lee, Myung Keun; Park, Jeong Woo; Lee, Hoseung; Choi, Kyung Cheol

    2017-05-17

    To keep pace with the era of transparent and deformable electronics, electrode functions should be improved. In this paper, an innovative structure is suggested to overcome the trade-off between optical and electrical properties that commonly arises with transparent electrodes. The structure of double-stacked metal films showed high conductivity (electronics are expected.

  1. Transparency of nuclear regulatory activities

    International Nuclear Information System (INIS)

    2007-01-01

    One of the main missions of nuclear regulators is to protect the public, and this cannot be completely achieved without public confidence. The more a regulatory process is transparent, the more such confidence will grow. Despite important cultural differences across countries, a number of common features characterise media and public expectations regarding any activity with an associated risk. A common understanding of transparency and main stakeholders' expectations in the field of nuclear safety were identified during this workshop, together with a number of conditions and practices aimed at improving the transparency of nuclear regulatory activities. These conditions and practices are described herein, and will be of particular interest to all those working in the nuclear regulatory field. Their implementation may, however, differ from one country to another depending on national context. (authors)

  2. Optically Transparent Nano-Patterned Antennas: A Review and Future Directions

    Directory of Open Access Journals (Sweden)

    Seung Yoon Lee

    2018-05-01

    Full Text Available Transparent antennas have been continuously developed for integration with solar cells, vehicular communications, and ultra-high-speed communications such as 5G in recent years. A transparent antenna takes advantage of spatial extensibility more so than all other antennas in terms of wide range of usable area. In addition, the production price of transparent antennas is steadily decreasing due to the development of nano-process technology. This paper reviews published studies of transparent antennas classified by various materials in terms of optical transmittance and electrical, sheet resistance. The transparent electrodes for the transparent antenna are logically classified and the transparent antennas are described according to the characteristics of each electrode. Finally, the contributions transparent antennas can make toward next-generation 5G high-speed communication are discussed.

  3. Transparency | IDRC - International Development Research Centre

    International Development Research Centre (IDRC) Digital Library (Canada)

    Transparency means openness. It allows Canadians to hold the government accountable through the proactive release of information on government activities, programs, policies, and services in formats that are easy to find, access, and use. Transparency is the key element in the Government of Canada's Commitment to ...

  4. Transparency in netchains : evaluation and perspective

    NARCIS (Netherlands)

    Hofstede, G.J.; Schepers, H.E.; Trienekens, J.H.

    2003-01-01

    This paper was written for KLICT to evaluate the focus area Transparency in Netchains. It revisits the definitions and research agenda in the review paper with which the focal area started (Hofstede 2002). The definition of transparency has turned out to serve its purpose. The research has

  5. Graphene Transparent Conductive Electrodes for Next- Generation Microshutter Arrays

    Science.gov (United States)

    Li, Mary; Sultana, Mahmooda; Hess, Larry

    2012-01-01

    Graphene is a single atomic layer of graphite. It is optically transparent and has high electron mobility, and thus has great potential to make transparent conductive electrodes. This invention contributes towards the development of graphene transparent conductive electrodes for next-generation microshutter arrays. The original design for the electrodes of the next generation of microshutters uses indium-tin-oxide (ITO) as the electrode material. ITO is widely used in NASA flight missions. The optical transparency of ITO is limited, and the material is brittle. Also, ITO has been getting more expensive in recent years. The objective of the invention is to develop a graphene transparent conductive electrode that will replace ITO. An exfoliation procedure was developed to make graphene out of graphite crystals. In addition, large areas of single-layer graphene were produced using low-pressure chemical vapor deposition (LPCVD) with high optical transparency. A special graphene transport procedure was developed for transferring graphene from copper substrates to arbitrary substrates. The concept is to grow large-size graphene sheets using the LPCVD system through chemical reaction, transfer the graphene film to a substrate, dope graphene to reduce the sheet resistance, and pattern the film to the dimension of the electrodes in the microshutter array. Graphene transparent conductive electrodes are expected to have a transparency of 97.7%. This covers the electromagnetic spectrum from UV to IR. In comparison, ITO electrodes currently used in microshutter arrays have 85% transparency in mid-IR, and suffer from dramatic transparency drop at a wavelength of near-IR or shorter. Thus, graphene also has potential application as transparent conductive electrodes for Schottky photodiodes in the UV region.

  6. Pseudocapacitive Transparent/Flexible Supercapacitor based on Graphene wrapped Ni(OH)2 Nanosheet Transparent Film Produced using Scalable Bio-inspired Methods

    International Nuclear Information System (INIS)

    Li, Na; Huang, Xuankai; Li, Ruijian; Chen, Yiming; Li, Yunyong; Shi, Zhicong; Zhang, Haiyan

    2016-01-01

    High specific-capacity pseudocapacitive transition-metal-hydroxide (TMH) materials are desirable for future high performance transparent supercapacitors, but have been rarely reported previously. The successful synthesis of TMH materials with desired nanostructures is a key factor for their transparency. Here, Ni(OH) 2 nanosheet transparent film (NNS-TF) was developed simply through a gas-liquid diffusion method. The nanostructures were enwrapped in graphene shells (NNS@Gr-TF) for using as transparent electrodes. The unique encapsulation structures build up rapid three-dimensional electron and ion transport pathways together with the underlying ITO layer. The specific areal capacitance (18.9 mF/cm 2 at 0.1 mA/cm 2 ) was greatly improved, at least a thousand times higher than the reported value for transparent devices based on planer CVD graphene, and ten times as that for 3D micro-structured graphene membrane.

  7. Methodological aspects transparency financial statements of construction companies

    Directory of Open Access Journals (Sweden)

    O. V. Rozhnova

    2016-01-01

    Full Text Available In modern society, in terms of general information and integration of the economies, information is one of the main market products. There is becoming urgent task of improving financial statement transparency for enterprises in this situation. One of the most challenging in improving transparency can be considered the construction industry, because of the pursuit of privacy and a high degree of corruption. The paper analyzes the possible reasons for reducing the level of transparency in the construction industry companies. The paper highlighted the general and particular causes that affect the transparency of financial reporting of construction enterprises. Common causes are relevant for companies in any industry, and private causes show features characteristic of the construction itself. In addition, the paper analyzes the various methods of increasing the transparency used by companies all over the world. The analysis highlighted the internal and external methods for improving the transparency of financial statements and transparency of construction companies. Leadership and employees at the enterprise level providing transparency of financial reporting, and non-financial information about the company, having interest to stakeholders, carry out internal methods. External methods are applied at the macro level as the joint forces of the enterprises of the construction industry to form associations and the state. The analysis also considered the possibility of using these methods by the Russian construction companies and advantages and disadvantages of their application.

  8. Transparency in public-private partnerships : Not so bad after all?

    NARCIS (Netherlands)

    Reynaers, Anne Marie; Grimmelikhuijsen, Stephan

    2015-01-01

    Scholars' criticism of transparency in public-private partnerships (PPPs) often focuses on 'external' transparency, that is, the extent to which internal information is visible to the outside world. However, to achieve external transparency, internal transparency - the availability and inferability

  9. Transparency -- Some observations

    International Nuclear Information System (INIS)

    Houck, F.

    1994-01-01

    The increasingly popular term transparency has been used throughout the IAEA Safeguards Symposium to mean many things to many people. It has rather little utility as a catch-all term or buzz word. A precise definition of transparency is in order. In this paper, transparency is the provision to the IAEA of additional information for which the IAEA has an identified use and includes any associated increased IAEA access to sue the information. In 1993, the IAEA Board endorsed very specific proposals for provision to the IAEA of additional information on international nuclear transfers. It also made specific decisions on verification in the context of tis earlier confirmation of the very sweeping access rights for special inspections outlined by the director general. Additional information to the IAEA has two potential practical uses. First, it could help identify inconsistencies within the entirety of the information available to the IAEA, including information from inspections. These inconsistencies could be an indication of some violation of safeguards undertakings. Second, a declaration of the Member State could facilitate IAEA interpretation of analyses of other information or facilitate resolution of ambiguities. In these respects, additional information is not different from currently used information. When considering seeking specific additional information, the IAEA must balance the potential contribution of the information and its expected costs

  10. Transparency in public-private partnerships: not so bad after all?

    NARCIS (Netherlands)

    Reynaers, A.; Grimmelikhuijsen, S.

    2015-01-01

    Scholars' criticism of transparency in public-private partnerships (PPPs) often focuses on ‘external’ transparency, that is, the extent to which internal information is visible to the outside world. However, to achieve external transparency, internal transparency - the availability and inferability

  11. Broadband plasmon induced transparency in terahertz metamaterials

    KAUST Repository

    Zhu, Zhihua; Yang, Xu; Gu, Jianqiang; Jiang, Jun; Yue, Weisheng; Tian, Zhen; Tonouchi, Masayoshi; Han, Jiaguang; Zhang, Weili

    2013-01-01

    Plasmon induced transparency (PIT) could be realized in metamaterials via interference between different resonance modes. Within the sharp transparency window, the high dispersion of the medium may lead to remarkable slow light phenomena

  12. Public Transparency

    OpenAIRE

    UNCTAD; World Bank

    2018-01-01

    This note provides guidance on the type of information about agricultural investments that investors and governments can make publicly available. Transparency about certain aspects of investments can improve relations between investors and communities, enable external stakeholders to hold investors to commitments, and improve investors’ public image. Although some information should be kep...

  13. Consumer poaching, brand switching, and price transparency

    DEFF Research Database (Denmark)

    Schultz, Christian

    2014-01-01

    This paper addresses price transparency on the consumer side in markets with behavioral price discrimination which feature welfare reducing brand switching. When long-term contracts are not available, an increase in transparency intensifies competition, lowers prices and profits, reduces brand...... switching and benefits consumers and welfare. With long-term contracts, an increase in transparency reduces the use of long-term contracts, leading to more brand switching and a welfare loss. Otherwise, the results are the same as without long-term contracts....

  14. Broadband plasmon induced transparency in terahertz metamaterials

    International Nuclear Information System (INIS)

    Zhu Zhihua; Yang Xu; Gu Jianqiang; Jiang Jun; Tian Zhen; Han Jiaguang; Zhang Weili; Yue Weisheng; Tonouchi, Masayoshi

    2013-01-01

    Plasmon induced transparency (PIT) could be realized in metamaterials via interference between different resonance modes. Within the sharp transparency window, the high dispersion of the medium may lead to remarkable slow light phenomena and an enhanced nonlinear effect. However, the transparency mode is normally localized in a narrow frequency band, which thus restricts many of its applications. Here we present the simulation, implementation, and measurement of a broadband PIT metamaterial functioning in the terahertz regime. By integrating four U-shape resonators around a central bar resonator, a broad transparency window across a frequency range greater than 0.40 THz is obtained, with a central resonance frequency located at 1.01 THz. Such PIT metamaterials are promising candidates for designing slow light devices, highly sensitive sensors, and nonlinear elements operating over a broad frequency range. (paper)

  15. TRANSPARENCY IN ELECTRONIC BUSINESS NEGOTIATIONS – EVIDENCE BASED ANALYSIS

    Directory of Open Access Journals (Sweden)

    Radoslav Delina

    2014-12-01

    Full Text Available Purpose: In current economy, where ICT plays a crucial role for being competitive and effective, businesses are facing higher pressures of flexibility and efficiency than ever before. Transparency is often considered as a suitable mechanism for better market prices and more efficient market environment. Electronic business environment provides the possibility to set up more transparent environment and bring higher competitiveness and efficiency on the market. The paper analyse the impact of transparency on prices in e-procurement.Methodology: Reverse auctions are considered as transparent tool simulating in partial level real competition. Together, it allows to examine several levels of transparency set up in auction negotiation process. The impact of transparency on final prices was analysed on real data using relation based analysis were different situations of transparency set up is compared against achieved final price.Findings: Research results based on real data shows, that generally, the transparency in electronic reverse auction can lead to more negative prices agreed by purchasers as current scientific and commercial promotions.Research limitation: Significance of research results is limited due to still low readiness and skills of e-procurers. The validation of results is needed to realized within longer period of time and from environments with different level of e-readiness. Together, it reveal that transparency is more complex issue where the significance of transparency can reveal its sense in some specific situations on the market and negotiation.Value of paper: Evidenced based research reveal some controversy results which support new scientific efforts in microeconomics and socio-economic impact of ICT fields. Together, it affects real practitioners in way how to use and perceive claimed impact of reverse auction solutions.

  16. 76 FR 7522 - Federal Acquisition Regulation; Enhancing Contract Transparency

    Science.gov (United States)

    2011-02-10

    ... transparency while retaining the protection of information that should be considered in the contracting process... the need for transparency in Government contracting information and believe these recommendations... Regulation; Enhancing Contract Transparency AGENCY: Department of Defense (DoD), General Services...

  17. Overview of Russian HEU transparency issues

    International Nuclear Information System (INIS)

    Kempf, C.R.; Bieniawski, A.

    1993-01-01

    The U.S. has signed an agreement with the Russian Federation for the purchase of 500 metric tons of highly-enriched uranium (HEU) taken from dismantled nuclear weapons. The HEU will be blended down to low-enriched uranium and will be transported to the U.S. to be used by fuel fabricators to make fuel for commercial nuclear power plants. Both the U.S. and Russia have been preparing to institute transparency measures to provide assurance that nonproliferation and arms control objectives specified in the agreement are met. This paper provides background information on the original agreement and on subsequent negotiations with the Russians, as well as discussion of technical aspects of developing transparency measures suited to the facilities and processes which are expected to be involved. Transparency has been defined as those agreed-upon measures which build confidence that arms control and non-proliferation objectives shared by the parties are met. Transparency is a departure from exhaustive, detailed arms control verification regimes of past agreements, which were based on a presumption of detecting transgressions as opposed to confirming compliance

  18. Optimal Degrees of Transparency in Monetary Policymaking

    DEFF Research Database (Denmark)

    Jensen, Henrik

    2002-01-01

    According to most academics and policymakers, transparency in monetary policymaking is desirable. I examine this proposition in a small theoretical model emphasizing forward-looking private sector behavior. Transparency makes it easier for price setters to infer the central bank's future policy...... intentions, thereby making current inflation more responsive to policy actions. This induces the central bank to pay more attention to inflation rather than output gap stabilization. Then, transparency may be disadvantageous. It may actually be a policy-distorting straitjacket if the central bank enjoys low...

  19. Tin oxide transparent thin-film transistors

    International Nuclear Information System (INIS)

    Presley, R E; Munsee, C L; Park, C-H; Hong, D; Wager, J F; Keszler, D A

    2004-01-01

    A SnO 2 transparent thin-film transistor (TTFT) is demonstrated. The SnO 2 channel layer is deposited by RF magnetron sputtering and then rapid thermal annealed in O 2 at 600 deg. C. The TTFT is highly transparent, and enhancement-mode behaviour is achieved by employing a very thin channel layer (10-20 nm). Maximum field-effect mobilities of 0.8 cm 2 V -1 s -1 and 2.0 cm 2 V -1 s -1 are obtained for enhancement- and depletion-mode devices, respectively. The transparent nature and the large drain current on-to-off ratio of 10 5 associated with the enhancement-mode behaviour of these devices may prove useful for novel gas-sensor applications

  20. 25 Years of Transparency Research : Evidence and Future Directions

    NARCIS (Netherlands)

    Cucciniello, Maria; Porumbescu, Gregory A.; Grimmelikhuijsen, Stephan|info:eu-repo/dai/nl/313875405

    2017-01-01

    This article synthesizes the cross-disciplinary literature on government transparency. It systematically reviews research addressing the topic of government transparency published between 1990 and 2015. The review uses 187 studies to address three questions: (1) What forms of transparency has the

  1. Transparency in Global Environmental Governance: A Coming of Age?

    NARCIS (Netherlands)

    Gupta, A.

    2010-01-01

    This introductory article draws on the contributions to this special issue to consider the implications of a transparency turn in global environmental and sustainability governance. Three interrelated aspects are addressed: why transparency now? How is transparency being institutionalized? And what

  2. "On Cloud Nine" and "On All Fours": Which Is More Transparent? Elements in EFL Learners' Transparency Assumptions

    Science.gov (United States)

    Lin, Crystal Jia-yi

    2015-01-01

    Idiom transparency refers to how speakers think the meaning of the individual words contributes to the figurative meaning of an idiom as a whole (Gibbs, Nayak, & Cutting, 1989). However, it is not clear how speakers or language learners form their assumptions about an idiom's transparency level. This study set out to discover whether there are…

  3. Fiscal transparency, political parties, and debt in OECD countries

    DEFF Research Database (Denmark)

    Alt, James E.; Lassen, David Dreyer

    2006-01-01

    Many believe and argue that fiscal, or budgetary, transparency has large, positive effects on fiscal performance. However, the evidence linking transparency and fiscal policy outcomes is less compelling. To analyze the effects of fiscal transparency on public debt accumulation, we present a career...

  4. Transparency in Supply Chains: Is Trust a Limiting Factor?

    OpenAIRE

    Frentrup, Mechthild; Theuvsen, Ludwig

    2006-01-01

    Transparency has gained much relevance in food chains. This paper summarizes the determinants of transparency and points out that transparency in the sense of effective information exchange needs trust as a mediator in order to become a powerful tool in supply chain management. In addition to that this paper analyses the characteristics of trust and highlights the reciprocal and dynamic mechanisms of trust on transparency and vice versa. It is argued that both constructs should be enhanced at...

  5. The Value of Transparency in Distributed Solar PV Markets

    Energy Technology Data Exchange (ETDEWEB)

    OShaughnessy, Eric J [National Renewable Energy Laboratory (NREL), Golden, CO (United States); Zamzam, Ahmed S [National Renewable Energy Laboratory (NREL), Golden, CO (United States)

    2017-12-01

    Market transparency refers to the degree of customer awareness of product options and fair market prices for a given good. In The Value of Transparency in Distributed Solar PV Markets, we use residential solar photovoltaic (PV) quote data to study the value of transparency in distributed solar PV markets. We find that improved market transparency results in lower installation offer prices. Further, the results of this study suggest that PV customers benefit from gaining access to more PV quotes.

  6. Propagation of a probe pulse inside a Bose–Einstein condensate under conditions of electromagnetically induced transparency

    International Nuclear Information System (INIS)

    Barberis-Blostein, Pablo; Aguilar-Loreto, Omar

    2015-01-01

    We obtain a partial differential equation for a pulse travelling inside a Bose–Einstein condensate under conditions of electromagnetically induced transparency. The equation is valid for a weak probe pulse. We solve the equation for the case of a three-level BEC in Λ configuration with one of its ground state spatial profiles initially constant. The solution characterizes, in detail, the effect that the evolution of the condensate wave function has on pulse propagation, including the process of stopping and releasing it. (invited comment)

  7. Broadband plasmon induced transparency in terahertz metamaterials

    KAUST Repository

    Zhu, Zhihua

    2013-04-25

    Plasmon induced transparency (PIT) could be realized in metamaterials via interference between different resonance modes. Within the sharp transparency window, the high dispersion of the medium may lead to remarkable slow light phenomena and an enhanced nonlinear effect. However, the transparency mode is normally localized in a narrow frequency band, which thus restricts many of its applications. Here we present the simulation, implementation, and measurement of a broadband PIT metamaterial functioning in the terahertz regime. By integrating four U-shape resonators around a central bar resonator, a broad transparency window across a frequency range greater than 0.40 THz is obtained, with a central resonance frequency located at 1.01 THz. Such PIT metamaterials are promising candidates for designing slow light devices, highly sensitive sensors, and nonlinear elements operating over a broad frequency range. © 2013 IOP Publishing Ltd.

  8. Outside finance, dominant investors and strategic transparency

    NARCIS (Netherlands)

    Perotti, E.C.; von Thadden, E.-L.

    2000-01-01

    This paper studies optimal financial contracts and product market competition under a strategic transparency decision. When firms seeking outside finance resort to actively monitored debt in order to commit against opportunistic behaviour, the dominant lender can influence corporate transparency.

  9. Does doxastic transparency support evidentialism?

    DEFF Research Database (Denmark)

    Steglich-Petersen, Asbjørn

    2008-01-01

    Nishi Shah has recently argued that transparency in doxastic deliberation supports a strict version of evidentialism about epistemic reasons. I argue that Shah’s argument relies on a principle that is incompatible the strict version of evidentialism Shah wishes to advocate.......Nishi Shah has recently argued that transparency in doxastic deliberation supports a strict version of evidentialism about epistemic reasons. I argue that Shah’s argument relies on a principle that is incompatible the strict version of evidentialism Shah wishes to advocate....

  10. Transparent solar antenna of 28 GHz using transparent conductive oxides (TCO) thin film

    International Nuclear Information System (INIS)

    Mohd Ali, N I; Misran, N; Mansor, M F; Jamlos, M F

    2017-01-01

    This paper presents the analysis of 28GHz solar patch antenna using the variations of transparent conductive oxides (TCO) thin film as the radiating patch. Solar antenna is basically combining the function of antenna and solar cell into one device and helps to maximize the usage of surface area. The main problem of the existing solar antenna is the radiating patch which made of nontransparent material, such as copper, shadowing the solar cell and degrades the total solar efficiency. Hence, by using the transparent conductive oxides (TCO) thin film as the radiating patch, this problem can be tackled. The TCO thin film used is varied to ITO, FTO, AgHT-4, and AgHT-8 along with glass as substrate. The simulation of the antenna executed by using Computer Simulation Technology (CST) Microwave Studio software demonstrated at 28 GHz operating frequency for 5G band applications. The performance of the transparent antennas is compared with each other and also with the nontransparent patch antenna that using Rogers RT5880 as substrate, operating at the same resonance frequency and then, the material that gives the best performance is identified. (paper)

  11. Transparent solar antenna of 28 GHz using transparent conductive oxides (TCO) thin film

    Science.gov (United States)

    Ali, N. I. Mohd; Misran, N.; Mansor, M. F.; Jamlos, M. F.

    2017-05-01

    This paper presents the analysis of 28GHz solar patch antenna using the variations of transparent conductive oxides (TCO) thin film as the radiating patch. Solar antenna is basically combining the function of antenna and solar cell into one device and helps to maximize the usage of surface area. The main problem of the existing solar antenna is the radiating patch which made of nontransparent material, such as copper, shadowing the solar cell and degrades the total solar efficiency. Hence, by using the transparent conductive oxides (TCO) thin film as the radiating patch, this problem can be tackled. The TCO thin film used is varied to ITO, FTO, AgHT-4, and AgHT-8 along with glass as substrate. The simulation of the antenna executed by using Computer Simulation Technology (CST) Microwave Studio software demonstrated at 28 GHz operating frequency for 5G band applications. The performance of the transparent antennas is compared with each other and also with the nontransparent patch antenna that using Rogers RT5880 as substrate, operating at the same resonance frequency and then, the material that gives the best performance is identified.

  12. Transparent Memory For Harsh Electronics

    KAUST Repository

    Ho, C. H.

    2017-03-14

    As a new class of non-volatile memory, resistive random access memory (RRAM) offers not only superior electronic characteristics, but also advanced functionalities, such as transparency and radiation hardness. However, the environmental tolerance of RRAM is material-dependent, and therefore the materials used must be chosen carefully in order to avoid instabilities and performance degradation caused by the detrimental effects arising from environmental gases and ionizing radiation. In this work, we demonstrate that AlN-based RRAM displays excellent performance and environmental stability, with no significant degradation to the resistance ratio over a 100-cycle endurance test. Moreover, transparent RRAM (TRRAM) based on AlN also performs reliably under four different harsh environmental conditions and 2 MeV proton irradiation fluences, ranging from 1011 to 1015 cm-2. These findings not only provide a guideline for TRRAM design, but also demonstrate the promising applicability of AlN TRRAM for future transparent harsh electronics.

  13. Limits of transparency of transparent conducting oxides

    Science.gov (United States)

    Peelaers, Hartwin

    A fundamental understanding of the factors that limit transparency in transparent conducting oxides (TCOs) is essential for further progress in materials and applications. These materials have a sufficiently large band gap, so that direct optical transitions do not lead to absorption of light within the visible spectrum. Since the presence of free carriers is essential for conductivity and thus for device applications, this introduces the possibility of additional absorption processes. In particular, indirect processes are possible, and these will constitute a fundamental limit of the material. The Drude theory is widely used to describe free-carrier absorption, but it is phenomenological in nature and tends to work poorly at shorter wavelengths, where band-structure effects are important. We will present calculations of phonon- and defect-assisted free-carrier absorption in a TCO completely from first principles. We will focus in detail on SnO2, but the methodology is general and we will also compare the results obtained for other TCO materials such as In2O3. These calculations provide not just quantitative results but also deeper insights in the mechanisms that govern absorption processes, which is essential for engineering improved materials to be used in more efficient devices. This work was performed in collaboration with E. Kioupakis and C.G. Van de Walle and was supported by ARO and NSF.

  14. A Facile Way to Fabricate Transparent Superhydrophobic Surfaces.

    Science.gov (United States)

    Shi, Wentao; He, Ran; Yunus, Doruk E; Yang, Jie; Liu, Yaling

    2018-07-01

    A fast, easy, and low-cost way to fabricate transparent superhydrophobic (SHP) surfaces is developed. By simply mixing silica nanoparticles (SiNPs), polydimethylsiloxane (PDMS) and heptane to form a suspension, dip- or drop-coating the suspension onto different surfaces, transparent SHP surfaces can be obtained. By tuning the ratio of the three components above, transparency of the coating can reach more than 90% transmittance in the visible region, while static water contact angle of the coating can reach as high as 162°. Dynamic contact angle study shows the advancing contact angle and receding contact angle of water can be as high as 168° and 161°, and the resulting contact angle hysteresis can be as low as 7°. The reported facile way of fabricating transparent superhydrophobic (SHP) surfaces is potential for applications which need both optical transparency and self-cleaning capability, such as solar cells, optical equipment, and visible microfluidic chips.

  15. Interplay between transparency and efficiency in dye sensitized solar cells.

    Science.gov (United States)

    Tagliaferro, Roberto; Colonna, Daniele; Brown, Thomas M; Reale, Andrea; Di Carlo, Aldo

    2013-02-11

    In this paper we analyze the interplay between transparency and efficiency in dye sensitized solar cells by varying fabrication parameters such as the thickness of the nano-crystalline TiO(2) layer, the dye loading and the dye type. Both transparency and efficiency show a saturation trend when plotted versus dye loading. By introducing the transparency-efficiency plot, we show that the relation between transparency and efficiency is linear and is almost independent on the TiO(2) thickness for a certain thickness range. On the contrary, the relation between transparency and efficiency depends strongly on the type of the dye. Moreover, we show that co-sensitization techniques can be effectively used to access regions of the transparency-efficiency space that are forbidden for single dye sensitization. The relation found between transparency and efficiency (T&E) can be the general guide for optimization of Dye Solar Cells in building integration applications.

  16. Brightness and transparency in the early visual cortex.

    Science.gov (United States)

    Salmela, Viljami R; Vanni, Simo

    2013-06-24

    Several psychophysical studies have shown that transparency can have drastic effects on brightness and lightness. However, the neural processes generating these effects have remained unresolved. Several lines of evidence suggest that the early visual cortex is important for brightness perception. While single cell recordings suggest that surface brightness is represented in the primary visual cortex, the results of functional magnetic resonance imaging (fMRI) studies have been discrepant. In addition, the location of the neural representation of transparency is not yet known. We investigated whether the fMRI responses in areas V1, V2, and V3 correlate with brightness and transparency. To dissociate the blood oxygen level-dependent (BOLD) response to brightness from the response to local border contrast and mean luminance, we used variants of White's brightness illusion, both opaque and transparent, in which luminance increments and decrements cancel each other out. The stimuli consisted of a target surface and a surround. The surround luminance was always sinusoidally modulated at 0.5 Hz to induce brightness modulation to the target. The target luminance was constant or modulated in counterphase to null brightness modulation. The mean signal changes were calculated from the voxels in V1, V2, and V3 corresponding to the retinotopic location of the target surface. The BOLD responses were significantly stronger for modulating brightness than for stimuli with constant brightness. In addition, the responses were stronger for transparent than for opaque stimuli, but there was more individual variation. No interaction between brightness and transparency was found. The results show that the early visual areas V1-V3 are sensitive to surface brightness and transparency and suggest that brightness and transparency are represented separately.

  17. Contour junctions defined by dynamic image deformations enhance perceptual transparency.

    Science.gov (United States)

    Kawabe, Takahiro; Nishida, Shin'ya

    2017-11-01

    The majority of work on the perception of transparency has focused on static images with luminance-defined contour junctions, but recent work has shown that dynamic image sequences with dynamic image deformations also provide information about transparency. The present study demonstrates that when part of a static image is dynamically deformed, contour junctions at which deforming and nondeforming contours are connected facilitate the deformation-based perception of a transparent layer. We found that the impression of a transparent layer was stronger when a dynamically deforming area was adjacent to static nondeforming areas than when presented alone. When contour junctions were not formed at the dynamic-static boundaries, however, the impression of a transparent layer was not facilitated by the presence of static surrounding areas. The effect of the deformation-defined junctions was attenuated when the spatial pattern of luminance contrast at the junctions was inconsistent with the perceived transparency related to luminance contrast, while the effect did not change when the spatial luminance pattern was consistent with it. In addition, the results showed that contour completions across the junctions were required for the perception of a transparent layer. These results indicate that deformation-defined junctions that involve contour completion between deforming and nondeforming regions enhance the perception of a transparent layer, and that the deformation-based perceptual transparency can be promoted by the simultaneous presence of appropriately configured luminance and contrast-other features that can also by themselves produce the sensation of perceiving transparency.

  18. Transparent form-active system with structural glass

    NARCIS (Netherlands)

    Nikolaou, M.S.N.; Veer, F.A.; Eigenraam, P.

    2015-01-01

    Free-form transparent wide-span spatial structures which have being constructed so far, are based on the concept of three sets of components, the structural components, usually steel elements to ensure both compressive and tensional capacity; the glass cladding elements for expressing transparency;

  19. Transparency in Canadian public drug advisory committees.

    Science.gov (United States)

    Rosenberg-Yunger, Zahava R S; Bayoumi, Ahmed M

    2014-11-01

    Transparency in health care resource allocation decisions is a criterion of a fair process. We used qualitative methods to explore transparency across 11 Canadian drug advisory committees. We developed seven criteria to assess transparency (disclosure of members' names, disclosure of membership selection criteria, disclosure of conflict of interest guidelines and members' conflicts, public posting of decisions not to fund drugs, public posting of rationales for decisions, stakeholder input, and presence of an appeals mechanism) and two sub-criteria for when rationales were posted (direct website link and readability). We interviewed a purposeful sample of key informants who were conversant in English and a current or past member of either a committee or a stakeholder group. We analyzed data using a thematic approach. Interviewing continued until saturation was reached. We examined documents from 10 committees and conducted 27 interviews. The median number of criteria addressed by committees was 2 (range 0-6). Major interview themes included addressing: (1) accessibility issues, including stakeholders' degree of access to the decision making process and appeal mechanisms; (2) communication issues, including improving internal and external communication and public access to information; and (3) confidentiality issues, including the use of proprietary evidence. Most committees have some mechanisms to address transparency but none had a fully transparent process. The most important ways to improve transparency include creating formal appeal mechanisms, improving communication, and establishing consistent rules about the use of, and public access to, proprietary evidence. Copyright © 2014 Elsevier Ireland Ltd. All rights reserved.

  20. Laser assisted decontamination of metal surface: Evidence of increased surface absorptivity due to field enhancement caused by transparent/semi-transparent contaminant particulates

    International Nuclear Information System (INIS)

    Nilaya, J. Padma; Biswas, Dhruba J.

    2010-01-01

    Small signal absorption measurements of the incident coherent radiation by the metal surface have revealed an increase in the absorption by the surface in presence of transparent/semi-transparent particulates on it. This effect, identified as field enhanced surface absorption, has been found to increase with reduction in the average particulate size. Consequently higher laser assisted removal efficiency of contamination from a metal surface has been observed for smaller contaminant particulates. These measurements have been carried out utilizing coherent radiations of two different wavelengths so chosen that for one the particulates are totally transparent while for the other they are partially transparent.

  1. 78 FR 14149 - 2012 Fiscal Transparency Report

    Science.gov (United States)

    2013-03-04

    .... Therefore, a published budget that does not include significant cash or non-cash resources, including... transparency is a critical element of effective public financial management, helps build market confidence, and sets the stage for economic sustainability. Transparency also provides a window into government budgets...

  2. Explaining transparency in Public-Private Partnerships. Not so bad after all?

    NARCIS (Netherlands)

    Reynaers, A.; Grimmelikhuijsen, S

    2015-01-01

    Scholars' criticism of transparency in public-private partnerships (PPPs) often focuses on 'external' transparency, that is, the extent to which internal information is visible to the outside world. However, to achieve external transparency, internal transparency - the availability and inferability

  3. Medical regulation, spectacular transparency and the blame business.

    Science.gov (United States)

    McGivern, Gerry; Fischer, Michael

    2010-01-01

    The purpose of this paper is to explore general practitioners' (GPs') and psychiatrists' views and experiences of transparent forms of medical regulation in practice, as well as those of medical regulators and those representing patients and professionals. The research included interviews with GPs, psychiatrists and others involved in medical regulation, representing patients and professionals. A qualitative narrative analysis of the interviews was then conducted. Narratives suggest rising levels of complaints, legalisation and blame within the National Health Service (NHS). Three key themes emerge. First, doctors feel "guilty until proven innocent" within increasingly legalised regulatory systems and are consequently practising more defensively. Second, regulation is described as providing "spectacular transparency", driven by political responses to high profile scandals rather than its effects in practice, which can be seen as a social defence. Finally, it is suggested that a "blame business" is driving this form of transparency, in which self-interested regulators, the media, lawyers, and even some patient organisations are fuelling transparency in a wider culture of blame. A relatively small number of people were interviewed, so further research testing the findings would be useful. Transparency has some perverse effects on doctors' practice. Rising levels of blame has perverse consequences for patient care, as doctors are practicing more defensively as a result, as well as significant financial implications for NHS funding. Transparent forms of regulation are assumed to be beneficial and yet little research has examined its effects in practice. In this paper we highlight a number of perverse effects of transparency in practice.

  4. Public hearings as a transparency measure: The Valproate case

    DEFF Research Database (Denmark)

    Møllebæk, Mathias

    2017-01-01

    In line with increasing calls of transparency initiatives across European institutions, the European Medicines Agency (EMA) will on September 26th 2017 host its first public hearing on the regulatory of a drug, namely Valproate. According to the EMA website, the public hearing is intended...... to “increase transparency by opening up the scientific evaluation process” and “[give citizens] a voice in the evaluation of medicines.” This conference paper will present the preliminary results from a rhetorical analysis of the public hearing as a transparency measure. What kind transparency does a public...

  5. Transparent face recognition in the home environment

    NARCIS (Netherlands)

    Beumer, G.M.; Veldhuis, Raymond N.J.; Bazen, A.M.

    2004-01-01

    The BASIS project is about the secure application of transparent biometrics in the home environment. Due to transparency and home-setting requirements there is variance in appearance of the subject. An other problem which needs attention is the extraction of features. The quality of the extracted

  6. TRANSPARENCY IN ITALIAN NON PROFIT ORGANIZATIONS

    Directory of Open Access Journals (Sweden)

    Patrizia Gazzola

    2014-07-01

    Full Text Available The aim of the paper is to evaluate the accountability and transparency of Italian non profits organizations. The main goal is to understand if a general accountability or transparency problem, or a systematic publicity deficit, exist in the third sector in Italy. Non profit organizations have an ethical obligation to their stakeholder and to the public to conduct their activities with accountability and transparency. Non profit organizations should regularly and openly convey information to the stakeholder about their vision, mission, objectives, activities, accomplishments, decision-making processes and organizational structure. Information from a non profit organization should be easily accessible to the stakeholder and should create external visibility, public understanding and trust in the organization, conditions necessary to find donors. Non profit organizations work with communities and community donors need to know how their money is used. In the first part the analysis of the definition of transparency and accountability is made and the sustainability report like an important instrument of communication is considered. In the second part an empirical research is presented. The Italian law allows taxpayers to devote 5 per thousand of their income tax to non profit organizations, choosing between charities, social promotion associations, recognized associations, entities dedicated to scientific research and health care, universities, municipal social services and other non profit organizations. The present study present a quantitative research and it’s based on an empirical analysis of non-profit organizations that receive this donation in Italy in the year 2010 and 2011. In the paper we analyze the transparency and the accountability of the top 100 non profit organizations that have received the contribution of 5 per thousand, checking whether they prepare their Sustainability Report or any other kind of report for communicate the use

  7. Transparent and Flexible Supercapacitors with Networked Electrodes.

    Science.gov (United States)

    Kiruthika, S; Sow, Chaitali; Kulkarni, G U

    2017-10-01

    Transparent and flexible energy storage devices have received immense attention due to their suitability for innovative electronics and displays. However, it remains a great challenge to fabricate devices with high storage capacity and high degree of transmittance. This study describes a simple process for fabrication of supercapacitors with ≈75% of visible transparency and areal capacitance of ≈3 mF cm -2 with high stability tested over 5000 cycles of charging and discharging. The electrodes consist of Au wire networks obtained by a simple crackle template method which are coated with MnO 2 nanostructures by electrodeposition process. Importantly, the membrane separator itself is employed as substrate to bring in the desired transparency and light weight while additionally exploiting its porous nature in enhancing the interaction of electrolyte with the active material from both sides of the substrate, thereby enhancing the storage capacity. The method opens up new ways for fabricating transparent devices. © 2017 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  8. [Transparency in public health decision-making].

    Science.gov (United States)

    García-Altés, Anna; Argimon, Josep M

    2016-11-01

    Improving the quality and transparency of governmental healthcare decision-making has an impact on the health of the population through policies, organisational management and clinical practice. Moreover, the comparison between healthcare centres and the transparent feedback of results to professionals and to the wider public contribute directly to improved results. The "Results Centre" of the Catalan healthcare system measures and disseminates the results achieved by the different healthcare centres in order to facilitate a shared decision-making process, thereby enhancing the quality of healthcare provided to the population of Catalonia (Spain). This is a pioneering initiative in Spain and is aligned with the most advanced countries in terms of policies of transparency and accountability. Copyright © 2016 SESPAS. Publicado por Elsevier España, S.L.U. All rights reserved.

  9. Semantic transparency affects morphological priming . . . eventually.

    Science.gov (United States)

    Heyer, Vera; Kornishova, Dana

    2018-05-01

    Semantic transparency has been in the focus of psycholinguistic research for decades, with the controversy about the time course of the application of morpho-semantic information during the processing of morphologically complex words not yet resolved. This study reports two masked priming studies with English - ness and Russian - ost' nominalisations, investigating how semantic transparency modulates native speakers' morphological priming effects at short and long stimulus onset asynchronies (SOAs). In both languages, we found increased morphological priming for nominalisations at the transparent end of the scale (e.g. paleness - pale) in comparison to items at the opaque end of the scale (e.g. business - busy) but only at longer prime durations. The present findings are in line with models that posit an initial phase of morpho-orthographic (semantically blind) decomposition.

  10. Color transparency: Enchantment and effort

    International Nuclear Information System (INIS)

    Miller, G.A.

    1991-01-01

    A quantum mechanical approach is used to study high momentum transfer reactions in which a nucleon is knocked out of the nucleus. We show that the nuclear interactions of the wave packet produced in such a process tend to cancel, so that the nuclear medium becomes transparent. The wave packet (ejectile)-nucleon interactions, including the production of nucleon resonances are also discussed. Color transparency effects in the (e,e'p) reaction may be significant at relatively low momentum transfer Q 2 = 3 - 6 (GeV 2 /c) 2 . 17 refs., 3 figs

  11. Transparent solar cell window module

    Energy Technology Data Exchange (ETDEWEB)

    Chau, Joseph Lik Hang; Chen, Ruei-Tang; Hwang, Gan-Lin; Tsai, Ping-Yuan [Nanopowder and Thin Film Technology Center, ITRI South, Industrial Technology Research Institute, Tainan County 709 (China); Lin, Chien-Chu [I-Lai Acrylic Corporation, Tainan City (China)

    2010-03-15

    A transparent solar cell window module based on the integration of traditional silicon solar cells and organic-inorganic nanocomposite material was designed and fabricated. The transparent solar cell window module was composed of a nanocomposite light-guide plate and traditional silicon solar cells. The preparation of the nanocomposite light-guide plate is easy without modification of the traditional casting process, the nanoparticles sol can be added directly to the polymethyl methacrylate (PMMA) monomer syrup during the process. The solar energy collected by this window can be used to power up small household electrical appliances. (author)

  12. Development and applications of transparent conductive nanocellulose paper

    Science.gov (United States)

    Li, Shaohui; Lee, Pooi See

    2017-12-01

    Increasing attention has been paid to the next generation of 'green' electronic devices based on renewable nanocellulose, owing to its low roughness, good thermal stability and excellent optical properties. Various proof-of-concept transparent nanopaper-based electronic devices have been fabricated; these devices exhibit excellent flexibility, bendability and even foldability. In this review, we summarize the recent progress of transparent nanopaper that uses different types of nanocellulose, including pure nanocellulose paper and composite nanocellulose paper. The latest development of transparent and flexible nanopaper electronic devices are illustrated, such as electrochromic devices, touch sensors, solar cells and transistors. Finally, we discuss the advantages of transparent nanopaper compared to conventional flexible plastic substrate and the existing challenges to be tackled in order to realize this promising potential.

  13. Development and applications of transparent conductive nanocellulose paper.

    Science.gov (United States)

    Li, Shaohui; Lee, Pooi See

    2017-01-01

    Increasing attention has been paid to the next generation of 'green' electronic devices based on renewable nanocellulose, owing to its low roughness, good thermal stability and excellent optical properties. Various proof-of-concept transparent nanopaper-based electronic devices have been fabricated; these devices exhibit excellent flexibility, bendability and even foldability. In this review, we summarize the recent progress of transparent nanopaper that uses different types of nanocellulose, including pure nanocellulose paper and composite nanocellulose paper. The latest development of transparent and flexible nanopaper electronic devices are illustrated, such as electrochromic devices, touch sensors, solar cells and transistors. Finally, we discuss the advantages of transparent nanopaper compared to conventional flexible plastic substrate and the existing challenges to be tackled in order to realize this promising potential.

  14. EDITORIAL: On display with transparent conducting films On display with transparent conducting films

    Science.gov (United States)

    Demming, Anna

    2012-03-01

    Transparent conducting films were already featuring in scientific literature over one hundred years ago. In 1894 Aryton and Mather described a conducting varnish for coating the screens of electric apparatus so they would not charge when accidentally brushed by a coat sleeve or other material [1]. Their method began with a similar approach to that used to make savoury jellies; by dissolving gelatine in vinegar, after which less palatable ingredients were incorporated including sulphuric acid and an antisulphuric enamel. While the search for transparent conducting films continued to attract other researchers, the same problem remained: the transparency would be compromised if the film was too thick, and the conductivity would be compromised if the film was too thin. In the early 1950s Gillham and Preston reported that thin gold films sputtered on bismuth oxide and heated resulted in a material that successfully combined the previously mutually exclusive properties of transparency and conductivity [2]. Other oxide films were also found to favourably combine these properties, including tin oxide, as reported by Ishiguro and colleagues in Japan in 1958 [3]. Today tin oxide doped with indium (ITO) has become the industry standard for transparent conducting films in a range of applications including photovoltaic technology and displays. It is perhaps the mounting ubiquity of electronic displays as a result of the increasingly digitised and computerised environment of the modern day world that has begun to underline the main drawback of ITO: expense. In this issue, a collaboration of researchers in Korea present an overview of graphene as a transparent conducting material with the potential to replace ITO in a range of electronic and optoelectronic applications [4]. One of the first innovations in optical microscopy was the use of dyes. This principle first came into practice with the use of ultraviolet light to reveal previously indistinguishable features. As explained

  15. Color transparency in semi-inclusive electroproduction of ρ mesons

    International Nuclear Information System (INIS)

    Frankfurt, L.; Miller, G. A.; Strikman, M.

    2008-01-01

    We study the electroproduction of ρ mesons in nuclei at intermediate energies, deriving a treatment of the energy lost by the ρ in each step of multiple scattering. This enables a close match between calculations and the experimental kinematic conditions. A standard Glauber calculation is presented, and then the effects of color-transparency are included. The influence of poor experimental resolution on the extracted transparency is assessed. The effects of ρ meson decay inside the nucleus are examined, and are typically about 5% at most. This effect disappears rapidly as Q 2 increases from about 1 to 3 GeV 2 , causing a rise in the transparency that is not attributable to color transparency. The size of color transparency effects for C and Fe nuclei is studied for values of Q 2 up to 10 GeV 2 . The detailed results depend strongly on the assumed value of the ρN cross section. The overall effects of color transparency are greater than about 10% for both nuclear targets if Q 2 is greater than about 5 GeV 2

  16. The impact of packaging transparency on product attractiveness

    Directory of Open Access Journals (Sweden)

    Barbara Sabo

    2017-12-01

    Full Text Available The aim of the study was to investigate the impact of different levels of packaging transparency on the evaluation of attractiveness of a product within the packaging, in relation to whether it is a healthy or unhealthy product. Consumer preferences during buying decision process were also investigated. The study was conducted by two methods. The first one was related to consumer preferences and was based on a choice task, while the other one was related to packaging attractiveness and was based on subjective evaluation expressed through the Likert scale. Eight samples of packaging were used. They differed according to product type (healthy and unhealthy, and the level of transparency (fully transparent packaging, packaging with two windows, packaging with one window and non-transparent packaging. According to the results, consumers tend to ignore non-transparent packaging, regardless the product healthiness. The findings indicate the importance of thoughtful selection of packaging structure and its material in design process and launching the food products on the retail market.

  17. Transparent conducting oxides and production thereof

    Science.gov (United States)

    Gessert, Timothy A.; Yoshida, Yuki; Coutts, Timothy J.

    2014-06-10

    Transparent conducting oxides and production thereof are disclosed. An exemplary method of producing a transparent conducting oxide (TCO) material may comprise: providing a TCO target doped with either a high-permittivity oxide or a low-permittivity oxide in a process chamber. The method may also comprise depositing a metal oxide on the target in the process chamber to form a thin film having enhanced optical properties without substantially decreasing electrical quality.

  18. Information transparency as paradigm of the economic systems sustaina ble development

    Directory of Open Access Journals (Sweden)

    L. Orlova

    2015-01-01

    Full Text Available Development of any economic system depends on a number of factors. This or that combination of factors, finally, defines innovation economy level. Realities of the modern world prove that the most successful is economic development of those countries which economy at all levels (micro- meso- macro- is focused on intellectual resources. Most an effective utilization of these resources probably only in the conditions of a transparency of acceptance of administrative decisions. From the economic point of view the information transparency should promote unpredictability decrease at acceptance of administrative decisions, to trust strengthening at all levels of economic system. The information transparency promotes formation and development of innovative economy, being a link between various economic subjects, acting as some limit of trust between them. The purpose of the article is consideration of information transparency as economic category. The identification of the different level economic subjects having interest in increase of information transparency, definition of the main methods of information transparency assessment; definition of need of information transparency increase are research problems of the article.Methodology. In conducting this study, the main sources of original data served as State statistical materials, the reports of The United Nations Department of Economic and Social Affairs, the reports of The European Commission. The basis of methodical developments based on the comparative method, scientific logic method, method of analysis and synthesis of the available data.Results. As well as any economic category is necessary for considering an information transparency at three levels of economic system: macromeso- and microlevel. The information transparency of macrolevel is a transparency of a state policy. An information transparency of mesolevel – a transparency of regions. At microlevel the information

  19. Induced transparencies in metamaterial waveguides doped with quantum dots

    International Nuclear Information System (INIS)

    Singh, Mahi R; Brzozowski, Marek; Racknor, Chris

    2015-01-01

    The light-mater interaction in quantum dots doped artificial electromagnetic materials such as metamaterial waveguides has been studied. The effect of surface plasmon polaritons (SPPs) on the absorption coefficient of quantum dots in metamaterial waveguides is investigated. The waveguides are made by sandwiching a metamaterial slab between two dielectric material layers. An ensemble of quantum dots are deposited near the waveguide interfaces. The transfer matrix method is used to calculate the SSPs in the waveguide and the density matrix method and Schrödinger equation method are used to calculate the absorption spectrum. It is found that when the thickness of the metamaterial slab is greater than the SPP wavelength the SPP energy is degenerate. However when the thickness of the slab is smaller than that of the SPP wavelength the degeneracy of SPP state splits into odd and even SPP modes due the surface mode interaction (SMI) of the waveguide. We also found that the absorption spectrum has a minima (transparent state) which is due to strong coupling between excitons in quantum dots and SPPs in the waveguide. This transparent state is called the SPP induced transparency. However when the thickness of the slab is smaller than that of the SPP wavelength one transparent state in the absorption spectrum split into two transparent states due to the surface mode interaction. This type of transparency is called the SMI induced transparency. Transparent states can be achieved by applying pulse stress field or an intense laser pulse field. Hence present findings can be used to fabricate the metamaterial optical sensors and switches. (paper)

  20. Transparency: the emerging third dimension of Open Science and Open Data

    Directory of Open Access Journals (Sweden)

    Liz Lyon

    2016-03-01

    Full Text Available This paper presents an exploration of the concept of research transparency. The policy context is described and situated within the broader arena of open science. This is followed by commentary on transparency within the research process, which includes a brief overview of the related concept of reproducibility and the associated elements of research integrity, fraud and retractions. A two-dimensional model or continuum of open science is considered and the paper builds on this foundation by presenting a three-dimensional model, which includes the additional axis of ‘transparency’. The concept is further unpacked and preliminary definitions of key terms are introduced: transparency, transparency action, transparency agent and transparency tool.  An important linkage is made to the research lifecycle as a setting for potential transparency interventions by libraries. Four areas are highlighted as foci for enhanced engagement with transparency goals: Leadership and Policy, Advocacy and Training, Research Infrastructures and Workforce Development.

  1. Tunable phonon-induced transparency in bilayer graphene nanoribbons.

    Science.gov (United States)

    Yan, Hugen; Low, Tony; Guinea, Francisco; Xia, Fengnian; Avouris, Phaedon

    2014-08-13

    In the phenomenon of plasmon-induced transparency, which is a classical analogue of electromagnetically induced transparency (EIT) in atomic gases, the coherent interference between two plasmon modes results in an optical transparency window in a broad absorption spectrum. With the requirement of contrasting lifetimes, typically one of the plasmon modes involved is a dark mode that has limited coupling to the electromagnetic radiation and possesses relatively longer lifetime. Plasmon-induced transparency not only leads to light transmission at otherwise opaque frequency regions but also results in the slowing of light group velocity and enhanced optical nonlinearity. In this article, we report an analogous behavior, denoted as phonon-induced transparency (PIT), in AB-stacked bilayer graphene nanoribbons. Here, light absorption due to the plasmon excitation is suppressed in a narrow window due to the coupling with the infrared active Γ-point optical phonon, whose function here is similar to that of the dark plasmon mode in the plasmon-induced transparency. We further show that PIT in bilayer graphene is actively tunable by electrostatic gating and estimate a maximum slow light factor of around 500 at the phonon frequency of 1580 cm(-1), based on the measured spectra. Our demonstration opens an avenue for the exploration of few-photon nonlinear optics and slow light in this novel two-dimensional material.

  2. Transparent, Flexible, Conformal Capacitive Pressure Sensors with Nanoparticles.

    Science.gov (United States)

    Kim, Hyeohn; Kim, Gwangmook; Kim, Taehoon; Lee, Sangwoo; Kang, Donyoung; Hwang, Min-Soo; Chae, Youngcheol; Kang, Shinill; Lee, Hyungsuk; Park, Hong-Gyu; Shim, Wooyoung

    2018-02-01

    The fundamental challenge in designing transparent pressure sensors is the ideal combination of high optical transparency and high pressure sensitivity. Satisfying these competing demands is commonly achieved by a compromise between the transparency and usage of a patterned dielectric surface, which increases pressure sensitivity, but decreases transparency. Herein, a design strategy for fabricating high-transparency and high-sensitivity capacitive pressure sensors is proposed, which relies on the multiple states of nanoparticle dispersity resulting in enhanced surface roughness and light transmittance. We utilize two nanoparticle dispersion states on a surface: (i) homogeneous dispersion, where each nanoparticle (≈500 nm) with a size comparable to the visible light wavelength has low light scattering; and (ii) heterogeneous dispersion, where aggregated nanoparticles form a micrometer-sized feature, increasing pressure sensitivity. This approach is experimentally verified using a nanoparticle-dispersed polymer composite, which has high pressure sensitivity (1.0 kPa -1 ), and demonstrates excellent transparency (>95%). We demonstrate that the integration of nanoparticle-dispersed capacitor elements into an array readily yields a real-time pressure monitoring application and a fully functional touch device capable of acting as a pressure sensor-based input device, thereby opening up new avenues to establish processing techniques that are effective on the nanoscale yet applicable to macroscopic processing. © 2018 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  3. Transformation as a Design Process and Runtime Architecture for High Integrity Software

    Energy Technology Data Exchange (ETDEWEB)

    Bespalko, S.J.; Winter, V.L.

    1999-04-05

    We have discussed two aspects of creating high integrity software that greatly benefit from the availability of transformation technology, which in this case is manifest by the requirement for a sophisticated backtracking parser. First, because of the potential for correctly manipulating programs via small changes, an automated non-procedural transformation system can be a valuable tool for constructing high assurance software. Second, modeling the processing of translating data into information as a, perhaps, context-dependent grammar leads to an efficient, compact implementation. From a practical perspective, the transformation process should begin in the domain language in which a problem is initially expressed. Thus in order for a transformation system to be practical it must be flexible with respect to domain-specific languages. We have argued that transformation applied to specification results in a highly reliable system. We also attempted to briefly demonstrate that transformation technology applied to the runtime environment will result in a safe and secure system. We thus believe that the sophisticated multi-lookahead backtracking parsing technology is central to the task of being in a position to demonstrate the existence of HIS.

  4. Double optomechanical transparency with direct mechanical interaction

    International Nuclear Information System (INIS)

    Li Ling-Chao; Shi Rao; Xu Jun; Hu Xiang-Ming

    2015-01-01

    We present a mechanism for double transparency in an optomechanical system. This mechanism is based on the coupling of a moving cavity mirror to a second mechanical oscillator. Due to the purely mechanical coupling and the radiation pressure, three pathways are established for excitations of the probe photons into the cavity photons. Destructive interference occurs at two different frequencies, leading to double transparency to the probe field. It is the coupling strength between the mechanical oscillators that determines the locations of the transparency windows. Moreover, the normal splitting appears for the generated Stokes field and the four-wave mixing process is inhibited on resonance. (paper)

  5. Diamond-shaped electromagnetic transparent devices with homogeneous material parameters

    International Nuclear Information System (INIS)

    Li Tinghua; Huang Ming; Yang Jingjing; Yu Jiang; Lan Yaozhong

    2011-01-01

    Based on the linear coordinate transformation method, two-dimensional and three-dimensional electromagnetic transparent devices with diamond shape composed of homogeneous and non-singular materials are proposed in this paper. The permittivity and permeability tensors of the transparent devices are derived. The performance and scattering properties of the transparent devices are confirmed by a full-wave simulation. It can physically protect electric devices such as an antenna and a radar station inside, without sacrificing their performance. This work represents important progress towards the practical realization of metamaterial-assisted transparent devices and expands the application of transformation optics.

  6. 2009 Annual Health Physics Report for the HEU Transparency Program

    International Nuclear Information System (INIS)

    Radev, R.

    2010-01-01

    During the 2009 calendar year, Lawrence Livermore National Laboratory (LLNL) provided health physics support for the Highly Enriched Uranium (HEU) Transparency Program for external and internal radiation protection. LLNL also provided technical expertise related to BDMS radioactive sources and Russian radiation safety regulatory compliance. For the calendar year 2009, there were 159 person-trips that required dose monitoring of the U.S. monitors. Of the 159 person-trips, 149 person-trips were SMVs and 10 person-trips were Transparency Monitoring Office (TMO) trips. There were 4 monitoring visits by TMO monitors to facilities other than UEIE and 10 to UEIE itself. LLNL's Hazard Control Department laboratories provided the dosimetry services for the HEU Transparency monitors. In 2009, the HEU Transparency activities in Russia were conducted in a radiologically safe manner for the HEU Transparency monitors in accordance with the expectations of the HEU Transparency staff, NNSA and DOE. The HEU Transparency Program now has over fifteen years of successful experience in developing and providing health and safety support in meeting its technical objectives.

  7. Transparency and Its Determinants at Colombian Universities

    Science.gov (United States)

    Flórez-Parra, Jesús Mauricio; López-Pérez, María Victoria; López-Hernández, Antonio Manuel

    2017-01-01

    Over the past decade, one of the demands upon public institutions, among which we find universities, has been for transparency and improvement of accountability. In this context, Colombian universities are introducing different methods of management and governance aimed at addressing the demands of society generally in relation to transparency and…

  8. Firework Model: Time Dependent Spectral Evolution of GRB

    Science.gov (United States)

    Barbiellini, Guido; Longo, Francesco; Ghirlanda, G.; Celotti, A.; Bosnjak, Z.

    2004-09-01

    The energetics of the long duration GRB phenomenon is compared with models of a rotating BH in a strong magnetic field generated by an accreting torus. The GRB energy emission is attributed to magnetic field vacuum breakdown that gives origin to a e +/- fireball. Its subsequent evolution is hypothesized in analogy with the in-flight decay of an elementary particle. An anisotropy in the fireball propagation is thus naturally produced. The recent discovery in some GRB of an initial phase characterized by a thermal spectrum could be interpreted as the photon emission of the fireball photosphere when it becomes transparent. In particular, the temporal evolution of the emission can be explained as the effect of a radiative deceleration of the out-moving ejecta.

  9. Basic self-knowledge and transparency.

    Science.gov (United States)

    Borgoni, Cristina

    2018-01-01

    Cogito -like judgments, a term coined by Burge (1988), comprise thoughts such as, I am now thinking , I [hereby] judge that Los Angeles is at the same latitude as North Africa, or I [hereby] intend to go to the opera tonight. It is widely accepted that we form cogito -like judgments in an authoritative and not merely empirical manner. We have privileged self-knowledge of the mental state that is self-ascribed in a cogito -like judgment. Thus, models of self-knowledge that aim to explain privileged self-knowledge should have the resources to explain the special self-knowledge involved in cogito judgments. My objective in this paper is to examine whether a transparency model of self-knowledge (i.e., models based on Evans ' 1982 remarks) can provide such an explanation: granted that cogito judgments are paradigmatic cases of privileged self-knowledge, does the transparency procedure explain why this is so? The paper advances a negative answer, arguing that the transparency procedure cannot generate the type of thought constitutive of cogito judgments.

  10. Development and applications of transparent conductive nanocellulose paper

    Science.gov (United States)

    Li, Shaohui; Lee, Pooi See

    2017-01-01

    Abstract Increasing attention has been paid to the next generation of ‘green’ electronic devices based on renewable nanocellulose, owing to its low roughness, good thermal stability and excellent optical properties. Various proof-of-concept transparent nanopaper-based electronic devices have been fabricated; these devices exhibit excellent flexibility, bendability and even foldability. In this review, we summarize the recent progress of transparent nanopaper that uses different types of nanocellulose, including pure nanocellulose paper and composite nanocellulose paper. The latest development of transparent and flexible nanopaper electronic devices are illustrated, such as electrochromic devices, touch sensors, solar cells and transistors. Finally, we discuss the advantages of transparent nanopaper compared to conventional flexible plastic substrate and the existing challenges to be tackled in order to realize this promising potential. PMID:28970870

  11. Pitfalls in looking for color transparency at intermediate energies

    International Nuclear Information System (INIS)

    Frankfurt, L.L.; Strikman, M.I.; Zhalov, M.B.

    1994-01-01

    The problems and uncertainties in the search for color transparency at intermediate Q 2 are considered. We show that conventional (optical) model [distorted wave impulse approximation (DWIA)] predicts a substantial change of the transparency, T, with Q 2 in the kinematics of the Ne-18 (e,e ' p) experiment, while the color transparency phenomenon may lead to nearly Q 2 independent T. In the case of A(p,2p) reaction we demonstrate that the conventional optical model describes well the 1 GeV A(p,2p) data but not the transparency observed at higher energies. We find also that DWIA (with or without color transparency) predicts strong dependence of T on the momentum of the struck nucleon which is consistent with the pattern of the Brookhaven National Laboratory A(p,2p) data at p N =6 GeV/c and 10 GeV/c

  12. Transparency in the ePortfolio Creation Process

    Science.gov (United States)

    Jones, Stephanie A.; Downs, Elizabeth; Jenkins, Stephen J.

    2015-01-01

    This paper presents the findings of a study examining the effect of transparency on the ePortfolio creation process. The purpose of the study was to examine whether increased awareness of other students' ePortfolios through the implementation of transparency and peer review would positively affect the quality of performance of school library media…

  13. How Much Is Enough? Explaining the Continuous Transparency Conflict in TTIP

    Directory of Open Access Journals (Sweden)

    Niels Gheyle

    2017-09-01

    Full Text Available Transparency has been a central issue in the debate regarding the Transatlantic Trade and Investment Partnership (TTIP, especially on the side of the European Union (EU. The lack of transparency in the negotiating process has been one of the main criticisms of civil society organizations (CSOs. The European Commission (EC has tried to gain support for the negotiations through various ‘transparency initiatives’. Nonetheless, criticism by CSOs with regard to TTIP in general and the lack of transparency in specific remained prevalent. In this article, we explain this gap between various transparency initiatives implemented by the EC in TTIP and the expectations on the side of European CSOs. We perform a content analysis of position papers on transparency produced by CSOs, mainly in response to a European Ombudsman consultation, complemented by a number of official documents and targeted interviews. We find that the gap between the TTIP transparency initiatives and the expectations of CSOs can be explained by different views on what constitutes legitimate trade governance, and the role of transparency, participation, and accountability herein.

  14. Transparent conducting oxide nanotubes

    Science.gov (United States)

    Alivov, Yahya; Singh, Vivek; Ding, Yuchen; Nagpal, Prashant

    2014-09-01

    Thin film or porous membranes made of hollow, transparent, conducting oxide (TCO) nanotubes, with high chemical stability, functionalized surfaces and large surface areas, can provide an excellent platform for a wide variety of nanostructured photovoltaic, photodetector, photoelectrochemical and photocatalytic devices. While large-bandgap oxide semiconductors offer transparency for incident light (below their nominal bandgap), their low carrier concentration and poor conductivity makes them unsuitable for charge conduction. Moreover, materials with high conductivity have nominally low bandgaps and hence poor light transmittance. Here, we demonstrate thin films and membranes made from TiO2 nanotubes heavily-doped with shallow Niobium (Nb) donors (up to 10%, without phase segregation), using a modified electrochemical anodization process, to fabricate transparent conducting hollow nanotubes. Temperature dependent current-voltage characteristics revealed that TiO2 TCO nanotubes, doped with 10% Nb, show metal-like behavior with resistivity decreasing from 6.5 × 10-4 Ωcm at T = 300 K (compared to 6.5 × 10-1 Ωcm for nominally undoped nanotubes) to 2.2 × 10-4 Ωcm at T = 20 K. Optical properties, studied by reflectance measurements, showed light transmittance up to 90%, within wavelength range 400 nm-1000 nm. Nb doping also improves the field emission properties of TCO nanotubes demonstrating an order of magnitude increase in field-emitter current, compared to undoped samples.

  15. Printable Transparent Conductive Films for Flexible Electronics.

    Science.gov (United States)

    Li, Dongdong; Lai, Wen-Yong; Zhang, Yi-Zhou; Huang, Wei

    2018-03-01

    Printed electronics are an important enabling technology for the development of low-cost, large-area, and flexible optoelectronic devices. Transparent conductive films (TCFs) made from solution-processable transparent conductive materials, such as metal nanoparticles/nanowires, carbon nanotubes, graphene, and conductive polymers, can simultaneously exhibit high mechanical flexibility, low cost, and better photoelectric properties compared to the commonly used sputtered indium-tin-oxide-based TCFs, and are thus receiving great attention. This Review summarizes recent advances of large-area flexible TCFs enabled by several roll-to-roll-compatible printed techniques including inkjet printing, screen printing, offset printing, and gravure printing using the emerging transparent conductive materials. The preparation of TCFs including ink formulation, substrate treatment, patterning, and postprocessing, and their potential applications in solar cells, organic light-emitting diodes, and touch panels are discussed in detail. The rational combination of a variety of printed techniques with emerging transparent conductive materials is believed to extend the opportunities for the development of printed electronics within the realm of flexible electronics and beyond. © 2018 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  16. Novel Smart Windows Based on Transparent Phosphorescent OLEDs

    Energy Technology Data Exchange (ETDEWEB)

    Brian D' Andrade; Stephen Forest

    2006-09-15

    In this program, Universal Display Corporation (UDC) and Princeton University developed the use of white transparent phosphorescent organic light emitting devices (PHOLEDs{trademark}) to make low-cost ''transparent OLED (TOLED) smart windows'', that switch rapidly from being a highly efficient solid-state light source to being a transparent window. PHOLEDs are ideal for large area devices, and the UDC-Princeton team has demonstrated white PHOLEDs with efficiencies of >24 lm/W at a luminance of 1,000 cd/m{sup 2}. TOLEDs have transparencies >70% over the visible wavelengths of light, but their transparency drops to less than 5% for wavelengths shorter than 350 nm, so they can also be used as ultraviolet (UV) light filters. In addition to controlling the flow of UV radiation, TOLEDs coupled with an electromechanical or electrically activated reflecting shutter on a glass window can be employed to control the flow of heat from infrared (IR) radiation by varying the reflectance/transparency of the glass for wavelengths greater than 800nm. One particularly attractive shutter technology is reversible electrochromic mirrors (REM). Our goal was therefore to integrate two innovative concepts to meet the U.S. Department of Energy goals: high power efficiency TOLEDs, plus electrically controlled reflectors to produce a ''smart window''. Our efforts during this one year program have succeeded in producing a prototype smart window shown in the Fig. I, below. The four states of the smart window are pictured: reflective with lamp on, reflective with lamp off, transparent with lamp on, and transparent with lamp off. In the transparent states, the image is an outdoor setting viewed through the window. In the reflective states, the image is an indoor setting viewed via reflection off the window. We believe that the integration of our high efficiency white phosphorescent TOLED illumination source, with electrically activated shutters represents

  17. Criterion-free measurement of motion transparency perception at different speeds

    Science.gov (United States)

    Rocchi, Francesca; Ledgeway, Timothy; Webb, Ben S.

    2018-01-01

    Transparency perception often occurs when objects within the visual scene partially occlude each other or move at the same time, at different velocities across the same spatial region. Although transparent motion perception has been extensively studied, we still do not understand how the distribution of velocities within a visual scene contribute to transparent perception. Here we use a novel psychophysical procedure to characterize the distribution of velocities in a scene that give rise to transparent motion perception. To prevent participants from adopting a subjective decision criterion when discriminating transparent motion, we used an “odd-one-out,” three-alternative forced-choice procedure. Two intervals contained the standard—a random-dot-kinematogram with dot speeds or directions sampled from a uniform distribution. The other interval contained the comparison—speeds or directions sampled from a distribution with the same range as the standard, but with a notch of different widths removed. Our results suggest that transparent motion perception is driven primarily by relatively slow speeds, and does not emerge when only very fast speeds are present within a visual scene. Transparent perception of moving surfaces is modulated by stimulus-based characteristics, such as the separation between the means of the overlapping distributions or the range of speeds presented within an image. Our work illustrates the utility of using objective, forced-choice methods to reveal the mechanisms underlying motion transparency perception. PMID:29614154

  18. Transparent Ceramic Scintillator Fabrication, Properties and Applications

    International Nuclear Information System (INIS)

    Cherepy, N.J.; Kuntz, J.D.; Roberts, J.J.; Hurst, T.A.; Drury, O.B.; Sanner, R.D.; Tillotson, T.M.; Payne, S.A.

    2008-01-01

    Transparent ceramics offer an alternative to single crystals for scintillator applications such as gamma ray spectroscopy and radiography. We have developed a versatile, scaleable fabrication method, using Flame Spray Pyrolysis (FSP) to produce feedstock which is readily converted into phase-pure transparent ceramics. We measure integral light yields in excess of 80,000 Ph/MeV with Cerium-doped Garnets, and excellent optical quality. Avalanche photodiode readout of Garnets provides resolution near 6%. For radiography applications, Lutetium Oxide offers a high performance metric and is formable by ceramics processing. Scatter in transparent ceramics due to secondary phases is the principal limitation to optical quality, and afterglow issues that affect the scintillation performance are presently being addressed

  19. Transparent Solar Concentrator for Flat Panel Display

    Science.gov (United States)

    Yeh, Chia-Hung; Chang, Fuh-Yu; Young, Hong-Tsu; Hsieh, Tsung-Yen; Chang, Chia-Hsiung

    2012-06-01

    A new concept of the transparent solar concentrator for flat panel display is experimentally demonstrated without adversely affecting the visual effects. The solar concentrator is based on a solar light-guide plate with micro prisms, not only increasing the absorption area of solar energy but also enhancing the conversion efficiency. The incident light is guided by the designed solar light-guide plate according to the total internal reflection (TIR), and converted into electrical power by photovoltaic solar cells. The designed transparent solar concentrator was made and measured with high transparency, namely 94.8%. The developed solar energy system for display can store energy and supply the bias voltage to light on two light-emitting diodes (LEDs) successfully.

  20. Making structured metals transparent for ultrabroadband electromagnetic waves and acoustic waves

    International Nuclear Information System (INIS)

    Fan, Ren-Hao; Peng, Ru-Wen; Huang, Xian-Rong; Wang, Mu

    2015-01-01

    In this review, we present our recent work on making structured metals transparent for broadband electromagnetic waves and acoustic waves via excitation of surface waves. First, we theoretically show that one-dimensional metallic gratings can become transparent and completely antireflective for extremely broadband electromagnetic waves by relying on surface plasmons or spoof surface plasmons. Second, we experimentally demonstrate that metallic gratings with narrow slits are highly transparent for broadband terahertz waves at oblique incidence and high transmission efficiency is insensitive to the metal thickness. Further, we significantly develop oblique metal gratings transparent for broadband electromagnetic waves (including optical waves and terahertz ones) under normal incidence. In the third, we find the principles of broadband transparency for structured metals can be extended from one-dimensional metallic gratings to two-dimensional cases. Moreover, similar phenomena are found in sonic artificially metallic structures, which present the transparency for broadband acoustic waves. These investigations provide guidelines to develop many novel materials and devices, such as transparent conducting panels, antireflective solar cells, and other broadband metamaterials and stealth technologies. - Highlights: • Making structured metals transparent for ultrabroadband electromagnetic waves. • Non-resonant excitation of surface plasmons or spoof surface plasmons. • Sonic artificially metallic structures transparent for broadband acoustic waves

  1. Making structured metals transparent for ultrabroadband electromagnetic waves and acoustic waves

    Energy Technology Data Exchange (ETDEWEB)

    Fan, Ren-Hao [National Laboratory of Solid State Microstructures and School of Physics, Collaborative Innovation Center of Advanced Microstructures, Nanjing University, Nanjing 210093 (China); Peng, Ru-Wen, E-mail: rwpeng@nju.edu.cn [National Laboratory of Solid State Microstructures and School of Physics, Collaborative Innovation Center of Advanced Microstructures, Nanjing University, Nanjing 210093 (China); Huang, Xian-Rong [Advanced Photon Source, Argonne National Laboratory, Argonne, IL 60439 (United States); Wang, Mu [National Laboratory of Solid State Microstructures and School of Physics, Collaborative Innovation Center of Advanced Microstructures, Nanjing University, Nanjing 210093 (China)

    2015-07-15

    In this review, we present our recent work on making structured metals transparent for broadband electromagnetic waves and acoustic waves via excitation of surface waves. First, we theoretically show that one-dimensional metallic gratings can become transparent and completely antireflective for extremely broadband electromagnetic waves by relying on surface plasmons or spoof surface plasmons. Second, we experimentally demonstrate that metallic gratings with narrow slits are highly transparent for broadband terahertz waves at oblique incidence and high transmission efficiency is insensitive to the metal thickness. Further, we significantly develop oblique metal gratings transparent for broadband electromagnetic waves (including optical waves and terahertz ones) under normal incidence. In the third, we find the principles of broadband transparency for structured metals can be extended from one-dimensional metallic gratings to two-dimensional cases. Moreover, similar phenomena are found in sonic artificially metallic structures, which present the transparency for broadband acoustic waves. These investigations provide guidelines to develop many novel materials and devices, such as transparent conducting panels, antireflective solar cells, and other broadband metamaterials and stealth technologies. - Highlights: • Making structured metals transparent for ultrabroadband electromagnetic waves. • Non-resonant excitation of surface plasmons or spoof surface plasmons. • Sonic artificially metallic structures transparent for broadband acoustic waves.

  2. 2011 Annual Health Physics Report for the HEU transparency Program

    International Nuclear Information System (INIS)

    Radev, R.

    2012-01-01

    During the 2008 calendar year, Lawrence Livermore National Laboratory (LLNL) provided health physics support for the Highly Enriched Uranium (HEU) Transparency Program for external and internal radiation protection. They also provided technical expertise related to BDMS radioactive sources and Russian radiation safety regulatory compliance. For the calendar year 2008, there were 158 person-trips that required dose monitoring of the U.S. monitors. Of the 158 person-trips, 148 person-trips were SMVs and 10 person-trips were Transparency Monitoring Office (TMO) trips. There were 6 monitoring visits by TMO monitors to facilities other than UEIE and 8 to UEIE itself. There were three monitoring visits (source changes) that were back-to-back with a total of 24 monitors. LLNL's Hazard Control Department laboratories provided the dosimetry services for the HEU Transparency monitors. In 2008, the HEU Transparency activities in Russia were conducted in a radiologically safe manner for the HEU Transparency monitors in accordance with the expectations of the HEU Transparency staff, NNSA and DOE. The HEU Transparency now has thirteen years of successful experience in developing and providing health and safety support in meeting its technical objectives.

  3. AZO-Ag-AZO transparent electrode for amorphous silicon solar cells

    International Nuclear Information System (INIS)

    Theuring, Martin; Vehse, Martin; Maydell, Karsten von; Agert, Carsten

    2014-01-01

    Metal-based transparent electrodes can be fabricated at low temperatures, which is crucial for various substrate materials and solar cells. In this work, an oxide-metal-oxide (OMO) transparent electrode based on aluminum zinc oxide (AZO) and silver is compared to AZO layers, fabricated at different temperatures and indium tin oxides. With the OMO structure, a sheet resistance of 7.1/square and a transparency above 80% for almost the entire visible spectrum were achieved. The possible application of such electrodes on a textured solar cell was demonstrated on the example of a rough ZnO substrate. An OMO structure is benchmarked in a n-i-p amorphous silicon solar cell against an AZO front contact fabricated at 200 °C. In the experiment, the OMO electrode shows a superior performance with an efficiency gain of 30%. - Highlights: • Multilayer transparent electrode based on aluminum zinc oxide (AZO) and Ag • Comparison of AZO-Ag-AZO transparent electrode to AZO and indium tin oxide • Performance of AZO-Ag-AZO transparent electrodes on textured surfaces • Comparison of amorphous silicon solar cells with different transparent electrodes

  4. Trade, Transparency, and Welfare in the Asia Pacific

    Directory of Open Access Journals (Sweden)

    Kazutomo Abe

    2008-12-01

    Full Text Available This paper examines the impact of reducing corruption and improving transparency to lower trade costs in the Asia Pacific Economic Cooperation region. The authors find, based on a computable general equilibrium model, significant potential trade and welfare gains for Asia Pacific Economic Cooperation members, with increased transparency and lower levels of corruption. Results suggest that trade in the region would increase by 11 percent and global welfare would expand by USD 406 billion by raising transparency to the average in the region. Most of the increase in welfare would take place in member economies undertaking reform. Among the reformers, the gross domestic product (GDP of Vietnam, Thailand, Russia, and the Philippines would increase by approximately 20 percent. The benefits to Malaysia and China would also be substantial with increased transparency and lower levels of corruption.

  5. Transparency demonstration of underground radiation and environmental monitoring

    International Nuclear Information System (INIS)

    Schoeneman, Barry D.; Hofer, Dennis

    2000-01-01

    One of the legacies of the nuclear weapon and nuclear power cycles has been the generation of large quantities of nuclear waste and fissile materials. As citizens of this planet, it is everyone's responsibility to provide for safe, secure, transparent, disposal of these waste nuclear materials. The Sandia Cooperative Monitoring Center sponsored a Transparency Monitoring Workshop where the use of the Waste Isolation Pilot Plant (WIPP) was identified as a possible transparency demonstration test bed. Three experiments were conceived as jumpstart activities to showcase the effective use of the WIPP infrastructure as a Transparency Demonstration Test Bed. The three experiments were successfully completed and demonstrated at the International Atomic Energy Association sponsored International Conference on Geological Repositories held in Denver Colorado November 1999. The design and coordination of these efforts is the subject of this paper

  6. Business Reporting: How Transparency becomes a Justification Mechanism

    DEFF Research Database (Denmark)

    Nielsen, Christian

    2004-01-01

    through linking disclosure to value creation is emphasized. As transparency is in the eye of the beholder, the process of developing corporate reporting practices must be concerned with reaching a common understanding and agreement between producers and consumers of such disclosures. Transparency...... is perceived as both a key objective and outcome of comprehensive business reporting. However, the concept of transparency seems to be an empty concept merely constituting a justification mechanism for actual behaviour, i.e. that disclosure instead is driven by the signalling value for the individual company...

  7. Color transparency study group

    International Nuclear Information System (INIS)

    Appel, J.A.; Pordes, S.; Botts, J.; Bunce, G.; Farrar, G.

    1990-01-01

    The group studied the relatively new notion of color transparency, discussed present experimental evidence for the effect, and explored several ideas for future experiments. This write-up summarizes these discussions. 11 refs., 1 fig

  8. Nuclear waste repository transparency technology test bed demonstrations at WIPP

    International Nuclear Information System (INIS)

    Betsill J, David; Elkins, Ned Z.; Wu, Chuan-Fu; Mewhinney, James D.; Aamodt, Paul

    2000-01-01

    Secretary of Energy, Bill Richardson, has stated that one of the nuclear waste legacy issues is ''The challenge of managing the fuel cycle's back end and assuring the safe use of nuclear power.'' Waste management (i.e., the back end) is a domestic and international issue that must be addressed. A key tool in gaining acceptance of nuclear waste repository technologies is transparency. Transparency provides information to outside parties for independent assessment of safety, security, and legitimate use of materials. Transparency is a combination of technologies and processes that apply to all elements of the development, operation, and closure of a repository system. A test bed for nuclear repository transparency technologies has been proposed to develop a broad-based set of concepts and strategies for transparency monitoring of nuclear materials at the back end of the fuel/weapons cycle. WIPP is the world's first complete geologic repository system for nuclear materials at the back end of the cycle. While it is understood that WIPP does not currently require this type of transparency, this repository has been proposed as realistic demonstration site to generate and test ideas, methods, and technologies about what transparency may entail at the back end of the nuclear materials cycle, and which could be applicable to other international repository developments. An integrated set of transparency demonstrations was developed and deployed during the summer, and fall of 1999 as a proof-of-concept of the repository transparency technology concept. These demonstrations also provided valuable experience and insight into the implementation of future transparency technology development and application. These demonstrations included: Container Monitoring Rocky Flats to WIPP; Underground Container Monitoring; Real-Time Radiation and Environmental Monitoring; Integrated level of confidence in the system and information provided. As the world's only operating deep geologic

  9. Four Reference Models for Transparency Requirements in Information Systems

    OpenAIRE

    Hosseini, Mahmoud; Shahri, Alimohammad; Phalp, Keith T.; Ali, Ra

    2017-01-01

    Transparency is a key emerging requirement in modern businesses and their information systems. Transparency refers to the information which flows amongst stakeholders for the purpose of informed decision-making and taking the right action. Transparency is generally associated with positive connotations such as trust and accountability. However, it has been shown that it could have adverse effects such as information overload and affecting decisions objectiveness. This calls for systematic app...

  10. Does Corporate Governance or Transparency Affect Foreign Direct Investment?

    OpenAIRE

    Haksoon Kim

    2010-01-01

    The paper investigates the relationship between the foreign direct investment (FDI) and the corporate governance or transparency by investigating the country-level FDI flows, FDI inward performance, corporate governance and transparency variables. From the regression analysis with Newey-West estimator of 28 country panel data from 1990- 2002, we find strong positive relationships between corporate governance or transparency level of hosting countries and FDI inward performance within hosting ...

  11. Common Practices of Transparency in the Nuclear Regulatory Organizations

    International Nuclear Information System (INIS)

    Lee, Chang Ju; Hah, Yeon Hee; Oh, Kju Myeng

    2010-01-01

    Along with greater access to information, particularly through the Internet, there is the increasing demand of the public for transparency, particularly in matters and decisions affecting their lives. The public demands to know more about Nuclear Regulatory Organization's (NROs) and their activities resulting in more interactions with the public to help make nuclear safety activities more understandable and transparent. As a general concept, 'transparency' means literally that something can be seen through. The definition tells us that it is, more actively, to provide the public with factual information about our activities, and to respond promptly to 'the public's right to know' about the information acquired by NROs. NROs around the world recognize the importance of openness and transparency to the success of their programs to protect public health and safety. All agree that good practice in transparency and being proactive with information help to protect against perceptions of secrecy and to instil public confidence and accountability in what they do. On the other hand, NROs face many challenges in their quest to be open and transparent with their stakeholders. government, nuclear operators, NGOs, media, our colleagues, and particularly with the general public. The most frequently identified challenge was striking the right balance between openness and security-related considerations with many responders citing the need to protect proprietary information whilst still accommodating the public's desire to be well informed. Other challenges include deciding how much transparency is needed to satisfy the public and how information, that is often highly technical and complex, can be presented in a meaningful way through the use of clear and simple language. In this paper, we summarize the survey results done by WGPC on relevant practices of NRO's flux of work concerning public communication matters. By comprehensively searching the international status, we may have

  12. Measurements of the Characteristics of Transparent Material Using Digital Holography

    Directory of Open Access Journals (Sweden)

    Ding Yu

    2013-01-01

    Full Text Available Digital holography is applied to measure the characteristics of transparent material. A digital hologram recording system to measure the surface of transparent material was established, and the digital holograms of transparent object were obtained in high quality. For postprocessing of hologram, the least-squares phase unwrapping algorithm was used in phase unwrapping, and the phase reconstruction image of transparent object was obtained. The information of material surfaces was measured and the characteristic was presented in 3D visualization. The validation experiment was conducted by NanoMap 500LS system; the results of validation experiment are well satisfied with the measurement by digital holography, which proved the feasibility of digital holographic technology as a good measurement tool for transparent material.

  13. Plasmon-Induced Transparency Based on Triple Arc-Ring Resonators

    Directory of Open Access Journals (Sweden)

    Guang-Xi Dong

    2018-06-01

    Full Text Available This paper presents a plasmon-induced transparency (PIT using an easy-fabricating metamaterial composed of three pieces of metallic arc-rings on top of a dielectric substrate. The transmission of the transparent peak of 1.32 THz reaches approximately 93%. The utilization of the coupled Lorentzian oscillator model and the distribution of electromagnetic fields together explain the cause of the transparent peak. The simulation results further demonstrate that the bandwidth of the transmission peak can be narrowed by changing the sizes of the arc-rings. Moreover, an on/off effect based on the transparent peak is discussed by introducing photosensitive silicon into the air gaps of the suggested metamaterial structure.

  14. P -type transparent conducting oxides

    International Nuclear Information System (INIS)

    Zhang, Kelvin H L; Xi, Kai; Blamire, Mark G; Egdell, Russell G

    2016-01-01

    Transparent conducting oxides constitute a unique class of materials combining properties of electrical conductivity and optical transparency in a single material. They are needed for a wide range of applications including solar cells, flat panel displays, touch screens, light emitting diodes and transparent electronics. Most of the commercially available TCOs are n -type, such as Sn doped In 2 O 3 , Al doped ZnO, and F doped SnO 2 . However, the development of efficient p -type TCOs remains an outstanding challenge. This challenge is thought to be due to the localized nature of the O 2 p derived valence band which leads to difficulty in introducing shallow acceptors and large hole effective masses. In 1997 Hosono and co-workers (1997 Nature 389 939) proposed the concept of ‘chemical modulation of the valence band’ to mitigate this problem using hybridization of O 2 p orbitals with close-shell Cu 3 d 10 orbitals. This work has sparked tremendous interest in designing p -TCO materials together with deep understanding the underlying materials physics. In this article, we will provide a comprehensive review on traditional and recently emergent p -TCOs, including Cu + -based delafossites, layered oxychalcogenides, nd 6 spinel oxides, Cr 3+ -based oxides (3 d 3 ) and post-transition metal oxides with lone pair state (ns 2 ). We will focus our discussions on the basic materials physics of these materials in terms of electronic structures, doping and defect properties for p -type conductivity and optical properties. Device applications based on p -TCOs for transparent p – n junctions will also be briefly discussed. (topical review)

  15. Ultrasmooth, extremely deformable and shape recoverable Ag nanowire embedded transparent electrode.

    Science.gov (United States)

    Nam, Sanggil; Song, Myungkwan; Kim, Dong-Ho; Cho, Byungjin; Lee, Hye Moon; Kwon, Jung-Dae; Park, Sung-Gyu; Nam, Kee-Seok; Jeong, Yongsoo; Kwon, Se-Hun; Park, Yun Chang; Jin, Sung-Ho; Kang, Jae-Wook; Jo, Sungjin; Kim, Chang Su

    2014-04-25

    Transparent electrodes have been widely used in electronic devices such as solar cells, displays, and touch screens. Highly flexible transparent electrodes are especially desired for the development of next generation flexible electronic devices. Although indium tin oxide (ITO) is the most commonly used material for the fabrication of transparent electrodes, its brittleness and growing cost limit its utility for flexible electronic devices. Therefore, the need for new transparent conductive materials with superior mechanical properties is clear and urgent. Ag nanowire (AgNW) has been attracting increasing attention because of its effective combination of electrical and optical properties. However, it still suffers from several drawbacks, including large surface roughness, instability against oxidation and moisture, and poor adhesion to substrates. These issues need to be addressed before wide spread use of metallic NW as transparent electrodes can be realized. In this study, we demonstrated the fabrication of a flexible transparent electrode with superior mechanical, electrical and optical properties by embedding a AgNW film into a transparent polymer matrix. This technique can produce electrodes with an ultrasmooth and extremely deformable transparent electrode that have sheet resistance and transmittance comparable to those of an ITO electrode.

  16. A Fully Transparent Resistive Memory for Harsh Environments

    KAUST Repository

    Yang, Po-Kang; Ho, Chih-Hsiang; Lien, Der-Hsien; Duran Retamal, Jose Ramon; Kang, Chen-Fang; Chen, Kuan-Ming; Huang, Teng-Han; Yu, Yueh-Chung; Wu, Chih-I; He, Jr-Hau

    2015-01-01

    A fully transparent resistive memory (TRRAM) based on Hafnium oxide (HfO2) with excellent transparency, resistive switching capability, and environmental stability is demonstrated. The retention time measured at 85 °C is over 3 × 104 sec

  17. Federal Funding Accountability and Transparency Act frequently asked questions

    Science.gov (United States)

    One stop shop for Federal Funding Accountability and Transparency Act (FFATA) questions. This frequently asked document will assist with Federal Funding Accountability and Transparency Act (FFATA) related questions.

  18. Utilisation of transparent synthetic soil surrogates in geotechnical physical models: A review

    Directory of Open Access Journals (Sweden)

    Abideen Adekunle Ganiyu

    2016-08-01

    Full Text Available Efforts to obtain non-intrusive measurement of deformations and spatial flow within soil mass prior to the advent of transparent soils have perceptible limitations. The transparent soil is a two-phase medium composed of both the synthetic aggregate and fluid components of identical refractive indices aiming at attaining transparency of the resulting soil. The transparency facilitates real life visualisation of soil continuum in physical models. When applied in conjunction with advanced photogrammetry and image processing techniques, transparent soils enable the quantification of the spatial deformation, displacement and multi-phase flow in physical model tests. Transparent synthetic soils have been successfully employed in geotechnical model tests as soil surrogates based on the testing results of their geotechnical properties which replicate those of natural soils. This paper presents a review on transparent synthetic soils and their numerous applications in geotechnical physical models. The properties of the aggregate materials are outlined and the features of the various transparent clays and sands available in the literature are described. The merits of transparent soil are highlighted and the need to amplify its application in geotechnical physical model researches is emphasised. This paper will serve as a concise compendium on the subject of transparent soils for future researchers in this field.

  19. Complicating Methodological Transparency

    Science.gov (United States)

    Bridges-Rhoads, Sarah; Van Cleave, Jessica; Hughes, Hilary E.

    2016-01-01

    A historical indicator of the quality, validity, and rigor of qualitative research has been the documentation and disclosure of the behind-the-scenes work of the researcher. In this paper, we use what we call "methodological data" as a tool to complicate the possibility and desirability of such transparency. Specifically, we draw on our…

  20. VO{sub x} effectively doping CVD-graphene for transparent conductive films

    Energy Technology Data Exchange (ETDEWEB)

    Ji, Qinghua; Shi, Liangjing [State Key Laboratory of High Performance Ceramics and Superfine Microstructure, Shanghai Institute of Ceramics, Chinese Academy of Sciences, 1295 Dingxi Road, Shanghai 200050 (China); Zhang, Qinghong [State Key Laboratory of Modification of Chemical Fibers and Polymer Materials, College of Material Science and Engineering, Donghua University, 2999 North Renmin Road, Shanghai 201620 (China); Wang, Weiqi; Zheng, Huifeng [State Key Laboratory of High Performance Ceramics and Superfine Microstructure, Shanghai Institute of Ceramics, Chinese Academy of Sciences, 1295 Dingxi Road, Shanghai 200050 (China); Zhang, Yuzhi [The Key Laboratory of Inorganic Coating Materials, Shanghai Institute of Ceramics, Chinese Academy of Sciences,1295 Dingxi Road, Shanghai 200050 (China); Liu, Yangqiao, E-mail: yqliu@mail.sic.ac.cn [State Key Laboratory of High Performance Ceramics and Superfine Microstructure, Shanghai Institute of Ceramics, Chinese Academy of Sciences, 1295 Dingxi Road, Shanghai 200050 (China); Sun, Jing, E-mail: jingsun@mail.sic.ac.cn [State Key Laboratory of High Performance Ceramics and Superfine Microstructure, Shanghai Institute of Ceramics, Chinese Academy of Sciences, 1295 Dingxi Road, Shanghai 200050 (China)

    2016-11-30

    Highlights: • Doping process operated easily. • Sheet resistance decreased efficiently after doping. • Sheet resistance of doped graphene is stable after exposed in the air. • Mechanism of doping process is studied. - Abstract: Chemical vapor deposition(CVD)-synthesized graphene is potentially an alternative for tin-doped indium oxide (ITO) transparent conductive films (TCFs), however its sheet resistance is still too high to meet many demands. Vanadium oxide has been widely applied as smart window materials, however, no study has been reported to use it as dopant to improve the conductivity of graphene TCFs. In this study, we firstly reported that VO{sub x} doping can effectively lower the sheet resistance of CVD-graphene films while keeping its good optical properties, whose transmittance is as high as 86–90%. The optimized VO{sub x}-doped graphene exhibits a sheet resistance as low as 176 Ω/□, which decreases by 56% compared to the undoped graphene films. The doping process is convenient, stable, economical and easy to operate. What is more, VO{sub x} can effectively increase the work function(WF) of the film, making it more appropriate for use in solar cells. The evolution of the VO{sub x} species annealed at different temperatures below 400 °C has been detailed studied for the first time, based on which the doping mechanism is proposed. The prepared VO{sub x} doped graphene is expected to be a promising candidate for transparent conductive film purposes.

  1. A Dictionary for Transparency

    Energy Technology Data Exchange (ETDEWEB)

    Kouzes, Richard T.

    2001-11-15

    There are many terms that are used in association with the U.S. Defense Threat Reduction Agency (DTRA) Transparency Project associated with the Mayak Fissile Materials Storage Facility. This is a collection of proposed definitions of these terms.

  2. A reinterpretation of transparency perception in terms of gamut relativity.

    Science.gov (United States)

    Vladusich, Tony

    2013-03-01

    Classical approaches to transparency perception assume that transparency constitutes a perceptual dimension corresponding to the physical dimension of transmittance. Here I present an alternative theory, termed gamut relativity, that naturally explains key aspects of transparency perception. Rather than being computed as values along a perceptual dimension corresponding to transmittance, gamut relativity postulates that transparency is built directly into the fabric of the visual system's representation of surface color. The theory, originally developed to explain properties of brightness and lightness perception, proposes how the relativity of the achromatic color gamut in a perceptual blackness-whiteness space underlies the representation of foreground and background surface layers. Whereas brightness and lightness perception were previously reanalyzed in terms of the relativity of the achromatic color gamut with respect to illumination level, transparency perception is here reinterpreted in terms of relativity with respect to physical transmittance. The relativity of the achromatic color gamut thus emerges as a fundamental computational principle underlying surface perception. A duality theorem relates the definition of transparency provided in gamut relativity with the classical definition underlying the physical blending models of computer graphics.

  3. Semi-transparent perovskite solar cells for tandems with silicon and CIGS

    KAUST Repository

    Bailie, Colin D.; Christoforo, M. Greyson; Mailoa, Jonathan P.; Bowring, Andrea R.; Unger, Eva L.; Nguyen, William H.; Burschka, Julian; Pellet, Norman; Lee, Jungwoo Z.; Grä tzel, Michael; Noufi, Rommel; Buonassisi, Tonio; Salleo, Alberto; McGehee, Michael D.

    2015-01-01

    solar cell. We use a transparent silver nanowire electrode on perovskite solar cells to achieve a semi-transparent device. We place the semi-transparent cell in a mechanically-stacked tandem configuration onto copper indium gallium diselenide (CIGS

  4. New transparent conductive metal based on polymer composite

    Energy Technology Data Exchange (ETDEWEB)

    Keshavarz Hedayati, Mehdi; Jamali, Mohammad [Nanochemistry and Nanoengineering, Institute for Materials Science, Faculty of Engineering, Christian-Albrechts-University, Kiel (Germany); Strunkus, Thomas; Zaporochentko, Vladimir; Faupel, Franz [Multicomponent Materials, Institute for Materials Science, Faculty of Engineering, Christian-Albrechts-University, Kiel (Germany); Elbahri, Mady [Nanochemistry and Nanoengineering, Institute for Materials Science, Faculty of Engineering, Christian-Albrechts-University, Kiel (Germany); Helmholtz-Zentrum Geesthacht GmbH, Institute of Polymer Research, Nanochemistry and Nanoengineering (Germany)

    2011-07-01

    Currently great efforts are made to develop new kind of transparent conductors (TCs) to replace ITO. In this regard different materials and composites have been proposed and studied including conductive polymers, carbon nanotubes (CNTs), metal grids, and random networks of metallic nanowires. But so far none of them could be used as a replacing material, since either they are either fragile and brittle or their electrical conductivity is below the typical ITO. Thin metallic films due to their high electrical conductivity could be one of the best replacing materials for ITO, however their poor transparency makes their application as TCs limited. Here we design and fabricate a new polymeric composite coating which enhances the transparency of the thin metal film up to 100% relative to the initial value while having a high electrical conductivity of typical metals. Therefore our proposed device has a great potential to be used as new transparent conductor.

  5. Nuclear Transparency in Large Momentum Transfer Quasielastic Scattering

    International Nuclear Information System (INIS)

    Mardor, I.; Aclander, J.; Alster, J.; Kosonovsky, E.; Mardor, Y.; Navon, I.; Piasetzky, E.; Durrant, S.; Barton, D.; Bunce, G.; Carroll, A.; Gushue, S.; Makdisi, Y.; Roser, T.; Tanaka, M.; Christensen, N.; Courant, H.; Marshak, M.; White, C.; Heppelmann, S.; Minor, E.D.; Wu, J.; Nicholson, H.; Sutton, C.S.; Russell, J.

    1998-01-01

    We measured simultaneously pp elastic and quasielastic (p,2p) scattering in hydrogen, deuterium, and carbon for momentum transfers of 4.8 to 6.2 (GeV/c) 2 at incoming momenta of 5.9 and 7.5 GeV/c and center-of-mass scattering angles in the range θ c.m. =83.7 degree - 90 degree . The nuclear transparency is defined as the ratio of the quasielastic cross section to the free pp cross section. At incoming momentum of 5.9 GeV/c , the transparency of carbon decreases by a factor of 2 from θ c.m. ≅85 degree to θ c.m. ≅89 degree . At the largest angle the transparency of carbon increases from 5.9 to 7.5 GeV/c by more than 50%. The transparency in deuterium does not depend on incoming momentum nor on θ c.m. . copyright 1998 The American Physical Society

  6. Toward Transparency : New Approaches and Their Application to Financial Markets

    OpenAIRE

    Vishwanath, Tara; Kaufmann, Daniel

    2001-01-01

    The Asian financial crisis in the late 1990s not only highlighted the welfare consequences of transparency in the financial sector but also linked this relatively narrow problem to the broader context of transparency in governance. It has been observed that objections to transparency, often on flimsy pretexts, are common even in industrialized countries. This article argues that transparen...

  7. 78 FR 57409 - U.S. Extractive Industries Transparency Initiative Public Outreach

    Science.gov (United States)

    2013-09-18

    .... Extractive Industries Transparency Initiative Public Outreach AGENCY: Office of the Secretary, Interior... Industries Transparency Initiative (USEITI) candidacy application. By this notice, Interior is providing the...' commitment to participate in the Extractive Industries Transparency Initiative. EITI is a signature...

  8. Water transparency drives intra-population divergence in Eurasian Perch (Perca fluviatilis).

    Science.gov (United States)

    Bartels, Pia; Hirsch, Philipp E; Svanbäck, Richard; Eklöv, Peter

    2012-01-01

    Trait combinations that lead to a higher efficiency in resource utilization are important drivers of divergent natural selection and adaptive radiation. However, variation in environmental features might constrain foraging in complex ways and therefore impede the exploitation of critical resources. We tested the effect of water transparency on intra-population divergence in morphology of Eurasian perch (Perca fluviatilis) across seven lakes in central Sweden. Morphological divergence between near-shore littoral and open-water pelagic perch substantially increased with increasing water transparency. Reliance on littoral resources increased strongly with increasing water transparency in littoral populations, whereas littoral reliance was not affected by water transparency in pelagic populations. Despite the similar reliance on pelagic resources in pelagic populations along the water transparency gradient, the utilization of particular pelagic prey items differed with variation in water transparency in pelagic populations. Pelagic perch utilized cladocerans in lakes with high water transparency and copepods in lakes with low water transparency. We suggest that under impaired visual conditions low utilization of littoral resources by littoral perch and utilization of evasive copepods by pelagic perch may lead to changes in morphology. Our findings indicate that visual conditions can affect population divergence in predator populations through their effects on resource utilization.

  9. Transparency or spectral narrowing for two-mode squeezing and entanglement

    International Nuclear Information System (INIS)

    Hu Xiangming; Oh, C. H.

    2011-01-01

    We analyze the nonadiabatic effects on the propagation of a two-mode squeezed field inside a medium of three-level Λ atoms that display the dark resonance. We identify the different effects for the two-mode quantum properties: (i) unconditional transparency for the sum squeezing and (ii) induced transparency or spectral narrowing for the difference squeezing depending on the relative widths of the initial correlation spectrum to the transparency window. These effects combine to induce transparency or spectrum narrowing for the bipartite entanglement. The potential applications range from quantum information to laser spectroscopy and frequency standards.

  10. Transparency and surveillance as sociotechnical accountability a house of mirrors

    CERN Document Server

    Johnson, Deborah G

    2014-01-01

    Surveillance and transparency are both significant and increasingly pervasive activities in neoliberal societies. Surveillance is taken up as a means to achieving security and efficiency; transparency is seen as a mechanism for ensuring compliance or promoting informed consumerism and informed citizenship. Indeed, transparency is often seen as the antidote to the threats and fears of surveillance. This book adopts a novel approach in examining surveillance practices and transparency practices together as parallel systems of accountability. It presents the house of mirrors as a new framework for understanding surveillance and transparency practices instrumented with information technology. The volume centers around five case studies: Campaign Finance Disclosure, Secure Flight, American Red Cross, Google, and Facebook. A series of themed chapters draw on the material and provide cross-case analysis. The volume ends with a chapter on policy implications.

  11. Measuring and slowing decoherence in Electromagnetically induced transparency medium

    International Nuclear Information System (INIS)

    Shuker, M.; Firstenberg, O.; Sagi, Y.; Ben-Kish, A.; Fisher, A.; Ron, A.; Davidson, N.

    2005-01-01

    Full Text:Electromagnetically induced transparency is a unique light-matter interaction that exhibits extremely narrow-band spectroscopic features along with low absorption. Recent interest in this phenomenon is driven by its possible applications in quantum information (slow light, storage of light), atomic clocks and precise magnetometers. The Electromagnetically induced transparency phenomenon takes place when an atomic ensemble is driven to a coherent superposition of its ground state sub-levels by two phase-coherent radiation fields. A key parameter of the Electromagnetically induced transparency medium, that limits its applicability, is the coherence lifetime of this superposition (decoherence rate). We have developed a simple technique to measure decay rates within the ground state of an atomic ensemble, and specifically the decoherence rate of the Electromagnetically induced transparency coherent superposition. Detailed measurements were performed in a Rubidium vapor cell at 60 - 80 with 30 Torr of Neon buffer gas. We have found that the Electromagnetically induced transparency decoherence is dominated by spin-exchange collisions between Rubidium atoms. We discuss the sensitivity of various quantum states of the atomic ensemble to spin exchange decoherence, and find a set of quantum states that minimize this effect. Finally, we demonstrate a unique quantum state which is both insensitive to spin exchange decoherence and constitutes an Electromagnetically induced transparency state of the medium

  12. The Mediated Transparent Society

    DEFF Research Database (Denmark)

    Backer, Lise

    2001-01-01

    in the mediated transparent society. The paper concludes that, based on these analyses, the mediated panopticism working on the business segment is not an effective disciplinary apparatus, which can guarantee that business corporations are carrying out important ecological or ethical improvements....

  13. Transparent conducting oxide top contacts for organic electronics

    KAUST Repository

    Franklin, Joseph B.

    2014-01-01

    A versatile method for the deposition of transparent conducting oxide (TCO) layers directly onto conjugated polymer thin film substrates is presented. Using pulsed laser deposition (PLD) we identify a narrow window of growth conditions that permit the deposition of highly transparent, low sheet resistance aluminium-doped zinc oxide (AZO) without degradation of the polymer film. Deposition on conjugated polymers mandates the use of low growth temperatures (<200°C), here we deposit AZO onto poly-3-hexylthiophene (P3HT) thin films at 150°C, and investigate the microstructural and electrical properties of the AZO as the oxygen pressure in the PLD chamber is varied (5-75 mTorr). The low oxygen pressure conditions previously optimized for AZO deposition on rigid substrates are shown to be unsuitable, resulting in catastrophic damage of the polymer films. By increasing the oxygen pressure, thus reducing the energy of the ablated species, we identify conditions that allow direct deposition of continuous, transparent AZO films without P3HT degradation. We find that uptake of oxygen into the AZO films reduces the intrinsic charge carriers and AZO films with a measured sheet resistance of approximately 500 Ω □-1 can be prepared. To significantly reduce this value we identify a novel process in which AZO is deposited over a range of oxygen pressures-enabling the deposition of highly transparent AZO with sheet resistances below 50 Ω □-1 directly onto P3HT. We propose these low resistivity films are widely applicable as transparent top-contacts in a range of optoelectronic devices and highlight this by demonstrating the operation of a semi-transparent photovoltaic device. © 2014 The Royal Society of Chemistry. 2014.

  14. Aircraft Lighting and Transparency Lab

    Data.gov (United States)

    Federal Laboratory Consortium — The Advanced Lighting and Transparencies with Night Combat Lab performs radiometric and photometric measurements of cockpit lighting and displays. Evaluates the day,...

  15. Customer satisfaction: The role of transparency

    DEFF Research Database (Denmark)

    Eskildsen, Jacob Kjær; Kristensen, Kai

    2007-01-01

    & Westlund, 2003) as well as the structure of the framework (Eskildsen et al., 2004). We know however very little about how the structure of the individual markets with respect to, for instance, how the transparency of products and services affects customer satisfaction. The aim of this article is to analyze...... the effect of the transparency of products and services on customer satisfaction with respect to Danish mobile phone companies, banks and supermarkets from 2004 based on the authors' experiences from the various analyses conducted within the EPSI rating initiative....

  16. Nuclear transparencies from photoinduced pion production

    Energy Technology Data Exchange (ETDEWEB)

    W. Cosyn; M.C. Martinez; J. Ryckebusch; B. Van Overmeire

    2006-12-01

    We present a relativistic and cross-section factorized framework for computing nuclear transparencies extracted from A({gamma}, {pi} N) reactions at intermediate energies. The proposed quantum mechanical model adopts a relativistic extension to the multiple-scattering Glauber approximation to account for the final state interactions of the ejected nucleon and pion. The theoretical predictions are compared against the experimental {sup 4}He({gamma},p {pi}{sup -}) data from Jefferson Lab. For those data, our results show no conclusive evidence for the onset of mechanisms related to color transparency.

  17. Fabrication of transparent ceramics using nanoparticles

    Science.gov (United States)

    Cherepy, Nerine J; Tillotson, Thomas M; Kuntz, Joshua D; Payne, Stephen A

    2012-09-18

    A method of fabrication of a transparent ceramic using nanoparticles synthesized via organic acid complexation-combustion includes providing metal salts, dissolving said metal salts to produce an aqueous salt solution, adding an organic chelating agent to produce a complexed-metal sol, heating said complexed-metal sol to produce a gel, drying said gel to produce a powder, combusting said powder to produce nano-particles, calcining said nano-particles to produce oxide nano-particles, forming said oxide nano-particles into a green body, and sintering said green body to produce the transparent ceramic.

  18. Digital Thickness Measurement of a Transparent Plastic Orthodontic Device

    Science.gov (United States)

    Kim, Yoon-Hwan; Rhim, Sung-Han

    2018-05-01

    A transparent orthodontic device is used to move the teeth to the final calibration position to form a proper set of teeth. Because the uniform thickness of the device plays an important role in tooth positioning, the accuracy of the device's thickness profile is important for effective orthodontic treatment. However, due to the complexity of the device's geometry and the transparency of the device's material, measuring the complete thickness profile has been difficult. In the present study, a new optical scanning method to measure the thickness profile of transparent plastic orthodontic devices is proposed and evaluated by using scanning electron microscopy (SEM). The error of the new measurement method is less than ±18 μm. The new method can be used to measure the thickness of non-specific, multi-curved, transparent orthodontic devices.

  19. Transparent Hydrophobic Coating by Sol Gel Method

    International Nuclear Information System (INIS)

    Mohd Hamzah Harun; Nik Ghazali Nik Salleh; Mahathir Mohamed; Mohd Sofian Alias

    2016-01-01

    Transparent hydrophobic coating of inorganic based tetra orthosilicate (TEOS) was prepared by sol gel method by varying fluoroalkylsilane (FAS) content which works as hydrophobic agent. Surface contact angle, transmittance degree and surface morphology were characterized for each sample. All samples show good transparency which was confirmed by UV visible spectroscopy. The hydrophobicity obtained increases with FAS content indicates that FAS is best candidate to induce hydrophobicity for inorganic coating. (author)

  20. Estimation Accuracy on Execution Time of Run-Time Tasks in a Heterogeneous Distributed Environment

    Directory of Open Access Journals (Sweden)

    Qi Liu

    2016-08-01

    Full Text Available Distributed Computing has achieved tremendous development since cloud computing was proposed in 2006, and played a vital role promoting rapid growth of data collecting and analysis models, e.g., Internet of things, Cyber-Physical Systems, Big Data Analytics, etc. Hadoop has become a data convergence platform for sensor networks. As one of the core components, MapReduce facilitates allocating, processing and mining of collected large-scale data, where speculative execution strategies help solve straggler problems. However, there is still no efficient solution for accurate estimation on execution time of run-time tasks, which can affect task allocation and distribution in MapReduce. In this paper, task execution data have been collected and employed for the estimation. A two-phase regression (TPR method is proposed to predict the finishing time of each task accurately. Detailed data of each task have drawn interests with detailed analysis report being made. According to the results, the prediction accuracy of concurrent tasks’ execution time can be improved, in particular for some regular jobs.

  1. Transparent conductors based on microscale/nanoscale materials for high performance devices

    Science.gov (United States)

    Gao, Tongchuan

    Transparent conductors are important as the top electrode for a variety of optoelectronic devices, including solar cells, light-emitting diodes (LEDs), at panel displays, and touch screens. Doped indium tin oxide (ITO) thin films are the predominant transparent conductor material. However, ITO thin films are brittle, making them unsuitable for the emerging flexible devices, and suffer from high material and processing cost. In my thesis, we developed a variety of transparent conductors toward a performance comparable with or superior to ITO thin films, with lower cost and potential for scalable manufacturing. Metal nanomesh (NM), hierarchical graphene/metal microgrid (MG), and hierarchical metal NM/MG materials were investigated. Simulation methods were used as a powerful tool to predict the transparency and sheet resistance of the transparent conductors by solving Maxwell's equations and Poisson's equation. Affordable and scalable fabrication processes were developed thereafter. Transparent conductors with over 90% transparency and less than 10 O/square sheet resistance were successfully fabricated on both rigid and flexible substrates. Durability tests, such as bending, heating and tape tests, were carried out to evaluate the robustness of the samples. Haze factor, which characterizes how blurry a transparent conductor appears, was also studied in-depth using analytical calculation and numerical simulation. We demonstrated a tunable haze factor for metal NM transparent conductors and analyzed the principle for tuning the haze factor. Plasmonic effects, excited by some transparent conductors, can lead to enhanced performance in photovoltaic devices. We systematically studied the effect of incorporating metal NM into ultrathin film silicon solar cells using numerical simulation, with the aid of optimization algorithms to reduce the optimization time. Mechanisms contributing to the enhanced performance were then identified and analyzed. Over 72% enhancement in short

  2. TRANSPARENT COATINGS FOR SOLAR CELLS RESEARCH

    Energy Technology Data Exchange (ETDEWEB)

    Glatkowski, P. J.; Landis, D. A.

    2013-04-16

    Todays solar cells are fabricated using metal oxide based transparent conductive coatings (TCC) or metal wires with optoelectronic performance exceeding that currently possible with Carbon Nanotube (CNT) based TCCs. The motivation for replacing current TCC is their inherent brittleness, high deposition cost, and high deposition temperatures; leading to reduced performance on thin substrates. With improved processing, application and characterization techniques Nanofiber and/or CNT based TCCs can overcome these shortcomings while offering the ability to be applied in atmospheric conditions using low cost coating processes At todays level of development, CNT based TCC are nearing commercial use in touch screens, some types of information displays (i.e. electronic paper), and certain military applications. However, the resistivity and transparency requirements for use in current commercial solar cells are more stringent than in many of these applications. Therefore, significant research on fundamental nanotube composition, dispersion and deposition are required to reach the required performance commanded by photovoltaic devices. The objective of this project was to research and develop transparent conductive coatings based on novel nanomaterial composite coatings, which comprise nanotubes, nanofibers, and other nanostructured materials along with binder materials. One objective was to show that these new nanomaterials perform at an electrical resistivity and optical transparency suitable for use in solar cells and other energy-related applications. A second objective was to generate new structures and chemistries with improved resistivity and transparency performance. The materials also included the binders and surface treatments that facilitate the utility of the electrically conductive portion of these composites in solar photovoltaic devices. Performance enhancement venues included: CNT purification and metallic tube separation techniques, chemical doping, CNT

  3. Designing and implementing transparency for real time inspection of autonomous robots

    Science.gov (United States)

    Theodorou, Andreas; Wortham, Robert H.; Bryson, Joanna J.

    2017-07-01

    The EPSRC's Principles of Robotics advises the implementation of transparency in robotic systems, however research related to AI transparency is in its infancy. This paper introduces the reader of the importance of having transparent inspection of intelligent agents and provides guidance for good practice when developing such agents. By considering and expanding upon other prominent definitions found in literature, we provide a robust definition of transparency as a mechanism to expose the decision-making of a robot. The paper continues by addressing potential design decisions developers need to consider when designing and developing transparent systems. Finally, we describe our new interactive intelligence editor, designed to visualise, develop and debug real-time intelligence.

  4. A Code Generator for Software Component Services in Smart Devices

    OpenAIRE

    Ahmad, Manzoor

    2010-01-01

    A component is built to be reused and reusability has significant impact on component generality and flexibility requirement. A component model plays a critical role in reusability of software component and defines a set of standards for component implementation, evolution, composition, deployment and standardization of the run-time environment for execution of component. In component based development (CBD), standardization of the runtime environment includes specification of component’s int...

  5. Runtime Support for Type-Safe Dynamic Java Classes

    National Research Council Canada - National Science Library

    Malabarba, Scott; Pandey, Raju; Gragg, Jeff; Barr, Earl; Barnes, J. F

    2000-01-01

    .... In this paper we present an approach for supporting dynamic evolution of Java programs. In this approach, Java programs can evolve by changing their components, namely classes, during their execution...

  6. The New Transparency: Police Violence in the Context of Ubiquitous Surveillance

    Directory of Open Access Journals (Sweden)

    Ben Brucato

    2015-10-01

    Full Text Available Media and surveillance scholars often comment on the purported empowering quality of transparency, which they expect participatory media to promote. From its Enlightenment origins, transparency is related to accountability and legitimacy: its increase is believed to promote these. It has earned a position as an unassailed, prime normative value in contemporary liberal and social democracies. Though still valued, transparency is undergoing change in an era of ubiquitous surveillance. Publics still anticipate governmental and corporate self-disclosure and for such entities to operate visibly; but increasingly, deliberate and incidental surveillance by a range of sources, both institutional and informal, documents the activities of such authorities. More often, civilians participate in producing or amplifying transparency. This article explores this new transparency through a study of U.S. police, focusing on the discourse of police accountability activists and cop watchers to describe how their work adapts traditional notions of transparency. Recognizing the resilience of the police institution despite the new visibility of its violence, the article challenges the presumption that increased transparency will promote institutional reform or crisis. It concludes with a critical comment on prominent expectations that promoting the visibility of police can protect publics and ensure police accountability. This conclusion has implications for other forms of the new transparency, including whistleblowing (e.g., Edward Snowden and leaking (e.g., WikiLeaks.

  7. Transparent 3D display for augmented reality

    Science.gov (United States)

    Lee, Byoungho; Hong, Jisoo

    2012-11-01

    Two types of transparent three-dimensional display systems applicable for the augmented reality are demonstrated. One of them is a head-mounted-display-type implementation which utilizes the principle of the system adopting the concave floating lens to the virtual mode integral imaging. Such configuration has an advantage in that the threedimensional image can be displayed at sufficiently far distance resolving the accommodation conflict with the real world scene. Incorporating the convex half mirror, which shows a partial transparency, instead of the concave floating lens, makes it possible to implement the transparent three-dimensional display system. The other type is the projection-type implementation, which is more appropriate for the general use than the head-mounted-display-type implementation. Its imaging principle is based on the well-known reflection-type integral imaging. We realize the feature of transparent display by imposing the partial transparency to the array of concave mirror which is used for the screen of reflection-type integral imaging. Two types of configurations, relying on incoherent and coherent light sources, are both possible. For the incoherent configuration, we introduce the concave half mirror array, whereas the coherent one adopts the holographic optical element which replicates the functionality of the lenslet array. Though the projection-type implementation is beneficial than the head-mounted-display in principle, the present status of the technical advance of the spatial light modulator still does not provide the satisfactory visual quality of the displayed three-dimensional image. Hence we expect that the head-mounted-display-type and projection-type implementations will come up in the market in sequence.

  8. A meaning for transparency in decision processes

    Energy Technology Data Exchange (ETDEWEB)

    Wene, C.O. [Chalmers Univ. of Technology, Goeteborg (Sweden). Energy System Technology; Espejo, R. [Univ. of Lincolnshire and Humberside, Lincoln (United Kingdom). Lincoln School of Management

    1999-12-01

    In this paper we discuss transparency in decision processes. We argue that transparency requires fostering, producing and maintaining distributed dialogues and communications between all those affected by (the stakeholders) and those producing these decisions (the decision makers and the actors/experts). The issues raised in these dialogues will not only refer to questions of technical efficiency, but also to what is right and fair and what is considered to be good in society. Social policies, particularly those of wide social significance, are in one form or another the outcome of multiple meaning creation processes, reflecting their multiple spheres of influence, from the local to the global, from the disciplinary to the multi- and transdisciplinary. Each of these processes requires transparency. This paper is focused on the structural requirements to make these dialogues and communications effective at all levels, taking into account the need for technical explanation, proof of authenticity and legitimacy of actions. Moreover it is concerned with the alignment of these meanings creation processes in order to increase the chances of having not only a distributed but also a coherent overall decision process. Our emphasis is in defining forms of interaction among stakeholders in order to ground the debate of the policy throughout the organisation, beyond senior levels of management. The aim is increasing the demands on those responsible for policy implementation, stretching them so that they offer the best of themselves. We argue that this is the basis for a structural mechanism for transparency. The outcome of this paper is a conceptual framework to study issues of transparency in policy making which is illustrated with reference to nuclear waste management in Sweden.

  9. A meaning for transparency in decision processes

    International Nuclear Information System (INIS)

    Wene, C.O.; Espejo, R.

    1999-01-01

    In this paper we discuss transparency in decision processes. We argue that transparency requires fostering, producing and maintaining distributed dialogues and communications between all those affected by (the stakeholders) and those producing these decisions (the decision makers and the actors/experts). The issues raised in these dialogues will not only refer to questions of technical efficiency, but also to what is right and fair and what is considered to be good in society. Social policies, particularly those of wide social significance, are in one form or another the outcome of multiple meaning creation processes, reflecting their multiple spheres of influence, from the local to the global, from the disciplinary to the multi- and transdisciplinary. Each of these processes requires transparency. This paper is focused on the structural requirements to make these dialogues and communications effective at all levels, taking into account the need for technical explanation, proof of authenticity and legitimacy of actions. Moreover it is concerned with the alignment of these meanings creation processes in order to increase the chances of having not only a distributed but also a coherent overall decision process. Our emphasis is in defining forms of interaction among stakeholders in order to ground the debate of the policy throughout the organisation, beyond senior levels of management. The aim is increasing the demands on those responsible for policy implementation, stretching them so that they offer the best of themselves. We argue that this is the basis for a structural mechanism for transparency. The outcome of this paper is a conceptual framework to study issues of transparency in policy making which is illustrated with reference to nuclear waste management in Sweden

  10. Transparent doesn't always make it right

    International Nuclear Information System (INIS)

    Frishman, S.

    1999-01-01

    The increasing drive for transparency in risk assessment, performance assessment, and decision-making in the controversial area of nuclear waste management has its foundation in the desire to foster the assumption that, if the outcome of the process is a clear result of the fully exposed contributory elements, then that outcome must be accepted as correct. This is in stark contrast to the general need for transparency in any analysis or decision process - to give the outcome credibility. Transparency in the nuclear waste decision arena is being cast as an end in itself, rather than as a tool to shape the product of the assessment or decision process. It is not enough to permit knowledge of exactly what was done to arrive at a particular result, since at best, this only leads to reproducibility. The challenge is to expose why certain steps or assumptions were chosen for pursuit, and what suites of relevant steps or assumptions were rejected and why. It is also important to demonstrate that the trail to the product - the assessment or decision - is complete. In the nuclear waste management field, the complete scope of the assessment or decision process is not always fully exposed because it does not include the assumptions that initiated the process or the possible consequences of the product. In both instances, this failure can serve to limit the steps or assumptions pursued in the process. This paper will describe and discuss examples from the nuclear waste management field and the U.S. high-level nuclear waste program that illustrate the need for transparency, but also demonstrate that transparency does not always lead to an acceptable product

  11. The health care value transparency movement and its implications for radiology.

    Science.gov (United States)

    Durand, Daniel J; Narayan, Anand K; Rybicki, Frank J; Burleson, Judy; Nagy, Paul; McGinty, Geraldine; Duszak, Richard

    2015-01-01

    The US health care system is in the midst of disruptive changes intended to expand access, improve outcomes, and lower costs. As part of this movement, a growing number of stakeholders have advocated dramatically increasing consumer transparency into the quality and price of health care services. The authors review the general movement toward American health care value transparency within the public, private, and nonprofit sectors, with an emphasis on those initiatives most relevant to radiology. They conclude that radiology, along with other "ancillary services," has been a major focus of early efforts to enhance consumer price transparency. By contrast, radiology as a field remains in the "middle of the pack" with regard to quality transparency. There is thus the danger that radiology value transparency in its current form will stimulate primarily price-based competition, erode provider profit margins, and disincentivize quality. The authors conclude with suggested actions radiologists can take to ensure that a more optimal balance is struck between quality transparency and price transparency, one that will enable true value-based competition among radiologists rather than commoditization. Copyright © 2015 American College of Radiology. Published by Elsevier Inc. All rights reserved.

  12. The Morality of Transparency: A Comparison of NGOs and Business Ethics

    OpenAIRE

    Sampson, Steven

    2015-01-01

    Paper presented at Workshop on the Sociology of Transparency, Univ. Osnabruck, Nov. 2015. Disclosure and transparency, being open so that others can look deeper into to your organization, is not just a requirement imposed by government regulations or funding agencies. Transparency is also tied to a value of authenticity, sincerity and ethics. There is moral dimension to transparency. Being open is to be good. Concealment or opacity is bad. On the other hand, there are those who say that trans...

  13. Transparent semiconducting oxides: materials and devices

    Energy Technology Data Exchange (ETDEWEB)

    Grundmann, Marius; Frenzel, Heiko; Lajn, Alexander; Lorenz, Michael; Schein, Friedrich; von Wenckstern, Holger [Universitaet Leipzig, Institut fuer Experimentelle Physik II, Linnestr. 5, 04103 Leipzig (Germany)

    2010-06-15

    Transparent conductive oxides (TCOs) are a well-known material class allowing Ohmic conduction. A large free carrier concentration in the 10{sup 21} cm{sup -3} range and high conductivity (beyond 10{sup 4} S/cm) is feasible simultaneously with high transparency. Applications are manifold and include touch screens and front contacts for displays or solar cells. Transparent semiconducting oxides (TSO) are oxides with an intermediate free carrier concentration (typically 10{sup 14}-10{sup 18} cm{sup -3}) allowing the formation of depletion layers. We review recent results on TSO-based transistors and inverters. Most work has been reported on MISFETs. We show that MESFETs exhibit high performance and low voltage operation of oxide electronics. MESFET-based inverters offer superior performance compared to results reported for TSO MISFET-based circuits. Optical image of inverter based on thin film MESFETs with Mg{sub 0.003}Zn{sub 0.997}O channels (left) and experimental inverter characteristic for supply voltage of V{sub DD} = + 2.0 V (right). (Abstract Copyright [2010], Wiley Periodicals, Inc.)

  14. Strengthening Transparency in Regulatory Science

    Science.gov (United States)

    Where available and appropriate, EPA will use peer-reviewed information, standardized test methods, consistent data evaluation procedures, and good laboratory practices to ensure transparent, understandable, and reproducible scientific assessments.

  15. Introducing modern technology to promote transparency in health services.

    Science.gov (United States)

    Islam, Mohammad Shafiqul

    2015-01-01

    Quantitative indicators show that Bangladeshi maternal and child healthcare is progressing satisfactorily. However, healthcare quality is still inadequate. It is hypothesised that modern technology enhances healthcare quality. Therefore, the purpose of this paper is to investigate how modern technology such as electronic record keeping and the internet can contribute to enhancing Bangladeshi healthcare quality. This study also explores how socio-economic and political factors affect the healthcare quality. This paper is based on a qualitative case study involving 68 in-depth interviews with healthcare professionals, elected representatives, local informants and five focus group discussions with healthcare service users to understand technology's effect on health service quality. The study has been conducted in one rural and one urban service organisations to understand how various factors contribute differently to healthcare quality. The findings show that modern technology, such as the internet and electronic devices for record keeping, contribute significantly to enhancing health service transparency, which in turn leads to quality health and family planning services. The findings also show that information and communication technology (ICT) is an effective mechanism for reducing corruption and promoting transparency. However, resource constraints impact adversely on the introduction of technology, which leads to less transparent healthcare. Progress in education and general socio-economic conditions makes it suitable to enhance ICT usage, which could lead to healthcare transparency, but political and bureaucratic factors pose a major challenge to ensure transparency. This paper can be a useful guide for promoting governance and healthcare quality in developing countries including Bangladesh. It analyses the ICT challenges that healthcare staff face when promoting transparent healthcare. This paper provides a deeper understanding of transparency and healthcare

  16. Transparency in nursing leadership: a chosen ethic.

    Science.gov (United States)

    Milton, Constance L

    2009-01-01

    The concept of transparency has been viewed as an essential leadership attribute or element in healthcare organizational structures and processes. While viewed as something that is desired and valued, there is a lack of nursing disciplinary literature that defines the concept and its possible meanings. This column provides a beginning definition of transparency from the humanbecoming nursing theoretical perspective and launches a discussion with potential ethical implications for leadership in nursing practice and education.

  17. Transparent wood for functional and structural applications

    Science.gov (United States)

    Li, Yuanyuan; Fu, Qiliang; Yang, Xuan; Berglund, Lars

    2017-12-01

    Optically transparent wood combines mechanical performance with optical functionalities is an emerging candidate for applications in smart buildings and structural optics and photonics. The present review summarizes transparent wood preparation methods, optical and mechanical performance, and functionalization routes, and discusses potential applications. The various challenges are discussed for the purpose of improved performance, scaled-up production and realization of advanced applications. This article is part of a discussion meeting issue `New horizons for cellulose nanotechnology'.

  18. Transparency and imaginary colors

    NARCIS (Netherlands)

    Richards, W.; Koenderink, J.J.; Van Doorn, A.

    2009-01-01

    Unlike the Metelli monochrome transparencies, when overlays and their backgrounds have chromatic content, the inferred surface colors may not always be physically realizable, and are in some sense “imaginary.” In these cases, the inferred chromatic transmittance or reflectance of the overlay lies

  19. Polarization-independent transparency window induced by complementary graphene metasurfaces

    International Nuclear Information System (INIS)

    Lu, Wei Bing; Liu, Ji Long; Zhang, Jin; Wang, Jian; Liu, Zhen Guo

    2017-01-01

    A fourfold symmetric graphene-based complementary metasurface featuring a polarization-independent transparency window is proposed and numerically analysed in this paper. The unit cell of the metamaterial consists of a monolayer graphene perforated with a cross and four identical split-ring resonators deposited on a substrate. Our analysis shows that the transparency window can be interpreted as a plasmonic analogy of Autler–Townes splitting. The polarization independence is achieved due to the fourfold symmetry of graphene’s complementary structure. In addition, the frequency range of the transparency window can be dynamically tuned over a broad band by changing the chemical potential of graphene, and the width of the transparency window can also be controlled by changing the split-gap orientation. This work may lead to potential applications in many area, such as slow-light devices and optical sensing. (paper)

  20. Transparent and Printable Regenerated Kenaf Cellulose/PVA Film

    Directory of Open Access Journals (Sweden)

    Hatika Kaco

    2014-02-01

    Full Text Available Cellulose was extracted from kenaf core powder by a series of bleaching processes and subsequently dissolved using an alkaline LiOH/urea solvent at low temperatures. The produced cellulose solution was mixed with polyvinyl alcohol (PVA with different ratios of cellulose/PVA and coagulated to produce regenerated transparent films. The films were then air dried to produce transparent film. The effects of PVA content on tensile index, transparency, pore size, and printability of the films were studied. A slight reduction of 7% on the tensile index of the film was observed when the content of PVA increased to 10%. Nevertheless, the addition of 10% of PVA increased the porosity of the regenerated cellulose/PVA film, while the transparency of the film increased by 10%. The films were color-printed using a laser printer and can be recycled, in which the printed ink can be removed easily from the films with higher amount of PVA content. In addition, the films can be reprinted repeatedly several times.

  1. The transparency trap.

    Science.gov (United States)

    Bernstein, Ethan

    2014-10-01

    To promote accountability, productivity, and shared learning, many organizations create open work environments and gather reams of data on how individuals spend their time. A few years ago, HBS professor Ethan Bernstein set out to find empirical evidence that such approaches improve organizational performance. What he discovered is that this kind of transparency often has an unintended consequence: It can leave employees feeling vulnerable and exposed. When that happens, they conceal any conduct that deviates from the norm so that they won't have to explain it. Unrehearsed, experimental behaviors sometimes stop altogether. But Bernstein also discovered organizations that had established zones of privacy within open environments by setting four types of boundaries: around teams, between feedback and evaluation, between decision rights and improvement rights, and around periods of experimentation. Moreover, across several studies, the companies that had done all this were the ones that consistently got the most creative, efficient, and thoughtful work from their employees. Bernstein's conclusion? By balancing transparency and privacy, organizations can capture the benefits of both, and encourage just the right amount of "positive deviance" needed to increase innovation and productivity.

  2. Flexible transparent electrode

    Science.gov (United States)

    Demiryont, Hulya; Shannon, Kenneth C., III; Moorehead, David; Bratcher, Matthew

    2011-06-01

    This paper presents the properties of the EclipseTECTM transparent conductor. EclipseTECTM is a room temperature deposited nanostructured thin film coating system comprised of metal-oxide semiconductor elements. The system possesses metal-like conductivity and glass-like transparency in the visible region. These highly conductive TEC films exhibit high shielding efficiency (35dB at 1 to 100GHz). EclipseTECTM can be deposited on rigid or flexible substrates. For example, EclipseTECTM deposited on polyethylene terephthalate (PET) is extremely flexible that can be rolled around a 9mm diameter cylinder with little or no reduction in electrical conductivity and that can assume pre-extension states after an applied stress is relieved. The TEC is colorless and has been tailored to have high visible transmittance which matches the eye sensitivity curve and allows the viewing of true background colors through the coating. EclipseTECTM is flexible, durable and can be tailored at the interface for applications such as electron- or hole-injecting OLED electrodes as well as electrodes in flexible displays. Tunable work function and optical design flexibility also make EclipseTECTM well-suited as a candidate for grid electrode replacement in next-generation photovoltaic cells.

  3. Graphene-based transparent electrodes for hybrid solar cells

    Directory of Open Access Journals (Sweden)

    Pengfei eLi

    2014-11-01

    Full Text Available The graphene-based transparent and conductive films were demonstrated to be cost-effective electrodes working in organic-inorganic hybrid Schottky solar cells. Large area graphene films were produced by chemical vapor deposition (CVD on copper foils and transferred onto glass as transparent electrodes. The hybrid solar cell devices consist of solution processed poly (3, 4-ethlenedioxythiophene: poly (styrenesulfonate (PEDOT: PSS which is sandwiched between silicon wafer and graphene electrode. The solar cells based on graphene electrodes, especially those doped with HNO3, has comparable performance to the reference devices using commercial indium tin oxide (ITO. Our work suggests that graphene-based transparent electrode is a promising candidate to replace ITO.

  4. Highly efficient fully transparent inverted OLEDs

    Science.gov (United States)

    Meyer, J.; Winkler, T.; Hamwi, S.; Schmale, S.; Kröger, M.; Görrn, P.; Johannes, H.-H.; Riedl, T.; Lang, E.; Becker, D.; Dobbertin, T.; Kowalsky, W.

    2007-09-01

    One of the unique selling propositions of OLEDs is their potential to realize highly transparent devices over the visible spectrum. This is because organic semiconductors provide a large Stokes-Shift and low intrinsic absorption losses. Hence, new areas of applications for displays and ambient lighting become accessible, for instance, the integration of OLEDs into the windshield or the ceiling of automobiles. The main challenge in the realization of fully transparent devices is the deposition of the top electrode. ITO is commonly used as transparent bottom anode in a conventional OLED. To obtain uniform light emission over the entire viewing angle and a low series resistance, a TCO such as ITO is desirable as top contact as well. However, sputter deposition of ITO on top of organic layers causes damage induced by high energetic particles and UV radiation. We have found an efficient process to protect the organic layers against the ITO rf magnetron deposition process of ITO for an inverted OLED (IOLED). The inverted structure allows the integration of OLEDs in more powerful n-channel transistors used in active matrix backplanes. Employing the green electrophosphorescent material Ir(ppy) 3 lead to IOLED with a current efficiency of 50 cd/A and power efficiency of 24 lm/W at 100 cd/m2. The average transmittance exceeds 80 % in the visible region. The on-set voltage for light emission is lower than 3 V. In addition, by vertical stacking we achieved a very high current efficiency of more than 70 cd/A for transparent IOLED.

  5. On-chip plasmon-induced transparency based on plasmonic coupled nanocavities.

    Science.gov (United States)

    Zhu, Yu; Hu, Xiaoyong; Yang, Hong; Gong, Qihuang

    2014-01-17

    On-chip plasmon-induced transparency offers the possibility of realization of ultrahigh-speed information processing chips. Unfortunately, little experimental progress has been made to date because it is difficult to obtain on-chip plasmon-induced transparency using only a single meta-molecule in plasmonic circuits. Here, we report a simple and efficient strategy to realize on-chip plasmon-induced transparency in a nanoscale U-shaped plasmonic waveguide side-coupled nanocavity pair. High tunability in the transparency window is achieved by covering the pair with different organic polymer layers. It is possible to realize ultrafast all-optical tunability based on pump light-induced refractive index change of a graphene cover layer. Compared with previous reports, the overall feature size of the plasmonic nanostructure is reduced by more than three orders of magnitude, while ultrahigh tunability of the transparency window is maintained. This work also provides a superior platform for the study of the various physical effects and phenomena of nonlinear optics and quantum optics.

  6. All-dielectric resonant cavity-enabled metals with broadband optical transparency

    Science.gov (United States)

    Liu, Zhengqi; Zhang, Houjiao; Liu, Xiaoshan; Pan, Pingping; Liu, Yi; Tang, Li; Liu, Guiqiang

    2017-06-01

    Metal films with broadband optical transparency are desirable in many optoelectronic devices, such as displays, smart windows, light-emitting diodes and infrared detectors. As bare metal is opaque to light, this issue of transparency attracts great scientific interest. In this work, we proposed and demonstrated a feasible and universal approach for achieving broadband optical transparent (BOT) metals by utilizing all-dielectric resonant cavities. Resonant dielectrics provide optical cavity modes and couple strongly with the surface plasmons of the metal film, and therefore produce a broadband near-unity optical transparent window. The relative enhancement factor (EF) of light transmission exceeds 3400% in comparison with that of pure metal film. Moreover, the transparent metal motif can be realized by other common metals including gold (Au), silver (Ag) and copper (Cu). These optical features together with the fully retained electric and mechanical properties of a natural metal suggest that it will have wide applications in optoelectronic devices.

  7. Electromagnetically induced transparency in metamaterials at near-infrared frequency

    DEFF Research Database (Denmark)

    Zhang, Jingjing; Xiao, Sanshui; Jeppesen, Claus

    2010-01-01

    We employ a planar metamaterial structure composed of a splitring-resonator (SRR) and paired nano-rods to experimentally realize a spectral response at near-infrared frequencies resembling that of electromagnetically induced transparency. A narrow transparency window associated with low loss...

  8. Acoustic transparency and slow sound using detuned acoustic resonators

    DEFF Research Database (Denmark)

    Santillan, Arturo Orozco; Bozhevolnyi, Sergey I.

    2011-01-01

    We demonstrate that the phenomenon of acoustic transparency and slowsound propagation can be realized with detuned acoustic resonators (DAR), mimicking thereby the effect of electromagnetically induced transparency (EIT) in atomic physics. Sound propagation in a pipe with a series of side...

  9. Transparent Proxy for Secure E-Mail

    Science.gov (United States)

    Michalák, Juraj; Hudec, Ladislav

    2010-05-01

    The paper deals with the security of e-mail messages and e-mail server implementation by means of a transparent SMTP proxy. The security features include encryption and signing of transported messages. The goal is to design and implement a software proxy for secure e-mail including its monitoring, administration, encryption and signing keys administration. In particular, we focus on automatic public key on-the-fly encryption and signing of e-mail messages according to S/MIME standard by means of an embedded computer system whose function can be briefly described as a brouter with transparent SMTP proxy.

  10. Healable, Transparent, Room-Temperature Electronic Sensors Based on Carbon Nanotube Network-Coated Polyelectrolyte Multilayers.

    Science.gov (United States)

    Bai, Shouli; Sun, Chaozheng; Yan, Hong; Sun, Xiaoming; Zhang, Han; Luo, Liang; Lei, Xiaodong; Wan, Pengbo; Chen, Xiaodong

    2015-11-18

    Transparent and conductive film based electronics have attracted substantial research interest in various wearable and integrated display devices in recent years. The breakdown of transparent electronics prompts the development of transparent electronics integrated with healability. A healable transparent chemical gas sensor device is assembled from layer-by-layer-assembled transparent healable polyelectrolyte multilayer films by developing effective methods to cast transparent carbon nanotube (CNT) networks on healable substrates. The healable CNT network-containing film with transparency and superior network structures on self-healing substrate is obtained by the lateral movement of the underlying self-healing layer to bring the separated areas of the CNT layer back into contact. The as-prepared healable transparent film is assembled into healable transparent chemical gas sensor device for flexible, healable gas sensing at room temperature, due to the 1D confined network structure, relatively high carrier mobility, and large surface-to-volume ratio. The healable transparent chemical gas sensor demonstrates excellent sensing performance, robust healability, reliable flexibility, and good transparency, providing promising opportunities for developing flexible, healable transparent optoelectronic devices with the reduced raw material consumption, decreased maintenance costs, improved lifetime, and robust functional reliability. © 2015 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  11. Lattice Transparency of Graphene.

    Science.gov (United States)

    Chae, Sieun; Jang, Seunghun; Choi, Won Jin; Kim, Youn Sang; Chang, Hyunju; Lee, Tae Il; Lee, Jeong-O

    2017-03-08

    Here, we demonstrated the transparency of graphene to the atomic arrangement of a substrate surface, i.e., the "lattice transparency" of graphene, by using hydrothermally grown ZnO nanorods as a model system. The growth behaviors of ZnO nanocrystals on graphene-coated and uncoated substrates with various crystal structures were investigated. The atomic arrangements of the nucleating ZnO nanocrystals exhibited a close match with those of the respective substrates despite the substrates being bound to the other side of the graphene. By using first-principles calculations based on density functional theory, we confirmed the energetic favorability of the nucleating phase following the atomic arrangement of the substrate even with the graphene layer present in between. In addition to transmitting information about the atomic lattice of the substrate, graphene also protected its surface. This dual role enabled the hydrothermal growth of ZnO nanorods on a Cu substrate, which otherwise dissolved in the reaction conditions when graphene was absent.

  12. Patients' views on price shopping and price transparency.

    Science.gov (United States)

    Semigran, Hannah L; Gourevitch, Rebecca; Sinaiko, Anna D; Cowling, David; Mehrotra, Ateev

    2017-06-01

    Driven by the growth of high deductibles and price transparency initiatives, patients are being encouraged to search for prices before seeking care, yet few do so. To understand why this is the case, we interviewed individuals who were offered access to a widely used price transparency website through their employer. Qualitative interviews. We interviewed individuals enrolled in a preferred provider organization product through their health plan about their experience using the price transparency tool (if they had done so), their past medical experiences, and their opinions on shopping for care. All interviews were transcribed and manually coded using a thematic coding guide. In general, respondents expressed frustration with healthcare costs and had a positive opinion of the idea of price shopping in theory, but 2 sets of barriers limited their ability to do so in reality. The first was the salience of searching for price information. For example, respondents recognized that due to their health plan benefits design, they would not save money by switching to a lower-cost provider. Second, other factors were more important than price for respondents when choosing a provider, including quality and loyalty to current providers. We found a disconnect between respondents' enthusiasm for price shopping and their reported use of a price transparency tool to shop for care. However, many did find the tool useful for other purposes, including checking their claims history. Addressing the barriers to price shopping identified by respondents can help inform ongoing and future price transparency initiatives.

  13. Multidimensional Ranking: A New Transparency Tool for Higher Education and Research

    Science.gov (United States)

    van Vught, Frans; Westerheijden, Don F.

    2010-01-01

    This paper sets out to analyse the need for better "transparency tools" which inform university stakeholders about the quality of universities. First, we give an overview of what we understand by the concept of transparency tools and those that are currently available. We then critique current transparency tools' methodologies, looking in detail…

  14. Transparency Under Scrutiny: Information Disclosure in Global Environmental Governance.

    NARCIS (Netherlands)

    Gupta, A.

    2008-01-01

    Although transparency is a key concept of our times, it remains a relatively understudied phenomenon in global environmental politics. The link between transparency and accountable, legitimate and effective governance is assumed, yet the nature and workings of this link require further scrutiny.

  15. Sintering and annealing effects on undoped yttria transparent ceramics

    Energy Technology Data Exchange (ETDEWEB)

    Letue, Laetitia; Petit, Johan, E-mail: johan.petit@onera.fr; Ritti, Marie-Hélène; Lalanne, Sylvie; Landais, Stéphane

    2017-06-15

    Transparent yttrium oxide (Y{sub 2}O{sub 3}) ceramics were processed by several densifications steps without any doping species. The green bodies were obtained by the aqueous way and sintered at high temperature under vacuum and then under high pressure. We studied the effects of different sintering cycles and air annealing at different steps of the process on the density and the grain growth. We also focused on the reaction between yttria ceramics and BN-coated graphite crucible which occurs during HIP. We noted that a low heating rate and two annealing steps are necessary to improve our samples’ transparency. - Highlights: • The quality of transparent ceramics is compared with the tested process parameters. • Air annealing is critical when using a carbon environment in the process. • Intra-granular pores, and so the final transparency, are directly linked to the sintering heating rates.

  16. Transparent Memory For Harsh Electronics

    KAUST Repository

    Ho, C. H.; Duran Retamal, Jose Ramon; Yang, P. K.; Lee, C. P.; Tsai, M. L.; Kang, C. F.; He, Jr-Hau

    2017-01-01

    As a new class of non-volatile memory, resistive random access memory (RRAM) offers not only superior electronic characteristics, but also advanced functionalities, such as transparency and radiation hardness. However, the environmental tolerance

  17. ZnO-Based Transparent Conductive Thin Films: Doping, Performance, and Processing

    International Nuclear Information System (INIS)

    Liu, Y.; Li, Y.; Zeng, H.

    2013-01-01

    ZnO-based transparent conductive thin films have attracted much attention as a promising substitute material to the currently used indium-tin-oxide thin films in transparent electrode applications. However, the detailed function of the dopants, acting on the electrical and optical properties of ZnO-based transparent conductive thin films, is not clear yet, which has limited the development and practical applications of ZnO transparent conductive thin films. Growth conditions such as substrate type, growth temperature, and ambient atmosphere all play important roles in structural, electrical, and optical properties of films. This paper takes a panoramic view on properties of ZnO thin films and reviews the very recent works on new, efficient, low-temperature, and high-speed deposition technologies. In addition, we highlighted the methods of producing ZnO-based transparent conductive film on flexible substrate, one of the most promising and rapidly emerging research areas. As optimum-processing-parameter conditions are being obtained and their influencing mechanism is becoming clear, we can see that there will be a promising future for ZnO-based transparent conductive films.

  18. Joint DOE-PNC research on the use of transparency in support of nuclear nonproliferation

    International Nuclear Information System (INIS)

    Mochiji, Toshiro; Keeney, R.; Tazaki, Makiko; Nakhleh, C.; Puckett, J.; Stanbro, W.

    1999-01-01

    PNC and LANL collaborated in research on the concept of transparency in nuclear nonproliferation. The research was based on the Action Sheet No. 21, which was signed in February 1996, ''The Joint Research on Transparency in Nuclear Nonproliferation'' under the ''Agreement between the Power Reactor and Nuclear Fuel Development Corporation of Japan (PNC) and the US Department of Energy (DOE) for Cooperation in Research and Development Concerning Nuclear Material Control and Accounting Measures for Safeguards and Nonproliferation''. The purpose of Action Sheet 21 is to provide a fundamental study on Transparency to clarify the means to improve worldwide acceptability for the nuclear energy from the nuclear nonproliferation point of view. This project consists of independent research and then joint discussion at workshops that address a series of topics and issues in transparency. The activities covered in Action Sheet 21 took place over a period of 18 months. Three workshops were held; the first and the third hosted by PNC in Tokyo, Japan and the second hosted by LANL in Los Alamos, New Mexico, US. The following is a summary of the three workshops. The first workshop addressed the policy environment of transparency. Each side presented its perspective on the following issues: (1) a definition of transparency, (2) reasons for transparency, (3) detailed goals of transparency and (4) obstacles to transparency. The topic of the second workshop was ''Development of Transparency Options.'' The activities accomplished were (1) identify type of facilities where transparency might be applied, (2) define criteria for applying transparency, and (3) delineate applicable transparency options. The goal of the third workshop, ''Technical Options for Transparency,'' was to (1) identify conceptual options for transparency system design; (2) identify instrumentation, measurement, data collection and data processing options; (3) identify data display options; and (4) identify technical

  19. Are the Most Prestigious Medical Journals Transparent Enough?

    Science.gov (United States)

    Dal-Ré, Rafael

    2016-09-01

    The International Committee of Medical Journal Editors (ICMJE) has played a critical role in enhancing medical science reporting. Transparency in research is one of its most important objectives and the ICMJE has issued requirements for various stakeholders. However, ICMJE member journals have repeatedly failed to fully comply with a few transparency requirements. Copyright © 2016 Elsevier Ltd. All rights reserved.

  20. Transparent conductive oxides for thin-film silicon solar cells

    NARCIS (Netherlands)

    Löffler, J.

    2005-01-01

    This thesis describes research on thin-film silicon solar cells with focus on the transparent conductive oxide (TCO) for such devices. In addition to the formation of a transparent and electrically conductive front electrode for the solar cell allowing photocurrent collection with low ohmic losses,

  1. Transparent parsing : Head-driven processing of verb-final structures

    NARCIS (Netherlands)

    Mulders, I.C.M.C.

    2002-01-01

    The conceptual guideline underlying this study is that the goal of processing theory should be to construct a transparent parser. A transparent parser is a parser which employs only properties and relations that are available in the grammar, without resorting to processing-specific notions. Under

  2. Transparency, corporate governance and firm performance in The Netherlands

    NARCIS (Netherlands)

    van Beusichem, Herman Clasinus; de Jong, Abe; DeJong, Douglas; Mertens, Gerard

    2016-01-01

    We explore the relations between transparency, corporate governance, and performance for Dutch exchange-listed firms over 1997-2007. Our measure for transparency is based on annual report information. In 2005 a new accounting standard (IFRS) became mandatory and applicable to the annual reports of

  3. Femtosecond laser induced phenomena in transparent solid materials

    DEFF Research Database (Denmark)

    Tan, D.Z.; Sharafudeen, K.N.; Yue, Yuanzheng

    2016-01-01

    solved, especially concerning the interaction of strong, ultra-short electromagnetic pulses with matter, and also because potential advanced technologies will emerge due to the impressive capability of the intense femtosecond laser to create new material structures and hence functionalities. When......The interaction of intense femtosecond laser pulses with transparent materials is a topic that has caused great interest of scientists over the past two decades. It will continue to be a fascinating field in the coming years. This is because many challenging fundamental problems have not been......–matter interaction, and fabricate various integrated micro-devices. In recent years we have witnessed exciting development in understanding and applying femtosecond laser induced phenomena in transparent materials. The interaction of femtosecond laser pulses with transparent materials relies on non...

  4. Friend or foe: exploiting sensor failures for transparent object localization and classification

    Science.gov (United States)

    Seib, Viktor; Barthen, Andreas; Marohn, Philipp; Paulus, Dietrich

    2017-02-01

    In this work we address the problem of detecting and recognizing transparent objects using depth images from an RGB-D camera. Using this type of sensor usually prohibits the localization of transparent objects since the structured light pattern of these cameras is not reflected by transparent surfaces. Instead, transparent surfaces often appear as undefined values in the resulting images. However, these erroneous sensor readings form characteristic patterns that we exploit in the presented approach. The sensor data is fed into a deep convolutional neural network that is trained to classify and localize drinking glasses. We evaluate our approach with four different types of transparent objects. To our best knowledge, no datasets offering depth images of transparent objects exist so far. With this work we aim at closing this gap by providing our data to the public.

  5. Opaque Transparency: Why California’s Supply Chain Transparency Act is Unenforceable

    Directory of Open Access Journals (Sweden)

    Benjamin Thomas Greer

    2018-03-01

    Full Text Available Traffickers are dynamic, fluid operators; reacting well to consumer demand, under-regulated economic sectors, and easily adapting to exploit weaknesses in prevailing laws. Corporate globalization of storefronts and extensive manufacturing supply chains have contributed to human trafficking becoming the fastest growing criminal enterprise in the world. California’s legislative and social experiments are often models other governments look to for guidance. California is the first government to require businesses to disclose their anti-trafficking supply chain policies to their consumers. Under the California Transparency in Supply Chains Act of 2010 (CATSCA, large retailer sellers must conspicuously disclose on their web site their policies, if any, to detect and fight slave labor within their supply chain. This article explores the requirements of the CATSCA and will examine the legal effectiveness of the California transparency framework. Los traficantes son agentes dinámicos, de gran fluidez: reaccionan bien a la demanda de los consumidores y a los sectores económicos sin regular, y se adaptan fácilmente para explotar las debilidades de las leyes vigentes. La globalización corporativa de los comercios y de las grandes cadenas de suministro ha contribuido a que el tráfico de personas se haya convertido en el negocio criminal de crecimiento más rápido en el mundo. El gobierno de California ha sido el primero en exigir que los negocios revelen a sus clientes su política anti-tráfico. El llamado California Transparency in Supply Chains Act (CATSCA, de 2010, obliga a los mayoristas a publicar en sus sitios web, de forma preeminente, las políticas que siguen - caso de que las tengan - para detectar y combatir el trabajo en esclavitud dentro de su cadena de suministro. Este artículo explora los requisitos del CATSCA y examina la efectividad legal de las normas sobre transparencia de California. DOWNLOAD THIS PAPER FROM SSRN: http

  6. Acoustic transparency in two-dimensional sonic crystals

    Energy Technology Data Exchange (ETDEWEB)

    Sanchez-Dehesa, Jose; Torrent, Daniel [Wave Phenomena Group, Department of Electronic Engineering, Polytechnic University of Valencia, C/ Camino de Vera s/n, E-46022 Valencia (Spain); Cai Liangwu [Department of Mechanical and Nuclear Engineering, Kansas State University, Manhattan, KS 66506 (United States)], E-mail: jsdehesa@upvnet.upv.es

    2009-01-15

    Acoustic transparency is studied in two-dimensional sonic crystals consisting of hexagonal distributions of cylinders with continuously varying properties. The transparency condition is achieved by selectively closing the acoustic bandgaps, which are governed by the structure factor of the cylindrical scatterers. It is shown here that cylindrical scatterers with the proposed continuously varying properties are physically realizable by using metafluids based on sonic crystals. The feasibility of this proposal is analyzed by a numerical experiment based on multiple scattering theory.

  7. Improving the Transparency of IAEA Safeguards Reporting

    International Nuclear Information System (INIS)

    Toomey, Christopher; Hayman, Aaron M.; Wyse, Evan T.; Odlaug, Christopher S.

    2011-01-01

    In 2008, the Standing Advisory Group on Safeguards Implementation (SAGSI) indicated that the International Atomic Energy Agency's (IAEA) Safeguards Implementation Report (SIR) has not kept pace with the evolution of safeguards and provided the IAEA with a set of recommendations for improvement. The SIR is the primary mechanism for providing an overview of safeguards implementation in a given year and reporting on the annual safeguards findings and conclusions drawn by the Secretariat. As the IAEA transitions to State-level safeguards approaches, SIR reporting must adapt to reflect these evolutionary changes. This evolved report will better reflect the IAEA's transition to a more qualitative and information-driven approach, based upon State-as-a-whole considerations. This paper applies SAGSI's recommendations to the development of multiple models for an evolved SIR and finds that an SIR repurposed as a 'safeguards portal' could significantly enhance information delivery, clarity, and transparency. In addition, this paper finds that the 'portal concept' also appears to have value as a standardized information presentation and analysis platform for use by Country Officers, for continuity of knowledge purposes, and the IAEA Secretariat in the safeguards conclusion process. Accompanying this paper is a fully functional prototype of the 'portal' concept, built using commercial software and IAEA Annual Report data.

  8. Transparent electrodes in the terahertz regime – a new approach

    DEFF Research Database (Denmark)

    Malureanu, Radu; Song, Z.; Zalkovskij, Maksim

    We suggest a new possibility for obtaining a transparent metallic film, thus allowing for completely transparent electrodes. By placing a complementary composite layer on top of the electrode, we can cancel the back-scattering of the latter thus obtaining a perfectly transparent structure. For ea...... of fabrication, we performed the first experiments in the THz regime, but the concept is applicable to the entire electromagnetic waves spectrum. We show that the experiments and theory match each other perfectly....

  9. Polyurethanes for potential use in transparent armour investigated using DSC and DMA

    NARCIS (Netherlands)

    Ekeren, P.J. van; Carton, E.P.

    2011-01-01

    A material combination that may be applied as transparent armour is glass-clad polyurethane. These are comprised of a relatively thin glass strike face and a relatively thick (transparent) polyurethane backing layer. Three transparent polyurethane samples were investigated using differential

  10. Price Transparency in the Online Age.

    Science.gov (United States)

    Kaplan, Jonathan L; Mills, Parker H

    2016-05-01

    Plastic surgeons are sometimes hesitant to provide their pricing information online, due to several concerns. However, if implemented right, price transparency can be used as a lead generation tool that provides consumers with the pricing information they want and gives the physician the consumer's contact information for follow-up. This study took place during the author's first year in private practice in a new city. An interactive price transparency platform (ie, cost estimator) was integrated into his website, allowing consumers to submit a "wishlist" of procedures to check pricing on these procedures of interest. However, the consumer must submit their contact information to receive the desired breakdown of costs that are tailored based on the author's medical fees. During that first year, without any advertising expenditure, the author's website received 412 wishlists from 208 unique consumers. Consumers (17.8%) that submitted a wishlist came in for a consultation and 62% of those booked a procedure. The average value of a booked procedure was over US $4000 and cumulatively, all of the leads from this one lead source in that first year generated over US $92,000 in revenue. When compared with non-price-aware patients, price-aware patients were 41% more likely to book a procedure. Price transparency led to greater efficiency and reduced consultations that ended in "sticker shock." When prudently integrated into a medical practice, price transparency can be a great lead generation source for patients that are (1) paying out of pocket for medically necessary services due to a high-deductible health plan or (2) paying for services not typically covered by insurance, such as cosmetic services.

  11. Sovereign Wealth Funds: Issue of transparency

    Directory of Open Access Journals (Sweden)

    Petrović Daliborka

    2015-01-01

    Full Text Available Subject of the paper includes Sovereign Wealth Funds and the formation of the first regulatory framework for their investment activities. Sovereign Wealth Funds invested a significant amount of money in Western financial institutions during the global financial crisis and thus played a crucial role in the preservation and stabilization of the global financial system. However, at the same time, a large gap between the financial power of Sovereign Wealth Funds and the level of their transparency was noted. The need to improve the transparency of Sovereign Wealth Funds has been recognized by international institutions, the OECD and the IMF, which initiated the formulation of the first international regulatory framework regarding the operations of these types of funds. The current international regulatory framework represents a sufficient basis for the gradual improvement of transparency, but because of its non-binding and voluntary nature, certain issues such as the protection of national security interests remain open. Therefore, the solutions can be sought through a process of continuous improvement of international regulation as well as strengthening cooperation between Sovereign Wealth Funds and governments of countries in which they invest.

  12. Transparency for international trade

    Science.gov (United States)

    K. R. Lakin; G. A. Fowler; W. D. Bailey; J. Cavey; P. Lehtonen

    2003-01-01

    U.S. Department of Agriculture - Animal and Plant Health Inspection Service - Plant Protection and Quarantine (USDA-APHIS-PPQ) has developed a Regulated Plant Pest List (RPPL). This provides trading partners with an official list of plant pests of concern to the U.S., along with providing greater transparency of Agency actions.

  13. A Framework for Security Transparency in Cloud Computing

    Directory of Open Access Journals (Sweden)

    Umar Mukhtar Ismail

    2016-02-01

    Full Text Available Individuals and corporate users are persistently considering cloud adoption due to its significant benefits compared to traditional computing environments. The data and applications in the cloud are stored in an environment that is separated, managed and maintained externally to the organisation. Therefore, it is essential for cloud providers to demonstrate and implement adequate security practices to protect the data and processes put under their stewardship. Security transparency in the cloud is likely to become the core theme that underpins the systematic disclosure of security designs and practices that enhance customer confidence in using cloud service and deployment models. In this paper, we present a framework that enables a detailed analysis of security transparency for cloud based systems. In particular, we consider security transparency from three different levels of abstraction, i.e., conceptual, organisation and technical levels, and identify the relevant concepts within these levels. This allows us to provide an elaboration of the essential concepts at the core of transparency and analyse the means for implementing them from a technical perspective. Finally, an example from a real world migration context is given to provide a solid discussion on the applicability of the proposed framework.

  14. Digital photography and transparency-based methods for measuring wound surface area.

    Science.gov (United States)

    Bhedi, Amul; Saxena, Atul K; Gadani, Ravi; Patel, Ritesh

    2013-04-01

    To compare and determine a credible method of measurement of wound surface area by linear, transparency, and photographic methods for monitoring progress of wound healing accurately and ascertaining whether these methods are significantly different. From April 2005 to December 2006, 40 patients (30 men, 5 women, 5 children) admitted to the surgical ward of Shree Sayaji General Hospital, Baroda, had clean as well as infected wound following trauma, debridement, pressure sore, venous ulcer, and incision and drainage. Wound surface areas were measured by these three methods (linear, transparency, and photographic methods) simultaneously on alternate days. The linear method is statistically and significantly different from transparency and photographic methods (P value transparency and photographic methods (P value >0.05). Photographic and transparency methods provided measurements of wound surface area with equivalent result and there was no statistically significant difference between these two methods.

  15. Inventory transparency for agricultural produce through IOT

    Science.gov (United States)

    Srinivasan, S. P.; Sorna Shanthi, D.; Anand, Aashish V.

    2017-06-01

    Re-structuring the practices of traditional inventory management is becoming more essential to optimize the supply chain transparency and accuracy of agricultural produce. A flexible and transparent inventory management system is becoming the need of any agricultural commodity. It was noticed that the major setback for the farmers who are the suppliers of the farm produce is due to poor supply chain integration. The recent advent technologies and IT explosion can bring up a greater impact in the process of storing, tracking, distributing and monitoring perishable agriculture produce of day to day life. The primary focus of this paper is to integrate IoT into inventory management and other inbound logistics management of agriculture produce. The unique features of agricultural produce like a prediction of supply, demand, the location of warehouses, distribution and tracking of inventory can be integrated through IoT. This paper proposes a conceptual framework for inventory management transparency involved in the supply chain of agriculture produce.

  16. Transparency of Magnetized Plasma at Cyclotron Frequency

    International Nuclear Information System (INIS)

    G. Shvets; J.S. Wurtele

    2002-03-01

    Electromagnetic radiation is strongly absorbed by a magnetized plasma if the radiation frequency equals the cyclotron frequency of plasma electrons. It is demonstrated that absorption can be completely canceled in the presence of a magnetostatic field of an undulator or a second radiation beam, resulting in plasma transparency at the cyclotron frequency. This effect is reminiscent of the electromagnetically induced transparency (EIT) of the three-level atomic systems, except that it occurs in a completely classical plasma. Unlike the atomic systems, where all the excited levels required for EIT exist in each atom, this classical EIT requires the excitation of the nonlocal plasma oscillation. The complexity of the plasma system results in an index of refraction at the cyclotron frequency that differs from unity. Lagrangian description was used to elucidate the physics and enable numerical simulation of the plasma transparency and control of group and phase velocity. This control naturally leads to applications for electromagnetic pulse compression in the plasma and electron/ion acceleration

  17. Passive Transparency Compensation for Bilateral Teleoperators with Communication Delays

    Directory of Open Access Journals (Sweden)

    Erick J. Rodríguez-Seda

    2015-01-01

    Full Text Available One of the main challenges in the realization of time-delayed bilateral teleoperators is the stable adaptation of transparency when the remote environmental dynamics are time-varying. In this paper, we propose a bilateral control strategy that passively adjusts the transparency of the system when the slave robot transitions between two different environments. The proposed controller exploits the effect that the wave impedance (a design parameter of the passivity-based scattering transformation has on transparency without comprising closed-loop stability, regardless of time-varying communication delays. To properly adjust transparency, the control scheme smoothly switches the wave impedance parameter between a low value, ideal for free motion, and a sufficiently large value, suited for hard-contact tasks. We show that, by adopting this strategy, the transmitted impedance to the operator approximates more closely the environmental impedance value. Furthermore, we theoretically prove master-slave position coordination and force tracking under different scenarios. Simulation results illustrate the effectiveness of the proposed control strategy.

  18. Transparency of information on eye diseases on the internet.

    Science.gov (United States)

    Lüchtenberg, Marc; Ohrloff, Christian; Schalnus, Rainer

    2009-01-01

    Transparency is an indicator of trustworthiness and quality of health information about eye diseases on the Internet. 20 websites that contained information about eye diseases aimed at the general public were evaluated. A modified Afgis (Aktionsforum Gesundheitsinformationssystem/action forum health information system) project transparency checklist was used. On average, 6.15 +/- 1.68 criteria were fulfilled. All websites maintained separation between advertising and editorial content. Between 80 and 90% of the websites studied contained complete information about the provider, aims and target audience, and feedback from users. The criteria for privacy were met by 70% of websites, 40% met those for currency of content and data, 35% those for methods of quality assurance, 15% those for financing and sponsoring and 0% met the requirements for authors and sources of information. Visually impaired people benefit from transparency, because this facilitates accessibility to web-based health information. Hence, websites containing health information related to eye diseases should meet the demands of transparency. Copyright 2008 S. Karger AG, Basel.

  19. Efficient outdoor performance of esthetic bifacial a-Si:H semi-transparent PV modules

    International Nuclear Information System (INIS)

    Myong, Seung Yeop; Jeon, Sang Won

    2016-01-01

    Highlights: • 1.43 m"2 a-Si:H semi-transparent PV modules with emotionally inoffensive and esthetically pleasing colors are developed. • Seasonal outdoor performance of the developed colorful PV modules is measured and simulated. • The bifacial TBC a-Si:H semi-transparent PV module performs at a superior annual electrical energy output. • An impressive performance ratio of 124.5% is achieved by surpassing a simulated prediction considerably. - Abstract: We developed bifacial transparent back contact (TBC) hydrogenated amorphous silicon (a-Si:H) semi-transparent glass-to-glass photovoltaic (PV) modules with emotionally inoffensive and esthetically pleasing colors have been developed by combining the transparent back contact and color of the back glass. Due to the high series resistance of the transparent back contact, the bifacial TBC a-Si:H semi-transparent PV modules had a lower rated power after light soaking than the monofacial opaque (metal) back contact (OBC) a-Si:H semi-transparent PV modules fabricated using the additional laser scribing patterns. However, the TBC a-Si:H semi-transparent PV module produced a higher annual electrical energy output than the OBC a-Si:H semi-transparent PV module thanks to bifacial power generation during the outdoor field test. In particular, the performance ratio of the TBC a-Si:H semi-transparent PV module measured at the optimal tilt angle of 30° surpassed its simulated prediction by a drastically high value of 124.5%. At a higher tilt angle of 85°, bifacial power generation produced a higher deviation between the measured and simulated annual performance of the TBC a-Si:H semi-transparent PV module. Since the reflected albedo has a tendency to increase toward higher tilt angles, bifacial power generation can compensate for the loss of lower direct plane-of-array irradiation at a higher tilt angle. Therefore, the TBC a-Si:H semi-transparent PV module is suitable for the vertically mounted building integrated

  20. LEARNING NONADJACENT DEPENDENCIES IN PHONOLOGY: TRANSPARENT VOWELS IN VOWEL HARMONY.

    Science.gov (United States)

    Finley, Sara

    2015-03-01

    Nonadjacent dependencies are an important part of the structure of language. While the majority of syntactic and phonological processes occur at a local domain, there are several processes that appear to apply at a distance, posing a challenge for theories of linguistic structure. This article addresses one of the most common nonadjacent phenomena in phonology: transparent vowels in vowel harmony. Vowel harmony occurs when adjacent vowels are required to share the same phonological feature value (e.g. V +F C V +F ). However, transparent vowels create a second-order nonadjacent pattern because agreement between two vowels can 'skip' the transparent neutral vowel in addition to consonants (e.g. V +F C V T -F C V +F ). Adults are shown to display initial learning biases against second-order nonadjacency in experiments that use an artificial grammar learning paradigm. Experiments 1-3 show that adult learners fail to learn the second-order long-distance dependency created by the transparent vowel (as compared to a control condition). In experiments 4-5, training in terms of overall exposure as well as the frequency of relevant transparent items was increased. With adequate exposure, learners reliably generalize to novel words containing transparent vowels. The experiments suggest that learners are sensitive to the structure of phonological representations, even when learning occurs at a relatively rapid pace.

  1. Embedded Ag Grid Electrodes as Current Collector for Ultraflexible Transparent Solid-State Supercapacitor.

    Science.gov (United States)

    Xu, Jian-Long; Liu, Yan-Hua; Gao, Xu; Sun, Yilin; Shen, Su; Cai, Xinlei; Chen, Linsen; Wang, Sui-Dong

    2017-08-23

    Flexible transparent solid-state supercapacitors have attracted immerse attention for the power supply of next-generation flexible "see-through" or "invisible" electronics. For fabrication of such devices, high-performance flexible transparent current collectors are highly desired. In this paper, the utilization of embedded Ag grid transparent conductive electrodes (TCEs) fabricated by a facile soft ultraviolet imprinting lithography method combined with scrap techniques, as the current collector for flexible transparent solid-state supercapacitors, is demonstrated. The embedded Ag grid TCEs exhibit not only excellent optoelectronic properties (R S ∼ 2.0 Ω sq -1 and T ∼ 89.74%) but also robust mechanical properties, which could meet the conductivity, transparency, and flexibility needs of current collectors for flexible transparent supercapacitors. The obtained supercapacitor exhibits large specific capacitance, long cycling life, high optical transparency (T ∼ 80.58% at 550 nm), high flexibility, and high stability. Owing to the embedded Ag grid TCE structure, the device shows a slight capacitance loss of 2.6% even after 1000 cycles of repetitive bending for a bending radius of up to 2.0 mm. This paves the way for developing high-performance current collectors and thus flexible transparent energy storage devices, and their general applicability opens up opportunities for flexible transparent electronics.

  2. Transparent dispersion compensator with built-in gain equalizer

    DEFF Research Database (Denmark)

    Rottwitt, Karsten; Doerr, C.

    2002-01-01

    In this work we describe a method to obtain a transparent or even an amplifying dispersion compensating module with built-in gain equalization functionality. The principle of operation and experimental results are illustrated.......In this work we describe a method to obtain a transparent or even an amplifying dispersion compensating module with built-in gain equalization functionality. The principle of operation and experimental results are illustrated....

  3. Openness and transparency: the road to public confidence

    International Nuclear Information System (INIS)

    Jaczko, G.

    2007-01-01

    This workshop on transparency of Nuclear Regulatory Activities was held from 22 to 24 May 2007, in Tokyo and Tokai-Mura, Japan. The first session was devoted to clarifying the concept of transparency as used in the field of nuclear safety regulation. This document is the presentation of the chairman of the session and offers a global evaluation of the session. (A.L.B.)

  4. Novel transparent and flexible nanocomposite film prepared from chrysotile nanofibres

    Energy Technology Data Exchange (ETDEWEB)

    Liu, Kun, E-mail: kliu@csu.edu.cn [School of Minerals Processing and Bioengineering, Central South University, Changsha 410083 (China); Zhu, Binnan; Feng, Qiming [School of Minerals Processing and Bioengineering, Central South University, Changsha 410083 (China); Duan, Tao [Joint Laboratory for Extreme Conditions Matter Properties, Southwest University of Science and Technology and Research Center of Laser Fusion, CAEP, Mianyang 621010 (China)

    2013-10-01

    In the present study, chrysotile nanofibres, obtained from physicochemical dispersion of natural chrysotile, were used to prepare nanofibre sheets by vacuum filtration. As-prepared sheets were then impregnated by UV-curable resin and cured by ultraviolet light to fabricate the flexible and transparent nanocomposite films. Observed from SEM, the transparent films showed a smooth surface and a typical sandwich structure in cross section, viz. nanofibre sheet filled with resin was sandwiched by two layers of resin. XRD patterns indicated the amorphous nature of cured resin and characteristic crystallographic structure of chrysotile in nanocomposite films. Though the nanofibre sheets were white in colour, and nanofibre contents in nanocomposites were as much as 43.4 wt%, the nanocomposite films displayed an excellent optical transparency with about 85% light transmittance in the visible light range. Tensile tests showed that the addition of nanofibres resulted in a great improvement in mechanical strength of the nanocomposite films; with the increase of nanofibre contents, the modulus and tensile strength of nanocomposite films increased gradually. - Graphical abstract: Photos show the experimental phenomenon. The white nanofibre sheets can be written or printed like paper, and it's very interested that the handwriting is clearly visible from the front and back of the transparent films prepared from nanofibre sheets by vacuum impregnation and UV curing. This phenomenon can be attributed to the increase of transparency of film, which results from the replacement of air interstices in nanofibre sheet by resin with higher refractive index. Visible light can pass easily through the transparent film without obvious loss, but can be apparently adsorbed and scattered by ink particles that adhered to nanofibres and embedded in resin. - Highlights: • A flexible and transparent film is prepared from chrysotile nanofibres. • The nanofibre sheet is sandwiched by two

  5. Novel transparent and flexible nanocomposite film prepared from chrysotile nanofibres

    International Nuclear Information System (INIS)

    Liu, Kun; Zhu, Binnan; Feng, Qiming; Duan, Tao

    2013-01-01

    In the present study, chrysotile nanofibres, obtained from physicochemical dispersion of natural chrysotile, were used to prepare nanofibre sheets by vacuum filtration. As-prepared sheets were then impregnated by UV-curable resin and cured by ultraviolet light to fabricate the flexible and transparent nanocomposite films. Observed from SEM, the transparent films showed a smooth surface and a typical sandwich structure in cross section, viz. nanofibre sheet filled with resin was sandwiched by two layers of resin. XRD patterns indicated the amorphous nature of cured resin and characteristic crystallographic structure of chrysotile in nanocomposite films. Though the nanofibre sheets were white in colour, and nanofibre contents in nanocomposites were as much as 43.4 wt%, the nanocomposite films displayed an excellent optical transparency with about 85% light transmittance in the visible light range. Tensile tests showed that the addition of nanofibres resulted in a great improvement in mechanical strength of the nanocomposite films; with the increase of nanofibre contents, the modulus and tensile strength of nanocomposite films increased gradually. - Graphical abstract: Photos show the experimental phenomenon. The white nanofibre sheets can be written or printed like paper, and it's very interested that the handwriting is clearly visible from the front and back of the transparent films prepared from nanofibre sheets by vacuum impregnation and UV curing. This phenomenon can be attributed to the increase of transparency of film, which results from the replacement of air interstices in nanofibre sheet by resin with higher refractive index. Visible light can pass easily through the transparent film without obvious loss, but can be apparently adsorbed and scattered by ink particles that adhered to nanofibres and embedded in resin. - Highlights: • A flexible and transparent film is prepared from chrysotile nanofibres. • The nanofibre sheet is sandwiched by two

  6. Studies on Enhancing Nuclear Transparency in the Asia-Pacific Region

    International Nuclear Information System (INIS)

    Kawakubo, Y.; Tomikawa, H.

    2015-01-01

    Nuclear transparency is defined as ''a cooperative process of providing information to all interested parties so that they can independently assess the safety, security, and legitimate management of nuclear materials'' by Sandia National Laboratories (SNL). Since the Asia- Pacific region has a broad spectrum of nuclear development underway and planned in the future, nuclear transparency is recognized as essential to provide additional assurance and enhance confidence building in this area. It is expected that elevated nuclear transparency should also supplement International Atomic Energy Agency (IAEA) safeguards. With this recognition, JAEA has committed various studies and activities for enhancing regional nuclear transparency mainly with U.S. Department of Energy (DOE) and its national laboratories. The efforts include concept study, development of secure data transmission technologies at the Experimental Fast Reactor ''Joyo'' for the use of regional nuclear transparency, and support for Council for Security and Cooperation in Asia Pacific (CSCAP) to develop internet-based transparency tools. JAEA also organized several workshops to discuss with stakeholder organizations to build acceptance for transparency tools and activities. Based on the past studies, JAEA, jointly with SNL, Korea Institute of Nuclear Nonproliferation and Control (KINAC) and Korea Atomic Energy Research Institute (KAERI), initiated a new phase of study in 2011 to design and establish an Information Sharing Framework (ISF) which was defined as ''a communication platform on which nuclear nonproliferation experts can provide and/or receive relevant information in a practical and sustainable manner''. During the period of two-year study, partner organizations identified essential elements to establish ISF and developed the requirements. Currently, JAEA and KINAC are planning to implement demonstration of ISF under Asia Pacific

  7. Nuclear Transparency with the gamma + n -> pi- + p Process in 4He

    International Nuclear Information System (INIS)

    Dipangkar Dutta; Feng Xiong; Lingyan Zhu; John Arrington; Todd Averett; Elizabeth Beise; John Calarco; Ting Chang; Jian-Ping Chen; Eugene Chudakov; Marius Coman; Benjamin Clasie; Christopher Crawford; Sonja Dieterich; Frank Dohrmann; Kevin Fissum; Salvatore Frullani; Haiyan Gao; Ronald Gilman; Charles Glashausser; Javier Gomez; Kawtar Hafidi; Jens-Ole Hansen; Douglas Higinbotham; Holt, R.J.; Cornelis De Jager; Xiaochao Zheng; Jiang, X.; Edward Kinney; Kevin Kramer; Gerfried Kumbartzki; John LeRose; Nilanga Liyanage; David Mack; Pete Markowitz; Kathy McCormick; Zein-Eddine Meziani; Robert Michaels; Mitchell, J.; Sirish Nanda; David Potterveld; Ronald Ransome; Paul Reimer; Bodo Reitz; Arunava Saha; Elaine Schulte; Charles Seely; Simon Sirca; Steffen Strauch; Vincent Sulkosky; Branislav Vlahovic; Lawrence Weinstein; Krishni Wijesooriya; Claude Williamson; Bogdan Wojtsekhowski; Hong XIANG; Wang Xu; Zeng, J.

    2003-01-01

    We have measured the nuclear transparency of the fundamental process γ n → π - p in 4 He. These measurements were performed at Jefferson Lab in the photon energy range of 1.6 to 4.5 GeV and at θ cm π = 70 o and 90 o . These measurements are the first of their kind in the study of nuclear transparency in photoreactions. They also provide a benchmark test of Glauber calculations based on traditional models of nuclear physics. The transparency results suggest deviations from the traditional nuclear physics picture. The momentum transfer dependence of the measured nuclear transparency is consistent with Glauber calculations which include the quantum chromodynamics phenomenon of color transparency

  8. Research of Raman spectroscopy to detect subsurface ingredient under non-transparent medium

    International Nuclear Information System (INIS)

    Zhang Xiaohua; Zhang Ji; Zhang Haifeng; Lu Jianxin; Sun Shuying; Wang Leijian; Xu Yongsheng; Wang Xiaojie; Tang Xiuzhang

    2014-01-01

    The measurement and contrast of NaNO 3 powder concealed in opaque/semi-transparent plastic bottles were carried out through conventional Raman spectroscopy configuration and spatially offset Raman spectroscopy configuration individually. The action mechanism why the spatially offset Raman spectroscopy can effectively detect the medium concealed in the non-transparent bottle was analyzed. The detection depth of conventional Raman spectroscopy is small and the ingredient of the subsurface under non-transparent medium can not be detected, and the spatially offset Raman spectroscopy broke through the neck of the conventional Raman spectroscopy detection. The measurement and identification of the substance concealed in the non-transparent medium (opaque/semi-transparent plastic bottle) were realized. (authors)

  9. Corporate transparency in a non-listed environment

    DEFF Research Database (Denmark)

    Schøler, Finn

    Our aim is to examine the reduction of the cost-of-capital in non-listed companies (SME’s) through exercising a high level of corporate accounting transparency. We see a tendency towards greater stakeholder inclusivity, reflecting a shift away from the dominance of agency theory frameworks...... selected sample of 385 Danish annual financial reports (official paper-version). The proxies for transparency involve management commentary , accounting notes, number of text units in management commentary, use of numbers in management commentary and description of accounting practice. Our findings support...

  10. High-Efficiency Graphene Photo Sensor Using a Transparent Electrode

    Institute of Scientific and Technical Information of China (English)

    LIU Tao; HUANG Zheng

    2011-01-01

    We report the first implementation of transparent electrodes in bottom-gate graphene transistors used for photo detection.Compared to conventional nontransparent electrodes,the transparent electrodes allow photons to transmit through to the graphene beneath,providing an enlarged absorption area and thereby giving rise to an enhancement of photocurrent generation.The devices are fabricated with an asymmetric metallization scheme and the experimental results show that the maximum photocurrent density using the transparent electrodes (ITO and Pd/ITO) is over two times higher than that using the nontransparent electrodes (Ti and Pd),indicating a significant enhancement in the performance of graphene photo sensors.Graphene,a single-atomic-layer of carbon atoms with a zero-gap band structure has received great attention recently.[1-4] One promising application of graphene is in high-speed photodetection,owing to its high Fermi velocity (~1/300 of the speed of light),high electrical mobility (200000 cm2/Vs for both electrons and holes) and zero-gap induced wide absorption spectrum (in the visible-to-infrared range).[5,6]%We report the first implementation of transparent electrodes in bottom-gate graphene transistors used for photo detection. Compared to conventional nontransparent electrodes, the transparent electrodes allow photons to transmit through to the graphene beneath, providing an enlarged absorption area and thereby giving rise to an enhancement of photocurrent generation. The devices are fabricated with an asymmetric metallization scheme and the experimental results show that the maximum photocurrent density using the transparent electrodes (ITO and Pd/ITO) is over two times higher than that using the nontransparent electrodes (Ti and Pd), indicating a significant enhancement in the performance of graphene photo sensors.

  11. Pediatric Price Transparency: Still Opaque With Opportunities for Improvement.

    Science.gov (United States)

    Faherty, Laura J; Wong, Charlene A; Feingold, Jordyn; Li, Joan; Town, Robert; Fieldston, Evan; Werner, Rachel M

    2017-10-01

    Price transparency is gaining importance as families' portion of health care costs rise. We describe (1) online price transparency data for pediatric care on children's hospital Web sites and state-based price transparency Web sites, and (2) the consumer experience of obtaining an out-of-pocket estimate from children's hospitals for a common procedure. From 2015 to 2016, we audited 45 children's hospital Web sites and 38 state-based price transparency Web sites, describing availability and characteristics of health care prices and personalized cost estimate tools. Using secret shopper methodology, we called children's hospitals and submitted online estimate requests posing as a self-paying family requesting an out-of-pocket estimate for a tonsillectomy-adenoidectomy. Eight children's hospital Web sites (18%) listed prices. Twelve (27%) provided personalized cost estimate tool (online form n = 5 and/or phone number n = 9). All 9 hospitals with a phone number for estimates provided the estimated patient liability for a tonsillectomy-adenoidectomy (mean $6008, range $2622-$9840). Of the remaining 36 hospitals without a dedicated price estimate phone number, 21 (58%) provided estimates (mean $7144, range $1200-$15 360). Two of 4 hospitals with online forms provided estimates. Fifteen (39%) state-based Web sites distinguished between prices for pediatric and adult care. One had a personalized cost estimate tool. Meaningful prices for pediatric care were not widely available online through children's hospital or state-based price transparency Web sites. A phone line or online form for price estimates were effective strategies for hospitals to provide out-of-pocket price information. Opportunities exist to improve pediatric price transparency. Copyright © 2017 by the American Academy of Pediatrics.

  12. Organic Light-Emitting Diodes on Solution-Processed Graphene Transparent Electrodes

    KAUST Repository

    Wu, Junbo

    2010-01-26

    Theoretical estimates indicate that graphene thin films can be used as transparent electrodes for thin-film devices such as solar cells and organic light-emitting diodes, with an unmatched combination of sheet resistance and transparency. We demonstrate organic light-emitting diodes with solution-processed graphene thin film transparent conductive anodes. The graphene electrodes were deposited on quartz substrates by spincoating of an aqueous dispersion of functionalized graphene, followed by a vacuum anneal step to reduce the sheet resistance. Small molecular weight organic materials and a metal cathode were directly deposited on the graphene anodes, resulting in devices with a performance comparable to control devices on indium-tin-oxide transparent anodes. The outcoupling efficiency of devices on graphene and indium-tin-oxide is nearly identical, in agreement with model predictions. © 2010 American Chemical Society.

  13. Towards Flexible Transparent Electrodes Based on Carbon and Metallic Materials

    Directory of Open Access Journals (Sweden)

    Minghui Luo

    2017-01-01

    Full Text Available Flexible transparent electrodes (FTEs with high stability and scalability are in high demand for the extremely widespread applications in flexible optoelectronic devices. Traditionally, thin films of indium thin oxide (ITO served the role of FTEs, but film brittleness and scarcity of materials limit its further application. This review provides a summary of recent advances in emerging transparent electrodes and related flexible devices (e.g., touch panels, organic light-emitting diodes, sensors, supercapacitors, and solar cells. Mainly focusing on the FTEs based on carbon nanomaterials (e.g., carbon nanotubes and graphene and metal materials (e.g., metal grid and metal nanowires, we discuss the fabrication techniques, the performance improvement, and the representative applications of these highly transparent and flexible electrodes. Finally, the challenges and prospects of flexible transparent electrodes will be summarized.

  14. Transparency of magnetized plasma at the cyclotron frequency

    International Nuclear Information System (INIS)

    Shvets, G.; Wurtele, J.S.

    2002-01-01

    Electromagnetic radiation is strongly absorbed by a magnetized plasma if the radiation frequency equals the cyclotron frequency of plasma electrons. It is demonstrated that absorption can be completely canceled in the presence of a magnetostatic field of an undulator, or a second radiation beam, resulting in plasma transparency at the cyclotron frequency. This effect is reminiscent of the electromagnetically induced transparency (EIT) of three-level atomic systems, except that it occurs in a completely classical plasma. Unlike the atomic systems, where all the excited levels required for EIT exist in each atom, this classical EIT requires the excitation of nonlocal plasma oscillation. A Lagrangian description was used to elucidate the physics of the plasma transparency and control of group and phase velocity. This control leads to applications for electromagnetic pulse compression and electron/ion acceleration

  15. 3 CFR - Transparency and Open Government

    Science.gov (United States)

    2010-01-01

    ... system of transparency, public participation, and collaboration. Openness will strengthen our democracy... public. Government should be participatory. Public engagement enhances the Government's effectiveness and...

  16. Enhancing Transparency in Multidisciplinary Expert Communication

    International Nuclear Information System (INIS)

    Hukki, Kristiina; Pulkkinen, Urho

    2003-01-01

    Faced with problems of public acceptance most nuclear waste management organisations now acknowledge the importance of transparency in their pursuit of solutions for high-level nuclear waste disposal. To make progress the implementing organizations need the trust of other stakeholders in the decision-making process. For such trust these outside stakeholders need knowledge on the grounds for the judgments and decisions made in different scientific and technical disciplines. Transparency is, however, at least as important for the multidisciplinary expert communication itself. As a matter of fact, the transparency of the internal expert interaction processes is a prerequisite for the true transparency of the communication between the implementer and the external stakeholder groups. The introduced conceptual framework has been developed for the identification of the requirements of safety-informed communication in multidisciplinary expert work in nuclear waste management. The framework offers a common thinking model and common concepts which can be utilized in the development of the communication practices. The basis of the framework is on the possibility to understand the safety-critical significance of one's work. The transparency of communication is, for its part, based on making explicit the relevant knowledge necessary for gaining the understanding. This supplementary knowledge, which is related to the substance issues but is not scientific-technical by nature, enhances the experts' awareness of the context of their own contribution and of the background of the other experts' contributions. The common conceptualization and modelling of the knowledge-related dependencies between the tasks make it possible to realize the significance of the supplementary knowledge for transparent communication in actual situations. They also facilitate the recognition of the need for different types of supplementary knowledge in the interfaces between the tasks. By enhancing mutual

  17. Thermal modifications of root transparency and implications for aging: a pilot study.

    Science.gov (United States)

    Gibelli, Daniele; De Angelis, Danilo; Rossetti, Francesca; Cappella, Annalisa; Frustaci, Michela; Magli, Francesca; Mazzarelli, Debora; Mazzucchi, Alessandra; Cattaneo, Cristina

    2014-01-01

    Root transparency has proven to be related to age and has been considered by different odontological methods for age estimation. Very little is known concerning possible variations of root transparency with heat, although the applicability of the method to burnt remains depends on the possible modifications of this specific variable. This pilot study presents the results of an experiment performed on 105 teeth obtained from dental patients and autopsy material, heated in an industrial oven at 50°C, 100°C, 150°C and 200°C. Root transparency was measured before and after the charring experiment. The heating process proved to radically modify root transparency, which decreased in 20% of samples at 50°C, in 34.6% at 100°C, in 50% at 150°C, in 77% at 200°C. The overall correlation index (CI) between decrease in root transparency and increase in temperature amounted to 0.96. These results show that heat may modify root transparency and suggest caution in using methods based on root transparency for age estimation. © 2013 American Academy of Forensic Sciences.

  18. Optical cavity-assisted broadband optical transparency of a plasmonic metal film

    International Nuclear Information System (INIS)

    Liu, Zhengqi; Nie, Yiyou; Yuan, Wen; Liu, Xiaoshan; Huang, Shan; Gao, Huogui; Gu, Gang; Liu, Guiqiang; Chen, Jing

    2015-01-01

    We theoretically present a powerful method to achieve a continuous metal film structure with broadband optical transparency via introducing a dielectric Fabry–Pérot (FP) cavity. An incident optical field could be efficiently coupled and confined with the strong localized plasmons by the non-close-packed plasmonic crystal at the input part and could then become re-radiated output via the transmission channel supported by the dielectric cavity. The formed photonic-plasmonic system could therefore make the seamless metal film structure have a superior near-unity transparency (up to 97%) response and a broadband transparent spectrum with bandwidth >245 nm (with transmittance >90%) in the optical regime. The observed optical properties of the proposed structure can be highly tuned via varying the structural parameters. Based on the colloidal assembly method, the proposed plasmonic crystal can be fabricated in a large area. In addition, the achieved optical transparency can be retained in the extremely roughed metal film structure. Thereby, the findings could offer a feasible way to achieve a broadband transparent metal film structure and hold potential applications in transparent electrodes, touch screens and interactive electronics. (paper)

  19. Measurement of transparency ratios for protons from short-range correlated pairs

    Science.gov (United States)

    Hen, O.; Hakobyan, H.; Shneor, R.; Piasetzky, E.; Weinstein, L. B.; Brooks, W. K.; May-Tal Beck, S.; Gilad, S.; Korover, I.; Beck, A.; Adhikari, K. P.; Aghasyan, M.; Amaryan, M. J.; Anefalos Pereira, S.; Arrington, J. R.; Baghdasaryan, H.; Ball, J.; Battaglieri, M.; Batourine, V.; Bedlinskiy, I.; Biselli, A. S.; Bono, J.; Boiarinov, S.; Briscoe, W. J.; Burkert, V. D.; Carman, D. S.; Celentano, A.; Chandavar, S.; Cole, P. L.; Contalbrigo, M.; Crede, V.; D'Angelo, A.; Dashyan, N.; De Vita, R.; De Sanctis, E.; Deur, A.; Djalali, C.; Dodge, G. E.; Doughty, D.; Dupre, R.; Egiyan, H.; El Alaoui, A.; El Fassi, L.; Eugenio, P.; Fedotov, G.; Fegan, S.; Fleming, J. A.; Gabrielyan, M. Y.; Gevorgyan, N.; Gilfoyle, G. P.; Giovanetti, K. L.; Girod, F. X.; Goetz, J. T.; Gohn, W.; Golovatch, E.; Gothe, R. W.; Griffioen, K. A.; Guo, L.; Hafidi, K.; Harrison, N.; Heddle, D.; Hicks, K.; Holtrop, M.; Hyde, C. E.; Ilieva, Y.; Ireland, D. G.; Ishkhanov, B. S.; Isupov, E. L.; Jo, H. S.; Joo, K.; Keller, D.; Khandaker, M.; Khetarpal, P.; Kim, A.; Klein, F. J.; Koirala, S.; Kubarovsky, A.; Kubarovsky, V.; Kuhn, S. E.; Livingston, K.; Lu, H. Y.; MacGregor, I. J. D.; Martinez, D.; Mayer, M.; McKinnon, B.; Mineeva, T.; Mokeev, V.; Montgomery, R. A.; Moutarde, H.; Munevar, E.; Munoz Camacho, C.; Mustapha, B.; Nadel-Turonski, P.; Nasseripour, R.; Niccolai, S.; Niculescu, G.; Niculescu, I.; Osipenko, M.; Ostrovidov, A. I.; Pappalardo, L. L.; Paremuzyan, R.; Park, K.; Park, S.; Pasyuk, E.; Phelps, E.; Phillips, J. J.; Pisano, S.; Pivnyuk, N.; Pogorelko, O.; Pozdniakov, S.; Price, J. W.; Procureur, S.; Protopopescu, D.; Puckett, A. J. R.; Raue, B. A.; Rimal, D.; Ripani, M.; Ritchie, B. G.; Rosner, G.; Rossi, P.; Sabatié, F.; Saini, M. S.; Schott, D.; Schumacher, R. A.; Seraydaryan, H.; Sharabian, Y. G.; Smith, G. D.; Sober, D. I.; Sokhan, D.; Stepanyan, S. S.; Stepanyan, S.; Strauch, S.; Taiuti, M.; Tang, W.; Taylor, C. E.; Tian, Ye; Tkachenko, S.; Ungaro, M.; Vernarsky, B.; Vlassov, A.; Voskanyan, H.; Voutier, E.; Walford, N. K.; Watts, D. P.; Wood, M. H.; Zachariou, N.; Zana, L.; Zhang, J.; Zheng, X.; Zonta, I.

    2013-05-01

    Nuclear transparency, Tp (A), is a measure of the average probability for a struck proton to escape the nucleus without significant re-interaction. Previously, nuclear transparencies were extracted for quasi-elastic A (e ,e‧ p) knockout of protons with momentum below the Fermi momentum, where the spectral functions are well known. In this Letter we extract a novel observable, the transparency ratio, Tp (A) /Tp(12 C), for knockout of high-missing-momentum protons from the breakup of short-range correlated pairs (2N-SRC) in Al, Fe and Pb nuclei relative to C. The ratios were measured at momentum transfer Q2 ⩾ 1.5(GeV /c) 2 and xB ⩾ 1.2 where the reaction is expected to be dominated by electron scattering from 2N-SRC. The transparency ratios of the knocked-out protons coming from 2N-SRC breakup are 20-30% lower than those of previous results for low missing momentum. They agree with Glauber calculations and agree with renormalization of the previously published transparencies as proposed by recent theoretical investigations. The new transparencies scale as A - 1 / 3, which is consistent with dominance of scattering from nucleons at the nuclear surface.

  20. Measuring nuclear transparency from exclusive vector meson production in lepton-nucleus scattering

    International Nuclear Information System (INIS)

    Fang, G.Y.

    1994-01-01

    Preliminary results on the measurement of nuclear transparencies from exclusive ρ 0 meson production from E665 at Fermilab are reported. The data were collected on hydrogen, deuterium, carbon, calcium, and lead targets with a mean beam energy of 470 GeV. Increases in the transparencies are observed in both coherent and incoherent production channels as the virtuality of the photon increases, as expected of color transparency. Ideas of systematic studies of color transparency in exclusive vector meson production at CEBAF are discussed

  1. Energy transparency by business intelligence; Energietransparenz durch Business Intelligence

    Energy Technology Data Exchange (ETDEWEB)

    Flieder, Karl [Academia Nova, Schwechat (Austria). Business Process Management and Engineering

    2012-10-15

    The efficiency of energy is one of several key performance parameters, when it comes to the questions how innovative and economical a plant operates compared to its competitors. However, in order to evaluate energy saving potentials in the industry, we need transparency first: A clear picture of the energy consumption based on products and processes. This transparency can be accomplished through business intelligence (BI). This term encompasses analytical processes and tools that can help to transform enterprise data and information into applied knowledge. In this article, we focus on transparency of the energy consumption through a targeted analysis by making use of business intelligence.

  2. Q2 Dependence of Nuclear Transparency for Incoherent ρ0 Electroproduction

    International Nuclear Information System (INIS)

    John Arrington; Frank Dohrmann; Ahmed El Alaoui; Don Geesaman; Kawtar Hafidi; Roy Holt; Harold Jackson; David Potterveld; Brahim Mustapha; Paul Reimer; Elaine Schulte; Krishni Wijesooriya; Maurik Holtrop; Jacques Ball; Michel Garcon; Jean Laget; Franck Sabatie; Michel Guidal; Latifa Elouadrhiri; Borissov, A.; Wolfgang Lorenzon; Stepan Stepanyan; Lawrence Weinstein

    2002-01-01

    Measurements of exclusive incoherent electroproduction of ρ 0 (770) meson from 2 D, 12 C, and 63 Cu targets up to Q 2 = 4 GeV 2 are proposed using the CLAS detector. The objective of these measurements is to determine the Q 2 dependence of the nuclear transparency ratio for the two nuclear targets: 12 C and 63 Cu at fixed coherence length of quark-antiquark fluctuations of the virtual photon. A sizeable rise of the nuclear transparency is predicted and can be measured in this experiment. A relatively large increase of the nuclear transparency can be considered as a signature of the onset of color transparency

  3. Organic Light-Emitting Diodes on Solution-Processed Graphene Transparent Electrodes

    KAUST Repository

    Wu, Junbo; Agrawal, Mukul; Becerril, Héctor A.; Bao, Zhenan; Liu, Zunfeng; Chen, Yongsheng; Peumans, Peter

    2010-01-01

    Theoretical estimates indicate that graphene thin films can be used as transparent electrodes for thin-film devices such as solar cells and organic light-emitting diodes, with an unmatched combination of sheet resistance and transparency. We

  4. Bioinspired Transparent Laminated Composite Film for Flexible Green Optoelectronics.

    Science.gov (United States)

    Lee, Daewon; Lim, Young-Woo; Im, Hyeon-Gyun; Jeong, Seonju; Ji, Sangyoon; Kim, Yong Ho; Choi, Gwang-Mun; Park, Jang-Ung; Lee, Jung-Yong; Jin, Jungho; Bae, Byeong-Soo

    2017-07-19

    Herein, we report a new version of a bioinspired chitin nanofiber (ChNF) transparent laminated composite film (HCLaminate) made of siloxane hybrid materials (hybrimers) reinforced with ChNFs, which mimics the nanofiber-matrix structure of hierarchical biocomposites. Our HCLaminate is produced via vacuum bag compressing and subsequent UV-curing of the matrix resin-impregnated ChNF transparent paper (ChNF paper). It is worthwhile to note that this new type of ChNF-based transparent substrate film retains the strengths of the original ChNF paper and compensates for ChNF paper's drawbacks as a flexible transparent substrate. As a result, compared with high-performance synthetic plastic films, such as poly(ethylene terephthalate), poly(ether sulfone), poly(ethylene naphthalate), and polyimide, our HCLaminate is characterized to exhibit extremely smooth surface topography, outstanding optical clarity, high elastic modulus, high dimensional stability, etc. To prove our HCLaminate as a substrate film, we use it to fabricate flexible perovskite solar cells and a touch-screen panel. As far as we know, this work is the first to demonstrate flexible optoelectronics, such as flexible perovskite solar cells and a touch-screen panel, actually fabricated on a composite film made of ChNF. Given its desirable macroscopic properties, we envision our HCLaminate being utilized as a transparent substrate film for flexible green optoelectronics.

  5. Budgetary Structure as a Determinant in Measuring Fiscal Transparency

    Directory of Open Access Journals (Sweden)

    Benito Furtado Mota

    2017-08-01

    Full Text Available National and International research studies often relate fiscal transparency to political, socio-economic and fiscal variables. Therefore, this study seeks to analyze how budget execution (revenues and expenses influence active fiscal transparency in municipalities in the state of Paraiba. Thus, Focco-PB (Forum on Fighting Corruption Paraíba reports were analyzed, with a view to identifying the  Active Fiscal Transparency Index in Paraíba’s municipalities in relation to this study’s dependent variable. Subsequently, independent variables were collected (intergovernmental transfer revenue, individual per capita revenue, spending on human resources, education and health in the TCE / PB database. Initially, a Pearson correlation test was performed and later an analysis of panel data  with a fixed effect. Furthermore, descriptive analyses of the dependent variables in relation to data for the years 2013, 2014 and 2015 were conducted. The results suggest that Income from Transfers and Health Expenditure  reflected a negative relation with respect to the Active Fiscal Transparency Index whilst (ITFA Individual Income Per Capita and Spending on Human Resources indicate a positive relation.   As proposed in this study, it can be concluded that most of the variables studied and which make up budgetary structure impact on the Active Fiscal Transparency Index in Paraíba’s municipalities.

  6. Transparent ceramics for armor and EM window applications

    OpenAIRE

    Patel, Parimal J.; Gilde, Gary A.; Dehmer, Peter G.; McCauley, James W.

    2000-01-01

    Recently, the U.S. Army Research Laboratory (ARL) has focused increased attention on the development of transparent armor material systems for a variety of applications. Future combat and non-combat environments will require lightweight, threat adjustable, multifunctional, and affordable armor. Current glass/polycarbonate technologies are not expected to meet the increased requirements. Results over the past few years indicate that the use of transparent crystalline ceramics greatly improve t...

  7. Demystifying patient price estimates. The advantages of transparency.

    Science.gov (United States)

    Kane, Cheri S; Harvey, Gayla

    2015-05-01

    With the increase of high-deductible health plans, more consumers want to know the cost of their health care before they purchase services. A healthcare organization should formulate transparent price policies that: Fit with its intentions, processes, and goals. Ensure consumers are thoroughly educated about their financial responsibilities. Include the use of consumer pricing tools that help patients feel like empowered consumers. Reflect an enterprisewide culture of transparency.

  8. Development and applications of transparent conductive nanocellulose paper

    OpenAIRE

    Li, Shaohui; Lee, Pooi See

    2017-01-01

    Abstract Increasing attention has been paid to the next generation of ‘green’ electronic devices based on renewable nanocellulose, owing to its low roughness, good thermal stability and excellent optical properties. Various proof-of-concept transparent nanopaper-based electronic devices have been fabricated; these devices exhibit excellent flexibility, bendability and even foldability. In this review, we summarize the recent progress of transparent nanopaper that uses different types of nanoc...

  9. Camuflagem e transparência

    Directory of Open Access Journals (Sweden)

    Maria de Fátima de A. Silveira

    2000-06-01

    Full Text Available O ensaio estabelece, a partir da compreensão de ELIADE, analogias entre alguns símbolos universais e os rituais de morte desenvolvidos pela Enfermagem, desnudando a camuflagem ali existente e apontando sua transparência como forma de enriquecer a prática profissional, beneficiando cuidadora(es e sujeitos do cuidado.

  10. Camuflagem e transparência

    Directory of Open Access Journals (Sweden)

    Maria de Fátima de A. Silveira

    Full Text Available O ensaio estabelece, a partir da compreensão de ELIADE, analogias entre alguns símbolos universais e os rituais de morte desenvolvidos pela Enfermagem, desnudando a camuflagem ali existente e apontando sua transparência como forma de enriquecer a prática profissional, beneficiando cuidadora(es e sujeitos do cuidado.

  11. Measuring nuclear transparency from exclusive vector meson production in lepton-nucleus scattering

    Energy Technology Data Exchange (ETDEWEB)

    Fang, G.Y. [Harvard Univ., Cambridge, MA (United States)

    1994-04-01

    Preliminary results on the measurement of nuclear transparencies from exclusive {rho}{sup 0} meson production from E665 at Fermilab are reported. The data were collected on hydrogen, deuterium, carbon, calcium, and lead targets with a mean beam energy of 470 GeV. Increases in the transparencies are observed in both coherent and incoherent production channels as the virtuality of the photon increases, as expected of color transparency. Ideas of systematic studies of color transparency in exclusive vector meson production at CEBAF are discussed.

  12. Transparent Conductive Ink for Additive Manufacturing

    Science.gov (United States)

    Patlan, X. J.; Rolin, T. D.

    2017-01-01

    NASA analyzes, tests, packages, and fabricates electrical, electronic, and electromechanical (EEE) parts. Nanotechnology is listed in NASA's Technology Roadmap as a key area to invest for further development.1 This research project focused on using nanotechnology to improve electroluminescent lighting in terms of additive manufacturing and to increase energy efficiency. Specifically, this project's goal was to produce a conductive but transparent printable ink that can be sprayed on any surface for use as one of the electrodes in electroluminescent device design. This innovative work is known as thick film dielectric electroluminescent (TDEL) technology. TDEL devices are used for "backlighting, illumination, and identification due to their tunable color output, scalability, and efficiency" (I.K. Small, T.D. Rolin, and A.D. Shields, "3D Printed Electroluminescent Light Panels," NASA Fiscal Year 2017 Center Innovation Fund Proposal, unpublished data, 2017). These devices use a 'front-to-back' printing method, where the substrate is the transparent layer, and the dielectric and phosphor are layered on top. This project is a first step in the process of creating a 3D printable 'back-to-front' electroluminescent device. Back-to-front 3D-printed devices are beneficial because they can be printed onto different substrates and embedded in different surfaces, and the substrate is not required to be transparent, all because the light is emitted from the top surface through the transparent conductor. Advances in this area will help further development of printing TDEL devices on an array of different surfaces. Figure 1 demonstrates the layering of the two electrodes that are aligned in a parallel plate capacitor structure (I.K. Small, T.D. Rolin, and A.D. Shields, "3D Printed Electroluminescent Light Panels," NASA Fiscal Year 2017 Center Innovation Fund Proposal, unpublished data, 2017). Voltage is applied across the device, and the subsequent electron excitation results in

  13. Electromagnetically Induced Transparency In Rydberg Atomic Medium

    Science.gov (United States)

    Deng, Li; Cong, Lu; Chen, Ai-Xi

    2018-03-01

    Due to possessing big principal quantum number, Rydberg atom has some unique properties, for example: its radiative lifetime is long, dipole moment is large, and interaction between atoms is strong and so on. These properties make one pay attention to Rydberg atoms. In this paper we investigate the effects of Rydberg dipole-dipole interactions on electromagnetically induced transparency (EIT) schemes and group velocity in three-level systems of ladder type, which provides theoretical foundation for exploring the linear and nonlinear characteristics of light in a Rydberg electromagnetically-induced-transparency medium.

  14. Transparent oxide electronics from materials to devices

    CERN Document Server

    Martins, Rodrigo; Barquinha, Pedro; Pereira, Luis

    2012-01-01

    Transparent electronics is emerging as one of the most promising technologies for the next generation of electronic products, away from the traditional silicon technology. It is essential for touch display panels, solar cells, LEDs and antistatic coatings. The book describes the concept of transparent electronics, passive and active oxide semiconductors, multicomponent dielectrics and their importance for a new era of novel electronic materials and products. This is followed by a short history of transistors, and how oxides have revolutionized this field. It concludes with a glance at lo

  15. Analysis of Local Financial Management Transparency Based on Websites on Local Government in Java

    Directory of Open Access Journals (Sweden)

    Anissa Adriana

    2018-03-01

    Full Text Available The aim of this research is to analyze financial management transparency of local governments in Java using scoring and rating. The financial management transparency of the local governments is scored based on presentation of local financial information uploaded on each local government’s official website in Jawa in the fiscal years 2016.This research is a qualitative research with the object of research is all local government in Java. Data analysis in two levels, namely the transparency of local government financial management and identification of local government characteristics based on transparency of financial management. Data analysis in two levels, namely the transparency of local government financial management and identification of local government characteristics based on transparency of financial management. The results show that the Special Capital Region of Jakarta obtained the highest transparency index, at 58, 02% whereas Madiun Regency received the lowest transparency index, at 3, 40%. The average transparency index in Jawa for the fiscal years 2016 was still low, at only 19, 59%.The conclusion of this research is that Java regional governments consider the transparency of local financial management using less important websites because it is considered as a better thing not delivered to the public.

  16. Nuclear transparency in 90 deg.c.m. quasielastic A(p,2p) reactions

    International Nuclear Information System (INIS)

    Aclander, J.; Alster, J.; Kosonovsky, I.; Malki, A.; Mardor, I.; Mardor, Y.; Navon, I.; Piasetzky, E.; Asryan, G.; Barton, D.S.; Buktoyarova, N.; Bunce, G.; Carroll, A.S.; Gushue, S.; Makdisi, Y.I.; Roser, T.; Tanaka, M.; Averiche, Y.; Panebratsev, Y.; Shimanskiy, S.

    2004-01-01

    We summarize the results of two experimental programs at the Alternating Gradient Synchrotron of BNL to measure the nuclear transparency of nuclei measured in the A(p,2p) quasielastic scattering process near 90 deg. in the pp center of mass. The incident momenta varied from 5.9 to 14.4 GeV/c, corresponding to 4.8 2 2 . Taking into account the motion of the target proton in the nucleus, the effective incident momenta extended from 5.0 to 15.8 GeV/c. First, we describe the measurements with the newer experiment, E850, which had more complete kinematic definition of quasielastic events. E850 covered a larger range of incident momenta, and thus provided more information regarding the nature of the energy dependence of the nuclear transparency. In E850 the angular dependence of the nuclear transparency near 90 deg. and the nuclear transparency deuterons were studied. Second, we review the techniques used in an earlier experiment, E834, and show that the two experiments are consistent for the carbon data. E834 also determines the nuclear transparencies for lithium, aluminum, copper, and lead nuclei as well as for carbon. A determination of the (π + ,π + p) transparencies is also reported. We find for both E850 and E834 that the A(p,2p) nuclear transparency, unlike that for A(e,e ' p) nuclear transparency, is incompatible with a constant value versus energy as predicted by Glauber calculations. The A(p,2p) nuclear transparency for carbon and aluminum increases by a factor of two between 5.9 and 9.5 GeV/c incident proton momentum. At its peak the A(p,2p) nuclear transparency is ∼80% of the constant A(e,e ' p) nuclear transparency. Then the nuclear transparency falls back to a value at least as small as that at 5.9 GeV/c, and is compatible with the Glauber level again. This oscillating behavior is generally interpreted as an interplay between two components of the pN scattering amplitude; one short ranged and perturbative, and the other long ranged and strongly absorbed

  17. Transparent doesn't always make it right

    Energy Technology Data Exchange (ETDEWEB)

    Frishman, S. [Nevada Agency for Nuclear Projects, Carson City, NV (United States)

    1999-12-01

    The increasing drive for transparency in risk assessment, performance assessment, and decision-making in the controversial area of nuclear waste management has its foundation in the desire to foster the assumption that, if the outcome of the process is a clear result of the fully exposed contributory elements, then that outcome must be accepted as correct. This is in stark contrast to the general need for transparency in any analysis or decision process - to give the outcome credibility. Transparency in the nuclear waste decision arena is being cast as an end in itself, rather than as a tool to shape the product of the assessment or decision process. It is not enough to permit knowledge of exactly what was done to arrive at a particular result, since at best, this only leads to reproducibility. The challenge is to expose why certain steps or assumptions were chosen for pursuit, and what suites of relevant steps or assumptions were rejected and why. It is also important to demonstrate that the trail to the product - the assessment or decision - is complete. In the nuclear waste management field, the complete scope of the assessment or decision process is not always fully exposed because it does not include the assumptions that initiated the process or the possible consequences of the product. In both instances, this failure can serve to limit the steps or assumptions pursued in the process. This paper will describe and discuss examples from the nuclear waste management field and the U.S. high-level nuclear waste program that illustrate the need for transparency, but also demonstrate that transparency does not always lead to an acceptable product.

  18. Water-based metamaterial absorbers for optical transparency and broadband microwave absorption

    Science.gov (United States)

    Pang, Yongqiang; Shen, Yang; Li, Yongfeng; Wang, Jiafu; Xu, Zhuo; Qu, Shaobo

    2018-04-01

    Naturally occurring water is a promising candidate for achieving broadband absorption. In this work, by virtue of the optically transparent character of the water, the water-based metamaterial absorbers (MAs) are proposed to achieve the broadband absorption at microwave frequencies and optical transparence simultaneously. For this purpose, the transparent indium tin oxide (ITO) and polymethyl methacrylate (PMMA) are chosen as the constitutive materials. The water is encapsulated between the ITO backed plate and PMMA, serving as the microwave loss as well as optically transparent material. Numerical simulations show that the broadband absorption with the efficiency over 90% in the frequency band of 6.4-30 GHz and highly optical transparency of about 85% in the visible region can be achieved and have been well demonstrated experimentally. Additionally, the proposed water-based MA displays a wide-angle absorption performance for both TE and TM waves and is also robust to the variations of the structure parameters, which is much desired in a practical application.

  19. The properties of transparent TiO2 films for Schottky photodetector

    Directory of Open Access Journals (Sweden)

    Sung-Ho Park

    2017-08-01

    Full Text Available In this data, the properties of transparent TiO2 film for Schottky photodetector are presented for the research article, entitled as “High-performing transparent photodetectors based on Schottky contacts” (Patel et al., 2017 [1]. The transparent photoelectric device was demonstrated by using various Schottky metals, such as Cu, Mo and Ni. This article mainly shows the optical transmittance of the Ni-transparent Schottky photodetector, analyzed by the energy dispersive spectroscopy and interfacial TEM images for transparency to observe the interface between NiO and TiO2 film. The observation and analyses clearly show that no pinhole formation in the TiO2 film by Ni diffusion. The rapid thermal process is an effective way to form the quality TiO2 film formation without degradation, such as pinholes (Qiu et al., 2015 [2]. This thermal process may apply to form functional metal oxide layers for solar cells and photodetectors.

  20. Effect of annealing over optoelectronic properties of graphene based transparent electrodes

    Energy Technology Data Exchange (ETDEWEB)

    Yadav, Shriniwas, E-mail: sniwas89@gmail.com; Kaur, Inderpreet, E-mail: inderpreety@yahoo.co.in [Academy of Scientific and Innovative Research- Central Scientific Instruments Organisation (AcSIR-CSIO), Sector-30C, Chandigarh (India); Council of Scientific and Industrial Research- Central Scientific Instruments Organisation (CSIR-CSIO), Sector-30C, Chandigarh (India)

    2016-04-13

    Graphene, an atom–thick two dimensional graphitic material have led various fundamental breakthroughs in the field of science and technology. Due to their exceptional optical, physical and electrical properties, graphene based transparent electrodes have shown several applications in organic light emitting diodes, solar cells and thin film transistors. Here, we are presenting effect of annealing over optoelectronic properties of graphene based transparent electrodes. Graphene based transparent electrodes have been prepared by wet chemical approach over glass substrates. After fabrication, these electrodes tested for optical transmittance in visible region. Sheet resistance was measured using four probe method. Effect of thermal annealing at 200 °C was studied over optical and electrical performance of these electrodes. Optoelectronic performance was judged from ratio of direct current conductivity to optical conductivity (σ{sub dc}/σ{sub opt}) as a figure of merit for transparent conductors. The fabricated electrodes display good optical and electrical properties. Such electrodes can be alternatives for doped metal oxide based transparent electrodes.