WorldWideScience

Sample records for program architectural slicing

  1. Architectural slicing

    DEFF Research Database (Denmark)

    Christensen, Henrik Bærbak; Hansen, Klaus Marius

    2013-01-01

    Architectural prototyping is a widely used practice, con- cerned with taking architectural decisions through experiments with light- weight implementations. However, many architectural decisions are only taken when systems are already (partially) implemented. This is prob- lematic in the context...... of architectural prototyping since experiments with full systems are complex and expensive and thus architectural learn- ing is hindered. In this paper, we propose a novel technique for harvest- ing architectural prototypes from existing systems, \\architectural slic- ing", based on dynamic program slicing. Given...... a system and a slicing criterion, architectural slicing produces an architectural prototype that contain the elements in the architecture that are dependent on the ele- ments in the slicing criterion. Furthermore, we present an initial design and implementation of an architectural slicer for Java....

  2. A survey of program slicing for software engineering

    Science.gov (United States)

    Beck, Jon

    1993-01-01

    This research concerns program slicing which is used as a tool for program maintainence of software systems. Program slicing decreases the level of effort required to understand and maintain complex software systems. It was first designed as a debugging aid, but it has since been generalized into various tools and extended to include program comprehension, module cohesion estimation, requirements verification, dead code elimination, and maintainence of several software systems, including reverse engineering, parallelization, portability, and reuse component generation. This paper seeks to address and define terminology, theoretical concepts, program representation, different program graphs, developments in static slicing, dynamic slicing, and semantics and mathematical models. Applications for conventional slicing are presented, along with a prognosis of future work in this field.

  3. Experimental demonstration of spectrum-sliced elastic optical path network (SLICE).

    Science.gov (United States)

    Kozicki, Bartłomiej; Takara, Hidehiko; Tsukishima, Yukio; Yoshimatsu, Toshihide; Yonenaga, Kazushige; Jinno, Masahiko

    2010-10-11

    We describe experimental demonstration of spectrum-sliced elastic optical path network (SLICE) architecture. We employ optical orthogonal frequency-division multiplexing (OFDM) modulation format and bandwidth-variable optical cross-connects (OXC) to generate, transmit and receive optical paths with bandwidths of up to 1 Tb/s. We experimentally demonstrate elastic optical path setup and spectrally-efficient transmission of multiple channels with bit rates ranging from 40 to 140 Gb/s between six nodes of a mesh network. We show dynamic bandwidth scalability for optical paths with bit rates of 40 to 440 Gb/s. Moreover, we demonstrate multihop transmission of a 1 Tb/s optical path over 400 km of standard single-mode fiber (SMF). Finally, we investigate the filtering properties and the required guard band width for spectrally-efficient allocation of optical paths in SLICE.

  4. An overview of 5G network slicing architecture

    Science.gov (United States)

    Chen, Qiang; Wang, Xiaolei; Lv, Yingying

    2018-05-01

    With the development of mobile communication technology, the traditional single network model has been unable to meet the needs of users, and the demand for differentiated services is increasing. In order to solve this problem, the fifth generation of mobile communication technology came into being, and as one of the key technologies of 5G, network slice is the core technology of network virtualization and software defined network, enabling network slices to flexibly provide one or more network services according to users' needs[1]. Each slice can independently tailor the network functions according to the requirements of the business scene and the traffic model and manage the layout of the corresponding network resources, to improve the flexibility of network services and the utilization of resources, and enhance the robustness and reliability of the whole network [2].

  5. TEACHING CAD PROGRAMMING TO ARCHITECTURE STUDENTS

    Directory of Open Access Journals (Sweden)

    Maria Gabriela Caffarena CELANI

    2008-11-01

    Full Text Available The objective of this paper is to discuss the relevance of including the discipline of computer programming in the architectural curriculum. To do so I start by explaining how computer programming has been applied in other educational contexts with pedagogical success, describing Seymour Papert's principles. After that, I summarize the historical development of CAD and provide three historical examples of educational applications of computer programming in architecture, followed by a contemporary case that I find of particular relevance. Next, I propose a methodology for teaching programming for architects that aims at improving the quality of designs by making their concepts more explicit. This methodology is based on my own experience teaching computer programming for architecture students at undergraduate and graduate levels at the State University of Campinas, Brazil. The paper ends with a discussion about the role of programming nowadays, when most CAD software are user-friendly and do not require any knowledge of programming for improving performance. I conclude that the introduction of programming in the CAD curriculum within a proper conceptual framework may transform the concept of architectural education. Key-words: Computer programming; computer-aided design; architectural education.

  6. Computer programming and architecture the VAX

    CERN Document Server

    Levy, Henry

    2014-01-01

    Takes a unique systems approach to programming and architecture of the VAXUsing the VAX as a detailed example, the first half of this book offers a complete course in assembly language programming. The second describes higher-level systems issues in computer architecture. Highlights include the VAX assembler and debugger, other modern architectures such as RISCs, multiprocessing and parallel computing, microprogramming, caches and translation buffers, and an appendix on the Berkeley UNIX assembler.

  7. Resource slicing in virtual wireless networks: a survey

    OpenAIRE

    Richart, Matias; Baliosian De Lazzari, Javier Ernesto; Serrat Fernández, Juan; Gorricho Moreno, Juan Luis

    2016-01-01

    New architectural and design approaches for radio access networks have appeared with the introduction of network virtualization in the wireless domain. One of these approaches splits the wireless network infrastructure into isolated virtual slices under their own management, requirements, and characteristics. Despite the advances in wireless virtualization, there are still many open issues regarding the resource allocation and isolation of wireless slices. Because of the dynamics and share...

  8. Program Execution on Reconfigurable Multicore Architectures

    Directory of Open Access Journals (Sweden)

    Sanjiva Prasad

    2016-06-01

    Full Text Available Based on the two observations that diverse applications perform better on different multicore architectures, and that different phases of an application may have vastly different resource requirements, Pal et al. proposed a novel reconfigurable hardware approach for executing multithreaded programs. Instead of mapping a concurrent program to a fixed architecture, the architecture adaptively reconfigures itself to meet the application's concurrency and communication requirements, yielding significant improvements in performance. Based on our earlier abstract operational framework for multicore execution with hierarchical memory structures, we describe execution of multithreaded programs on reconfigurable architectures that support a variety of clustered configurations. Such reconfiguration may not preserve the semantics of programs due to the possible introduction of race conditions arising from concurrent accesses to shared memory by threads running on the different cores. We present an intuitive partial ordering notion on the cluster configurations, and show that the semantics of multithreaded programs is always preserved for reconfigurations "upward" in that ordering, whereas semantics preservation for arbitrary reconfigurations can be guaranteed for well-synchronised programs. We further show that a simple approximate notion of efficiency of execution on the different configurations can be obtained using the notion of amortised bisimulations, and extend it to dynamic reconfiguration.

  9. A Microkernel Architecture for Constraint Programming

    OpenAIRE

    Michel, Laurent; Van Hentenryck, Pascal

    2014-01-01

    This paper presents a microkernel architecture for constraint programming organized around a number of small number of core functionalities and minimal interfaces. The architecture contrasts with the monolithic nature of many implementations. Experimental results indicate that the software engineering benefits are not incompatible with runtime efficiency.

  10. Programming parallel architectures: The BLAZE family of languages

    Science.gov (United States)

    Mehrotra, Piyush

    1988-01-01

    Programming multiprocessor architectures is a critical research issue. An overview is given of the various approaches to programming these architectures that are currently being explored. It is argued that two of these approaches, interactive programming environments and functional parallel languages, are particularly attractive since they remove much of the burden of exploiting parallel architectures from the user. Also described is recent work by the author in the design of parallel languages. Research on languages for both shared and nonshared memory multiprocessors is described, as well as the relations of this work to other current language research projects.

  11. Information management architecture for an integrated computing environment for the Environmental Restoration Program. Environmental Restoration Program, Volume 3, Interim technical architecture

    International Nuclear Information System (INIS)

    1994-09-01

    This third volume of the Information Management Architecture for an Integrated Computing Environment for the Environmental Restoration Program--the Interim Technical Architecture (TA) (referred to throughout the remainder of this document as the ER TA)--represents a key milestone in establishing a coordinated information management environment in which information initiatives can be pursued with the confidence that redundancy and inconsistencies will be held to a minimum. This architecture is intended to be used as a reference by anyone whose responsibilities include the acquisition or development of information technology for use by the ER Program. The interim ER TA provides technical guidance at three levels. At the highest level, the technical architecture provides an overall computing philosophy or direction. At this level, the guidance does not address specific technologies or products but addresses more general concepts, such as the use of open systems, modular architectures, graphical user interfaces, and architecture-based development. At the next level, the technical architecture provides specific information technology recommendations regarding a wide variety of specific technologies. These technologies include computing hardware, operating systems, communications software, database management software, application development software, and personal productivity software, among others. These recommendations range from the adoption of specific industry or Martin Marietta Energy Systems, Inc. (Energy Systems) standards to the specification of individual products. At the third level, the architecture provides guidance regarding implementation strategies for the recommended technologies that can be applied to individual projects and to the ER Program as a whole

  12. Slice sensitivity profiles and pixel noise of multi-slice CT in comparison with single-slice CT

    International Nuclear Information System (INIS)

    Schorn, C.; Obenauer, S.; Funke, M.; Hermann, K.P.; Kopka, L.; Grabbe, E.

    1999-01-01

    Purpose: Presentation and evaluation of slice sensitivity profile and pixel noise of multi-slice CT in comparison to single-slice CT. Methods: Slice sensitivity profiles and pixel noise of a multi-slice CT equiped with a 2D matrix detector array and of a single-slice CT were evaluated in phantom studies. Results: For the single-slice CT the width of the slice sensitivity profiles increased with increasing pitch. In spite of a much higher table speed the slice sensitivity profiles of multi-slice CT were narrower and did not increase with higher pitch. Noise in single-slice CT was independent of pitch. For multi-slice CT noise increased with higher pitch and for the higher pitch decreased slightly with higher detector row collimation. Conclusions: Multi-slice CT provides superior z-resolution and higher volume coverage speed. These qualities fulfill one of the prerequisites for improvement of 3D postprocessing. (orig.) [de

  13. Programming parallel architectures - The BLAZE family of languages

    Science.gov (United States)

    Mehrotra, Piyush

    1989-01-01

    This paper gives an overview of the various approaches to programming multiprocessor architectures that are currently being explored. It is argued that two of these approaches, interactive programming environments and functional parallel languages, are particularly attractive, since they remove much of the burden of exploiting parallel architectures from the user. This paper also describes recent work in the design of parallel languages. Research on languages for both shared and nonshared memory multiprocessors is described.

  14. A COMPUTER APPLICATION FOR THE ARCHITECTURAL PROGRAM DEVELOPMENT IN DESIGN EDUCATION

    Directory of Open Access Journals (Sweden)

    Daniel de Carvalho Moreira

    2012-02-01

    Full Text Available The development of the architectural program in the design studio faces several difficulties. The purpose of the program is to describe the conditions where the building being designed will operate; this requires a lot of information and organization. Due to its complexity, the architetural program definition in the disciplines of design is often simplified. This article discusses such issue and proposes a computer application (SINFORMA that gathers information about the building and the theme of the project in order to develop the architectural program based on structures proposed by bibliographic references. The SINFORMA is composed by a framework which includes a data base and modules which analyze and organize functional requirements, according to the Problem Seeking method and the contemporary values of architecture enumerated by Hershberger. It is discussed how the application can be applied in design education and how it offers students a practical approach and a comprehensive data analysis for the design of built environment. Keywords: Architectural programming, Architectural design, Education.

  15. Program information architecture/document hierarchy

    International Nuclear Information System (INIS)

    Woods, T.W.

    1991-09-01

    The Nuclear Waste Management System (NWMS) Management Systems Improvement Strategy (MSIS) (DOE 1990) requires that the information within the computer program and information management system be ordered into a precedence hierarchy for consistency. Therefore, the US Department of Energy (DOE). Office of Civilian Radioactive Waste Management (OCRWM) requested Westinghouse Hanford Company to develop a plan for NWMS program information which the MSIS calls a document hierarchy. This report provides the results of that effort and describes the management system as a ''program information architecture.'' 3 refs., 3 figs

  16. Implications of Structured Programming for Machine Architecture

    NARCIS (Netherlands)

    Tanenbaum, A.S.

    1978-01-01

    Based on an empirical study of more than 10,000 lines of program text written in a GOTO-less language, a machine architecture specifically designed for structured programs is proposed. Since assignment, CALL, RETURN, and IF statements together account for 93 percent of all executable statements,

  17. 77 FR 58141 - Public Buildings Service; Information Collection; Art-in-Architecture Program National Artist...

    Science.gov (United States)

    2012-09-19

    ... Buildings Service; Information Collection; Art-in- Architecture Program National Artist Registry (GSA Form... Information Collection 3090- 0274, Art-in-Architecture Program National Artist Registry (GSA Form 7437), by... corresponds with ``Information Collection 3090-0274, Art-in- Architecture Program National Artist Registry...

  18. Tumor Slice Culture: A New Avatar in Personalized Oncology

    Science.gov (United States)

    2017-09-01

    AWARD NUMBER: W81XWH-16-1-0149 TITLE: Tumor Slice Culture: A New Avatar in Personalized Oncology PRINCIPAL INVESTIGATOR: Raymond Yeung...CONTRACT NUMBER Tumor Slice Culture: A New Avatar in Personalized Oncology 5b. GRANT NUMBER W81XWH-16-1-0149 5c. PROGRAM ELEMENT NUMBER 6. AUTHOR(S...10 Annual Report 2017: Tumor Slice Culture: A new avatar for personalized oncology 1. INTRODUCTION: The goal of this research is to advance our

  19. SONATINA-2V: a computer program for seismic analysis of the two-dimensional vertical slice HTGR core

    International Nuclear Information System (INIS)

    Ikushima, Takeshi

    1982-07-01

    A computer program SONATINA-2V has been developed for predicting the behavior of a two-dimensional vertical slice HTGR core under seismic excitation. SONATINA-2V is a general two-dimensional computer program capable of analyzing the vertical slice HTGR core with the permanent side reflector blocks and its restraint structures. In the analytical model, each block is treated as rigid body and is restrained by dowel pins which restrict relative horizontal movement but allow vertical and rocking motions between upper and lower blocks. Coulomb friction is taken into account between blocks and between dowel pin and hole. A spring dashpot model is used for the collision process between adjacent blocks. The core support structure is represented by a single block. The computer program SONATINA-2V is capable of analyzing the core behavior for an excitation input applied simultaneously to both vertical and horizontal directions. Analytical results obtained from SONATINA-2V are compared with experimental results and are found to be in good agreement. The computer program can thus be used to predict with a good accuracy the behavior of the HTGR core under seismic excitation. In the present report are given, the theoretical formulation of the analytical model, a user's manual to describe the input and output format, and sample problems. (author)

  20. Measurement of slice sensitivity profile for a 64-slice spiral CT system

    International Nuclear Information System (INIS)

    Liu Chuanya; Qin Weichang; Wang Wei; Lu Chuanyou

    2006-01-01

    Objective: To measure and evaluate slice sensitivity profile (SSP) and the full width at half-maximum(FWHM) for a 64-slice spiral CT system. Methods: Using the same CT technique and body mode as those used for clinical CT, delta phantom was scanned with Somatom Sensation 64-slice spiral CT. SSPs and FWHM were measured both with reconstruction slice width of 0.6 mm at pitch=0.50, 0.75, 1.00, 1.25, 1.50 and with reconstruction slice width of 0.6, 1.0, 1.5 mm at pitch=1 respectively. Results: For normal slice width of 0. 6 mm, the measured FWHM, i.e. effective slice width, is 0.67, 0.67, 0.66, 0.69, 0.69 mm at different pitch. All the measured FWHM deviate less than 0.1 mm from the nominal slice width. The measured SSPs are symmetrical, bell-shaped curves without far-reaching tails, and show only slight variations as a function of the spiral pitch. When reconstruction slice width increase, relative SSP become wider. Conclusions: The variation of pitch hardly has effect all on SSP, effective slice width, and z-direction spatial resolution for Sensation 64-slice spiral CT system, which is helpful to optimize CT scanning protocol. (authors)

  1. Light Water Reactor Sustainability Program. Digital Architecture Requirements

    Energy Technology Data Exchange (ETDEWEB)

    Thomas, Kenneth [Idaho National Lab. (INL), Idaho Falls, ID (United States); Oxstrand, Johanna [Idaho National Lab. (INL), Idaho Falls, ID (United States)

    2015-03-01

    The Digital Architecture effort is a part of the Department of Energy (DOE) sponsored Light-Water Reactor Sustainability (LWRS) Program conducted at Idaho National Laboratory (INL). The LWRS program is performed in close collaboration with industry research and development (R&D) programs that provides the technical foundations for licensing and managing the long-term, safe, and economical operation of current nuclear power plants (NPPs). One of the primary missions of the LWRS program is to help the U.S. nuclear industry adopt new technologies and engineering solutions that facilitate the continued safe operation of the plants and extension of the current operating licenses. Therefore, a major objective of the LWRS program is the development of a seamless digital environment for plant operations and support by integrating information from plant systems with plant processes for nuclear workers through an array of interconnected technologies. In order to get the most benefits of the advanced technology suggested by the different research activities in the LWRS program, the nuclear utilities need a digital architecture in place to support the technology. A digital architecture can be defined as a collection of information technology (IT) capabilities needed to support and integrate a wide-spectrum of real-time digital capabilities for nuclear power plant performance improvements. It is not hard to imagine that many processes within the plant can be largely improved from both a system and human performance perspective by utilizing a plant wide (or near plant wide) wireless network. For example, a plant wide wireless network allows for real time plant status information to easily be accessed in the control room, field workers’ computer-based procedures can be updated based on the real time plant status, and status on ongoing procedures can be incorporated into smart schedules in the outage command center to allow for more accurate planning of critical tasks. The goal

  2. Architecture and Design in eXtreme Programming; Introducing "Developer Stories"

    DEFF Research Database (Denmark)

    Jensen, Rolf Njor; Møller, Thomas; Sönder, Peter

    2006-01-01

    This article introduces a new practice to eXtreme Programming (XP): Developer stories. The goal of these stories and their creation process is to incorporate architectural planning to XP thus ensuring a viable architecture. By conducting a small development project using XP, we find that establis...

  3. Thick Slice and Thin Slice Teaching Evaluations

    Science.gov (United States)

    Tom, Gail; Tong, Stephanie Tom; Hesse, Charles

    2010-01-01

    Student-based teaching evaluations are an integral component to institutions of higher education. Previous work on student-based teaching evaluations suggest that evaluations of instructors based upon "thin slice" 30-s video clips of them in the classroom correlate strongly with their end of the term "thick slice" student evaluations. This study's…

  4. Real-Time MENTAT programming language and architecture

    Science.gov (United States)

    Grimshaw, Andrew S.; Silberman, Ami; Liu, Jane W. S.

    1989-01-01

    Real-time MENTAT, a programming environment designed to simplify the task of programming real-time applications in distributed and parallel environments, is described. It is based on the same data-driven computation model and object-oriented programming paradigm as MENTAT. It provides an easy-to-use mechanism to exploit parallelism, language constructs for the expression and enforcement of timing constraints, and run-time support for scheduling and exciting real-time programs. The real-time MENTAT programming language is an extended C++. The extensions are added to facilitate automatic detection of data flow and generation of data flow graphs, to express the timing constraints of individual granules of computation, and to provide scheduling directives for the runtime system. A high-level view of the real-time MENTAT system architecture and programming language constructs is provided.

  5. Look and Do Ancient Greece. Teacher's Manual: Primary Program, Greek Art & Architecture [and] Workbook: The Art and Architecture of Ancient Greece [and] K-4 Videotape. History through Art and Architecture.

    Science.gov (United States)

    Luce, Ann Campbell

    This resource, containing a teacher's manual, reproducible student workbook, and a color teaching poster, is designed to accompany a 21-minute videotape program, but may be adapted for independent use. Part 1 of the program, "Greek Architecture," looks at elements of architectural construction as applied to Greek structures, and…

  6. Outline and handling manual of experimental data time slice monitoring software 'SLICE'

    International Nuclear Information System (INIS)

    Shirai, Hiroshi; Hirayama, Toshio; Shimizu, Katsuhiro; Tani, Keiji; Azumi, Masafumi; Hirai, Ken-ichiro; Konno, Satoshi; Takase, Keizou.

    1993-02-01

    We have developed a software 'SLICE' which maps various kinds of plasma experimental data measured at the different geometrical position of JT-60U and JFT-2M onto the equilibrium magnetic configuration and treats them as a function of volume averaged minor radius ρ. Experimental data can be handled uniformly by using 'SLICE'. Plenty of commands of 'SLICE' make it easy to process the mapped data. The experimental data measured as line integrated values are also transformed by Abel inversion. The mapped data are fitted to a functional form and saved to the database 'MAPDB'. 'SLICE' can read the data from 'MAPDB' and re-display and transform them. Still more 'SLICE' creates run data of orbit following Monte-Carlo code 'OFMC' and tokamak predictive and interpretation code system 'TOPICS'. This report summarizes an outline and the usage of 'SLICE'. (author)

  7. Towards Implementation of a Generalized Architecture for High-Level Quantum Programming Language

    Science.gov (United States)

    Ameen, El-Mahdy M.; Ali, Hesham A.; Salem, Mofreh M.; Badawy, Mahmoud

    2017-08-01

    This paper investigates a novel architecture to the problem of quantum computer programming. A generalized architecture for a high-level quantum programming language has been proposed. Therefore, the programming evolution from the complicated quantum-based programming to the high-level quantum independent programming will be achieved. The proposed architecture receives the high-level source code and, automatically transforms it into the equivalent quantum representation. This architecture involves two layers which are the programmer layer and the compilation layer. These layers have been implemented in the state of the art of three main stages; pre-classification, classification, and post-classification stages respectively. The basic building block of each stage has been divided into subsequent phases. Each phase has been implemented to perform the required transformations from one representation to another. A verification process was exposed using a case study to investigate the ability of the compiler to perform all transformation processes. Experimental results showed that the efficacy of the proposed compiler achieves a correspondence correlation coefficient about R ≈ 1 between outputs and the targets. Also, an obvious achievement has been utilized with respect to the consumed time in the optimization process compared to other techniques. In the online optimization process, the consumed time has increased exponentially against the amount of accuracy needed. However, in the proposed offline optimization process has increased gradually.

  8. The Critical Approach of ‘Plug’ in Re-Conceptualisation of Architectural Program

    Directory of Open Access Journals (Sweden)

    Bahar Beslioglu

    2014-03-01

    Full Text Available This paper explores the issue of ‘plug’ in designing program within particular experimental studies in architecture. There was what could be called a critical ‘elaboration’ of program in Archigram’s 1964 ‘Plug-In’ City project, while intriguingly the critical approach taken in the 2001 ‘Un-Plug’ project of Francois Roche and Stephanie Lavaux hinted at a ‘re-evaluation’ of ‘plug’ related to program in architecture. The embedded criticism and creative programmatic suggestions in both projects will be discussed from the point of view of using the accumulated urbanscape as a potential for contemplation, a theme that has also been elaborated, both theoretically and experimentally, by the artist/architect Gordon Matta-Clark in his 1978 ‘Balloon Housing’ project. These experimentations - about the ‘plug’ - need to be discussed in order to understand their contributions as traceable sources to program issue in contemporary architecture.

  9. The effects of slice thickness and reconstructive parameters on VR image quality in multi-slice CT

    International Nuclear Information System (INIS)

    Gao Zhenlong; Wang Qiang; Liu Caixia

    2005-01-01

    Objective: To explore the effects of slice thickness, reconstructive thickness and reconstructive interval on VR image quality in multi-slice CT, in order to select the best slice thickness and reconstructive parameters for the imaging. Methods: Multi-slice CT scan was applied on a rubber dinosaur model with different slice thickness. VR images were reconstructed with different reconstructive thickness and reconstructive interval. Five radiologists were invited to evaluate the quality of the images without knowing anything about the parameters. Results: The slice thickness, reconstructive thickness and reconstructive interval did have effects on VR image quality and the effective degree was different. The effective coefficients were V 1 =1413.033, V 2 =563.733, V 3 =390.533, respectively. The parameters interacted with the others (P<0.05). The smaller of those parameters, the better of the image quality. With a small slice thickness and a reconstructive slice equal to slice thickness, the image quality had no obvious difference when the reconstructive interval was 1/2, 1/3, 1/4 of the slice thickness. Conclusion: A relative small scan slice thickness, a reconstructive slice equal to slice thickness and a reconstructive interval 1/2 of the slice thickness should be selected for the best VR image quality. The image quality depends mostly on the slice thickness. (authors)

  10. Adaptation of Microplate-based Respirometry for Hippocampal Slices and Analysis of Respiratory Capacity

    Science.gov (United States)

    Schuh, Rosemary A.; Clerc, Pascaline; Hwang, Hyehyun; Mehrabian, Zara; Bittman, Kevin; Chen, Hegang; Polster, Brian M.

    2011-01-01

    Multiple neurodegenerative disorders are associated with altered mitochondrial bioenergetics. Although mitochondrial O2 consumption is frequently measured in isolated mitochondria, isolated synaptic nerve terminals (synaptosomes), or cultured cells, the absence of mature brain circuitry is a remaining limitation. Here we describe the development of a method that adapts the Seahorse Extracellular Flux Analyzer (XF24) for the microplate-based measurement of hippocampal slice O2 consumption. As a first evaluation of the technique, we compared whole slice bioenergetics to previous measurements made with synaptosomes or cultured neurons. We found that mitochondrial respiratory capacity and O2 consumption coupled to ATP synthesis could be estimated in cultured or acute hippocampal slices with preserved neural architecture. Mouse organotypic hippocampal slices oxidizing glucose displayed mitochondrial O2 consumption that was well-coupled, as determined by the sensitivity to the ATP synthase inhibitor oligomycin. However stimulation of respiration by uncoupler was modest (<120% of basal respiration) compared to previous measurements in cells or synaptosomes, although enhanced slightly (to ~150% of basal respiration) by the acute addition of the mitochondrial complex I-linked substrate pyruvate. These findings suggest a high basal utilization of respiratory capacity in slices and a limitation of glucose-derived substrate for maximal respiration. The improved throughput of microplate-based hippocampal respirometry over traditional O2 electrode-based methods is conducive to neuroprotective drug screening. When coupled with cell type-specific pharmacology or genetic manipulations, the ability to efficiently measure O2 consumption from whole slices should advance our understanding of mitochondrial roles in physiology and neuropathology. PMID:21520220

  11. Architectural programming for the workplace and the careplace.

    Science.gov (United States)

    Easter, James G

    2002-01-01

    Sensitive planning and architectural design will impact long-term costs and daily operations. At the same time, the quality of the total environment has a direct impact on the patient, the family and the staff. These needs should be carefully balanced with the emotions of the patient, the care partner (parent, husband, wife or guardian) and those of the clinical team (physicians, nurses and staff). This article addresses the first step in the process; the master plan and then focuses in detail on one aspect of the architectural work referred to as architectural programming. The key to the process is selecting the best team of consultants, following the steps carefully, involving the client at every appropriate milestone along the way and asking the right questions. With this experienced team on board; following the proper steps, listening carefully to the answers and observing the daily process one can expect a successful product.

  12. DOD Business Systems Modernization: Military Departments Need to Strengthen Management of Enterprise Architecture Programs

    National Research Council Canada - National Science Library

    Hite, Randolph C; Johnson, Tonia; Eagle, Timothy; Epps, Elena; Holland, Michael; Lakhmani, Neela; LaPaza, Rebecca; Le, Anh; Paintsil, Freda

    2008-01-01

    .... Our framework for managing and evaluating the status of architecture programs consists of 31 core elements related to architecture governance, content, use, and measurement that are associated...

  13. Ripple artifact reduction using slice overlap in slice encoding for metal artifact correction.

    Science.gov (United States)

    den Harder, J Chiel; van Yperen, Gert H; Blume, Ulrike A; Bos, Clemens

    2015-01-01

    Multispectral imaging (MSI) significantly reduces metal artifacts. Yet, especially in techniques that use gradient selection, such as slice encoding for metal artifact correction (SEMAC), a residual ripple artifact may be prominent. Here, an analysis is presented of the ripple artifact and of slice overlap as an approach to reduce the artifact. The ripple artifact was analyzed theoretically to clarify its cause. Slice overlap, conceptually similar to spectral bin overlap in multi-acquisition with variable resonances image combination (MAVRIC), was achieved by reducing the selection gradient and, thus, increasing the slice profile width. Time domain simulations and phantom experiments were performed to validate the analyses and proposed solution. Discontinuities between slices are aggravated by signal displacement in the frequency encoding direction in areas with deviating B0. Specifically, it was demonstrated that ripple artifacts appear only where B0 varies both in-plane and through-plane. Simulations and phantom studies of metal implants confirmed the efficacy of slice overlap to reduce the artifact. The ripple artifact is an important limitation of gradient selection based MSI techniques, and can be understood using the presented simulations. At a scan-time penalty, slice overlap effectively addressed the artifact, thereby improving image quality near metal implants. © 2014 Wiley Periodicals, Inc.

  14. Enterprise architecture evaluation using architecture framework and UML stereotypes

    Directory of Open Access Journals (Sweden)

    Narges Shahi

    2014-08-01

    Full Text Available There is an increasing need for enterprise architecture in numerous organizations with complicated systems with various processes. Support for information technology, organizational units whose elements maintain complex relationships increases. Enterprise architecture is so effective that its non-use in organizations is regarded as their institutional inability in efficient information technology management. The enterprise architecture process generally consists of three phases including strategic programing of information technology, enterprise architecture programing and enterprise architecture implementation. Each phase must be implemented sequentially and one single flaw in each phase may result in a flaw in the whole architecture and, consequently, in extra costs and time. If a model is mapped for the issue and then it is evaluated before enterprise architecture implementation in the second phase, the possible flaws in implementation process are prevented. In this study, the processes of enterprise architecture are illustrated through UML diagrams, and the architecture is evaluated in programming phase through transforming the UML diagrams to Petri nets. The results indicate that the high costs of the implementation phase will be reduced.

  15. Criteria for Evaluating Alternative Network and Link Layer Protocols for the NASA Constellation Program Communication Architecture

    Science.gov (United States)

    Benbenek, Daniel; Soloff, Jason; Lieb, Erica

    2010-01-01

    Selecting a communications and network architecture for future manned space flight requires an evaluation of the varying goals and objectives of the program, development of communications and network architecture evaluation criteria, and assessment of critical architecture trades. This paper uses Cx Program proposed exploration activities as a guideline; lunar sortie, outpost, Mars, and flexible path options are described. A set of proposed communications network architecture criteria are proposed and described. They include: interoperability, security, reliability, and ease of automating topology changes. Finally a key set of architecture options are traded including (1) multiplexing data at a common network layer vs. at the data link layer, (2) implementing multiple network layers vs. a single network layer, and (3) the use of a particular network layer protocol, primarily IPv6 vs. Delay Tolerant Networking (DTN). In summary, the protocol options are evaluated against the proposed exploration activities and their relative performance with respect to the criteria are assessed. An architectural approach which includes (a) the capability of multiplexing at both the network layer and the data link layer and (b) a single network layer for operations at each program phase, as these solutions are best suited to respond to the widest array of program needs and meet each of the evaluation criteria.

  16. Portable Device Slices Thermoplastic Prepregs

    Science.gov (United States)

    Taylor, Beverly A.; Boston, Morton W.; Wilson, Maywood L.

    1993-01-01

    Prepreg slitter designed to slit various widths rapidly by use of slicing bar holding several blades, each capable of slicing strip of preset width in single pass. Produces material evenly sliced and does not contain jagged edges. Used for various applications in such batch processes involving composite materials as press molding and autoclaving, and in such continuous processes as pultrusion. Useful to all manufacturers of thermoplastic composites, and in slicing B-staged thermoset composites.

  17. System engineering in the Nuclear Regulatory Commission licensing process: Program architecture process and structure

    International Nuclear Information System (INIS)

    Romine, D.T.

    1989-01-01

    In October 1987, the U.S. Nuclear Regulatory Commission (NRC) established the Center for Nuclear Waste Regulatory Analyses at Southwest Research Institute in San Antonio, Texas. The overall mission of the center is to provide a sustained level of high-quality research and technical assistance in support of NRC regulatory responsibilities under the Nuclear Waste Policy Act (NWPA). A key part of that mission is to assist the NRC in the development of the program architecture - the systems approach to regulatory analysis for the NRC high-level waste repository licensing process - and the development and implementation of the computer-based Program Architecture Support System (PASS). This paper describes the concept of program architecture, summarizes the process and basic structure of the PASS relational data base, and describes the applications of the system

  18. Fresh Slice Self-Seeding and Fresh Slice Harmonic Lasing at LCLS

    Energy Technology Data Exchange (ETDEWEB)

    Amann, J.W. [SLAC National Accelerator Lab., Menlo Park, CA (United States)

    2018-04-01

    We present results from the successful demonstration of fresh slice self-seeding at the Linac Coherent Light Source (LCLS).* The performance is compared with SASE and regular self-seeding at photon energy of 5.5 keV, resulting in a relative average brightness increase of a factor of 12 and a factor of 2 respectively. Following this proof-of-principle we discuss the forthcoming plans to use the same technique** for fresh slice harmonic lasing in an upcoming experiment. The demonstration of fresh slice harmonic lasing provides an attractive solution for future XFELs aiming to achieve high efficiency, high brightness X-ray pulses at high photon energies (>12 keV).***

  19. Flat slices in Minkowski space

    Science.gov (United States)

    Murchadha, Niall Ó.; Xie, Naqing

    2015-03-01

    Minkowski space, flat spacetime, with a distance measure in natural units of d{{s}2}=-d{{t}2}+d{{x}2}+d{{y}2}+d{{z}2}, or equivalently, with spacetime metric diag(-1, +1, +1, +1), is recognized as a fundamental arena for physics. The Poincaré group, the set of all rigid spacetime rotations and translations, is the symmetry group of Minkowski space. The action of this group preserves the form of the spacetime metric. Each t = constant slice of each preferred coordinate system is flat. We show that there are also nontrivial non-singular representations of Minkowski space with complete flat slices. If the embedding of the flat slices decays appropriately at infinity, the only flat slices are the standard ones. However, if we remove the decay condition, we find non-trivial flat slices with non-vanishing extrinsic curvature. We write out explicitly the coordinate transformation to a frame with such slices.

  20. Effects of Temperature and Slice Thickness on Drying Kinetics of Pumpkin Slices

    OpenAIRE

    Kongdej LIMPAIBOON

    2011-01-01

    Dried pumpkin slice is an alternative crisp food product. In this study, the effects of temperature and slice thickness on the drying characteristics of pumpkin were studied in a lab-scale tray dryer, using hot air temperatures of 55, 60 and 65 °C and 2, 3 and 4 mm slice thickness at a constant air velocity of 1.5 m/s. The initial moisture content of the pumpkin samples was 900.5 % (wb). The drying process was carried out until the final moisture content of product was 100.5 % (wb). The resul...

  1. A slicing-based approach for locating type errors

    NARCIS (Netherlands)

    T.B. Dinesh; F. Tip (Frank)

    1998-01-01

    htmlabstractThe effectiveness of a type checking tool strongly depends on the accuracy of the positional information that is associated with type errors. We present an approach where the location associated with an error message e is defined as a slice P_e of the program P being type checked. We

  2. A slicing-based approach for locating type errors

    NARCIS (Netherlands)

    T.B. Dinesh; F. Tip (Frank)

    1998-01-01

    textabstractThe effectiveness of a type checking tool strongly depends on the accuracy of the positional information that is associated with type errors. We present an approach where the location associated with an error message e is defined as a slice P_e of the program P being type checked. We

  3. Designing Domain-Specific Heterogeneous Architectures from Dataflow Programs

    Directory of Open Access Journals (Sweden)

    Süleyman Savas

    2018-04-01

    Full Text Available The last ten years have seen performance and power requirements pushing computer architectures using only a single core towards so-called manycore systems with hundreds of cores on a single chip. To further increase performance and energy efficiency, we are now seeing the development of heterogeneous architectures with specialized and accelerated cores. However, designing these heterogeneous systems is a challenging task due to their inherent complexity. We proposed an approach for designing domain-specific heterogeneous architectures based on instruction augmentation through the integration of hardware accelerators into simple cores. These hardware accelerators were determined based on their common use among applications within a certain domain.The objective was to generate heterogeneous architectures by integrating many of these accelerated cores and connecting them with a network-on-chip. The proposed approach aimed to ease the design of heterogeneous manycore architectures—and, consequently, exploration of the design space—by automating the design steps. To evaluate our approach, we enhanced our software tool chain with a tool that can generate accelerated cores from dataflow programs. This new tool chain was evaluated with the aid of two use cases: radar signal processing and mobile baseband processing. We could achieve an approximately 4 × improvement in performance, while executing complete applications on the augmented cores with a small impact (2.5–13% on area usage. The generated accelerators are competitive, achieving more than 90% of the performance of hand-written implementations.

  4. SONATINA-2H: a computer program for seismic analysis of the two-dimensional horizontal slice HTGR core

    International Nuclear Information System (INIS)

    Ikushima, Takeshi

    1990-02-01

    A Computer program SONATINA-2H has been developed for predicting the behavior of a two-dimensional horizontal HTGR core under seismic excitation. SONATINA-2H is a general two-dimensional computer program capable of analyzing the horizontal slice HTGR core with the fixed side reflector blocks and its restraint structures and the core support structure. In the analytical model, each block is treated as a rigid body and represent one column of the reactor core and is connected to the core support structure by means of column springs and viscous dampers. A single dashpot model is used for the collision process between adjacent blocks. The core support structure is represented by a single block. The computer program SONATINA-2H is capable of analyzing the core behavior for an excitation input applied simultaneously in two mutually perpendicular horizontal directions. In the present report are given, the theoretical formulation of the analytical model, an user's manual to describe the input and output format and sample problems. (author)

  5. Performance evaluation of scientific programs on advanced architecture computers

    International Nuclear Information System (INIS)

    Walker, D.W.; Messina, P.; Baille, C.F.

    1988-01-01

    Recently a number of advanced architecture machines have become commercially available. These new machines promise better cost-performance then traditional computers, and some of them have the potential of competing with current supercomputers, such as the Cray X/MP, in terms of maximum performance. This paper describes an on-going project to evaluate a broad range of advanced architecture computers using a number of complete scientific application programs. The computers to be evaluated include distributed- memory machines such as the NCUBE, INTEL and Caltech/JPL hypercubes, and the MEIKO computing surface, shared-memory, bus architecture machines such as the Sequent Balance and the Alliant, very long instruction word machines such as the Multiflow Trace 7/200 computer, traditional supercomputers such as the Cray X.MP and Cray-2, and SIMD machines such as the Connection Machine. Currently 11 application codes from a number of scientific disciplines have been selected, although it is not intended to run all codes on all machines. Results are presented for two of the codes (QCD and missile tracking), and future work is proposed

  6. The virtual slice setup.

    Science.gov (United States)

    Lytton, William W; Neymotin, Samuel A; Hines, Michael L

    2008-06-30

    In an effort to design a simulation environment that is more similar to that of neurophysiology, we introduce a virtual slice setup in the NEURON simulator. The virtual slice setup runs continuously and permits parameter changes, including changes to synaptic weights and time course and to intrinsic cell properties. The virtual slice setup permits shocks to be applied at chosen locations and activity to be sampled intra- or extracellularly from chosen locations. By default, a summed population display is shown during a run to indicate the level of activity and no states are saved. Simulations can run for hours of model time, therefore it is not practical to save all of the state variables. These, in any case, are primarily of interest at discrete times when experiments are being run: the simulation can be stopped momentarily at such times to save activity patterns. The virtual slice setup maintains an automated notebook showing shocks and parameter changes as well as user comments. We demonstrate how interaction with a continuously running simulation encourages experimental prototyping and can suggest additional dynamical features such as ligand wash-in and wash-out-alternatives to typical instantaneous parameter change. The virtual slice setup currently uses event-driven cells and runs at approximately 2 min/h on a laptop.

  7. Induksi Ginogenesis melalui Kultur Multi Ovule Slice dan Kultur Ovary Slice Dianthus chinensis

    Directory of Open Access Journals (Sweden)

    Suskandari Kartikaningrum

    2013-10-01

    Full Text Available Callus induction was studied in five genotypes of Dianthus chinensis using 2.4 D and NAA. Calluses can be obtainedfrom unfertilized ovule culture and ovary culture. The aim of the research was to study gynogenic potential and responseof Dianthus chinensis through ovule slice and ovary slice culture for obtaining haploid plants. Five genotypes of Dianthuschinensis and five media were used in ovule slice culture and two genotypes and three medium were used in ovary culture.Flower buds in the 7th stage were incubated for the purpose of dark pre-treatment at 4 oC for one day. Ovules and ovaries wereisolated and cultured in induction medium. Cultures were incubated for the purpose of dark pre-treatment at 4 oC for seven days, followed by 25 oC light incubation. The result showed that 2.4D was better than NAA in inducing callus. Percentage of regenerated calluses were produced in V11, V13 and V15 genotypes in M7 medium (MS + 2 mg L-1 2.4D + 1 mg L-1 BAP + 30 g L-1 sucrose and M10 medium (MS + 1 mg L-1 2.4D + 1 mg L-1 BAP + 20 g L-1 sucrose. All calluses originated from ovule and ovary cultures flowered prematurely. Double haploid (V11-34 were obtained from ovule slice culture based on PER (peroksidase and EST (esterase isoenzym marker.Keywords: ovule slice culture, ovary slice culture, callus, Dianthus sp., haploid

  8. Mississippi Curriculum Framework for Drafting and Design Technology (Program CIP: 48.0102--Architectural Drafting Technology) (Program CIP: 48.0101--General Drafting). Postsecondary Programs.

    Science.gov (United States)

    Mississippi Research and Curriculum Unit for Vocational and Technical Education, State College.

    This document, which is intended for use by community and junior colleges throughout Mississippi, contains curriculum frameworks for the two course sequences of the state's postsecondary-level drafting and design technology program: architectural drafting technology and drafting and design technology. Presented first are a program description and…

  9. Can multi-slice or navigator-gated R2* MRI replace single-slice breath-hold acquisition for hepatic iron quantification?

    International Nuclear Information System (INIS)

    Loeffler, Ralf B.; McCarville, M.B.; Song, Ruitian; Hillenbrand, Claudia M.; Wagstaff, Anne W.; Smeltzer, Matthew P.; Krafft, Axel J.; Hankins, Jane S.

    2017-01-01

    Liver R2* values calculated from multi-gradient echo (mGRE) magnetic resonance images (MRI) are strongly correlated with hepatic iron concentration (HIC) as shown in several independently derived biopsy calibration studies. These calibrations were established for axial single-slice breath-hold imaging at the location of the portal vein. Scanning in multi-slice mode makes the exam more efficient, since whole-liver coverage can be achieved with two breath-holds and the optimal slice can be selected afterward. Navigator echoes remove the need for breath-holds and allow use in sedated patients. To evaluate if the existing biopsy calibrations can be applied to multi-slice and navigator-controlled mGRE imaging in children with hepatic iron overload, by testing if there is a bias-free correlation between single-slice R2* and multi-slice or multi-slice navigator controlled R2*. This study included MRI data from 71 patients with transfusional iron overload, who received an MRI exam to estimate HIC using gradient echo sequences. Patient scans contained 2 or 3 of the following imaging methods used for analysis: single-slice images (n = 71), multi-slice images (n = 69) and navigator-controlled images (n = 17). Small and large blood corrected region of interests were selected on axial images of the liver to obtain R2* values for all data sets. Bland-Altman and linear regression analysis were used to compare R2* values from single-slice images to those of multi-slice images and navigator-controlled images. Bland-Altman analysis showed that all imaging method comparisons were strongly associated with each other and had high correlation coefficients (0.98 ≤ r ≤ 1.00) with P-values ≤0.0001. Linear regression yielded slopes that were close to 1. We found that navigator-gated or breath-held multi-slice R2* MRI for HIC determination measures R2* values comparable to the biopsy-validated single-slice, single breath-hold scan. We conclude that these three R2* methods can be

  10. Can multi-slice or navigator-gated R2* MRI replace single-slice breath-hold acquisition for hepatic iron quantification?

    Energy Technology Data Exchange (ETDEWEB)

    Loeffler, Ralf B.; McCarville, M.B.; Song, Ruitian; Hillenbrand, Claudia M. [St. Jude Children' s Research Hospital, Diagnostic Imaging, Memphis, TN (United States); Wagstaff, Anne W. [St. Jude Children' s Research Hospital, Diagnostic Imaging, Memphis, TN (United States); Rhodes College, Memphis, TN (United States); University of Alabama at Birmingham School of Medicine, Birmingham, AL (United States); Smeltzer, Matthew P. [St. Jude Children' s Research Hospital, Department of Biostatistics, Memphis, TN (United States); University of Memphis, Division of Epidemiology, Biostatistics, and Environmental Health, School of Public Health, Memphis, TN (United States); Krafft, Axel J. [St. Jude Children' s Research Hospital, Diagnostic Imaging, Memphis, TN (United States); University Hospital Center Freiburg, Department of Radiology, Freiburg (Germany); Hankins, Jane S. [St. Jude Children' s Research Hospital, Department of Hematology, Memphis, TN (United States)

    2017-01-15

    Liver R2* values calculated from multi-gradient echo (mGRE) magnetic resonance images (MRI) are strongly correlated with hepatic iron concentration (HIC) as shown in several independently derived biopsy calibration studies. These calibrations were established for axial single-slice breath-hold imaging at the location of the portal vein. Scanning in multi-slice mode makes the exam more efficient, since whole-liver coverage can be achieved with two breath-holds and the optimal slice can be selected afterward. Navigator echoes remove the need for breath-holds and allow use in sedated patients. To evaluate if the existing biopsy calibrations can be applied to multi-slice and navigator-controlled mGRE imaging in children with hepatic iron overload, by testing if there is a bias-free correlation between single-slice R2* and multi-slice or multi-slice navigator controlled R2*. This study included MRI data from 71 patients with transfusional iron overload, who received an MRI exam to estimate HIC using gradient echo sequences. Patient scans contained 2 or 3 of the following imaging methods used for analysis: single-slice images (n = 71), multi-slice images (n = 69) and navigator-controlled images (n = 17). Small and large blood corrected region of interests were selected on axial images of the liver to obtain R2* values for all data sets. Bland-Altman and linear regression analysis were used to compare R2* values from single-slice images to those of multi-slice images and navigator-controlled images. Bland-Altman analysis showed that all imaging method comparisons were strongly associated with each other and had high correlation coefficients (0.98 ≤ r ≤ 1.00) with P-values ≤0.0001. Linear regression yielded slopes that were close to 1. We found that navigator-gated or breath-held multi-slice R2* MRI for HIC determination measures R2* values comparable to the biopsy-validated single-slice, single breath-hold scan. We conclude that these three R2* methods can be

  11. Manned/Unmanned Common Architecture Program (MCAP) net centric flight tests

    Science.gov (United States)

    Johnson, Dale

    2009-04-01

    Properly architected avionics systems can reduce the costs of periodic functional improvements, maintenance, and obsolescence. With this in mind, the U.S. Army Aviation Applied Technology Directorate (AATD) initiated the Manned/Unmanned Common Architecture Program (MCAP) in 2003 to develop an affordable, high-performance embedded mission processing architecture for potential application to multiple aviation platforms. MCAP analyzed Army helicopter and unmanned air vehicle (UAV) missions, identified supporting subsystems, surveyed advanced hardware and software technologies, and defined computational infrastructure technical requirements. The project selected a set of modular open systems standards and market-driven commercial-off-theshelf (COTS) electronics and software, and, developed experimental mission processors, network architectures, and software infrastructures supporting the integration of new capabilities, interoperability, and life cycle cost reductions. MCAP integrated the new mission processing architecture into an AH-64D Apache Longbow and participated in Future Combat Systems (FCS) network-centric operations field experiments in 2006 and 2007 at White Sands Missile Range (WSMR), New Mexico and at the Nevada Test and Training Range (NTTR) in 2008. The MCAP Apache also participated in PM C4ISR On-the-Move (OTM) Capstone Experiments 2007 (E07) and 2008 (E08) at Ft. Dix, NJ and conducted Mesa, Arizona local area flight tests in December 2005, February 2006, and June 2008.

  12. Comparison of 640-Slice Multidetector Computed Tomography Versus 32-Slice MDCT for Imaging of the Osteo-odonto-keratoprosthesis Lamina.

    Science.gov (United States)

    Norris, Joseph M; Kishikova, Lyudmila; Avadhanam, Venkata S; Koumellis, Panos; Francis, Ian S; Liu, Christopher S C

    2015-08-01

    To investigate the efficacy of 640-slice multidetector computed tomography (MDCT) for detecting osteo-odonto laminar resorption in the osteo-odonto-keratoprosthesis (OOKP) compared with the current standard 32-slice MDCT. Explanted OOKP laminae and bone-dentine fragments were scanned using 640-slice MDCT (Aquilion ONE; Toshiba) and 32-slice MDCT (LightSpeed Pro32; GE Healthcare). Pertinent comparisons including image quality, radiation dose, and scanning parameters were made. Benefits of 640-slice MDCT over 32-slice MDCT were shown. Key comparisons of 640-slice MDCT versus 32-slice MDCT included the following: percentage difference and correlation coefficient between radiological and anatomical measurements, 1.35% versus 3.67% and 0.9961 versus 0.9882, respectively; dose-length product, 63.50 versus 70.26; rotation time, 0.175 seconds versus 1.000 seconds; and detector coverage width, 16 cm versus 2 cm. Resorption of the osteo-odonto lamina after OOKP surgery can result in potentially sight-threatening complications, hence it warrants regular monitoring and timely intervention. MDCT remains the gold standard for radiological assessment of laminar resorption, which facilitates detection of subtle laminar changes earlier than the onset of clinical signs, thus indicating when preemptive measures can be taken. The 640-slice MDCT exhibits several advantages over traditional 32-slice MDCT. However, such benefits may not offset cost implications, except in rare cases, such as in young patients who might undergo years of radiation exposure.

  13. Radiation exposure in multi-slice versus single-slice spiral CT: results of a nationwide survey

    International Nuclear Information System (INIS)

    Brix, G.; Nagel, H.D.; Stamm, G.; Veit, R.; Lechel, U.; Griebel, J.; Galanski, M.

    2003-01-01

    Multi-slice (MS) technology increases the efficacy of CT procedures and offers new promising applications. The expanding use of MSCT, however, may result in an increase in both frequency of procedures and levels of patient exposure. It was, therefore, the aim of this study to gain an overview of MSCT examinations conducted in Germany in 2001. All MSCT facilities were requested to provide information about 14 standard examinations with respect to scan parameters and frequency. Based on this data, dosimetric quantities were estimated using an experimentally validated formalism. Results are compared with those of a previous survey for single-slice (SS) spiral CT scanners. According to the data provided for 39 dual- and 73 quad-slice systems, the average annual number of patients examined at MSCT is markedly higher than that examined at SSCT scanners (5500 vs 3500). The average effective dose to patients was changed from 7.4 mSv at single-slice to 5.5 mSv and 8.1 mSv at dual- and quad-slice scanners, respectively. There is a considerable potential for dose reduction at quad-slice systems by an optimisation of scan protocols and better education of the personnel. To avoid an increase in the collective effective dose from CT procedures, a clear medical justification is required in each case. (orig.)

  14. Report to the Board of Regents State University System of Florida. Review of Programs: Architecture, Architectural Technology, Landscape Architecture, Interior Design, Construction and Construction Technology, Building Construction, Urban and Regional Planning.

    Science.gov (United States)

    McMinn, William G.

    An evaluation and report was done on the status of programs in architecture and related fields in the Florida State University System as a follow-up to a 1983 evaluation. The evaluation involved self-studies prepared by each program and a series of site visits to each of seven campuses and two centers with programs under review. These institutions…

  15. Humanizing Architecture

    DEFF Research Database (Denmark)

    Toft, Tanya Søndergaard

    2015-01-01

    The article proposes the urban digital gallery as an opportunity to explore the relationship between ‘human’ and ‘technology,’ through the programming of media architecture. It takes a curatorial perspective when proposing an ontological shift from considering media facades as visual spectacles...... agency and a sense of being by way of dematerializing architecture. This is achieved by way of programming the symbolic to provide new emotional realizations and situations of enlightenment in the public audience. This reflects a greater potential to humanize the digital in media architecture....

  16. A high throughput architecture for a low complexity soft-output demapping algorithm

    Science.gov (United States)

    Ali, I.; Wasenmüller, U.; Wehn, N.

    2015-11-01

    Iterative channel decoders such as Turbo-Code and LDPC decoders show exceptional performance and therefore they are a part of many wireless communication receivers nowadays. These decoders require a soft input, i.e., the logarithmic likelihood ratio (LLR) of the received bits with a typical quantization of 4 to 6 bits. For computing the LLR values from a received complex symbol, a soft demapper is employed in the receiver. The implementation cost of traditional soft-output demapping methods is relatively large in high order modulation systems, and therefore low complexity demapping algorithms are indispensable in low power receivers. In the presence of multiple wireless communication standards where each standard defines multiple modulation schemes, there is a need to have an efficient demapper architecture covering all the flexibility requirements of these standards. Another challenge associated with hardware implementation of the demapper is to achieve a very high throughput in double iterative systems, for instance, MIMO and Code-Aided Synchronization. In this paper, we present a comprehensive communication and hardware performance evaluation of low complexity soft-output demapping algorithms to select the best algorithm for implementation. The main goal of this work is to design a high throughput, flexible, and area efficient architecture. We describe architectures to execute the investigated algorithms. We implement these architectures on a FPGA device to evaluate their hardware performance. The work has resulted in a hardware architecture based on the figured out best low complexity algorithm delivering a high throughput of 166 Msymbols/second for Gray mapped 16-QAM modulation on Virtex-5. This efficient architecture occupies only 127 slice registers, 248 slice LUTs and 2 DSP48Es.

  17. A study of the minimum number of slices required for quantification of pulmonary emphysema by computed tomography

    International Nuclear Information System (INIS)

    Hitsuda, Yutaka; Igishi, Tadashi; Kawasaki, Yuji

    2000-01-01

    We attempted to determine the minimum number of slices required for quantification of overall emphysema by computed tomography (CT). Forty-nine patients underwent CT scanning with a 15-mm slice interval, and 13 to 18 slices per patient were obtained. The percentage of low attenuation area (LAA%) per slice was measured with a method that we reported on previously, utilizing a CT program and NIH image. The average LAA% values for 1, 2, 3, and 6 slices evenly spaced through the lungs [LAA% (1), LAA% (2), LAA% (3), and LAA% (6)] were compared with those for all slices [LAA% (All)]. The correlation coefficients for LAA% (1), LAA% (2), LAA% (3), and LAA% (6) with LAA% (All) were 0.961, 0.981, 0.993, and 0.997, respectively. Mean differences ±SD were -3.20±4.21%, -2.32±3.00, -0.20±1.84, and -0.16±1.26, respectively. From these results, we concluded that overall emphysema can be quantified by using at least three slices: one each of the upper, middle, and lower lung. (author)

  18. Generating and executing programs for a floating point single instruction multiple data instruction set architecture

    Science.gov (United States)

    Gschwind, Michael K

    2013-04-16

    Mechanisms for generating and executing programs for a floating point (FP) only single instruction multiple data (SIMD) instruction set architecture (ISA) are provided. A computer program product comprising a computer recordable medium having a computer readable program recorded thereon is provided. The computer readable program, when executed on a computing device, causes the computing device to receive one or more instructions and execute the one or more instructions using logic in an execution unit of the computing device. The logic implements a floating point (FP) only single instruction multiple data (SIMD) instruction set architecture (ISA), based on data stored in a vector register file of the computing device. The vector register file is configured to store both scalar and floating point values as vectors having a plurality of vector elements.

  19. 77 FR 73657 - Public Buildings Service; Submission for OMB Review; Art-in-Architecture Program National Artist...

    Science.gov (United States)

    2012-12-11

    ...-Architecture & Fine Arts Division (PCAC), 1800 F Street NW., Room 3305, Washington, DC 20405, at telephone(202... Buildings Service; Submission for OMB Review; Art-in- Architecture Program National Artist Registry (GSA... and approve an extension of a previously approved information collection requirement regarding Art-in...

  20. Light Water Reactor Sustainability Program: Digital Architecture Project Plan

    Energy Technology Data Exchange (ETDEWEB)

    Thomas, Ken [Idaho National Lab. (INL), Idaho Falls, ID (United States)

    2014-09-01

    There are many technologies available to the nuclear power industry to improve efficiency in plant work activities. These range from new control room technologies to those for mobile field workers. They can make a positive impact on a wide range of performance objectives – increase in productivity, human error reduction, validation of results, accurate transfer of data, and elimination of repetitive tasks. It is expected that the industry will more and more turn to these technologies to achieve these operational efficiencies to lower costs. At the same time, this will help utilities manage a looming staffing problem as the inevitable retirement wave of the more seasoned workers affects both staffing levels and knowledge retention. A barrier to this wide-scale implementation of new technologies for operational efficiency is the lack of a comprehensive digital architecture that can support the real-time information exchanges needed to achieve the desired operational efficiencies. This project will define an advanced digital architecture that will accommodate the entire range of system, process, and plant worker activity to enable the highest degree of integration, thereby creating maximum efficiency and productivity. This pilot project will consider a range of open standards that are suitable for the various data and communication requirements of a seamless digital environment. It will map these standards into an overall architecture to support the II&C developments of this research program.

  1. Proactive identification of scalable program architectures: How to achieve a quantum-leap in time-to-market

    DEFF Research Database (Denmark)

    Hansen, Christian Lindschou; Mortensen, Niels Henrik

    2014-01-01

    a structured process. The framework enables companies to identify a program architecture as the basis for improving time-to-market and R&D efficiency for products derived from the architecture. Case studies show that significant reductions of development lead time up to 50% is possible. Significance: Many...... of a product development project. The framework consists of three basic aspects: the market, product program, production and a time aspect-captured in the multi-level roadmap. One of the unique features is that these aspects are linked, allowing for an early clarification of critical issues through...

  2. Radiation sterilization and identification of gizzard slices

    International Nuclear Information System (INIS)

    Zhu, S.; Fu, C.; Jiang, W.; Yao, D.; Zhao, K.; Zhang, Y.

    1998-01-01

    An orthogonal test of 4 factors of radiation dose, storage temperature, storage time, and sanitation of cutting places was carried out to optimize the conditions for disinfection of gizzard slices. In the optimized condition, both the sanitary quality and the shelf-life of gizzard slices were improved. To identify irradiated gizzard slices, the sensory change, and the levels of water-soluble nitrogen, amino acid, total volatile basic nitrogen, peroxide value, vitamin C consumption and KMnO 4 consumption were determinated. No significant change was observed except for the color which was light brown on the surface of irradiated slices

  3. Slice hyperholomorphic Schur analysis

    CERN Document Server

    Alpay, Daniel; Sabadini, Irene

    2016-01-01

    This book defines and examines the counterpart of Schur functions and Schur analysis in the slice hyperholomorphic setting. It is organized into three parts: the first introduces readers to classical Schur analysis, while the second offers background material on quaternions, slice hyperholomorphic functions, and quaternionic functional analysis. The third part represents the core of the book and explores quaternionic Schur analysis and its various applications. The book includes previously unpublished results and provides the basis for new directions of research.

  4. PICTURE, 2-D Slices Through 3-D CG of MORSE, QAD-CG

    International Nuclear Information System (INIS)

    1994-01-01

    1 - Description of program or function: Picture generates plots of two-dimensional slices through the three-dimensional geometry described by the combinatorial geometry (CG) package used in such codes as MORSE and QAD-CG. These plots are printed on a standard line printer. 2 - Method of solution: Several different ways are available to obtain a two-dimensional slice through the geometry. The geometry ray tracing capability is tested by forcing the geometry package to execute the routines and logic of the Monte Carlo random walk or kernel integration algorithms. 3 - Restrictions on the complexity of the problem: None tested besides those listed in the input descriptions

  5. Multiprocessor architecture: Synthesis and evaluation

    Science.gov (United States)

    Standley, Hilda M.

    1990-01-01

    Multiprocessor computed architecture evaluation for structural computations is the focus of the research effort described. Results obtained are expected to lead to more efficient use of existing architectures and to suggest designs for new, application specific, architectures. The brief descriptions given outline a number of related efforts directed toward this purpose. The difficulty is analyzing an existing architecture or in designing a new computer architecture lies in the fact that the performance of a particular architecture, within the context of a given application, is determined by a number of factors. These include, but are not limited to, the efficiency of the computation algorithm, the programming language and support environment, the quality of the program written in the programming language, the multiplicity of the processing elements, the characteristics of the individual processing elements, the interconnection network connecting processors and non-local memories, and the shared memory organization covering the spectrum from no shared memory (all local memory) to one global access memory. These performance determiners may be loosely classified as being software or hardware related. This distinction is not clear or even appropriate in many cases. The effect of the choice of algorithm is ignored by assuming that the algorithm is specified as given. Effort directed toward the removal of the effect of the programming language and program resulted in the design of a high-level parallel programming language. Two characteristics of the fundamental structure of the architecture (memory organization and interconnection network) are examined.

  6. End-user programming architecture facilitates the uptake of robots in social therapies

    NARCIS (Netherlands)

    Barakova, E.I.; Gillesen, J.C.C.; Huskens, Bibi; Lourens, T.

    2013-01-01

    This paper proposes an architecture that makes programming of robot behavior of an arbitrary complexity possible for end-users and shows the technical solutions in a way that is easy to understand and generalize to different situations. It aims to facilitate the uptake and actual use of robot

  7. Information architecture. Volume 3: Guidance

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1997-04-01

    The purpose of this document, as presented in Volume 1, The Foundations, is to assist the Department of Energy (DOE) in developing and promulgating information architecture guidance. This guidance is aimed at increasing the development of information architecture as a Departmentwide management best practice. This document describes departmental information architecture principles and minimum design characteristics for systems and infrastructures within the DOE Information Architecture Conceptual Model, and establishes a Departmentwide standards-based architecture program. The publication of this document fulfills the commitment to address guiding principles, promote standard architectural practices, and provide technical guidance. This document guides the transition from the baseline or defacto Departmental architecture through approved information management program plans and budgets to the future vision architecture. This document also represents another major step toward establishing a well-organized, logical foundation for the DOE information architecture.

  8. Integrating interface slicing into software engineering processes

    Science.gov (United States)

    Beck, Jon

    1993-01-01

    Interface slicing is a tool which was developed to facilitate software engineering. As previously presented, it was described in terms of its techniques and mechanisms. The integration of interface slicing into specific software engineering activities is considered by discussing a number of potential applications of interface slicing. The applications discussed specifically address the problems, issues, or concerns raised in a previous project. Because a complete interface slicer is still under development, these applications must be phrased in future tenses. Nonetheless, the interface slicing techniques which were presented can be implemented using current compiler and static analysis technology. Whether implemented as a standalone tool or as a module in an integrated development or reverse engineering environment, they require analysis no more complex than that required for current system development environments. By contrast, conventional slicing is a methodology which, while showing much promise and intuitive appeal, has yet to be fully implemented in a production language environment despite 12 years of development.

  9. Evolution of the Milieu Approach for Software Development for the Polymorphous Computing Architecture Program

    National Research Council Canada - National Science Library

    Dandass, Yoginder

    2004-01-01

    A key goal of the DARPA Polymorphous Computing Architectures (PCA) program is to develop reactive closed-loop systems that are capable of being dynamically reconfigured in order to respond to changing mission scenarios...

  10. RF slice profile effects in magnetic resonance fingerprinting.

    Science.gov (United States)

    Hong, Taehwa; Han, Dongyeob; Kim, Min-Oh; Kim, Dong-Hyun

    2017-09-01

    The radio frequency (RF) slice profile effects on T1 and T2 estimation in magnetic resonance fingerprinting (MRF) are investigated with respect to time-bandwidth product (TBW), flip angle (FA) level and field inhomogeneities. Signal evolutions are generated incorporating the non-ideal slice selective excitation process using Bloch simulation and matched to the original dictionary with and without the non-ideal slice profile taken into account. For validation, phantom and in vivo experiments are performed at 3T. Both simulations and experiments results show that T1 and T2 error from non-ideal slice profile increases with increasing FA level, off-resonance, and low TBW values. Therefore, RF slice profile effects should be compensated for accurate determination of the MR parameters. Copyright © 2017 Elsevier Inc. All rights reserved.

  11. NMR surprizes with thin slices and strong gradients

    Energy Technology Data Exchange (ETDEWEB)

    Gaedke, Achim; Kresse, Benjamin [Institute of Condensed Matter Physics, Technische Universitaet Darmstadt (Germany); Nestle, Nikolaus

    2008-07-01

    In the context of our work on diffusion-relaxation-coupling in thin excited slices, we perform NMR experiments in static magnetic field gradients up to 200 T/m. For slice thicknesses in the range of 10{mu}m, the frequency bandwidth of the excited slices becomes sufficiently narrow that free induction decays (FIDs) become observable despite the presence of the strong static gradient. The observed FIDs were also simulated using standard methods from MRI physics. Possible effects of diffusion during the FID duration are still minor at this slice thickness in water but might become dominant for smaller slices or more diffusive media. Furthermore, the detailed excitation structure of the RF pulses was studied in profiling experiments over the edge of a plane liquid cell. Side lobe effects to the slices will be discussed along with approaches to control them. The spatial resolution achieved in the profiling experiments furthermore allows the identification of thermal expansion phenomena in the NMR magnet. Measures to reduce the temperature drift problems are presented.

  12. Exploring the architectural trade space of NASAs Space Communication and Navigation Program

    Science.gov (United States)

    Sanchez, M.; Selva, D.; Cameron, B.; Crawley, E.; Seas, A.; Seery, B.

    NASAs Space Communication and Navigation (SCaN) Program is responsible for providing communication and navigation services to space missions and other users in and beyond low Earth orbit. The current SCaN architecture consists of three independent networks: the Space Network (SN), which contains the TDRS relay satellites in GEO; the Near Earth Network (NEN), which consists of several NASA owned and commercially operated ground stations; and the Deep Space Network (DSN), with three ground stations in Goldstone, Madrid, and Canberra. The first task of this study is the stakeholder analysis. The goal of the stakeholder analysis is to identify the main stakeholders of the SCaN system and their needs. Twenty-one main groups of stakeholders have been identified and put on a stakeholder map. Their needs are currently being elicited by means of interviews and an extensive literature review. The data will then be analyzed by applying Cameron and Crawley's stakeholder analysis theory, with a view to highlighting dominant needs and conflicting needs. The second task of this study is the architectural tradespace exploration of the next generation TDRSS. The space of possible architectures for SCaN is represented by a set of architectural decisions, each of which has a discrete set of options. A computational tool is used to automatically synthesize a very large number of possible architectures by enumerating different combinations of decisions and options. The same tool contains models to evaluate the architectures in terms of performance and cost. The performance model uses the stakeholder needs and requirements identified in the previous steps as inputs, and it is based in the VASSAR methodology presented in a companion paper. This paper summarizes the current status of the MIT SCaN architecture study. It starts by motivating the need to perform tradespace exploration studies in the context of relay data systems through a description of the history NASA's space communicati

  13. Organotypic brain slice cultures of adult transgenic P301S mice--a model for tauopathy studies.

    Directory of Open Access Journals (Sweden)

    Agneta Mewes

    provides evidence that adult organotypic brain slice cultures from 7- to 10-month-old mice independently of the transgenic modification undergo slow programmed cell death, caused by a dysfunction of the neuronal repair systems.

  14. Thin slices of child personality: Perceptual, situational, and behavioral contributions.

    Science.gov (United States)

    Tackett, Jennifer L; Herzhoff, Kathrin; Kushner, Shauna C; Rule, Nicholas

    2016-01-01

    The present study examined whether thin-slice ratings of child personality serve as a resource-efficient and theoretically valid measurement of child personality traits. We extended theoretical work on the observability, perceptual accuracy, and situational consistency of childhood personality traits by examining intersource and interjudge agreement, cross-situational consistency, and convergent, divergent, and predictive validity of thin-slice ratings. Forty-five unacquainted independent coders rated 326 children's (ages 8-12) personality in 1 of 15 thin-slice behavioral scenarios (i.e., 3 raters per slice, for over 14,000 independent thin-slice ratings). Mothers, fathers, and children rated children's personality, psychopathology, and competence. We found robust evidence for correlations between thin-slice and mother/father ratings of child personality, within- and across-task consistency of thin-slice ratings, and convergent and divergent validity with psychopathology and competence. Surprisingly, thin-slice ratings were more consistent across situations in this child sample than previously found for adults. Taken together, these results suggest that thin slices are a valid and reliable measure to assess child personality, offering a useful method of measurement beyond questionnaires, helping to address novel questions of personality perception and consistency in childhood. (c) 2016 APA, all rights reserved).

  15. The time slice system

    International Nuclear Information System (INIS)

    DeWitt, J.

    1990-01-01

    We have designed a fast readout system for silicon microstrip detectors which could be used at HERA, LHC, and SSC. The system consists of an analog amplifier-comparator chip (AACC) and a digital time slice chip (DTSC). The analog ship is designed in dielectric isolated bipolar technology for low noise and potential radiation hardness. The DTSC is built in CMOS for low power use and high circuit density. The main implementation aims are low power consumption and compactness. The architectural goal is automatic data reduction, and ease of external interface. The pipelining of event information is done digitally in the DTSC. It has a 64 word deep level 1 buffer acting as a FIFO, and a 16 word deep level 2 buffer acting as a dequeue. The DTSC also includes an asynchronous bus interface. We are first building a scaled up (100 μm instead of 25 μm pitch) and slower (10 MHz instead of 60 MHz) version in 2 μm CMOS and plan to test the principle of operation of this system in the Leading Proton Spectrometer (LPS) of the ZEUS detector at HERA. Another very important development will be tested there: the radiation hardening of the chips. We have started a collaboration with a rad-hard foundry and with Los Alamos National Laboratories to test and evaluate rad-hard processes and the final rad-hard product. Initial data are very promising, because radiation resistance of up to many Mrad have been achieved. (orig.)

  16. Slices

    KAUST Repository

    McCrae, James

    2011-01-01

    Minimalist object representations or shape-proxies that spark and inspire human perception of shape remain an incompletely understood, yet powerful aspect of visual communication. We explore the use of planar sections, i.e., the contours of intersection of planes with a 3D object, for creating shape abstractions, motivated by their popularity in art and engineering. We first perform a user study to show that humans do define consistent and similar planar section proxies for common objects. Interestingly, we observe a strong correlation between user-defined planes and geometric features of objects. Further we show that the problem of finding the minimum set of planes that capture a set of 3D geometric shape features is both NP-hard and not always the proxy a user would pick. Guided by the principles inferred from our user study, we present an algorithm that progressively selects planes to maximize feature coverage, which in turn influence the selection of subsequent planes. The algorithmic framework easily incorporates various shape features, while their relative importance values are computed and validated from the user study data. We use our algorithm to compute planar slices for various objects, validate their utility towards object abstraction using a second user study, and conclude showing the potential applications of the extracted planar slice shape proxies. © 2011 ACM.

  17. Imaging skeletal anatomy of injured cervical spine specimens: comparison of single-slice vs multi-slice helical CT

    Energy Technology Data Exchange (ETDEWEB)

    Obenauer, S.; Alamo, L.; Herold, T.; Funke, M.; Kopka, L.; Grabbe, E. [Department of Radiology, Georg August-University Goettingen, Robert-Koch-Strasse 40, 37075 Goettingen (Germany)

    2002-08-01

    Our objective was to compare a single-slice CT (SS-CT) scanner with a multi-slice CT (MS-CT) scanner in the depiction of osseous anatomic structures and fractures of the upper cervical spine. Two cervical spine specimens with artificial trauma were scanned with a SS-CT scanner (HighSpeed, CT/i, GE, Milwaukee, Wis.) by using various collimations (1, 3, 5 mm) and pitch factors (1, 1.5, 2, 3) and a four-slice helical CT scanner (LightSpeed, QX/i, GE, Milwaukee, Wis.) by using various table speeds ranging from 3.75 to 15 mm/rotation for a pitch of 0.75 and from 7.5 to 30 mm/rotation for a pitch of 1.5. Images were reconstructed with an interval of 1 mm. Sagittal and coronal multiplanar reconstructions of the primary and reconstructed data set were performed. For MS-CT a tube current resulting in equivalent image noise as with SS-CT was used. All images were judged by two observers using a 4-point scale. The best image quality for SS-CT was achieved with the smallest slice thickness (1 mm) and a pitch smaller than 2 resulting in a table speed of up to 2 mm per gantry rotation (4 points). A reduction of the slice thickness rather than of the table speed proved to be beneficial at MS-CT. Therefore, the optimal scan protocol in MS-CT included a slice thickness of 1.25 mm with a table speed of 7.5 mm/360 using a pitch of 1.5 (4 points), resulting in a faster scan time than when a pitch of 0.75 (4 points) was used. This study indicates that MS-CT could provide equivalent image quality at approximately four times the volume coverage speed of SS-CT. (orig.)

  18. Correlation of NTD-silicon rod and slice resistivity

    International Nuclear Information System (INIS)

    Wolverton, W.M.

    1984-01-01

    Neutron transmutation doped silicon is an electronic material which presents an opportunity to explore a high level of resistivity characterization. This is due to its excellent uniformity of dopant concentration. Appropriate resistivity measurements on the ingot raw material can be used as a predictor of slice resistivity. Correlation of finished NTD rod (i.e. ingot) resistivity to as-cut slice resistivity (after the sawing process) is addressed in the scope of this paper. Empirical data show that the shift of slice-center resistivity compared to rod-end center resistivity is a function of a new kind of rod radial-resistivity gradient. This function has two domains, and most rods are in domain ''A''. Correlating equations show how to significantly improve the prediction of slice resistivity of rods in domain ''A''. The new rod resistivity specifications have resulted in manufacturing economies in the production of NTD silicon slices

  19. Time and Power Optimizations in FPGA-Based Architectures for Polyphase Channelizers

    DEFF Research Database (Denmark)

    Awan, Mehmood-Ur-Rehman; Harris, Fred; Koch, Peter

    2012-01-01

    This paper presents the time and power optimization considerations for Field Programmable Gate Array (FPGA) based architectures for a polyphase filter bank channelizer with an embedded square root shaping filter in its polyphase engine. This configuration performs two different re-sampling tasks......% slice register resources of a Xilinx Virtex-5 FPGA, operating at 400 and 480 MHz, and consuming 1.9 and 2.6 Watts of dynamic power, respectively....

  20. Investigation of the slice sensitivity profile for step-and-shoot mode multi-slice computed tomography

    International Nuclear Information System (INIS)

    Hsieh Jiang

    2001-01-01

    Multislice computed tomography (MCT) is one of the recent technology advancements in CT. Compared to single slice CT, MCT significantly improves examination time, x-ray tube efficiency, and contrast material utilization. Although the scan mode of MCT is predominately helical, step-and-shoot (axial) scans continue to be an important part of routine clinical protocols. In this paper, we present a detailed investigation on the slice sensitivity profile (SSP) of MCT in the step-and-shoot mode. Our investigation shows that, unlike single slice CT, the SSP for MCT exhibits multiple peaks and valleys resulting from intercell gaps between detector rows. To fully understand the characteristics of the SSP, we developed an analytical model to predict the behavior of MCT. We propose a simple experimental technique that can quickly and accurately measure SSP. The impact of the SSP on image artifacts and low contrast detectability is also investigated

  1. Connecting Architecture and Implementation

    Science.gov (United States)

    Buchgeher, Georg; Weinreich, Rainer

    Software architectures are still typically defined and described independently from implementation. To avoid architectural erosion and drift, architectural representation needs to be continuously updated and synchronized with system implementation. Existing approaches for architecture representation like informal architecture documentation, UML diagrams, and Architecture Description Languages (ADLs) provide only limited support for connecting architecture descriptions and implementations. Architecture management tools like Lattix, SonarJ, and Sotoarc and UML-tools tackle this problem by extracting architecture information directly from code. This approach works for low-level architectural abstractions like classes and interfaces in object-oriented systems but fails to support architectural abstractions not found in programming languages. In this paper we present an approach for linking and continuously synchronizing a formalized architecture representation to an implementation. The approach is a synthesis of functionality provided by code-centric architecture management and UML tools and higher-level architecture analysis approaches like ADLs.

  2. Mathematical Modeling of Thin Layer Microwave Drying of Taro Slices

    Science.gov (United States)

    Kumar, Vivek; Sharma, H. K.; Singh, K.

    2016-03-01

    The present study investigated the drying kinetics of taro slices precooked in different medium viz water (WC), steam (SC) and Lemon Solution (LC) and dried at different microwave power 360, 540 and 720 W. Drying curves of all precooked slices at all microwave powers showed falling rate period along with a very short accelerating period at the beginning of the drying. At all microwave powers, higher drying rate was observed for LC slices as compared to WC and SC slices. To select a suitable drying curve, seven thin-layer drying models were fitted to the experimental data. The data revealed that the Page model was most adequate in describing the microwave drying behavior of taro slices precooked in different medium. The highest effective moisture diffusivity value of 2.11 × 10-8 m2/s was obtained for LC samples while the lowest 0.83 × 10-8 m2/s was obtained for WC taro slices. The activation energy (E a ) of LC taro slices was lower than the E a of WC and SC taro slices.

  3. Architectural Narratives

    DEFF Research Database (Denmark)

    Kiib, Hans

    2010-01-01

    a functional framework for these concepts, but tries increasingly to endow the main idea of the cultural project with a spatially aesthetic expression - a shift towards “experience architecture.” A great number of these projects typically recycle and reinterpret narratives related to historical buildings......In this essay, I focus on the combination of programs and the architecture of cultural projects that have emerged within the last few years. These projects are characterized as “hybrid cultural projects,” because they intend to combine experience with entertainment, play, and learning. This essay...... and architectural heritage; another group tries to embed new performative technologies in expressive architectural representation. Finally, this essay provides a theoretical framework for the analysis of the political rationales of these projects and for the architectural representation bridges the gap between...

  4. Program information architecture/document hierarchy. [Information Management Systems, it's components and rationale

    Energy Technology Data Exchange (ETDEWEB)

    Woods, T.W.

    1991-09-01

    The Nuclear Waste Management System (NWMS) Management Systems Improvement Strategy (MSIS) (DOE 1990) requires that the information within the computer program and information management system be ordered into a precedence hierarchy for consistency. Therefore, the US Department of Energy (DOE). Office of Civilian Radioactive Waste Management (OCRWM) requested Westinghouse Hanford Company to develop a plan for NWMS program information which the MSIS calls a document hierarchy. This report provides the results of that effort and describes the management system as a program information architecture.'' 3 refs., 3 figs.

  5. Actinic keratosis in the en-face and slice imaging mode of high-definition optical coherence tomography and comparison with histology.

    Science.gov (United States)

    Maier, T; Braun-Falco, M; Laubender, R P; Ruzicka, T; Berking, C

    2013-01-01

    Optical coherence tomography (OCT) allows real-time, in vivo examination of nonmelanoma skin cancer. An innovative high-definition (HD)-OCT with a horizontal (en-face) and vertical (slice) imaging mode offers additional information in the diagnosis of actinic keratosis (AK) and may potentially replace invasive diagnostic biopsies.  To define the characteristic morphological features of AK by using HD-OCT in the two imaging modes compared with histopathology as gold standard.  In total, 20 AKs were examined by HD-OCT in the en-face and slice imaging modes and characteristic features were described and evaluated in comparison with the histopathological findings. Furthermore, the HD-OCT images of a subgroup of AKs were compared with those of the clinically normal adjacent skin.  The preoperative in vivo diagnostics showed the following features in the en-face imaging mode of HD-OCT: disruption of stratum corneum, architectural disarray, cellular/nuclear polymorphism in the stratum granulosum/stratum spinosum, and bright irregular bundles in the superficial dermis. In the vertical slice imaging mode the following characteristics were found: irregular entrance signal, destruction of layering, white streaks and dots, and grey areas. In contrast, the clinically healthy adjacent skin showed mainly a regular epidermal 'honeycomb' pattern in the en-face mode and distinct layering of the skin in the slice mode.  HD-OCT with both the en-face and slice imaging modes offers additional information in the diagnosis of AK compared with conventional OCT and might enhance the possibility of the noninvasive diagnosis of AK prior to treatment procedures and possibly in the monitoring of noninvasive treatment strategies. © 2012 The Authors. BJD © 2012 British Association of Dermatologists.

  6. RETROSPECTIVE DETECTION OF INTERLEAVED SLICE ACQUISITION PARAMETERS FROM FMRI DATA

    Science.gov (United States)

    Parker, David; Rotival, Georges; Laine, Andrew; Razlighi, Qolamreza R.

    2015-01-01

    To minimize slice excitation leakage to adjacent slices, interleaved slice acquisition is nowadays performed regularly in fMRI scanners. In interleaved slice acquisition, the number of slices skipped between two consecutive slice acquisitions is often referred to as the ‘interleave parameter’; the loss of this parameter can be catastrophic for the analysis of fMRI data. In this article we present a method to retrospectively detect the interleave parameter and the axis in which it is applied. Our method relies on the smoothness of the temporal-distance correlation function, which becomes disrupted along the axis on which interleaved slice acquisition is applied. We examined this method on simulated and real data in the presence of fMRI artifacts such as physiological noise, motion, etc. We also examined the reliability of this method in detecting different types of interleave parameters and demonstrated an accuracy of about 94% in more than 1000 real fMRI scans. PMID:26161244

  7. Water-activity of dehydrated guava slices sweeteners

    International Nuclear Information System (INIS)

    Ayub, M.; Zeb, A.; Ullah, J.

    2005-01-01

    A study was carried out to investigate the individual and combined effect of caloric sweeteners (sucrose, glucose and fructose) and non-caloric sweeteners (saccharine, cyclamate and aspartame) along with antioxidants (citric acid and ascorbic acid) and chemical preservatives (potassium metabisulphite and potassium sorbate) on the water-activity (a/sub w/) of dehydrated guava slices. Different dilutions of caloric sweeteners (20, 30, 40 and 50 degree brix (bx) and non-caloric sweeteners (equivalent to sucrose sweetness) were used. Guava slices were osmotically dehydrated in these solutions and then dehydrated initially at 0 and then at 60 degree C to final moisture-content of 20-25%. Guava slices prepared with sucrose: glucose 7:3 potassium metabisulphite, ascorbic acid and citric acid produced best quality products, which have minimum (a/sub w/) and best overall sensory characteristics. The analysis showed that treatments and their various concentrations had a significant effect (p=0.05) on (a/sub w/) of dehydrated guava slices. (author)

  8. Interactive Slice of the CMS detector

    CERN Multimedia

    Davis, Siona Ruth

    2016-01-01

    This slice shows a colorful cross-section of the CMS detector with all parts of the detector labelled. Viewers are invited to click on buttons associated with five types of particles to see what happens when each type interacts with the sections of the detector. The five types of particles users can select to send through the slice are muons, electrons, neutral hadrons, charged hadrons and photons. Supplementary information on each type of particles is given. Useful for inclusion into general talks on CMS etc. *Animated CMS "slice" for Powerpoint (Mac & PC) Original version - 2004 Updated version - July 2010 *Six slides required - first is a set of buttons; others are for each particle type (muon, electron, charged/neutral hadron, photon) Recommend putting slide 1 anywhere in your presentation and the rest at the end

  9. Development of a bread slicing machine from locally sourced ...

    African Journals Online (AJOL)

    This paper presents the development of a bread slicing machine which is a mechanical device that is used for slicing bread instead of the crude cumbersome and unhygienic method of manual slicing of bread. In an attempt to facilitate the final processing of bread which is a common daily food requirement of most Nigerians ...

  10. Lunar Navigation Architecture Design Considerations

    Science.gov (United States)

    D'Souza, Christopher; Getchius, Joel; Holt, Greg; Moreau, Michael

    2009-01-01

    The NASA Constellation Program is aiming to establish a long-term presence on the lunar surface. The Constellation elements (Orion, Altair, Earth Departure Stage, and Ares launch vehicles) will require a lunar navigation architecture for navigation state updates during lunar-class missions. Orion in particular has baselined earth-based ground direct tracking as the primary source for much of its absolute navigation needs. However, due to the uncertainty in the lunar navigation architecture, the Orion program has had to make certain assumptions on the capabilities of such architectures in order to adequately scale the vehicle design trade space. The following paper outlines lunar navigation requirements, the Orion program assumptions, and the impacts of these assumptions to the lunar navigation architecture design. The selection of potential sites was based upon geometric baselines, logistical feasibility, redundancy, and abort support capability. Simulated navigation covariances mapped to entry interface flightpath- angle uncertainties were used to evaluate knowledge errors. A minimum ground station architecture was identified consisting of Goldstone, Madrid, Canberra, Santiago, Hartebeeshoek, Dongora, Hawaii, Guam, and Ascension Island (or the geometric equivalent).

  11. Cardiac tissue slices: preparation, handling, and successful optical mapping.

    Science.gov (United States)

    Wang, Ken; Lee, Peter; Mirams, Gary R; Sarathchandra, Padmini; Borg, Thomas K; Gavaghan, David J; Kohl, Peter; Bollensdorff, Christian

    2015-05-01

    Cardiac tissue slices are becoming increasingly popular as a model system for cardiac electrophysiology and pharmacology research and development. Here, we describe in detail the preparation, handling, and optical mapping of transmembrane potential and intracellular free calcium concentration transients (CaT) in ventricular tissue slices from guinea pigs and rabbits. Slices cut in the epicardium-tangential plane contained well-aligned in-slice myocardial cell strands ("fibers") in subepicardial and midmyocardial sections. Cut with a high-precision slow-advancing microtome at a thickness of 350 to 400 μm, tissue slices preserved essential action potential (AP) properties of the precutting Langendorff-perfused heart. We identified the need for a postcutting recovery period of 36 min (guinea pig) and 63 min (rabbit) to reach 97.5% of final steady-state values for AP duration (APD) (identified by exponential fitting). There was no significant difference between the postcutting recovery dynamics in slices obtained using 2,3-butanedione 2-monoxime or blebistatin as electromechanical uncouplers during the cutting process. A rapid increase in APD, seen after cutting, was caused by exposure to ice-cold solution during the slicing procedure, not by tissue injury, differences in uncouplers, or pH-buffers (bicarbonate; HEPES). To characterize intrinsic patterns of CaT, AP, and conduction, a combination of multipoint and field stimulation should be used to avoid misinterpretation based on source-sink effects. In summary, we describe in detail the preparation, mapping, and data analysis approaches for reproducible cardiac tissue slice-based investigations into AP and CaT dynamics. Copyright © 2015 the American Physiological Society.

  12. Geometry Processing of Conventionally Produced Mouse Brain Slice Images.

    Science.gov (United States)

    Agarwal, Nitin; Xu, Xiangmin; Gopi, M

    2018-04-21

    Brain mapping research in most neuroanatomical laboratories relies on conventional processing techniques, which often introduce histological artifacts such as tissue tears and tissue loss. In this paper we present techniques and algorithms for automatic registration and 3D reconstruction of conventionally produced mouse brain slices in a standardized atlas space. This is achieved first by constructing a virtual 3D mouse brain model from annotated slices of Allen Reference Atlas (ARA). Virtual re-slicing of the reconstructed model generates ARA-based slice images corresponding to the microscopic images of histological brain sections. These image pairs are aligned using a geometric approach through contour images. Histological artifacts in the microscopic images are detected and removed using Constrained Delaunay Triangulation before performing global alignment. Finally, non-linear registration is performed by solving Laplace's equation with Dirichlet boundary conditions. Our methods provide significant improvements over previously reported registration techniques for the tested slices in 3D space, especially on slices with significant histological artifacts. Further, as one of the application we count the number of neurons in various anatomical regions using a dataset of 51 microscopic slices from a single mouse brain. To the best of our knowledge the presented work is the first that automatically registers both clean as well as highly damaged high-resolutions histological slices of mouse brain to a 3D annotated reference atlas space. This work represents a significant contribution to this subfield of neuroscience as it provides tools to neuroanatomist for analyzing and processing histological data. Copyright © 2018 Elsevier B.V. All rights reserved.

  13. Interdisciplinary skills in architectural and engineering education programs

    DEFF Research Database (Denmark)

    Andersson, Niclas; Andersson, Pernille Hammar

    2006-01-01

    and requirements for reinforcement of the interdisciplinary skills within the architectural and engineering education programs as to face the challenges from industry. The study claims that the development of interdisciplinary skills should be regarded a pedagogical issue that can be accomplished by integrative...... project. Besides, new and more integrated forms of co-operation between the various actors make the prevalent professional disciplines more ambiguous and it compels into a need for trans-professional skills among the actors. In contrast to the requirements for interdisciplinary skills, the educational...... training programmes of architects and engineers are traditionally characterised by strict disciplinary boundaries. Thus, the prevailing educational system is challenged to meet the demands for trans-professional skills within industry. The purpose of this paper is to outline some pedagogical prerequisites...

  14. Influence of γ-irradiation on drying of slice potato

    International Nuclear Information System (INIS)

    Wang Jun; Chao Yan; Fu Junjie; Wang Jianping

    2001-01-01

    A new technology is introduced to dry food products by hot-air after pretreated by irradiation. The influence of different dosage of irradiation, temperature of hot air, thickness of the slice potato on the rate of dehydration temperature of irradiated potato were studied. A conclusion is reached that the 3 factors, irradiation dosage, hot-air temperature and thickness of slice potato, affect the rate of dehydration and temperature of slice potato. The higher the dosage is, the greater the rate of dehydration of potato becomes, and the higher the temperature of the slice potato gets. (authors)

  15. Influence of the slice thickness in CT to clinical effect

    International Nuclear Information System (INIS)

    Kimura, Kazue; Katakura, Toshihiko; Ito, Masami; Okuaki, Okihisa; Suzuki, Kenji

    1980-01-01

    CT is a kind of tomography. Therefore, what thickness of tissue is being observed in the picture - this is important in the clinical application of CT. The influence of slice thickness on the pictures, especially its clinical effect, was examined. The apparatus used is EMI CT 5005. For varying the slice thickness, it cannot be any larger than the thickness essential to the apparatus. Therefore, to make it thinner than the essential 14 mm, collimators were specially prepared, which were used on the sides of an X-ray tube and a detector. As basic observation, the revelation ability of form owing to the difference of slice thickness using acryl pipes, and the revelation ability of slice face owing to the difference of slice thickness, were examined. About clinical observation, the results for certain cases of cancer were compared with the CT images for the slice thickness of 14 mm essential to EMI CT 5005 and the slice thickness of 7 mm achieved by means of the collimators. (J.P.N.)

  16. Look and Do Ancient Egypt. Teacher's Manual: Primary Program, Ancient Egypt Art & Architecture [and] Workbook: The Art and Architecture of Ancient Egypt [and] K-4 Videotape. History through Art and Architecture.

    Science.gov (United States)

    Luce, Ann Campbell

    This resource contains a teaching manual, reproducible student workbook, and color teaching poster, which were designed to accompany a 2-part, 34-minute videotape, but may be adapted for independent use. Part 1 of the program, "The Old Kingdom," explains Egyptian beliefs concerning life after death as evidenced in art, architecture and…

  17. A heterogeneous hierarchical architecture for real-time computing

    Energy Technology Data Exchange (ETDEWEB)

    Skroch, D.A.; Fornaro, R.J.

    1988-12-01

    The need for high-speed data acquisition and control algorithms has prompted continued research in the area of multiprocessor systems and related programming techniques. The result presented here is a unique hardware and software architecture for high-speed real-time computer systems. The implementation of a prototype of this architecture has required the integration of architecture, operating systems and programming languages into a cohesive unit. This report describes a Heterogeneous Hierarchial Architecture for Real-Time (H{sup 2} ART) and system software for program loading and interprocessor communication.

  18. The topology of large-scale structure. VI - Slices of the universe

    Science.gov (United States)

    Park, Changbom; Gott, J. R., III; Melott, Adrian L.; Karachentsev, I. D.

    1992-03-01

    Results of an investigation of the topology of large-scale structure in two observed slices of the universe are presented. Both slices pass through the Coma cluster and their depths are 100 and 230/h Mpc. The present topology study shows that the largest void in the CfA slice is divided into two smaller voids by a statistically significant line of galaxies. The topology of toy models like the white noise and bubble models is shown to be inconsistent with that of the observed slices. A large N-body simulation was made of the biased cloud dark matter model and the slices are simulated by matching them in selection functions and boundary conditions. The genus curves for these simulated slices are spongelike and have a small shift in the direction of a meatball topology like those of observed slices.

  19. The topology of large-scale structure. VI - Slices of the universe

    Science.gov (United States)

    Park, Changbom; Gott, J. R., III; Melott, Adrian L.; Karachentsev, I. D.

    1992-01-01

    Results of an investigation of the topology of large-scale structure in two observed slices of the universe are presented. Both slices pass through the Coma cluster and their depths are 100 and 230/h Mpc. The present topology study shows that the largest void in the CfA slice is divided into two smaller voids by a statistically significant line of galaxies. The topology of toy models like the white noise and bubble models is shown to be inconsistent with that of the observed slices. A large N-body simulation was made of the biased cloud dark matter model and the slices are simulated by matching them in selection functions and boundary conditions. The genus curves for these simulated slices are spongelike and have a small shift in the direction of a meatball topology like those of observed slices.

  20. High-resolution multi-slice PET

    International Nuclear Information System (INIS)

    Yasillo, N.J.; Chintu Chen; Ordonez, C.E.; Kapp, O.H.; Sosnowski, J.; Beck, R.N.

    1992-01-01

    This report evaluates the progress to test the feasibility and to initiate the design of a high resolution multi-slice PET system. The following specific areas were evaluated: detector development and testing; electronics configuration and design; mechanical design; and system simulation. The design and construction of a multiple-slice, high-resolution positron tomograph will provide substantial improvements in the accuracy and reproducibility of measurements of the distribution of activity concentrations in the brain. The range of functional brain research and our understanding of local brain function will be greatly extended when the development of this instrumentation is completed

  1. Time Shared Optical Network (TSON): a novel metro architecture for flexible multi-granular services.

    Science.gov (United States)

    Zervas, Georgios S; Triay, Joan; Amaya, Norberto; Qin, Yixuan; Cervelló-Pastor, Cristina; Simeonidou, Dimitra

    2011-12-12

    This paper presents the Time Shared Optical Network (TSON) as metro mesh network architecture for guaranteed, statistically-multiplexed services. TSON proposes a flexible and tunable time-wavelength assignment along with one-way tree-based reservation and node architecture. It delivers guaranteed sub-wavelength and multi-granular network services without wavelength conversion, time-slice interchange and optical buffering. Simulation results demonstrate high network utilization, fast service delivery, and low end-to-end delay on a contention-free sub-wavelength optical transport network. In addition, implementation complexity in terms of Layer 2 aggregation, grooming and optical switching has been evaluated. © 2011 Optical Society of America

  2. Maternal perinatal diet induces developmental programming of bone architecture.

    Science.gov (United States)

    Devlin, M J; Grasemann, C; Cloutier, A M; Louis, L; Alm, C; Palmert, M R; Bouxsein, M L

    2013-04-01

    Maternal high-fat (HF) diet can alter offspring metabolism via perinatal developmental programming. This study tests the hypothesis that maternal HF diet also induces perinatal programming of offspring bone mass and strength. We compared skeletal acquisition in pups from C57Bl/6J mice fed HF or normal diet from preconception through lactation. Three-week-old male and female pups from HF (HF-N) and normal mothers (N-N) were weaned onto normal diet. Outcomes at 14 and 26 weeks of age included body mass, body composition, whole-body bone mineral content (WBBMC) via peripheral dual-energy X-ray absorptiometry, femoral cortical and trabecular architecture via microcomputed tomography, and glucose tolerance. Female HF-N had normal body mass and glucose tolerance, with lower body fat (%) but higher serum leptin at 14 weeks vs. N-N (Pbone volume fraction was 20% higher at 14 weeks in female HF-N vs. N-N (Pbone area was 6% higher at 14 weeks vs. N-N (Pbone, supporting the hypothesis that maternal diet alters postnatal skeletal homeostasis.

  3. Sustainable, Reliable Mission-Systems Architecture

    Science.gov (United States)

    O'Neil, Graham; Orr, James K.; Watson, Steve

    2007-01-01

    A mission-systems architecture, based on a highly modular infrastructure utilizing: open-standards hardware and software interfaces as the enabling technology is essential for affordable and sustainable space exploration programs. This mission-systems architecture requires (a) robust communication between heterogeneous system, (b) high reliability, (c) minimal mission-to-mission reconfiguration, (d) affordable development, system integration, and verification of systems, and (e) minimal sustaining engineering. This paper proposes such an architecture. Lessons learned from the Space Shuttle program and Earthbound complex engineered system are applied to define the model. Technology projections reaching out 5 years are mde to refine model details.

  4. Introduction to bit slices and microprogramming

    International Nuclear Information System (INIS)

    Van Dam, A.

    1981-01-01

    Bit-slice logic blocks are fourth-generation LSI components which are natural extensions of traditional mulitplexers, registers, decoders, counters, ALUs, etc. Their functionality is controlled by microprogramming, typically to implement CPUs and peripheral controllers where both speed and easy programmability are required for flexibility, ease of implementation and debugging, etc. Processors built from bit-slice logic give the designer an alternative for approaching the programmibility of traditional fixed-instruction-set microprocessors with a speed closer to that of hardwired random logic. (orig.)

  5. Gravitational collapse of charged dust shell and maximal slicing condition

    International Nuclear Information System (INIS)

    Maeda, Keiichi

    1980-01-01

    The maximal slicing condition is a good time coordinate condition qualitatively when pursuing the gravitational collapse by the numerical calculation. The analytic solution of the gravitational collapse under the maximal slicing condition is given in the case of a spherical charged dust shell and the behavior of time slices with this coordinate condition is investigated. It is concluded that under the maximal slicing condition we can pursue the gravitational collapse until the radius of the shell decreases to about 0.7 x (the radius of the event horizon). (author)

  6. Preservation of low slice emittance in bunch compressors

    Directory of Open Access Journals (Sweden)

    S. Bettoni

    2016-03-01

    Full Text Available Minimizing the dilution of the electron beam emittance is crucial for the performance of accelerators, in particular for free electron laser facilities, where the length of the machine and the efficiency of the lasing process depend on it. Measurements performed at the SwissFEL Injector Test Facility revealed an increase in slice emittance after compressing the bunch even for moderate compression factors. The phenomenon was experimentally studied by characterizing the dependence of the effect on beam and machine parameters relevant for the bunch compression. The reproduction of these measurements in simulation required the use of a 3D beam dynamics model along the bunch compressor that includes coherent synchrotron radiation. Our investigations identified transverse effects, such as coherent synchrotron radiation and transverse space charge as the sources of the observed emittance dilution, excluding other effects, such as chromatic effects on single slices or spurious dispersion. We also present studies, both experimental and simulation based, on the effect of the optics mismatch of the slices on the variation of the slice emittance along the bunch. After a corresponding reoptimization of the beam optics in the test facility we reached slice emittances below 200 nm for the central slices along the longitudinal dimension with a moderate increase up to 300 nm in the head and tail for a compression factor of 7.5 and a bunch charge of 200 pC, equivalent to a final current of 150 A, at about 230 MeV energy.

  7. Neural Architectures for Control

    Science.gov (United States)

    Peterson, James K.

    1991-01-01

    The cerebellar model articulated controller (CMAC) neural architectures are shown to be viable for the purposes of real-time learning and control. Software tools for the exploration of CMAC performance are developed for three hardware platforms, the MacIntosh, the IBM PC, and the SUN workstation. All algorithm development was done using the C programming language. These software tools were then used to implement an adaptive critic neuro-control design that learns in real-time how to back up a trailer truck. The truck backer-upper experiment is a standard performance measure in the neural network literature, but previously the training of the controllers was done off-line. With the CMAC neural architectures, it was possible to train the neuro-controllers on-line in real-time on a MS-DOS PC 386. CMAC neural architectures are also used in conjunction with a hierarchical planning approach to find collision-free paths over 2-D analog valued obstacle fields. The method constructs a coarse resolution version of the original problem and then finds the corresponding coarse optimal path using multipass dynamic programming. CMAC artificial neural architectures are used to estimate the analog transition costs that dynamic programming requires. The CMAC architectures are trained in real-time for each obstacle field presented. The coarse optimal path is then used as a baseline for the construction of a fine scale optimal path through the original obstacle array. These results are a very good indication of the potential power of the neural architectures in control design. In order to reach as wide an audience as possible, we have run a seminar on neuro-control that has met once per week since 20 May 1991. This seminar has thoroughly discussed the CMAC architecture, relevant portions of classical control, back propagation through time, and adaptive critic designs.

  8. Open System Architecture design for planet surface systems

    Science.gov (United States)

    Petri, D. A.; Pieniazek, L. A.; Toups, L. D.

    1992-01-01

    The Open System Architecture is an approach to meeting the needs for flexibility and evolution of the U.S. Space Exploration Initiative program of the manned exploration of the solar system and its permanent settlement. This paper investigates the issues that future activities of the planet exploration program must confront, defines the basic concepts that provide the basis for establishing an Open System Architecture, identifies the appropriate features of such an architecture, and discusses examples of Open System Architectures.

  9. Combining Self-Explaining with Computer Architecture Diagrams to Enhance the Learning of Assembly Language Programming

    Science.gov (United States)

    Hung, Y.-C.

    2012-01-01

    This paper investigates the impact of combining self explaining (SE) with computer architecture diagrams to help novice students learn assembly language programming. Pre- and post-test scores for the experimental and control groups were compared and subjected to covariance (ANCOVA) statistical analysis. Results indicate that the SE-plus-diagram…

  10. On Architectural Acoustics Design using Computer Simulation

    DEFF Research Database (Denmark)

    Schmidt, Anne Marie Due; Kirkegaard, Poul Henning

    2004-01-01

    The acoustical quality of a given building, or space within the building, is highly dependent on the architectural design. Architectural acoustics design has in the past been based on simple design rules. However, with a growing complexity in the architectural acoustic and the emergence of potent...... room acoustic simulation programs it is now possible to subjectively analyze and evaluate acoustic properties prior to the actual construction of a facility. With the right tools applied, the acoustic design can become an integrated part of the architectural design process. The aim of the present paper...... this information is discussed. The conclusion of the paper is that the application of acoustical simulation programs is most beneficial in the last of three phases but that an application of the program to the two first phases would be preferable and possible with an improvement of the interface of the program....

  11. A simple method for multiday imaging of slice cultures.

    Science.gov (United States)

    Seidl, Armin H; Rubel, Edwin W

    2010-01-01

    The organotypic slice culture (Stoppini et al. A simple method for organotypic cultures of nervous tissue. 1991;37:173-182) has become the method of choice to answer a variety of questions in neuroscience. For many experiments, however, it would be beneficial to image or manipulate a slice culture repeatedly, for example, over the course of many days. We prepared organotypic slice cultures of the auditory brainstem of P3 and P4 mice and kept them in vitro for up to 4 weeks. Single cells in the auditory brainstem were transfected with plasmids expressing fluorescent proteins by way of electroporation (Haas et al. Single-cell electroporation for gene transfer in vivo. 2001;29:583-591). The culture was then placed in a chamber perfused with oxygenated ACSF and the labeled cell imaged with an inverted wide-field microscope repeatedly for multiple days, recording several time-points per day, before returning the slice to the incubator. We describe a simple method to image a slice culture preparation during the course of multiple days and over many continuous hours, without noticeable damage to the tissue or photobleaching. Our method uses a simple, inexpensive custom-built insulator constructed around the microscope to maintain controlled temperature and uses a perfusion chamber as used for in vitro slice recordings. (c) 2009 Wiley-Liss, Inc.

  12. 23 CFR 940.9 - Regional ITS architecture.

    Science.gov (United States)

    2010-04-01

    ... 23 Highways 1 2010-04-01 2010-04-01 false Regional ITS architecture. 940.9 Section 940.9 Highways... INTELLIGENT TRANSPORTATION SYSTEM ARCHITECTURE AND STANDARDS § 940.9 Regional ITS architecture. (a) A regional ITS architecture shall be developed to guide the development of ITS projects and programs and be...

  13. Endogenous 24S-hydroxycholesterol modulates NMDAR-mediated function in hippocampal slices.

    Science.gov (United States)

    Sun, Min-Yu; Izumi, Yukitoshi; Benz, Ann; Zorumski, Charles F; Mennerick, Steven

    2016-03-01

    N-methyl-D-aspartate receptors (NMDARs), a major subtype of glutamate receptors mediating excitatory transmission throughout the central nervous system (CNS), play critical roles in governing brain function and cognition. Because NMDAR dysfunction contributes to the etiology of neurological and psychiatric disorders including stroke and schizophrenia, NMDAR modulators are potential drug candidates. Our group recently demonstrated that the major brain cholesterol metabolite, 24S-hydroxycholesterol (24S-HC), positively modulates NMDARs when exogenously administered. Here, we studied whether endogenous 24S-HC regulates NMDAR activity in hippocampal slices. In CYP46A1(-/-) (knockout; KO) slices where endogenous 24S-HC is greatly reduced, NMDAR tone, measured as NMDAR-to-α-amino-3-hydroxy-5-methyl-4-isoxazolepropionic acid receptor (AMPAR) excitatory postsynaptic current (EPSC) ratio, was reduced. This difference translated into more NMDAR-driven spiking in wild-type (WT) slices compared with KO slices. Application of SGE-301, a 24S-HC analog, had comparable potentiating effects on NMDAR EPSCs in both WT and KO slices, suggesting that endogenous 24S-HC does not saturate its NMDAR modulatory site in ex vivo slices. KO slices did not differ from WT slices in either spontaneous neurotransmission or in neuronal intrinsic excitability, and exhibited LTP indistinguishable from WT slices. However, KO slices exhibited higher resistance to persistent NMDAR-dependent depression of synaptic transmission induced by oxygen-glucose deprivation (OGD), an effect restored by SGE-301. Together, our results suggest that loss of positive NMDAR tone does not elicit compensatory changes in excitability or transmission, but it protects transmission against NMDAR-mediated dysfunction. We expect that manipulating this endogenous NMDAR modulator may offer new treatment strategies for neuropsychiatric dysfunction. Copyright © 2016 the American Physiological Society.

  14. Relationship of radiation dose and spiral pitch for multi-slice CT system

    International Nuclear Information System (INIS)

    Song Shaojuan; Wang Wei; Liu Chuanya

    2006-01-01

    Objective: To study the relations of radiation dose and spiral pitch for multi-slice CT system. Methods: 16 mm dose phantom with solidose 300/400 pen-style ion chamber inserted into each of five holes in turn was scanned with different spiral pitch by LightSpeed 16-slice CT and Sensation 16-slice and 64-slice CT and radiation dose. Results: CTDI vol of axial scan and spiral scan for the three types of CT system are: (1) LightSpeed 16-slice CT: 28.9 (axial), 51.4 (pitch 0.562), 30.8 (pitch 0.938) and 16.5 ( pitch 1.75 ); (2) Sensation 16-slice CT: 41.2(axial) and 40.3(pitch 0.5) ,41.5(pitch 1) and 43.2(pitch 1.5); (3) Sensation 64- slice CT: 41.2(axial) and 40.3(pitch 0.5),41.5(pitch 1),43.2(pitch 1.5). Conclusions: For LightSpeed 16-slice CT, the measured radiation dose decreased with the increase of spiral pitch, the image quality could keep constant only if we increase mAs. While for Sensation 16-slice and 64-slice CT system, the measured radiation dose was identical for different pitch, and the image quality was identical because of the use of mAs auto control technique The mAs should be adjusted in different way according to the type of CT system when the pitch is changed in daily operation. (authors)

  15. 75 FR 2144 - Public Buildings Service; Submission for OMB Review; Art-in-Architecture Program National Artist...

    Science.gov (United States)

    2010-01-14

    ... GENERAL SERVICES ADMINISTRATION [OMB Control No. 3090-0274] Public Buildings Service; Submission for OMB Review; Art-in- Architecture Program National Artist Registry AGENCY: Public Buildings Service... in 2000 when a renewed focus on commissioning works of art that are an integral part of the building...

  16. Generalized Fourier slice theorem for cone-beam image reconstruction.

    Science.gov (United States)

    Zhao, Shuang-Ren; Jiang, Dazong; Yang, Kevin; Yang, Kang

    2015-01-01

    The cone-beam reconstruction theory has been proposed by Kirillov in 1961, Tuy in 1983, Feldkamp in 1984, Smith in 1985, Pierre Grangeat in 1990. The Fourier slice theorem is proposed by Bracewell 1956, which leads to the Fourier image reconstruction method for parallel-beam geometry. The Fourier slice theorem is extended to fan-beam geometry by Zhao in 1993 and 1995. By combining the above mentioned cone-beam image reconstruction theory and the above mentioned Fourier slice theory of fan-beam geometry, the Fourier slice theorem in cone-beam geometry is proposed by Zhao 1995 in short conference publication. This article offers the details of the derivation and implementation of this Fourier slice theorem for cone-beam geometry. Especially the problem of the reconstruction from Fourier domain has been overcome, which is that the value of in the origin of Fourier space is 0/0. The 0/0 type of limit is proper handled. As examples, the implementation results for the single circle and two perpendicular circle source orbits are shown. In the cone-beam reconstruction if a interpolation process is considered, the number of the calculations for the generalized Fourier slice theorem algorithm is O(N^4), which is close to the filtered back-projection method, here N is the image size of 1-dimension. However the interpolation process can be avoid, in that case the number of the calculations is O(N5).

  17. Improved biochemical preservation of lung slices during cold storage.

    Science.gov (United States)

    Bull, D A; Connors, R C; Reid, B B; Albanil, A; Stringham, J C; Karwande, S V

    2000-05-15

    Development of lung preservation solutions typically requires whole-organ models which are animal and labor intensive. These models rely on physiologic rather than biochemical endpoints, making accurate comparison of the relative efficacy of individual solution components difficult. We hypothesized that lung slices could be used to assess preservation of biochemical function during cold storage. Whole rat lungs were precision cut into slices with a thickness of 500 microm and preserved at 4 degrees C in the following solutions: University of Wisconsin (UW), Euro-Collins (EC), low-potassium-dextran (LPD), Kyoto (K), normal saline (NS), or a novel lung preservation solution (NPS) developed using this model. Lung biochemical function was assessed by ATP content (etamol ATP/mg wet wt) and capacity for protein synthesis (cpm/mg protein) immediately following slicing (0 h) and at 6, 12, 18, and 24 h of cold storage. Six slices were assayed at each time point for each solution. The data were analyzed using analysis of variance and are presented as means +/- SD. ATP content was significantly higher in the lung slices stored in NPS compared with all other solutions at each time point (P cold storage. Copyright 2000 Academic Press.

  18. Continuous Slice Functional Calculus in Quaternionic Hilbert Spaces

    Science.gov (United States)

    Ghiloni, Riccardo; Moretti, Valter; Perotti, Alessandro

    2013-04-01

    The aim of this work is to define a continuous functional calculus in quaternionic Hilbert spaces, starting from basic issues regarding the notion of spherical spectrum of a normal operator. As properties of the spherical spectrum suggest, the class of continuous functions to consider in this setting is the one of slice quaternionic functions. Slice functions generalize the concept of slice regular function, which comprises power series with quaternionic coefficients on one side and that can be seen as an effective generalization to quaternions of holomorphic functions of one complex variable. The notion of slice function allows to introduce suitable classes of real, complex and quaternionic C*-algebras and to define, on each of these C*-algebras, a functional calculus for quaternionic normal operators. In particular, we establish several versions of the spectral map theorem. Some of the results are proved also for unbounded operators. However, the mentioned continuous functional calculi are defined only for bounded normal operators. Some comments on the physical significance of our work are included.

  19. Thermoluminescence results on slices from a Hiroshima tile UHFSFT03

    International Nuclear Information System (INIS)

    Stoneham, Doreen

    1987-01-01

    As was reported at the May 1984 Utah thermoluminescence (TL) workshop, high fired tiles and porcelain fragments can be sliced into 200 μm sections with constant surface area. When conventional pre-dose measurements were carried out on these slices the doses evaluated were in good agreement with results obtained by other workers using conventional quartz separation techniques. There are several advantages in using slices. First, less sample is needed as about 50 consecutive slices can be cut from a block measuring typically 1 cm 2 cross section and 2 cm in length. There are no problems with securing grains to the plate or loss of grains during measurement. Hypothetically there is less damage to the grains when they are cut slowly under cold water than when they are crushed. The disadvantage is that other minerals besides quartz are present in the slice and the signal is weaker than that obtained using quartz inclusions

  20. Modeling and Realization of a Bearingless Flux-Switching Slice Motor

    Directory of Open Access Journals (Sweden)

    Wolfgang Gruber

    2017-03-01

    Full Text Available This work introduces a novel bearingless slice motor design: the bearingless flux-switching slice motor. In contrast to state-of-the-art bearingless slice motors, the rotor in this new design does not include any permanent rotor magnets. This offers advantages for disposable devices, such as those used in the medical industry, and extends the range of bearingless slice motors toward high-temperature applications. In this study, our focus is on the analytical modeling of the suspension force torque generation of a single coil and the bearingless motor. We assessed motor performance in relation to motor topology by applying performance factors. A prototype motor was optimized, designed, and manufactured. We also presented the state-of-the-art nonlinear feedback control scheme used. The motor was operated, and both static and dynamic measurements were taken on a test bench, thus successfully demonstrating the functionality and applicability of the novel bearingless slice motor concept.

  1. Design and Development of a tomato Slicing Machine

    OpenAIRE

    Kamaldeen Oladimeji Salaudeen; Awagu E. F.

    2012-01-01

    Principle of slicing was reviewed and tomato slicing machine was developed based on appropriate technology. Locally available materials like wood, stainless steel and mild steel were used in the fabrication. The machine was made to cut tomatoes in 2cm thickness. The capacity of the machine is 540.09g per minute and its performance efficiency is 70%.

  2. Terpsichorean Architecture: Guest Editor’s Introduction

    Directory of Open Access Journals (Sweden)

    Tony Mitchell

    2011-09-01

    Full Text Available ‘Writing about music is like dancing about architecture – it’s a really stupid thing to want to do,’ is a statement usually attributed to Elvis Costello in Musician magazine No. 60 (October 1983, 52, which has long been quoted as evidence of the impossibility of writing adequately about the processes of producing and listening to music. Leaving aside the fact that Costello has denied he ever said it, and it has been mistakenly attributed to a number of other musicians over the years, including Laurie Anderson, David Byrne and Frank Zappa (who actually said ‘rock journalism is people who can't write, preparing stories based on interviews with people who can't talk, in order to amuse people who can't read’, this special journal issue sets out to prove the contrary. The papers in this special issue draw on evidence of the volume of important writing that exists about all forms of music, in academic, journalistic and creative fields, and discuss different ways in which music has been ‘translated’ into language. The English jazz writer Paul Savage, for example, describing the music of John Coltrane, refers to ‘a musical monument like that feat of terpsichorean architecture Giant Steps’. And in a 2004 issue of the Architectural Review (vol. 216, August entitled ‘Terpsichore and the Architects,’ Simon Goldhill notes that in ancient Greek theatre, ‘the chorus danced the architecture of the theatrical space into being’ and ‘the dancer was a storyteller whose body told a story, like a sculpture coming alive or a mobile embodiment of tradition.’ Choreographer Siobhan Davies speaks of the dancer building ‘an inner architecture with volume, texture and rhythm, which allows you to slice up space … Classical ballet and classical architecture share proportion, grandeur, and the idea of being at the centre of the universe … Light and acoustics are very important in dance and architecture: we have to consider how we introduce

  3. Automated Design of Application-Specific Smart Camera Architectures

    NARCIS (Netherlands)

    Caarls, W.

    2008-01-01

    Parallel heterogeneous multiprocessor systems are often shunned in embedded system design, not only because of their design complexity but because of the programming burden. Programs for such systems are architecture-dependent: the application developer needs architecture-specific knowledge to

  4. Sugar uptake and starch biosynthesis by slices of developing maize endosperm

    International Nuclear Information System (INIS)

    Felker, F.C.; Liu, Kangchien; Shannon, J.C.

    1990-01-01

    14 C-Sugar uptake and incorporation into starch by slices of developing maize (Zea mays L.) endosperm were examined and compared with sugar uptake by maize endosperm-derived suspension cultures. Rates of sucrose, fructose, and D- and L-glucose uptake by slices were similar, whereas uptake rates for these sugars differed greatly in suspension cultures. Concentration dependence of sucrose, fructose, and D-glucose uptake was biphasic (consisting of linear plus saturable components) with suspension cultures but linear with slices. These and other differences suggest that endosperm slices are freely permeable to sugars. After diffusion into the slices, sugars were metabolized and incorporated into starch. Starch synthesis, but not sugar accumulation, was greatly reduced by 2.5 millimolar p-chloromercuribenzenesulfonic acid and 0.1 millimolar carbonyl cyanide m-chlorophenylhydrazone. Starch synthesis was dependent on kernel age and incubation temperature, but not on external pH (5 through 8). Competing sugars generally did not affect the distribution of 14 C among the soluble sugars extracted from endosperm slices incubated in 14 C-sugars. Competing hexoses reduced the incorporation of 14 C into starch, but competing sucrose did not, suggesting that sucrose is not a necessary intermediate in starch biosynthesis. The bidirectional permeability of endosperm slices to sugars makes the characterization of sugar transport into endosperm slices impossible, however the model system is useful for experiments dealing with starch biosynthesis which occurs in the metabolically active tissue

  5. Layer-by-Layer Motif Architectures: Programmed Electrochemical Syntheses of Multilayer Mesoporous Metallic Films with Uniformly Sized Pores.

    Science.gov (United States)

    Jiang, Bo; Li, Cuiling; Qian, Huayu; Hossain, Md Shahriar A; Malgras, Victor; Yamauchi, Yusuke

    2017-06-26

    Although multilayer films have been extensively reported, most compositions have been limited to non-catalytically active materials (e.g. polymers, proteins, lipids, or nucleic acids). Herein, we report the preparation of binder-free multilayer metallic mesoporous films with sufficient accessibility for high electrocatalytic activity by using a programmed electrochemical strategy. By precisely tuning the deposition potential and duration, multilayer mesoporous architectures consisting of alternating mesoporous Pd layers and mesoporous PdPt layers with controlled layer thicknesses can be synthesized within a single electrolyte, containing polymeric micelles as soft templates. This novel architecture, combining the advantages of bimetallic alloys, multilayer architectures, and mesoporous structures, exhibits high electrocatalytic activity for both the methanol oxidation reaction (MOR) and the ethanol oxidation reaction (EOR). © 2017 Wiley-VCH Verlag GmbH & Co. KGaA, Weinheim.

  6. Quantitative parameters to compare image quality of non-invasive coronary angiography with 16-slice, 64-slice and dual-source computed tomography

    International Nuclear Information System (INIS)

    Burgstahler, Christof; Reimann, Anja; Brodoefel, Harald; Tsiflikas, Ilias; Thomas, Christoph; Heuschmid, Martin; Daferner, Ulrike; Drosch, Tanja; Schroeder, Stephen; Herberts, Tina

    2009-01-01

    Multi-slice computed tomography (MSCT) is a non-invasive modality to visualize coronary arteries with an overall good image quality. Improved spatial and temporal resolution of 64-slice and dual-source computed tomography (DSCT) scanners are supposed to have a positive impact on diagnostic accuracy and image quality. However, quantitative parameters to compare image quality of 16-slice, 64-slice MSCT and DSCT are missing. A total of 256 CT examinations were evaluated (Siemens, Sensation 16: n=90; Siemens Sensation 64: n=91; Siemens Definition: n=75). Mean Hounsfield units (HU) were measured in the cavum of the left ventricle (LV), the ascending aorta (Ao), the left ventricular myocardium (My) and the proximal part of the left main (LM), the left anterior descending artery (LAD), the right coronary artery (RCA) and the circumflex artery (CX). Moreover, the ratio of intraluminal attenuation (HU) to myocardial attenuation was assessed for all coronary arteries. Clinical data [body mass index (BMI), gender, heart rate] were accessible for all patients. Mean attenuation (CA) of the coronary arteries was significantly higher for DSCT in comparison to 64- and 16-slice MSCT within the RCA [347±13 vs. 254±14 (64-MSCT) vs. 233±11 (16-MSCT) HU], LM (362±11/275 ± 12/262±9), LAD (332±17/248±19/219±14) and LCX (310±12/210±13/221±10, all p<0.05), whereas there was no significant difference between DSCT and 64-MSCT for the LV, the Ao and My. Heart rate had a significant impact on CA ratio in 16-slice and 64-slice CT only (p<0.05). BMI had no impact on the CA ratio in DSCT only (p<0.001). Improved spatial and temporal resolution of dual-source CT is associated with better opacification of the coronary arteries and a better contrast with the myocardium, which is independent of heart rate. In comparison to MSCT, opacification of the coronary arteries at DSCT is not affected by BMI. The main advantage of DSCT lies with the heart rate independency, which might have a

  7. Standardizing the information architecture for spacecraft operations

    Science.gov (United States)

    Easton, C. R.

    1994-01-01

    This paper presents an information architecture developed for the Space Station Freedom as a model from which to derive an information architecture standard for advanced spacecraft. The information architecture provides a way of making information available across a program, and among programs, assuming that the information will be in a variety of local formats, structures and representations. It provides a format that can be expanded to define all of the physical and logical elements that make up a program, add definitions as required, and import definitions from prior programs to a new program. It allows a spacecraft and its control center to work in different representations and formats, with the potential for supporting existing spacecraft from new control centers. It supports a common view of data and control of all spacecraft, regardless of their own internal view of their data and control characteristics, and of their communications standards, protocols and formats. This information architecture is central to standardizing spacecraft operations, in that it provides a basis for information transfer and translation, such that diverse spacecraft can be monitored and controlled in a common way.

  8. Improved biochemical preservation of heart slices during cold storage.

    Science.gov (United States)

    Bull, D A; Reid, B B; Connors, R C; Albanil, A; Stringham, J C; Karwande, S V

    2000-01-01

    Development of myocardial preservation solutions requires the use of whole organ models which are animal and labor intensive. These models rely on physiologic rather than biochemical endpoints, making accurate comparison of the relative efficacy of individual solution components difficult. We hypothesized that myocardial slices could be used to assess preservation of biochemical function during cold storage. Whole rat hearts were precision cut into slices with a thickness of 200 microm and preserved at 4 degrees C in one of the following solutions: Columbia University (CU), University of Wisconsin (UW), D5 0.2% normal saline with 20 meq/l KCL (QNS), normal saline (NS), or a novel cardiac preservation solution (NPS) developed using this model. Myocardial biochemical function was assessed by ATP content (etamoles ATP/mg wet weight) and capacity for protein synthesis (counts per minute (cpm)/mg protein) immediately following slicing (0 hours), and at 6, 12, 18, and 24 hours of cold storage. Six slices were assayed at each time point for each solution. The data were analyzed using analysis of variance and are presented as the mean +/- standard deviation. ATP content was higher in the heart slices stored in the NPS compared to all other solutions at 6, 12, 18 and 24 hours of cold storage (p cold storage (p cold storage.

  9. DOD Business Systems Modernization: Key Navy Programs' Compliance with DOD's Federated Business Enterprise Architecture Needs to be Adequately Demonstrated

    National Research Council Canada - National Science Library

    Hite, Randolph C; Lakhmani, Neela; Barkakati, Nabajyoti; Doherty, Neil; Glover, Nancy; Longcore, Emily; Holland, Michael; Le, Anh; Leiling, Josh; McCracken, Lee; Srikanth, Sushmita

    2008-01-01

    .... In particular, the programs BEA compliance assessments did not: * Include all relevant architecture products, such as products that specify the technical standards needed to promote interoperability among related systems...

  10. Module Architecture for in Situ Space Laboratories

    Science.gov (United States)

    Sherwood, Brent

    2010-01-01

    The paper analyzes internal outfitting architectures for space exploration laboratory modules. ISS laboratory architecture is examined as a baseline for comparison; applicable insights are derived. Laboratory functional programs are defined for seven planet-surface knowledge domains. Necessary and value-added departures from the ISS architecture standard are defined, and three sectional interior architecture options are assessed for practicality and potential performance. Contemporary guidelines for terrestrial analytical laboratory design are found to be applicable to the in-space functional program. Densepacked racks of system equipment, and high module volume packing ratios, should not be assumed as the default solution for exploration laboratories whose primary activities include un-scriptable investigations and experimentation on the system equipment itself.

  11. Pyrethroid insecticides evoke neurotransmitter release from rabbit striatal slices

    International Nuclear Information System (INIS)

    Eells, J.T.; Dubocovich, M.L.

    1988-01-01

    The effects of the synthetic pyrethroid insecticide fenvalerate ([R,S]-alpha-cyano-3-phenoxybenzyl[R,S]-2-(4-chlorophenyl)-3- methylbutyrate) on neurotransmitter release in rabbit brain slices were investigated. Fenvalerate evoked a calcium-dependent release of [ 3 H]dopamine and [ 3 H]acetylcholine from rabbit striatal slices that was concentration-dependent and specific for the toxic stereoisomer of the insecticide. The release of [ 3 H]dopamine and [ 3 H]acetylcholine by fenvalerate was modulated by D2 dopamine receptor activation and antagonized completely by the sodium channel blocker, tetrodotoxin. These findings are consistent with an action of fenvalerate on the voltage-dependent sodium channels of the presynaptic membrane resulting in membrane depolarization, and the release of dopamine and acetylcholine by a calcium-dependent exocytotic process. In contrast to results obtained in striatal slices, fenvalerate did not elicit the release of [ 3 H]norepinephrine or [ 3 H]acetylcholine from rabbit hippocampal slices indicative of regional differences in sensitivity to type II pyrethroid actions

  12. Architectural Engineers

    DEFF Research Database (Denmark)

    Petersen, Rikke Premer

    engineering is addresses from two perspectives – as an educational response and an occupational constellation. Architecture and engineering are two of the traditional design professions and they frequently meet in the occupational setting, but at educational institutions they remain largely estranged....... The paper builds on a multi-sited study of an architectural engineering program at the Technical University of Denmark and an architectural engineering team within an international engineering consultancy based on Denmark. They are both responding to new tendencies within the building industry where...... the role of engineers and architects increasingly overlap during the design process, but their approaches reflect different perceptions of the consequences. The paper discusses some of the challenges that design education, not only within engineering, is facing today: young designers must be equipped...

  13. Using Multimedia for Teaching Analysis in History of Modern Architecture.

    Science.gov (United States)

    Perryman, Garry

    This paper presents a case for the development and support of a computer-based interactive multimedia program for teaching analysis in community college architecture design programs. Analysis in architecture design is an extremely important strategy for the teaching of higher-order thinking skills, which senior schools of architecture look for in…

  14. Urban Sustainability through Public Architecture

    Directory of Open Access Journals (Sweden)

    Soomi Kim

    2018-04-01

    Full Text Available As the sustainability of contemporary cities has gained emphasis, interest in architecture has increased, due to its social and public responsibility. Since sustainability is linked to public values, research on sustainable public spaces is an important way to secure sustainability in cities. Based on this, we analyzed the sustainability of European cities by examining the design methods of public architecture according to the region. The aim of the study is to derive architectural methodology corresponding to local characteristics, and to suggest issues to consider in public architecture design to promote urban sustainability based on this. First, regarding the environmental aspect, it can be observed that there is an effort to secure sustainability. Second, in terms of social sustainability, historical value remains as a trace of architectural place, so that it continues in people’s memory. In addition, public architecture provides public places where citizens can gather and enjoy programs, while the architectural methods showed differences influenced by cultural conditions. Third, in economic sustainability, it was shown that energy saving was achieved through cost reduction through recycling of materials, facilities, or environmental factors. In conclusion, the issues to be considered in public architectural design are the voiding of urban space through architectural devices in the construction method. In other words, the intention is to form “ground” that attempts to be part of the city, and thereby create better places. Since skin and material have a deep relationship with the environment, they should have the durability and an outer skin that are suitable for the regional environment. Finally, sustainability is to be utilized through the influx of programs that meet local and environmental characteristics. Design research into public architecture that is oriented towards urban sustainability will be a task to be carried out by the

  15. Gr-GDHP: A New Architecture for Globalized Dual Heuristic Dynamic Programming.

    Science.gov (United States)

    Zhong, Xiangnan; Ni, Zhen; He, Haibo

    2017-10-01

    Goal representation globalized dual heuristic dynamic programming (Gr-GDHP) method is proposed in this paper. A goal neural network is integrated into the traditional GDHP method providing an internal reinforcement signal and its derivatives to help the control and learning process. From the proposed architecture, it is shown that the obtained internal reinforcement signal and its derivatives can be able to adjust themselves online over time rather than a fixed or predefined function in literature. Furthermore, the obtained derivatives can directly contribute to the objective function of the critic network, whose learning process is thus simplified. Numerical simulation studies are applied to show the performance of the proposed Gr-GDHP method and compare the results with other existing adaptive dynamic programming designs. We also investigate this method on a ball-and-beam balancing system. The statistical simulation results are presented for both the Gr-GDHP and the GDHP methods to demonstrate the improved learning and controlling performance.

  16. THE ROLE OF INTERNATIONAL EXCHANGE PROGRAMS IN DESIGN EDUCATION: A CASE STUDY OF AN ARCHITECTURAL DESIGN COURSE IN JAPAN

    Directory of Open Access Journals (Sweden)

    Murat Dundar

    2010-07-01

    Full Text Available The purpose of this paper is to discuss role of international exchange programs in design education based on experiences and outputs of the summer school course ICSA (Inter-Cultural Study of Architecture held in Japan with the participation of Japanese and Turkish students for 50 days under the collaboration of Mukogawa Women’s University (MWU, Japan and Bahcesehir University (BSU, Turkey. After the introduction, chapter One will compare educational methods used in architectural design courses. Chapter Two will mainly provide general observations of ICSA in Japan summer school course. In chapter Three, contributions of international exchange programs to design education will be discussed in terms of two different approaches. Finally, chapter Four will outline the main arguments discussed in this paper.

  17. Configurable Transmitter and Systolic Channel Estimator Architectures for Data-Dependent Superimposed Training Communications Systems

    Directory of Open Access Journals (Sweden)

    E. Romero-Aguirre

    2012-01-01

    Full Text Available In this paper, a configurable superimposed training (ST/data-dependent ST (DDST transmitter and architecture based on array processors (APs for DDST channel estimation are presented. Both architectures, designed under full-hardware paradigm, were described using Verilog HDL, targeted in Xilinx Virtex-5 and they were compared with existent approaches. The synthesis results showed a FPGA slice consumption of 1% for the transmitter and 3% for the estimator with 160 and 115 MHz operating frequencies, respectively. The signal-to-quantization-noise ratio (SQNR performance of the transmitter is about 82 dB to support 4/16/64-QAM modulation. A Monte Carlo simulation demonstrates that the mean square error (MSE of the channel estimator implemented in hardware is practically the same as the one obtained with the floating-point golden model. The high performance and reduced hardware of the proposed architectures lead to the conclusion that the DDST concept can be applied in current communications standards.

  18. Evolution of IT Architecture: based on Taxonomy perspective

    NARCIS (Netherlands)

    Suh, Hanjun; van Hillegersberg, Jos

    2013-01-01

    This research aims to explore how latest IT architecture is evolving in real world. We reviewed historical IT structure and classified five IT architecture typology based on various dimensions of IT architectures such as processing decentralization, network connectivity, data and program

  19. Roofline model toolkit: A practical tool for architectural and program analysis

    Energy Technology Data Exchange (ETDEWEB)

    Lo, Yu Jung [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Williams, Samuel [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Van Straalen, Brian [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Ligocki, Terry J. [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Cordery, Matthew J. [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Wright, Nicholas J. [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Hall, Mary W. [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Oliker, Leonid [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States)

    2015-04-18

    We present preliminary results of the Roofline Toolkit for multicore, many core, and accelerated architectures. This paper focuses on the processor architecture characterization engine, a collection of portable instrumented micro benchmarks implemented with Message Passing Interface (MPI), and OpenMP used to express thread-level parallelism. These benchmarks are specialized to quantify the behavior of different architectural features. Compared to previous work on performance characterization, these microbenchmarks focus on capturing the performance of each level of the memory hierarchy, along with thread-level parallelism, instruction-level parallelism and explicit SIMD parallelism, measured in the context of the compilers and run-time environments. We also measure sustained PCIe throughput with four GPU memory managed mechanisms. By combining results from the architecture characterization with the Roofline model based solely on architectural specifications, this work offers insights for performance prediction of current and future architectures and their software systems. To that end, we instrument three applications and plot their resultant performance on the corresponding Roofline model when run on a Blue Gene/Q architecture.

  20. Verification-Driven Slicing of UML/OCL Models

    DEFF Research Database (Denmark)

    Shaikh, Asadullah; Clarisó Viladrosa, Robert; Wiil, Uffe Kock

    2010-01-01

    computational complexity can limit their scalability. In this paper, we consider a specific static model (UML class diagrams annotated with unrestricted OCL constraints) and a specific property to verify (satisfiability, i.e., “is it possible to create objects without violating any constraint?”). Current...... approaches to this problem have an exponential worst-case runtime. We propose a technique to improve their scalability by partitioning the original model into submodels (slices) which can be verified independently and where irrelevant information has been abstracted. The definition of the slicing procedure...

  1. Numerical simulation of potato slices drying using a two-dimensional finite element model

    Directory of Open Access Journals (Sweden)

    Beigi Mohsen

    2017-01-01

    Full Text Available An experimental and numerical study was conducted to investigate the process of potato slices drying. For simulating the moisture transfer in the samples and predict the dehydration curves, a two-dimensional finite element model was developed and programmed in Compaq Visual Fortran, version 6.5. The model solved the Fick’s second law for slab in a shrinkage system to calculate the unsteady two-dimensional moisture transmission in rectangular coordinates (x,y. Moisture diffusivity and moisture transfer coefficient were determined by minimizing the sum squares of residuals between experimental and numerical predicted data. Shrinkage kinetics of the potato slices during dehydration was determined experimentally and found to be a linear function of removed moisture. The determined parameters were used in the mathematical model. The predicted moisture content values were compared to the experimental data and the validation results demonstrated that the dynamic drying curves were predicted by the methodology very well.

  2. One approach to architectural acoustics in education

    Science.gov (United States)

    Jaffe, J. Christopher

    2003-04-01

    In the fall of 1997, Dean Alan Balfour of the School of Architecture at the Rennselaer Polytechnic Institute asked me to introduce an undergraduate 14 credit certificate course entitled ''Sonics in Architecture.`` Subsequently, the program was expanded to include a Master's Degree in Building Science. This paper discusses the trials and tribulations of building a scientific program in a liberal arts school. In addition, the problem of acquiring the research funds needed to provide tuition assistance for graduate students in Architectural Acoustics is reviewed. Information on the curriculum developed for both the lecture and laboratory courses is provided. I will also share my concerns regarding the teaching methods currently prevalent in many schools of architecture today, and how building science professionals might assist in addressing these issues.

  3. Slice through an LHC bending magnet

    CERN Multimedia

    Slice through an LHC superconducting dipole (bending) magnet. The slice includes a cut through the magnet wiring (niobium titanium), the beampipe and the steel magnet yokes. Particle beams in the Large Hadron Collider (LHC) have the same energy as a high-speed train, squeezed ready for collision into a space narrower than a human hair. Huge forces are needed to control them. Dipole magnets (2 poles) are used to bend the paths of the protons around the 27 km ring. Quadrupole magnets (4 poles) focus the proton beams and squeeze them so that more particles collide when the beams’ paths cross. There are 1232 15m long dipole magnets in the LHC.

  4. Preparation of positional renal slices for study of cell-specific toxicity.

    Science.gov (United States)

    Ruegg, C E; Gandolfi, A J; Nagle, R B; Krumdieck, C L; Brendel, K

    1987-04-01

    To reduce structural complexity, rabbit kidneys were sliced perpendicular to their cortical-papillary axis to isolate four distinct cell groupings. This positional orientation allows identification of each renal cell type based on its location within the slice. A mechanical slicer was used to make several precision-cut slices rapidly from an oriented cylindrical core of renal tissue, with minimal tissue trauma. Slices were then submerged under a gently circulating oxygenated media in a fritted glass support system that maintains viability (intracellular K+/DNA ratio) and structural integrity (histology) for at least 30 h. A high dose of mercuric chloride (10(-3) M) was used to demonstrate the structural and biochemical changes of intoxicated slices. This method provides a controlled subchronic in vitro system for the study of the individual cell types involved in cell-specific renal toxicities and may also be a useful tool for addressing other pharmacological and physiological research questions.

  5. A novel lung slice system with compromised antioxidant defenses

    Energy Technology Data Exchange (ETDEWEB)

    Hardwick, S.J.; Adam, A.; Cohen, G.M. (Univ. of London (England)); Smith, L.L. (Imperial Chemical Industries PLC, Cheshire (England))

    1990-04-01

    In order to facilitate the study of oxidative stress in lung tissue, rat lung slices with impaired antioxidant defenses were prepared and used. Incubation of lung slices with the antineoplastic agent 1,3-bis(2-chloroethyl)-1-nitrosourea (BCNU) (100 {mu}M) in an amino acid-rich medium for 45 min produced a near-maximal (approximately 85%), irreversible inhibition of glutathione reductase, accompanied by only a modest (approximately 15%) decrease in pulmonary nonprotein sulfhydryls (NPSH) and no alteration in intracellular ATP, NADP{sup +}, and NADPH levels. The amounts of NADP(H), ATP, and NPSH were stable over a 4-hr incubation period following the removal from BCNU. The viability of the system was further evaluated by measuring the rate of evolution of {sup 14}CO{sub 2} from D-({sup 14}C(U))-glucose. The rates of evolution were almost identical in the compromised system when compared with control slices over a 4-hr time period. By using slices with compromised oxidative defenses, preliminary results have been obtained with paraquat, nitrofurantoin, and 2,3-dimethoxy-1,4-naphthoquinone.

  6. A novel lung slice system with compromised antioxidant defenses

    International Nuclear Information System (INIS)

    Hardwick, S.J.; Adam, A.; Cohen, G.M.; Smith, L.L.

    1990-01-01

    In order to facilitate the study of oxidative stress in lung tissue, rat lung slices with impaired antioxidant defenses were prepared and used. Incubation of lung slices with the antineoplastic agent 1,3-bis(2-chloroethyl)-1-nitrosourea (BCNU) (100 μM) in an amino acid-rich medium for 45 min produced a near-maximal (approximately 85%), irreversible inhibition of glutathione reductase, accompanied by only a modest (approximately 15%) decrease in pulmonary nonprotein sulfhydryls (NPSH) and no alteration in intracellular ATP, NADP + , and NADPH levels. The amounts of NADP(H), ATP, and NPSH were stable over a 4-hr incubation period following the removal from BCNU. The viability of the system was further evaluated by measuring the rate of evolution of 14 CO 2 from D-[ 14 C(U)]-glucose. The rates of evolution were almost identical in the compromised system when compared with control slices over a 4-hr time period. By using slices with compromised oxidative defenses, preliminary results have been obtained with paraquat, nitrofurantoin, and 2,3-dimethoxy-1,4-naphthoquinone

  7. Equilibrium initial data for moving puncture simulations: the stationary 1 + log slicing

    International Nuclear Information System (INIS)

    Baumgarte, T W; Matera, K; Etienne, Z B; Liu, Y T; Shapiro, S L; Taniguchi, K; Murchadha, N O

    2009-01-01

    We discuss a 'stationary 1 + log' slicing condition for the construction of solutions to Einstein's constraint equations. For stationary spacetimes, these initial data give a stationary foliation when evolved with 'moving puncture' gauge conditions that are often used in black hole evolutions. The resulting slicing is time independent and agrees with the slicing generated by being dragged along a timelike Killing vector of the spacetime. When these initial data are evolved with moving puncture gauge conditions, numerical errors arising from coordinate evolution should be minimized. While these properties appear very promising, suggesting that this slicing condition should be an attractive alternative to, for example, maximal slicing, we demonstrate in this paper that solutions can be constructed only for a small class of problems. For binary black hole initial data, in particular, it is often assumed that there exists an approximate helical Killing vector that generates the binary's orbit. We show that 1 + log slices that are stationary with respect to such a helical Killing vector cannot be asymptotically flat, unless the spacetime possesses an additional axial Killing vector.

  8. An architecture for an autonomous learning robot

    Science.gov (United States)

    Tillotson, Brian

    1988-01-01

    An autonomous learning device must solve the example bounding problem, i.e., it must divide the continuous universe into discrete examples from which to learn. We describe an architecture which incorporates an example bounder for learning. The architecture is implemented in the GPAL program. An example run with a real mobile robot shows that the program learns and uses new causal, qualitative, and quantitative relationships.

  9. Electron slicing for the generation of tunable femtosecond soft x-ray pulses from a free electron laser and slice diagnostics

    Directory of Open Access Journals (Sweden)

    S. Di Mitri

    2013-04-01

    Full Text Available We present the experimental results of femtosecond slicing an ultrarelativistic, high brightness electron beam with a collimator. In contrast to some qualitative considerations reported in Phys. Rev. Lett. 92, 074801 (2004PRLTAO0031-900710.1103/PhysRevLett.92.074801, we first demonstrate that the collimation process preserves the slice beam quality, in agreement with our theoretical expectations, and that the collimation is compatible with the operation of a linear accelerator in terms of beam transport, radiation dose, and collimator heating. Accordingly, the collimated beam can be used for the generation of stable femtosecond soft x-ray pulses of tunable duration, from either a self-amplified spontaneous emission or an externally seeded free electron laser. The proposed method also turns out to be a more compact and cheaper solution for electron slice diagnostics than the commonly used radio frequency deflecting cavities and has minimal impact on the machine design.

  10. History through Art and Architecture: Ancient Greek Architecture [and] Ancient Greek Sculpture. Teacher's Manual.

    Science.gov (United States)

    Campbell, Ann

    This document consists of two teaching manuals designed to accompany a commercially-available "multicultural, interdisciplinary video program," consisting of four still videotape programs (72 minutes, 226 frames), one teaching poster, and these two manuals. "Teacher's Manual: Ancient Greek Architecture" covers: "Ancient…

  11. (Non)perturbative gravity, nonlocality, and nice slices

    International Nuclear Information System (INIS)

    Giddings, Steven B.

    2006-01-01

    Perturbative dynamics of gravity is investigated for high-energy scattering and in black hole backgrounds. In the latter case, a straightforward perturbative analysis fails, in a close parallel to the failure of the former when the impact parameter reaches the Schwarzschild radius. This suggests a flaw in a semiclassical description of physics on spatial slices that intersect both outgoing Hawking radiation and matter that has carried information into a black hole; such slices are instrumental in a general argument for black hole information loss. This indicates a possible role for the proposal that nonperturbative gravitational physics is intrinsically nonlocal

  12. The clinical efficacy of 1 mm-slice CT of the middle ear

    International Nuclear Information System (INIS)

    Noda, Kazuhiro; Noiri, Teruhisa; Doi, Katsumi; Koizuka, Izumi; Tanaka, Hisashi; Mishiro, Yasuo; Okumura, Shin-ichi; Kubo, Takeshi

    2000-01-01

    The efficacy of the preoperative 1 mm-slice CT for evaluating the condition of the ossicular chain and the facial canal was assessed. CT findings were compared with the operative findings of middle ears in 120 cases of chronic otitis media or cholesteatoma that underwent tympanoplasty. The reliability of 1 mm-slice CT in detecting any defect of the ossicular chain was much superior to those of 2 mm-slice CT previously reported, and the difference between them is essential for preoperative information. On the other hand, thinner slice than 1 mm may be unnecessary, especially in routine use. (author)

  13. The clinical efficacy of 1 mm-slice CT of the middle ear

    Energy Technology Data Exchange (ETDEWEB)

    Noda, Kazuhiro; Noiri, Teruhisa [Kawanishi Municipal Hospital, Hyogo (Japan); Doi, Katsumi; Koizuka, Izumi; Tanaka, Hisashi; Mishiro, Yasuo; Okumura, Shin-ichi; Kubo, Takeshi

    2000-02-01

    The efficacy of the preoperative 1 mm-slice CT for evaluating the condition of the ossicular chain and the facial canal was assessed. CT findings were compared with the operative findings of middle ears in 120 cases of chronic otitis media or cholesteatoma that underwent tympanoplasty. The reliability of 1 mm-slice CT in detecting any defect of the ossicular chain was much superior to those of 2 mm-slice CT previously reported, and the difference between them is essential for preoperative information. On the other hand, thinner slice than 1 mm may be unnecessary, especially in routine use. (author)

  14. Slice through an LHC focusing magnet

    CERN Multimedia

    Slice through an LHC superconducting quadrupole (focusing) magnet. The slice includes a cut through the magnet wiring (niobium titanium), the beampipe and the steel magnet yokes. Particle beams in the Large Hadron Collider (LHC) have the same energy as a high-speed train, squeezed ready for collision into a space narrower than a human hair. Huge forces are needed to control them. Dipole magnets (2 poles) are used to bend the paths of the protons around the 27 km ring. Quadrupole magnets (4 poles) focus the proton beams and squeeze them so that more particles collide when the beams’ paths cross. Bringing beams into collision requires a precision comparable to making two knitting needles collide, launched from either side of the Atlantic Ocean.

  15. Feasibility study of 2D thick-slice MR digital subtraction angiography

    International Nuclear Information System (INIS)

    Ishimori, Yoshiyuki; Takeuchi, Miho; Higashimura, Kyouji; Komuro, Hiroyuki

    2000-01-01

    Conditions required to perform contrast MR digital subtraction angiography using a two-dimensional thick-slice high-speed gradient echo were investigated. The conditions in the phantom experiment included: slice profile, flip angle, imaging matrix, fat suppression, duration of IR pulse and frequency selectivity, flip angle of IR pulse and inversion time. Based on the results of the experiment, 2D thick-slice MRDSA was performed in volunteers. Under TR/TE=5.3-9/1.3-1.8 ms conditions, the requirements were a slice thick enough to include the target region, a flip angle of 10 degrees, and a phase matrix of 96 or more. Fat suppression was required for adipose-tissue-rich regions, such as the abdomen. The optimal conditions for applying the IR preparation pulse of the IR prepped fast gradient recalled echo as spectrally selective inversion recovery appeared to be: duration of IR pulse =20 ms, flip angle =100 degrees, and inversion time =40 ms. The authors concluded that it was feasible to perform 2D thick-slice MRDSA with time resolution within 1 second. (K.H.)

  16. Free-breathing cardiac MR stress perfusion with real-time slice tracking.

    Science.gov (United States)

    Basha, Tamer A; Roujol, Sébastien; Kissinger, Kraig V; Goddu, Beth; Berg, Sophie; Manning, Warren J; Nezafat, Reza

    2014-09-01

    To develop a free-breathing cardiac MR perfusion sequence with slice tracking for use after physical exercise. We propose to use a leading navigator, placed immediately before each 2D slice acquisition, for tracking the respiratory motion and updating the slice location in real-time. The proposed sequence was used to acquire CMR perfusion datasets in 12 healthy adult subjects and 8 patients. Images were compared with the conventional perfusion (i.e., without slice tracking) results from the same subjects. The location and geometry of the myocardium were quantitatively analyzed, and the perfusion signal curves were calculated from both sequences to show the efficacy of the proposed sequence. The proposed sequence was significantly better compared with the conventional perfusion sequence in terms of qualitative image scores. Changes in the myocardial location and geometry decreased by 50% in the slice tracking sequence. Furthermore, the proposed sequence had signal curves that are smoother and less noisy. The proposed sequence significantly reduces the effect of the respiratory motion on the image acquisition in both rest and stress perfusion scans. Copyright © 2013 Wiley Periodicals, Inc.

  17. Modeling Operations Costs for Human Exploration Architectures

    Science.gov (United States)

    Shishko, Robert

    2013-01-01

    Operations and support (O&S) costs for human spaceflight have not received the same attention in the cost estimating community as have development costs. This is unfortunate as O&S costs typically comprise a majority of life-cycle costs (LCC) in such programs as the International Space Station (ISS) and the now-cancelled Constellation Program. Recognizing this, the Constellation Program and NASA HQs supported the development of an O&S cost model specifically for human spaceflight. This model, known as the Exploration Architectures Operations Cost Model (ExAOCM), provided the operations cost estimates for a variety of alternative human missions to the moon, Mars, and Near-Earth Objects (NEOs) in architectural studies. ExAOCM is philosophically based on the DoD Architecture Framework (DoDAF) concepts of operational nodes, systems, operational functions, and milestones. This paper presents some of the historical background surrounding the development of the model, and discusses the underlying structure, its unusual user interface, and lastly, previous examples of its use in the aforementioned architectural studies.

  18. An Enterprise Security Program and Architecture to Support Business Drivers

    Directory of Open Access Journals (Sweden)

    Brian Ritchot

    2013-08-01

    Full Text Available This article presents a business-focused approach to developing and delivering enterprise security architecture that is focused on enabling business objectives while providing a sensible and balanced approach to risk management. A balanced approach to enterprise security architecture can create the important linkages between the goals and objectives of a business, and it provides appropriate measures to protect the most critical assets within an organization while accepting risk where appropriate. Through a discussion of information assurance, this article makes a case for leveraging enterprise security architectures to meet an organizations' need for information assurance. The approach is derived from the Sherwood Applied Business Security Architecture (SABSA methodology, as put into practice by Seccuris Inc., an information assurance integrator. An understanding of Seccuris’ approach will illustrate the importance of aligning security activities with high-level business objectives while creating increased awareness of the duality of risk. This business-driven approach to enterprise security architecture can help organizations change the perception of IT security, positioning it as a tool to enable and assure business success, rather than be perceived as an obstacle to be avoided.

  19. Study of Energy Consumption of Potato Slices During Drying Process

    Directory of Open Access Journals (Sweden)

    Hafezi Negar

    2015-06-01

    Full Text Available One of the new methods of food drying using infrared heating under vacuum is to increase the drying rate and maintain the quality of dried product. In this study, potato slices were dried using vacuum-infrared drying. Experiments were performed with the infrared lamp power levels 100, 150 and 200 W, absolute pressure levels 20, 80, 140 and 760 mmHg, and with three thicknesses of slices 1, 2 and 3 mm, in three repetitions. The results showed that the infrared lamp power, absolute pressure and slice thickness have important effects on the drying of potato. With increasing the radiation power, reducing the absolute pressure (acts of vacuum in the dryer chamber and also reducing the thickness of potato slices, drying time and the amount of energy consumed is reduced. In relation to thermal utilization efficiency, results indicated that with increasing the infrared radiation power and decreasing the absolute pressure, thermal efficiency increased.

  20. Autodesk Revit Architecture 2014 fundamentals metric

    CERN Document Server

    ASCENT center for technical knowledge

    2014-01-01

    The Autodesk® Revit® Architecture software is a powerful Building Information Modeling (BIM) program that works the way Architects think. From Preliminary Design through Design Development, and into Construction Documents, the program streamlines the design process with a central 3D model. Changes made in one view update across all views and on the printable sheets. This training guide is designed to teach you the Autodesk Revit functionality as you would work with it in the design process. You begin by learning about the user interface and the Autodesk Revit commands for design development followed by those available for construction documentation. Since building projects themselves tend to be extremely complex, the Autodesk Revit Architecture software is also complex. The objective of the Autodesk Revit Architecture 2014 Fundamentals training guide is to enable students to create full 3D architectural project models and set them up in working drawings. This training guide focuses on basic tools that the ...

  1. Excitatory and inhibitory pathways modulate kainate excitotoxicity in hippocampal slice cultures

    DEFF Research Database (Denmark)

    Casaccia-Bonnefil, P; Benedikz, Eirikur; Rai, R

    1993-01-01

    In organotypic hippocampal slice cultures, kainate (KA) specifically induces cell loss in the CA3 region while N-methyl-D-aspartate induces cell loss in the CA1 region. The sensitivity of slice cultures to KA toxicity appears only after 2 weeks in vitro which parallels the appearance of mossy...... fibers. KA toxicity is potentiated by co-application with the GABA-A antagonist, picrotoxin. These data suggest that the excitotoxicity of KA in slice cultures is modulated by both excitatory and inhibitory synapses....

  2. High performance integer arithmetic circuit design on FPGA architecture, implementation and design automation

    CERN Document Server

    Palchaudhuri, Ayan

    2016-01-01

    This book describes the optimized implementations of several arithmetic datapath, controlpath and pseudorandom sequence generator circuits for realization of high performance arithmetic circuits targeted towards a specific family of the high-end Field Programmable Gate Arrays (FPGAs). It explores regular, modular, cascadable, and bit-sliced architectures of these circuits, by directly instantiating the target FPGA-specific primitives in the HDL. Every proposed architecture is justified with detailed mathematical analyses. Simultaneously, constrained placement of the circuit building blocks is performed, by placing the logically related hardware primitives in close proximity to one another by supplying relevant placement constraints in the Xilinx proprietary “User Constraints File”. The book covers the implementation of a GUI-based CAD tool named FlexiCore integrated with the Xilinx Integrated Software Environment (ISE) for design automation of platform-specific high-performance arithmetic circuits from us...

  3. Cochlear Implant Electrode Localization Using an Ultra-High Resolution Scan Mode on Conventional 64-Slice and New Generation 192-Slice Multi-Detector Computed Tomography.

    Science.gov (United States)

    Carlson, Matthew L; Leng, Shuai; Diehn, Felix E; Witte, Robert J; Krecke, Karl N; Grimes, Josh; Koeller, Kelly K; Bruesewitz, Michael R; McCollough, Cynthia H; Lane, John I

    2017-08-01

    A new generation 192-slice multi-detector computed tomography (MDCT) clinical scanner provides enhanced image quality and superior electrode localization over conventional MDCT. Currently, accurate and reliable cochlear implant electrode localization using conventional MDCT scanners remains elusive. Eight fresh-frozen cadaveric temporal bones were implanted with full-length cochlear implant electrodes. Specimens were subsequently scanned with conventional 64-slice and new generation 192-slice MDCT scanners utilizing ultra-high resolution modes. Additionally, all specimens were scanned with micro-CT to provide a reference criterion for electrode position. Images were reconstructed according to routine temporal bone clinical protocols. Three neuroradiologists, blinded to scanner type, reviewed images independently to assess resolution of individual electrodes, scalar localization, and severity of image artifact. Serving as the reference standard, micro-CT identified scalar crossover in one specimen; imaging of all remaining cochleae demonstrated complete scala tympani insertions. The 192-slice MDCT scanner exhibited improved resolution of individual electrodes (p implant imaging compared with conventional MDCT. This technology provides important feedback regarding electrode position and course, which may help in future optimization of surgical technique and electrode design.

  4. The visibility of mandibular canal on orthoradial and oblique CBCT slices at molar implant sites

    International Nuclear Information System (INIS)

    Alkhader, Mustafa; Jarab, Fadi; Shaweesh, Ashraf; Hudieb, Malik

    2016-01-01

    The aim of the present study was to compare visibility of the mandibular canal on cone beam computed tomography (CBCT)-based orthoradial and oblique slices at molar implant sites. CBCT images for 132 mandibular molar implant sites were selected for the study. After generating orthoradial and oblique slices, two observers evaluated the visibility of the mandibular canal using three-point scoring scale (1-3, good to excellent). Wilcoxon signed-rank test compared the visibility scores of the two slices. Both orthoradial and oblique slices obtained from CBCT had only very good to excellent mandibular canal visibility scores. At 114 mandibular molar implant sites, the visibility score was equal on both orthoradial and oblique slices. Although the visibility score was higher on orthoradial slices for 12 implant sites, the visibility score was higher for six implant sites on oblique slices and the difference was not significant. Therefore, the visibility of the mandibular canal was excellent and comparable on most of orthoradial and oblique slices obtained from CBCT images

  5. Magnetohydrodynamics of unsteady viscous fluid on boundary layer past a sliced sphere

    Science.gov (United States)

    Nursalim, Rahmat; Widodo, Basuki; Imron, Chairul

    2017-10-01

    Magnetohydrodynamics (MHD) is important study in engineering and industrial fields. By study on MHD, we can reach the fluid flow characteristics that can be used to minimize its negative effect to an object. In decades, MHD has been widely studied in various geometry forms and fluid types. The sliced sphere is a geometry form that has not been investigated. In this paper we study magnetohydrodynamics of unsteady viscous fluid on boundary layer past a sliced sphere. Assumed that the fluid is incompressible, there is no magnetic field, there is no electrical voltage, the sliced sphere is fix and there is no barrier around the object. In this paper we focus on velocity profile at stagnation point (x = 0°). Mathematical model is governed by continuity and momentum equation. It is converted to non-dimensional, stream function, and similarity equation. Solution of the mathematical model is obtained by using Keller-Box numerical method. By giving various of slicing angle and various of magnetic parameter we get the simulation results. The simulation results show that increasing the slicing angle causes the velocity profile be steeper. Also, increasing the value of magnetic parameter causes the velocity profile be steeper. On the large slicing angle there is no significant effect of magnetic parameter to velocity profile, and on the high the value of magnetic parameter there is no significant effect of slicing angle to velocity profile.

  6. On the way to isotopic spatial resolution: technical principles and applications of 16-slice CT

    International Nuclear Information System (INIS)

    Flohr, T.; Ohnesorge, B.; Stierstorfer, K.

    2005-01-01

    The broad introduction of multi-slice CT by all major vendors in 1998 was a milestone with regard to extended volume coverage, improved axial resolution and better utilization of the tube output. New clinical applications such as CT-examinations of the heart and the coronary arteries became possible. Despite all promising advances, some limitations remain for 4-slice CT systems. They come close to isotropic resolution, but do not fully reach it in routine clinical applications. Cardiac CT-examinations require careful patient selection. The new generation of multi-slice CT-systems offer simultaneous acquisition of up to 16 sub-millimeter slices and improved temporal resolution for cardiac examinations by means of reduced gantry rotation time (0.4 s). In this overview article we present the basic technical principles and potential applications of 16-slice technology for the example of a 16-slice CT-system (SOMATOM Sensation 16, Siemens AG, Forchheim). We discuss detector design and dose efficiency as well as spiral scan- and reconstruction techniques. At comparable slice thickness, 16-slice CT-systems have a better dose efficiency than 4-slice CT-systems. The cone-beam geometry of the measurement rays requires new reconstruction approaches, an example is the adaptive multiple plane reconstruction, AMPR. First clinical experience indicates that sub-millimeter slice width in combination with reduced gantry rotation-time improves the clinical stability of cardiac examinations and expands the spectrum of patients accessible to cardiac CT. 16-slice CT-systems have the potential to cover even large scan ranges with sub-millimeter slices at considerably reduced examination times, thus approaching the goal of routine isotropic imaging [de

  7. ArchE - An Architecture Design Assistant

    Science.gov (United States)

    2007-08-02

    Architecture Design Assistant Len Bass August 2, 2007 Report Documentation Page Form ApprovedOMB No. 0704-0188 Public reporting burden for the...ArchE - An Architecture Design Assistant 5a. CONTRACT NUMBER 5b. GRANT NUMBER 5c. PROGRAM ELEMENT NUMBER 6. AUTHOR(S) 5d. PROJECT NUMBER 5e. TASK...X, Module X 3 Author / Presenter, Date if Needed What is ArchE? ArchE is a software architecture design assistant, which: • Takes quality and

  8. Single Assignment C: HP^2 programming for heterogeneous concurrent architectures

    NARCIS (Netherlands)

    Scholz, S.-B.; Herhut, S.; Grelck, C.

    2010-01-01

    The range of architectures used in high-performance computing is quickly expanding and at the same time lifetimes of platforms are decreasing. This shift threatens the return on investment for tuning applications to specific architectures and platforms, which until now was the prevailing development

  9. [Standardization of production of process Notopterygii Rhizoma et Radix slices].

    Science.gov (United States)

    Sun, Zhen-Yang; Wang, Ying-Zi; Nie, Rui-Jie; Zhang, Jing-Zhen; Wang, Si-Yu

    2017-12-01

    Notopterol, isoimperatorin, volatile oil and extract (water and ethanol) were used as the research objects in this study to investigate the effects of different softening method, slice thickness and drying methods on the quality of Notopterygii Rhizoma et Radix slices, and the experimental data were analyzed by homogeneous distance evaluation method. The results showed that different softening, cutting and drying processes could affect the content of five components in Notopterygii Rhizoma et Radix incisum. The best processing technology of Notopterygii Rhizoma et Radix slices was as follows: non-medicinal parts were removed; mildewed and rot as well as moth-eaten parts were removed; washed by the flowing drinking water; stacked in the drug pool; moistening method was used for softening, where 1/8 volume of water was sprayed for every 1 kg of herbs every 2 h; upper part of herbs covered with clean and moist cotton, and cut into thick slices (2-4 mm) after 12 h moistening until appropriate softness, then received blast drying for 4 h at 50 ℃, and turned over for 2 times during the drying. The process is practical and provides the experimental basis for the standardization of the processing of Notopterygii Rhizoma et Radix, with great significance to improve the quality of Notopterygii Rhizoma et Radix slices. Copyright© by the Chinese Pharmaceutical Association.

  10. The signs of life in architecture.

    Science.gov (United States)

    Gruber, Petra

    2008-06-01

    Engineers, designers and architects often look to nature for inspiration. The research on 'natural constructions' is aiming at innovation and the improvement of architectural quality. The introduction of life sciences terminology in the context of architecture delivers new perspectives towards innovation in architecture and design. The investigation is focused on the analogies between nature and architecture. Apart from other principles that are found in living nature, an interpretation of the so-called 'signs of life', which characterize living systems, in architecture is presented. Selected architectural projects that have applied specific characteristics of life, whether on purpose or not, will show the state of development in this field and open up future challenges. The survey will include famous built architecture as well as students' design programs, which were carried out under supervision of the author at the Department of Design and Building Construction at the Vienna University of Technology.

  11. Slice image pretreatment for cone-beam computed tomography based on adaptive filter

    International Nuclear Information System (INIS)

    Huang Kuidong; Zhang Dinghua; Jin Yanfang

    2009-01-01

    According to the noise properties and the serial slice image characteristics in Cone-Beam Computed Tomography (CBCT) system, a slice image pretreatment for CBCT based on adaptive filter was proposed. The judging criterion for the noise is established firstly. All pixels are classified into two classes: adaptive center weighted modified trimmed mean (ACWMTM) filter is used for the pixels corrupted by Gauss noise and adaptive median (AM) filter is used for the pixels corrupted by impulse noise. In ACWMTM filtering algorithm, the estimated Gauss noise standard deviation in the current slice image with offset window is replaced by the estimated standard deviation in the adjacent slice image to the current with the corresponding window, so the filtering accuracy of the serial images is improved. The pretreatment experiment on CBCT slice images of wax model of hollow turbine blade shows that the method makes a good performance both on eliminating noises and on protecting details. (authors)

  12. Space Elevators Preliminary Architectural View

    Science.gov (United States)

    Pullum, L.; Swan, P. A.

    Space Systems Architecture has been expanded into a process by the US Department of Defense for their large scale systems of systems development programs. This paper uses the steps in the process to establishes a framework for Space Elevator systems to be developed and provides a methodology to manage complexity. This new approach to developing a family of systems is based upon three architectural views: Operational View OV), Systems View (SV), and Technical Standards View (TV). The top level view of the process establishes the stages for the development of the first Space Elevator and is called Architectural View - 1, Overview and Summary. This paper will show the guidelines and steps of the process while focusing upon components of the Space Elevator Preliminary Architecture View. This Preliminary Architecture View is presented as a draft starting point for the Space Elevator Project.

  13. Drying characteristics of pumpkin ( Cucurbita moschata) slices in convective and freeze dryer

    Science.gov (United States)

    Caliskan, Gulsah; Dirim, Safiye Nur

    2017-06-01

    This study was intended to determine the drying and rehydration kinetics of convective and freeze dried pumpkin slices (0.5 × 3.5 × 0.5 cm). A pilot scale tray drier (at 80 ± 2 °C inlet temperature, 1 m s-1 air velocity) and freeze drier (13.33 kPa absolute pressure, condenser temperature of -48 ± 2 °C) were used for the drying experiments. Drying curves were fitted to six well-known thin layer drying models. Nonlinear regression analysis was used to evaluate the parameters of the selected models by using statistical software SPSS 16.0 (SPSS Inc., USA). For the convective and freeze drying processes of pumpkin slices, the highest R2 values, and the lowest RMSE as well as χ2 values were obtained from Page model. The effective moisture diffusivity (Deff) of the convective and freeze dried pumpkin slices were obtained from the Fick's diffusion model, and they were found to be 2.233 × 10-7 and 3.040 × 10-9 m2s-1, respectively. Specific moisture extraction rate, moisture extraction rate, and specific energy consumption values were almost twice in freeze drying process. Depending on the results, moisture contents and water activity values of pumpkin slices were in acceptable limits for safe storage of products. The rehydration behaviour of [at 18 ± 2 and 100 ± 2 °C for 1:25, 1:50, 1:75, 1:100, and 1:125 solid:liquid ratios (w:w)] dried pumpkin slices was determined by Peleg's model with the highest R2. The highest total soluble solid loss of pumpkin slices was observed for the rehydration experiment which performed at 1:25 solid: liquid ratio (w:w). Rehydration ratio of freeze dried slices was found 2-3 times higher than convective dried slices.

  14. Information architecture. Volume 2, Part 1: Baseline analysis summary

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1996-12-01

    The Department of Energy (DOE) Information Architecture, Volume 2, Baseline Analysis, is a collaborative and logical next-step effort in the processes required to produce a Departmentwide information architecture. The baseline analysis serves a diverse audience of program management and technical personnel and provides an organized way to examine the Department`s existing or de facto information architecture. A companion document to Volume 1, The Foundations, it furnishes the rationale for establishing a Departmentwide information architecture. This volume, consisting of the Baseline Analysis Summary (part 1), Baseline Analysis (part 2), and Reference Data (part 3), is of interest to readers who wish to understand how the Department`s current information architecture technologies are employed. The analysis identifies how and where current technologies support business areas, programs, sites, and corporate systems.

  15. Information architecture. Volume 4: Vision

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1998-03-01

    The Vision document marks the transition from definition to implementation of the Department of Energy (DOE) Information Architecture Program. A description of the possibilities for the future, supported by actual experience with a process model and tool set, points toward implementation options. The directions for future information technology investments are discussed. Practical examples of how technology answers the business and information needs of the organization through coordinated and meshed data, applications, and technology architectures are related. This document is the fourth and final volume in the planned series for defining and exhibiting the DOE information architecture. The targeted scope of this document includes DOE Program Offices, field sites, contractor-operated facilities, and laboratories. This document paints a picture of how, over the next 7 years, technology may be implemented, dramatically improving the ways business is conducted at DOE. While technology is mentioned throughout this document, the vision is not about technology. The vision concerns the transition afforded by technology and the process steps to be completed to ensure alignment with business needs. This goal can be met if those directing the changing business and mission-support processes understand the capabilities afforded by architectural processes.

  16. A shape-based statistical method to retrieve 2D TRUS-MR slice correspondence for prostate biopsy

    Science.gov (United States)

    Mitra, Jhimli; Srikantha, Abhilash; Sidibé, Désiré; Martí, Robert; Oliver, Arnau; Lladó, Xavier; Ghose, Soumya; Vilanova, Joan C.; Comet, Josep; Meriaudeau, Fabrice

    2012-02-01

    This paper presents a method based on shape-context and statistical measures to match interventional 2D Trans Rectal Ultrasound (TRUS) slice during prostate biopsy to a 2D Magnetic Resonance (MR) slice of a pre-acquired prostate volume. Accurate biopsy tissue sampling requires translation of the MR slice information on the TRUS guided biopsy slice. However, this translation or fusion requires the knowledge of the spatial position of the TRUS slice and this is only possible with the use of an electro-magnetic (EM) tracker attached to the TRUS probe. Since, the use of EM tracker is not common in clinical practice and 3D TRUS is not used during biopsy, we propose to perform an analysis based on shape and information theory to reach close enough to the actual MR slice as validated by experts. The Bhattacharyya distance is used to find point correspondences between shape-context representations of the prostate contours. Thereafter, Chi-square distance is used to find out those MR slices where the prostates closely match with that of the TRUS slice. Normalized Mutual Information (NMI) values of the TRUS slice with each of the axial MR slices are computed after rigid alignment and consecutively a strategic elimination based on a set of rules between the Chi-square distances and the NMI leads to the required MR slice. We validated our method for TRUS axial slices of 15 patients, of which 11 results matched at least one experts validation and the remaining 4 are at most one slice away from the expert validations.

  17. Implementing the competences-based students-centered learning approach in Architectural Design Education. The case of the T MEDA Pilot Architectural Program at the Hashemite University (Jordan

    Directory of Open Access Journals (Sweden)

    Ahmad A. S. Al Husban

    2016-11-01

    Full Text Available Higher educational systems become increasingly oriented towards the competences-based student-centered learning and outcome approach. Worldwide, these systems are focusing on the students as a whole: focusing on their dimensional, intellectual, professional, psychological, moral, and spiritual. This research was conducted in an attempt to answer the main research question: how can the architectural design courses be designed based on the required competences and how can the teaching, learning activities and assessment methods be structured and aligned in order to allow students to achieve and reach the intended learning outcomes? This research used a case study driven best practice research method to answer the research questions based on the T MEDA pilot architectural program that was implemented at the Hashemite University, Jordan. This research found that it is important for architectural education to adapt the students-centered learning method. Such approach increases the effectiveness of teaching and learning methods, enhances the design studio environment, and focuses on students’ engagement to develop their design process and product. Moreover, this research found that using different assessment methods in architectural design courses help students to develop their learning outcomes; and inform teachers about the effectiveness of their teaching process. Furthermore, the involvement of students in assessment produces effective learning and enhances their design motivation. However, applying competences-based students-centered learning and outcome approach needs more time and staff to apply. Another problem is that some instructors resist changing to the new methods or approaches because they prefer to use their old and traditional systems. The application for this method at the first time needs intensive recourses, more time, and good cooperation between different instructors and course coordinator. However, within the time this method

  18. A comparative risk assessment for Listeria monocytogenes in prepackaged versus retail-sliced deli meat.

    Science.gov (United States)

    Endrikat, Sarah; Gallagher, Daniel; Pouillot, Régis; Hicks Quesenberry, Heather; Labarre, David; Schroeder, Carl M; Kause, Janell

    2010-04-01

    Deli meat was ranked as the highest-risk ready-to-eat food vehicle of Listeria monocytogenes within the 2003 U.S. Food and Drug Administration and U.S. Department of Agriculture, Food Safety and Inspection Service risk assessment. The comparative risk of L. monocytogenes in retail-sliced versus prepackaged deli meats was evaluated with a modified version of this model. Other research has found that retail-sliced deli meats have both higher prevalence and levels of L. monocytogenes than have product sliced and packaged at the manufacturer level. The updated risk assessment model considered slicing location as well as the use of growth inhibitors. The per annum comparative risk ratio for the number of deaths from retail-sliced versus prepackaged deli meats was found to be 4.89, and the per-serving comparative risk ratio was 4.27. There was a significant interaction between the use of growth inhibitors and slicing location. Almost 70% of the estimated deaths occurred from retail-sliced product that did not possess a growth inhibitor. A sensitivity analysis, assessing the effect of the model's consumer storage time and shelf life assumptions, found that even if retail-sliced deli meats were stored for a quarter of the time prepackaged deli meats were stored, retail-sliced product is 1.7 times more likely to result in death from listeriosis. Sensitivity analysis also showed that the shelf life assumption had little effect on the comparative risk ratio.

  19. Scanning and contrast enhancement protocols for multi-slice CT in evaluation of the upper abdomen

    International Nuclear Information System (INIS)

    Awai, Kazuo; Onishi, Hiromitsu; Takada, Koichi; Yamaguchi, Yasuo; Eguchi, Nobuko; Hiraishi, Kumiko; Hori, Shinichi

    2000-01-01

    The advent of multi-slice CT is one of the quantum leaps in computed tomography since the introduction of helical CT. Multi-slice CT can rapidly scan a large longitudinal (z-axis) volume with high longitudinal resolution and low image artifacts. The rapid volume coverage speed of multi-slice CT can increase the difficulty in optimizing the delay time between the beginning of contrast material injection and the acquisition of images and we need accurate knowledge about optimal temporal window for adequate contrast enhancement. High z-axis resolution of multi-slice can improve the quality of three-dimensional images and MPR images and we must select adequate slice thickness and slice intervals in each case. We discuss basic considerations for adequate contrast enhancement and scanning protocols by multi-slice CT scanner in the upper abdomen. (author)

  20. Fluidic system for long-term in vitro culturing and monitoring of organotypic brain slices

    DEFF Research Database (Denmark)

    Bakmand, Tanya; Troels-Smith, Ane R.; Dimaki, Maria

    2015-01-01

    Brain slice preparations cultured in vitro have long been used as a simplified model for studying brain development, electrophysiology, neurodegeneration and neuroprotection. In this paper an open fluidic system developed for improved long term culturing of organotypic brain slices is presented....... The positive effect of continuous flow of growth medium, and thus stability of the glucose concentration and waste removal, is simulated and compared to the effect of stagnant medium that is most often used in tissue culturing. Furthermore, placement of the tissue slices in the developed device was studied...... by numerical simulations in order to optimize the nutrient distribution. The device was tested by culturing transverse hippocampal slices from 7 days old NMRI mice for a duration of 14 days. The slices were inspected visually and the slices cultured in the fluidic system appeared to have preserved...

  1. Dosimetric variation due to CT inter-slice spacing in four-dimensional carbon beam lung therapy

    International Nuclear Information System (INIS)

    Kumagai, Motoki; Mori, Shinichiro; Kandatsu, Susumu; Baba, Masayuki; Sharp, Gregory C; Asakura, Hiroshi; Endo, Masahiro

    2009-01-01

    When CT data with thick slice thickness are used in treatment planning, geometrical uncertainty may induce dosimetric errors. We evaluated carbon ion dose variations due to different CT slice thicknesses using a four-dimensional (4D) carbon ion beam dose calculation, and compared results between ungated and gated respiratory strategies. Seven lung patients were scanned in 4D mode with a 0.5 mm slice thickness using a 256-multi-slice CT scanner. CT images were averaged with various numbers of images to simulate reconstructed images with various slice thicknesses (0.5-5.0 mm). Two scenarios were studied (respiratory-ungated and -gated strategies). Range compensators were designed for each of the CT volumes with coarse inter-slice spacing to cover the internal target volume (ITV), as defined from 4DCT. Carbon ion dose distribution was computed for each resulting ITV on the 0.5 mm slice 4DCT data. The accumulated dose distribution was then calculated using deformable registration for 4D dose assessment. The magnitude of over- and under-dosage was found to be larger with the use of range compensators designed with a coarser inter-slice spacing than those obtained with a 0.5 mm slice thickness. Although no under-dosage was observed within the clinical target volume (CTV) region, D95 remained at over 97% of the prescribed dose for the ungated strategy and 95% for the gated strategy for all slice thicknesses. An inter-slice spacing of less than 3 mm may be able to minimize dose variation between the ungated and gated strategies. Although volumes with increased inter-slice spacing may reduce geometrical accuracy at a certain respiratory phase, this does not significantly affect delivery of the accumulated dose to the target during the treatment course.

  2. Brain slice on a chip: opportunities and challenges of applying microfluidic technology to intact tissues.

    Science.gov (United States)

    Huang, Yu; Williams, Justin C; Johnson, Stephen M

    2012-06-21

    Isolated brain tissue, especially brain slices, are valuable experimental tools for studying neuronal function at the network, cellular, synaptic, and single channel levels. Neuroscientists have refined the methods for preserving brain slice viability and function and converged on principles that strongly resemble the approach taken by engineers in developing microfluidic devices. With respect to brain slices, microfluidic technology may 1) overcome the traditional limitations of conventional interface and submerged slice chambers and improve oxygen/nutrient penetration into slices, 2) provide better spatiotemporal control over solution flow/drug delivery to specific slice regions, and 3) permit successful integration with modern optical and electrophysiological techniques. In this review, we highlight the unique advantages of microfluidic devices for in vitro brain slice research, describe recent advances in the integration of microfluidic devices with optical and electrophysiological instrumentation, and discuss clinical applications of microfluidic technology as applied to brain slices and other non-neuronal tissues. We hope that this review will serve as an interdisciplinary guide for both neuroscientists studying brain tissue in vitro and engineers as they further develop microfluidic chamber technology for neuroscience research.

  3. Normal mediastinal and hilar lymph nodes evaluated by 5 mm slice bolus injection CT scan

    International Nuclear Information System (INIS)

    Yamamoto, Takako; Tsukada, Hiroshi; Koizumi, Naoya; Akita, Shinichi; Oda, Junichi; Sakai, Kunio

    1995-01-01

    We evaluated the number and size of normal mediastinal and hilar lymph nodes by 5 mm slice bolus injection CT (12 patients), compared with 10 mm slice CT (12 patients). More lymph nodes were clearly demonstrated by 5 mm slice CT than by 10 mm slice CT. Especially left-sided tracheobronchial (no.4), subaortic (no.5), subcarinal (no.7) and hilar lymph nodes were clearly visible. We concluded 5 mm slice bolus injection CT was useful to evaluate mediastinal and hilar lymph nodes. (author)

  4. Extension of shelf-life of Chickoo slices using hurdle technology

    International Nuclear Information System (INIS)

    Shirodkar, S.; Behere, A.G.; Padwal-Desai, S.R.; Lele, S.S.; Pai, J.S.

    2001-01-01

    An attempt has been made to evolve a protocol to prepare shelf-stable high moisture chickoo slices using Hurdle Technology. The process is based on a slight reduction of water activity (0.98?0.94) by osmosis with a 70 deg Brix sucrose syrup, lowering of pH (5.75 to 4.46) by addition of citric acid, addition of KMS and then subjecting the resulting slices to different doses of gamma radiation ranging from 0.25-1 kGy. Radiation processed chickoo slices remained acceptable for 8 weeks at sub-room temperature (10 ± 2 degC) and for 3 weeks at ambient temperature (28 ± 2 degC) when evaluated by a taste-test panel. (author)

  5. Thin-Slice Perception Develops Slowly

    Science.gov (United States)

    Balas, Benjamin; Kanwisher, Nancy; Saxe, Rebecca

    2012-01-01

    Body language and facial gesture provide sufficient visual information to support high-level social inferences from "thin slices" of behavior. Given short movies of nonverbal behavior, adults make reliable judgments in a large number of tasks. Here we find that the high precision of adults' nonverbal social perception depends on the slow…

  6. A z-gradient array for simultaneous multi-slice excitation with a single-band RF pulse.

    Science.gov (United States)

    Ertan, Koray; Taraghinia, Soheil; Sadeghi, Alireza; Atalar, Ergin

    2018-07-01

    Multi-slice radiofrequency (RF) pulses have higher specific absorption rates, more peak RF power, and longer pulse durations than single-slice RF pulses. Gradient field design techniques using a z-gradient array are investigated for exciting multiple slices with a single-band RF pulse. Two different field design methods are formulated to solve for the required current values of the gradient array elements for the given slice locations. The method requirements are specified, optimization problems are formulated for the minimum current norm and an analytical solution is provided. A 9-channel z-gradient coil array driven by independent, custom-designed gradient amplifiers is used to validate the theory. Performance measures such as normalized slice thickness error, gradient strength per unit norm current, power dissipation, and maximum amplitude of the magnetic field are provided for various slice locations and numbers of slices. Two and 3 slices are excited by a single-band RF pulse in simulations and phantom experiments. The possibility of multi-slice excitation with a single-band RF pulse using a z-gradient array is validated in simulations and phantom experiments. Magn Reson Med 80:400-412, 2018. © 2017 International Society for Magnetic Resonance in Medicine. © 2017 International Society for Magnetic Resonance in Medicine.

  7. A rapid and simple method for cryopreservation of human liver slices

    NARCIS (Netherlands)

    de Kanter, R; Olinga, Peter; Hof, I.H; de Jager, M.H; Verwillegen, W.A; Slooff, M.JH; Meijer, D.K F; Groothuis, Geny; Koster, H

    1. Precision-cut liver slices represent a suitable and convenient in vitro preparation for studying metabolism and toxicity mechanisms of drugs and toxic chemicals. Particularly in the case of human liver slices, cryopreservation would enable more efficient utilization of this scarce and irregularly

  8. ARCHITECTURE IN EFFECT: A Glance at Critical Historiography

    Directory of Open Access Journals (Sweden)

    Navid Gohardani

    2014-03-01

    Full Text Available Historiography marks a relatively unexplored research domain in architecture. Despite the obscure nature of this subject matter, architectural historiography equally illuminates a hidden pathway to the historical interaction of architecture with art or literature. Critical historiography adds another dimension to this emerging research topic that further encapsulates multiple levels of criticism. In recognition of a growing interest for historiography, it can be argued that the critical aspects of historiography may serve as crucial instruments for an enhanced understanding of architectural historiography. In this article, the realm of architectural historiography is investigated through a multidisciplinary perspective that revisits architectural criticism, critical historiography, modern architecture, phenomenology, and a number of aspects of architectural historiography in the Swedish Million Homes Program.

  9. Organotypic hippocampal slice cultures for studies of brain damage, neuroprotection and neurorepair

    DEFF Research Database (Denmark)

    Noraberg, Jens; Poulsen, Frantz Rom; Blaabjerg, Morten

    2005-01-01

    Slices of developing brain tissue can be grown for several weeks as so-called organotypic slice cultures. Here we summarize and review studies using hippocampal slice cultures to investigate mechanisms and treatment strategies for the neurodegenerative disorders like stroke (cerebral ischemia......), Alzheimer's disease (AD) and epilepsia. Studies of non-excitotoxic neurotoxic compounds and the experimental use of slice cultures in studies of HIV neurotoxicity, traumatic brain injury (TBI) and neurogenesis are included. For cerebral ischemia, experimental models with oxygen-glucose deprivation (OGD......) and exposure to glutamate receptor agonists (excitotoxins) are reviewed. For epilepsia, focus is on induction of seizures with effects on neuronal loss, axonal sprouting and neurogenesis. For Alzheimer's disease, the review centers on the use of beta-amyloid (Abeta) in different models, while the section...

  10. Adaptive SLICE method: an enhanced method to determine nonlinear dynamic respiratory system mechanics

    International Nuclear Information System (INIS)

    Zhao, Zhanqi; Möller, Knut; Guttmann, Josef

    2012-01-01

    The objective of this paper is to introduce and evaluate the adaptive SLICE method (ASM) for continuous determination of intratidal nonlinear dynamic compliance and resistance. The tidal volume is subdivided into a series of volume intervals called slices. For each slice, one compliance and one resistance are calculated by applying a least-squares-fit method. The volume window (width) covered by each slice is determined based on the confidence interval of the parameter estimation. The method was compared to the original SLICE method and evaluated using simulation and animal data. The ASM was also challenged with separate analysis of dynamic compliance during inspiration. If the signal-to-noise ratio (SNR) in the respiratory data decreased from +∞ to 10 dB, the relative errors of compliance increased from 0.1% to 22% for the ASM and from 0.2% to 227% for the SLICE method. Fewer differences were found in resistance. When the SNR was larger than 40 dB, the ASM delivered over 40 parameter estimates (42.2 ± 1.3). When analyzing the compliance during inspiration separately, the estimates calculated with the ASM were more stable. The adaptive determination of slice bounds results in consistent and reliable parameter values. Online analysis of nonlinear respiratory mechanics will profit from such an adaptive selection of interval size. (paper)

  11. Lysosome stabilization in slices of rat liver when incubated with vitamin A excess

    International Nuclear Information System (INIS)

    Morre, D.M.; Morre, D.J.; Bowen, S.; Reutter, W.

    1986-01-01

    An organ culture of slices of livers from adult rats was used to study effect of vitamin A (all-trans retinol) on lysosome stability. Lysosomes were purified by centrifugation in Percoll gradients. Preparations were monitored by electron microscopy and evaluated by morphometry and assays of marker enzymes. Enrichments relative to homogenates and crude pellets were estimated from latent (triton X-100) acid p-nitrophenylphosphatase specific activities. Lysosomes prepared from unincubated slices were enriched 50-fold in latent acid phosphatase relative to homogenates. In contrast, lysosomes prepared from slices incubated for 30 min in PBS alone were enriched only 20-fold. When 25 μg/ml retinol was included in the incubation medium, enrichments of 40-fold were obtained. The integrity of the slices was monitored by electron microscopy and their viability was confirmed by a sustained uptake and incorporation of [ 3 H]leucine into protein (up to 2 h in culture). The loss of lysosomes from homogenates of slices incubated in the absence of retinol was accompanied by a loss of acid phosphatase from the lysosomal pellet to the supernatant during purification. Addition of retinol to slices just prior to homogenization was without effect. The results demonstrate a stabilizing influence of vitamin A on lysosomes during incubation of licer slices. The findings contrast earlier reports of retinol-induced lysosome fragility in other in vitro systems

  12. DSP Architecture Design Essentials

    CERN Document Server

    Marković, Dejan

    2012-01-01

    In DSP Architecture Design Essentials, authors Dejan Marković and Robert W. Brodersen cover a key subject for the successful realization of DSP algorithms for communications, multimedia, and healthcare applications. The book addresses the need for DSP architecture design that maps advanced DSP algorithms to hardware in the most power- and area-efficient way. The key feature of this text is a design methodology based on a high-level design model that leads to hardware implementation with minimum power and area. The methodology includes algorithm-level considerations such as automated word-length reduction and intrinsic data properties that can be leveraged to reduce hardware complexity. From a high-level data-flow graph model, an architecture exploration methodology based on linear programming is used to create an array of architectural solutions tailored to the underlying hardware technology. The book is supplemented with online material: bibliography, design examples, CAD tutorials and custom software.

  13. Target recognition of ladar range images using slice image: comparison of four improved algorithms

    Science.gov (United States)

    Xia, Wenze; Han, Shaokun; Cao, Jingya; Wang, Liang; Zhai, Yu; Cheng, Yang

    2017-07-01

    Compared with traditional 3-D shape data, ladar range images possess properties of strong noise, shape degeneracy, and sparsity, which make feature extraction and representation difficult. The slice image is an effective feature descriptor to resolve this problem. We propose four improved algorithms on target recognition of ladar range images using slice image. In order to improve resolution invariance of the slice image, mean value detection instead of maximum value detection is applied in these four improved algorithms. In order to improve rotation invariance of the slice image, three new improved feature descriptors-which are feature slice image, slice-Zernike moments, and slice-Fourier moments-are applied to the last three improved algorithms, respectively. Backpropagation neural networks are used as feature classifiers in the last two improved algorithms. The performance of these four improved recognition systems is analyzed comprehensively in the aspects of the three invariances, recognition rate, and execution time. The final experiment results show that the improvements for these four algorithms reach the desired effect, the three invariances of feature descriptors are not directly related to the final recognition performance of recognition systems, and these four improved recognition systems have different performances under different conditions.

  14. Pushouts in software architecture design

    OpenAIRE

    Riché, T. L.; Gonçalves, Rui; Marker, B.; Batory, D.

    2012-01-01

    A classical approach to program derivation is to progressively extend a simple specification and then incrementally refine it to an implementation. We claim this approach is hard or impractical when reverse engineering legacy software architectures. We present a case study that shows optimizations and pushouts--in addition to refinements and extensions--are essential for practical stepwise development of complex software architectures. NSF CCF 0724979 NSF CNS 0509338 NSF CCF 0917167 ...

  15. Accuracy Test of Software Architecture Compliance Checking Tools : Test Instruction

    NARCIS (Netherlands)

    Prof.dr. S. Brinkkemper; Dr. Leo Pruijt; C. Köppe; J.M.E.M. van der Werf

    2015-01-01

    Author supplied: "Abstract Software Architecture Compliance Checking (SACC) is an approach to verify conformance of implemented program code to high-level models of architectural design. Static SACC focuses on the modular software architecture and on the existence of rule violating dependencies

  16. Color changes and acrylamide formation in fried potato slices

    DEFF Research Database (Denmark)

    Pedreschi, Franco; Moyano, Pedro; Kaack, Karl

    2005-01-01

    The objective of this work was to study the kinetics of browning during deep-fat frying of blanched and unblanched potato chips by using the dynamic method and to find a relationship between browning development and acrylamide formation. Prior to frying, potato slices were blanched in hot water...... at 85degreesC for 3.5 min. Unblanched slices were used as the control. Control and blanched potato slices (Panda variety, diameter: 37 mm, width: 2.2 mm) were fried at 120, 150 and 180degreesC until reaching moisture contents of similar to1.8% (total basis) and their acrylamide content and final color...... were measured. Color changes were recorded at different sampling times during frying at the three mentioned temperatures using the chromatic redness parameter a(*). Experimental data of surface temperature, moisture content and color change in potato chips during frying were fit to empirical...

  17. Thin slices and Sherlock Holmes

    African Journals Online (AJOL)

    based on very little information, and often in a matter of seconds. This is partly based on very narrow slices of our experience, and involves pattern recognition, as well as the memory banks of our senses. It is also partly a heuristic process whereby one rapidly discards ideas or notions, or promotes other hypotheses, as one.

  18. PLM support to architecture based development

    DEFF Research Database (Denmark)

    Bruun, Hans Peter Lomholt

    , organisation, processes, etc. To identify, evaluate, and align aspects of these domains are necessary for developing the optimal layout of product architectures. It is stated in this thesis that architectures describe building principles for products, product families, and product programs, where this project...... and developing architectures can be difficult to manage, update, and maintain during development. The concept of representing product architectures in computer-based product information tools has though been central in this research, and in the creation of results. A standard PLM tool (Windchill PDMLink...... architectures in computer systems. Presented results build on research literature and experiences from industrial partners. Verification of the theory contributions, approaches, models, and tools, have been carried out in industrial projects, with promising results. This thesis describes the means for: (1...

  19. Computation of a voxelized anthropomorphic phantom from Computer Tomography slices and 3D dose distribution calculation utilizing the MCNP5 Code

    International Nuclear Information System (INIS)

    Abella, V.; Miro, R.; Juste, B.; Verdu, G.

    2008-01-01

    Full text: The purpose of this work is to obtain the voxelization of a series of tomography slices in order to provide a voxelized human phantom throughout a MatLab algorithm, and the consequent simulation of the irradiation of such phantom with the photon beam generated in a Theratron 780 (MDS Nordion) 60 Co radiotherapy unit, using the Monte Carlo transport code MCNP (Monte Carlo N-Particle), version 5. The project provides as results dose mapping calculations inside the voxelized anthropomorphic phantom. Prior works have validated the cobalt therapy model utilizing a simple heterogeneous water cube-shaped phantom. The reference phantom model utilized in this work is the Zubal phantom, which consists of a group of pre-segmented CT slices of a human body. The CT slices are to be input into the Matlab program which computes the voxelization by means of two-dimensional pixel and material identification on each slice, and three-dimensional interpolation, in order to depict the phantom geometry via small cubic cells. Each slice is divided in squares with the size of the desired voxelization, and then the program searches for the pixel intensity with a predefined material at each square, making a subsequent three-dimensional interpolation. At the end of this process, the program produces a voxelized phantom in which each voxel defines the mixture of the different materials that compose it. In the case of the Zubal phantom, the voxels result in pure organ materials due to the fact that the phantom is presegmented. The output of this code follows the MCNP input deck format and is integrated in a full input model including the 60 Co radiotherapy unit. Dose rates are calculated using the MCNP5 tool FMESH, superimposed mesh tally. This feature allows to tally particles on an independent mesh over the problem geometry, and to obtain the length estimation of the particle flux, in units of particles/cm 2 (tally F4). Furthermore, the particle flux is transformed into dose by

  20. Time efficient whole-brain coverage with MR Fingerprinting using slice-interleaved echo-planar-imaging.

    Science.gov (United States)

    Rieger, Benedikt; Akçakaya, Mehmet; Pariente, José C; Llufriu, Sara; Martinez-Heras, Eloy; Weingärtner, Sebastian; Schad, Lothar R

    2018-04-27

    Magnetic resonance fingerprinting (MRF) is a promising method for fast simultaneous quantification of multiple tissue parameters. The objective of this study is to improve the coverage of MRF based on echo-planar imaging (MRF-EPI) by using a slice-interleaved acquisition scheme. For this, the MRF-EPI is modified to acquire several slices in a randomized interleaved manner, increasing the effective repetition time of the spoiled gradient echo readout acquisition in each slice. Per-slice matching of the signal-trace to a precomputed dictionary allows the generation of T 1 and T 2 * maps with integrated B 1 + correction. Subsequent compensation for the coil sensitivity profile and normalization to the cerebrospinal fluid additionally allows for quantitative proton density (PD) mapping. Numerical simulations are performed to optimize the number of interleaved slices. Quantification accuracy is validated in phantom scans and feasibility is demonstrated in-vivo. Numerical simulations suggest the acquisition of four slices as a trade-off between quantification precision and scan-time. Phantom results indicate good agreement with reference measurements (Difference T 1 : -2.4 ± 1.1%, T 2 *: -0.5 ± 2.5%, PD: -0.5 ± 7.2%). In-vivo whole-brain coverage of T 1 , T 2 * and PD with 32 slices was acquired within 3:36 minutes, resulting in parameter maps of high visual quality and comparable performance with single-slice MRF-EPI at 4-fold scan-time reduction.

  1. Rat brain sagittal organotypic slice cultures as an ex vivo dopamine cell loss system.

    Science.gov (United States)

    McCaughey-Chapman, Amy; Connor, Bronwen

    2017-02-01

    Organotypic brain slice cultures are a useful tool to study neurological function as they provide a more complex, 3-dimensional system than standard 2-dimensional in vitro cell cultures. Building on a previously developed mouse brain slice culture protocol, we have developed a rat sagittal brain slice culture system as an ex vivo model of dopamine cell loss. We show that rat brain organotypic slice cultures remain viable for up to 6 weeks in culture. Using Fluoro-Gold axonal tracing, we demonstrate that the slice 3-dimensional cytoarchitecture is maintained over a 4 week culturing period, with particular focus on the nigrostriatal pathway. Treatment of the cultures with 6-hydroxydopamine and desipramine induces a progressive loss of Fluoro-Gold-positive nigral cells with a sustained loss of tyrosine hydroxylase-positive nigral cells. This recapitulates the pattern of dopaminergic degeneration observed in the rat partial 6-hydroxydopamine lesion model and, most importantly, the progressive pathology of Parkinson's disease. Our slice culture platform provides an advance over other systems, as we demonstrate for the first time 3-dimensional cytoarchitecture maintenance of rat nigrostriatal sagittal slices for up to 6 weeks. Our ex vivo organotypic slice culture system provides a long term cellular platform to model Parkinson's disease, allowing for the elucidation of mechanisms involved in dopaminergic neuron degeneration and the capability to study cellular integration and plasticity ex vivo. Copyright © 2017 Elsevier B.V. All rights reserved.

  2. Architecture for autonomy

    Science.gov (United States)

    Broten, Gregory S.; Monckton, Simon P.; Collier, Jack; Giesbrecht, Jared

    2006-05-01

    In 2002 Defence R&D Canada changed research direction from pure tele-operated land vehicles to general autonomy for land, air, and sea craft. The unique constraints of the military environment coupled with the complexity of autonomous systems drove DRDC to carefully plan a research and development infrastructure that would provide state of the art tools without restricting research scope. DRDC's long term objectives for its autonomy program address disparate unmanned ground vehicle (UGV), unattended ground sensor (UGS), air (UAV), and subsea and surface (UUV and USV) vehicles operating together with minimal human oversight. Individually, these systems will range in complexity from simple reconnaissance mini-UAVs streaming video to sophisticated autonomous combat UGVs exploiting embedded and remote sensing. Together, these systems can provide low risk, long endurance, battlefield services assuming they can communicate and cooperate with manned and unmanned systems. A key enabling technology for this new research is a software architecture capable of meeting both DRDC's current and future requirements. DRDC built upon recent advances in the computing science field while developing its software architecture know as the Architecture for Autonomy (AFA). Although a well established practice in computing science, frameworks have only recently entered common use by unmanned vehicles. For industry and government, the complexity, cost, and time to re-implement stable systems often exceeds the perceived benefits of adopting a modern software infrastructure. Thus, most persevere with legacy software, adapting and modifying software when and wherever possible or necessary -- adopting strategic software frameworks only when no justifiable legacy exists. Conversely, academic programs with short one or two year projects frequently exploit strategic software frameworks but with little enduring impact. The open-source movement radically changes this picture. Academic frameworks

  3. METRIC context unit architecture

    Energy Technology Data Exchange (ETDEWEB)

    Simpson, R.O.

    1988-01-01

    METRIC is an architecture for a simple but powerful Reduced Instruction Set Computer (RISC). Its speed comes from the simultaneous processing of several instruction streams, with instructions from the various streams being dispatched into METRIC's execution pipeline as they become available for execution. The pipeline is thus kept full, with a mix of instructions for several contexts in execution at the same time. True parallel programming is supported within a single execution unit, the METRIC Context Unit. METRIC's architecture provides for expansion through the addition of multiple Context Units and of specialized Functional Units. The architecture thus spans a range of size and performance from a single-chip microcomputer up through large and powerful multiprocessors. This research concentrates on the specification of the METRIC Context Unit at the architectural level. Performance tradeoffs made during METRIC's design are discussed, and projections of METRIC's performance are made based on simulation studies.

  4. Evaluation of spinal cord vessels using multi-slice CT angiography

    International Nuclear Information System (INIS)

    Chen Shuang; Zhu Ruijiang; Feng Xiaoyuan

    2006-01-01

    Objective: To evaluate the value of Multi-slice spiral CT angiography for spinal cord vessels. Methods: 11 adult subjects with suspected of myelopathy were performed with Multi-slice spiral CT angiography, An iodine contrast agent was injected at 3.5 ml/s, for total 100 ml. The parameters were axial 16 slice mode, 0.625 mm slice thickness, 0.8 s rotation, delay time depending on smartprep(15-25 s), multi-phase scan. The coronal and sagittal MPR and SSD were generated on a workstation compared with spinal digital subtraction angiography (DSA) to analyze normal or abnormal spinal cord vessels. Results: Normal findings at spinal CTA and digital subtraction angiography in six adult normal subjects and spinal cord vascular malformations (1 intradural extramedullary AVF, 4 dural AVFs) in five cases, Recognizable intradural vessels corresponding to anterior median (midline) veins and/or anterior spinal arteries were show in six adult normal subjects. Abnormal intradural vessels were detected in all five spinal cord vascular malformation with CT angiography, in comparison with digital subtraction angiography these vessels were primarily enlarged veins of the coronal venous plexus on the cord surface, radiculomedullary-dural arteries could not be clearly shown in four dural AVF, only one anterior spinal artery was detected in one patient with intradural medullary AVF, which direct shunt between anterior spinal artery and perimedullary vein with tortuous draining vessel. Conclusion: Multi-slice CT angiography is able to visualize the normal or abnormal spinal cord vessels. It could be used as a noninvasive method to screen the spinal cord vascular disease. (authors)

  5. Terra Harvest software architecture

    Science.gov (United States)

    Humeniuk, Dave; Klawon, Kevin

    2012-06-01

    Under the Terra Harvest Program, the DIA has the objective of developing a universal Controller for the Unattended Ground Sensor (UGS) community. The mission is to define, implement, and thoroughly document an open architecture that universally supports UGS missions, integrating disparate systems, peripherals, etc. The Controller's inherent interoperability with numerous systems enables the integration of both legacy and future UGS System (UGSS) components, while the design's open architecture supports rapid third-party development to ensure operational readiness. The successful accomplishment of these objectives by the program's Phase 3b contractors is demonstrated via integration of the companies' respective plug-'n'-play contributions that include controllers, various peripherals, such as sensors, cameras, etc., and their associated software drivers. In order to independently validate the Terra Harvest architecture, L-3 Nova Engineering, along with its partner, the University of Dayton Research Institute, is developing the Terra Harvest Open Source Environment (THOSE), a Java Virtual Machine (JVM) running on an embedded Linux Operating System. The Use Cases on which the software is developed support the full range of UGS operational scenarios such as remote sensor triggering, image capture, and data exfiltration. The Team is additionally developing an ARM microprocessor-based evaluation platform that is both energy-efficient and operationally flexible. The paper describes the overall THOSE architecture, as well as the design decisions for some of the key software components. Development process for THOSE is discussed as well.

  6. Catalyst Architecture:New York Copenhagen Tokyo Rio de Janeiro

    OpenAIRE

    Kiib, Hans; Marling, Gitte; Hansen, Peter Mandal

    2014-01-01

    How can architecture promote the enriching experiences of the tolerant, the democratic, and the learning city - a city worth living in, worth supporting and worth investing in?Catalyst Architecture comprises architectural projects, which, by virtue of their location, context and their combination of programs, have a role in mediating positive social and/or cultural development. In this sense, we talk about architecture as a catalyst for:sustainable adaptation of the city’s infrastructureappro...

  7. Development of an electrically operated cassava slicing machine

    Directory of Open Access Journals (Sweden)

    I. S. Aji

    2013-08-01

    Full Text Available Labor input in manual cassava chips processing is very high and product quality is low. This paper presents the design and construction of an electrically operated cassava slicing machine that requires only one person to operate. Efficiency, portability, ease of operation, corrosion prevention of slicing component of the machine, force required to slice a cassava tuber, capacity of 10 kg/min and uniformity in the size of the cassava chips were considered in the design and fabrication of the machine. The performance of the machine was evaluated with cassava of average length and diameter of 253 mm and 60 mm respectively at an average speed of 154 rpm. The machine produced 5.3 kg of chips of 10 mm length and 60 mm diameter in 1 minute. The efficiency of the machine was 95.6% with respect to the quantity of the input cassava. The chips were found to be well chipped to the designed thickness, shape and of generally similar size. Galvanized steel sheets were used in the cutting section to avoid corrosion of components. The machine is portable and easy to operate which can be adopted for cassava processing in a medium size industry.

  8. Novel culturing platform for brain slices and neuronal cells

    DEFF Research Database (Denmark)

    Svendsen, Winnie Edith; Al Atraktchi, Fatima Al-Zahraa; Bakmand, Tanya

    2015-01-01

    In this paper we demonstrate a novel culturing system for brain slices and neuronal cells, which can control the concentration of nutrients and the waste removal from the culture by adjusting the fluid flow within the device. The entire system can be placed in an incubator. The system has been...... tested successfully with brain slices and PC12 cells. The culture substrate can be modified using metal electrodes and/or nanostructures for conducting electrical measurements while culturing and for better mimicking the in vivo conditions....

  9. Architecture in the Experience City

    DEFF Research Database (Denmark)

    Kiib, Hans

    2009-01-01

    . The article identifies new rationales related to this development, and it argues that ‘cultural planning' has increasingly shifted its focus from a cultural institutional approach to a more market-oriented strategy that combines art and business in a close relationship. The role of architecture has changed......This article focuses on the combination of programs and the architecture of cultural projects that have emerged within the last few years. These projects are characterized in the article as ‘hybrid cultural projects', because they intend to combine experience with entertainment, play and learning...... too. Architecture not only provides a functional framework for these concepts, but it increasingly tries to give the main idea of the cultural project a spatially aesthetic expression - a shift towards ‘experience architecture'. A great number of these projects typically recycles and reinterprets...

  10. CT liver volumetry using three-dimensional image data in living donor liver transplantation: Effects of slice thickness on volume calculation

    Science.gov (United States)

    Hori, Masatoshi; Suzuki, Kenji; Epstein, Mark L.; Baron, Richard L.

    2011-01-01

    The purpose was to evaluate a relationship between slice thickness and calculated volume on CT liver volumetry by comparing the results for images with various slice thicknesses including three-dimensional images. Twenty adult potential liver donors (12 men, 8 women; mean age, 39 years; range, 24–64) underwent CT with a 64-section multi-detector row CT scanner after intra-venous injection of contrast material. Four image sets with slice thicknesses of 0.625 mm, 2.5 mm, 5 mm, and 10 mm were used. First, a program developed in our laboratory for automated liver extraction was applied to CT images, and the liver boundary was obtained automatically. Then, an abdominal radiologist reviewed all images on which automatically extracted boundaries were superimposed, and edited the boundary on each slice to enhance the accuracy. Liver volumes were determined by counting of the voxels within the liver boundary. Mean whole liver volumes estimated with CT were 1322.5 cm3 on 0.625-mm, 1313.3 cm3 on 2.5-mm, 1310.3 cm3 on 5-mm, and 1268.2 cm3 on 10-mm images. Volumes calculated for three-dimensional (0.625-mm-thick) images were significantly larger than those for thicker images (Pvolumetry. If not, three-dimensional images could be essential. PMID:21850689

  11. From green architecture to architectural green

    DEFF Research Database (Denmark)

    Earon, Ofri

    2011-01-01

    that describes the architectural exclusivity of this particular architecture genre. The adjective green expresses architectural qualities differentiating green architecture from none-green architecture. Currently, adding trees and vegetation to the building’s facade is the main architectural characteristics...... they have overshadowed the architectural potential of green architecture. The paper questions how a green space should perform, look like and function. Two examples are chosen to demonstrate thorough integrations between green and space. The examples are public buildings categorized as pavilions. One......The paper investigates the topic of green architecture from an architectural point of view and not an energy point of view. The purpose of the paper is to establish a debate about the architectural language and spatial characteristics of green architecture. In this light, green becomes an adjective...

  12. An Enterprise Security Program and Architecture to Support Business Drivers

    OpenAIRE

    Brian Ritchot

    2013-01-01

    This article presents a business-focused approach to developing and delivering enterprise security architecture that is focused on enabling business objectives while providing a sensible and balanced approach to risk management. A balanced approach to enterprise security architecture can create the important linkages between the goals and objectives of a business, and it provides appropriate measures to protect the most critical assets within an organization while accepting risk where appropr...

  13. Intersection Based Motion Correction of Multi-Slice MRI for 3D in utero Fetal Brain Image Formation

    Science.gov (United States)

    Kim, Kio; Habas, Piotr A.; Rousseau, Francois; Glenn, Orit A.; Barkovich, Anthony J.; Studholme, Colin

    2012-01-01

    In recent years post-processing of fast multi-slice MR imaging to correct fetal motion has provided the first true 3D MR images of the developing human brain in utero. Early approaches have used reconstruction based algorithms, employing a two step iterative process, where slices from the acquired data are re-aligned to an approximate 3D reconstruction of the fetal brain, which is then refined further using the improved slice alignment. This two step slice-to-volume process, although powerful, is computationally expensive in needing a 3D reconstruction, and is limited in its ability to recover sub-voxel alignment. Here, we describe an alternative approach which we term slice intersection motion correction (SIMC), that seeks to directly co-align multiple slice stacks by considering the matching structure along all intersecting slice pairs in all orthogonally planned slices that are acquired in clinical imaging studies. A collective update scheme for all slices is then derived, to simultaneously drive slices into a consistent match along their lines of intersection. We then describe a 3D reconstruction algorithm that, using the final motion corrected slice locations, suppresses through-plane partial volume effects to provide a single high isotropic resolution 3D image. The method is tested on simulated data with known motions and is applied to retrospectively reconstruct 3D images from a range of clinically acquired imaging studies. The quantitative evaluation of the registration accuracy for the simulated data sets demonstrated a significant improvement over previous approaches. An initial application of the technique to studying clinical pathology is included, where the proposed method recovered up to 15 mm of translation and 30 degrees of rotation for individual slices, and produced full 3D reconstructions containing clinically useful additional information not visible in the original 2D slices. PMID:19744911

  14. A fourth gradient to overcome slice dependent phase effects of voxel-sized coils in planar arrays.

    Science.gov (United States)

    Bosshard, John C; Eigenbrodt, Edwin P; McDougall, Mary P; Wright, Steven M

    2010-01-01

    The signals from an array of densely spaced long and narrow receive coils for MRI are complicated when the voxel size is of comparable dimension to the coil size. The RF coil causes a phase gradient across each voxel, which is dependent on the distance from the coil, resulting in a slice dependent shift of k-space. A fourth gradient coil has been implemented and used with the system's gradient set to create a gradient field which varies with slice. The gradients are pulsed together to impart a slice dependent phase gradient to compensate for the slice dependent phase due to the RF coils. However the non-linearity in the fourth gradient which creates the desired slice dependency also results in a through-slice phase ramp, which disturbs normal slice refocusing and leads to additional signal cancelation and reduced field of view. This paper discusses the benefits and limitations of using a fourth gradient coil to compensate for the phase due to RF coils.

  15. Impact of Different CT Slice Thickness on Clinical Target Volume for 3D Conformal Radiation Therapy

    International Nuclear Information System (INIS)

    Prabhakar, Ramachandran; Ganesh, Tharmar; Rath, Goura K.; Julka, Pramod K.; Sridhar, Pappiah S.; Joshi, Rakesh C.; Thulkar, Sanjay

    2009-01-01

    The purpose of this study was to present the variation of clinical target volume (CTV) with different computed tomography (CT) slice thicknesses and the impact of CT slice thickness on 3-dimensional (3D) conformal radiotherapy treatment planning. Fifty patients with brain tumors were selected and CT scans with 2.5-, 5-, and 10-mm slice thicknesses were performed with non-ionic contrast enhancement. The patients were selected with tumor volume ranging from 2.54 cc to 222 cc. Three-dimensional treatment planning was performed for all three CT datasets. The target coverage and the isocenter shift between the treatment plans for different slice thickness were correlated with the tumor volume. An important observation from our study revealed that for volume 25 cc, the target underdosage was less than 6.7% for 5-mm slice thickness and 8% for 10-mm slice thickness. For 3D conformal radiotherapy treatment planning (3DCRT), a CT slice thickness of 2.5 mm is optimum for tumor volume 25 cc

  16. Unsupervised motion-compensation of multi-slice cardiac perfusion MRI

    DEFF Research Database (Denmark)

    Stegmann, Mikkel Bille; Ólafsdóttir, Hildur; Larsson, Henrik B. W.

    2005-01-01

    This paper presents a novel method for registration of single and multi-slice cardiac perfusion MRI. Utilising computer intensive analyses of variance and clustering in an annotated training set off-line, the presented method is capable of providing registration without any manual interaction...... in less than a second per frame. Changes in image intensity during the bolus passage are modelled by a slice-coupled active appearance model, which is augmented with a cluster analysis of the training set. Landmark correspondences are optimised using the MDL framework due to Davies et al. Image search...

  17. Architecture on Architecture

    DEFF Research Database (Denmark)

    Olesen, Karen

    2016-01-01

    that is not scientific or academic but is more like a latent body of data that we find embedded in existing works of architecture. This information, it is argued, is not limited by the historical context of the work. It can be thought of as a virtual capacity – a reservoir of spatial configurations that can...... correlation between the study of existing architectures and the training of competences to design for present-day realities.......This paper will discuss the challenges faced by architectural education today. It takes as its starting point the double commitment of any school of architecture: on the one hand the task of preserving the particular knowledge that belongs to the discipline of architecture, and on the other hand...

  18. Fan beam image reconstruction with generalized Fourier slice theorem.

    Science.gov (United States)

    Zhao, Shuangren; Yang, Kang; Yang, Kevin

    2014-01-01

    For parallel beam geometry the Fourier reconstruction works via the Fourier slice theorem (or central slice theorem, projection slice theorem). For fan beam situation, Fourier slice can be extended to a generalized Fourier slice theorem (GFST) for fan-beam image reconstruction. We have briefly introduced this method in a conference. This paper reintroduces the GFST method for fan beam geometry in details. The GFST method can be described as following: the Fourier plane is filled by adding up the contributions from all fanbeam projections individually; thereby the values in the Fourier plane are directly calculated for Cartesian coordinates such avoiding the interpolation from polar to Cartesian coordinates in the Fourier domain; inverse fast Fourier transform is applied to the image in Fourier plane and leads to a reconstructed image in spacial domain. The reconstructed image is compared between the result of the GFST method and the result from the filtered backprojection (FBP) method. The major differences of the GFST and the FBP methods are: (1) The interpolation process are at different data sets. The interpolation of the GFST method is at projection data. The interpolation of the FBP method is at filtered projection data. (2) The filtering process are done in different places. The filtering process of the GFST is at Fourier domain. The filtering process of the FBP method is the ramp filter which is done at projections. The resolution of ramp filter is variable with different location but the filter in the Fourier domain lead to resolution invariable with location. One advantage of the GFST method over the FBP method is in short scan situation, an exact solution can be obtained with the GFST method, but it can not be obtained with the FBP method. The calculation of both the GFST and the FBP methods are at O(N^3), where N is the number of pixel in one dimension.

  19. Fostering Enterprise Architecture Education and Training with the Enterprise Architecture Competence Framework

    Science.gov (United States)

    Tambouris, Efthimios; Zotou, Maria; Kalampokis, Evangelos; Tarabanis, Konstantinos

    2012-01-01

    Enterprise architecture (EA) implementation refers to a set of activities ultimately aiming to align business objectives with information technology infrastructure in an organization. EA implementation is a multidisciplinary, complicated and endless process, hence, calls for adequate education and training programs that will build highly skilled…

  20. Relationship between moisture content and electrical impedance of carrot slices during drying

    Science.gov (United States)

    Kertész, Ákos; Hlaváčová, Zuzana; Vozáry, Eszter; Staroňová, Lenka

    2015-01-01

    Electrical properties of food materials can give information about the inner structure and physiological state of biological tissues. Generally, the process of drying of fruits and vegetables is followed by weight loss. The aim of this study was to measure the impedance spectra of carrot slices during drying and to correlate impedance parameters to moisture content in different drying periods. Cylindrical slices were cut out from the carrot root along the axis. The slices were dried in a Venticell 111 air oven at 50°C. The weight of the slices was measured with a Denver SI-603 electronic analytical and precision balance. The weighing of the samples was performed every 30 min at the beginning of drying and every 60 min after the process. The moisture content of the samples was calculated on wet basis. The magnitude and phase angle of electrical impedance of the slices were measured with HP 4284A and 4285A precision LCR meters in the frequency range from 30 Hz to 1 MHz and from 75 kHz to 30 MHz, respectively, at voltage 1 V. The impedance measurement was performed after weighting. The change in the magnitude of impedance during drying showed a good correlation with the change in the moisture content.

  1. Multi-slice ultrasound image calibration of an intelligent skin-marker for soft tissue artefact compensation.

    Science.gov (United States)

    Masum, M A; Pickering, M R; Lambert, A J; Scarvell, J M; Smith, P N

    2017-09-06

    In this paper, a novel multi-slice ultrasound (US) image calibration of an intelligent skin-marker used for soft tissue artefact compensation is proposed to align and orient image slices in an exact H-shaped pattern. Multi-slice calibration is complex, however, in the proposed method, a phantom based visual alignment followed by transform parameters estimation greatly reduces the complexity and provides sufficient accuracy. In this approach, the Hough Transform (HT) is used to further enhance the image features which originate from the image feature enhancing elements integrated into the physical phantom model, thus reducing feature detection uncertainty. In this framework, slice by slice image alignment and calibration are carried out and this provides manual ease and convenience. Copyright © 2016 Elsevier Ltd. All rights reserved.

  2. Real-time slicing algorithm for Stereolithography (STL) CAD model applied in additive manufacturing industry

    Science.gov (United States)

    Adnan, F. A.; Romlay, F. R. M.; Shafiq, M.

    2018-04-01

    Owing to the advent of the industrial revolution 4.0, the need for further evaluating processes applied in the additive manufacturing application particularly the computational process for slicing is non-trivial. This paper evaluates a real-time slicing algorithm for slicing an STL formatted computer-aided design (CAD). A line-plane intersection equation was applied to perform the slicing procedure at any given height. The application of this algorithm has found to provide a better computational time regardless the number of facet in the STL model. The performance of this algorithm is evaluated by comparing the results of the computational time for different geometry.

  3. Accuracy Test of Software Architecture Compliance Checking Tools – Test Instruction

    NARCIS (Netherlands)

    Pruijt, Leo; van der Werf, J.M.E.M.|info:eu-repo/dai/nl/36950674X; Brinkkemper., Sjaak|info:eu-repo/dai/nl/07500707X

    2015-01-01

    Software Architecture Compliance Checking (SACC) is an approach to verify conformance of implemented program code to high-level models of architectural design. Static SACC focuses on the modular software architecture and on the existence of rule violating dependencies between modules. Accurate tool

  4. Antibrowning and antimicrobial properties of sodium acid sulfate in apple slices.

    Science.gov (United States)

    Fan, Xuetong; Sokorai, Kimberly J B; Liao, Ching-Hsing; Cooke, Peter; Zhang, Howard Q

    2009-01-01

    There are few available compounds that can both control browning and enhance microbial safety of fresh-cut fruits. In the present study, the antibrowning ability of sodium acid sulfate (SAS) on "Granny Smith" apple slices was first investigated in terms of optimum concentration and treatment time. In a separate experiment, the apple slices were treated with water or 3% of SAS, calcium ascorbate, citric acid, or acidified calcium sulfate for 5 min. Total plate count, color, firmness, and tissue damage were assessed during a 21-d storage at 4 degrees C. Results showed that the efficacy of SAS in inhibiting browning of apple slices increased with increasing concentration. A minimum 3% of SAS was needed to achieve 14 d of shelf life. Firmness was not significantly affected by SAS at 3% or lower concentrations. Antibrowning potential of SAS was similar for all treatment times ranging from 2 to 10 min. However, SAS caused some skin discoloration of apple slices. When cut surface of apple slices were stained with a fluorescein diacetate solution, tissue damage could be observed under a microscope even though visual damage was not evident. Among the antibrowning agents tested, SAS was the most effective in inhibiting browning and microbial growth for the first 14 d. Total plate count of samples treated with 3% SAS was significantly lower than those treated with calcium ascorbate, a commonly used antibrowning agent. Our results suggested that it is possible to use SAS to control browning while inhibiting the growth of microorganisms on the apple slices if the skin damage can be minimized. Practical Application: Fresh-cut apples have emerged as one of the popular products in restaurants, schools, and food service establishments as more consumers demand fresh, convenient, and nutritious foods. Processing of fresh-cut apples induces mechanical damage to the fruit and exposes apple tissue to air, resulting in the development of undesirable tissue browning. The fresh

  5. Concept and development of measurement method of time sensitivity profile (TSP) in X-ray CT. Comparison of non-helical, single-slice helical, and multi-slice helical scans

    International Nuclear Information System (INIS)

    Tsujioka, Katsumi; Ida, Yoshihiro; Ohtsubo, Hironori; Takahashi, Yasukata; Niwa, Masayoshi

    2000-01-01

    We focused on the time element contained in a single CT image, and devised the concept of a time-sensitivity profile (TSP) describing how the time element is translated into an image. We calculated the data collection time range when the helical pitch is changed in non helical scans, single slice helical scans, and multi slice helical scans. We then calculated the time sensitivity profile (TSP) from the weighting applied when the data collection time range is translated into an image. TSP was also measured for each scanning method using our self-made moving phantom. TSPs obtained from the calculation and the experiments were very close. TSP showed interesting characteristics with each scanning method, especially in the case of multi slice helical scanning, in which TSP became shorter as helical pitch increased. We referred to the TSP's FWHM as the effective scanning time. When we conducted multi slice helical scanning at helical pitch 3, the effective scanning time increased to about 24% longer than that of a non helical scan. When we conducted multi slice helical scanning at helical pitch 5 or 6, the effective scanning time was about half that of a non helical scan. The time sensitivity profile (TSP) is a totally new concept that we consider an important element in discussing the time resolution of a CT scanner. The results of this review will provide significant data in determining the scanning parameters when scanning a moving object. (author)

  6. A Natural Language Architecture

    OpenAIRE

    Sodiya, Adesina Simon

    2007-01-01

    Natural languages are the latest generation of programming languages, which require processing real human natural expressions. Over the years, several groups or researchers have trying to develop widely accepted natural language languages based on artificial intelligence (AI). But no true natural language has been developed. The goal of this work is to design a natural language preprocessing architecture that identifies and accepts programming instructions or sentences in their natural forms ...

  7. SU-E-I-10: Investigation On Detectability of a Small Target for Different Slice Direction of a Volumetric Cone Beam CT Image

    Energy Technology Data Exchange (ETDEWEB)

    Lee, C; Han, M; Baek, J [Yonsei University, Incheon (Korea, Republic of)

    2015-06-15

    Purpose: To investigate the detectability of a small target for different slice direction of a volumetric cone beam CT image and its impact on dose reduction. Methods: Analytic projection data of a sphere object (1 mm diameter, 0.2/cm attenuation coefficient) were generated and reconstructed by FDK algorithm. In this work, we compared the detectability of the small target from four different backprojection Methods: hanning weighted ramp filter with linear interpolation (RECON 1), hanning weighted ramp filter with Fourier interpolation (RECON2), ramp filter with linear interpolation (RECON 3), and ramp filter with Fourier interpolation (RECON4), respectively. For noise simulation, 200 photons per measurement were used, and the noise only data were reconstructed using FDK algorithm. For each reconstructed volume, axial and coronal slice were extracted and detection-SNR was calculated using channelized Hotelling observer (CHO) with dense difference-of-Gaussian (D-DOG) channels. Results: Detection-SNR of coronal images varies for different backprojection methods, while axial images have a similar detection-SNR. Detection-SNR{sup 2} ratios of coronal and axial images in RECON1 and RECON2 are 1.33 and 1.15, implying that the coronal image has a better detectability than axial image. In other words, using coronal slices for the small target detection can reduce the patient dose about 33% and 15% compared to using axial slices in RECON 1 and RECON 2. Conclusion: In this work, we investigated slice direction dependent detectability of a volumetric cone beam CT image. RECON 1 and RECON 2 produced the highest detection-SNR, with better detectability in coronal slices. These results indicate that it is more beneficial to use coronal slice to improve detectability of a small target in a volumetric cone beam CT image. This research was supported by the MSIP (Ministry of Science, ICT and Future Planning), Korea, under the IT Consilience Creative Program (NIPA-2014-H0201

  8. SU-E-I-10: Investigation On Detectability of a Small Target for Different Slice Direction of a Volumetric Cone Beam CT Image

    International Nuclear Information System (INIS)

    Lee, C; Han, M; Baek, J

    2015-01-01

    Purpose: To investigate the detectability of a small target for different slice direction of a volumetric cone beam CT image and its impact on dose reduction. Methods: Analytic projection data of a sphere object (1 mm diameter, 0.2/cm attenuation coefficient) were generated and reconstructed by FDK algorithm. In this work, we compared the detectability of the small target from four different backprojection Methods: hanning weighted ramp filter with linear interpolation (RECON 1), hanning weighted ramp filter with Fourier interpolation (RECON2), ramp filter with linear interpolation (RECON 3), and ramp filter with Fourier interpolation (RECON4), respectively. For noise simulation, 200 photons per measurement were used, and the noise only data were reconstructed using FDK algorithm. For each reconstructed volume, axial and coronal slice were extracted and detection-SNR was calculated using channelized Hotelling observer (CHO) with dense difference-of-Gaussian (D-DOG) channels. Results: Detection-SNR of coronal images varies for different backprojection methods, while axial images have a similar detection-SNR. Detection-SNR 2 ratios of coronal and axial images in RECON1 and RECON2 are 1.33 and 1.15, implying that the coronal image has a better detectability than axial image. In other words, using coronal slices for the small target detection can reduce the patient dose about 33% and 15% compared to using axial slices in RECON 1 and RECON 2. Conclusion: In this work, we investigated slice direction dependent detectability of a volumetric cone beam CT image. RECON 1 and RECON 2 produced the highest detection-SNR, with better detectability in coronal slices. These results indicate that it is more beneficial to use coronal slice to improve detectability of a small target in a volumetric cone beam CT image. This research was supported by the MSIP (Ministry of Science, ICT and Future Planning), Korea, under the IT Consilience Creative Program (NIPA-2014-H0201

  9. Microbiological quality of sliced and block mozzarella cheese

    Directory of Open Access Journals (Sweden)

    Mariana Fontanetti Marinheiro

    2015-06-01

    Full Text Available The aim of this study was to verify the microbiological quality of mozzarella cheese sold in retail markets of Pelotas, Rio Grande do Sul, Brazil. Forty samples of mozzarella cheese were analyzed, comprising 20 samples of block cheese and 20 of sliced cheese. The cheese samples were analyzed for thermotolerant coliform counts and coagulase positive staphylococci counts, and presence of Salmonella spp and Listeria monocytogenes. The percentage of 12,5% and 5% of the sliced and block cheese samples analyzed, respectively, exceeded the microbiological standards accepted by Brazilian legislation. These results indicate the need for a better product monitoring and more concern with hygiene and sanitary practices during industrial process.

  10. Trafficking of astrocytic vesicles in hippocampal slices

    International Nuclear Information System (INIS)

    Potokar, Maja; Kreft, Marko; Lee, So-Young; Takano, Hajime; Haydon, Philip G.; Zorec, Robert

    2009-01-01

    The increasingly appreciated role of astrocytes in neurophysiology dictates a thorough understanding of the mechanisms underlying the communication between astrocytes and neurons. In particular, the uptake and release of signaling substances into/from astrocytes is considered as crucial. The release of different gliotransmitters involves regulated exocytosis, consisting of the fusion between the vesicle and the plasma membranes. After fusion with the plasma membrane vesicles may be retrieved into the cytoplasm and may continue to recycle. To study the mobility implicated in the retrieval of secretory vesicles, these structures have been previously efficiently and specifically labeled in cultured astrocytes, by exposing live cells to primary and secondary antibodies. Since the vesicle labeling and the vesicle mobility properties may be an artifact of cell culture conditions, we here asked whether the retrieving exocytotic vesicles can be labeled in brain tissue slices and whether their mobility differs to that observed in cell cultures. We labeled astrocytic vesicles and recorded their mobility with two-photon microscopy in hippocampal slices from transgenic mice with fluorescently tagged astrocytes (GFP mice) and in wild-type mice with astrocytes labeled by Fluo4 fluorescence indicator. Glutamatergic vesicles and peptidergic granules were labeled by the anti-vesicular glutamate transporter 1 (vGlut1) and anti-atrial natriuretic peptide (ANP) antibodies, respectively. We report that the vesicle mobility parameters (velocity, maximal displacement and track length) recorded in astrocytes from tissue slices are similar to those reported previously in cultured astrocytes.

  11. Space Power Program, Instrumentation and Control System Architecture, Preconceptual Design, for Information

    International Nuclear Information System (INIS)

    JM Ross

    2005-01-01

    The purpose of this letter is to forward the Prometheus preconceptual Instrumentation and Control (I and C) system architecture (Enclosure (1)) to NR for information as part of the Prometheus closeout work. The preconceptual 1 and C system architecture was considered a key planning document for development of the I and C system for Project Prometheus. This architecture was intended to set the technical approach for the entire I and C system. It defines interfaces to other spacecraft systems, defines hardware blocks for future development, and provides a basis for accurate cost and schedule estimates. Since the system requirements are not known at this time, it was anticipated that the architecture would evolve as the design of the reactor module was matured

  12. Pre-sliced fruit in school cafeterias: children's selection and intake.

    Science.gov (United States)

    Wansink, Brian; Just, David R; Hanks, Andrew S; Smith, Laura E

    2013-05-01

    It is often assumed that children avoid fruit in school cafeterias because of higher relative prices and preferences for other foods. Interviews with children reveal that eating whole fresh fruit can be difficult for those with small mouths or braces. Older girls find whole fruits messy and unattractive to eat. To determine the effect of offering pre-sliced fruit in schools on selection and intake. Three of six schools were assigned randomly to serve apples in slices. Three control schools served apples whole. Selection, consumption, and waste of apples were measured prior to and during treatment. Cafeterias in six public middle schools in Wayne County NY in 2011. Participants included all students who purchased lunch on days when data were collected. Treatment schools were provided with a standard commercial fruit slicer, and cafeteria staff members were instructed to use it when students requested apples. Trained researchers recorded how much of each apple was consumed and how much was wasted in both control and treatment schools. Daily apple sales, percentage of an apple serving consumed per student, and percentage of an apple serving wasted per student. Data were analyzed in 2012. Schools that used fruit slicers to pre-slice fruit increased average daily apple sales by 71% compared to control schools (papples and ate more than half increased by 73% (p=0.02) at schools that served pre-sliced fruit, and the percentage that wasted half or more decreased by 48% (p=0.03). Sliced fruit is more appealing to children than whole fruit because it is easier and tidier to eat. This study applies the principle of convenience from behavioral economics and provides an example of a scalable, low-cost environmental change that promotes healthy eating and decreases waste. Copyright © 2013. Published by Elsevier Inc. on behalf of American Journal of Preventive Medicine.

  13. Influence of image slice thickness on rectal dose–response relationships following radiotherapy of prostate cancer

    International Nuclear Information System (INIS)

    Olsson, C; Thor, M; Apte, A; Deasy, J O; Liu, M; Moissenko, V; Petersen, S E; Høyer, M

    2014-01-01

    When pooling retrospective data from different cohorts, slice thicknesses of acquired computed tomography (CT) images used for treatment planning may vary between cohorts. It is, however, not known if varying slice thickness influences derived dose–response relationships. We investigated this for rectal bleeding using dose–volume histograms (DVHs) of the rectum and rectal wall for dose distributions superimposed on images with varying CT slice thicknesses. We used dose and endpoint data from two prostate cancer cohorts treated with three-dimensional conformal radiotherapy to either 74 Gy (N = 159) or 78 Gy (N = 159) at 2 Gy per fraction. The rectum was defined as the whole organ with content, and the morbidity cut-off was Grade ≥2 late rectal bleeding. Rectal walls were defined as 3 mm inner margins added to the rectum. DVHs for simulated slice thicknesses from 3 to 13 mm were compared to DVHs for the originally acquired slice thicknesses at 3 and 5 mm. Volumes, mean, and maximum doses were assessed from the DVHs, and generalized equivalent uniform dose (gEUD) values were calculated. For each organ and each of the simulated slice thicknesses, we performed predictive modeling of late rectal bleeding using the Lyman–Kutcher–Burman (LKB) model. For the most coarse slice thickness, rectal volumes increased (≤18%), whereas maximum and mean doses decreased (≤0.8 and ≤4.2 Gy, respectively). For all a values, the gEUD for the simulated DVHs were ≤1.9 Gy different than the gEUD for the original DVHs. The best-fitting LKB model parameter values with 95% CIs were consistent between all DVHs. In conclusion, we found that the investigated slice thickness variations had minimal impact on rectal dose–response estimations. From the perspective of predictive modeling, our results suggest that variations within 10 mm in slice thickness between cohorts are unlikely to be a limiting factor when pooling multi-institutional rectal dose data that include slice

  14. Dried fruit breadfruit slices by Refractive Window™ technique

    Directory of Open Access Journals (Sweden)

    Diego F. Tirado

    2016-01-01

    Full Text Available A large amount of products are dried due several reasons as preservation, weight reduction and improvement of stability. However, on the market are not offered low-cost and high quality products simultaneously. Although there are effective methods of dehydrating foods such as freeze drying, which preserves the flavor, color and vitamins, they are poor accessibility technologies. Therefore, alternative processes are required to be efficient and economical. The aim of this research was compare drying kinetics of sliced of breadfruit (Artocarpus communis using the technique of Refractive Window® (VR with the tray drying. To carry out this study, sliced of 1 and 2 mm thick were used. Refractive window drying was performed with the water bath temperature to 92 °C; and tray drying at 62 °C and an air velocity of 0.52 m/s. During the Refractive window drying technique, the moisture content reached the lower than tray drying levels. Similarly it happened with samples of 1 mm, which, having a smaller diameter reached lower moisture levels than samples 2 mm. The higher diffusivities were obtained during drying sliced VR 1 and 2 mm with coefficients of 6.13 and 3.90*10-9 m2/s respectively.

  15. A computer architecture for intelligent machines

    Science.gov (United States)

    Lefebvre, D. R.; Saridis, G. N.

    1992-01-01

    The theory of intelligent machines proposes a hierarchical organization for the functions of an autonomous robot based on the principle of increasing precision with decreasing intelligence. An analytic formulation of this theory using information-theoretic measures of uncertainty for each level of the intelligent machine has been developed. The authors present a computer architecture that implements the lower two levels of the intelligent machine. The architecture supports an event-driven programming paradigm that is independent of the underlying computer architecture and operating system. Execution-level controllers for motion and vision systems are briefly addressed, as well as the Petri net transducer software used to implement coordination-level functions. A case study illustrates how this computer architecture integrates real-time and higher-level control of manipulator and vision systems.

  16. Blanching, salting and sun drying of different pumpkin fruit slices.

    Science.gov (United States)

    Workneh, T S; Zinash, A; Woldetsadik, K

    2014-11-01

    The study was aimed at assessing the quality of pumpkin (Cucuribita Spp.) slices that were subjected to pre-drying treatments and drying using two drying methods (uncontrolled sun and oven) fruit accessions. Pre-drying had significant (P ≤ 0.05) effect on the quality of dried pumpkin slices. 10 % salt solution dipped pumpkin fruit slices had good chemical quality. The two-way interaction between drying methods and pre-drying treatments had significant (P ≤ 0.05) effect on chemical qualities. Pumpkin subjected to salt solution dipping treatment and oven dried had higher chemical concentrations. Among the pumpkin fruit accessions, pumpkin accession 8007 had the superior TSS, total sugar and sugar to acid ratio after drying. Among the three pre-drying treatment, salt solution dipping treatment had significant (P ≤ 0.05) effect and the most efficient pre-drying treatment to retain the quality of dried pumpkin fruits without significant chemical quality deterioration. Salt dipping treatment combined with low temperature (60 °C) oven air circulation drying is recommended to maintain quality of dried pumpkin slices. However, since direct sun drying needs extended drying time due to fluctuation in temperature, it is recommended to develop or select best successful solar dryer for use in combination with pre-drying salt dipping or blanching treatments.

  17. Automatic Solitary Lung Nodule Detection in Computed Tomography Images Slices

    Science.gov (United States)

    Sentana, I. W. B.; Jawas, N.; Asri, S. A.

    2018-01-01

    Lung nodule is an early indicator of some lung diseases, including lung cancer. In Computed Tomography (CT) based image, nodule is known as a shape that appears brighter than lung surrounding. This research aim to develop an application that automatically detect lung nodule in CT images. There are some steps in algorithm such as image acquisition and conversion, image binarization, lung segmentation, blob detection, and classification. Data acquisition is a step to taking image slice by slice from the original *.dicom format and then each image slices is converted into *.tif image format. Binarization that tailoring Otsu algorithm, than separated the background and foreground part of each image slices. After removing the background part, the next step is to segment part of the lung only so the nodule can localized easier. Once again Otsu algorithm is use to detect nodule blob in localized lung area. The final step is tailoring Support Vector Machine (SVM) to classify the nodule. The application has succeed detecting near round nodule with a certain threshold of size. Those detecting result shows drawback in part of thresholding size and shape of nodule that need to enhance in the next part of the research. The algorithm also cannot detect nodule that attached to wall and Lung Chanel, since it depend the searching only on colour differences.

  18. Adaptive slices for acquisition of anisotropic BRDF

    Czech Academy of Sciences Publication Activity Database

    Vávra, Radomír; Filip, Jiří

    (2018) ISSN 2096-0433 R&D Projects: GA ČR GA17-18407S Institutional support: RVO:67985556 Keywords : anisotropic BRDF * slice * sampling Subject RIV: BD - Theory of Information http://library.utia.cas.cz/separaty/2018/RO/vavra-0486116.pdf

  19. Exploration Space Suit Architecture: Destination Environmental-Based Technology Development

    Science.gov (United States)

    Hill, Terry R.

    2010-01-01

    This paper picks up where EVA Space Suit Architecture: Low Earth Orbit Vs. Moon Vs. Mars (Hill, Johnson, IEEEAC paper #1209) left off in the development of a space suit architecture that is modular in design and interfaces and could be reconfigured to meet the mission or during any given mission depending on the tasks or destination. This paper will walk though the continued development of a space suit system architecture, and how it should evolve to meeting the future exploration EVA needs of the United States space program. In looking forward to future US space exploration and determining how the work performed to date in the CxP and how this would map to a future space suit architecture with maximum re-use of technology and functionality, a series of thought exercises and analysis have provided a strong indication that the CxP space suit architecture is well postured to provide a viable solution for future exploration missions. Through the destination environmental analysis that is presented in this paper, the modular architecture approach provides the lowest mass, lowest mission cost for the protection of the crew given any human mission outside of low Earth orbit. Some of the studies presented here provide a look and validation of the non-environmental design drivers that will become every-increasingly important the further away from Earth humans venture and the longer they are away. Additionally, the analysis demonstrates a logical clustering of design environments that allows a very focused approach to technology prioritization, development and design that will maximize the return on investment independent of any particular program and provide architecture and design solutions for space suit systems in time or ahead of being required for any particular manned flight program in the future. The new approach to space suit design and interface definition the discussion will show how the architecture is very adaptable to programmatic and funding changes with

  20. Electromagnetic Physics Models for Parallel Computing Architectures

    Science.gov (United States)

    Amadio, G.; Ananya, A.; Apostolakis, J.; Aurora, A.; Bandieramonte, M.; Bhattacharyya, A.; Bianchini, C.; Brun, R.; Canal, P.; Carminati, F.; Duhem, L.; Elvira, D.; Gheata, A.; Gheata, M.; Goulas, I.; Iope, R.; Jun, S. Y.; Lima, G.; Mohanty, A.; Nikitina, T.; Novak, M.; Pokorski, W.; Ribon, A.; Seghal, R.; Shadura, O.; Vallecorsa, S.; Wenzel, S.; Zhang, Y.

    2016-10-01

    The recent emergence of hardware architectures characterized by many-core or accelerated processors has opened new opportunities for concurrent programming models taking advantage of both SIMD and SIMT architectures. GeantV, a next generation detector simulation, has been designed to exploit both the vector capability of mainstream CPUs and multi-threading capabilities of coprocessors including NVidia GPUs and Intel Xeon Phi. The characteristics of these architectures are very different in terms of the vectorization depth and type of parallelization needed to achieve optimal performance. In this paper we describe implementation of electromagnetic physics models developed for parallel computing architectures as a part of the GeantV project. Results of preliminary performance evaluation and physics validation are presented as well.

  1. Shape determinative slice localization for patient-specific masseter modeling using shape-based interpolation

    Energy Technology Data Exchange (ETDEWEB)

    Ng, H.P. [NUS Graduate School for Integrative Sciences and Engineering (Singapore); Biomedical Imaging Lab., Agency for Science Technology and Research (Singapore); Foong, K.W.C. [NUS Graduate School for Integrative Sciences and Engineering (Singapore); Dept. of Preventive Dentistry, National Univ. of Singapore (Singapore); Ong, S.H. [Dept. of Electrical and Computer Engineering, National Univ. of Singapore (Singapore); Div. of Bioengineering, National Univ. of Singapore (Singapore); Liu, J.; Nowinski, W.L. [Biomedical Imaging Lab., Agency for Science Technology and Research (Singapore); Goh, P.S. [Dept. of Diagnostic Radiology, National Univ. of Singapore (Singapore)

    2007-06-15

    The masseter plays a critical role in the mastication system. A hybrid method to shape-based interpolation is used to build the masseter model from magnetic resonance (MR) data sets. The main contribution here is the localizing of determinative slices in the data sets where clinicians are required to perform manual segmentations in order for an accurate model to be built. Shape-based criteria were used to locate the candidates for determinative slices and fuzzy-c-means (FCM) clustering technique was used to establish the determinative slices. Five masseter models were built in our work and the average overlap indices ({kappa}) achieved is 85.2%. This indicates that there is good agreement between the models and the manual contour tracings. In addition, the time taken, as compared to manually segmenting all the slices, is significantly lesser. (orig.)

  2. Shape determinative slice localization for patient-specific masseter modeling using shape-based interpolation

    International Nuclear Information System (INIS)

    Ng, H.P.; Foong, K.W.C.; Ong, S.H.; Liu, J.; Nowinski, W.L.; Goh, P.S.

    2007-01-01

    The masseter plays a critical role in the mastication system. A hybrid method to shape-based interpolation is used to build the masseter model from magnetic resonance (MR) data sets. The main contribution here is the localizing of determinative slices in the data sets where clinicians are required to perform manual segmentations in order for an accurate model to be built. Shape-based criteria were used to locate the candidates for determinative slices and fuzzy-c-means (FCM) clustering technique was used to establish the determinative slices. Five masseter models were built in our work and the average overlap indices (κ) achieved is 85.2%. This indicates that there is good agreement between the models and the manual contour tracings. In addition, the time taken, as compared to manually segmenting all the slices, is significantly lesser. (orig.)

  3. Organotypic slice cultures containing the preBötzinger complex generate respiratory-like rhythms

    DEFF Research Database (Denmark)

    Phillips, Wiktor S; Herly, Mikkel; Del Negro, Christopher A

    2016-01-01

    containing the preBötzinger complex (preBötC), the core inspiratory rhythm generator of the ventrolateral brainstem. We measured bilateral synchronous network oscillations, using calcium-sensitive fluorescent dyes, in both ventrolateral (presumably the preBötC) and dorsomedial regions of 7-43 days in vitro......Acute brainstem slice preparations in vitro have advanced understanding of the cellular and synaptic mechanisms of respiratory rhythm generation, but their inherent limitations preclude long-term manipulation and recording experiments. Here, we developed an organotypic slice culture preparation...... of the brainstem displayed up to 193% faster burst frequency (22.4 ± 8.3 bursts/min) and higher signal amplitude (340%) compared to acute slices. We conclude that preBötC-containing slice cultures retain inspiratory-like rhythmic function and therefore may facilitate lines of experimentation that involve extended...

  4. Evaluation of registration strategies for multi-modality images of rat brain slices

    International Nuclear Information System (INIS)

    Palm, Christoph; Vieten, Andrea; Salber, Dagmar; Pietrzyk, Uwe

    2009-01-01

    In neuroscience, small-animal studies frequently involve dealing with series of images from multiple modalities such as histology and autoradiography. The consistent and bias-free restacking of multi-modality image series is obligatory as a starting point for subsequent non-rigid registration procedures and for quantitative comparisons with positron emission tomography (PET) and other in vivo data. Up to now, consistency between 2D slices without cross validation using an inherent 3D modality is frequently presumed to be close to the true morphology due to the smooth appearance of the contours of anatomical structures. However, in multi-modality stacks consistency is difficult to assess. In this work, consistency is defined in terms of smoothness of neighboring slices within a single modality and between different modalities. Registration bias denotes the distortion of the registered stack in comparison to the true 3D morphology and shape. Based on these metrics, different restacking strategies of multi-modality rat brain slices are experimentally evaluated. Experiments based on MRI-simulated and real dual-tracer autoradiograms reveal a clear bias of the restacked volume despite quantitatively high consistency and qualitatively smooth brain structures. However, different registration strategies yield different inter-consistency metrics. If no genuine 3D modality is available, the use of the so-called SOP (slice-order preferred) or MOSOP (modality-and-slice-order preferred) strategy is recommended.

  5. Imaging by the SSFSE single slice method at different viscosities of bile

    International Nuclear Information System (INIS)

    Kubo, Hiroya; Usui, Motoki; Fukunaga, Kenichi; Yamamoto, Naruto; Ikegami, Toshimi

    2001-01-01

    The single shot fast spin echo single thick slice method (single slice method) is a technique that visualizes the water component alone using a heavy T 2 . However, this method is considered to be markedly affected by changes in the viscosity of the material because a very long TE is used, and changes in the T 2 value, which are related to viscosity, directly affect imaging. In this study, we evaluated the relationship between the effects of TE and the T 2 value of bile in the single slice method and also examined the relationship between the signal intensity of bile on T 1 - and T 2 -weighted images and imaging by MR cholangiography (MRC). It was difficult to image bile with high viscosities at a usual effective TE level of 700-1,500 ms. With regard to the relationship between the signal intensity of bile and MRC imaging, all T 2 values of the bile samples showing relatively high signal intensities on the T 1 -weighted images suggested high viscosities, and MRC imaging of these bile samples was poor. In conclusion, MRC imaging of bile with high viscosities was poor with the single slice method. Imaging by the single slice method alone of bile showing a relatively high signal intensity on T 1 -weighted images should be avoided, and combination with other MRC sequences should be used. (author)

  6. Secure ASIC Architecture for Optimized Utilization of a Trusted Supply Chain for Common Architecture A and D Applications

    Science.gov (United States)

    2017-03-01

    Secure ASIC Architecture for Optimized Utilization of a Trusted Supply Chain for Common Architecture A&D Applications Ezra Hall, Ray Eberhard...use applications. Furthermore, a product roadmap must be comprehended as part of this platform, offering A&D programs a solution to their...existing solutions for adoption to occur. Additionally, a well-developed roadmap to future secure SoCs, leveraging the value add of future advanced

  7. Cryopreservation of Precision-cut Tissue Slices for Application in Drug Metabolism Research

    NARCIS (Netherlands)

    Graaf, Inge Anne Maria de

    2002-01-01

    The research described in this thesis had two important aims. The first was to determine whether tissue slices could be used as an in vitro tool to predict the in vivo metabolism of new drugs. The second aim was to find a manner to store tissue slices for longer time periods by cryopreservation.

  8. Students׳ motivation for architecture education in Uganda

    Directory of Open Access Journals (Sweden)

    Mark R.O. Olweny

    2017-09-01

    Full Text Available Understanding the persistence and success of students has gained increasing attention to unravel the “architectural education black-box.” However, the motivation and pre-socialization of incoming students were largely ignored as these factors fell outside the direct control of architecture schools. Motivational factors can affect the educational process given that the values, expectations, and career-related goals of incoming students influence their attitudes to education. This study seeks to uncover the motivational factors of applicants to an architecture program in East Africa and appreciate those factors that lead students into architecture as a career choice. Through qualitative content analysis, the study revealed the motivational factors of applicants, which were classified into four groups: educational, external, personal, and prestige. These factors were comparable with those found in previous studies conducted in Europe and North America, but nevertheless highlight contextual variances unique to the region. The findings raise questions of the role architecture education in engaging incoming students in discourse that aids their understanding of architecture and architectural education.

  9. Evaluation of a deep learning architecture for MR imaging prediction of ATRX in glioma patients

    Science.gov (United States)

    Korfiatis, Panagiotis; Kline, Timothy L.; Erickson, Bradley J.

    2018-02-01

    Predicting mutation/loss of alpha-thalassemia/mental retardation syndrome X-linked (ATRX) gene utilizing MR imaging is of high importance since it is a predictor of response and prognosis in brain tumors. In this study, we compare a deep neural network approach based on a residual deep neural network (ResNet) architecture and one based on a classical machine learning approach and evaluate their ability in predicting ATRX mutation status without the need for a distinct tumor segmentation step. We found that the ResNet50 (50 layers) architecture, pre trained on ImageNet data was the best performing model, achieving an accuracy of 0.91 for the test set (classification of a slice as no tumor, ATRX mutated, or mutated) in terms of f1 score in a test set of 35 cases. The SVM classifier achieved 0.63 for differentiating the Flair signal abnormality regions from the test patients based on their mutation status. We report a method that alleviates the need for extensive preprocessing and acts as a proof of concept that deep neural network architectures can be used to predict molecular biomarkers from routine medical images.

  10. Velocity slice imaging for dissociative electron attachment

    Science.gov (United States)

    Nandi, Dhananjay; Prabhudesai, Vaibhav S.; Krishnakumar, E.; Chatterjee, A.

    2005-05-01

    A velocity slice imaging method is developed for measuring the angular distribution of fragment negative ions arising from dissociative electron attachment (DEA) to molecules. A low energy pulsed electron gun, a pulsed field ion extraction, and a two-dimensional position sensitive detector consisting of microchannel plates and a wedge-and-strip anode are used for this purpose. Detection and storage of each ion separately for its position and flight time allows analysis of the data offline for any given time slice, without resorting to pulsing the detector bias. The performance of the system is evaluated by measuring the angular distribution of O- from O2 and comparing it with existing data obtained using conventional technique. The capability of this technique in obtaining forward and backward angular distribution data is shown to have helped in resolving one of the existing problems in the electron scattering on O2.

  11. On Converting Software Systems to Object Oriented Architectures

    Directory of Open Access Journals (Sweden)

    Gabriela Czibula

    2010-06-01

    Full Text Available Object-oriented concepts are useful concerning the reuse of existing software. Therefore a transformation of procedural programs to objectoriented architectures becomes an important process to enhance the reuse of procedural programs. Moreover, it would be useful to assist by automatic methods the software developers in transforming procedural code into an equivalent
    object-oriented one. In this paper we aim at introducing a hierarchical clustering algorithm that can be used for assisting software developers in the process of transforming procedural code into an object-oriented architecture.

  12. Demonstration of the pulmonary interlobar fissures on multiplanar reformatted images with 64-slices spiral CT

    International Nuclear Information System (INIS)

    Wang Yafei; Chen Yerong; Shan Xiuhong; Tang Zhiyang; Ni Enzhen; Huang Hao; Wu Shuchun

    2009-01-01

    Objective: To determine the optimal orientation and slice thickness of reformatted images to visualize the interlobar fissures on multiplanar reformation (MPR) images and to recommend MPR imaging protocal for visualizing interlobar fissures in clinical practise. Methods: 64-slices CT scans of chest were obtained in 300 patients without pulmonary diseases. Axial, sagittal and coronal images were reformatted at 1, 2, 3, 7 mm slice thickness respectively from the raw volume data. Three experienced radiologists evaluated all of the MPR images in the lung window and compared the differences in visualization of the interlohar fissures among the three reformatted orientations and at the different slice thicknesses with Fisher test and Friedman test. Results: Fissures on sagittal MPR images using 1, 2, 3, and 7 mm reformatted slice thickness appeared as a fine line and the preference value analysis showed the MPR images with a 3 mm reformatted slice thickness is the best for visualizing the interlobar fissure. Compared to the sagittal orientation, the coronal was not as good and the axial was the worst among the three orientations. The coronal images with a 3 mm reformatted slice thickness were slightly inferior to sagittal images. The right horizontal fissures were observed as a fine line in all coronal image in 94.0% (282)of cases and in some of the images in 6.0% (18) of cases, the right oblique fissures were displayed as a fine line in coronal images in 2.3% (7) of cases and in some images in 85.0% (255) of cases, the left oblique fissures were displayed as a fine line in some coronal images in 35.7% (107) of cases and displayed as a coarse line in 64.3% (193) of cases. On axial MPR images using 3 mm reformation slice thickness, the right oblique fissures and the left oblique fissures were displayed as a fine line in some axial images in 79.3% (238) and 81.0% (243) of cases respectively, none of the images showed horizontal fissures as a fine line. There was

  13. Live cell imaging of cytosolic NADH/NAD+ ratio in hepatocytes and liver slices.

    Science.gov (United States)

    Masia, Ricard; McCarty, William J; Lahmann, Carolina; Luther, Jay; Chung, Raymond T; Yarmush, Martin L; Yellen, Gary

    2018-01-01

    Fatty liver disease (FLD), the most common chronic liver disease in the United States, may be caused by alcohol or the metabolic syndrome. Alcohol is oxidized in the cytosol of hepatocytes by alcohol dehydrogenase (ADH), which generates NADH and increases cytosolic NADH/NAD + ratio. The increased ratio may be important for development of FLD, but our ability to examine this question is hindered by methodological limitations. To address this, we used the genetically encoded fluorescent sensor Peredox to obtain dynamic, real-time measurements of cytosolic NADH/NAD + ratio in living hepatocytes. Peredox was expressed in dissociated rat hepatocytes and HepG2 cells by transfection, and in mouse liver slices by tail-vein injection of adeno-associated virus (AAV)-encoded sensor. Under control conditions, hepatocytes and liver slices exhibit a relatively low (oxidized) cytosolic NADH/NAD + ratio as reported by Peredox. The ratio responds rapidly and reversibly to substrates of lactate dehydrogenase (LDH) and sorbitol dehydrogenase (SDH). Ethanol causes a robust dose-dependent increase in cytosolic NADH/NAD + ratio, and this increase is mitigated by the presence of NAD + -generating substrates of LDH or SDH. In contrast to hepatocytes and slices, HepG2 cells exhibit a relatively high (reduced) ratio and show minimal responses to substrates of ADH and SDH. In slices, we show that comparable results are obtained with epifluorescence imaging and two-photon fluorescence lifetime imaging (2p-FLIM). Live cell imaging with Peredox is a promising new approach to investigate cytosolic NADH/NAD + ratio in hepatocytes. Imaging in liver slices is particularly attractive because it allows preservation of liver microanatomy and metabolic zonation of hepatocytes. NEW & NOTEWORTHY We describe and validate a new approach for measuring free cytosolic NADH/NAD + ratio in hepatocytes and liver slices: live cell imaging with the fluorescent biosensor Peredox. This approach yields dynamic, real

  14. Analysis of aliasing artifacts in 16-slice helical CT

    International Nuclear Information System (INIS)

    Chen Wei; Liu Jingkang; Ou Xiaoguang; Li Wenzheng; Liao Weihua; Yan Ang

    2006-01-01

    Objective: To recognize the features of aliasing artifacts on CT images, and to investigate the effects of imaging parameters on the magnitude of this artifacts. Methods: An adult dry skull was placed in a plastic water-filled container and scanned with a PHILIPS 16-slice helical CT. All the acquired transaxial images by using several different acquisition or reconstruction parameters were examined for comparative assessment of the aliasing artifacts. Results: The aliasing artifacts could be seen in most instances and characterized as the spokewise patterns emanating from the edges of high contrast structure as its radius varies sharply in the longitudinal direction. The images that scanned with pitch of 0.3, 0.6 and 0.9, respectively, showed aliasing artifacts, and its severities increased with pitches escalated (detector combination 16 x 1.5, reconstruction thickness 2 mm); There were more significant aliasing artifacts on the images reconstructed with 0.8 mm slice width compared with 1-mm slice width, and no aliasing artifacts were observed on the images reconstructed with 2-mm slice width (detector combination 16 x 0.75, pitch 0.6); No artifacts were perceived on the images scanned with detector combination 16 x 0.75, while presented evidently with the use of detector combination 16 x 1.5 (pitch 0.6, reconstruction thickness 2 mm); The degrees of aliasing artifacts were unaltered when reconstruction interval and tube current changed. Conclusions: Aliasing artifacts are caused by undersampling. When the operator choose the thinner sampling thickness, lower pitch and a much wider reconstruction thickness judiciously, aliasing artifacts could be effectively mitigated or suppressed. (authors)

  15. Influence of image slice thickness on rectal dose-response relationships following radiotherapy of prostate cancer

    Science.gov (United States)

    Olsson, C.; Thor, M.; Liu, M.; Moissenko, V.; Petersen, S. E.; Høyer, M.; Apte, A.; Deasy, J. O.

    2014-07-01

    When pooling retrospective data from different cohorts, slice thicknesses of acquired computed tomography (CT) images used for treatment planning may vary between cohorts. It is, however, not known if varying slice thickness influences derived dose-response relationships. We investigated this for rectal bleeding using dose-volume histograms (DVHs) of the rectum and rectal wall for dose distributions superimposed on images with varying CT slice thicknesses. We used dose and endpoint data from two prostate cancer cohorts treated with three-dimensional conformal radiotherapy to either 74 Gy (N = 159) or 78 Gy (N = 159) at 2 Gy per fraction. The rectum was defined as the whole organ with content, and the morbidity cut-off was Grade ≥2 late rectal bleeding. Rectal walls were defined as 3 mm inner margins added to the rectum. DVHs for simulated slice thicknesses from 3 to 13 mm were compared to DVHs for the originally acquired slice thicknesses at 3 and 5 mm. Volumes, mean, and maximum doses were assessed from the DVHs, and generalized equivalent uniform dose (gEUD) values were calculated. For each organ and each of the simulated slice thicknesses, we performed predictive modeling of late rectal bleeding using the Lyman-Kutcher-Burman (LKB) model. For the most coarse slice thickness, rectal volumes increased (≤18%), whereas maximum and mean doses decreased (≤0.8 and ≤4.2 Gy, respectively). For all a values, the gEUD for the simulated DVHs were ≤1.9 Gy different than the gEUD for the original DVHs. The best-fitting LKB model parameter values with 95% CIs were consistent between all DVHs. In conclusion, we found that the investigated slice thickness variations had minimal impact on rectal dose-response estimations. From the perspective of predictive modeling, our results suggest that variations within 10 mm in slice thickness between cohorts are unlikely to be a limiting factor when pooling multi-institutional rectal dose data that include slice thickness

  16. Impact of whey protein coating incorporated with Bifidobacterium and Lactobacillus on sliced ham properties.

    Science.gov (United States)

    Odila Pereira, Joana; Soares, José; J P Monteiro, Maria; Gomes, Ana; Pintado, Manuela

    2018-05-01

    Edible coatings/films with functional ingredients may be a solution to consumers' demands for high-quality food products and an extended shelf-life. The aim of this work was to evaluate the antimicrobial efficiency of edible coatings incorporated with probiotics on sliced ham preservation. Coatings was developed based on whey protein isolates with incorporation of Bifidobacterium animalis Bb-12® or Lactobacillus casei-01. The physicochemical analyses showed that coating decreased water and weight loss on the ham. Furthermore, color analysis showed that coated sliced ham, exhibited no color change, comparatively to uncoated slices. The edible coatings incorporating the probiotic strains inhibited detectable growth of Staphylococcus spp., Pseudomonas spp., Enterobacteriaceae and yeasts/molds, at least, for 45days of storage at 4°C. The sensory evaluation demonstrated that there was a preference for the sliced coated ham. Probiotic bacteria viable cell numbers were maintained at ca. 10 8 CFU/g throughout storage time, enabling the slice of ham to act as a suitable carrier for the beneficial bacteria. Copyright © 2018 Elsevier Ltd. All rights reserved.

  17. Parallel Conjugate Gradient: Effects of Ordering Strategies, Programming Paradigms, and Architectural Platforms

    Science.gov (United States)

    Oliker, Leonid; Heber, Gerd; Biswas, Rupak

    2000-01-01

    The Conjugate Gradient (CG) algorithm is perhaps the best-known iterative technique to solve sparse linear systems that are symmetric and positive definite. A sparse matrix-vector multiply (SPMV) usually accounts for most of the floating-point operations within a CG iteration. In this paper, we investigate the effects of various ordering and partitioning strategies on the performance of parallel CG and SPMV using different programming paradigms and architectures. Results show that for this class of applications, ordering significantly improves overall performance, that cache reuse may be more important than reducing communication, and that it is possible to achieve message passing performance using shared memory constructs through careful data ordering and distribution. However, a multi-threaded implementation of CG on the Tera MTA does not require special ordering or partitioning to obtain high efficiency and scalability.

  18. Pitch dependence of longitudinal sampling and aliasing effects in multi-slice helical computed tomography (CT)

    International Nuclear Information System (INIS)

    La Riviere, Patrick J.; Pan Xiaochuan

    2002-01-01

    In this work, we investigate longitudinal sampling and aliasing effects in multi-slice helical CT. We demonstrate that longitudinal aliasing can be a significant, complicated, and potentially detrimental effect in multi-slice helical CT reconstructions. Multi-slice helical CT scans are generally undersampled longitudinally for all pitches of clinical interest, and the resulting aliasing effects are spatially variant. As in the single-slice case, aliasing is shown to be negligible at the isocentre for circularly symmetric objects due to a fortuitous aliasing cancellation phenomenon. However, away from the isocentre, aliasing effects can be significant, spatially variant, and highly pitch dependent. This implies that measures more sophisticated than isocentre slice sensitivity profiles are needed to characterize longitudinal properties of multi-slice helical CT systems. Such measures are particularly important in assessing the question of whether there are preferred pitches in helical CT. Previous analyses have generally focused only on isocentre sampling patterns, and our more global analysis leads to somewhat different conclusions than have been reached before, suggesting that pitches 3, 4, 5, and 6 are favourable, and that half-integer pitches are somewhat suboptimal. (author)

  19. Slicing Method for curved façade and window extraction from point clouds

    Science.gov (United States)

    Iman Zolanvari, S. M.; Laefer, Debra F.

    2016-09-01

    Laser scanning technology is a fast and reliable method to survey structures. However, the automatic conversion of such data into solid models for computation remains a major challenge, especially where non-rectilinear features are present. Since, openings and the overall dimensions of the buildings are the most critical elements in computational models for structural analysis, this article introduces the Slicing Method as a new, computationally-efficient method for extracting overall façade and window boundary points for reconstructing a façade into a geometry compatible for computational modelling. After finding a principal plane, the technique slices a façade into limited portions, with each slice representing a unique, imaginary section passing through a building. This is done along a façade's principal axes to segregate window and door openings from structural portions of the load-bearing masonry walls. The method detects each opening area's boundaries, as well as the overall boundary of the façade, in part, by using a one-dimensional projection to accelerate processing. Slices were optimised as 14.3 slices per vertical metre of building and 25 slices per horizontal metre of building, irrespective of building configuration or complexity. The proposed procedure was validated by its application to three highly decorative, historic brick buildings. Accuracy in excess of 93% was achieved with no manual intervention on highly complex buildings and nearly 100% on simple ones. Furthermore, computational times were less than 3 sec for data sets up to 2.6 million points, while similar existing approaches required more than 16 hr for such datasets.

  20. On Computational Fluid Dynamics Tools in Architectural Design

    DEFF Research Database (Denmark)

    Kirkegaard, Poul Henning; Hougaard, Mads; Stærdahl, Jesper Winther

    engineering computational fluid dynamics (CFD) simulation program ANSYS CFX and a CFD based representative program RealFlow are investigated. These two programs represent two types of CFD based tools available for use during phases of an architectural design process. However, as outlined in two case studies...

  1. Reduction of acrylamide formation in potato slices during frying

    DEFF Research Database (Denmark)

    Pedreschi, Franco; Kaack, K.; Granby, Kit

    2004-01-01

    and 40 min; 90degreesC for 2 and 9 min); (iii) immersed in citric acid solutions of different concentrations (10 and 20 g/l) for half an hour. Glucose and asparagine concentration was determined in potato slices before frying, whereas acrylamide content was determined in the resultant fried potato chips...... on average 76% and 68% of the glucose and asparagine content compared to the control. Potato slices blanched at 50degreesC for 70 min surprisingly had a very low acrylamide content (28 mum/kg) even when they were fried at 190degreesC. Potato immersion in citric acid solutions of 10 and 20 g/l reduced...

  2. HUMAN LIVER SLICES EXPRESS THE SAME LIDOCAINE BIOTRANSFORMATION RATE AS ISOLATED HUMAN HEPATOCYTES

    NARCIS (Netherlands)

    OLINGA, P; MEIJER, DKF; SLOOFF, MJH; GROOTHUIS, GMM; Merema, M.T.

    1993-01-01

    In order to investigate whether liver slices are a valuable tool for the assessment of drug metabolism in human liver, we compared the phase I metabolism of lidocaine in human liver slices and hepatocytes prepared from three human livers. Lidocaine is mainly metabolised to monoethylglycinexylidide

  3. Electromagnetic Physics Models for Parallel Computing Architectures

    International Nuclear Information System (INIS)

    Amadio, G; Bianchini, C; Iope, R; Ananya, A; Apostolakis, J; Aurora, A; Bandieramonte, M; Brun, R; Carminati, F; Gheata, A; Gheata, M; Goulas, I; Nikitina, T; Bhattacharyya, A; Mohanty, A; Canal, P; Elvira, D; Jun, S Y; Lima, G; Duhem, L

    2016-01-01

    The recent emergence of hardware architectures characterized by many-core or accelerated processors has opened new opportunities for concurrent programming models taking advantage of both SIMD and SIMT architectures. GeantV, a next generation detector simulation, has been designed to exploit both the vector capability of mainstream CPUs and multi-threading capabilities of coprocessors including NVidia GPUs and Intel Xeon Phi. The characteristics of these architectures are very different in terms of the vectorization depth and type of parallelization needed to achieve optimal performance. In this paper we describe implementation of electromagnetic physics models developed for parallel computing architectures as a part of the GeantV project. Results of preliminary performance evaluation and physics validation are presented as well. (paper)

  4. Does slice thickness affect diagnostic performance of 64-slice CT coronary angiography in stable and unstable angina patients with a positive calcium score?

    Energy Technology Data Exchange (ETDEWEB)

    Meijs, Matthijs F.L.; Vos, Alexander M. de; Cramer, Maarten J.; Doevendans, Pieter A.; Vries, Jan J.J. de; Rutten, Annemarieke; Budde, Ricardo P.J.; Prokop, Mathias (Dept. of Radiology, Univ. Medical Center Utrecht, Utrecht (Netherlands)), e-mail: m.meijs@umcutrecht.nl; Meijboom, W. Bob; Feyter, Pim J. de (Dept. of Cardiology, Erasmus Medical Center, Rotterdam (Netherlands))

    2010-05-15

    Background: Coronary calcification can lead to over-estimation of the degree of coronary stenosis. Purpose: To evaluate whether thinner reconstruction thickness improves the diagnostic performance of 64-slice CT coronary angiography (CTCA) in angina patients with a positive calcium score. Material and Methods: We selected 20 scans from a clinical study comparing CTCA to conventional coronary angiography (CCA) in stable and unstable angina patients based on a low number of motion artifacts and a positive calcium score. All images were acquired at 64 x 0.625 mm and each CTCA scan was reconstructed at slice thickness/increment 0.67 mm/0.33 mm, 0.9 mm/0.45 mm, and 1.4 mm/0.7 mm. Two reviewers blinded for CCA results independently evaluated the scans for the presence of significant coronary artery disease (CAD) in three randomly composed series, with =2 weeks in between series. The diagnostic performance of CTCA was compared for the different slice thicknesses using a pooled analysis of both reviewers. Significant CAD was defined as >50% diameter narrowing on quantitative CCA. Image noise (standard deviation of CT numbers) was measured in all scans. Inter-observer variability was assessed with kappa. Results: Significant CAD was present in 8% of 304 available segments. Median total Agatston calcium score was 181.8 (interquartile range 34.9-815.6). Sensitivity at 0.67 mm, 0.9 mm, and 1.4 mm slice thickness was 70% (95% confidence interval 57-83%), 74% (62-86%), and 70% (57-83%), respectively. Specificity was 85% (82-88%), 84% (81-87%), and 84% (81-87%), respectively. The positive predictive value was 30 (21-38%), 29 (21-37%), and 28 (20-36%), respectively. The negative predictive value was 97% (95-98%), 97% (96-99%), and 97% (96-99%), respectively. Kappa for inter-observer agreement was 0.56, 0.58, and 0.59. Noise decreased from 32.9 HU at 0.67 mm, to 23.2 HU at 1.4 mm (P<0.001). Conclusion: Diagnostic performance of CTCA in angina patients with a positive calcium score

  5. Memristor-Based Synapse Design and Training Scheme for Neuromorphic Computing Architecture

    Science.gov (United States)

    2012-06-01

    system level built upon the conventional Von Neumann computer architecture [2][3]. Developing the neuromorphic architecture at chip level by...SCHEME FOR NEUROMORPHIC COMPUTING ARCHITECTURE 5a. CONTRACT NUMBER FA8750-11-2-0046 5b. GRANT NUMBER N/A 5c. PROGRAM ELEMENT NUMBER 62788F 6...creation of memristor-based neuromorphic computing architecture. Rather than the existing crossbar-based neuron network designs, we focus on memristor

  6. In vitro imaging of coronary artery stents: Are there differences between 16- and 64-slice CT scanners?

    International Nuclear Information System (INIS)

    Wolf, Florian; Feuchtner, Gudrun M.; Homolka, Peter; Langenberger, Herbert; Stadler, Alfred; Bader, Till R.; Weber, Michael; Lammer, Johannes; Loewe, Christian

    2008-01-01

    Purpose: To compare the performance of 64-slice with 16-slice CT scanners for the in vitro evaluation of coronary artery stents. Methods and materials: Twelve different coronary artery stents were placed in the drillings of a combined heart and chest phantom, which was scanned with a 16- and 64-slice CT scanner. Coronal reformations were evaluated for artificial lumen narrowing, intraluminal attenuation values, and false widening of the outer stent diameter as an indicator of artifacts outside the stent. Results: Mean artificial lumen narrowing was not significantly different between the 16- and 64-slice CT scanner (44% versus 39%; p = 0.408). The differences between the Hounsfield Units (HU) measurements inside and outside the stents were significantly lower (p = 0.001) with 64- compared to 16-slice CT. The standard deviation of the HU measurements inside the stents was significantly (p = 0.002) lower with 64- than with 16-slice CT. Artifacts outside the stents were not significantly different between the scanners (p = 0.866). Conclusion: Visualization of the in-stent lumen is improved with 64-slice CT when compared with 16-slice CT as quantified by significantly lesser intraluminal image noise and less artificial rise in intraluminal HU measurement, which is the most important parameter for the evaluation of stent patency in vivo

  7. Imaging by the SSFSE single slice method at different viscosities of bile

    Energy Technology Data Exchange (ETDEWEB)

    Kubo, Hiroya; Usui, Motoki; Fukunaga, Kenichi; Yamamoto, Naruto; Ikegami, Toshimi [Kawasaki Hospital, Kobe (Japan)

    2001-11-01

    The single shot fast spin echo single thick slice method (single slice method) is a technique that visualizes the water component alone using a heavy T{sub 2}. However, this method is considered to be markedly affected by changes in the viscosity of the material because a very long TE is used, and changes in the T{sub 2} value, which are related to viscosity, directly affect imaging. In this study, we evaluated the relationship between the effects of TE and the T{sub 2} value of bile in the single slice method and also examined the relationship between the signal intensity of bile on T{sub 1}- and T{sub 2}-weighted images and imaging by MR cholangiography (MRC). It was difficult to image bile with high viscosities at a usual effective TE level of 700-1,500 ms. With regard to the relationship between the signal intensity of bile and MRC imaging, all T{sub 2} values of the bile samples showing relatively high signal intensities on the T{sub 1}-weighted images suggested high viscosities, and MRC imaging of these bile samples was poor. In conclusion, MRC imaging of bile with high viscosities was poor with the single slice method. Imaging by the single slice method alone of bile showing a relatively high signal intensity on T{sub 1}-weighted images should be avoided, and combination with other MRC sequences should be used. (author)

  8. Concept medium program

    DEFF Research Database (Denmark)

    Bjerrum, Peter

    2003-01-01

    The present essays is an attempt to dertermine the architecural project of the 21st century in realation to a modern conception of space as the medium of architecture, and of society as its program. This attempt adopts the internal point of view of an architect in describing a modern architectural...... project within the framework: concept - program, these notions being concieved as spatial representations primarily and immediately "given" to architecture....

  9. Estimating intratidal nonlinearity of respiratory system mechanics: a model study using the enhanced gliding-SLICE method

    International Nuclear Information System (INIS)

    Schumann, Stefan; Burcza, Boris; Guttmann, Josef; Haberthür, Christoph; Lichtwarck-Aschoff, Michael

    2009-01-01

    In the clinical situation and in most research work, the analysis of respiratory system mechanics is limited to the estimation of single-value compliances during static or quasi-static conditions. In contrast, our SLICE method analyses intratidal nonlinearity under the dynamic conditions of mechanical ventilation by calculating compliance and resistance for six conjoined volume portions (slices) of the pressure–volume loop by multiple linear regression analysis. With the gliding-SLICE method we present a new approach to determine continuous intratidal nonlinear compliance. The performance of the gliding-SLICE method was tested both in computer simulations and in a physical model of the lung, both simulating different intratidal compliance profiles. Compared to the original SLICE method, the gliding-SLICE method resulted in smaller errors when calculating the compliance or pressure course (all p 2 O s L −1 to 0.8 ± 0.3 cmH 2 O s L −1 (mathematical model) and from 7.2 ± 3.9 cmH 2 O s L −1 to 0.4 ± 0.2 cmH 2 O s L −1 (physical model) (all p < 0.001). We conclude that the new gliding-SLICE method allows detailed assessment of intratidal nonlinear respiratory system mechanics without discontinuity error

  10. Using of new possibilities of Fermi architecture by development og GPGPU programs

    International Nuclear Information System (INIS)

    Dudnik, V.A.; Kudryavtsev, V.I.; Us, S.A.; Shestakov, M.V.

    2013-01-01

    Description of additional functions of hardware and software, which are presented in the structure of new architecture of FERMI graphic processors made by company NVIDIA, was given. Recommendations of their use within the realization of algorithms of scientific and technical calculations by means of the graphic processors were given. Application of the new possibilities of FERMI architecture and CUDA technologies (Compute Unified Device Architecture - unified hardware-software decision for parallel calculations on GPU) of NVIDIA Company was described. It was done for time reduction of applications' development which is using possibilities of GPGPU for acceleration of data processing

  11. Performance evaluation of a 64-slice CT system with z-flying focal spot.

    Science.gov (United States)

    Flohr, T; Stierstorfer, K; Raupach, R; Ulzheimer, S; Bruder, H

    2004-12-01

    The meanwhile established generation of 16-slice CT systems enables routine sub-millimeter imaging at short breath-hold times. Clinical progress in the development of multidetector row CT (MDCT) technology beyond 16 slices can more likely be expected from further improvement in spatial and temporal resolution rather than from a mere increase in the speed of volume coverage. We present an evaluation of a recently introduced 64-slice CT system (SOMATOM Sensation 64, Siemens AG, Forchheim, Germany), which uses a periodic motion of the focal spot in longitudinal direction (z-flying focal spot) to double the number of simultaneously acquired slices. This technique acquires 64 overlapping 0.6 mm slices per rotation. The sampling scheme corresponds to that of a 64 x 0.3 mm detector, with the goal of improved longitudinal resolution and reduced spiral artifacts. After an introduction to the detector design, we discuss the basics of z-flying focal spot technology (z-Sharp). We present phantom and specimen scans for performance evaluation. The measured full width at half maximum (FWHM) of the thinnest spiral slice is 0.65 mm. All spiral slice widths are almost independent of the pitch, with deviations of less than 0.1 mm from the nominal value. Using a high-resolution bar pattern phantom (CATPHAN, Phantom Laboratories, Salem, NY), the longitudinal resolution can be demonstrated to be up to 15 lp/cm at the isocenter independent of the pitch, corresponding to a bar diameter of 0.33 mm. Longitudinal resolution is only slightly degraded for off-center locations. At a distance of 100 mm from the isocenter, 14 lp/cm can be resolved in the z-direction, corresponding to a bar diameter of 0.36 mm. Spiral "windmill" artifacts presenting as hyper- and hypodense structures around osseous edges are effectively reduced by the z-flying focal spot technique. Cardiac scanning benefits from the short gantry rotation time of 0.33 s, providing up to 83 ms temporal resolution with 2-segment ECG

  12. Space Power Program, Instrumentation and Control System Architecture, Pre-conceptual Design, for Information

    Energy Technology Data Exchange (ETDEWEB)

    JM Ross

    2005-10-20

    The purpose of this letter is to forward the Prometheus preconceptual Instrumentation and Control (I&C) system architecture (Enclosure (1)) to NR for information as part of the Prometheus closeout work. The preconceptual 1&C system architecture was considered a key planning document for development of the I&C system for Project Prometheus. This architecture was intended to set the technical approach for the entire I&C system. It defines interfaces to other spacecraft systems, defines hardware blocks for future development, and provides a basis for accurate cost and schedule estimates. Since the system requirements are not known at this time, it was anticipated that the architecture would evolve as the design of the reactor module was matured.

  13. Polymorphous Computing Architecture (PCA) Application Benchmark 1: Three-Dimensional Radar Data Processing

    National Research Council Canada - National Science Library

    Lebak, J

    2001-01-01

    The DARPA Polymorphous Computing Architecture (PCA) program is building advanced computer architectures that can reorganize their computation and communication structures to achieve better overall application performance...

  14. Thin-Slice Measurement of Wisdom

    Directory of Open Access Journals (Sweden)

    Chao S. Hu

    2017-08-01

    Full Text Available Objective Measurement of Wisdom within a short period of time is vital for both the public interest (e.g., understanding a presidential election and research (e.g., testing factors that facilitate wisdom development. A measurement of emotion associated with wisdom would be especially informative; therefore, a novel Thin-Slice measurement of wisdom was developed based on the Berlin Paradigm. For about 2 min, participants imagined the lens of a camera as the eyes of their friend/teacher whom they advised about a life dilemma. Verbal response and facial expression were both recorded by a camera: verbal responses were then rated on both the Berlin Wisdom criteria and newly developed Chinese wisdom criteria; facial expressions were analyzed by the software iMotion FACET module. Results showed acceptable inter-rater and inter-item reliability for this novel paradigm. Moreover, both wisdom ratings were not significantly correlated with Social desirability, and the Berlin wisdom rating was significantly negatively correlated with Neuroticism; feeling of surprise was significantly positively correlated with both wisdom criteria ratings. Our results provide the first evidence of this Thin-slice Wisdom Paradigm’s reliability, its immunity to social desirability, and its validity for assessing candidates’ wisdom within a short timeframe. Although still awaiting further development, this novel Paradigm contributes to an emerging Universal Wisdom Paradigm applicable across cultures.

  15. Parallel Programming using OpenCL on Modern Architectures

    DEFF Research Database (Denmark)

    Nielsen, Allan Svejstrup; Engsig-Karup, Allan Peter; Dammann, Bernd

    as they are at graphics. To conclude the presentation of OpenCL as a language for compute, a matrix-matrix multiplication example is devised and optimized for the VLIW4, Tesla and Fermi architectures. The performance is measured as a function of both matrix and work-group size and results are discussed. Where applicable...

  16. Automatic slice identification in 3D medical images with a ConvNet regressor

    NARCIS (Netherlands)

    de Vos, Bob D.; Viergever, Max A.; de Jong, Pim A.; Išgum, Ivana

    2016-01-01

    Identification of anatomical regions of interest is a prerequisite in many medical image analysis tasks. We propose a method that automatically identifies a slice of interest (SOI) in 3D images with a convolutional neural network (ConvNet) regressor. In 150 chest CT scans two reference slices were

  17. A testbed to explore the optimal electrical stimulation parameters for suppressing inter-ictal spikes in human hippocampal slices.

    Science.gov (United States)

    Min-Chi Hsiao; Pen-Ning Yu; Dong Song; Liu, Charles Y; Heck, Christi N; Millett, David; Berger, Theodore W

    2014-01-01

    New interventions using neuromodulatory devices such as vagus nerve stimulation, deep brain stimulation and responsive neurostimulation are available or under study for the treatment of refractory epilepsy. Since the actual mechanisms of the onset and termination of the seizure are still unclear, most researchers or clinicians determine the optimal stimulation parameters through trial-and-error procedures. It is necessary to further explore what types of electrical stimulation parameters (these may include stimulation frequency, amplitude, duration, interval pattern, and location) constitute a set of optimal stimulation paradigms to suppress seizures. In a previous study, we developed an in vitro epilepsy model using hippocampal slices from patients suffering from mesial temporal lobe epilepsy. Using a planar multi-electrode array system, inter-ictal activity from human hippocampal slices was consistently recorded. In this study, we have further transferred this in vitro seizure model to a testbed for exploring the possible neurostimulation paradigms to inhibit inter-ictal spikes. The methodology used to collect the electrophysiological data, the approach to apply different electrical stimulation parameters to the slices are provided in this paper. The results show that this experimental testbed will provide a platform for testing the optimal stimulation parameters of seizure cessation. We expect this testbed will expedite the process for identifying the most effective parameters, and may ultimately be used to guide programming of new stimulating paradigms for neuromodulatory devices.

  18. Fluidized bed drying characteristics and modeling of ginger ( zingiber officinale) slices

    Science.gov (United States)

    Parlak, Nezaket

    2015-08-01

    In this study fluidized bed drying characteristics of ginger have been investigated. The effects of the fluidizing air temperature, velocity, humidity and bed height on the drying performance of ginger slices have been found. The experimental moisture loss data of ginger slices has been fitted to the eight thin layer drying models. Two-term model drying model has shown a better fit to the experimental data with R2 of 0.998 as compared to others.

  19. Drying of carrot slices in a triple pass solar dryer

    Directory of Open Access Journals (Sweden)

    Seshachalam Kesavan

    2017-01-01

    Full Text Available An indirect triple pass forced convection solar dryer was developed and its performance was evaluated for drying of carrot slices. The drying experiments were carried out under the meteorological conditions of Coimbatore city in India during the year 2016. The experimental set-up consists of a blower, triple pass packed bed air collector (using sand with wire mesh absorber plate, and a drying chamber. The air mass flow rate was optimized to 0.062 kg/s. The initial moisture content of the carrot slices was reduced from 87.5% (on wet basis to the final moisture content of 10% (wet basis in 6 h duration. The thin layer drying characteristics were analyzed using twelve mathematical models available in open literature. The results showed that the pick-up efficiency of the dryer was varied in the range between 14 and 43% with an average air collector thermal efficiency of 44% during the experimentation. The drying characteristics of carrot slices was predicted with good degree of accuracy using Wang and Singh drying model.

  20. Summary Report for ASC L2 Milestone #4782: Assess Newly Emerging Programming and Memory Models for Advanced Architectures on Integrated Codes

    Energy Technology Data Exchange (ETDEWEB)

    Neely, J. R. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Hornung, R. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Black, A. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Robinson, P. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States)

    2014-09-29

    This document serves as a detailed companion to the powerpoint slides presented as part of the ASC L2 milestone review for Integrated Codes milestone #4782 titled “Assess Newly Emerging Programming and Memory Models for Advanced Architectures on Integrated Codes”, due on 9/30/2014, and presented for formal program review on 9/12/2014. The program review committee is represented by Mike Zika (A Program Project Lead for Kull), Brian Pudliner (B Program Project Lead for Ares), Scott Futral (DEG Group Lead in LC), and Mike Glass (Sierra Project Lead at Sandia). This document, along with the presentation materials, and a letter of completion signed by the review committee will act as proof of completion for this milestone.

  1. Lipopolysaccharide does not alter small airway reactivity in mouse lung slices.

    Science.gov (United States)

    Donovan, Chantal; Royce, Simon G; Vlahos, Ross; Bourke, Jane E

    2015-01-01

    The bacterial endotoxin, lipopolysaccharide (LPS) has been associated with occupational airway diseases with asthma-like symptoms and in acute exacerbations of COPD. The direct and indirect effects of LPS on small airway reactivity have not been fully elucidated. We tested the hypothesis that both in vitro and in vivo LPS treatment would increase contraction and impair relaxation of mouse small airways. Lung slices were prepared from naïve Balb/C mice and cultured in the absence or presence of LPS (10 μg/ml) for up to 48 h for measurement of TNFα levels in conditioned media. Alternatively, mice were challenged with PBS or LPS in vivo once a day for 4 days for preparation of lung slices or for harvest of lungs for Q-PCR analysis of gene expression of pro-inflammatory cytokines and receptors involved in airway contraction. Reactivity of small airways to contractile agonists, methacholine and serotonin, and bronchodilator agents, salbutamol, isoprenaline and rosiglitazone, were assessed using phase-contrast microscopy. In vitro LPS treatment of slices increased TNFα release 6-fold but did not alter contraction or relaxation to any agonists tested. In vivo LPS treatment increased lung gene expression of TNFα, IL-1β and ryanodine receptor isoform 2 more than 5-fold. However there were no changes in reactivity in lung slices from these mice, even when also incubated with LPS ex vivo. Despite evidence of LPS-induced inflammation, neither airway hyperresponsiveness or impaired dilator reactivity were evident. The increase in ryanodine receptor isoform 2, known to regulate calcium signaling in vascular smooth muscle, warrants investigation. Since LPS failed to elicit changes in small airway reactivity in mouse lung slices following in vitro or in vivo treatment, alternative approaches are required to define the potential contribution of this endotoxin to altered small airway reactivity in human lung diseases.

  2. Lipopolysaccharide does not alter small airway reactivity in mouse lung slices.

    Directory of Open Access Journals (Sweden)

    Chantal Donovan

    Full Text Available The bacterial endotoxin, lipopolysaccharide (LPS has been associated with occupational airway diseases with asthma-like symptoms and in acute exacerbations of COPD. The direct and indirect effects of LPS on small airway reactivity have not been fully elucidated. We tested the hypothesis that both in vitro and in vivo LPS treatment would increase contraction and impair relaxation of mouse small airways. Lung slices were prepared from naïve Balb/C mice and cultured in the absence or presence of LPS (10 μg/ml for up to 48 h for measurement of TNFα levels in conditioned media. Alternatively, mice were challenged with PBS or LPS in vivo once a day for 4 days for preparation of lung slices or for harvest of lungs for Q-PCR analysis of gene expression of pro-inflammatory cytokines and receptors involved in airway contraction. Reactivity of small airways to contractile agonists, methacholine and serotonin, and bronchodilator agents, salbutamol, isoprenaline and rosiglitazone, were assessed using phase-contrast microscopy. In vitro LPS treatment of slices increased TNFα release 6-fold but did not alter contraction or relaxation to any agonists tested. In vivo LPS treatment increased lung gene expression of TNFα, IL-1β and ryanodine receptor isoform 2 more than 5-fold. However there were no changes in reactivity in lung slices from these mice, even when also incubated with LPS ex vivo. Despite evidence of LPS-induced inflammation, neither airway hyperresponsiveness or impaired dilator reactivity were evident. The increase in ryanodine receptor isoform 2, known to regulate calcium signaling in vascular smooth muscle, warrants investigation. Since LPS failed to elicit changes in small airway reactivity in mouse lung slices following in vitro or in vivo treatment, alternative approaches are required to define the potential contribution of this endotoxin to altered small airway reactivity in human lung diseases.

  3. A Slicing Tree Representation and QCP-Model-Based Heuristic Algorithm for the Unequal-Area Block Facility Layout Problem

    Directory of Open Access Journals (Sweden)

    Mei-Shiang Chang

    2013-01-01

    Full Text Available The facility layout problem is a typical combinational optimization problem. In this research, a slicing tree representation and a quadratically constrained program model are combined with harmony search to develop a heuristic method for solving the unequal-area block layout problem. Because of characteristics of slicing tree structure, we propose a regional structure of harmony memory to memorize facility layout solutions and two kinds of harmony improvisation to enhance global search ability of the proposed heuristic method. The proposed harmony search based heuristic is tested on 10 well-known unequal-area facility layout problems from the literature. The results are compared with the previously best-known solutions obtained by genetic algorithm, tabu search, and ant system as well as exact methods. For problems O7, O9, vC10Ra, M11*, and Nug12, new best solutions are found. For other problems, the proposed approach can find solutions that are very similar to previous best-known solutions.

  4. Measures of large-scale structure in the CfA redshift survey slices

    International Nuclear Information System (INIS)

    De Lapparent, V.; Geller, M.J.; Huchra, J.P.

    1991-01-01

    Variations of the counts-in-cells with cell size are used here to define two statistical measures of large-scale clustering in three 6 deg slices of the CfA redshift survey. A percolation criterion is used to estimate the filling factor which measures the fraction of the total volume in the survey occupied by the large-scale structures. For the full 18 deg slice of the CfA redshift survey, f is about 0.25 + or - 0.05. After removing groups with more than five members from two of the slices, variations of the counts in occupied cells with cell size have a power-law behavior with a slope beta about 2.2 on scales from 1-10/h Mpc. Application of both this statistic and the percolation analysis to simulations suggests that a network of two-dimensional structures is a better description of the geometry of the clustering in the CfA slices than a network of one-dimensional structures. Counts-in-cells are also used to estimate at 0.3 galaxy h-squared/Mpc the average galaxy surface density in sheets like the Great Wall. 46 refs

  5. The physiology of rodent beta-cells in pancreas slices.

    Science.gov (United States)

    Rupnik, M

    2009-01-01

    Beta-cells in pancreatic islets form complex syncytia. Sufficient cell-to-cell electrical coupling seems to ensure coordinated depolarization pattern and insulin release that can be further modulated by rich innervation. The complex structure and coordinated action develop after birth during fast proliferation of the endocrine tissue. These emergent properties can be lost due to various reasons later in life and can lead to glucose intolerance and diabetes mellitus. Pancreas slice is a novel method of choice to study the physiology of beta-cells still embedded in their normal cellulo-social context. I present major advantages, list drawbacks and provide an overview on recent advances in our understanding of the physiology of beta-cells using the pancreas slice approach.

  6. Architectural Theory in the Undergraduate Curriculum: A Pedagogical Alternative

    Science.gov (United States)

    Smith, Korydon H.

    2013-01-01

    The study of architectural theory remains absent from many undergraduate design programs, or, if present, the structure of many curricula place "theory" as an autonomous, peripheral course. Theory, however, as it is in other disciplines, is the foundation of the discipline of architecture. To regain the importance and vitality of…

  7. Illinois Occupational Skill Standards: Architectural Drafting Cluster.

    Science.gov (United States)

    Illinois Occupational Skill Standards and Credentialing Council, Carbondale.

    This document, which is intended as a guide for work force preparation program providers, details the Illinois occupational skill standards for programs preparing students for employment in occupations in the architectural drafting cluster. The document begins with a brief overview of the Illinois perspective on occupational skill standards and…

  8. Mis-estimation and bias of hyperpolarized apparent diffusion coefficient measurements due to slice profile effects.

    Science.gov (United States)

    Gordon, Jeremy W; Milshteyn, Eugene; Marco-Rius, Irene; Ohliger, Michael; Vigneron, Daniel B; Larson, Peder E Z

    2017-09-01

    The purpose of this work was to explore the impact of slice profile effects on apparent diffusion coefficient (ADC) mapping of hyperpolarized (HP) substrates. Slice profile effects were simulated using a Gaussian radiofrequency (RF) pulse with a variety of flip angle schedules and b-value ordering schemes. A long T 1 water phantom was used to validate the simulation results, and ADC mapping of HP [ 13 C, 15 N 2 ]urea was performed on the murine liver to assess these effects in vivo. Slice profile effects result in excess signal after repeated RF pulses, causing bias in HP measurements. The largest error occurs for metabolites with small ADCs, resulting in up to 10-fold overestimation for metabolites that are in more-restricted environments. A mixed b-value scheme substantially reduces this bias, whereas scaling the slice-select gradient can mitigate it completely. In vivo, the liver ADC of hyperpolarized [ 13 C, 15 N 2 ]urea is nearly 70% lower (0.99 ± 0.22 vs 1.69 ± 0.21 × 10 -3 mm 2 /s) when slice-select gradient scaling is used. Slice profile effects can lead to bias in HP ADC measurements. A mixed b-value ordering scheme can reduce this bias compared to sequential b-value ordering. Slice-select gradient scaling can also correct for this deviation, minimizing bias and providing more-precise ADC measurements of HP substrates. Magn Reson Med 78:1087-1092, 2017. © 2016 International Society for Magnetic Resonance in Medicine. © 2016 International Society for Magnetic Resonance in Medicine.

  9. Effect of simultaneous infrared dry-blanching and dehydration on quality characteristics of carrot slices

    Science.gov (United States)

    This study investigated the effects of various processing parameters on carrot slices exposed to infrared (IR) radiation heating for achieving simultaneous infrared dry-blanching and dehydration (SIRDBD). The investigated parameters were product surface temperature, slice thickness and processing ti...

  10. Mathematical modeling of hot air/electrohydrodynamic (EHD) drying kinetics of mushroom slices

    International Nuclear Information System (INIS)

    Taghian Dinani, Somayeh; Hamdami, Nasser; Shahedi, Mohammad; Havet, Michel

    2014-01-01

    Highlights: • Hot air/EHD drying behavior of thin layer mushroom slices was evaluated. • A new empirical model was proposed for drying kinetics modeling of mushroom slices. • The new model presents excellent predictions for hot air/EHD drying of mushroom. - Abstract: Researches about mathematical modeling of electrohydrodynamic (EHD) drying are rare. In this study, hot air combined with electrohydrodynamic (EHD) drying behavior of thin layer mushroom slices was evaluated in a laboratory scale dryer at voltages of 17, 19, and 21 kV and electrode gaps of 5, 6, and 7 cm. The drying curves were fitted to ten different mathematical models (Newton, Page, Modified Page, Henderson and Pabis, Logarithmic, Two-term exponential, Midilli and Kucuk, Wang and Singh, Weibull and Parabolic models) and a proposed new empirical model to select a suitable drying equation for drying mushroom slices in a hot air combined with EHD dryer. Coefficients of the models were determined by non-linear regression analysis and the models were compared based on their coefficient of determination (R 2 ), sum of square errors (SSE) and root mean square error (RMSE) between experimental and predicted moisture ratios. According to the results, the proposed model that contains only three parameters provided the best fit with the experimental data. It was closely followed by the Midilli and Kucuk model that contains four parameters. Therefore, the proposed model can present comfortable usage and excellent predictions for the moisture content changes of mushroom slices in the hot air combined with EHD drying system

  11. Brain Slice Staining and Preparation for Three-Dimensional Super-Resolution Microscopy

    Science.gov (United States)

    German, Christopher L.; Gudheti, Manasa V.; Fleckenstein, Annette E.; Jorgensen, Erik M.

    2018-01-01

    Localization microscopy techniques – such as photoactivation localization microscopy (PALM), fluorescent PALM (FPALM), ground state depletion (GSD), and stochastic optical reconstruction microscopy (STORM) – provide the highest precision for single molecule localization currently available. However, localization microscopy has been largely limited to cell cultures due to the difficulties that arise in imaging thicker tissue sections. Sample fixation and antibody staining, background fluorescence, fluorophore photoinstability, light scattering in thick sections, and sample movement create significant challenges for imaging intact tissue. We have developed a sample preparation and image acquisition protocol to address these challenges in rat brain slices. The sample preparation combined multiple fixation steps, saponin permeabilization, and tissue clarification. Together, these preserve intracellular structures, promote antibody penetration, reduce background fluorescence and light scattering, and allow acquisition of images deep in a 30 μm thick slice. Image acquisition challenges were resolved by overlaying samples with a permeable agarose pad and custom-built stainless steel imaging adapter, and sealing the imaging chamber. This approach kept slices flat, immobile, bathed in imaging buffer, and prevented buffer oxidation during imaging. Using this protocol, we consistently obtained single molecule localizations of synaptic vesicle and active zone proteins in three-dimensions within individual synaptic terminals of the striatum in rat brain slices. These techniques may be easily adapted to the preparation and imaging of other tissues, substantially broadening the application of super-resolution imaging. PMID:28924666

  12. Prolonged life of human acute hippocampal slices from temporal lobe epilepsy surgery

    DEFF Research Database (Denmark)

    Wickham, J; Brödjegård, N G; Vighagen, R

    2018-01-01

    Resected hippocampal tissue from patients with drug-resistant epilepsy presents a unique possibility to test novel treatment strategies directly in target tissue. The post-resection time for testing and analysis however is normally limited. Acute tissue slices allow for electrophysiological...... granule whole-cell recordings, can be consistently induced in these slices, underlying the usefulness of this methodology for testing and/or validating novel treatment strategies for epilepsy....

  13. Space Architecture: The Role, Work and Aptitude

    Science.gov (United States)

    Griffin, Brand

    2014-01-01

    Space architecture has been an emerging discipline for at least 40 years. Has it arrived? Is space architecture a legitimate vocation or an avocation? If it leads to a job, what do employers want? In 2002, NASA Headquarters created a management position for a space architect whose job was to "lead the development of strategic architectures and identify high level requirements for systems that will accomplish the Nation's space exploration vision." This is a good job description with responsibility at the right level in NASA, but unfortunately, the office was discontinued two years later. Even though there is no accredited academic program or professional licensing for space architecture, there is a community of practitioners. They are civil servants, contractors and academicians supporting International Space Station and space exploration programs. In various ways, space architects currently contribute to human spaceflight, but there is a way for the discipline to be more effective in developing solutions to large scale complex problems. This paper organizes contributions from engineers, architects and psychologists into recommendations on the role of space architects in the organization, the process of creating and selecting options, and intrinsic personality traits including why they must have a high tolerance for ambiguity.

  14. Health Enterprise Architecture Laboratory (HEAL) | IDRC ...

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

    ... world-class training program for health informatics researchers, and a test bed for ... to strengthen the contribution of Southern researchers to this growing field. ... Position paper : researching and developing open architectures for national ...

  15. Time-space modal logic for verification of bit-slice circuits

    Science.gov (United States)

    Hiraishi, Hiromi

    1996-03-01

    The major goal of this paper is to propose a new modal logic aiming at formal verification of bit-slice circuits. The new logic is called as time-space modal logic and its major feature is that it can handle two transition relations: one for time transition and the other for space transition. As for a verification algorithm, a symbolic model checking algorithm of the new logic is shown. This could be applicable to verification of bit-slice microprocessor of infinite bit width and 1D systolic array of infinite length. A simple benchmark result shows the effectiveness of the proposed approach.

  16. Cataloging of architectural drawing in the digital age

    Directory of Open Access Journals (Sweden)

    Laura Audisio

    2011-12-01

    Full Text Available The culture of preservation and storage regarding architectural records has a relatively recent history, but for sure the future of architectural archives will be formed of digital material. That’s what emerges from contemporary architecture’s imaginary, increasingly made up of processes, products and life cycles extremely complex, in respect of which computer’s use assumed a central undisputed role. It is therefore necessary to understand how is it possible to catalog digital architecture and how this process could relate with paper archives. The consciousness that native digital heritage is by far more fragile than printed material, begins to affect the major international institutions, that started research programs. How to deal with the issue about digital authenticity, what to preserve of this records and how to maintain program features over time, are just some questions that research has not yet given definitive answers.

  17. Excitotoxic effects of non-NMDA receptor agonists in organotypic corticostriatal slice cultures

    DEFF Research Database (Denmark)

    Kristensen, B W; Noraberg, J; Jakobsen, B

    1999-01-01

    of the cytosolic enzyme lactate dehydrogenase (LDH) into the culture medium and loss of glutamic acid decarboxylase (GAD) activity in the tissue. Histological sections were also stained by the fluorescent dye Fluoro-Jade (FJ), for degenerating neurons and by immunocytochemical staining for gamma-aminobutyric acid...... density of Fluoro-Jade staining, (3) loss of GAD-activity in tissue homogenates, and (4) loss of GABA-immunostained neurons. We conclude that both differences between compounds (AMPA vs. KA) and brain areas (striatum vs. cortex) can be demonstrated in corticostriatal slice cultures, which in conjunction...... in corticostriatal slice cultures. The purpose was to examine the feasibility of these cultures for excitotoxic studies, and to demonstrate possible differential excitotoxic effects of KA and AMPA on striatal and cortical neurons. Slices of dorsolateral striatum with overlying neocortex were obtained from neonatal...

  18. Enumeration of virtual libraries of combinatorial modular macrocyclic (bracelet, necklace) architectures and their linear counterparts.

    Science.gov (United States)

    Taniguchi, Masahiko; Du, Hai; Lindsey, Jonathan S

    2013-09-23

    A wide variety of cyclic molecular architectures are built of modular subunits and can be formed combinatorially. The mathematics for enumeration of such objects is well-developed yet lacks key features of importance in chemistry, such as specifying (i) the structures of individual members among a set of isomers, (ii) the distribution (i.e., relative amounts) of products, and (iii) the effect of nonequal ratios of reacting monomers on the product distribution. Here, a software program (Cyclaplex) has been developed to determine the number, identity (including isomers), and relative amounts of linear and cyclic architectures from a given number and ratio of reacting monomers. The program includes both mathematical formulas and generative algorithms for enumeration; the latter go beyond the former to provide desired molecular-relevant information and data-mining features. The program is equipped to enumerate four types of architectures: (i) linear architectures with directionality (macroscopic equivalent = electrical extension cords), (ii) linear architectures without directionality (batons), (iii) cyclic architectures with directionality (necklaces), and (iv) cyclic architectures without directionality (bracelets). The program can be applied to cyclic peptides, cycloveratrylenes, cyclens, calixarenes, cyclodextrins, crown ethers, cucurbiturils, annulenes, expanded meso-substituted porphyrin(ogen)s, and diverse supramolecular (e.g., protein) assemblies. The size of accessible architectures encompasses up to 12 modular subunits derived from 12 reacting monomers or larger architectures (e.g. 13-17 subunits) from fewer types of monomers (e.g. 2-4). A particular application concerns understanding the possible heterogeneity of (natural or biohybrid) photosynthetic light-harvesting oligomers (cyclic, linear) formed from distinct peptide subunits.

  19. Biocompatibility of silicon-based arrays of electrodes coupled to organotypic hippocampal brain slice cultures

    DEFF Research Database (Denmark)

    Kristensen, Bjarne Winther; Noraberg, J; Thiébaud, P

    2001-01-01

    by Nissl staining, Timm sulphide silver-staining, microtubule-associated protein 2 (MAP2) and glial fibrillary acidic protein (GFAP) immunostaining, the slice cultures grown on chips did not differ from conventionally grown slice cultures. Neither were there any signs of astrogliosis or neurodegeneration...

  20. EPA's Information Architecture and Web Taxonomy

    Science.gov (United States)

    EPA's Information Architecture creates a topical organization of our website, instead of an ownership-based organization. The EPA Web Taxonomy allows audiences easy access to relevant information from EPA programs, by using a common vocabulary.

  1. A brain slice bath for physiology and compound microscopy, with dual-sided perifusion.

    Science.gov (United States)

    Heyward, P M

    2010-12-01

    Contemporary in vitro brain slice studies can employ compound microscopes to identify individual neurons or their processes for physiological recording or imaging. This requires that the bath used to maintain the tissue fits within the working distances of a water-dipping objective and microscope condenser. A common means of achieving this is to maintain thin tissue slices on the glass floor of a recording bath, exposing only one surface of the tissue to oxygenated bathing medium. Emerging evidence suggests that physiology can be compromised by this approach. Flowing medium past both sides of submerged brain slices is optimal, but recording baths utilizing this principle are not readily available for use on compound microscopes. This paper describes a tissue bath designed specifically for microscopy and physiological recording, in which temperature-controlled medium flows past both sides of the slices. A particular feature of this design is the use of concentric mesh rings to support and transport the live tissue without mechanical disturbance. The design is also easily adapted for use with thin acute slices, cultured slices, and acutely dispersed or cultured cells maintained either on cover slips or placed directly on the floor of the bath. The low profile of the bath provides a low angle of approach for electrodes, and allows use of standard condensers, nosepieces and water-dipping objective lenses. If visualization of individual neurons is not required, the bath can be mounted on a simple stand and used with a dissecting microscope. Heating is integral to the bath, and any temperature controller capable of driving a resistive load can be used. The bath is robust, readily constructed and requires minimal maintenance. Full construction and operation details are given. © 2010 The Author Journal of Microscopy © 2010 The Royal Microscopical Society.

  2. Intersection-based registration of slice stacks to form 3D images of the human fetal brain

    DEFF Research Database (Denmark)

    Kim, Kio; Hansen, Mads Fogtmann; Habas, Piotr

    2008-01-01

    Clinical fetal MR imaging of the brain commonly makes use of fast 2D acquisitions of multiple sets of approximately orthogonal 2D slices. We and others have previously proposed an iterative slice-to-volume registration process to recover a geometrically consistent 3D image. However......, these approaches depend on a 3D volume reconstruction step during the slice alignment. This is both computationally expensive and makes the convergence of the registration process poorly defined. In this paper our key contribution is a new approach which considers the collective alignment of all slices directly...... of the approach applied to simulated data and clinically acquired fetal images....

  3. Evaluation of solitary pulmonary metastasis of extrathoracic tumor with thin-slice computed tomography

    Energy Technology Data Exchange (ETDEWEB)

    Shiotani, Seiji; Yamada, Kouzo; Oshita, Fumihiro; Nomura, Ikuo; Noda, Kazumasa; Yamagata, Tatushi; Tajiri, Michihiko; Ishibashi, Makoto; Kameda, Youichi [Kanagawa Cancer Center, Yokohama (Japan)

    1995-10-01

    Thin-slice computed tomography (CT) images were compared with pathological findings in 9 specimens of solitary pulmonary nodules, which had been pathologically diagnosed as pulmonary metastasis of extrathoracic tumor. The thin-slice CT images were 2 mm-thick images reconstructed using a TCT-900S, HELIX (Toshiba, Tokyo) and examined at two different window and level settings. In every case, the surgical specimens were sliced transversely to correlate with the CT images. According to the image findings, the internal structure was of the solid-density type in every case, and the margin showed spiculation in 22%, notching in 67% and pleural indentation in 89%. Regarding the relationship between the pulmonary vessels and tumors, plural vascular involvement was revealed in every case. Thus, it was difficult to distinguish solitary pulmonary metastasis of extrathoracic tumor from primary lung cancer based on the thin-slice CT images. For some solitary pulmonary metastasis of extrathoracic tumor, a comprehensive diagnostic approach taking both the anamnesis and pathological findings into consideration was required. (author).

  4. 24 CFR 570.614 - Architectural Barriers Act and the Americans with Disabilities Act.

    Science.gov (United States)

    2010-04-01

    ... with disabilities. Further, the ADA requires the removal of architectural barriers and communication... 24 Housing and Urban Development 3 2010-04-01 2010-04-01 false Architectural Barriers Act and the... GRANTS Other Program Requirements § 570.614 Architectural Barriers Act and the Americans with...

  5. Advanced information processing system: The Army fault tolerant architecture conceptual study. Volume 1: Army fault tolerant architecture overview

    Science.gov (United States)

    Harper, R. E.; Alger, L. S.; Babikyan, C. A.; Butler, B. P.; Friend, S. A.; Ganska, R. J.; Lala, J. H.; Masotto, T. K.; Meyer, A. J.; Morton, D. P.

    1992-01-01

    Digital computing systems needed for Army programs such as the Computer-Aided Low Altitude Helicopter Flight Program and the Armored Systems Modernization (ASM) vehicles may be characterized by high computational throughput and input/output bandwidth, hard real-time response, high reliability and availability, and maintainability, testability, and producibility requirements. In addition, such a system should be affordable to produce, procure, maintain, and upgrade. To address these needs, the Army Fault Tolerant Architecture (AFTA) is being designed and constructed under a three-year program comprised of a conceptual study, detailed design and fabrication, and demonstration and validation phases. Described here are the results of the conceptual study phase of the AFTA development. Given here is an introduction to the AFTA program, its objectives, and key elements of its technical approach. A format is designed for representing mission requirements in a manner suitable for first order AFTA sizing and analysis, followed by a discussion of the current state of mission requirements acquisition for the targeted Army missions. An overview is given of AFTA's architectural theory of operation.

  6. A Novel Approach for Transmission of 56 Gbit/s NRZ Signal in Access Network Using Spectrum Slicing Technique

    DEFF Research Database (Denmark)

    Spolitis, S.; Vegas Olmos, Juan José; Bobrovs, V.

    2013-01-01

    We present the spectrum slicing and stitching concept for high-capacity low optics complexity optical access networks. Spectrum slicing and stitching of a 56 Gbit/s NRZ electrical signal is experimentally demonstrated for the first time.......We present the spectrum slicing and stitching concept for high-capacity low optics complexity optical access networks. Spectrum slicing and stitching of a 56 Gbit/s NRZ electrical signal is experimentally demonstrated for the first time....

  7. Abscisic Acid accumulation in spinach leaf slices in the presence of penetrating and nonpenetrating solutes.

    Science.gov (United States)

    Creelman, R A; Zeevaart, J A

    1985-01-01

    Abscisic acid (ABA) accumulated in detached, wilted leaves of spinach (Spinacia oleracea L. cv Savoy Hybrid 612) and reached a maximum level within 3 to 4 hours. The increase in ABA over that found in detached turgid leaves was approximately 10-fold. The effects of water stress could be mimicked by the use of thin slices of spinach leaves incubated in the presence of 0.6 molar mannitol, a compound which causes plasmolysis (loss of turgor). About equal amounts of ABA were found both in the leaf slices and in detached leaves, whereas 2 to 4 times more ABA accumulated in the medium than in the slices. When spinach leaf slices were incubated with ethylene glycol, a compound which rapidly penetrates the cell membrane causing a decrease in the osmotic potential of the tissue and only transient loss of turgor, no ABA accumulated. Ethylene glycol was not inhibitory with respect to ABA accumulation. Spinach leaf slices incubated in both ethylene glycol and mannitol had ABA levels similar to those found when slices were incubated with mannitol alone. Increases similar to those found with mannitol also occurred when Aquacide III, a highly purified form of polyethylene glycol, was used. Aquacide III causes cytorrhysis, a situation similar to that found in wilted leaves. Thus, it appears that loss of turgor is essential for ABA accumulation.When spinach leaf slices were incubated with solutes which are supposed to disturb membrane integrity (KHSO(3), 2-propanol, or KCl) no increase in ABA was observed. These data indicate that, with respect to the accumulation of ABA, mannitol caused a physical stress (loss of turgor) rather than a chemical stress (membrane damage).

  8. Software framework developed for the slice test of the ATLAS endcap muon trigger system

    CERN Document Server

    Komatsu, S; Ishida, Y; Tanaka, K; Hasuko, K; Kano, H; Matsumoto, Y; Yakamura, Y; Sakamoto, H; Ikeno, M; Nakayoshi, K; Sasaki, O; Yasu, Y; Hasegawa, Y; Totsuka, M; Tsuji, S; Maeno, T; Ichimiya, R; Kurashige, H

    2002-01-01

    A sliced system test of the ATLAS end cap muon level 1 trigger system has been done in 2001 and 2002 separately. We have developed an own software framework for property and run controls for the slice test in 2001. The system is described in C++ throughout. The multi-PC control system is accomplished using the CORBA system. We have then restructured the software system on top of the ATLAS online software framework, and used this one for the slice test in 2002. In this report we discuss two systems in detail with emphasizing the module property configuration and run control. (8 refs).

  9. Array processor architecture

    Science.gov (United States)

    Barnes, George H. (Inventor); Lundstrom, Stephen F. (Inventor); Shafer, Philip E. (Inventor)

    1983-01-01

    A high speed parallel array data processing architecture fashioned under a computational envelope approach includes a data base memory for secondary storage of programs and data, and a plurality of memory modules interconnected to a plurality of processing modules by a connection network of the Omega gender. Programs and data are fed from the data base memory to the plurality of memory modules and from hence the programs are fed through the connection network to the array of processors (one copy of each program for each processor). Execution of the programs occur with the processors operating normally quite independently of each other in a multiprocessing fashion. For data dependent operations and other suitable operations, all processors are instructed to finish one given task or program branch before all are instructed to proceed in parallel processing fashion on the next instruction. Even when functioning in the parallel processing mode however, the processors are not locked-step but execute their own copy of the program individually unless or until another overall processor array synchronization instruction is issued.

  10. Architecture Studio Learning: Strategy to Achieve Architects Competence

    Directory of Open Access Journals (Sweden)

    Saifudin Mutaqi Ahmad

    2018-01-01

    Full Text Available In most Schools of Architecture, Architecture Studio is at the core of the architectural learning process. In the process, students are trained to have the skills of architectonic spaces design based on the study of the site, its function, and its aesthetics. Students are also trained to have awareness and understanding about the impact of their design on the surrounding environment, both physically and socially. Also, students are trained to present their designs in various forms such as visual graphics, verbal narratives, and three dimensional model animations. Indonesian Association of School of Architecture (APTARI Asosiasi Perguruan Tinggi Arsitektur Indonesia and Indonesian Institute of Architects (IAI - Ikatan Arsitek Indonesia has formulated an education Standards, Curriculum, and Achievements of Architect Professional Program to be referred by Ministry of Research, Technology, and Higher Education (KEMENRISTEKDIKTI – Kementerian Riset, Teknologi, danPerguruanTinggi as the guidance for the implementation of Architect Professional Program (PPA - Pendidikan Profesi Arsitek in Indonesia. One of the eight recommendations is the PPA Content Standard which contains the learning for the achievement of IAI Architect Competencies through the recommended study materials. However, the recommended study materials did not indicate the activity of the Architecture Studio learning model (Final Report of APTARI Part II and IAI. Will architect’s competence be achieved if the learning process withoutarchitectural studio learning model? The formulation of the curriculum that is developed independently by the IAI recommends the learning of Architectural Studio as Professional Studio. The size of the SKS is large enough to enable someone who follows the lesson to intensively gain experience in designing the building as a real architectural work. This Architecture Studio learning model is interpreted by PPAr organizer universities with various forms

  11. CisLunar Habitat Internal Architecture Design Criteria

    Science.gov (United States)

    Jones, R.; Kennedy, K.; Howard, R.; Whitmore, M.; Martin, C.; Garate, J.

    2017-01-01

    BACKGROUND: In preparation for human exploration to Mars, there is a need to define the development and test program that will validate deep space operations and systems. In that context, a Proving Grounds CisLunar habitat spacecraft is being defined as the next step towards this goal. This spacecraft will operate differently from the ISS or other spacecraft in human history. The performance envelope of this spacecraft (mass, volume, power, specifications, etc.) is being defined by the Future Capabilities Study Team. This team has recognized the need for a human-centered approach for the internal architecture of this spacecraft and has commissioned a CisLunar Phase-1 Habitat Internal Architecture Study Team to develop a NASA reference configuration, providing the Agency with a "smart buyer" approach for future acquisition. THE CISLUNAR HABITAT INTERNAL ARCHITECTURE STUDY: Overall, the CisLunar Habitat Internal Architecture study will address the most significant questions and risks in the current CisLunar architecture, habitation, and operations concept development. This effort is achieved through definition of design criteria, evaluation criteria and process, design of the CisLunar Habitat Phase-1 internal architecture, and the development and fabrication of internal architecture concepts combined with rigorous and methodical Human-in-the-Loop (HITL) evaluations and testing of the conceptual innovations in a controlled test environment. The vision of the CisLunar Habitat Internal Architecture Study is to design, build, and test a CisLunar Phase-1 Habitat Internal Architecture that will be used for habitation (e.g. habitability and human factors) evaluations. The evaluations will mature CisLunar habitat evaluation tools, guidelines, and standards, and will interface with other projects such as the Advanced Exploration Systems (AES) Program integrated Power, Avionics, Software (iPAS), and Logistics for integrated human-in-the-loop testing. The mission of the Cis

  12. Marshall Application Realignment System (MARS) Architecture

    Science.gov (United States)

    Belshe, Andrea; Sutton, Mandy

    2010-01-01

    The Marshall Application Realignment System (MARS) Architecture project was established to meet the certification requirements of the Department of Defense Architecture Framework (DoDAF) V2.0 Federal Enterprise Architecture Certification (FEAC) Institute program and to provide added value to the Marshall Space Flight Center (MSFC) Application Portfolio Management process. The MARS Architecture aims to: (1) address the NASA MSFC Chief Information Officer (CIO) strategic initiative to improve Application Portfolio Management (APM) by optimizing investments and improving portfolio performance, and (2) develop a decision-aiding capability by which applications registered within the MSFC application portfolio can be analyzed and considered for retirement or decommission. The MARS Architecture describes a to-be target capability that supports application portfolio analysis against scoring measures (based on value) and overall portfolio performance objectives (based on enterprise needs and policies). This scoring and decision-aiding capability supports the process by which MSFC application investments are realigned or retired from the application portfolio. The MARS Architecture is a multi-phase effort to: (1) conduct strategic architecture planning and knowledge development based on the DoDAF V2.0 six-step methodology, (2) describe one architecture through multiple viewpoints, (3) conduct portfolio analyses based on a defined operational concept, and (4) enable a new capability to support the MSFC enterprise IT management mission, vision, and goals. This report documents Phase 1 (Strategy and Design), which includes discovery, planning, and development of initial architecture viewpoints. Phase 2 will move forward the process of building the architecture, widening the scope to include application realignment (in addition to application retirement), and validating the underlying architecture logic before moving into Phase 3. The MARS Architecture key stakeholders are most

  13. Open Source Service Agent (OSSA) in the intelligence community's Open Source Architecture

    Science.gov (United States)

    Fiene, Bruce F.

    1994-01-01

    The Community Open Source Program Office (COSPO) has developed an architecture for the intelligence community's new Open Source Information System (OSIS). The architecture is a multi-phased program featuring connectivity, interoperability, and functionality. OSIS is based on a distributed architecture concept. The system is designed to function as a virtual entity. OSIS will be a restricted (non-public), user configured network employing Internet communications. Privacy and authentication will be provided through firewall protection. Connection to OSIS can be made through any server on the Internet or through dial-up modems provided the appropriate firewall authentication system is installed on the client.

  14. 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...

  15. Application of Protocol-Oriented MVVM Architecture in iOS Development

    OpenAIRE

    Luong Nguyen, Khoi Nguyen

    2017-01-01

    The mobile application industry is fast paced. Requirements change, additions of new features occur on a daily basis and demand frequent code structure adjustment. Thus, a flexible and maintainable software architecture is often a key factor for an application’s success. The major objective of this thesis is to propose a practical use case of Protocol Oriented Model View View Model, an architecture inspired by the Protocol Oriented Programming paradigm. This thesis explains the architectur...

  16. Evaluation of methylmercury biotransformation using rat liver slices

    Energy Technology Data Exchange (ETDEWEB)

    Yasutake, A. [Biochemistry Section, National Inst. for Minamata Disease, Minamata, Kumamoto (Japan); Hirayama, K. [Kumamoto University College of Medical Science, Kuhonji (Japan)

    2001-09-01

    To examine the demethylation reaction of methylmercury (MeHg) in rat liver, slices prepared from MeHg-treated rats were incubated in L-15 medium under 95% O{sub 2}/5% CO{sub 2} atmosphere. During the incubation, the amount of inorganic Hg in the slices markedly increased in a time-dependent manner, although the concentration of total Hg remained unchanged. Since the C-Hg bond in MeHg was demonstrated to be cleaved by the action of some reactive oxygen species, the effects on MeHg demethylation of several reagents that could modify reactive oxygen production were examined in the present system. Methylviologen was found to be an effective enhancer of the demethylation reaction with only a minor effect on lipid peroxidation. On the other hand, ferrous ion added to the medium showed no effect on demethylation in the presence or absence of methylviologen, although lipid peroxide levels were increased significantly by ferrous ion. Similarly, deferoxamine mesylate, which effectively suppressed the increase in lipid peroxide levels, also had no effect on demethylation. Furthermore, hydroxy radical scavengers, such as mannitol and dimethylsulfoxide, had no effect on inorganic Hg production. Rotenone, an inhibitor of complex I in the mitochondrial electron transport system, increased levels of both inorganic Hg and lipid peroxide. However, other inhibitors, such as antimycin A, myxothiazole and NaCN, significantly suppressed the demethylation reaction. Cell fractionation of the MeHg-treated rat liver revealed that the ratio of inorganic Hg to total Hg was highest in the mitochondrial fraction. Furthermore, superoxide anion could degrade MeHg in an organic solvent but not in water. These results suggested that the demethylation of MeHg by the liver slice would proceed with the aid of superoxide anion produced in the electron transfer system at the hydrophobic mitochondrial inner membrane. Furthermore, the involvement of hydroxy radicals, which have been demonstrated to be

  17. Mixed time slicing in path integral simulations

    International Nuclear Information System (INIS)

    Steele, Ryan P.; Zwickl, Jill; Shushkov, Philip; Tully, John C.

    2011-01-01

    A simple and efficient scheme is presented for using different time slices for different degrees of freedom in path integral calculations. This method bridges the gap between full quantization and the standard mixed quantum-classical (MQC) scheme and, therefore, still provides quantum mechanical effects in the less-quantized variables. Underlying the algorithm is the notion that time slices (beads) may be 'collapsed' in a manner that preserves quantization in the less quantum mechanical degrees of freedom. The method is shown to be analogous to multiple-time step integration techniques in classical molecular dynamics. The algorithm and its associated error are demonstrated on model systems containing coupled high- and low-frequency modes; results indicate that convergence of quantum mechanical observables can be achieved with disparate bead numbers in the different modes. Cost estimates indicate that this procedure, much like the MQC method, is most efficient for only a relatively few quantum mechanical degrees of freedom, such as proton transfer. In this regime, however, the cost of a fully quantum mechanical simulation is determined by the quantization of the least quantum mechanical degrees of freedom.

  18. Software Architecture for Automatic Test Program Generation System Based on ATML%基于ATML的测试程序自动生成系统软件体系结构

    Institute of Scientific and Technical Information of China (English)

    范书义; 徐国华; 王成

    2012-01-01

    针对目前ATS的测试程序主要依靠手工编写的现状,研究了基于ATML的测试程序自动生成系统的软件体系结构;通过对ATML框架结构的系统、深入分析,构建了基于ATML的测试程序自动生成系统的业务模型,以软件体系结构理论为基础,设计了基于ATML的测试程序自动生成系统的软件体系结构的“4+1”视图模型;该软件体系结构在通用机电测试平台的测试程序开发中得到了应用,结果表明,该模型可以为基于ATML的测试程序自动生成系统的开发提供顶层指导.%Targeted at the status of ATS's test program which is mainly hand-written at present, this paper researches the software architecture of automatic test program generation system based on ATML. Through deep and systematic analysis of ATML framework, the business model of automatic test program generation system is built. Based on the theory of software architecture, the "4 + 1" view model of software architecture of automatic test program generation system based on ATML is designed. This software architecture is used in test program development of general electromechanical test platform. The application result shows that the model can provide top -level guidance for development of automatic test program generation system based on ATML.

  19. Progress on the Femto-Slicing Project at the Synchrotron SOLEIL

    International Nuclear Information System (INIS)

    Prigent, P; Hollander, Ph; Labat, M; Couprie, M E; Marlats, J L; Laulhé, C; Luning, J; Moreno, T; Morin, P; Nadji, A; Polack, F; Ravy, S; Silly, M; Sirotti, F

    2013-01-01

    The aim of the Femto-Slicing project at SOLEIL is to generate 100 fs X-rays pulses on two beamlines, CRISTAL and TEMPO, for pump-probe experiments in the hard and soft X-rays regions. Two fs lasers are currently in operation on TEMPO and CRISTAL for pump-probe experiments on the ps time scale enabling time resolved photoemission and photodiffraction studies. The Femto-Slicing project is based on the fs laser of the CRISTAL beamline, which can be adjusted to deliver 3 mJ pulses of 30 fs duration at 2.5 kHz. The laser beam will be separated in three branches: one delivering about 2 mJ to the modulator Wiggler and the other ones delivering the remaining energy to the TEMPO and CRISTAL experiments. This layout will yield natural synchronization between IR laser pump and X-ray probe pulses, only affected by jitter associated with beam transport. In this paper, we present the current status of the Femto-Slicing project at SOLEIL, with particular emphasis on the expected performance, and the design and construction of the laser beam transport and the diagnostics implementation.

  20. Trends in Governmental Enterprise Architecture: Reviewing National EA Programs

    DEFF Research Database (Denmark)

    Gøtze, John; Christiansen, Peter Engelund

    2007-01-01

    This article is the first in a series of three, where we will analyze and evaluate governmental enterprise architecture policies and practices from an international perspective. This first article presents the overall findings from an international study, we have made about governmental EA, and i...

  1. Fourier-based approach to interpolation in single-slice helical computed tomography

    International Nuclear Information System (INIS)

    La Riviere, Patrick J.; Pan Xiaochuan

    2001-01-01

    It has recently been shown that longitudinal aliasing can be a significant and detrimental presence in reconstructed single-slice helical computed tomography (CT) volumes. This aliasing arises because the directly measured data in helical CT are generally undersampled by a factor of at least 2 in the longitudinal direction and because the exploitation of the redundancy of fanbeam data acquired over 360 degree sign to generate additional longitudinal samples does not automatically eliminate the aliasing. In this paper we demonstrate that for pitches near 1 or lower, the redundant fanbeam data, when used properly, can provide sufficient information to satisfy a generalized sampling theorem and thus to eliminate aliasing. We develop and evaluate a Fourier-based algorithm, called 180FT, that accomplishes this. As background we present a second Fourier-based approach, called 360FT, that makes use only of the directly measured data. Both Fourier-based approaches exploit the fast Fourier transform and the Fourier shift theorem to generate from the helical projection data a set of fanbeam sinograms corresponding to equispaced transverse slices. Slice-by-slice reconstruction is then performed by use of two-dimensional fanbeam algorithms. The proposed approaches are compared to their counterparts based on the use of linear interpolation - the 360LI and 180LI approaches. The aliasing suppression property of the 180FT approach is a clear advantage of the approach and represents a step toward the desirable goal of achieving uniform longitudinal resolution properties in reconstructed helical CT volumes

  2. Unit 1A: General Approach to the Teaching of Architecture

    DEFF Research Database (Denmark)

    Gammelgaard Nielsen, Anders

    2011-01-01

    An ideal course Ever since the founding of the Aar- hus School of Architecture in 1965 there has been a tradition for lively discussion surrounding the content of the architecture program. The discussion has often been con- ducted from ideological or norma- tive positions, with the tendency to st...

  3. Scalable Multi-core Architectures Design Methodologies and Tools

    CERN Document Server

    Jantsch, Axel

    2012-01-01

    As Moore’s law continues to unfold, two important trends have recently emerged. First, the growth of chip capacity is translated into a corresponding increase of number of cores. Second, the parallalization of the computation and 3D integration technologies lead to distributed memory architectures. This book provides a current snapshot of industrial and academic research, conducted as part of the European FP7 MOSART project, addressing urgent challenges in many-core architectures and application mapping.  It addresses the architectural design of many core chips, memory and data management, power management, design and programming methodologies. It also describes how new techniques have been applied in various industrial case studies. Describes trends towards distributed memory architectures and distributed power management; Integrates Network on Chip with distributed, shared memory architectures; Demonstrates novel design methodologies and frameworks for multi-core design space exploration; Shows how midll...

  4. Optical microwave filter based on spectral slicing by use of arrayed waveguide gratings.

    Science.gov (United States)

    Pastor, Daniel; Ortega, Beatriz; Capmany, José; Sales, Salvador; Martinez, Alfonso; Muñoz, Pascual

    2003-10-01

    We have experimentally demonstrated a new optical signal processor based on the use of arrayed waveguide gratings. The structure exploits the concept of spectral slicing combined with the use of an optical dispersive medium. The approach presents increased flexibility from previous slicing-based structures in terms of tunability, reconfiguration, and apodization of the samples or coefficients of the transversal optical filter.

  5. SUSTAINABLE ARCHITECTURE : WHAT ARCHITECTURE STUDENTS THINK

    OpenAIRE

    SATWIKO, PRASASTO

    2013-01-01

    Sustainable architecture has become a hot issue lately as the impacts of climate change become more intense. Architecture educations have responded by integrating knowledge of sustainable design in their curriculum. However, in the real life, new buildings keep coming with designs that completely ignore sustainable principles. This paper discusses the results of two national competitions on sustainable architecture targeted for architecture students (conducted in 2012 and 2013). The results a...

  6. An assessment of the number of CT slices necessary to plan breast radiotherapy

    International Nuclear Information System (INIS)

    Vincent, D.; Beckham, W.; Delaney, G.

    1999-01-01

    The aim of this study was to evaluate the number of CT slices required to produce satisfactory dose distribution for tangential field irradiation of the chest wall and breast and to assess correlation of this with the volume of breast tissue treated. We conclude that a single-slice plan is unsatisfactory in providing sufficient information about the dose variation across the treatment volume and that ideally a 3D plan with DVHs should be produced. If the required data is unavailable then a minimum of three slices should be used as an approximation. We also propose a software tool for treatment planning systems, which calculates the percentage of the total PTV having dose outside the ICRU 50 radiation dose distribution homogeneity guideline range

  7. The bit slice micro-processor 'GESPRO' as a project in the UA2 experiment

    CERN Document Server

    Becam, C; Delanghe, J; Fest, H M; Lecoq, J; Martin, H; Mencik, M; MerkeI, B; Meyer, J M; Perrin, M; Plothow, H; Rampazzo, J P; Schittly, A

    1981-01-01

    The bit slice micro-processor GESPRO is a CAMAC module plugged into a standard Elliot system crate via which it communicates as a slave with its host computer. It has full control of CAMAC as a master unit. GESPRO is a 24 bit machine with multi-mode memory addressing capacity of 64K words. The micro-processor structure uses 5 buses including pipe-line registers to mask access time and 16 interrupt levels. The micro-program memory capacity is 2K (RAM) words of 48 bits each. A special hardwired module allows floating point, as well as integer, multiplication of 24*24 bits, result in 48 bits, in about 200 ns. This micro-processor could be used in the UA2 data acquisition chain and trigger system for the following tasks: (a) online data reduction, i.e. to read DURANDAL, process the information resulting in accepting or rejecting the event; (b) readout and analysis of the accepted data; (c) preprocess the data. The UA2 version of GESPRO is under construction, programs and micro-programs are under development. Hard...

  8. Architecture

    OpenAIRE

    Clear, Nic

    2014-01-01

    When discussing science fiction’s relationship with architecture, the usual practice is to look at the architecture “in” science fiction—in particular, the architecture in SF films (see Kuhn 75-143) since the spaces of literary SF present obvious difficulties as they have to be imagined. In this essay, that relationship will be reversed: I will instead discuss science fiction “in” architecture, mapping out a number of architectural movements and projects that can be viewed explicitly as scien...

  9. 640-slice DVCT multi-dimensionally and dynamically presents changes in bladder volume and urine flow rate

    Science.gov (United States)

    Su, Yunshan; Fang, Kewei; Mao, Chongwen; Xiang, Shutian; Wang, Jin; Li, Yingwen

    2018-01-01

    The present study aimed to explore the application of 640-slice dynamic volume computed tomography (DVCT) to excretory cystography and urethrography. A total of 70 healthy subjects were included in the study. Excretory cystography and urethrography using 640-slice DVCT was conducted to continuously record the motions of the bladder and the proximal female and male urethra. The patients' voiding process was divided into early, early to middle, middle, middle to late, and late voiding phases. The subjects were analyzed using DVCT and conventional CT. The cross-sectional areas of various sections of the male and female urethra were evaluated, and the average urine flow rate was calculated. The 640-slice DVCT technique was used to dynamically observe the urine flow rate and changes in bladder volume at all voiding phases. The urine volume detected by 640-slice DVCT exhibited no significant difference compared with the actual volume, and no significant difference compared with that determined using conventional CT. Furthermore, no significant difference in the volume of the bladder at each phase of the voiding process was detected between 640-slice DVCT and conventional CT. The results indicate that 640-slice DVCT can accurately evaluate the status of the male posterior urethra and female urethra. In conclusion, 640-slice DVCT is able to multi-dimensionally and dynamically present changes in bladder volume and urine flow rate, and could obtain similar results to conventional CT in detecting urine volume, as well as the status of the male posterior urethra and female urethra. PMID:29467853

  10. Dual activities of the anti-cancer drug candidate PBI-05204 provide neuroprotection in brain slice models for neurodegenerative diseases and stroke.

    Science.gov (United States)

    Van Kanegan, Michael J; Dunn, Denise E; Kaltenbach, Linda S; Shah, Bijal; He, Dong Ning; McCoy, Daniel D; Yang, Peiying; Peng, Jiangnan; Shen, Li; Du, Lin; Cichewicz, Robert H; Newman, Robert A; Lo, Donald C

    2016-05-12

    We previously reported neuroprotective activity of the botanical anti-cancer drug candidate PBI-05204, a supercritical CO2 extract of Nerium oleander, in brain slice and in vivo models of ischemic stroke. We showed that one component of this neuroprotective activity is mediated through its principal cardiac glycoside constituent, oleandrin, via induction of the potent neurotrophic factor brain-derived neurotrophic factor (BDNF). However, we also noted that the concentration-relation for PBI-05204 in the brain slice oxygen-glucose deprivation (OGD) model is considerably broader than that for oleandrin as a single agent. We thus surmised that PBI-05204 contains an additional neuroprotective component(s), distinct from oleandrin. We report here that neuroprotective activity is also provided by the triterpenoid constituents of PBI-05204, notably oleanolic acid. We demonstrate that a sub-fraction of PBI-05204 (Fraction 0-4) containing oleanolic and other triterpenoids, but without cardiac glycosides, induces the expression of cellular antioxidant gene transcription programs regulated through antioxidant transcriptional response elements (AREs). Finally, we show that Fraction 0-4 provides broad neuroprotection in organotypic brain slice models for neurodegeneration driven by amyloid precursor protein (APP) and tau implicated in Alzheimer's disease and frontotemporal dementias, respectively, in addition to ischemic injury modeled by OGD.

  11. Tomographic apparatus and method for reconstructing planar slices from non-absorbed radiation

    International Nuclear Information System (INIS)

    1976-01-01

    In a tomographic apparatus and method for reconstructing two-dimensional planar slices from linear projections of non-absorbed radiation useful in the fields of medical radiology, microscopy, and non-destructive testing, a beam of radiation in the shape of a fan is passed through an object lying in the same quasi-plane as the object slice and non-absorbtion thereof is recorded on oppositely-situated detectors aligned with the source of radiation. There is relative rotation between the source-detector configuration and the object within the quasi-plane. Periodic values of the detected radiation are taken, convolved with certain functions, and back-projected to produce a two-dimensional output picture on a visual display illustrating a facsimile of the object slice. A series of two-dimensional pictures obtained simultaneously or serially can be combined to produce a three dimensional portrayal of the entire object

  12. Patterns of Growth—Biomimetics and Architectural Design

    OpenAIRE

    Petra Gruber; Barbara Imhof

    2017-01-01

    This paper discusses the approach of biomimetic design in architecture applied to the theme of growth in biology by taking two exemplary research projects at the intersection of arts and sciences. The first project, ‘Biornametics’, dealt with patterns from nature; the second project ‘Growing as Building (GrAB)’ took on biological growth as a specific theme for the transfer to architecture and the arts. Within a timeframe of five years (2011–2015), the research was conducted under the Program ...

  13. Analysis and classification of commercial ham slice images using directional fractal dimension features.

    Science.gov (United States)

    Mendoza, Fernando; Valous, Nektarios A; Allen, Paul; Kenny, Tony A; Ward, Paddy; Sun, Da-Wen

    2009-02-01

    This paper presents a novel and non-destructive approach to the appearance characterization and classification of commercial pork, turkey and chicken ham slices. Ham slice images were modelled using directional fractal (DF(0°;45°;90°;135°)) dimensions and a minimum distance classifier was adopted to perform the classification task. Also, the role of different colour spaces and the resolution level of the images on DF analysis were investigated. This approach was applied to 480 wafer thin ham slices from four types of hams (120 slices per type): i.e., pork (cooked and smoked), turkey (smoked) and chicken (roasted). DF features were extracted from digitalized intensity images in greyscale, and R, G, B, L(∗), a(∗), b(∗), H, S, and V colour components for three image resolution levels (100%, 50%, and 25%). Simulation results show that in spite of the complexity and high variability in colour and texture appearance, the modelling of ham slice images with DF dimensions allows the capture of differentiating textural features between the four commercial ham types. Independent DF features entail better discrimination than that using the average of four directions. However, DF dimensions reveal a high sensitivity to colour channel, orientation and image resolution for the fractal analysis. The classification accuracy using six DF dimension features (a(90°)(∗),a(135°)(∗),H(0°),H(45°),S(0°),H(90°)) was 93.9% for training data and 82.2% for testing data.

  14. Using a high-speed movie camera to evaluate slice dropping in clinical image interpretation with stack mode viewers.

    Science.gov (United States)

    Yakami, Masahiro; Yamamoto, Akira; Yanagisawa, Morio; Sekiguchi, Hiroyuki; Kubo, Takeshi; Togashi, Kaori

    2013-06-01

    The purpose of this study is to verify objectively the rate of slice omission during paging on picture archiving and communication system (PACS) viewers by recording the images shown on the computer displays of these viewers with a high-speed movie camera. This study was approved by the institutional review board. A sequential number from 1 to 250 was superimposed on each slice of a series of clinical Digital Imaging and Communication in Medicine (DICOM) data. The slices were displayed using several DICOM viewers, including in-house developed freeware and clinical PACS viewers. The freeware viewer and one of the clinical PACS viewers included functions to prevent slice dropping. The series was displayed in stack mode and paged in both automatic and manual paging modes. The display was recorded with a high-speed movie camera and played back at a slow speed to check whether slices were dropped. The paging speeds were also measured. With a paging speed faster than half the refresh rate of the display, some viewers dropped up to 52.4 % of the slices, while other well-designed viewers did not, if used with the correct settings. Slice dropping during paging was objectively confirmed using a high-speed movie camera. To prevent slice dropping, the viewer must be specially designed for the purpose and must be used with the correct settings, or the paging speed must be slower than half of the display refresh rate.

  15. Microfilament Contraction Promotes Rounding of Tunic Slices: An Integumentary Defense System in the Colonial Ascidian Aplidium yamazii.

    Science.gov (United States)

    Hirose, E; Ishii, T

    1995-08-01

    In Aplidium yamazii, when a slice of a live colony (approximately 0.5 mm thick) was incubated in seawater for 12 h, the slice became a round tunic fragment. This tunic rounding was inhibited by freezing of the slices, incubation with Ca2+-Mg2+ -free seawater, or addition of cytochalasin B. Staining of microfilaments in the slices with phalloidin-FITC showed the existence of a cellular network in the tunic. Contraction of this cellular network probably promotes rounding of the tunic slice. In electron microscopic observations, a new tunic cuticle regenerated at the surface of the round tunic fragments; the tunic cuticle did not regenerate in newly sliced specimens nor in specimens in which rounding was experimentally inhibited. Based on these results, an integumentary defense system is proposed in this species as follows. (1) When the colony is wounded externally, contraction of the cellular network promotes tunic contraction around the wound. (2) The wound is almost closed by tunic contraction. (3) Tunic contraction increases the density of the filamentous components of the tunic at the wound, and it may accelerate the regeneration of tunic cuticle there.

  16. Modeling Architectural Patterns Using Architectural Primitives

    NARCIS (Netherlands)

    Zdun, Uwe; Avgeriou, Paris

    2005-01-01

    Architectural patterns are a key point in architectural documentation. Regrettably, there is poor support for modeling architectural patterns, because the pattern elements are not directly matched by elements in modeling languages, and, at the same time, patterns support an inherent variability that

  17. Comparison between powder and slices diffraction methods in teeth samples

    Energy Technology Data Exchange (ETDEWEB)

    Colaco, Marcos V.; Barroso, Regina C. [Universidade do Estado do Rio de Janeiro (IF/UERJ), RJ (Brazil). Inst. de Fisica. Dept. de Fisica Aplicada; Porto, Isabel M. [Universidade Estadual de Campinas (FOP/UNICAMP), Piracicaba, SP (Brazil). Fac. de Odontologia. Dept. de Morfologia; Gerlach, Raquel F. [Universidade de Sao Paulo (FORP/USP), Rieirao Preto, SP (Brazil). Fac. de Odontologia. Dept. de Morfologia, Estomatologia e Fisiologia; Costa, Fanny N. [Coordenacao dos Programas de Pos-Graduacao de Engenharia (LIN/COPPE/UFRJ), RJ (Brazil). Lab. de Instrumentacao Nuclear

    2011-07-01

    Propose different methods to obtain crystallographic information about biological materials are important since powder method is a nondestructive method. Slices are an approximation of what would be an in vivo analysis. Effects of samples preparation cause differences in scattering profiles compared with powder method. The main inorganic component of bones and teeth is a calcium phosphate mineral whose structure closely resembles hydroxyapatite (HAp). The hexagonal symmetry, however, seems to work well with the powder diffraction data, and the crystal structure of HAp is usually described in space group P63/m. Were analyzed ten third molar teeth. Five teeth were separated in enamel, detin and circumpulpal detin powder and five in slices. All the scattering profile measurements were carried out at the X-ray diffraction beamline (XRD1) at the National Synchrotron Light Laboratory - LNLS, Campinas, Brazil. The LNLS synchrotron light source is composed of a 1.37 GeV electron storage ring, delivering approximately 4x10{sup -1}0 photons/s at 8 keV. A double-crystal Si(111) pre-monochromator, upstream of the beamline, was used to select a small energy bandwidth at 11 keV . Scattering signatures were obtained at intervals of 0.04 deg for angles from 24 deg to 52 deg. The human enamel experimental crystallite size obtained in this work were 30(3)nm (112 reflection) and 30(3)nm (300 reflection). These values were obtained from measurements of powdered enamel. When comparing the slice obtained 58(8)nm (112 reflection) and 37(7)nm (300 reflection) enamel diffraction patterns with those generated by the powder specimens, a few differences emerge. This work shows differences between powder and slices methods, separating characteristics of sample of the method's influence. (author)

  18. Comparison between powder and slices diffraction methods in teeth samples

    International Nuclear Information System (INIS)

    Colaco, Marcos V.; Barroso, Regina C.; Porto, Isabel M.; Gerlach, Raquel F.; Costa, Fanny N.

    2011-01-01

    Propose different methods to obtain crystallographic information about biological materials are important since powder method is a nondestructive method. Slices are an approximation of what would be an in vivo analysis. Effects of samples preparation cause differences in scattering profiles compared with powder method. The main inorganic component of bones and teeth is a calcium phosphate mineral whose structure closely resembles hydroxyapatite (HAp). The hexagonal symmetry, however, seems to work well with the powder diffraction data, and the crystal structure of HAp is usually described in space group P63/m. Were analyzed ten third molar teeth. Five teeth were separated in enamel, detin and circumpulpal detin powder and five in slices. All the scattering profile measurements were carried out at the X-ray diffraction beamline (XRD1) at the National Synchrotron Light Laboratory - LNLS, Campinas, Brazil. The LNLS synchrotron light source is composed of a 1.37 GeV electron storage ring, delivering approximately 4x10 -1 0 photons/s at 8 keV. A double-crystal Si(111) pre-monochromator, upstream of the beamline, was used to select a small energy bandwidth at 11 keV . Scattering signatures were obtained at intervals of 0.04 deg for angles from 24 deg to 52 deg. The human enamel experimental crystallite size obtained in this work were 30(3)nm (112 reflection) and 30(3)nm (300 reflection). These values were obtained from measurements of powdered enamel. When comparing the slice obtained 58(8)nm (112 reflection) and 37(7)nm (300 reflection) enamel diffraction patterns with those generated by the powder specimens, a few differences emerge. This work shows differences between powder and slices methods, separating characteristics of sample of the method's influence. (author)

  19. A Novel Slicing Method for Thin Supercapacitors.

    Science.gov (United States)

    Sun, Hao; Fu, Xuemei; Xie, Songlin; Jiang, Yishu; Guan, Guozhen; Wang, Bingjie; Li, Houpu; Peng, Huisheng

    2016-08-01

    Thin and flexible supercapacitors with low cost and individual variation are fabricated by a new and efficient slicing method. Tunable output voltage and energy can be realized with a high specific capacitance of 248.8 F g(-1) or 150.8 F cm(-3) , which is well maintained before and after bending. © 2016 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  20. Detecting Psychopathy from Thin Slices of Behavior

    Science.gov (United States)

    Fowler, Katherine A.; Lilienfeld, Scott O.; Patrick, Christopher J.

    2009-01-01

    This study is the first to demonstrate that features of psychopathy can be reliably and validly detected by lay raters from "thin slices" (i.e., small samples) of behavior. Brief excerpts (5 s, 10 s, and 20 s) from interviews with 96 maximum-security inmates were presented in video or audio form or in both modalities combined. Forty raters used…

  1. Bilateral Learning and Teaching in Chinese-Australian Arts and Architecture

    Science.gov (United States)

    Joubert, Lindy; Whitford, Steven

    2006-01-01

    A collaborative design-based, cross-cultural exchange between the Chinese School of Architecture, Tsinghua University of Beijing, and the Faculty of Architecture, Building, and Planning at the University of Melbourne is the case study presented in this article. Two design studios were conducted: one in the Master of Urban Design program, and the…

  2. An Update on Design Tools for Optimization of CMC 3D Fiber Architectures

    Science.gov (United States)

    Lang, J.; DiCarlo, J.

    2012-01-01

    Objective: Describe and up-date progress for NASA's efforts to develop 3D architectural design tools for CMC in general and for SIC/SiC composites in particular. Describe past and current sequential work efforts aimed at: Understanding key fiber and tow physical characteristics in conventional 2D and 3D woven architectures as revealed by microstructures in the literature. Developing an Excel program for down-selecting and predicting key geometric properties and resulting key fiber-controlled properties for various conventional 3D architectures. Developing a software tool for accurately visualizing all the key geometric details of conventional 3D architectures. Validating tools by visualizing and predicting the Internal geometry and key mechanical properties of a NASA SIC/SIC panel with a 3D orthogonal architecture. Applying the predictive and visualization tools toward advanced 3D orthogonal SiC/SIC composites, and combining them into a user-friendly software program.

  3. RAGE Architecture for Reusable Serious Gaming Technology Components

    Directory of Open Access Journals (Sweden)

    Wim van der Vegt

    2016-01-01

    Full Text Available For seizing the potential of serious games, the RAGE project—funded by the Horizon-2020 Programme of the European Commission—will make available an interoperable set of advanced technology components (software assets that support game studios at serious game development. This paper describes the overall software architecture and design conditions that are needed for the easy integration and reuse of such software assets in existing game platforms. Based on the component-based software engineering paradigm the RAGE architecture takes into account the portability of assets to different operating systems, different programming languages, and different game engines. It avoids dependencies on external software frameworks and minimises code that may hinder integration with game engine code. Furthermore it relies on a limited set of standard software patterns and well-established coding practices. The RAGE architecture has been successfully validated by implementing and testing basic software assets in four major programming languages (C#, C++, Java, and TypeScript/JavaScript, resp.. Demonstrator implementation of asset integration with an existing game engine was created and validated. The presented RAGE architecture paves the way for large scale development and application of cross-engine reusable software assets for enhancing the quality and diversity of serious gaming.

  4. Slice of a LEP bending magnet

    CERN Multimedia

    This is a slice of a LEP dipole bending magnet, made as a concrete and iron sandwich. The bending field needed in LEP is small (about 1000 Gauss), equivalent to two of the magnets people stick on fridge doors. Because it is very difficult to keep a low field steady, a high field was used in iron plates embedded in concrete. A CERN breakthrough in magnet design, LEP dipoles can be tuned easily and are cheaper than conventional magnets.

  5. Neuropeptide processing in regional brain slices: Effect of conformation and sequence

    Energy Technology Data Exchange (ETDEWEB)

    Li, Z.W.; Bijl, W.A.; van Nispen, J.W.; Brendel, K.; Davis, T.P. (Univ. of Arizona, Tucson (USA))

    1990-05-01

    The central enzymatic stability of des-enkephalin-gamma-endorphin and its synthetic analogs (cycloN alpha 6, C delta 11)beta-endorphin-(6-17) and (Pro7, Lys(Ac)9)-beta-endorphin(6-17) was studied in vitro using a newly developed, regionally dissected rat brain slice, time course incubation procedure. Tissue slice viability was estimated as the ability of the brain slice to take up or release gamma-(3H)aminobutyric acid after high K+ stimulation. Results demonstrated stability of uptake/release up to 5 hr of incubation, suggesting tissue viability over this period. The estimated half-life of peptides based on the results obtained in our incubation protocol suggest that the peptides studied are metabolized at different rates in the individual brain regions tested. A good correlation exists between the high enzyme activity of neutral endopeptidase and the rapid degradation of des-enkephalin-gamma-endorphin and (cycloN alpha 6, C delata 11)beta-endorphin-(6-17) in caudate putamen. Proline substitution combined with lysine acetylation appears to improve resistance to enzymatic metabolism in caudate putamen and hypothalamus. However, cyclization of des-enkephalin-gamma-endorphin forming an amide bond between the alpha-NH2 of the N-terminal threonine and the gamma-COOH of glutamic acid did not improve peptide stability in any brain region tested. The present study has shown that the brain slice technique is a valid and unique approach to study neuropeptide metabolism in small, discrete regions of rat brain where peptides, peptidases and receptors are colocalized and that specific structural modifications can improve peptide stability.

  6. Modelling the Siemens SOMATOM Sensation 64 Multi-Slice CT (MSCT) Scanner

    International Nuclear Information System (INIS)

    Amin, A T Mohd; Rahni, A A Abd

    2017-01-01

    Reconstructing large volumetric 3D images with minimal radiation dosage exposure with reduced scanning time has been one of the main objectives in the advancement of CT development. One of its advancement is the introduction of multi-slice arc detector geometry from a cone-beam source in third generation scanners. In solving this complex geometry, apart from the known vast computations in CT image reconstruction due to large CT images, iterative reconstruction methods are preferred compared to analytic methods due to its flexibility in image reconstruction. A scanner of interest that has this type of geometry is the Siemens SOMATOM Sensation 64 Multi-Slice CT (MSCT) Scanner , which has a total of 32 slices with 672 detector elements on each slice. In this paper, the scanner projection is modelled via the intersecting lengths between each ray (exhibited from the source to the detector elements) with the scanned image voxels, which are evaluated using the classical Siddon’s algorithm to generate the system matrix, H . This is a prerequisite to perform various iterative reconstruction methods, which involves solving the inverse problem arising from the linear equation: S = H· I; where S is the projections produced from the image, I. Due to the ‘cone-beam geometry’ along the z -axis, the effective field-of-view (FOV) with voxel dimensions (0.4×0.4×0.4) mm 3 is 512×512×32 voxels. The scanner model is demonstrated by reconstructing an image from simulated projections using the analytic Feldkamp-Davis-Kress (FDK) method against basic iterative image reconstruction methods. (paper)

  7. Isoproterenol effects evaluated in heart slices of human and rat in comparison to rat heart in vivo

    International Nuclear Information System (INIS)

    Herrmann, Julia E.; Heale, Jason; Bieraugel, Mike; Ramos, Meg; Fisher, Robyn L.; Vickers, Alison E.M.

    2014-01-01

    Human response to isoproterenol induced cardiac injury was evaluated by gene and protein pathway changes in human heart slices, and compared to rat heart slices and rat heart in vivo. Isoproterenol (10 and 100 μM) altered human and rat heart slice markers of oxidative stress (ATP and GSH) at 24 h. In this in vivo rat study (0.5 mg/kg), serum troponin concentrations increased with lesion severity, minimal to mild necrosis at 24 and 48 h. In the rat and the human heart, isoproterenol altered pathways for apoptosis/necrosis, stress/energy, inflammation, and remodeling/fibrosis. The rat and human heart slices were in an apoptotic phase, while the in vivo rat heart exhibited necrosis histologically and further progression of tissue remodeling. In human heart slices genes for several heat shock 70 kD members were altered, indicative of stress to mitigate apoptosis. The stress response included alterations in energy utilization, fatty acid processing, and the up-regulation of inducible nitric oxide synthase, a marker of increased oxidative stress in both species. Inflammation markers linked with remodeling included IL-1α, Il-1β, IL-6 and TNFα in both species. Tissue remodeling changes in both species included increases in the TIMP proteins, inhibitors of matrix degradation, the gene/protein of IL-4 linked with cardiac fibrosis, and the gene Ccl7 a chemokine that induces collagen synthesis, and Reg3b a growth factor for cardiac repair. This study demonstrates that the initial human heart slice response to isoproterenol cardiac injury results in apoptosis, stress/energy status, inflammation and tissue remodeling at concentrations similar to that in rat heart slices. - Highlights: • Human response to isoproterenol induced cardiac injury evaluated in heart slices. • Isoproterenol altered apoptosis, energy, inflammation and remodeling pathways. • Human model verified by comparison to rat heart slices and rat heart in vivo. • Human and rat respond to isoproterenol

  8. Abscisic Acid Accumulation in Spinach Leaf Slices in the Presence of Penetrating and Nonpenetrating Solutes 1

    Science.gov (United States)

    Creelman, Robert A.; Zeevaart, Jan A. D.

    1985-01-01

    Abscisic acid (ABA) accumulated in detached, wilted leaves of spinach (Spinacia oleracea L. cv Savoy Hybrid 612) and reached a maximum level within 3 to 4 hours. The increase in ABA over that found in detached turgid leaves was approximately 10-fold. The effects of water stress could be mimicked by the use of thin slices of spinach leaves incubated in the presence of 0.6 molar mannitol, a compound which causes plasmolysis (loss of turgor). About equal amounts of ABA were found both in the leaf slices and in detached leaves, whereas 2 to 4 times more ABA accumulated in the medium than in the slices. When spinach leaf slices were incubated with ethylene glycol, a compound which rapidly penetrates the cell membrane causing a decrease in the osmotic potential of the tissue and only transient loss of turgor, no ABA accumulated. Ethylene glycol was not inhibitory with respect to ABA accumulation. Spinach leaf slices incubated in both ethylene glycol and mannitol had ABA levels similar to those found when slices were incubated with mannitol alone. Increases similar to those found with mannitol also occurred when Aquacide III, a highly purified form of polyethylene glycol, was used. Aquacide III causes cytorrhysis, a situation similar to that found in wilted leaves. Thus, it appears that loss of turgor is essential for ABA accumulation. When spinach leaf slices were incubated with solutes which are supposed to disturb membrane integrity (KHSO3, 2-propanol, or KCl) no increase in ABA was observed. These data indicate that, with respect to the accumulation of ABA, mannitol caused a physical stress (loss of turgor) rather than a chemical stress (membrane damage). PMID:16664022

  9. Evaluation of the possibility to use thick slabs of reconstructed outer breast tomosynthesis slice images

    Science.gov (United States)

    Petersson, Hannie; Dustler, Magnus; Tingberg, Anders; Timberg, Pontus

    2016-03-01

    The large image volumes in breast tomosynthesis (BT) have led to large amounts of data and a heavy workload for breast radiologists. The number of slice images can be decreased by combining adjacent image planes (slabbing) but the decrease in depth resolution can considerably affect the detection of lesions. The aim of this work was to assess if thicker slabbing of the outer slice images (where lesions seldom are present) could be a viable alternative in order to reduce the number of slice images in BT image volumes. The suggested slabbing (an image volume with thick outer slabs and thin slices between) were evaluated in two steps. Firstly, a survey of the depth of 65 cancer lesions within the breast was performed to estimate how many lesions would be affected by outer slabs of different thicknesses. Secondly, a selection of 24 lesions was reconstructed with 2, 6 and 10 mm slab thickness to evaluate how the appearance of lesions located in the thicker slabs would be affected. The results show that few malignant breast lesions are located at a depth less than 10 mm from the surface (especially for breast thicknesses of 50 mm and above). Reconstruction of BT volumes with 6 mm slab thickness yields an image quality that is sufficient for lesion detection for a majority of the investigated cases. Together, this indicates that thicker slabbing of the outer slice images is a promising option in order to reduce the number of slice images in BT image volumes.

  10. Slicing Cuts on Food Materials Using Robotic-Controlled Razor Blade

    Directory of Open Access Journals (Sweden)

    Debao Zhou

    2011-01-01

    Full Text Available Cutting operations using blades can arise in a number of industries, for example, food processing industry, in which cheese, fruit and vegetable, even meat, are involved. Certain questions will rise during these works, such as “why pressing-and-slicing cuts use less force than pressing-only cuts” and “how is the influence of the blade cutting-edge on force”. To answer these questions, this research developed a mathematical expression of the cutting stress tensor. Based on the analysis of the stress tensor on the contact surface, the influence of the blade edge-shape and slicing angle on the resultant cutting force were formulated and discussed. These formulations were further verified using experimental results by robotic cutting of potatoes. Through studying the change of the cutting force, the optimal slicing angle can be obtained in terms of maximum feeding distance and minimum cutting force. Based on the blade sharpness properties and the specific materials, the required cutting force can be predicted. These formulation and experimental results explained the basic theory of blade cutting fracture and further provided the support to optimize the cutting mechanism design and to develop the force control algorithms for the automation of blade cutting operations.

  11. Errors during MRT measurements of the left ventricular volume using a multi-slice technique

    International Nuclear Information System (INIS)

    Pitton, M.B.; Just, M.; Grebe, P.; Kreitner, K.F.; Erbel, R.; Thelen, M.

    1992-01-01

    A multi-slice technique for MRT measurements of the left ventricular volume is much faster than the use of single-slice methods and is therefore better tolerated, leaving time for additional measurements. The end-diastolic left ventricular volume can be reliably measured by this method (123.3±13.5 ml vs. 124.1±ml). The end-systolic volume is consistently overestimated by 23.7±18,3% compared with the reference value obtained by single slice measurements (47.9±8.9 ml vs 39.1±7.9 ml). Correspondingly, stroke volume and ejection fraction is underestimated on average by 10.6±9.7% and 10.6±7.6% respectively). (orig.) [de

  12. Time-slicing subsystem of the biology small-angle x-ray scattering station at the National Synchrotron Light Source

    International Nuclear Information System (INIS)

    Stubblefield, F.W.

    1985-11-01

    The time-slicing subsystem of the Biology Small-Angle X-ray Scattering divides the time period during which the data for small-angle x-ray diffraction patterns from biological samples is collected into time slices (or frames). The subsystem, being part of a multiprocessor experiment control and data acquisition system, has its own dedicated processor; it also has special-purpose front-end electronics sufficient to generate the gating and other control signals required to produce a sequence of as many as 256 time slices, measured with a basic time unit of 1 μsec. The electronics also synchronizes with execution of the time slice sequence the application of stimuli to the biological sample, the measurement of voltages generated by the sample, and the application of auxiliary device trigger pulses and routes detector data and auxiliary scaler data into appropriate time-slice-indexed buffers in a large external data memory array. The structure of the entire experiment control and data acquisition system is briefly reviewed. Details of the structure and operation of the time slice subsystem are presented. 7 refs., 5 figs

  13. Language-based support for service oriented architectures

    DEFF Research Database (Denmark)

    Giambiagi, Pablo; Owe, Olaf; Ravn, Anders Peter

    2006-01-01

    The fast evolution of the Internet has popularized service-oriented architectures (SOA) with their promise of dynamic IT-supported inter-business collaborations. Yet this popularity does not reflect on the number of actual applications using the architecture. Programming models in use today make...... a poor match for the distributed, loosely-coupled, document-based nature of SOA. The gap is actually increasing. For example, interoperability between different organizations, requires contracts to reduce risks. Thus, high-level models of contracts are making their way into service-oriented architectures......, but application developers are still left to their own devices when it comes to writing code that will comply with a contract. This paper surveys existing and future directions regarding language-based solutions to the above problem....

  14. Effects of metal ions on agonist-stimulated accumulation of inositol phosphates in hippocampal and cortical slices

    International Nuclear Information System (INIS)

    Bonner, M.J.; Tilson, H.A.

    1990-01-01

    [ 3 H]-inositol was incorporated into rat hippocampal or cortical slices. Zinc chloride and three different forms of inorganic lead compounds, lead chloride, lead nitrate, and lead acetate were used to stimulate PI metabolism at concentrations between 10 -15 and 10 -9 M. At these concentrations, these metal ions did not produce any significant stimulation of IP release. In birth hippocampal and cortical slices, carbachol produced equal levels of IP release. Norepinephrine (NE) produced a 10-15% higher stimulation than carbachol. When the metal ions were added to hippocampal slices together with the agonists, there was a general suppression of carbachol- or NE-induced IP release. This general suppression was not observed in cortical slices. These data suggest that the trace metals used inhibit agonist-induced second messenger release in the hippocampus

  15. Microbial growth and sensory quality of dried potato slices irradiated by electrons

    International Nuclear Information System (INIS)

    Kim, Hyun-Jin; Song, Hyeon-Jeong; Song, Kyung-Bin

    2011-01-01

    Electron beam irradiation was applied to secure the microbial safety of dried purple sweet potato. After purple sweet potato slices had been dehydrated with 20% (w/w) maltodextrin solution, the samples were irradiated at doses 2, 4, 6, 8, and 10 kGy and then stored at 20 o C for 60 days. Microbiological data indicated that the populations of total aerobic bacteria and of yeast and molds significantly decreased with increase in irradiation dosage. Specifically, microbial load was reduced by about three log cycles at 6 kGy compared to those of the control. Based on the color measurement of the potato slices, electron beam irradiation treatment did not affect the color quality. Sensory evaluation results also showed that electron beam irradiation did not affect overall sensory scores during storage. These results suggest that electron beam irradiation could be useful for improving microbial safety without impairing the quality of the potato slices during storage.

  16. Optimization and mathematical modeling in computer architecture

    CERN Document Server

    Sankaralingam, Karu; Nowatzki, Tony

    2013-01-01

    In this book we give an overview of modeling techniques used to describe computer systems to mathematical optimization tools. We give a brief introduction to various classes of mathematical optimization frameworks with special focus on mixed integer linear programming which provides a good balance between solver time and expressiveness. We present four detailed case studies -- instruction set customization, data center resource management, spatial architecture scheduling, and resource allocation in tiled architectures -- showing how MILP can be used and quantifying by how much it outperforms t

  17. Project on Social Architecture in Education. Final Report. Part III: Case Studies. Chapter 9: Arts Co-op: An Experimental High School Program.

    Science.gov (United States)

    Sullivan, Ellen Wahl

    This document contains chapter 9 of the final report of the Project on Social Architecture in Education. Chapter 9 is about a regional experimental high school program for the arts. Several features distinguished Arts Co-op from the other schools in the study. For one, it was a special purpose school, focused on the arts, and not offering a…

  18. Exposure (mAs) optimisation of a multi-detector CT protocol for hepatic lesion detection: are thinner slices better?

    International Nuclear Information System (INIS)

    Dobeli, Karen L.; Lewis, Sarah J.; Meikle, Steven R.; Brennan, Patrick C.; Thiele, David L.

    2014-01-01

    The purpose of this work was to determine the exposure-optimised slice thickness for hepatic lesion detection with CT. A phantom containing spheres (diameter 9.5, 4.8 and 2.4mm) with CT density 10 HU below the background (50 HU) was scanned at 125, 100, 75 and 50 mAs. Data were reconstructed at 5-, 3- and 1-mm slice thicknesses. Noise, contrast-to-noise ratio (CNR), area under the curve (AUC) as calculated using receiver operating characteristic analysis and sensitivity representing lesion detection were calculated and compared. Compared with the 125 mAs/5mm slice thickness setting, significant reductions in AUC were found for 75 mAs (P<0.01) and 50 mAs (P<0.05) at 1- and 3-mm thicknesses, respectively; sensitivity for the 9.5-mm sphere was significantly reduced for 75 (P<0.05) and 50 mAs (P<0.01) at 1-mm thickness; sensitivity for the 4.8-mm sphere was significantly lower for 100, 75 and 50 mAs at all three slice thicknesses (P<0.05). The 2.4-mm sphere was rarely detected. At each slice thickness, noise at 100, 75 and 50 mAs exposures was approximately 10, 30 and 50% higher, respectively, than that at 125 mAs exposure. CNRs decreased in an irregular manner with reductions in exposure and slice thickness. This study demonstrated no advantage to using slices below 5mm thickness, and consequently thinner slices are not necessarily better.

  19. Robust Transmission of H.264/AVC Streams Using Adaptive Group Slicing and Unequal Error Protection

    Science.gov (United States)

    Thomos, Nikolaos; Argyropoulos, Savvas; Boulgouris, Nikolaos V.; Strintzis, Michael G.

    2006-12-01

    We present a novel scheme for the transmission of H.264/AVC video streams over lossy packet networks. The proposed scheme exploits the error-resilient features of H.264/AVC codec and employs Reed-Solomon codes to protect effectively the streams. A novel technique for adaptive classification of macroblocks into three slice groups is also proposed. The optimal classification of macroblocks and the optimal channel rate allocation are achieved by iterating two interdependent steps. Dynamic programming techniques are used for the channel rate allocation process in order to reduce complexity. Simulations clearly demonstrate the superiority of the proposed method over other recent algorithms for transmission of H.264/AVC streams.

  20. Application of 2 mm thin-slice scanning with bone algorithm on conventional CT in diagnosis of the pulmonary diseases

    International Nuclear Information System (INIS)

    Zhang Xianheng; Li Xiuhua; Wang Fenghua

    2004-01-01

    Objective: To evaluate the value of 2 mm thin-slice conventional CT scan with bone algorithm in diagnosis and differential diagnosis in the pulmonary diseases. Methods: In total 135 cases of the pulmonary diseases were routinely scanned by conventional scan, 10 mm per slice, with standard algorithm, then the 2 mm thin-slice scan with bone algorithm was performed at the interested region of the lungs. Result: According to the comparative study of the CT signs between 10 mm slice scan with standard algorithm and 2 mm thin-slice scan with bone algorithm, the latter was better on displaying the pulmonary axial interstium, intralobular septum, subpleura lines, honeycombing, 2-5 mm nodulars and anomalies of bronchial wall. Conclusion: According to the study of 135 cases, 2 mm thin-slice scan with bone algorithm is superior to 10 mm slice scan with standard algorithm in demonstrating the pulmonary lesions. It has a similar value with high-resolution spiral CT in the diagnosis of the pulmonary solitary or diffuse nodules, pulmonary diffuse interstitial lesions and the lesions of the airway. It is practical and advisable in the community hospital

  1. Colour behaviour on mango ( Mangifera indica ) slices self ...

    African Journals Online (AJOL)

    The effect of the syrup composition on behaviour colour of self stabilized mango slices in glass jars by hurdle technology during 180 days of storage was studied through 26-2 fractional factorial design. L* (lightness), a* (redness and greenness), and b* (yellowness and blueness) values were measured with a colorimeter ...

  2. Reference Architecture for Multi-Layer Software Defined Optical Data Center Networks

    Directory of Open Access Journals (Sweden)

    Casimer DeCusatis

    2015-09-01

    Full Text Available As cloud computing data centers grow larger and networking devices proliferate; many complex issues arise in the network management architecture. We propose a framework for multi-layer; multi-vendor optical network management using open standards-based software defined networking (SDN. Experimental results are demonstrated in a test bed consisting of three data centers interconnected by a 125 km metropolitan area network; running OpenStack with KVM and VMW are components. Use cases include inter-data center connectivity via a packet-optical metropolitan area network; intra-data center connectivity using an optical mesh network; and SDN coordination of networking equipment within and between multiple data centers. We create and demonstrate original software to implement virtual network slicing and affinity policy-as-a-service offerings. Enhancements to synchronous storage backup; cloud exchanges; and Fibre Channel over Ethernet topologies are also discussed.

  3. Defining The Energy Saving Potential of Architectural Design

    DEFF Research Database (Denmark)

    Naboni, Emanuele; Malcangi, Antonio; Zhang, Yi

    2015-01-01

    Designers, in response to codes or voluntary " green building " programs, are increasingly concerned with building energy demand reduction, but they are not fully aware of the energy saving potential of architectural design. According to literature, building form, construction and material choices...... on sustainable design: " Design With Climate " by Olgyay (1963), which discussed strategies for climate-adapted architecture, and Lechner´s " Heating, Cooling and Lighting " (1991), on how to reduce building energy needs by as much as 60 – 80 percent with proper architectural design decisions. Both books used...... behaviour. The research shows the best solution for each of the climates and compares them with Olgyay´s findings. Finally, for each climate the energy saving potential is defined and then compared to Lechner's conclusions. Defining The Energy Saving Potential of Architectural Design (PDF Download Available...

  4. Regulation of dopamine synthesis and release in striatal and prefrontal cortical brain slices

    International Nuclear Information System (INIS)

    Wolf, M.E.

    1986-01-01

    Brain slices were used to investigate the role of nerve terminal autoreceptors in modulating dopamine (DA) synthesis and release in striatum and prefrontal cortex. Accumulation of dihydroxyphenylalanine (DOPA) was used as an index of tyrosine hydroxylation in vitro. Nomifensine, a DA uptake blocker, inhibited DOPA synthesis in striatal but not prefrontal slices. This effect was reversed by the DA antagonist sulpiride, suggesting it involved activation of DA receptors by elevated synaptic levels of DA. The autoreceptor-selective agonist EMD-23-448 also inhibited striatal but not prefrontal DOPA synthesis. DOPA synthesis was stimulated in both brain regions by elevated K + , however only striatal synthesis could be further enhanced by sulpiride. DA release was measured by following the efflux of radioactivity from brain slices prelabeled with [ 3 H]-DA. EMD-23-448 and apomorphine inhibited, while sulpiride enhanced, the K + -evoked overflow of radioactivity from both striatal and prefrontal cortical slices. These findings suggest that striatal DA nerve terminals possess autoreceptors which modulate tyrosine hydroxylation as well as autoreceptors which modulate release. Alternatively, one site may be coupled to both functions through distinct transduction mechanisms. In contrast, autoreceptors on prefrontal cortical terminals appear to regulate DA release but not DA synthesis

  5. The energy demand of fast neuronal network oscillations: insights from brain slice preparations

    Directory of Open Access Journals (Sweden)

    Oliver eKann

    2012-01-01

    Full Text Available Fast neuronal network oscillations in the gamma range (30-100 Hz in the cerebral cortex have been implicated in higher cognitive functions such as sensual perception, working memory, and, perhaps, consciousness. However, little is known about the energy demand of gamma oscillations. This is mainly caused by technical limitations that are associated with simultaneous recordings of neuronal activity and energy metabolism in small neuronal networks and at the level of mitochondria in vivo. Thus recent studies have focused on brain slice preparations to address the energy demand of gamma oscillations in vitro. Here, reports will be summarized and discussed that combined electrophysiological recordings, oxygen sensor microelectrodes and live-cell fluorescence imaging in acutely prepared slices and organotypic slice cultures of the hippocampus from both, mouse and rat. These reports consistently show that gamma oscillations can be reliably induced in hippocampal slice preparations by different pharmacological tools. They suggest that gamma oscillations are associated with high energy demand, requiring both rapid adaptation of oxidative energy metabolism and sufficient supply with oxygen and nutrients. These findings might help to explain the exceptional vulnerability of higher cognitive functions during pathological processes of the brain, such as circulatory disturbances, genetic mitochondrial diseases, and neurodegeneration.

  6. The Slice Algorithm For Irreducible Decomposition of Monomial Ideals

    DEFF Research Database (Denmark)

    Roune, Bjarke Hammersholt

    2009-01-01

    Irreducible decomposition of monomial ideals has an increasing number of applications from biology to pure math. This paper presents the Slice Algorithm for computing irreducible decompositions, Alexander duals and socles of monomial ideals. The paper includes experiments showing good performance...

  7. Buildings, Beauty, and the Brain: A Neuroscience of Architectural Experience.

    Science.gov (United States)

    Coburn, Alex; Vartanian, Oshin; Chatterjee, Anjan

    2017-09-01

    A burgeoning interest in the intersection of neuroscience and architecture promises to offer biologically inspired insights into the design of spaces. The goal of such interdisciplinary approaches to architecture is to motivate construction of environments that would contribute to peoples' flourishing in behavior, health, and well-being. We suggest that this nascent field of neuroarchitecture is at a pivotal point in which neuroscience and architecture are poised to extend to a neuroscience of architecture. In such a research program, architectural experiences themselves are the target of neuroscientific inquiry. Here, we draw lessons from recent developments in neuroaesthetics to suggest how neuroarchitecture might mature into an experimental science. We review the extant literature and offer an initial framework from which to contextualize such research. Finally, we outline theoretical and technical challenges that lie ahead.

  8. Comparison of MRI fast SPGR single slice scan and continuous dynamic scan in patients with obstructive sleep apnea-hypopnea syndrome

    Energy Technology Data Exchange (ETDEWEB)

    Zhang Xinyu [Department of Radiology, Medical School Hospital of Qingdao University, 16 Jiangsu Road, Qingdao 266003 (China)], E-mail: myginny2@sina.com; Yang Xue [Department of Radiology, Medical School Hospital of Qingdao University, 16 Jiangsu Road, Qingdao 266003 (China)], E-mail: yangxueqyfy@126.com; Hua Hui [Department of Otorhinolaryngology-Head and Neck Surgery, Medical School Hospital of Qingdao University, Qingdao (China)], E-mail: huahuisky@163.com; Chen Jingjing [Department of Radiology, Medical School Hospital of Qingdao University, 16 Jiangsu Road, Qingdao 266003 (China)], E-mail: chenjingjingsky@126.com

    2009-07-15

    Objective: To evaluate the application value of MRI fast SPGR single slice scan in patients with obstructive sleep apnea-hypopnea syndrome when comparing the images between fast SPGR single slice scan and continuous dynamic scan. Methods: Eighteen patients with obstructive sleep apnea-hypopnea syndrome were examined by fast SPGR single slice scan and continuous dynamic scan in turn. Fast SPGR single slice scans were conducted when the phases of apnea, inspiration and expiration appeared on the respiratory wave of the subjects. Fast SPGR continuous dynamic scans were conducted when the patients were awake and apneic. The scan planes were median sagittal plane and axial planes (the slice of middle part of palate, the slice of inferior part of palate, the slice of middle part of lingual root and the slice of 0.5 cm beneath the free margin of epiglottis). The obstructed sites and the cross-sectional areas of upper airway were compared between the two scan methods. Results: Seven cases showed complete obstruction at the narrowest sites of upper airway when apnea appeared; eleven cases showed marked decrease in cross-sectional areas at the narrowest sites compared with the areas when the patients were awake; two cases manifested multiple narrowness. The obstructed sites showed by the two scan methods were same. The difference of the cross-sectional areas of upper airway between the two scan methods was insignificant (P > 0.05). Conclusion: Fast SPGR single slice scan can accurately reflect the obstructed sites of upper airway when the breath breaks off and is the complementary method of continuous dynamic scan. Sometimes, single slice scan can replace continuous dynamic scan.

  9. Three-dimensional electrode array for brain slice culture

    DEFF Research Database (Denmark)

    Vazquez Rodriguez, Patricia

    Multielektroder arrays (MEA) er rækker af elektroder mest i mikrometer størrelse, som er blevet brugt i stor omfang til at stimulere og måle elektrisk aktivitet fra neuronale netværker. Brug af disse for at analysere hjerne slices (hjerneskiver) kan give indsigt i interaktioner mellem neuroner, e...

  10. Two-dimensional systolic-array architecture for pixel-level vision tasks

    Science.gov (United States)

    Vijverberg, Julien A.; de With, Peter H. N.

    2010-05-01

    This paper presents ongoing work on the design of a two-dimensional (2D) systolic array for image processing. This component is designed to operate on a multi-processor system-on-chip. In contrast with other 2D systolic-array architectures and many other hardware accelerators, we investigate the applicability of executing multiple tasks in a time-interleaved fashion on the Systolic Array (SA). This leads to a lower external memory bandwidth and better load balancing of the tasks on the different processing tiles. To enable the interleaving of tasks, we add a shadow-state register for fast task switching. To reduce the number of accesses to the external memory, we propose to share the communication assist between consecutive tasks. A preliminary, non-functional version of the SA has been synthesized for an XV4S25 FPGA device and yields a maximum clock frequency of 150 MHz requiring 1,447 slices and 5 memory blocks. Mapping tasks from video content-analysis applications from literature on the SA yields reductions in the execution time of 1-2 orders of magnitude compared to the software implementation. We conclude that the choice for an SA architecture is useful, but a scaled version of the SA featuring less logic with fewer processing and pipeline stages yielding a lower clock frequency, would be sufficient for a video analysis system-on-chip.

  11. A Novel Architectural Concept for Enhanced 5G Network Facilities

    Directory of Open Access Journals (Sweden)

    Chochliouros Ioannis P.

    2017-01-01

    Full Text Available The 5G ESSENCE project’s context is based on the concept of Edge Cloud Computing and Small Cell-as-a-Service (SCaaS -as both have been previously identified in the SESAME 5G-PPP project of phase 1- and further “promotes” their role and/or influences within the related 5G vertical markets. 5G ESSENCE’s core innovation is focused upon the development/provision of a highly flexible and scalable platform, offering benefits to the involved market actors. The present work identifies a variety of challenges to be fulfilled by the 5G ESSENCE, in the scope of an enhanced architectural framework. The proposed technical approach exploits the profits of the centralization of Small Cell functions as scale grows through an edge cloud environment, based on a two-tier architecture with the first distributed tier being for offering low latency services and the second centralized tier being for the provision of high processing power for computing-intensive network applications. This permits decoupling the control and user planes of the Radio Access Network (RAN and achieving the advantages of Cloud-RAN without the enormous fronthaul latency restrictions. The use of end-to-end network slicing mechanisms allows for sharing the related infrastructure among multiple operators/vertical industries and customizing its capabilities on a per-tenant basis, creating a neutral host market and reducing operational costs.

  12. Methods to induce primary and secondary traumatic damage in organotypic hippocampal slice cultures.

    Science.gov (United States)

    Adamchik, Y; Frantseva, M V; Weisspapir, M; Carlen, P L; Perez Velazquez, J L

    2000-04-01

    Organotypic brain slice cultures have been used in a variety of studies on neurodegenerative processes [K.M. Abdel-Hamid, M. Tymianski, Mechanisms and effects of intracellular calcium buffering on neuronal survival in organotypic hippocampal cultures exposed to anoxia/aglycemia or to excitotoxins, J. Neurosci. 17, 1997, pp. 3538-3553; D.W. Newell, A. Barth, V. Papermaster, A.T. Malouf, Glutamate and non-glutamate receptor mediated toxicity caused by oxygen and glucose deprivation in organotypic hippocampal cultures, J. Neurosci. 15, 1995, pp. 7702-7711; J.L. Perez Velazquez, M.V. Frantseva, P.L. Carlen, In vitro ischemia promotes glutamate mediated free radical generation and intracellular calcium accumulation in pyramidal neurons of cultured hippocampal slices, J. Neurosci. 23, 1997, pp. 9085-9094; L. Stoppini, L.A. Buchs, D. Muller, A simple method for organotypic cultures of nervous tissue, J. Neurosci. Methods 37, 1991, pp. 173-182; R.C. Tasker, J.T. Coyle, J.J. Vornov, The regional vulnerability to hypoglycemia induced neurotoxicity in organotypic hippocampal culture: protection by early tetrodotoxin or delayed MK 801, J. Neurosci. 12, 1992, pp. 4298-4308.]. We describe two methods to induce traumatic cell damage in hippocampal organotypic cultures. Primary trauma injury was achieved by rolling a stainless steel cylinder (0.9 g) on the organotypic slices. Secondary injury was followed after dropping a weight (0.137 g) on a localised area of the organotypic slice, from a height of 2 mm. The time course and extent of cell death were determined by measuring the fluorescence of the viability indicator propidium iodide (PI) at several time points after the injury. The initial localised impact damage spread 24 and 67 h after injury, cell death being 25% and 54%, respectively, when slices were kept at 37 degrees C. To validate these methods as models to assess neuroprotective strategies, similar insults were applied to slices at relatively low temperatures (30

  13. Information Architecture as Reflected in Classrooms.

    Science.gov (United States)

    Zhang, Xiangmin; Strand, Linda; Fisher, Nancy; Kneip, Jason; Ayoub, Olga

    2002-01-01

    Explores information architecture curricula at North American universities based on an analysis of 40 course descriptions available on the Web. Academic disciplines related to IA education include library and information science, information technology, business administration, literature, arts, and design as well as continuing education programs.…

  14. A novel method for oxygen glucose deprivation model in organotypic spinal cord slices.

    Science.gov (United States)

    Liu, Jing-Jie; Ding, Xiao-Yan; Xiang, Li; Zhao, Feng; Huang, Sheng-Li

    2017-10-01

    This study aimed to establish a model to closely mimic spinal cord hypoxic-ischemic injury with high production and high reproducibility. Fourteen-day cultured organotypic spinal cord slices were divided into 4 groups: control (Ctrl), oxygen glucose deprived for 30min (OGD 30min), OGD 60min, and OGD 120min. The Ctrl slices were incubated with 1ml propidium iodide (PI) solution (5μg/ml) for 30min. The OGD groups were incubated with 1ml glucose-free DMEM/F12 medium and 5μl PI solution (1mg/ml) for 30min, 60min and 120min, respectively. Positive control slice was fixed by 4% paraformaldehyde for 20min. The culture medium in each group was then collected and the Lactate Dehydrogenase (LDH) level in the medium was tested using Multi-Analyte ELISArray kits. Structure and refraction of the spinal cord slices were observed by light microscope. Fluorescence intensity of PI was examined by fluorescence microscopy and was tested by IPP Software. Morphology of astrocytes was observed by immunofluorescence histochemistry. Caspase 3 and caspase 3 active in different groups were tested by Western blot. In the OGD groups, the refraction of spinal cord slices decreased and the structure was unclear. The changes of refraction and structure in the OGD 120min group were similar to that in the positive control slice. Astrocyte morphology changed significantly. With the increase of OGD time, processes became thick and twisted, and nuclear condensations became more apparent. Obvious changes in morphology were observed in the OGD 60min group, and normal morphology disappeared in the OGD 120min group. Fluorescence intensity of PI increased along with the extension of OGD time. The difference was significant between 30min and 60min, but not significant between 60min and 120min. The intensity at OGD 120min was close to that in the positive control. Compare with the Ctrl group, the OGD groups had significantly higher LDH levels and caspase 3 active/caspase 3 ratios. The values increased

  15. A Unified Approach to Diffusion Direction Sensitive Slice Registration and 3-D DTI Reconstruction From Moving Fetal Brain Anatomy

    DEFF Research Database (Denmark)

    Hansen, Mads Fogtmann; Seshamani, Sharmishtaa; Kroenke, Christopher

    2014-01-01

    to the underlying anatomy. Previous image registration techniques have been described to estimate the between slice fetal head motion, allowing the reconstruction of 3D a diffusion estimate on a regular grid using interpolation. We propose Approach to Unified Diffusion Sensitive Slice Alignment and Reconstruction...... (AUDiSSAR) that explicitly formulates a process for diffusion direction sensitive DW-slice-to-DTI-volume alignment. This also incorporates image resolution modeling to iteratively deconvolve the effects of the imaging point spread function using the multiple views provided by thick slices acquired...

  16. Recent developments in multi-wire fixed abrasive slicing technique (FAST). [for low cost silicon wafer production from ingots

    Science.gov (United States)

    Schmid, F.; Khattak, C. P.; Smith, M. B.; Lynch, L. D.

    1982-01-01

    Slicing is an important processing step for all technologies based on the use of ingots. A comparison of the economics of three slicing techniques shows that the fixed abrasive slicing technique (FAST) is superior to the internal diameter (ID) and the multiblade slurry (MBS) techniques. Factors affecting contact length are discussed, taking into account kerf width, rocking angle, ingot size, and surface speed. Aspects of blade development are also considered. A high concentration of diamonds on wire has been obtained in wire packs usd for FAST slicing. The material removal rate was found to be directly proportional to the pressure at the diamond tips.

  17. The new landscape of parallel computer architecture

    International Nuclear Information System (INIS)

    Shalf, John

    2007-01-01

    The past few years has seen a sea change in computer architecture that will impact every facet of our society as every electronic device from cell phone to supercomputer will need to confront parallelism of unprecedented scale. Whereas the conventional multicore approach (2, 4, and even 8 cores) adopted by the computing industry will eventually hit a performance plateau, the highest performance per watt and per chip area is achieved using manycore technology (hundreds or even thousands of cores). However, fully unleashing the potential of the manycore approach to ensure future advances in sustained computational performance will require fundamental advances in computer architecture and programming models that are nothing short of reinventing computing. In this paper we examine the reasons behind the movement to exponentially increasing parallelism, and its ramifications for system design, applications and programming models

  18. The new landscape of parallel computer architecture

    Energy Technology Data Exchange (ETDEWEB)

    Shalf, John [NERSC Division, Lawrence Berkeley National Laboratory 1 Cyclotron Road, Berkeley California, 94720 (United States)

    2007-07-15

    The past few years has seen a sea change in computer architecture that will impact every facet of our society as every electronic device from cell phone to supercomputer will need to confront parallelism of unprecedented scale. Whereas the conventional multicore approach (2, 4, and even 8 cores) adopted by the computing industry will eventually hit a performance plateau, the highest performance per watt and per chip area is achieved using manycore technology (hundreds or even thousands of cores). However, fully unleashing the potential of the manycore approach to ensure future advances in sustained computational performance will require fundamental advances in computer architecture and programming models that are nothing short of reinventing computing. In this paper we examine the reasons behind the movement to exponentially increasing parallelism, and its ramifications for system design, applications and programming models.

  19. Self-Assembly of Hierarchical DNA Nanotube Architectures with Well-Defined Geometries.

    Science.gov (United States)

    Jorgenson, Tyler D; Mohammed, Abdul M; Agrawal, Deepak K; Schulman, Rebecca

    2017-02-28

    An essential motif for the assembly of biological materials such as actin at the scale of hundreds of nanometers and beyond is a network of one-dimensional fibers with well-defined geometry. Here, we demonstrate the programmed organization of DNA filaments into micron-scale architectures where component filaments are oriented at preprogrammed angles. We assemble L-, T-, and Y-shaped DNA origami junctions that nucleate two or three micron length DNA nanotubes at high yields. The angles between the nanotubes mirror the angles between the templates on the junctions, demonstrating that nanoscale structures can control precisely how micron-scale architectures form. The ability to precisely program filament orientation could allow the assembly of complex filament architectures in two and three dimensions, including circuit structures, bundles, and extended materials.

  20. X-radiography of slices of the Allende Meteorite

    Science.gov (United States)

    Smith, M. J.; Anderson, J. B.; Heymann, D.

    1984-01-01

    A 2.2 kg fragment of the Allende Meteorite was derinded and sliced by bandsawing. Several X-radiographs were made of all slices. The following features are resolved: grains of blocky troilite (bright spots), troilite rimmed chondrules (bright halos), chondrules with central vugs (dim halos), white aggregates (dark patches), and dark inclusions (medium dark patches). The number of FeS grains larger than about 0.5 mm is one per 6 + or - 1 gram of this fragment. Their concentration appears to be uniform at the 1 kg weight level, but is not uniform at the 100 g level. The number of FeS rimmed chondrules is one per 10 g. Their concentration is also nonuniform at the 100 g weight level. The number of white aggregates is roughly one per 20 g. These disc shaped objects show a distinct preferred orientation of the axis orthogonal to the plane of the disc. Chondrules with central vugs are numerous. Linear and curved arrays of chondrules, up to a few cm long, were observed. An interpretation of the observed features is given.

  1. Computer aid in solar architecture

    Energy Technology Data Exchange (ETDEWEB)

    Rosendahl, E W

    1982-02-01

    Among architects the question is being discussed in how far new buildings can be designed in a way to make more economical use of energy by architectural means. Solar houses in the USA are often taken as a model. As yet it is unclear how such measures will affect heat demand in the central European climate and with domestic building materials being used. A computer simulation program is introduced by which these questions can be answered as early as in the stage of planning. The program can be run on a common microcomputersystem.

  2. Architectural prototyping

    DEFF Research Database (Denmark)

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

    2004-01-01

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

  3. Heterogeneous computing architecture for fast detection of SNP-SNP interactions.

    Science.gov (United States)

    Sluga, Davor; Curk, Tomaz; Zupan, Blaz; Lotric, Uros

    2014-06-25

    The extent of data in a typical genome-wide association study (GWAS) poses considerable computational challenges to software tools for gene-gene interaction discovery. Exhaustive evaluation of all interactions among hundreds of thousands to millions of single nucleotide polymorphisms (SNPs) may require weeks or even months of computation. Massively parallel hardware within a modern Graphic Processing Unit (GPU) and Many Integrated Core (MIC) coprocessors can shorten the run time considerably. While the utility of GPU-based implementations in bioinformatics has been well studied, MIC architecture has been introduced only recently and may provide a number of comparative advantages that have yet to be explored and tested. We have developed a heterogeneous, GPU and Intel MIC-accelerated software module for SNP-SNP interaction discovery to replace the previously single-threaded computational core in the interactive web-based data exploration program SNPsyn. We report on differences between these two modern massively parallel architectures and their software environments. Their utility resulted in an order of magnitude shorter execution times when compared to the single-threaded CPU implementation. GPU implementation on a single Nvidia Tesla K20 runs twice as fast as that for the MIC architecture-based Xeon Phi P5110 coprocessor, but also requires considerably more programming effort. General purpose GPUs are a mature platform with large amounts of computing power capable of tackling inherently parallel problems, but can prove demanding for the programmer. On the other hand the new MIC architecture, albeit lacking in performance reduces the programming effort and makes it up with a more general architecture suitable for a wider range of problems.

  4. Architectural communication: Intra and extra activity of architecture

    Directory of Open Access Journals (Sweden)

    Stamatović-Vučković Slavica

    2013-01-01

    Full Text Available Apart from a brief overview of architectural communication viewed from the standpoint of theory of information and semiotics, this paper contains two forms of dualistically viewed architectural communication. The duality denotation/connotation (”primary” and ”secondary” architectural communication is one of semiotic postulates taken from Umberto Eco who viewed architectural communication as a semiotic phenomenon. In addition, architectural communication can be viewed as an intra and an extra activity of architecture where the overall activity of the edifice performed through its spatial manifestation may be understood as an act of communication. In that respect, the activity may be perceived as the ”behavior of architecture”, which corresponds to Lefebvre’s production of space.

  5. Long-term brain slice culturing in a microfluidic platform

    DEFF Research Database (Denmark)

    Vedarethinam, Indumathi; Avaliani, N.; Tønnesen, J.

    2011-01-01

    In this work, we present the development of a transparent poly(methyl methacrylate) (PMMA) based microfluidic culture system for handling long-term brain slice cultures independent of an incubator. The different stages of system development have been validated by culturing GFP producing brain sli...

  6. A sandwich-like differential B-dot based on EACVD polycrystalline diamond slice

    Science.gov (United States)

    Xu, P.; Yu, Y.; Xu, L.; Zhou, H. Y.; Qiu, C. J.

    2018-06-01

    In this article, we present a method of mass production of a standardized high-performance differential B-dot magnetic probe together with the magnetic field measurement in a pulsed current device with the current up to hundreds of kilo-Amperes. A polycrystalline diamond slice produced in an Electron Assisted Chemical Vapor Deposition device is used as the base and insulating material to imprint two symmetric differential loops for the magnetic field measurement. The SP3 carbon bond in the cubic lattice structure of diamond is confirmed by Raman spectra. The thickness of this slice is 20 μm. A gold loop is imprinted onto each surface of the slice by using the photolithography technique. The inner diameter, width, and thickness of each loop are 0.8 mm, 50 μm, and 1 μm, respectively. It provides a way of measuring the pulsed magnetic field with a high spatial and temporal resolution, especially in limited space. This differential magnetic probe has demonstrated a very good common-mode rejection rate through the pulsed magnetic field measurement.

  7. Application of gamma irradiation for the microbiological safety of sliced cheddar cheese

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Hyun Joo; Song, Beom Seok; Kim, Jae Hun; Choi, Jong Ill; Lee, Ju Woon; Byun, Myung Woo [Radiation Research Center for Innovative Technology, Advanced Radiation Technology Institute, Korea Atomic Energy Research Institute, Jeongeup (Korea, Republic of); Jo, Cheo Run [Dept. of Animal Science and Biotechnology, Chungnam National University, Daejeon (Korea, Republic of)

    2007-05-15

    This study was conducted to establish the microbiological safety of sliced cheddar cheese with gamma irradiation. Total aerobic bacteria was 2.50 Log CFUg-1 in non-irradiated sample. No viable cells were observed in the gamma-irradiated at 1 kGy and over. D10 value for Listeria monocytogenes and Staphylococcus aureus inoculated in sliced cheddar cheese were 0.64 and 0.54 kGy, respectively. TBARS (2-thiobarbituric acid reactive substances) values were increased as irradiation dose was increased, but there was no significant difference between nonirradiated and irradiated samples at 1 kGy. Sensory evaluation showed there was no significant difference between samples irradiated at 1 kGy and non-irradiated in respect of color, odor, overall acceptability. Theses results indicated that gamma irradiation at 1 kGy was considered to be an effective treatment to ensure the microbiological safety of sliced cheddar cheese with minimal change of sensory, even though further studies should be investigated to reduce the deterioration of sensory quality induced by gamma irradiation.

  8. A slice through a prototype LHC bending magnet

    CERN Multimedia

    Laurent Guiraud

    1998-01-01

    This slice through a prototype LHC magnet clearly shows the superconducting cable in several blocks around the central hole – the beam pipe in which the LHC’s accelerated beams will travel. Magnet design is crucial to the LHC’s success and this sample is among the first to be built to the final cable configuration.

  9. Collaborative production indicators in information architecture

    Directory of Open Access Journals (Sweden)

    Zayr Claudio Gomes da Silva

    2017-04-01

    Full Text Available Information architecture is considered a strategic domain of collaborative production of Information Science. We describe the conditions of collaborative production in information architecture, considering it a sub-area of the study of Information Science. In order to do so, we specifically address indicators of scientific production that include topics of study, typology and authorship, postgraduate programs and areas to which it is linked, among others. This is an exploratory and descriptive research. The scientific production of the National Meeting of Information Science Research (ENANCIB, from 2003 to 2013, is mapped in the "Network Matters" repository. Bibliometry is used to identify paratextual and textual elements that form evidence of collaborative production in information architecture. We verified the plurality in the academic formation of the researchers that approach information architecture, the sharing of languages, some indications of the disciplinary convergences from the collaboration in coauthorship, as well as a plexus of relations through the indirect citations that represent the sharing of elements Theoretical-methodological approaches in interdisciplinary production. In addition, the academic training of the researchers with the highest productivity index is mainly related to Librarianship and Computer Science. The collaborative production in the information architecture is presented as a multidisciplinary production process, constituting a convergent domain that allows the effectiveness of interdisciplinary practices in Information Science.

  10. Report on architecture description for the INFLO prototype.

    Science.gov (United States)

    2014-01-01

    This report documents the Architecture Description for the implementation of the Intelligent Network Flow Optimization : (INFLO) Prototype bundle within the Dynamic Mobility Applications (DMA) portion of the Connected Vehicle Program. The : intent is...

  11. Modulation of methylmercury uptake by methionine: Prevention of mitochondrial dysfunction in rat liver slices by a mimicry mechanism

    International Nuclear Information System (INIS)

    Roos, Daniel Henrique; Puntel, Robson Luiz; Farina, Marcelo; Aschner, Michael; Bohrer, Denise; Rocha, Joao Batista T.; Vargas Barbosa, Nilda B. de

    2011-01-01

    Methylmercury (MeHg) is an ubiquitous environmental pollutant which is transported into the mammalian cells when present as the methylmercury-cysteine conjugate (MeHg-Cys). With special emphasis on hepatic cells, due to their particular propensity to accumulate an appreciable amount of Hg after exposure to MeHg, this study was performed to evaluate the effects of methionine (Met) on Hg uptake, reactive species (RS) formation, oxygen consumption and mitochondrial function/cellular viability in both liver slices and mitochondria isolated from these slices, after exposure to MeHg or the MeHg-Cys complex. The liver slices were pre-treated with Met (250 μM) 15 min before being exposed to MeHg (25 μM) or MeHg-Cys (25 μM each) for 30 min at 37 o C. The treatment with MeHg caused a significant increase in the Hg concentration in both liver slices and mitochondria isolated from liver slices. Moreover, the Hg uptake was higher in the group exposed to the MeHg-Cys complex. In the DCF (dichlorofluorescein) assay, the exposure to MeHg and MeHg-Cys produced a significant increase in DFC reactive species (DFC-RS) formation only in the mitochondria isolated from liver slices. As observed with Hg uptake, DFC-RS levels were significantly higher in the mitochondria treated with the MeHg-Cys complex compared to MeHg alone. MeHg exposure also caused a marked decrease in the oxygen consumption of liver slices when compared to the control group, and this effect was more pronounced in the liver slices treated with the MeHg-Cys complex. Similarly, the loss of mitochondrial activity/cell viability was greater in liver slices exposed to the MeHg-Cys complex when compared to slices treated only with MeHg. In all studied parameters, Met pre-treatment was effective in preventing the MeHg- and/or MeHg-Cys-induced toxicity in both liver slices and mitochondria. Part of the protection afforded by Met against MeHg may be related to a direct interaction with MeHg or to the competition of Met with

  12. Architectural freedom and industrialized architecture

    DEFF Research Database (Denmark)

    Vestergaard, Inge

    2012-01-01

    to explain that architecture can be thought as a complex and diverse design through customization, telling exactly the revitalized storey about the change to a contemporary sustainable and better performing expression in direct relation to the given context. Through the last couple of years we have...... proportions, to organize the process on site choosing either one room wall components or several rooms wall components – either horizontally or vertically. Combined with the seamless joint the playing with these possibilities the new industrialized architecture can deliver variations in choice of solutions...... for retrofit design. If we add the question of the installations e.g. ventilation to this systematic thinking of building technique we get a diverse and functional architecture, thereby creating a new and clearer story telling about new and smart system based thinking behind architectural expression....

  13. Architectural freedom and industrialized architecture

    DEFF Research Database (Denmark)

    Vestergaard, Inge

    2012-01-01

    to explain that architecture can be thought as a complex and diverse design through customization, telling exactly the revitalized storey about the change to a contemporary sustainable and better performing expression in direct relation to the given context. Through the last couple of years we have...... expression in the specific housing area. It is the aim of this article to expand the different design strategies which architects can use – to give the individual project attitudes and designs with architectural quality. Through the customized component production it is possible to choose different...... for retrofit design. If we add the question of the installations e.g. ventilation to this systematic thinking of building technique we get a diverse and functional architecture, thereby creating a new and clearer story telling about new and smart system based thinking behind architectural expression....

  14. Architectural freedom and industrialised architecture

    DEFF Research Database (Denmark)

    Vestergaard, Inge

    2012-01-01

    Architectural freedom and industrialized architecture. Inge Vestergaard, Associate Professor, Cand. Arch. Aarhus School of Architecture, Denmark Noerreport 20, 8000 Aarhus C Telephone +45 89 36 0000 E-mai l inge.vestergaard@aarch.dk Based on the repetitive architecture from the "building boom" 1960...... customization, telling exactly the revitalized storey about the change to a contemporary sustainable and better performed expression in direct relation to the given context. Through the last couple of years we have in Denmark been focusing a more sustainable and low energy building technique, which also include...... to the building physic problems a new industrialized period has started based on light weight elements basically made of wooden structures, faced with different suitable materials meant for individual expression for the specific housing area. It is the purpose of this article to widen up the different design...

  15. A coverage and slicing dependencies analysis for seeking software security defects.

    Science.gov (United States)

    He, Hui; Zhang, Dongyan; Liu, Min; Zhang, Weizhe; Gao, Dongmin

    2014-01-01

    Software security defects have a serious impact on the software quality and reliability. It is a major hidden danger for the operation of a system that a software system has some security flaws. When the scale of the software increases, its vulnerability has becoming much more difficult to find out. Once these vulnerabilities are exploited, it may lead to great loss. In this situation, the concept of Software Assurance is carried out by some experts. And the automated fault localization technique is a part of the research of Software Assurance. Currently, automated fault localization method includes coverage based fault localization (CBFL) and program slicing. Both of the methods have their own location advantages and defects. In this paper, we have put forward a new method, named Reverse Data Dependence Analysis Model, which integrates the two methods by analyzing the program structure. On this basis, we finally proposed a new automated fault localization method. This method not only is automation lossless but also changes the basic location unit into single sentence, which makes the location effect more accurate. Through several experiments, we proved that our method is more effective. Furthermore, we analyzed the effectiveness among these existing methods and different faults.

  16. Single-slice epicardial fat area measurement. Do we need to measure the total epicardial fat volume?

    International Nuclear Information System (INIS)

    Oyama, Noriko; Goto, Daisuke; Ito, Yoichi M.

    2011-01-01

    The aim of this study was to assess a method for measuring epicardial fat volume (EFV) by means of a single-slice area measurement. We investigated the relation between a single-slice fat area measurement and total EFV. A series of 72 consecutive patients (ages 65±11 years; 36 men) who had undergone cardiac computed tomography (CT) on a 64-slice multidetector scanner with prospective electrocardiographic triggering were retrospectively reviewed. Pixels in the pericardium with a density range from -230 to -30 Hounsfield units were considered fat, giving the per-slice epicardial fat area (EFA). The EFV was estimated by the summation of EFAs multiplied by the slice thickness. We investigated the relation between total EFV and each EFA. EFAs measured at several anatomical landmarks - right pulmonary artery, origins of the left main coronary artery, right coronary artery, coronary sinus - all correlated with the EFV (r=0.77-0.92). The EFA at the LMCA level was highly reproducible and showed an excellent correlation with the EFV (r=0.92). The EFA is significantly correlated with the EFV. The EFA is a simple, quick method for representing the time-consuming EFV, which has been used as a predictive indicator of cardiovascular diseases. (author)

  17. Architecture independent environment for developing engineering software on MIMD computers

    Science.gov (United States)

    Valimohamed, Karim A.; Lopez, L. A.

    1990-01-01

    Engineers are constantly faced with solving problems of increasing complexity and detail. Multiple Instruction stream Multiple Data stream (MIMD) computers have been developed to overcome the performance limitations of serial computers. The hardware architectures of MIMD computers vary considerably and are much more sophisticated than serial computers. Developing large scale software for a variety of MIMD computers is difficult and expensive. There is a need to provide tools that facilitate programming these machines. First, the issues that must be considered to develop those tools are examined. The two main areas of concern were architecture independence and data management. Architecture independent software facilitates software portability and improves the longevity and utility of the software product. It provides some form of insurance for the investment of time and effort that goes into developing the software. The management of data is a crucial aspect of solving large engineering problems. It must be considered in light of the new hardware organizations that are available. Second, the functional design and implementation of a software environment that facilitates developing architecture independent software for large engineering applications are described. The topics of discussion include: a description of the model that supports the development of architecture independent software; identifying and exploiting concurrency within the application program; data coherence; engineering data base and memory management.

  18. Constructing a Computer Model of the Human Eye Based on Tissue Slice Images

    OpenAIRE

    Dai, Peishan; Wang, Boliang; Bao, Chunbo; Ju, Ying

    2010-01-01

    Computer simulation of the biomechanical and biological heat transfer in ophthalmology greatly relies on having a reliable computer model of the human eye. This paper proposes a novel method on the construction of a geometric model of the human eye based on tissue slice images. Slice images were obtained from an in vitro Chinese human eye through an embryo specimen processing methods. A level set algorithm was used to extract contour points of eye tissues while a principle component analysi...

  19. Programming model for distributed intelligent systems

    Science.gov (United States)

    Sztipanovits, J.; Biegl, C.; Karsai, G.; Bogunovic, N.; Purves, B.; Williams, R.; Christiansen, T.

    1988-01-01

    A programming model and architecture which was developed for the design and implementation of complex, heterogeneous measurement and control systems is described. The Multigraph Architecture integrates artificial intelligence techniques with conventional software technologies, offers a unified framework for distributed and shared memory based parallel computational models and supports multiple programming paradigms. The system can be implemented on different hardware architectures and can be adapted to strongly different applications.

  20. On Realism of Architectural Procedural Models

    Czech Academy of Sciences Publication Activity Database

    Beneš, J.; Kelly, T.; Děchtěrenko, Filip; Křivánek, J.; Müller, P.

    2017-01-01

    Roč. 36, č. 2 (2017), s. 225-234 ISSN 0167-7055 Grant - others:AV ČR(CZ) StrategieAV21/14 Program:StrategieAV Institutional support: RVO:68081740 Keywords : realism * procedural modeling * architecture Subject RIV: IN - Informatics, Computer Science OBOR OECD: Cognitive sciences Impact factor: 1.611, year: 2016

  1. GDNF and neublastin protect against NMDA-induced excitotoxicity in hippocampal slice cultures

    DEFF Research Database (Denmark)

    Bonde, C; Kristensen, B W; Blaabjerg, M

    2000-01-01

    -producing HiB5 cells, were added to slice cultures I h before exposure to 10 microM NMDA for 48h. Neuronal cell death was monitored, before and during the NMDA exposure, by densitometric measurements of propidium iodide (PI) uptake and loss of Nissl staining. Both the addition of rhGDNF and NBN......The potential neuroprotective effects of glial cell line-derived neurotrophic factor (GDNF) and neublastin (NBN) against NMDA-induced excitotoxicity were examined in hippocampal brain slice cultures. Recombinant human GDNF (25-100 ng/ ml) or NBN, in medium conditioned by growth of transfected, NBN...

  2. Architecture and program structures for a special purpose finite element computer

    Energy Technology Data Exchange (ETDEWEB)

    Norrie, D.H.; Norrie, C.W.

    1983-01-01

    The development of very large scale integration (VLSI) has made special-purpose computers economically possible. With such a machine, the loss of flexibility compared with a general-purpose computer can be offset by the increased speed which can be obtained by tailoring the architecture to the particular problem or class of problem. The first kind of special-purpose machine has its architecture modelled on the physical structure of the problem and the second kind has its design tailored to the computational algorithm used. The parallel finite element machine (PARFEM) being designed at the University of Calgary for the solution of finite element problems is of the second kind. Its conceptual design is described and progress to date outlined. 14 references.

  3. Teaching Computer Organization and Architecture Using Simulation and FPGA Applications

    OpenAIRE

    D. K.M. Al-Aubidy

    2007-01-01

    This paper presents the design concepts and realization of incorporating micro-operation simulation and FPGA implementation into a teaching tool for computer organization and architecture. This teaching tool helps computer engineering and computer science students to be familiarized practically with computer organization and architecture through the development of their own instruction set, computer programming and interfacing experiments. A two-pass assembler has been designed and implemente...

  4. Software architecture 2

    CERN Document Server

    Oussalah, Mourad Chabanne

    2014-01-01

    Over the past 20 years, software architectures have significantly contributed to the development of complex and distributed systems. Nowadays, it is recognized that one of the critical problems in the design and development of any complex software system is its architecture, i.e. the organization of its architectural elements. Software Architecture presents the software architecture paradigms based on objects, components, services and models, as well as the various architectural techniques and methods, the analysis of architectural qualities, models of representation of architectural templa

  5. Lightweight enterprise architectures

    CERN Document Server

    Theuerkorn, Fenix

    2004-01-01

    STATE OF ARCHITECTUREArchitectural ChaosRelation of Technology and Architecture The Many Faces of Architecture The Scope of Enterprise Architecture The Need for Enterprise ArchitectureThe History of Architecture The Current Environment Standardization Barriers The Need for Lightweight Architecture in the EnterpriseThe Cost of TechnologyThe Benefits of Enterprise Architecture The Domains of Architecture The Gap between Business and ITWhere Does LEA Fit? LEA's FrameworkFrameworks, Methodologies, and Approaches The Framework of LEATypes of Methodologies Types of ApproachesActual System Environmen

  6. Software architecture 1

    CERN Document Server

    Oussalah , Mourad Chabane

    2014-01-01

    Over the past 20 years, software architectures have significantly contributed to the development of complex and distributed systems. Nowadays, it is recognized that one of the critical problems in the design and development of any complex software system is its architecture, i.e. the organization of its architectural elements. Software Architecture presents the software architecture paradigms based on objects, components, services and models, as well as the various architectural techniques and methods, the analysis of architectural qualities, models of representation of architectural template

  7. Indigenous architecture as a context-oriented architecture, a look at ...

    African Journals Online (AJOL)

    What has become problematic as the achievement of international style and globalization of architecture during the time has been the purely technological look at architecture, and the architecture without belonging to a place. In recent decades, the topic of sustainable architecture and reconsidering indigenous architecture ...

  8. Inter-slice bidirectional registration-based segmentation of the prostate gland in MR and CT image sequences

    Energy Technology Data Exchange (ETDEWEB)

    Khalvati, Farzad, E-mail: farzad.khalvati@uwaterloo.ca; Tizhoosh, Hamid R. [Department of Systems Design Engineering, University of Waterloo, Waterloo, Ontario N2L 3G1 (Canada); Salmanpour, Aryan; Rahnamayan, Shahryar [Department of Engineering and Applied Science, University of Ontario Institute of Technology, Oshawa, Ontario L1H 7K4 (Canada); Rodrigues, George [Department of Radiation Oncology, London Regional Cancer Program, London, Ontario N6C 2R6, Canada and Department of Epidemiology/Biostatistics, University of Western Ontario, London, Ontario N6A 3K7 (Canada)

    2013-12-15

    Purpose: Accurate segmentation and volume estimation of the prostate gland in magnetic resonance (MR) and computed tomography (CT) images are necessary steps in diagnosis, treatment, and monitoring of prostate cancer. This paper presents an algorithm for the prostate gland volume estimation based on the semiautomated segmentation of individual slices in T2-weighted MR and CT image sequences. Methods: The proposedInter-Slice Bidirectional Registration-based Segmentation (iBRS) algorithm relies on interslice image registration of volume data to segment the prostate gland without the use of an anatomical atlas. It requires the user to mark only three slices in a given volume dataset, i.e., the first, middle, and last slices. Next, the proposed algorithm uses a registration algorithm to autosegment the remaining slices. We conducted comprehensive experiments to measure the performance of the proposed algorithm using three registration methods (i.e., rigid, affine, and nonrigid techniques). Results: The results with the proposed technique were compared with manual marking using prostate MR and CT images from 117 patients. Manual marking was performed by an expert user for all 117 patients. The median accuracies for individual slices measured using the Dice similarity coefficient (DSC) were 92% and 91% for MR and CT images, respectively. The iBRS algorithm was also evaluated regarding user variability, which confirmed that the algorithm was robust to interuser variability when marking the prostate gland. Conclusions: The proposed algorithm exploits the interslice data redundancy of the images in a volume dataset of MR and CT images and eliminates the need for an atlas, minimizing the computational cost while producing highly accurate results which are robust to interuser variability.

  9. Inter-slice bidirectional registration-based segmentation of the prostate gland in MR and CT image sequences

    International Nuclear Information System (INIS)

    Khalvati, Farzad; Tizhoosh, Hamid R.; Salmanpour, Aryan; Rahnamayan, Shahryar; Rodrigues, George

    2013-01-01

    Purpose: Accurate segmentation and volume estimation of the prostate gland in magnetic resonance (MR) and computed tomography (CT) images are necessary steps in diagnosis, treatment, and monitoring of prostate cancer. This paper presents an algorithm for the prostate gland volume estimation based on the semiautomated segmentation of individual slices in T2-weighted MR and CT image sequences. Methods: The proposedInter-Slice Bidirectional Registration-based Segmentation (iBRS) algorithm relies on interslice image registration of volume data to segment the prostate gland without the use of an anatomical atlas. It requires the user to mark only three slices in a given volume dataset, i.e., the first, middle, and last slices. Next, the proposed algorithm uses a registration algorithm to autosegment the remaining slices. We conducted comprehensive experiments to measure the performance of the proposed algorithm using three registration methods (i.e., rigid, affine, and nonrigid techniques). Results: The results with the proposed technique were compared with manual marking using prostate MR and CT images from 117 patients. Manual marking was performed by an expert user for all 117 patients. The median accuracies for individual slices measured using the Dice similarity coefficient (DSC) were 92% and 91% for MR and CT images, respectively. The iBRS algorithm was also evaluated regarding user variability, which confirmed that the algorithm was robust to interuser variability when marking the prostate gland. Conclusions: The proposed algorithm exploits the interslice data redundancy of the images in a volume dataset of MR and CT images and eliminates the need for an atlas, minimizing the computational cost while producing highly accurate results which are robust to interuser variability

  10. Effects of chemotherapeutics on organotypic corticostriatal slice cultures identified by a panel of fluorescent and immunohistochemical markers

    DEFF Research Database (Denmark)

    Nørregaard, Annette; Jensen, Stine Skov; Kolenda, Jesper

    2012-01-01

    no toxicity was observed. Corresponding immunostaining showed loss of MAP2 and increased expression of GFAP and p25α for cultures exposed to 1,000 nM VCR. Cultures exposed to high concentrations of ACNU and IM disintegrated, leaving no tissue for histology. In conclusion, corticostriatal slice cultures...... specific neuronal and glial degeneration induced by chemotherapeutics in organotypic rat corticostriatal slice cultures. The slice cultures were exposed to the alkylating agents temozolomide (TMZ) and nimustine (ACNU), the tyrosine kinase inhibitor imatinib mesylate (IM) and the microtubule...

  11. The Sliced Pineapple Grid Feature for Predicting Grasping Affordances

    DEFF Research Database (Denmark)

    Thomsen, Mikkel Tang; Kraft, Dirk; Krüger, Norbert

    2017-01-01

    The problem of grasping unknown objects utilising vision is addressed in this work by introducing a novel feature, the Sliced Pineapple Grid Feature (SPGF). The SPGF encode semi-local surfaces and allows for distinguishing structures such as “walls”,“edges” and “rims”. These structures are shown...

  12. Effect of dentin bonding agent diffusing through dentin slices on the reactive oxygen species production and apoptosis of pulpal cells

    Directory of Open Access Journals (Sweden)

    Bor-Shiunn Lee

    2015-04-01

    Conclusion: The three DBAs after diffusion through 0.2- or 0.5-mm dentin slice still exhibit cytotoxicity to dental pulp cells. However, the 0.5-mm dentin slice is found to be a better barrier than the 0.2-mm dentin slice to protect dental pulp cells from DBA-induced cytotoxicity.

  13. Architecture in the Islamic Civilization: Muslim Building or Islamic Architecture

    OpenAIRE

    Yassin, Ayat Ali; Utaberta, Dr. Nangkula

    2012-01-01

    The main problem of the theory in the arena of islamic architecture is affected by some of its Westernthoughts, and stereotyping the islamic architecture according to Western thoughts; this leads to the breakdownof the foundations in the islamic architecture. It is a myth that islamic architecture is subjected to theinfluence from foreign architectures. This paper will highlight the dialectical concept of islamic architecture ormuslim buildings and the areas of recognition in islamic architec...

  14. Information Management Architecture for an Integrated Computing Environment for the Environmental Restoration Program. Volume 2, Interim business systems guidance

    International Nuclear Information System (INIS)

    1994-09-01

    As part of the Environmental Restoration Program at Martin Marietta, IEM (Information Engineering Methodology) was developed as part of a complete and integrated approach to the progressive development and subsequent maintenance of automated data sharing systems. This approach is centered around the organization's objectives, inherent data relationships, and business practices. IEM provides the Information Systems community with a tool kit of disciplined techniques supported by automated tools. It includes seven stages: Information Strategy Planning; Business Area Analysis; Business System Design; Technical Design; Construction; Transition; Production. This document focuses on the Business Systems Architecture

  15. Unbiased stereological estimation of d-dimensional volume in Rn from an isotropic random slice through a fixed point

    DEFF Research Database (Denmark)

    Jensen, Eva B. Vedel; Kiêu, K

    1994-01-01

    Unbiased stereological estimators of d-dimensional volume in R(n) are derived, based on information from an isotropic random r-slice through a specified point. The content of the slice can be subsampled by means of a spatial grid. The estimators depend only on spatial distances. As a fundamental ...... lemma, an explicit formula for the probability that an isotropic random r-slice in R(n) through 0 hits a fixed point in R(n) is given....

  16. The effect of slicing type on drying kinetics and quality of dried carrot

    Directory of Open Access Journals (Sweden)

    M Naghipour zadeh mahani

    2016-04-01

    Full Text Available Introduction: Carrot is one of the most common vegetables used for human nutrition because of its high vitamin and fiber contents. Drying improves the product shelf life without addition of any chemical preservative and reduces both the size of package and the transport cost. Drying also aidsto reduce postharvest losses of fruits and vegetables especially, which can be as high as 70%. Dried carrots are used in dehydrated soups and in the form of powder in pastries and sauces. The main aim of drying agricultural products is decrease the moisture content to a level which allows safe storage over an extended period. Many fruits and vegetables can be sliced before drying.because of different tissue of a fruit or vegetable, cutting them in different direction and shape created different tissue slices. Due to drying is the exiting process of the moisture from internal tissue so different tissue slices caused different drying kinetics. Therefore, the study on effect of cutting parameters on drying is necessary. Materials and Methods: Carrots (Daucus carota L. were purchased from the local market (Kerman, Iran and stored in a refrigerator at 5°C. The initial moisture contents of the Carrot samples were determined by the oven drying method. The sample was dried in an oven at 105±2°C about 24 hours. The carrots cut by 3 models blade at 3 directions. The samples were dried in an oven at 70°C. Moisture content of the carrot slices were determined by weighting of samples during drying. Volume changes because of sample shrinkage were measured by a water displacement method. Rehydration experiment was performed by immersing a weighted amount of dried samples into hot water 50 °C for 30 min. In this study the effect of some cutting parameters was considered on carrot drying and the quality of final drying product. The tests were performed as a completely random design. The effects of carrot thickness at two levels (3 and 6 mm, blade in 3 models (flat blade

  17. Liver slices in in vitro pharmacotoxicology with special reference to the use of human liver tissue

    NARCIS (Netherlands)

    Olinga, Peter; Meijer, D.K F; Slooff, M.JH; Groothuis, Geny

    In the early years of research in in vitro pharmacotoxicology liver slices have been used. After a decline in the application of slices in favour of the use of isolated hepatocytes and the isolated perfused liver preparation, the development of the Krumdieck slicer in the 1980s led to a 'comeback'

  18. Long-term potentiation protects rat hippocampal slices from the effects of acute hypoxia.

    Science.gov (United States)

    Youssef, F F; Addae, J I; McRae, A; Stone, T W

    2001-07-13

    We have previously shown that long-term potentiation (LTP) decreases the sensitivity of glutamate receptors in the rat hippocampal CA1 region to exogenously applied glutamate agonists. Since the pathophysiology of hypoxia/ischemia involves increased concentration of endogenous glutamate, we tested the hypothesis that LTP could reduce the effects of hypoxia in the hippocampal slice. The effects of LTP on hypoxia were measured by the changes in population spike potentials (PS) or field excitatory post-synaptic potentials (fepsps). Hypoxia was induced by perfusing the slice with (i) artificial CSF which had been pre-gassed with 95%N2/5% CO2; (ii) artificial CSF which had not been pre-gassed with 95% O2/5% CO2; or (iii) an oxygen-glucose deprived (OGD) medium which was similar to (ii) and in which the glucose had been replaced with sucrose. Exposure of a slice to a hypoxic medium for 1.5-3.0 min led to a decrease in the PS or fepsps; the potentials recovered to control levels within 3-5 min. Repeat exposure, 45 min later, of the same slice to the same hypoxic medium for the same duration as the first exposure caused a reduction in the potentials again; there were no significant differences between the degree of reduction caused by the first or second exposure for all three types of hypoxic media (P>0.05; paired t-test). In some of the slices, two episodes of LTP were induced 25 and 35 min after the first hypoxic exposure; this caused inhibition of reduction in potentials caused by the second hypoxic insult which was given at 45 min after the first; the differences in reduction in potentials were highly significant for all the hypoxic media used (Peffects of LTP were not prevented by cyclothiazide or inhibitors of NO synthetase compounds that have been shown to be effective in blocking the effects of LTP on the actions of exogenously applied AMPA and NMDA, respectively. The neuroprotective effects of LTP were similar to those of propentofylline, a known neuroprotective

  19. A Sustainable, Reliable Mission-Systems Architecture that Supports a System of Systems Approach to Space Exploration

    Science.gov (United States)

    Watson, Steve; Orr, Jim; O'Neil, Graham

    2004-01-01

    A mission-systems architecture based on a highly modular "systems of systems" infrastructure utilizing open-standards hardware and software interfaces as the enabling technology is absolutely essential for an affordable and sustainable space exploration program. This architecture requires (a) robust communication between heterogeneous systems, (b) high reliability, (c) minimal mission-to-mission reconfiguration, (d) affordable development, system integration, and verification of systems, and (e) minimum sustaining engineering. This paper proposes such an architecture. Lessons learned from the space shuttle program are applied to help define and refine the model.

  20. Computing on Knights and Kepler Architectures

    International Nuclear Information System (INIS)

    Bortolotti, G; Caberletti, M; Ferraro, A; Giacomini, F; Manzali, M; Maron, G; Salomoni, D; Crimi, G; Zanella, M

    2014-01-01

    A recent trend in scientific computing is the increasingly important role of co-processors, originally built to accelerate graphics rendering, and now used for general high-performance computing. The INFN Computing On Knights and Kepler Architectures (COKA) project focuses on assessing the suitability of co-processor boards for scientific computing in a wide range of physics applications, and on studying the best programming methodologies for these systems. Here we present in a comparative way our results in porting a Lattice Boltzmann code on two state-of-the-art accelerators: the NVIDIA K20X, and the Intel Xeon-Phi. We describe our implementations, analyze results and compare with a baseline architecture adopting Intel Sandy Bridge CPUs.

  1. Diagnostic accuracy of non-invasive 64-slice CT coronary angiography in patients with stable angina pectoris

    Energy Technology Data Exchange (ETDEWEB)

    Pugliese, Francesca; Krestin, Gabriel P. [Erasmus Medical Center, Department of Radiology, Rotterdam (Netherlands); Mollet, Nico R.A.; deFeyter, Pim J. [Erasmus Medical Center, Department of Radiology, Rotterdam (Netherlands); Erasmus Medical Center, Department of Cardiology, Rotterdam (Netherlands); Runza, Giuseppe [University of Palermo, Department of Radiology, Palermo (Italy); Azienda Ospedaliera di Parma, Department of Radiology, Parma (Italy); Mieghem, Carlos van; Meijboom, Willem B.; Baks, Timo [Erasmus Medical Center, Department of Cardiology, Rotterdam (Netherlands); Malagutti, Patrizia [Erasmus Medical Center, Department of Cardiology, Rotterdam (Netherlands); University of Ferrara, Department of Cardiology, Ferrara (Italy); Cademartiri, Filippo [Erasmus Medical Center, Department of Radiology, Rotterdam (Netherlands); Azienda Ospedaliera di Parma, Department of Radiology, Parma (Italy)

    2006-03-15

    Multislice computed tomography (CT) is an emerging technique for the non-invasive detection of coronary stenoses. While the diagnostic accuracy of 4-slice scanners was limited, 16-slice CT imagers showed promising results due to increased temporal and spatial resolution. These technical advances prompted us to evaluate the diagnostic performance of 64-slice CT coronary angiography in the detection of significant stenoses (defined as {>=} 50% luminal diameter reduction) versus invasive quantitative coronary angiography (QCA). Thirty-five patients with stable angina pectoris underwent CT coronary angiography performed with a 64-slice scanner (gantry rotation time 330 ms, individual detector width 0.6 mm) prior to conventional coronary angiography. Patients with heart rates >70 beats/min received 100 mg metoprolol orally. One hundred millilitres of contrast agent with an iodine concentration of 400 mgl/ml were injected at a rate of 5 ml/s into the antecubital vein. The CT scan was triggered with the bolus tracking technique. The sensitivity, specificity and the positive and negative predictive values of 64-slice CT were 99%, 96%, 78% and 99%, respectively, on a per-segment basis. The values obtained on a per-patient basis were 100%, 90%, 96% and 100%, respectively. When referral to catheterisation is questionable, CT coronary angiography may identify subjects with normal angiograms and consistently decrease the number of unnecessary invasive procedures. (orig.)

  2. The slice balance approach (SBA): a characteristic-based, multiple balance SN approach on unstructured polyhedral meshes

    International Nuclear Information System (INIS)

    Grove, R.E.

    2005-01-01

    The Slice Balance Approach (SBA) is an approach for solving geometrically-complex, neutral-particle transport problems within a multi-group discrete ordinates (S N ) framework. The salient feature is an angle-dependent spatial decomposition. We approximate general surfaces with arbitrary polygonal faces and mesh the geometry with arbitrarily-shaped polyhedral cells. A cell-local spatial decomposition divides cells into angle-dependent slices for each S N direction. This subdivision follows from a characteristic-based view of the transport problem. Most balance-based characteristic methods use it implicitly; we use it explicitly and exploit its properties. Our mathematical approach is a multiple balance approach using exact spatial moments balance equations on cells and slices along with auxiliary relations on slices. We call this the slice balance approach; it is a characteristic-based multiple balance approach. The SBA is intentionally general and can extend differencing schemes to arbitrary 2-D and 3-D meshes. This work contributes to development of general-geometry deterministic transport capability to complement Monte Carlo capability for large, geometrically-complex transport problems. The purpose of this paper is to describe the SBA. We describe the spatial decomposition and mathematical framework and highlight a few interesting properties. We sketch the derivation of two solution schemes, a step characteristic scheme and a diamond-difference-like scheme, to illustrate the approach and we present interesting results for a 2-D problem. (author)

  3. Diagnostic accuracy of non-invasive 64-slice CT coronary angiography in patients with stable angina pectoris

    International Nuclear Information System (INIS)

    Pugliese, Francesca; Krestin, Gabriel P.; Mollet, Nico R.A.; DeFeyter, Pim J.; Runza, Giuseppe; Mieghem, Carlos van; Meijboom, Willem B.; Baks, Timo; Malagutti, Patrizia; Cademartiri, Filippo

    2006-01-01

    Multislice computed tomography (CT) is an emerging technique for the non-invasive detection of coronary stenoses. While the diagnostic accuracy of 4-slice scanners was limited, 16-slice CT imagers showed promising results due to increased temporal and spatial resolution. These technical advances prompted us to evaluate the diagnostic performance of 64-slice CT coronary angiography in the detection of significant stenoses (defined as ≥ 50% luminal diameter reduction) versus invasive quantitative coronary angiography (QCA). Thirty-five patients with stable angina pectoris underwent CT coronary angiography performed with a 64-slice scanner (gantry rotation time 330 ms, individual detector width 0.6 mm) prior to conventional coronary angiography. Patients with heart rates >70 beats/min received 100 mg metoprolol orally. One hundred millilitres of contrast agent with an iodine concentration of 400 mgl/ml were injected at a rate of 5 ml/s into the antecubital vein. The CT scan was triggered with the bolus tracking technique. The sensitivity, specificity and the positive and negative predictive values of 64-slice CT were 99%, 96%, 78% and 99%, respectively, on a per-segment basis. The values obtained on a per-patient basis were 100%, 90%, 96% and 100%, respectively. When referral to catheterisation is questionable, CT coronary angiography may identify subjects with normal angiograms and consistently decrease the number of unnecessary invasive procedures. (orig.)

  4. Comparison of sliced lungs with whole lung sets for a torso phantom measured with Ge detectors using Monte Carlo simulations (MCNP).

    Science.gov (United States)

    Kramer, Gary H; Guerriere, Steven

    2003-02-01

    Lung counters are generally used to measure low energy photons (<100 keV). They are usually calibrated with lung sets that are manufactured from a lung tissue substitute material that contains homogeneously distributed activity; however, it is difficult to verify either the activity in the phantom or the homogeneity of the activity distribution without destructive testing. Lung sets can have activities that are as much as 25% different from the expected value. An alternative method to using whole lungs to calibrate a lung counter is to use a sliced lung with planar inserts. Experimental work has already indicated that this alternative method of calibration can be a satisfactory substitute. This work has extended the experimental study by the use of Monte Carlo simulation to validate that sliced and whole lungs are equivalent. It also has determined the optimum slice thicknesses that separate the planar sources in the sliced lung. Slice thicknesses have been investigated in the range of 0.5 cm to 9.0 cm and at photon energies from 17 keV to 1,000 keV. Results have shown that there is little difference between sliced and whole lungs at low energies providing that the slice thickness is 2.0 cm or less. As the photon energy rises the slice thickness can increase substantially with no degradation on equivalence.

  5. Is correction necessary when clinically determining quantitative cerebral perfusion parameters from multi-slice dynamic susceptibility contrast MR studies?

    International Nuclear Information System (INIS)

    Salluzzi, M; Frayne, R; Smith, M R

    2006-01-01

    Several groups have modified the standard singular value decomposition (SVD) algorithm to produce delay-insensitive cerebral blood flow (CBF) estimates from dynamic susceptibility contrast (DSC) perfusion studies. However, new dependences of CBF estimates on bolus arrival times and slice position in multi-slice studies have been recently recognized. These conflicting findings can be reconciled by accounting for several experimental and algorithmic factors. Using simulation and clinical studies, the non-simultaneous measurement of arterial and tissue concentration curves (relative slice position) in a multi-slice study is shown to affect time-related perfusion parameters, e.g. arterial-tissue-delay measurements. However, the current clinical impact of relative slice position on amplitude-related perfusion parameters, e.g. CBF, can be expected to be small unless any of the following conditions are present individually or in combination: (a) high concentration curve signal-to-noise ratios, (b) small tissue mean transit times, (c) narrow arterial input functions or (d) low temporal resolution of the DSC image sequence. Recent improvements in magnetic resonance (MR) technology can easily be expected to lead to scenarios where these effects become increasingly important sources of inaccuracy for all perfusion parameter estimates. We show that using Fourier interpolated (high temporal resolution) residue functions reduces the systematic error of the perfusion parameters obtained from multi-slice studies

  6. Radioisotopic investigations of zinc uptake into brain slices

    International Nuclear Information System (INIS)

    Howell, G.A.

    1983-01-01

    The presence of zinc in the vicinity of the hippocampal mossy fibers has been repeatedly demonstrated, and several lines of evidence suggest that the mossy-fiber zinc is concentrated within the terminals of mossy fibers. In search of insight into the metabolism and function of mossy-fiber zinc, the present study investigated the transport of zinc into tissue slices and the response of the zinc transport to depolarization. Kinetic analysis of zinc accumulation by mouse brain slices in vitro revealed the presence of a high affinity uptake component with an apparent Km of 17.7 μM for hippocampus, 16.6 μM< for cortex and 25 μM for striatum and a V/sub max/ of 9.2 ng/mg/hr for the hippocampus, 10.1 ng/mg/hr for cortex and 9.6 ng/mg/hr for striatum. Cytoarchitectonic differences in zinc transport between the different hippocampal subregions were found with those regions containing granule cells or mossy fiber axons accumulating greater amounts of zinc than the CA 1 region. The present finding that mossy-fiber neuropil selectivity accumulates zinc suggests the presence of a zinc-binding substance unique to mossy-fiber tissue

  7. Precision cut lung slices as an efficient tool for in vitro lung physio-pharmacotoxicology studies.

    Science.gov (United States)

    Morin, Jean-Paul; Baste, Jean-Marc; Gay, Arnaud; Crochemore, Clément; Corbière, Cécile; Monteil, Christelle

    2013-01-01

    1.We review the specific approaches for lung tissue slices preparation and incubation systems and the research application fields in which lung slices proved to be a very efficient alternative to animal experimentation for biomechanical, physiological, pharmacological and toxicological approaches. 2.Focus is made on air-liquid interface dynamic organ culture systems that allow direct tissue exposure to complex aerosol and that best mimic in vivo lung tissue physiology. 3.A compilation of research applications in the fields of vascular and airway reactivity, mucociliary transport, polyamine transport, xenobiotic biotransformation, chemicals toxicology and complex aerosols supports the concept that precision cut lung slices are a very efficient tool maintaining highly differentiated functions similar to in vivo lung organ when kept under dynamic organ culture. They also have been successfully used for lung gene transfer efficiency assessment, for lung viral infection efficiency assessment, for studies of tissue preservation media and tissue post-conditioning to optimize lung tissue viability before grafting. 4.Taken all together, the reviewed studies point to a great interest for precision cut lung slices as an efficient and valuable alternative to in vivo lung organ experimentation.

  8. Multi-slice computed tomography assessment of bronchial compression with absent pulmonary valve

    Energy Technology Data Exchange (ETDEWEB)

    Zhong, Yu-Min; Sun, Ai-Min; Wang, Qian; Zhu, Ming; Qiu, Hai-Sheng [Shanghai Children' s Medical Center and Shanghai Jiao Tong University Medical School, Department of Radiology, Shanghai (China); Jaffe, Richard B. [Primary Children' s Medical Center, Department of Medical Imaging, Salt Lake City, UT (United States); Liu, Jin-Fen [Shanghai Children' s Medical Center, Department of Cardiothoracic Surgery, Shanghai (China); Gao, Wei [Shanghai Children' s Medical Center and Shanghai Jiao Tong University Medical School, Department of Cardiology, Shanghai (China); Berdon, Walter E. [Children' s Hospital of New York, Department of Radiology, New York, NY (United States)

    2014-07-15

    Absent pulmonary valve is a rare cardiovascular anomaly that can result in profound tracheobronchial compression. To demonstrate the advantage of multi-slice CT in diagnosing tracheobronchial compression, its severity as related to the adjacent dilated pulmonary arteries, and associated lung and cardiac lesions. We included children with absent pulmonary valve who were reviewed by multi-slice CT during a 17-year period. The number and locations of stenoses and lung lesions were noted and the severity of stenosis was categorized. The diameter of the pulmonary artery was measured and associated cardiac defects were demonstrated. Thirty-one children (14 girls and 17 boys) were included. Of these, 29 had ventricular septal defect and 2 had an intact ventricular septum. Twenty-nine children (94%) had tracheobronchial compression, judged to be mild in nine children (31%), moderate in 10 (34%) and severe in 10 (34%). The different locations of the stenosis (carina, main bronchi, lobar and segmental bronchi) were observed. And the number and location of lung lesions demonstrated that the right middle and left upper and lower lobes were often affected. The diameter of the pulmonary artery in these children was well above normal published values, and Spearman rank correlation analysis showed a correlation between the size of the pulmonary artery and the severity of the tracheobronchial stenosis. Nineteen children (61%) underwent surgery and 4 of these children had a multi-slice CT post-operative follow-up study. Absent pulmonary valve can cause significant morbidity and mortality in children. Multi-slice CT can accurately depict areas of tracheobronchial compression, associated lung lesions and cardiac defects, helping to direct the surgeon. (orig.)

  9. Microfluidic culture chamber for the long-term perfusion and precise chemical stimulation of organotypic brain tissue slices

    DEFF Research Database (Denmark)

    Caicedo, H. H.; Vignes, M.; Brugg, B.

    2010-01-01

    We have developed a microfluidic perfusion-based culture system to study long-term in-vitro responses of organo-typic brain slices exposed to localized neurochemical stimulation. Using this microperfusion chamber we show that hip-pocampal organotypic brain slices cultures grown on nitrocellulose ...

  10. Architecture and Programming Models for High Performance Intensive Computation

    Science.gov (United States)

    2016-06-29

    commands from the data processing center to the sensors is needed. It has been noted that the ubiquity of mobile communication devices offers the...commands from a Processing Facility by way of mobile Relay Stations. The activity of each component of this model other than the Merge module can be...evaluation of the initial system implementation. Gao also was in charge of the development of Fresh Breeze architecture backend on new many-core computers

  11. Using a high-speed movie camera to evaluate slice dropping in clinical image interpretation with stack mode viewers.

    OpenAIRE

    Yakami, Masahiro; Yamamoto, Akira; Yanagisawa, Morio; Sekiguchi, Hiroyuki; Kubo, Takeshi; Togashi, Kaori

    2013-01-01

    The purpose of this study is to verify objectively the rate of slice omission during paging on picture archiving and communication system (PACS) viewers by recording the images shown on the computer displays of these viewers with a high-speed movie camera. This study was approved by the institutional review board. A sequential number from 1 to 250 was superimposed on each slice of a series of clinical Digital Imaging and Communication in Medicine (DICOM) data. The slices were displayed using ...

  12. Multi-slice and dual-source CT in cardiac imaging. Principles - protocols - indications - outlook. 2. ed.

    International Nuclear Information System (INIS)

    Ohnesorge, B.M.; Flohr, T.G.; Becker, C.R.; Reiser, M.F.; Knez, A

    2007-01-01

    Cardiac diseases, and in particular coronary artery disease, are the leading cause of death and morbidity in industrialized countries. The development of non-invasive imaging techniques for the heart and the coronary arteries has been considered a key element in improving patient care. A breakthrough in cardiac imaging using CT occurred in 1998, with the introduction of multi-slice computed tomography (CT). Since then, amazing advances in performance have taken place with scanners that acquire up to 64 slices per rotation. This book discusses the state-of-the-art developments in multi-slice CT for cardiac imaging as well as those that can be anticipated in the future. It serves as a comprehensive work that covers all aspects of this technology, from the technical fundamentals and image evaluation all the way to clinical indications and protocol recommendations. This fully reworked second edition draws on the most recent clinical experience obtained with 16- and 64-slice CT scanners by world-leading experts from Europe and the United States. It also includes ''hands-on'' experience in the form of 10 representative clinical case studies, which are included on the accompanying CD. As a further highlight, the latest results of the very recently introduced dual-source CT, which may soon represent the CT technology of choice for cardiac applications, are presented. This book will not only convince the reader that multi-slice cardiac CT has arrived in clinical practice, it will also make a significant contribution to the education of radiologists, cardiologists, technologists, and physicists-whether newcomers, experienced users, or researchers. (orig.)

  13. Effect of Slice Error of Glass on Zero Offset of Capacitive Accelerometer

    Science.gov (United States)

    Hao, R.; Yu, H. J.; Zhou, W.; Peng, B.; Guo, J.

    2018-03-01

    Packaging process had been studied on capacitance accelerometer. The silicon-glass bonding process had been adopted on sensor chip and glass, and sensor chip and glass was adhered on ceramic substrate, the three-layer structure was curved due to the thermal mismatch, the slice error of glass lead to asymmetrical curve of sensor chip. Thus, the sensitive mass of accelerometer deviated along the sensitive direction, which was caused in zero offset drift. It was meaningful to confirm the influence of slice error of glass, the simulation results showed that the zero output drift was 12.3×10-3 m/s2 when the deviation was 40μm.

  14. Effect of calcium chloride and calcium lactate on quality and shelf-life of fresh-cut guava slices

    International Nuclear Information System (INIS)

    Raheem, M.I.U.; Huma, N.; Anjum, F.M.

    2013-01-01

    Present study was conducted to investigate the effectiveness of chemical treatments at low temperature on the quality of fresh-cut guava slices during 2011-12. Uniform sized guava slices were made free from seeds and treated with calcium chloride and calcium lactate with concentration 0.9%, 1.8%, 2.7% or 3.6%. After packing in plastic boxes, all treated samples were stored at 5 degree C + 2 degree C in a refrigerator for 24 days with 6 day interval between different removals. The results obtained from physico-chemical analysis showed decrease in firmness (111.67-12.67gf) and increase in browning (1.19-1.93nm) of guava slices compared to control with the passage of storage interval. Moreover, scores in taste (7.33-1.00), flavour (7.33-1.00), colour (7.50-1.00) and texture (7.67-1.00) of guava slices was also decreased with respect to interaction of treatments and storage period. Calcium chloride at the rate 2.7% showed significantly higher stability than other concentrations of calcium chloride and calcium lactate in delaying firmness and browning of fresh-cut guava slices along with maintaining their organoleptic properties for longer storage period. However, calcium chloride imparted undesirable bitterness to fresh-cut guava slices at the concentration of 3.6%. Based on the overall quality performance, 2.7% calcium chloride and 3.6% calcium lactate exhibited better results than other concentrations and control with storage life of 8 days at 5 degree C + 2 degree C. (author)

  15. Characterization of masses in digital breast tomosynthesis: comparison of machine learning in projection views and reconstructed slices.

    Science.gov (United States)

    Chan, Heang-Ping; Wu, Yi-Ta; Sahiner, Berkman; Wei, Jun; Helvie, Mark A; Zhang, Yiheng; Moore, Richard H; Kopans, Daniel B; Hadjiiski, Lubomir; Way, Ted

    2010-07-01

    In digital breast tomosynthesis (DBT), quasi-three-dimensional (3D) structural information is reconstructed from a small number of 2D projection view (PV) mammograms acquired over a limited angular range. The authors developed preliminary computer-aided diagnosis (CADx) methods for classification of malignant and benign masses and compared the effectiveness of analyzing lesion characteristics in the reconstructed DBT slices and in the PVs. A data set of MLO view DBT of 99 patients containing 107 masses (56 malignant and 51 benign) was collected at the Massachusetts General Hospital with IRB approval. The DBTs were obtained with a GE prototype system which acquired 11 PVs over a 50 degree arc. The authors reconstructed the DBTs at 1 mm slice interval using a simultaneous algebraic reconstruction technique. The region of interest (ROI) containing the mass was marked by a radiologist in the DBT volume and the corresponding ROIs on the PVs were derived based on the imaging geometry. The subsequent processes were fully automated. For classification of masses using the DBT-slice approach, the mass on each slice was segmented by an active contour model initialized with adaptive k-means clustering. A spiculation likelihood map was generated by analysis of the gradient directions around the mass margin and spiculation features were extracted from the map. The rubber band straightening transform (RBST) was applied to a band of pixels around the segmented mass boundary. The RBST image was enhanced by Sobel filtering in the horizontal and vertical directions, from which run-length statistics texture features were extracted. Morphological features including those from the normalized radial length were designed to describe the mass shape. A feature space composed of the spiculation features, texture features, and morphological features extracted from the central slice alone and seven feature spaces obtained by averaging the corresponding features from three to 19 slices centered

  16. Software architecture analysis tool : software architecture metrics collection

    NARCIS (Netherlands)

    Muskens, J.; Chaudron, M.R.V.; Westgeest, R.

    2002-01-01

    The Software Engineering discipline lacks the ability to evaluate software architectures. Here we describe a tool for software architecture analysis that is based on metrics. Metrics can be used to detect possible problems and bottlenecks in software architectures. Even though metrics do not give a

  17. A COMPARATIVE STUDY OF TYMPANOPLASTY USING SLICED CARTILAGE GRAFT VS. TEMPORALIS FASCIA GRAFT

    Directory of Open Access Journals (Sweden)

    Rahul Ashok Telang

    2018-02-01

    Full Text Available BACKGROUND The objective of the study was to compare the hearing improvement after using sliced cartilage graft with that of temporalis fascia and to compare the graft take-up between the two graft materials. MATERIALS AND METHODS A prospective clinical study including 60 patients with chronic mucosal otitis media, who were selected randomly from the outpatient department, after obtaining their consent were divided into 2 groups of 30 each, and evaluated according the study protocol. Their pre-operative audiometry was recorded and both groups of patients underwent surgery with one of the graft materials- temporalis fascia or sliced tragal cartilage with a thickness of 0.5 mm. All patients were regularly followed up and post-operative audiometry was done at 3 months. The hearing improvement in the form of closure of air-bone-gap and graft take-up was analysed statistically. RESULTS The temporalis fascia graft group had a pre-operative ABG of 22.33 ± 6.24 dB and post-operative ABG of 12.33 ± 4.72 dB with hearing improvement of 10.00 dB. The sliced cartilage graft group had a pre-operative ABG of 20.77 ± 5.75 dB and postoperative ABG of 10.50 ± 4.46 dB with hearing improvement of 10.27 dB. In the temporalis fascia group, 28 (93.3% patients had good graft take-up and in the sliced cartilage group 29 (96.7% had good graft take-up. There was statistically significant hearing improvement in both of our study groups but there was no statistically significant difference between the two groups. There was no statistically significant difference in graft take-up also. CONCLUSION Sliced cartilage graft is a good auto-graft material in tympanoplasty, which can give good hearing improvement and has good graft take-up, which is comparable with that of temporalis fascia.

  18. Exploration Space Suit Architecture and Destination Environmental-Based Technology Development

    Science.gov (United States)

    Hill, Terry R.; McFarland, Shane M.; Korona, F. Adam

    2013-01-01

    This paper continues forward where EVA Space Suit Architecture: Low Earth Orbit Vs. Moon Vs. Mars left off in the development of a space suit architecture that is modular in design and could be reconfigured prior to launch or during any given mission depending on the tasks or destination. This space suit system architecture and technologies required based on human exploration (EVA) destinations will be discussed, and how these systems should evolve to meet the future exploration EVA needs of the US human space flight program. A series of exercises and analyses provided a strong indication that the Constellation Program space suit architecture, with its maximum reuse of technology and functionality across a range of mission profiles and destinations, is postured to provide a viable solution for future space exploration missions. The destination environmental analysis demonstrates that the modular architecture approach could provide the lowest mass and mission cost for the protection of the crew, given any human mission outside of low-Earth orbit. Additionally, some of the high-level trades presented here provide a review of the environmental and nonenvironmental design drivers that will become increasingly important as humans venture farther from Earth. The presentation of destination environmental data demonstrates a logical clustering of destination design environments that allows a focused approach to technology prioritization, development, and design that will maximize the return on investment, largely independent of any particular design reference mission.

  19. Improving Software Performance in the Compute Unified Device Architecture

    Directory of Open Access Journals (Sweden)

    Alexandru PIRJAN

    2010-01-01

    Full Text Available This paper analyzes several aspects regarding the improvement of software performance for applications written in the Compute Unified Device Architecture CUDA. We address an issue of great importance when programming a CUDA application: the Graphics Processing Unit’s (GPU’s memory management through ranspose ernels. We also benchmark and evaluate the performance for progressively optimizing a transposing matrix application in CUDA. One particular interest was to research how well the optimization techniques, applied to software application written in CUDA, scale to the latest generation of general-purpose graphic processors units (GPGPU, like the Fermi architecture implemented in the GTX480 and the previous architecture implemented in GTX280. Lately, there has been a lot of interest in the literature for this type of optimization analysis, but none of the works so far (to our best knowledge tried to validate if the optimizations can apply to a GPU from the latest Fermi architecture and how well does the Fermi architecture scale to these software performance improving techniques.

  20. Comparison of Three Smart Camera Architectures for Real-Time Machine Vision System

    Directory of Open Access Journals (Sweden)

    Abdul Waheed Malik

    2013-12-01

    Full Text Available This paper presents a machine vision system for real-time computation of distance and angle of a camera from a set of reference points located on a target board. Three different smart camera architectures were explored to compare performance parameters such as power consumption, frame speed and latency. Architecture 1 consists of hardware machine vision modules modeled at Register Transfer (RT level and a soft-core processor on a single FPGA chip. Architecture 2 is commercially available software based smart camera, Matrox Iris GT. Architecture 3 is a two-chip solution composed of hardware machine vision modules on FPGA and an external microcontroller. Results from a performance comparison show that Architecture 2 has higher latency and consumes much more power than Architecture 1 and 3. However, Architecture 2 benefits from an easy programming model. Smart camera system with FPGA and external microcontroller has lower latency and consumes less power as compared to single FPGA chip having hardware modules and soft-core processor.

  1. Effects of Administration of Perinatal Bupropion on the Population Spike Amplitude in Neonatal Rat Hippocampal Slice

    Directory of Open Access Journals (Sweden)

    Soomaayeh Heysieat-talab

    2010-09-01

    Full Text Available Objective(sBupropion is an atypical antidepressant that is widely used in smoke cessation under FDA approval. The study of synaptic effects of bupropion can help to finding out its mechanism(s for stopping nicotine dependence. In this study the effects of perinatal bupropion on the population spike (PS amplitude of neonates were investigated. Materials and Methods Hippocampal slices were prepared from 18-25 days old rat pups. The experimental groups included control and bupropion-treated. Bupropion (40 mg/Kg, i.p. was applied daily in perinatal period as pre-treatment. Due to the studying acute effects, bupropion was also added to the perfusion medium (10, 50, 200 μM for 30 min. The evoked PS was recorded from pyramidal layer of CA1 area, following stimulation of Schaffer collaterals. ResultsA concentration of 10 μM bupropion had no significant effects on the PS amplitude. The 50 μM concentration of bupropion reduced the amplitude of responses in 50% of the studied cases. At a concentration of 200 μM, the recorded PS amplitudes were reduced in all slices (n= 22. Amplitude was completely abolished in 8 out of the 22 slices. The decrease of the PS amplitude was found to be more in the non-pre-treated slices than in the pre-treated slices when both were perfused with 200 μM bupropion.Conclusion The results showed the perinatal exposure to bupropion and its acute effects while indicating that at concentrations of 50 and 200 μM bupropion reduced the PS amplitude. It was also found that there was evidence of synaptic adaptation in comparison of bupropion-treated and non-treated slices whereas they were both perfused with 200 µM.

  2. Towards 1H-MRSI of the human brain at 7T with slice-selective adiabatic refocusing pulses.

    NARCIS (Netherlands)

    Scheenen, T.W.J.; Heerschap, A.; Klomp, D.W.J.

    2008-01-01

    OBJECTIVE: To explore the possibilities of proton spectroscopic imaging (1H-MRSI) of the human brain at 7 Tesla with adiabatic refocusing pulses. MATERIALS AND METHODS: A combination of conventional slice selective excitation and two pairs of slice selective adiabatic refocusing pulses (semi-LASER)

  3. Gravitational clustering of galaxies in the CfA slice

    International Nuclear Information System (INIS)

    Crane, P.; Saslaw, W.C.

    1988-01-01

    The clustering properties of the Galaxies in the CfA slice have been analyzed by comparing the properties of the neighbor distributions to the predictions of gravitational clustering theory. The agreement is excellent and implies that the observed structures can be explained by gravitational effects alone and do not require exotic explanations

  4. Parametric Approach in Designing Large-Scale Urban Architectural Objects

    Directory of Open Access Journals (Sweden)

    Arne Riekstiņš

    2011-04-01

    Full Text Available When all the disciplines of various science fields converge and develop, new approaches to contemporary architecture arise. The author looks towards approaching digital architecture from parametric viewpoint, revealing its generative capacity, originating from the fields of aeronautical, naval, automobile and product-design industries. The author also goes explicitly through his design cycle workflow for testing the latest methodologies in architectural design. The design process steps involved: extrapolating valuable statistical data about the site into three-dimensional diagrams, defining certain materiality of what is being produced, ways of presenting structural skin and structure simultaneously, contacting the object with the ground, interior program definition of the building with floors and possible spaces, logic of fabrication, CNC milling of the proto-type. The author’s developed tool that is reviewed in this article features enormous performative capacity and is applicable to various architectural design scales.Article in English

  5. Diagnostic potential of virtual bronchoscopy: advantages in comparison with axial CT slices, MPR and mIP?

    International Nuclear Information System (INIS)

    Rapp-Bernhardt, U.; Doehring, W.; Bernhardt, T.M.; Welte, T.; Kropf, S.

    2000-01-01

    The aim of this study was to evaluate the diagnostic potential of virtual endoscopy (VE) and to compare it with axial CT slices, multiplanar reconstructions (MPR), minimal intensity projections (mIP), and bronchoscopy in patients diagnosed with bronchogenic carcinoma. Thirty patients underwent a spiral CT. Axial CT images were transferred to an Onyx workstation (Silicon Graphics, Sun Microsystems, Mountain View, Calif.) for performing virtual endoscopy. Accuracy for this procedure was tested by three radiologists on a monitor in comparison with axial CT slices, MPR, mIP, and bronchoscopy concerning the localization and degree of stenoses. Endoluminal tumors were identified by virtual bronchoscopy with no statistically significant difference of localization or grading of stenosis in comparison with bronchoscopy, axial CT slices, MPR and mIP. Axial CT slices, MPR, and mIP showed poorer results with over- or underestimation of stenoses compared with VE and bronchoscopy. Passing of stenoses was only possible with VE in 5 patients. Virtual endoscopy is a non-invasive method for identification of endoluminal tumors and is comparable to real bronchoscopy. (orig.)

  6. Diagnostic potential of virtual bronchoscopy: advantages in comparison with axial CT slices, MPR and mIP?

    Energy Technology Data Exchange (ETDEWEB)

    Rapp-Bernhardt, U.; Doehring, W.; Bernhardt, T.M. [Department of Diagnostic Radiology, Otto-von-Guericke University, Magdeburg (Germany); Welte, T. [Department of Cardiology, Angiology, and Pneumology, Otto-von-Guericke University, Magdeburg (Germany); Kropf, S. [Department of Biometrics and Medical Informatics, Otto-von-Guericke University, Magdeburg (Germany)

    2000-06-01

    The aim of this study was to evaluate the diagnostic potential of virtual endoscopy (VE) and to compare it with axial CT slices, multiplanar reconstructions (MPR), minimal intensity projections (mIP), and bronchoscopy in patients diagnosed with bronchogenic carcinoma. Thirty patients underwent a spiral CT. Axial CT images were transferred to an Onyx workstation (Silicon Graphics, Sun Microsystems, Mountain View, Calif.) for performing virtual endoscopy. Accuracy for this procedure was tested by three radiologists on a monitor in comparison with axial CT slices, MPR, mIP, and bronchoscopy concerning the localization and degree of stenoses. Endoluminal tumors were identified by virtual bronchoscopy with no statistically significant difference of localization or grading of stenosis in comparison with bronchoscopy, axial CT slices, MPR and mIP. Axial CT slices, MPR, and mIP showed poorer results with over- or underestimation of stenoses compared with VE and bronchoscopy. Passing of stenoses was only possible with VE in 5 patients. Virtual endoscopy is a non-invasive method for identification of endoluminal tumors and is comparable to real bronchoscopy. (orig.)

  7. A Comparative Study of Spiral Tomograms with Different Slice Thicknesses in Dental Implant Planning

    International Nuclear Information System (INIS)

    Yoon Sook Ja

    1999-01-01

    To know whether there would be a difference among spiral tomograms of different slice thicknesses in the measurement of distances which are used for dental implant planning. 10 dry mandibules and 40 metal balls are used to take total 120 Scanora tomograms with the slice thickness of 2 mm, 4 mm and 8 mm. 3 oral radiologists interpreted each tomogram to measure the distances from the mandibular canal to the alveoalr crest and buccal, lingual and inferior borders of mandible. 3 observers recorded grades of 0, 1 or 2 to evaluate the perceptibility of alveolar crest and the superior border of mandibular canal. For statistical analysis, ANOVA with repeated measure, Chi-square tests and intraclass correlation coefficient (R2, alpha) were used. There was not a statistically significant difference among spiral tomograms with different slice thicknesses in the measurement of the distances and in the perceptibility of alveolar crest and mandibular canal (p>0.05). All of them showed a good relationship in the reliability analysis. The perceptibility of alveolar crest and mandibular canal was almost similar and an excellent relationship was seen on all of them. There would be no significant difference, no matter which spiral tomogram of any slice thickness may be used in dental implant planning, considering the thickness of dental implant fixture.

  8. Functional language and data flow architectures

    Science.gov (United States)

    Ercegovac, M. D.; Patel, D. R.; Lang, T.

    1983-01-01

    This is a tutorial article about language and architecture approaches for highly concurrent computer systems based on the functional style of programming. The discussion concentrates on the basic aspects of functional languages, and sequencing models such as data-flow, demand-driven and reduction which are essential at the machine organization level. Several examples of highly concurrent machines are described.

  9. Open architecture design and approach for the Integrated Sensor Architecture (ISA)

    Science.gov (United States)

    Moulton, Christine L.; Krzywicki, Alan T.; Hepp, Jared J.; Harrell, John; Kogut, Michael

    2015-05-01

    Integrated Sensor Architecture (ISA) is designed in response to stovepiped integration approaches. The design, based on the principles of Service Oriented Architectures (SOA) and Open Architectures, addresses the problem of integration, and is not designed for specific sensors or systems. The use of SOA and Open Architecture approaches has led to a flexible, extensible architecture. Using these approaches, and supported with common data formats, open protocol specifications, and Department of Defense Architecture Framework (DoDAF) system architecture documents, an integration-focused architecture has been developed. ISA can help move the Department of Defense (DoD) from costly stovepipe solutions to a more cost-effective plug-and-play design to support interoperability.

  10. Growth potential of Listeria monocytogenes in sliced turkey bresaola packed in modified atmosphere

    Directory of Open Access Journals (Sweden)

    Elena Dalzini

    2014-02-01

    Full Text Available According to EC Regulation No 2073/2005, for food business operators that produce ready-to-eat (RTE product, it is crucial to be able to demonstrate if the product supports the growth of Listeria monocytogenes. The objective of the study was therefore to evaluate the behaviour of L. monocytogenes in sliced RTE turkey bresaola (made by cured turkey breast 4.5% NaCl, 1% sodium lactate, sodium nitrite 150 ppm and flavouring during the shelf life of the product, simulating a contamination during the slicing operation. Considering a shelf life of 90 days, as defined by manufacturer, the packages of sliced bresaola were stored at 5°C for 7 days and at 8°C for the remaining storage time (83 days. L. monocytogenes count decreased during storage test from 1.43/1.98 log cfu/g in the three batches tested to 1.03 log cfu/g in one batch and to undetectable levels in the other two batches. The results show that the investigated product is unable to support the growth of L. monocytogenes.

  11. Peripheral pulmonary arteries: identification at multi-slice spiral CT with 3D reconstruction

    International Nuclear Information System (INIS)

    Coche, Emmanuel; Pawlak, Sebastien; Dechambre, Stephane; Maldague, Baudouin

    2003-01-01

    Our objective was to analyze the peripheral pulmonary arteries using thin-collimation multi-slice spiral CT. Twenty consecutive patients underwent enhanced-spiral multi-slice CT using 1-mm collimation. Two observers analyzed the pulmonary arteries by consensus on a workstation. Each artery was identified on axial and 3D shaded-surface display reconstruction images. Each subsegmental artery was measured at a mediastinal window setting and compared with anatomical classifications. The location and branching of every subsegmental artery was recorded. The number of well-visualized sub-subsegmental arteries at a mediastinal window setting was compared with those visualized at a lung window setting. Of 800 subsegmental arteries, 769 (96%) were correctly visualized and 123 accessory subsegmental arteries were identified using the mediastinal window setting. One thousand ninety-two of 2019 sub-subsegmental arteries (54%) identified using the lung window setting were correctly visualized using the mediastinal window setting. Enhanced multi-slice spiral CT with thin collimation can be used to analyze precisely the subsegmental pulmonary arteries and may identify even more distal pulmonary arteries. (orig.)

  12. Study of imaging time shortening in Whole Heart MRCA. Evaluation of slice thickness

    International Nuclear Information System (INIS)

    Iwai, Mitsuhiro; Tateishi, Toshiki; Takeda, Soji; Hayashi, Ryuji

    2005-01-01

    A series of examinations in cardiac MR imaging, such as cine, perfusion, MR coronary angiography (MRCA) and viability, is generally known as One Stop Cardiac Examination. It takes about 40 to 60 minutes to perform One Stop Cardiac Examination, and Whole Heart MRCA accounts for most of the examination time. Therefore, we aimed to shorten imaging time of Whole Heart MRCA, especially in a large imaging area such as that in the case of the postoperative evaluation of a bypass graft, by investigating the depiction of a diameter of mimic blood vessels as changing the slice thickness of Whole Heart MRCA. The results showed that the maximum slice thickness of about 1 mm was excellent considering the diameters of actual coronary arteries are about 3 mm. In this study, we could grasp the relationships among slice thickness of Whole Heart MRCA, the diameter of a blood vessel, and shortened examination time. We suggested that it was useful for selecting the suitable sequence depending on a patient's conditions. (author)

  13. Reusable Rocket Engine Advanced Health Management System. Architecture and Technology Evaluation: Summary

    Science.gov (United States)

    Pettit, C. D.; Barkhoudarian, S.; Daumann, A. G., Jr.; Provan, G. M.; ElFattah, Y. M.; Glover, D. E.

    1999-01-01

    In this study, we proposed an Advanced Health Management System (AHMS) functional architecture and conducted a technology assessment for liquid propellant rocket engine lifecycle health management. The purpose of the AHMS is to improve reusable rocket engine safety and to reduce between-flight maintenance. During the study, past and current reusable rocket engine health management-related projects were reviewed, data structures and health management processes of current rocket engine programs were assessed, and in-depth interviews with rocket engine lifecycle and system experts were conducted. A generic AHMS functional architecture, with primary focus on real-time health monitoring, was developed. Fourteen categories of technology tasks and development needs for implementation of the AHMS were identified, based on the functional architecture and our assessment of current rocket engine programs. Five key technology areas were recommended for immediate development, which (1) would provide immediate benefits to current engine programs, and (2) could be implemented with minimal impact on the current Space Shuttle Main Engine (SSME) and Reusable Launch Vehicle (RLV) engine controllers.

  14. Ethanol induces MAP2 changes in organotypic hippocampal slice cultures

    DEFF Research Database (Denmark)

    Noraberg, J; Zimmer, J

    1998-01-01

    loss of CA3 pyramidal cells and moderate loss of dentate granule cells, as seen in vivo. The results indicate that brain slice cultures combined with immunostaining for cytoskeleton and neuronal markers can be used for studies of ethanol and organic solvent neurotoxicity.......Microtubule-associated protein 2 (MAP2) and neuron-specific protein (NeuN) immunostains were used to demonstrate neurotoxic effects in mature hippocampal slice cultures exposed to ethanol (50, 100, 200 mM) for 4 weeks. At the low dose the density of MAP2 immunostaining in the dentate molecular...... layer was 118% of the control cultures, with no detectable changes in CA1 and CA3. At 100 mM no changes were detected, while 200 mM ethanol significantly reduced the MAP2 density in both dentate (19%) and hippocampal dendritic fields (CA3, 52%; CA1, 55%). At this dose NeuN staining showed considerable...

  15. Support for Programming Models in Network-on-Chip-based Many-core Systems

    DEFF Research Database (Denmark)

    Rasmussen, Morten Sleth

    This thesis addresses aspects of support for programming models in Network-on- Chip-based many-core architectures. The main focus is to consider architectural support for a plethora of programming models in a single system. The thesis has three main parts. The first part considers parallelization...... models to be supported by a single architecture. The architecture features a specialized network interface processor which allows extensive configurability of the memory system. Based on this architecture, a detailed implementation of the cache coherent shared memory programming model is presented...

  16. Architectural design of the science complex at Elizabeth City State University

    Science.gov (United States)

    Jahromi, Soheila

    1993-01-01

    This paper gives an overall view of the architectural design process and elements in taking an idea from conception to execution. The project presented is an example for this process. Once the need for a new structure is established, an architect studies the requirements, opinions and limits in creating a structure that people will exist in, move through, and use. Elements in designing a building include factors such as volume and surface, light and form changes of scale and view, movement and stasis. Some of the other factors are functions and physical conditions of construction. Based on experience, intuition, and boundaries, an architect will utilize all elements in creating a new building. In general, the design process begins with studying the spatial needs which develop into an architectural program. A comprehensive and accurate architectural program is essential for having a successful building. The most attractive building which does not meet the functional needs of its users has failed at the primary reason for its existence. To have a good program an architect must have a full understanding of the daily functions that will take place in the building. The architectural program along with site characteristics are among a few of the important guidelines in studying the form, adjacencies, and circulation for the structure itself and also in relation to the adjacent structures. Conceptual studies are part of the schematic design, which is the first milestone in the design process. The other reference points are design development and construction documents. At each milestone, review and coordination with all the consultants is established, and the user is essential in refining the project. In design development phase, conceptual diagrams take shape, and architectural, structural, mechanical, and electrical systems are developed. The final phase construction documents convey all the information required to construct the building. The design process and elements

  17. The effect of ultraviolet treatment on enzymatic activity and total phenolic content of minimally processed potato slices.

    Science.gov (United States)

    Teoh, Li Shing; Lasekan, Ola; Adzahan, Noranizan Mohd; Hashim, Norhashila

    2016-07-01

    In this work, potato slices were exposed to different doses of UV-C irradiation (i.e. 2.28, 6.84, 11.41, and 13.68 kJ m -2 ) with or without pretreatment [i.e. ascorbic acid and calcium chloride (AACCl) dip] and stored at 4 ± 1 °C. Changes in enzymatic activities of polyphenol oxidase (PPO), peroxidase (POD) and phenylalanine ammonia lyase (PAL), as well as total phenolic content (TPC) were investigated after 0, 3, 7 and 10 days of storage. Results showed that untreated and UV-C treated potato slices at 13.68 kJ m -2 dosage level showed significantly higher PPO, POD and PAL activities. Conversely, untreated potato slices showed the lowest TPC during storage period. Potato slices subjected to AACCl dip plus UV-C at 6.84 kJ m -2 produced lower PPO, POD and PAL activities, as well as maintained a high TPC during storage.

  18. Comparison between research data processing capabilities of AMD and NVIDIA architecture-based graphic processors

    International Nuclear Information System (INIS)

    Dudnik, V.A.; Kudryavtsev, V.I.; Us, S.A.; Shestakov, M.V.

    2015-01-01

    A comparative analysis has been made to describe the potentialities of hardware and software tools of two most widely used modern architectures of graphic processors (AMD and NVIDIA). Special features and differences of GPU architectures are exemplified by fragments of GPGPU programs. Time consumption for the program development has been estimated. Some pieces of advice are given as to the optimum choice of the GPU type for speeding up the processing of scientific research results. Recommendations are formulated for the use of software tools that reduce the time of GPGPU application programming for the given types of graphic processors

  19. Parallel and patterned optogenetic manipulation of neurons in the brain slice using a DMD-based projector.

    Science.gov (United States)

    Sakai, Seiichiro; Ueno, Kenichi; Ishizuka, Toru; Yawo, Hiromu

    2013-01-01

    Optical manipulation technologies greatly advanced the understanding of the neuronal network and its dysfunctions. To achieve patterned and parallel optical switching, we developed a microscopic illumination system using a commercial DMD-based projector and a software program. The spatiotemporal patterning of the system was evaluated using acute slices of the hippocampus. The neural activity was optically manipulated, positively by the combination of channelrhodopsin-2 (ChR2) and blue light, and negatively by the combination of archaerhodopsin-T (ArchT) and green light. It is suggested that our projector-managing optical system (PMOS) would effectively facilitate the optogenetic analyses of neurons and their circuits. Copyright © 2012 Elsevier Ireland Ltd and the Japan Neuroscience Society. All rights reserved.

  20. Evaluation of dose exposure in 64-slice CT colonography

    Energy Technology Data Exchange (ETDEWEB)

    Luz, O.; Trabold, T.; Kopp, A.F.; Claussen, C.D.; Heuschmid, M. [University Hospital Tuebingen, Department of Diagnostic Radiology, Tuebingen (Germany); Buchgeister, M.; Klabunde, M. [University of Tuebingen, Institute of Medical Physics, Tuebingen (Germany)

    2007-10-15

    The radiation exposure of four different 64-slice MDCT-colonography (CTC) protocols was evaluated using an Alderson-Rando phantom. Protocols using 30 mAs (collimation 20 x 1.2mm), 50 mAs (collimation 20 x 1.2 and 64 x 0.6mm) and 80 mAs (20 x 1.2 mm) representing screening low-dose, routine, narrow collimation and oncologic staging setups were measured with an Alderson-Rando phantom (Alderson Research Laboratories Inc.). Scans were performed on a 64-row MDCT (SOMATOM Sensation 64, Siemens) simulating the prone and supine positions with a constant voltage of 120 kV. Dose values (male/female) were 2.5/2.9, 3.8/4.2, 4.2/4.5 and 5.7/6.4 mSv for 30, 50 (20 x 1.2 and 64 x 0.6 mm) and 80 mAs, respectively. Measurements showed an elevated dose for females (11.5% mean; compared to males). Use of narrow collimation combined with 50 mAs resulted in a small increase of dose exposure of 10.5 (male) and 7.1% (female). Gonad doses ranged from 0.9 to 2.6 mSv (male) and from 1.5 to 3.5 mSv (female). In all protocols, the stomach wall, lower colon, urinary bladder and liver were slightly more highly exposed (all <2.3 mSv) than the other organs, and the breast dose was <0.3 mSv in every setup. Values of radiation exposure in 64- and 16-slice CTC differ only marginally when using the narrow collimation. In 64-slice CTC, the use of narrow (64 x 0.6 mm) collimation shows slightly elevated dose values compared to wider (20 x 1.2 mm) collimation. (orig.)

  1. Evaluation of dose exposure in 64-slice CT colonography

    International Nuclear Information System (INIS)

    Luz, O.; Trabold, T.; Kopp, A.F.; Claussen, C.D.; Heuschmid, M.; Buchgeister, M.; Klabunde, M.

    2007-01-01

    The radiation exposure of four different 64-slice MDCT-colonography (CTC) protocols was evaluated using an Alderson-Rando phantom. Protocols using 30 mAs (collimation 20 x 1.2mm), 50 mAs (collimation 20 x 1.2 and 64 x 0.6mm) and 80 mAs (20 x 1.2 mm) representing screening low-dose, routine, narrow collimation and oncologic staging setups were measured with an Alderson-Rando phantom (Alderson Research Laboratories Inc.). Scans were performed on a 64-row MDCT (SOMATOM Sensation 64, Siemens) simulating the prone and supine positions with a constant voltage of 120 kV. Dose values (male/female) were 2.5/2.9, 3.8/4.2, 4.2/4.5 and 5.7/6.4 mSv for 30, 50 (20 x 1.2 and 64 x 0.6 mm) and 80 mAs, respectively. Measurements showed an elevated dose for females (11.5% mean; compared to males). Use of narrow collimation combined with 50 mAs resulted in a small increase of dose exposure of 10.5 (male) and 7.1% (female). Gonad doses ranged from 0.9 to 2.6 mSv (male) and from 1.5 to 3.5 mSv (female). In all protocols, the stomach wall, lower colon, urinary bladder and liver were slightly more highly exposed (all <2.3 mSv) than the other organs, and the breast dose was <0.3 mSv in every setup. Values of radiation exposure in 64- and 16-slice CTC differ only marginally when using the narrow collimation. In 64-slice CTC, the use of narrow (64 x 0.6 mm) collimation shows slightly elevated dose values compared to wider (20 x 1.2 mm) collimation. (orig.)

  2. The accuracy of ventricular volume measurement and the optimal slice thickness by using multislice helical computed tomography

    International Nuclear Information System (INIS)

    Cui Wei; Guo Yuyin

    2005-01-01

    Objective: To determine the optimal slice thickness for ventricular volume measurement by tomographic multislice Simpson's method and to evaluate the accuracy of ventricular volume measured by multislice helical computed tomography (MSCT) in human ventricular casts. Methods: Fourteen human left ventricular (LV) and 15 right ventricular (RV) casts were scanned with MSCT scanner by using a scanning protocol similar to clinical practice. A series of LV and RV short-axis images were reconstructed with slice thickness of 2 mm, 3.5 mm, 5 mm, 7 mm, and 10 mm, respectively. Multislice Simpson's method was used to calculate LV and RV volumes and true cast volume was determined by water displacement. Results: The true LV and RV volumes were (55.57 ± 28.91) ml, and (64.23 ± 24.51) ml, respectively. The calculated volumes from different slice thickness ranged from (58.78 ± 28.93) ml to (68.15 ± 32.57) ml for LV casts, and (74.45 ± 27.81) ml to (88.14 ± 32.91) ml for RV casts, respectively. Both the calculated LV and RV volumes correlated closely with the corresponding true volumes (all r > 0.95, P<0.001), but overestimated the corresponding true volume by (3.21 ± 5.95) to (12.58 ± 8.56) ml for LV and (10.22 ± 8.45) to (23.91 ± 12.24) ml for RV (all P<0.01). There was a close correlation between the overestimation and the selected slice thickness for both LV and RV volume measurements (r=0.998 and 0.996, P<0.001). However, when slice thickness was reduced to 5.0 mm, the overestimation became nonsignificant for slice thickness through 2.0 mm to 5.0 mm, and also for both LV and RV volume measurements. Conclusion: Both LV and RV volumes can be accurately calculated with MSCT. A 5 mm slice thickness is enough and most efficient for accurate measurement of LV and RV volume. (authors)

  3. A CORBA BASED ARCHITECTURE FOR ACCESSING REUSABLE SOFTWARE COMPONENTS ON THE WEB.

    Directory of Open Access Journals (Sweden)

    R. Cenk ERDUR

    2003-01-01

    Full Text Available In a very near future, as a result of the continious growth of Internet and advances in networking technologies, Internet will become the common software repository for people and organizations who employ component based reuse approach in their software development life cycles. In order to use the reusable components such as source codes, analysis, designs, design patterns during new software development processes, environments that support the identification of the components over Internet are needed. Basic elements of such an environment are the coordinator programs which deliver user requests to appropriate component libraries, user interfaces for querying, and programs that wrap the component libraries. First, a CORBA based architecture is proposed for such an environment. Then, an alternative architecture that is based on the Java 2 platform technologies is given for the same environment. Finally, the two architectures are compared.

  4. Effects of chemical composite, puffing temperature and intermediate moisture content on physical properties of potato and apple slices

    Science.gov (United States)

    Tabtaing, S.; Paengkanya, S.; Tanthong, P.

    2017-09-01

    Puffing technique is the process that can improve texture and volumetric of crisp fruit and vegetable. However, the effect of chemical composite in foods on puffing characteristics is still lack of study. Therefore, potato and apple slices were comparative study on their physical properties. Potato and apple were sliced into 2.5 mm thickness and 2.5 cm in diameter. Potato slices were treated by hot water for 2 min while apple slices were not treatment. After that, they were dried in 3 steps. First step, they were dried by hot air at temperature of 90°C until their moisture content reached to 30, 40, and 50 % dry basis. Then they were puffed by hot air at temperature of 130, 150, and 170°C for 2 min. Finally, they were dried again by hot air at temperature of 90°C until their final moisture content reached to 4% dry basis. The experimental results showed that chemical composite of food affected on physical properties of puffed product. Puffed potato had higher volume ratio than those puffed apple because potato slices contains starch. The higher starch content provided more hard texture of potato than those apples. Puffing temperature and moisture content strongly affected on the color, volume ratio, and textural properties of puffed potato slices. In addition, the high drying rate of puffed product observed at high puffing temperature and higher moisture content.

  5. Analysis of Architecture Pattern Usage in Legacy System Architecture Documentation

    NARCIS (Netherlands)

    Harrison, Neil B.; Avgeriou, Paris

    2008-01-01

    Architecture patterns are an important tool in architectural design. However, while many architecture patterns have been identified, there is little in-depth understanding of their actual use in software architectures. For instance, there is no overview of how many patterns are used per system or

  6. On the Architectural Engineering Competences in Architectural Design

    DEFF Research Database (Denmark)

    Kirkegaard, Poul Henning

    2007-01-01

    In 1997 a new education in Architecture & Design at Department of Architecture and Design, Aalborg University was started with 50 students. During the recent years this number has increased to approximately 100 new students each year, i.e. approximately 500 students are following the 3 years...... bachelor (BSc) and the 2 years master (MSc) programme. The first 5 semesters are common for all students followed by 5 semesters with specialization into Architectural Design, Urban Design, Industrial Design or Digital Design. The present paper gives a short summary of the architectural engineering...

  7. Influence of 60Co γ irradiation pre-treatment on characteristics of hot air drying sweet potato slices

    International Nuclear Information System (INIS)

    Jiang Ning; Liu Chunquan; Li Dajing; Liu Xia; Yan Qimei

    2012-01-01

    The influences of irradiation, hot air temperature and thicknesses of the slices on the characters of dehydration and surface temperature of 60 Co γ-rays irradiated sweet potato were investigated. Meanwhile, microscopic observation and determination of water activity of irradiated sweet potato were conducted. The results show that the drying rate and the surface temperature rose with the increasing of irradiation dose. When the dry basis moisture content was 150%, the drying rate of the samples were 1.92, 1.97, 2.05, 2.28, 3.12% /min while the irradiation dose were 0, 2, 5, 8, 10 kGy, and the surface temperature were 48.5 ℃, 46.3℃, 44.5 ℃, 42.2 ℃, 41.5 ℃, respectively. With higher air temperature and thinner of the sweet potato slices, the dehydration of the irradiated sweet potato slices were faster. The drying speed of sweet potato slices at 85 ℃ was 170 min faster than that of 65 ℃. The drying speed of 7 mm sweet potato slices was 228 min faster than that of 3 mm sample. The cell wall and the vacuole of the sweet potato slices were broken after irradiation, and its water activity increased with the increase is radiation dose. The water activity of the irradiated samples were 0.92, 0.945, 0.958, 0.969, 0.979 with the irradiation doses of 0, 2, 5, 8, 10 kGy, respectively. The hot air drying rate, surface temperature and water activity of sweet potato are significantly impacted by irradiation. The conclusion provides a theoretical foundation for further processing technology of combined radiation and hot air drying sweet potato. (authors)

  8. Algorithms and architectures of artificial intelligence

    CERN Document Server

    Tyugu, E

    2007-01-01

    This book gives an overview of methods developed in artificial intelligence for search, learning, problem solving and decision-making. It gives an overview of algorithms and architectures of artificial intelligence that have reached the degree of maturity when a method can be presented as an algorithm, or when a well-defined architecture is known, e.g. in neural nets and intelligent agents. It can be used as a handbook for a wide audience of application developers who are interested in using artificial intelligence methods in their software products. Parts of the text are rather independent, so that one can look into the index and go directly to a description of a method presented in the form of an abstract algorithm or an architectural solution. The book can be used also as a textbook for a course in applied artificial intelligence. Exercises on the subject are added at the end of each chapter. Neither programming skills nor specific knowledge in computer science are expected from the reader. However, some p...

  9. Advanced parallel processing with supercomputer architectures

    International Nuclear Information System (INIS)

    Hwang, K.

    1987-01-01

    This paper investigates advanced parallel processing techniques and innovative hardware/software architectures that can be applied to boost the performance of supercomputers. Critical issues on architectural choices, parallel languages, compiling techniques, resource management, concurrency control, programming environment, parallel algorithms, and performance enhancement methods are examined and the best answers are presented. The authors cover advanced processing techniques suitable for supercomputers, high-end mainframes, minisupers, and array processors. The coverage emphasizes vectorization, multitasking, multiprocessing, and distributed computing. In order to achieve these operation modes, parallel languages, smart compilers, synchronization mechanisms, load balancing methods, mapping parallel algorithms, operating system functions, application library, and multidiscipline interactions are investigated to ensure high performance. At the end, they assess the potentials of optical and neural technologies for developing future supercomputers

  10. Organotypic hippocampal slice culture from the adult mouse brain: a versatile tool for translational neuropsychopharmacology.

    Science.gov (United States)

    Kim, Hyunjeong; Kim, Eosu; Park, Minsun; Lee, Eun; Namkoong, Kee

    2013-03-05

    One of the most significant barriers towards translational neuropsychiatry would be an unavailability of living brain tissues. Although organotypic brain tissue culture could be a useful alternative enabling observation of temporal changes induced by various drugs in living brain tissues, a proper method to establish a stable organotypic brain slice culture system using adult (rather than neonatal) hippocampus has been still elusive. In this study, we evaluated our simple method using the serum-free culture medium for successful adult organotypic hippocampal slice culture. Several tens of hippocampal slices from a single adult mouse (3-5 months old) were cultured in serum-free versus serum-containing conventional culture medium for 30 days and underwent various experiments to validate the effects of the existence of serum in the culture medium. Neither the excessive regression of neuronal viability nor metabolic deficiency was observed in the serum-free medium culture in contrast to the serum-containing medium culture. Despite such viability, newly generated immature neurons were scarcely detected in the serum-free culture, suggesting that the original neurons in the brain slice persist rather than being replaced by neurogenesis. Key structural features of in vivo neural tissue constituting astrocytes, neural processes, and pre- and post-synapses were also well preserved in the serum-free culture. In conclusion, using the serum-free culture medium, the adult hippocampal slice culture system will serve as a promising ex vivo tool for various fields of neuroscience, especially for studies on aging-related neuropsychiatric disorders or for high throughput screening of potential agents working against such disorders. Copyright © 2012 Elsevier Inc. All rights reserved.

  11. Characterization of masses in digital breast tomosynthesis: Comparison of machine learning in projection views and reconstructed slices

    International Nuclear Information System (INIS)

    Chan, Heang-Ping; Wu Yita; Sahiner, Berkman; Wei, Jun; Helvie, Mark A.; Zhang Yiheng; Moore, Richard H.; Kopans, Daniel B.; Hadjiiski, Lubomir; Way, Ted

    2010-01-01

    Purpose: In digital breast tomosynthesis (DBT), quasi-three-dimensional (3D) structural information is reconstructed from a small number of 2D projection view (PV) mammograms acquired over a limited angular range. The authors developed preliminary computer-aided diagnosis (CADx) methods for classification of malignant and benign masses and compared the effectiveness of analyzing lesion characteristics in the reconstructed DBT slices and in the PVs. Methods: A data set of MLO view DBT of 99 patients containing 107 masses (56 malignant and 51 benign) was collected at the Massachusetts General Hospital with IRB approval. The DBTs were obtained with a GE prototype system which acquired 11 PVs over a 50 deg. arc. The authors reconstructed the DBTs at 1 mm slice interval using a simultaneous algebraic reconstruction technique. The region of interest (ROI) containing the mass was marked by a radiologist in the DBT volume and the corresponding ROIs on the PVs were derived based on the imaging geometry. The subsequent processes were fully automated. For classification of masses using the DBT-slice approach, the mass on each slice was segmented by an active contour model initialized with adaptive k-means clustering. A spiculation likelihood map was generated by analysis of the gradient directions around the mass margin and spiculation features were extracted from the map. The rubber band straightening transform (RBST) was applied to a band of pixels around the segmented mass boundary. The RBST image was enhanced by Sobel filtering in the horizontal and vertical directions, from which run-length statistics texture features were extracted. Morphological features including those from the normalized radial length were designed to describe the mass shape. A feature space composed of the spiculation features, texture features, and morphological features extracted from the central slice alone and seven feature spaces obtained by averaging the corresponding features from three to 19

  12. Advanced network programming principles and techniques : network application programming with Java

    CERN Document Server

    Ciubotaru, Bogdan

    2013-01-01

    Answering the need for an accessible overview of the field, this text/reference presents a manageable introduction to both the theoretical and practical aspects of computer networks and network programming. Clearly structured and easy to follow, the book describes cutting-edge developments in network architectures, communication protocols, and programming techniques and models, supported by code examples for hands-on practice with creating network-based applications. Features: presents detailed coverage of network architectures; gently introduces the reader to the basic ideas underpinning comp

  13. Power and Energy Architecture for Army Advanced Energy Initiative

    National Research Council Canada - National Science Library

    Shaffer, Edward C; Massie, Darrell D; Cross, James B

    2006-01-01

    ... technologies for the Army. The current P&E architecture is an amalgam of independent programs, which traditionally have been developed in stovepipe organizations, and often as an afterthought to the development of other advanced technologies...

  14. IRAS galaxies and the large-scale structure in the CfA slice

    Science.gov (United States)

    Babul, Arif; Postman, Marc

    1990-01-01

    The spatial distributions of the IRAS and the optical galaxies in the first CfA slice are compared. The IRAS galaxies are generally less clustered than optical ones, but their distribution is essentially identical to that of late-type optical galaxies. The discrepancy between the clustering properties of the IRAS and optical samples in the CfA slice region is found to be entirely due to the paucity of IRAS galaxies in the core of the Coma cluster. The spatial distributions of the IRAS and the optical galaxies, both late and early types, outside the dense core of the Coma cluster are entirely consistent with each other. This conflicts with the prediction of the linear biasing scenario.

  15. Redshifts for fainter galaxies in the first CfA survey slice. II

    Science.gov (United States)

    Wegner, Gary; Thorstensen, John R.; Kurtz, Michael J.; Geller, Margaret J.; Huchra, John P.

    1990-01-01

    Redshifts were measured for 96 galaxies in right ascension alpha between 8h and 17h declination delta between 30 and 31 deg, and with m(Zwicky) in the range 15.6-15.7. These correspond to 94 of the 96 entries in the Zwicky-Nilson merged catalog. The declination range delta between 29 deg and 31 deg is now complete to m(Zwicky) = 15.7. The structures in the first 6-deg-wide slice of the Center for Astrophysics redshift survey slice (delta between 26.5 and 32.5 deg are clearly defined in the 2-deg-wide slightly deeper sample; the fainter galaxies trace the structures defined by the brighter ones.

  16. Heterogeneous System Architectures from APUs to discrete GPUs

    CERN Multimedia

    CERN. Geneva

    2013-01-01

    We will present the Heterogeneous Systems Architectures that new AMD processors are bringing with the new GCN based GPUs and the new APUs. We will show how together they represent a huge step forward for programming flexibility and performance efficiently for Compute.

  17. Presenting an Approach for Conducting Knowledge Architecture within Large-Scale Organizations.

    Science.gov (United States)

    Varaee, Touraj; Habibi, Jafar; Mohaghar, Ali

    2015-01-01

    Knowledge architecture (KA) establishes the basic groundwork for the successful implementation of a short-term or long-term knowledge management (KM) program. An example of KA is the design of a prototype before a new vehicle is manufactured. Due to a transformation to large-scale organizations, the traditional architecture of organizations is undergoing fundamental changes. This paper explores the main strengths and weaknesses in the field of KA within large-scale organizations and provides a suitable methodology and supervising framework to overcome specific limitations. This objective was achieved by applying and updating the concepts from the Zachman information architectural framework and the information architectural methodology of enterprise architecture planning (EAP). The proposed solution may be beneficial for architects in knowledge-related areas to successfully accomplish KM within large-scale organizations. The research method is descriptive; its validity is confirmed by performing a case study and polling the opinions of KA experts.

  18. Biofilm growth program and architecture revealed by single-cell live imaging

    Science.gov (United States)

    Yan, Jing; Sabass, Benedikt; Stone, Howard; Wingreen, Ned; Bassler, Bonnie

    Biofilms are surface-associated bacterial communities. Little is known about biofilm structure at the level of individual cells. We image living, growing Vibrio cholerae biofilms from founder cells to ten thousand cells at single-cell resolution, and discover the forces underpinning the architectural evolution of the biofilm. Mutagenesis, matrix labeling, and simulations demonstrate that surface-adhesion-mediated compression causes V. cholerae biofilms to transition from a two-dimensional branched morphology to a dense, ordered three-dimensional cluster. We discover that directional proliferation of rod-shaped bacteria plays a dominant role in shaping the biofilm architecture, and this growth pattern is controlled by a single gene. Competition analyses reveal the advantages of the dense growth mode in providing the biofilm with superior mechanical properties. We will further present continuum theory to model the three-dimensional growth of biofilms at the solid-liquid interface as well as solid-air interface.

  19. Dose reduction using prospective electrocardiograph-triggered axial coronary scan on the 64-slice spiral CT

    International Nuclear Information System (INIS)

    Wang Yanyan; Wu Guogeng; Zhou Cheng; Gao Jianhua; Jiao Sheng; Cao Huizhi

    2008-01-01

    Objective: To compare radiation dose and image quality between prospective electrocardiograph (ECG)-triggered axial scan and retrospective ECG-gated helical scan in coronary 64-slice CT angiography (CTA). Methods: Seventy-seven consecutive patients [group A. Average body mass index (BMI): 24.6, heart rate 0.05). Conclusion: Prospective ECG-triggered axial scan in 64-slice coronary CTA can significantly reduce radiation exposure and the image quality can fulfill clinical diagnostic needs. (authors)

  20. Re-use of Low Bandwidth Equipment for High Bit Rate Transmission Using Signal Slicing Technique

    DEFF Research Database (Denmark)

    Wagner, Christoph; Spolitis, S.; Vegas Olmos, Juan José

    : Massive fiber-to-the-home network deployment requires never ending equipment upgrades operating at higher bandwidth. We show effective signal slicing method, which can reuse low bandwidth opto-electronical components for optical communications at higher bit rates.......: Massive fiber-to-the-home network deployment requires never ending equipment upgrades operating at higher bandwidth. We show effective signal slicing method, which can reuse low bandwidth opto-electronical components for optical communications at higher bit rates....

  1. Thin slices of friendship: do non-verbal behaviors predict first impressions during getting acquainted interactions?

    OpenAIRE

    Urgancı, Betül

    2017-01-01

    Cataloged from PDF version of article. Thesis (M.S.): Bilkent University, Department of Psychology, İhsan Doğramacı Bilkent University, 2017. Includes bibliographical references (leaves 28-32). Does a very brief observation of a person predict first impressions? Prior research has shown that these brief observations, called thin slices, predict many psychological outcomes such as individual performance. However, there is a not much research investigating whether thin slices predict f...

  2. Experimental study of multi-slice CT for the evaluation of atherosclerotic plaques

    International Nuclear Information System (INIS)

    Tang Xiang; Lv Bin; Wu Wenhui; Lu Jinguo; Dai Ruping; Bai Hua; Tang Yue; Lv Fengying; Jiang Shiliang

    2009-01-01

    Objective: To evaluate the diagnostic values of MSCT for detecting atherosclerotic plaques on New Zealand rabbits models in comparison with pathologic results. Methods: Fifteen New Zealand rabbits were enrolled in this study, including 5 with balloon injury and high-fat diet (group A), 5 with high-fat diet only (group B) and 5 with regular feed (group C). 16th week late, contrast-enhanced MSCT scan was performed in all rabbits with 16 slice MSCT (16-MSCT) in group A and 64 slice MSCT (64-MSCT) in group B and C. The CT and pathological findings were compared in a double-blind manner. The sensitivities and specificities of 16-MSCT and 64-MSCT for detecting atherosclerotic plaques were evaluated by using Fisher test and χ 2 test. Results: Sixty and seventy-five images on 16-MSCT and 64-MSCT had corresponding pathological slices. The sensitivities for the detection of plaques on 16-MSCT and 64-MSCT were 41.5% (22/53) and 64.9% (24/37), and specificities of 85.7% (6/7) and 89.5% (34/38), respectively. Conclusions: 64-MSCT has a higher sensitivity in the detection of atherosclerotic plaques than 16-MSCT. Both scanners can be used to preclude the diagnosis of atherosclerosis. (authors)

  3. How organisation of architecture documentation affects architectural knowledge retrieval

    NARCIS (Netherlands)

    de Graaf, K.A.; Liang, P.; Tang, A.; Vliet, J.C.

    A common approach to software architecture documentation in industry projects is the use of file-based documents. This approach offers a single-dimensional arrangement of the architectural knowledge. Knowledge retrieval from file-based architecture documentation is efficient if the organisation of

  4. Technical Reference Suite Addressing Challenges of Providing Assurance for Fault Management Architectural Design

    Science.gov (United States)

    Fitz, Rhonda; Whitman, Gerek

    2016-01-01

    Research into complexities of software systems Fault Management (FM) and how architectural design decisions affect safety, preservation of assets, and maintenance of desired system functionality has coalesced into a technical reference (TR) suite that advances the provision of safety and mission assurance. The NASA Independent Verification and Validation (IV&V) Program, with Software Assurance Research Program support, extracted FM architectures across the IV&V portfolio to evaluate robustness, assess visibility for validation and test, and define software assurance methods applied to the architectures and designs. This investigation spanned IV&V projects with seven different primary developers, a wide range of sizes and complexities, and encompassed Deep Space Robotic, Human Spaceflight, and Earth Orbiter mission FM architectures. The initiative continues with an expansion of the TR suite to include Launch Vehicles, adding the benefit of investigating differences intrinsic to model-based FM architectures and insight into complexities of FM within an Agile software development environment, in order to improve awareness of how nontraditional processes affect FM architectural design and system health management. The identification of particular FM architectures, visibility, and associated IV&V techniques provides a TR suite that enables greater assurance that critical software systems will adequately protect against faults and respond to adverse conditions. Additionally, the role FM has with regard to strengthened security requirements, with potential to advance overall asset protection of flight software systems, is being addressed with the development of an adverse conditions database encompassing flight software vulnerabilities. Capitalizing on the established framework, this TR suite provides assurance capability for a variety of FM architectures and varied development approaches. Research results are being disseminated across NASA, other agencies, and the

  5. Bacteriological Quality of Dried Sliced Beef (Kilishi) Sold In Ilorin ...

    African Journals Online (AJOL)

    DR. MIKE HORSFALL

    ABSTRACT: The bacteriological quality of dried sliced beef (kilishi) obtained from three selling points in. Ilorin metropolis was determined in order to ascertain its safety. The total bacterial count, Enterobacteriaceae count, Staphylococcus aureus count and E.coli counts were used as index of bacteriological quality. Samples.

  6. Slices: A shape-proxy based on planar sections

    KAUST Repository

    McCrae, James

    2011-12-01

    Minimalist object representations or shape-proxies that spark and inspire human perception of shape remain an incompletely understood, yet powerful aspect of visual communication. We explore the use of planar sections, i.e., the contours of intersection of planes with a 3D object, for creating shape abstractions, motivated by their popularity in art and engineering. We first perform a user study to show that humans do define consistent and similar planar section proxies for common objects. Interestingly, we observe a strong correlation between user-defined planes and geometric features of objects. Further we show that the problem of finding the minimum set of planes that capture a set of 3D geometric shape features is both NP-hard and not always the proxy a user would pick. Guided by the principles inferred from our user study, we present an algorithm that progressively selects planes to maximize feature coverage, which in turn influence the selection of subsequent planes. The algorithmic framework easily incorporates various shape features, while their relative importance values are computed and validated from the user study data. We use our algorithm to compute planar slices for various objects, validate their utility towards object abstraction using a second user study, and conclude showing the potential applications of the extracted planar slice shape proxies.

  7. Bulk Fields and Supersymmetry in a Slice of AdS

    CERN Document Server

    Gherghetta, Tony; Gherghetta, Tony; Pomarol, Alex

    2000-01-01

    Five-dimensional models where the bulk is a slice of AdS have the virtue of solving the hierarchy problem. The electroweak scale is generated by a ``warp'' factor of the induced metric on the brane where the standard model fields live. However, it is not necessary to confine the standard model fields on the brane and we analyze the possibility of having the fields actually living in the slice of AdS. Specifically, we study the behaviour of fermions, gauge bosons and scalars in this geometry and their implications on electroweak physics. These scenarios can provide an explanation of the fermion mass hierarchy by warp factors. We also consider the case of supersymmetry in the bulk, and analyze the conditions on the mass spectrum. Finally, a model is proposed where the warp factor generates a small (TeV) supersymmetry-breaking scale, with the gauge interactions mediating the breaking to the scalar sector.

  8. A model for the parabolic slices Per1(e2πip/q) in moduli space of quadratic rational maps

    DEFF Research Database (Denmark)

    Uhre, Eva

    2010-01-01

    The notion of relatedness loci in the parabolic slices Per1(e2πip/q) in moduli space of quadratic rational maps is introduced. They are counterparts of the disconnectedness or escape locus in the slice of quadratic polynomials. A model for these loci is presented, and a strategy of proof of the f......The notion of relatedness loci in the parabolic slices Per1(e2πip/q) in moduli space of quadratic rational maps is introduced. They are counterparts of the disconnectedness or escape locus in the slice of quadratic polynomials. A model for these loci is presented, and a strategy of proof...... of the faithfulness of the model is given....

  9. Drying kinetics of whole and sliced turmeric rhizomes (Curcuma longa L. in a solar conduction dryer

    Directory of Open Access Journals (Sweden)

    A. Borah

    2015-09-01

    Full Text Available Drying of turmeric was carried out in a solar conduction dryer (SCD. Drying air temperature was achieved around 39–51 °C for an ambient temperature in the range of 25–28 °C. Moisture content from 78.65% (wb, was reduced to 6.36% (wb and 5.50% (wb for solid and sliced samples respectively in 12 h effective drying time. Drying curve of sliced samples showed more uniform falling in comparison to that of whole samples. The average effective moisture diffusivity was found to be 1.852 × 10−10 m2 s−1 for slab samples and 1.456 × 10−10 m2 s−1 for solid samples. Out of four models tried for simulation, Page model was found as best fitted thin layer drying model when simulation was done for all the drying data. The overall thermal efficiency of the dryer was found to be 55%. Drying of sliced rhizomes showed better drying kinetics and effective drying time could be reduced by slicing instead of drying in whole form.

  10. Use of pattern recognition for unaliasing simultaneously acquired slices in simultaneous multislice MR fingerprinting.

    Science.gov (United States)

    Jiang, Yun; Ma, Dan; Bhat, Himanshu; Ye, Huihui; Cauley, Stephen F; Wald, Lawrence L; Setsompop, Kawin; Griswold, Mark A

    2017-11-01

    The purpose of this study is to accelerate an MR fingerprinting (MRF) acquisition by using a simultaneous multislice method. A multiband radiofrequency (RF) pulse was designed to excite two slices with different flip angles and phases. The signals of two slices were driven to be as orthogonal as possible. The mixed and undersampled MRF signal was matched to two dictionaries to retrieve T 1 and T 2 maps of each slice. Quantitative results from the proposed method were validated with the gold-standard spin echo methods in a phantom. T 1 and T 2 maps of in vivo human brain from two simultaneously acquired slices were also compared to the results of fast imaging with steady-state precession based MRF method (MRF-FISP) with a single-band RF excitation. The phantom results showed that the simultaneous multislice imaging MRF-FISP method quantified the relaxation properties accurately compared to the gold-standard spin echo methods. T 1 and T 2 values of in vivo brain from the proposed method also matched the results from the normal MRF-FISP acquisition. T 1 and T 2 values can be quantified at a multiband acceleration factor of two using our proposed acquisition even in a single-channel receive coil. Further acceleration could be achieved by combining this method with parallel imaging or iterative reconstruction. Magn Reson Med 78:1870-1876, 2017. © 2016 International Society for Magnetic Resonance in Medicine. © 2016 International Society for Magnetic Resonance in Medicine.

  11. Metabolic Characterization of Acutely Isolated Hippocampal and Cerebral Cortical Slices Using [U-(13)C]Glucose and [1,2-(13)C]Acetate as Substrates

    DEFF Research Database (Denmark)

    McNair, Laura F; Kornfelt, Rasmus; Walls, Anne B

    2017-01-01

    Brain slice preparations from rats, mice and guinea pigs have served as important tools for studies of neurotransmission and metabolism. While hippocampal slices routinely have been used for electrophysiology studies, metabolic processes have mostly been studied in cerebral cortical slices. Few...

  12. Service-Oriented Architecture Afloat: A Capabilities-Based Prioritization Scheme

    Science.gov (United States)

    2013-04-01

    to “information superiority,” ultimately enhancing warfighting capability. Introduction The Program Executive Office for Command, Control...gateway architecture for IP satellite networks with dynamic resource mangement and DiffServ QoS provision. International Journal of Satellite

  13. Information Architecture in Library and Information Science Curricula.

    Science.gov (United States)

    Robins, David

    2002-01-01

    Discusses how information architecture is being handled in some library and information science (LIS) programs and suggests mappings between traditional LIS curricula and the marketplace for information architects. Topics include terminology used in LIS curricula; current job opportunities; and projections for the future. (LRW)

  14. Programming Models in HPC

    Energy Technology Data Exchange (ETDEWEB)

    Shipman, Galen M. [Los Alamos National Lab. (LANL), Los Alamos, NM (United States)

    2016-06-13

    These are the slides for a presentation on programming models in HPC, at the Los Alamos National Laboratory's Parallel Computing Summer School. The following topics are covered: Flynn's Taxonomy of computer architectures; single instruction single data; single instruction multiple data; multiple instruction multiple data; address space organization; definition of Trinity (Intel Xeon-Phi is a MIMD architecture); single program multiple data; multiple program multiple data; ExMatEx workflow overview; definition of a programming model, programming languages, runtime systems; programming model and environments; MPI (Message Passing Interface); OpenMP; Kokkos (Performance Portable Thread-Parallel Programming Model); Kokkos abstractions, patterns, policies, and spaces; RAJA, a systematic approach to node-level portability and tuning; overview of the Legion Programming Model; mapping tasks and data to hardware resources; interoperability: supporting task-level models; Legion S3D execution and performance details; workflow, integration of external resources into the programming model.

  15. Passive solar energy-efficient architectural building Design ...

    African Journals Online (AJOL)

    In this paper analyses have been done on the climate data for various climatic regions in North Cyprus to obtain physical architectural building design specification with a view to develop passive solar energy-efficient building. It utilizes a computer program, ARCHIPAK, together with climate data (for 25 year period) to get ...

  16. Slice of LHC dipole wiring

    CERN Multimedia

    Dipole model slice made in 1994 by Ansaldo. The high magnetic fields needed for guiding particles around the Large Hadron Collider (LHC) ring are created by passing 12’500 amps of current through coils of superconducting wiring. At very low temperatures, superconductors have no electrical resistance and therefore no power loss. The LHC is the largest superconducting installation ever built. The magnetic field must also be extremely uniform. This means the current flowing in the coils has to be very precisely controlled. Indeed, nowhere before has such precision been achieved at such high currents. 50’000 tonnes of steel sheets are used to make the magnet yokes that keep the wiring firmly in place. The yokes constitute approximately 80% of the accelerator's weight and, placed side by side, stretch over 20 km!

  17. Capital Architecture: Situating symbolism parallel to architectural methods and technology

    Science.gov (United States)

    Daoud, Bassam

    Capital Architecture is a symbol of a nation's global presence and the cultural and social focal point of its inhabitants. Since the advent of High-Modernism in Western cities, and subsequently decolonised capitals, civic architecture no longer seems to be strictly grounded in the philosophy that national buildings shape the legacy of government and the way a nation is regarded through its built environment. Amidst an exceedingly globalized architectural practice and with the growing concern of key heritage foundations over the shortcomings of international modernism in representing its immediate socio-cultural context, the contextualization of public architecture within its sociological, cultural and economic framework in capital cities became the key denominator of this thesis. Civic architecture in capital cities is essential to confront the challenges of symbolizing a nation and demonstrating the legitimacy of the government'. In today's dominantly secular Western societies, governmental architecture, especially where the seat of political power lies, is the ultimate form of architectural expression in conveying a sense of identity and underlining a nation's status. Departing with these convictions, this thesis investigates the embodied symbolic power, the representative capacity, and the inherent permanence in contemporary architecture, and in its modes of production. Through a vast study on Modern architectural ideals and heritage -- in parallel to methodologies -- the thesis stimulates the future of large scale governmental building practices and aims to identify and index the key constituents that may respond to the lack representation in civic architecture in capital cities.

  18. Software architecture evolution

    DEFF Research Database (Denmark)

    Barais, Olivier; Le Meur, Anne-Francoise; Duchien, Laurence

    2008-01-01

    Software architectures must frequently evolve to cope with changing requirements, and this evolution often implies integrating new concerns. Unfortunately, when the new concerns are crosscutting, existing architecture description languages provide little or no support for this kind of evolution....... The software architect must modify multiple elements of the architecture manually, which risks introducing inconsistencies. This chapter provides an overview, comparison and detailed treatment of the various state-of-the-art approaches to describing and evolving software architectures. Furthermore, we discuss...... one particular framework named Tran SAT, which addresses the above problems of software architecture evolution. Tran SAT provides a new element in the software architecture descriptions language, called an architectural aspect, for describing new concerns and their integration into an existing...

  19. Hands-On Educational Programs and Projects at SICSA

    Science.gov (United States)

    Bell, L.

    2002-01-01

    The Sasakawa International Center for Space Architecture (SICSA) has a long history of projects that involve the design of space structures, including habitats for low-Earth orbit (LEO) and planetary applications. Some of these projects are supported by corporate sponsors, such as a space tourism research, planning and design study conducted for the owner of national U.S. hotel chain. Some have been undertaken in support of programs sponsored by the State Government of Texas, including current commercial spaceport development planning for the Texas Aerospace Commission and three counties that represent candidate spaceport sites. Other projects have been supported by NASA and the Texas Aerospace Consortium, including the design and development of SICSA's "Space Habitation Laboratory", a space station module sized environmental simulator facility which has been featured in the "NASA Select" television broadcast series. This presentation will highlight representative projects. SICSA is internationally recognized for its leadership in the field of space architecture. Many program graduates have embarked upon productive and rewarding careers with aerospace organizations throughout the world. NASA has awarded certificates of appreciation to SICSA for significant achievements contributing to its advanced design initiatives. SICSA and its work have been featured in numerous popular magazines, professional publications, and public media broadcasts in many countries. SICSA applies a very comprehensive scope of activities to the practice of space architecture. Important roles include mission planning conceptualization of orbital and planetary structures and assembly processes, and design of habitats to optimize human safety, adaptation and productivity. SICSA sponsors educational programs for upper division undergraduate students and graduate students with interests in space and experimental architecture. Many fourth year participants continue in the SICSA program throughout

  20. IMF-Slices for GPR Data Processing Using Variational Mode Decomposition Method

    Directory of Open Access Journals (Sweden)

    Xuebing Zhang

    2018-03-01

    Full Text Available Using traditional time-frequency analysis methods, it is possible to delineate the time-frequency structures of ground-penetrating radar (GPR data. A series of applications based on time-frequency analysis were proposed for the GPR data processing and imaging. With respect to signal processing, GPR data are typically non-stationary, which limits the applications of these methods moving forward. Empirical mode decomposition (EMD provides alternative solutions with a fresh perspective. With EMD, GPR data are decomposed into a set of sub-components, i.e., the intrinsic mode functions (IMFs. However, the mode-mixing effect may also bring some negatives. To utilize the IMFs’ benefits, and avoid the negatives of the EMD, we introduce a new decomposition scheme termed variational mode decomposition (VMD for GPR data processing for imaging. Based on the decomposition results of the VMD, we propose a new method which we refer as “the IMF-slice”. In the proposed method, the IMFs are generated by the VMD trace by trace, and then each IMF is sorted and recorded into different profiles (i.e., the IMF-slices according to its center frequency. Using IMF-slices, the GPR data can be divided into several IMF-slices, each of which delineates a main vibration mode, and some subsurface layers and geophysical events can be identified more clearly. The effectiveness of the proposed method is tested using synthetic benchmark signals, laboratory data and the field dataset.