WorldWideScience

Sample records for hw design based

  1. A HW-SW Co-Designed System for the Lunar Lander Hazard Detection and Avoidance Breadboarding

    Science.gov (United States)

    Palomo, Pedro; Latorre, Antonio; Valle, Carlos; Gomez de Aguero, Sergio; Hagenfeldt, Miguel; Parreira, Baltazar; Lindoso, Almudena; Portela, Marta; Garcia, Mario; San Millan, Enrique; Zharikov, Yuri; Entrena, Luis

    2014-08-01

    This paper presents the HW-SW co-design approach followed to tackle the design of the Hazard Detection and Avoidance (HDA) system breadboarding for the Lunar Lander ESA mission, undertaken given the fact that novel GNC technologies used to promote autonomous systems demand processing capabilities that current (and forthcoming) space processors are not able to satisfy. The paper shows how the current system design has been performed in a process in which the original HDA functionally validated design has been partitioned between SW (deemed for execution in a microprocessor) and HW algorithms (to be executed in an FPGA), considering the performance requirements and resorting to a deep analysis of the algorithms in view of their adequacy to HW or SW implementation.

  2. Speculative dynamic vectorization to assist static vectorization in a HW/SW co-designed environment

    OpenAIRE

    Kumar, R.; Martinez, A.; Gonzalez, A.

    2013-01-01

    Compiler based static vectorization is used widely to extract data level parallelism from computation intensive applications. Static vectorization is very effective in vectorizing traditional array based applications. However, compilers inability to reorder ambiguous memory references severely limits vectorization opportunities, especially in pointer rich applications. HW/SW co-designed processors provide an excellent opportunity to optimize the applications at runtime. The availability of dy...

  3. HwPMI: An Extensible Performance Monitoring Infrastructure for Improving Hardware Design and Productivity on FPGAs

    Directory of Open Access Journals (Sweden)

    Andrew G. Schmidt

    2012-01-01

    Full Text Available Designing hardware cores for FPGAs can quickly become a complicated task, difficult even for experienced engineers. With the addition of more sophisticated development tools and maturing high-level language-to-gates techniques, designs can be rapidly assembled; however, when the design is evaluated on the FPGA, the performance may not be what was expected. Therefore, an engineer may need to augment the design to include performance monitors to better understand the bottlenecks in the system or to aid in the debugging of the design. Unfortunately, identifying what to monitor and adding the infrastructure to retrieve the monitored data can be a challenging and time-consuming task. Our work alleviates this effort. We present the Hardware Performance Monitoring Infrastructure (HwPMI, which includes a collection of software tools and hardware cores that can be used to profile the current design, recommend and insert performance monitors directly into the HDL or netlist, and retrieve the monitored data with minimal invasiveness to the design. Three applications are used to demonstrate and evaluate HwPMI’s capabilities. The results are highly encouraging as the infrastructure adds numerous capabilities while requiring minimal effort by the designer and low resource overhead to the existing design.

  4. Verification Process of Behavioral Consistency between Design and Implementation programs of pSET using HW-CBMC

    International Nuclear Information System (INIS)

    Lee, Dong Ah; Lee, Jong Hoon; Yoo, Jun Beom

    2011-01-01

    Controllers in safety critical systems such as nuclear power plants often use Function Block Diagrams (FBDs) to design embedded software. The design is implemented using programming languages such as C to compile it into particular target hardware. The implementation must have the same behavior with the design and the behavior should be verified explicitly. For example, the pSET (POSAFE-Q Software Engineering Tool) is a loader software to program POSAFE-Q PLC (Programmable Logic Controller) and is developed as a part of the KNICS (Korea Nuclear Instrumentation and Control System R and D Center) project. It uses FBDs to design software of PLC, and generates ANSI-C code to compile it into specific machine code. To verify the equivalence between the FBDs and ANSI-C code, mathematical proof of code generator or a verification tools such as RETRANS can help guarantee the equivalence. Mathematical proof, however, has a weakness that requires high expenditure and repetitive fulfillment whenever the translator is modified. On the other hand, RETRANS reconstructs the generated source code without consideration of the generator. It has also a weakness that the reconstruction of generated code needs additional analysis This paper introduces verification process of behavioral consistency between design and its implementation of the pSET using the HW-CBMC. The HW-CBMC is a formal verification tool, verifying equivalence between hardware and software description. It requires two inputs for checking equivalence, Verilog for hard-ware and ANSI-C for software. In this approach, FBDs are translated into semantically equivalent Verilog pro-gram, and the HW-CBMC verifies equivalence between the Verilog program and the ANSI-C program which is generated from the FBDs

  5. Verification Process of Behavioral Consistency between Design and Implementation programs of pSET using HW-CBMC

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Dong Ah; Lee, Jong Hoon; Yoo, Jun Beom [Konkuk University, Seoul (Korea, Republic of)

    2011-05-15

    Controllers in safety critical systems such as nuclear power plants often use Function Block Diagrams (FBDs) to design embedded software. The design is implemented using programming languages such as C to compile it into particular target hardware. The implementation must have the same behavior with the design and the behavior should be verified explicitly. For example, the pSET (POSAFE-Q Software Engineering Tool) is a loader software to program POSAFE-Q PLC (Programmable Logic Controller) and is developed as a part of the KNICS (Korea Nuclear Instrumentation and Control System R and D Center) project. It uses FBDs to design software of PLC, and generates ANSI-C code to compile it into specific machine code. To verify the equivalence between the FBDs and ANSI-C code, mathematical proof of code generator or a verification tools such as RETRANS can help guarantee the equivalence. Mathematical proof, however, has a weakness that requires high expenditure and repetitive fulfillment whenever the translator is modified. On the other hand, RETRANS reconstructs the generated source code without consideration of the generator. It has also a weakness that the reconstruction of generated code needs additional analysis This paper introduces verification process of behavioral consistency between design and its implementation of the pSET using the HW-CBMC. The HW-CBMC is a formal verification tool, verifying equivalence between hardware and software description. It requires two inputs for checking equivalence, Verilog for hard-ware and ANSI-C for software. In this approach, FBDs are translated into semantically equivalent Verilog pro-gram, and the HW-CBMC verifies equivalence between the Verilog program and the ANSI-C program which is generated from the FBDs

  6. The Importance of Interfaces: A HW/SW Codesign Case Study

    DEFF Research Database (Denmark)

    Jensen, Dan C. Raun; Madsen, Jan; Pedersen, Steen

    1997-01-01

    This paper presents a codesign case study in image analysis. The main objective is to stress the importance of handling HW/SW interfaces more precisely at the system level. In the presented case study, there is an intuitive and simple HW/SW interface, which is based upon the functional modules...

  7. Reconfiguration Management in the Context of RTOS-Based HW/SW Embedded Systems

    Directory of Open Access Journals (Sweden)

    Eustache Yvan

    2008-01-01

    Full Text Available Abstract This paper presents a safe and efficient solution to manage asynchronous configurations of dynamically reconfigurable systems-on-chip. We first define our unified RTOS-based framework for HW/SW task communication and configuration management. Then three issues are discussed and solutions are given: the formalization of configuration space modeling including its different dimensions, the synchronization of configuration that mainly addresses the question of task configuration ordering, and the configuration coherency that solves the way a task accepts a new configuration. Finally, we present the global method and give some implementation figures from a smart camera case study.

  8. Reconfiguration Management in the Context of RTOS-Based HW/SW Embedded Systems

    Directory of Open Access Journals (Sweden)

    Yvan Eustache

    2008-01-01

    Full Text Available This paper presents a safe and efficient solution to manage asynchronous configurations of dynamically reconfigurable systems-on-chip. We first define our unified RTOS-based framework for HW/SW task communication and configuration management. Then three issues are discussed and solutions are given: the formalization of configuration space modeling including its different dimensions, the synchronization of configuration that mainly addresses the question of task configuration ordering, and the configuration coherency that solves the way a task accepts a new configuration. Finally, we present the global method and give some implementation figures from a smart camera case study.

  9. A hybrid approach EMD-HW for short-term forecasting of daily stock market time series data

    Science.gov (United States)

    Awajan, Ahmad Mohd; Ismail, Mohd Tahir

    2017-08-01

    Recently, forecasting time series has attracted considerable attention in the field of analyzing financial time series data, specifically within the stock market index. Moreover, stock market forecasting is a challenging area of financial time-series forecasting. In this study, a hybrid methodology between Empirical Mode Decomposition with the Holt-Winter method (EMD-HW) is used to improve forecasting performances in financial time series. The strength of this EMD-HW lies in its ability to forecast non-stationary and non-linear time series without a need to use any transformation method. Moreover, EMD-HW has a relatively high accuracy and offers a new forecasting method in time series. The daily stock market time series data of 11 countries is applied to show the forecasting performance of the proposed EMD-HW. Based on the three forecast accuracy measures, the results indicate that EMD-HW forecasting performance is superior to traditional Holt-Winter forecasting method.

  10. [Effects of functional interactions between nonhomologous insulators Wari and Su(Hw)].

    Science.gov (United States)

    Erokhin, M M; Georgiev, P G; Chetverina, D A

    2010-01-01

    Insulators are regulatory DNA elements restricting gene activation by enhancers. Interactions between insulators can lead to both insulation and activation of promoters by enhancers. In this work, we analyzed the effects of interaction of two Drosophila insulators, Wari and Su(Hw). The functional interaction between these insulators was found to enhance the activity of the Su(Hw) insulator only, but not of the Wari insulator. This suggests that the formation of a chromatin loop between interacting insulators is not a key factor for enhancement of insulation, which is in disagreement with the main idea of structural models. In addition, the effect of interaction between Wari and Su(Hw) depends on a distance between them and on the position in the system relative to other regulatory elements.

  11. USB HW/SW Co-Simulation Environment with Custom Test Tool Integration

    Directory of Open Access Journals (Sweden)

    Grigor Y. Zargaryan

    2014-06-01

    Full Text Available This paper describes a new verification environment for USB 2.0 controller. New methodology is presented, where a co-simulation environment is used as one of the starting points for the embedded hardware/software development and as an accelerator of the overall design process. The verification environment is based on the device emulation/virtualization technique, using USB controller’s real register transfer level (RTL instead of models. This approach is functionally very close to the corresponding real-world devices and allows wider opportunities for hardware debugging. The new software utilities for USB host and device functionality testing are also presented. This tool allows generating custom tests by including various transfer types and modifying parameters such as data payload, interval, number of pipes, etc. It can be used for both hardware (HW and software (SW limitations characterization, as well as debugging.

  12. A tribute to H.W. van der Merwe: Peace builder, colleague, and friend

    African Journals Online (AJOL)

    Centre for Conflict Resolution at the University of Cape Town) for 21 years, where the main focus of his work and H.W. van der Merwe's was conflict and peace studies (CAPS). (More about him on the first page of his article in this issue.) A tribute to H.W. van der Merwe: Peace builder, colleague, and friend. Ampie Muller* ...

  13. Potential Degradation of Swainsonine by Intracellular Enzymes of Arthrobacter sp. HW08

    Directory of Open Access Journals (Sweden)

    Haili Li

    2013-11-01

    Full Text Available Swainsonine (SW is a toxin produced by locoweeds and harmful to the livestock industry. Degrading SW by Arthrobacter sp. HW08 was demonstrated as a promising way to deal with SW poisoning. However, it is unknown which part of the subcellular enzymes in Arthrobacter sp. HW08 is responsible for biodegrading SW and whether the metabolites are atoxic. In this study, intracellular and extracellular enzymes of Arthrobacter sp. HW08 were isolated and their enzyme activity was evaluated. The metabolites were fed to mice, and physiological and histological properties of the treated mice were investigated. The results showed that only intracellular enzyme of Arthrobacter sp. HW08 (IEHW08 could degrade SW efficiently. Compared with mice in SW treatment group, mice in SW + IEHW08 treatment group (1 increased their body weights; (2 showed higher number of platelets and lower number of white blood cells; (3 decreased the levels of creatinine, urea nitrogen, alanine transaminase and aspartate aminotransferase in serum; (4 reduced the number of vacuolated cells in cerebellum, liver and kidney. All these data demonstrate that IEHW08 was potentially safe for mice, while keeping the capacity of degrading SW. This study indicates a possible application of IEHW08 as an additive in the livestock industry to protect animals from SW poisoning.

  14. Gluon fusion and bb¯ corrections to HW+W−/HZZ production in the POWHEG-BOX

    Directory of Open Access Journals (Sweden)

    Julien Baglio

    2017-01-01

    Full Text Available The study of the Higgs boson properties is one of the most important tasks to be accomplished in the next years, at the Large Hadron Collider (LHC and at future colliders such as the Future Circular Collider in hadron–hadron mode (FCC-hh, the potential 100 TeV follow-up of the LHC machine. In this view the precise study of the Higgs couplings to weak gauge bosons is crucial and requires as much information as possible. After the recent calculation of the next-to-leading order QCD corrections to the production cross sections and differential distributions of a Standard Model Higgs boson in association with a pair of weak bosons, matched with parton shower in the POWHEG-BOX framework, we present the gluon fusion correction gg→HW+W−(HZZ to the process pp→HW+W−(HZZ. This correction can be sizeable and amounts to +3% (+10% in the HW+W− process and +5% (+18% in the HZZ process at the LHC (FCC-hh. We also present the first study of the impact of the bottom-quark initiated channels bb¯→HW+W−/HZZ and find that they induce a significant +18% correction in the HW+W− channel at the FCC-hh. We present results on total cross sections and distributions at the LHC and at the FCC-hh.

  15. Insulator protein Su(Hw) recruits SAGA and Brahma complexes and constitutes part of Origin Recognition Complex-binding sites in the Drosophila genome

    Science.gov (United States)

    Vorobyeva, Nadezhda E.; Mazina, Marina U.; Golovnin, Anton K.; Kopytova, Daria V.; Gurskiy, Dmitriy Y.; Nabirochkina, Elena N.; Georgieva, Sofia G.; Georgiev, Pavel G.; Krasnov, Aleksey N.

    2013-01-01

    Despite increasing data on the properties of replication origins, molecular mechanisms underlying origin recognition complex (ORC) positioning in the genome are still poorly understood. The Su(Hw) protein accounts for the activity of best-studied Drosophila insulators. Here, we show that Su(Hw) recruits the histone acetyltransferase complex SAGA and chromatin remodeler Brahma to Su(Hw)-dependent insulators, which gives rise to regions with low nucleosome density and creates conditions for ORC binding. Depletion in Su(Hw) leads to a dramatic drop in the levels of SAGA, Brahma and ORC subunits and a significant increase in nucleosome density on Su(Hw)-dependent insulators, whereas artificial Su(Hw) recruitment itself is sufficient for subsequent SAGA, Brahma and ORC binding. In contrast to the majority of replication origins that associate with promoters of active genes, Su(Hw)-binding sites constitute a small proportion (6%) of ORC-binding sites that are localized preferentially in transcriptionally inactive chromatin regions termed BLACK and BLUE chromatin. We suggest that the key determinants of ORC positioning in the genome are DNA-binding proteins that constitute different DNA regulatory elements, including insulators, promoters and enhancers. Su(Hw) is the first example of such a protein. PMID:23609538

  16. A Priori Implementation Effort Estimation for HW Design Based on Independent-Path Analysis

    DEFF Research Database (Denmark)

    Abildgren, Rasmus; Diguet, Jean-Philippe; Bomel, Pierre

    2008-01-01

    that with the proposed approach it is possible to estimate the hardware implementation effort. This approach, part of our light design space exploration concept, is implemented in our framework ‘‘Design-Trotter'' and offers a new type of tool that can help designers and managers to reduce the time-to-market factor......This paper presents a metric-based approach for estimating the hardware implementation effort (in terms of time) for an application in relation to the number of linear-independent paths of its algorithms. We exploit the relation between the number of edges and linear-independent paths...... in an algorithm and the corresponding implementation effort. We propose an adaptation of the concept of cyclomatic complexity, complemented with a correction function to take designers' learning curve and experience into account. Our experimental results, composed of a training and a validation phase, show...

  17. Comparative Analysis of Thermohydraulic Margins in Embalse Power Station, CARA Vs. CANDU with Cobra IV-HW

    International Nuclear Information System (INIS)

    Daverio, H; Juanico, L

    2000-01-01

    Comparative analysis of thermohydraulic margins were studied of the CANDU 37 and CARA fuel bundles (FB) in Embalse power station with COBRA IV-HW code ., the geometry of the bundle laying on the channel was particularly modeled and discussing the results in comparison with former calculations with 1/6 simetry .The CARA design with enriched uranium (0.9 %) and extended burn up lets maintain the current thermohydraulic nominal margins , while compared with CANDU 37 rods FB enriched , the CARA design permits widely improve the current margins

  18. System-Platforms-Based SystemC TLM Design of Image Processing Chains for Embedded Applications

    Directory of Open Access Journals (Sweden)

    Omar Hammami

    2007-08-01

    Full Text Available Intelligent vehicle design is a complex task which requires multidomains modeling and abstraction. Transaction-level modeling (TLM and component-based software development approaches accelerate the process of an embedded system design and simulation and hence improve the overall productivity. On the other hand, system-level design languages facilitate the fast hardware synthesis at behavioral level of abstraction. In this paper, we introduce an approach for hardware/software codesign of image processing applications targeted towards intelligent vehicle that uses platform-based SystemC TLM and component-based software design approaches along with HW synthesis using SystemC to accelerate system design and verification process. Our experiments show the effectiveness of our methodology.

  19. System-Platforms-Based SystemC TLM Design of Image Processing Chains for Embedded Applications

    Directory of Open Access Journals (Sweden)

    Lacassagne Lionel

    2007-01-01

    Full Text Available Intelligent vehicle design is a complex task which requires multidomains modeling and abstraction. Transaction-level modeling (TLM and component-based software development approaches accelerate the process of an embedded system design and simulation and hence improve the overall productivity. On the other hand, system-level design languages facilitate the fast hardware synthesis at behavioral level of abstraction. In this paper, we introduce an approach for hardware/software codesign of image processing applications targeted towards intelligent vehicle that uses platform-based SystemC TLM and component-based software design approaches along with HW synthesis using SystemC to accelerate system design and verification process. Our experiments show the effectiveness of our methodology.

  20. Thermophysical Modeling of Contact Binary Near-Earth Asteroid 1996 HW1

    NARCIS (Netherlands)

    Magri, C.; Howell, E. S.; Nolan, M. C.; Taylor, P. A.; Fernández, Y. R.; Mueller, M.; Rivkin, A. S.; Vervack, R. J., Jr.

    2011-01-01

    Near-Earth asteroid (8567) 1996 HW1 was observed spectroscopically at 1.9-4.0 microns during August- October 2008 using the SpeX instrument at NASA's Infrared Telescope Facility (IRTF). These spectra are being modeled using a new thermophysical program that accounts for the object's spin orientation

  1. The insulator protein SU(HW fine-tunes nuclear lamina interactions of the Drosophila genome.

    Directory of Open Access Journals (Sweden)

    Joke G van Bemmel

    Full Text Available Specific interactions of the genome with the nuclear lamina (NL are thought to assist chromosome folding inside the nucleus and to contribute to the regulation of gene expression. High-resolution mapping has recently identified hundreds of large, sharply defined lamina-associated domains (LADs in the human genome, and suggested that the insulator protein CTCF may help to demarcate these domains. Here, we report the detailed structure of LADs in Drosophila cells, and investigate the putative roles of five insulator proteins in LAD organization. We found that the Drosophila genome is also organized in discrete LADs, which are about five times smaller than human LADs but contain on average a similar number of genes. Systematic comparison to new and published insulator binding maps shows that only SU(HW binds preferentially at LAD borders and at specific positions inside LADs, while GAF, CTCF, BEAF-32 and DWG are mostly absent from these regions. By knockdown and overexpression studies we demonstrate that SU(HW weakens genome - NL interactions through a local antagonistic effect, but we did not obtain evidence that it is essential for border formation. Our results provide insights into the evolution of LAD organization and identify SU(HW as a fine-tuner of genome - NL interactions.

  2. SHERMAN - A shape-based thermophysical model II. Application to 8567 (1996 HW1)

    Science.gov (United States)

    Howell, E. S.; Magri, C.; Vervack, R. J.; Nolan, M. C.; Taylor, P. A.; Fernández, Y. R.; Hicks, M. D.; Somers, J. M.; Lawrence, K. J.; Rivkin, A. S.; Marshall, S. E.; Crowell, J. L.

    2018-03-01

    We apply a new shape-based thermophysical model, SHERMAN, to the near-Earth asteroid (NEA) 8567 (1996 HW1) to derive surface properties. We use the detailed shape model of Magri et al. (2011) for this contact binary NEA to analyze spectral observations (2-4.1 microns) obtained at the NASA IRTF on several different dates to find thermal parameters that match all the data. Visible and near-infrared (0.8-2.5 microns) spectral observations are also utilized in a self-consistent way. We find that an average visible albedo of 0.33, thermal inertia of 70 (SI units) and surface roughness of 50% closely match the observations. The shape and orientation of the asteroid is very important to constrain the thermal parameters to be consistent with all the observations. Multiple viewing geometries are equally important to achieve a robust solution for small, non-spherical NEAs. We separate the infrared beaming effects of shape, viewing geometry and surface roughness for this asteroid and show how their effects combine. We compare the diameter and albedo that would be derived from the thermal observations assuming a spherical shape with those from the shape-based model. We also discuss how observations from limited viewing geometries compare to the solution from multiple observations. The size that would be derived from the individual observation dates varies by 20% from the best-fit solution, and can be either larger or smaller. If the surface properties are not homogeneous, many solutions are possible, but the average properties derived here are very tightly constrained by the multiple observations, and give important insights into the nature of small NEAs.

  3. Updated O-C Diagrams for Several Bright HW Vir Binaries Observed with the Evryscope

    Science.gov (United States)

    Corcoran, Kyle A.; Barlow, Brad; Corbett, Hank; Fors, Octavi; Howard, Ward S.; Law, Nicholas; Ratzloff, Jeff

    2018-01-01

    HW Vir systems are eclipsing, post-common-envelope binaries consisting of a hot subdwarf star and a cooler M dwarf or brown dwarf companion. They show a strong reflection effect and have characteristically short orbital periods of only a few hours, allowing observers to detect multiple eclipses per night. Observed minus calculated (O-C) studies allow one to measure miniscule variations in the orbital periods of these systems by comparing observed eclipse timings to a calculated ephemeris. This technique is useful for detecting period changes due to secular evolution of the binary, gravitational wave emission, or reflex motion from an orbiting circumbinary object. Numerous eclipse timings obtained over several years are vital to the proper interpretation and analysis of O-C diagrams. The Evryscope – an array of twenty-four individual telescopes built by UNC and deployed on Cerro Tololo – images the entire Southern sky once every two minutes, producing an insurmountable amount of data for objects brighter than 16th magnitude. The cadence with which Evryscope exposes makes it an unparalleled tool for O-C analyses of HW Vir binaries; it will catalogue thousands of eclipses over the next several years. Here we present updated O-C diagrams for several HW Vir binaries using recent measurements from the Evryscope. We also use observations of AA Dor, an incredibly stable astrophysical clock, to characterize the accuracy of the Evryscope’s timestamps.

  4. Experiment Design Regularization-Based Hardware/Software Codesign for Real-Time Enhanced Imaging in Uncertain Remote Sensing Environment

    Directory of Open Access Journals (Sweden)

    Castillo Atoche A

    2010-01-01

    Full Text Available A new aggregated Hardware/Software (HW/SW codesign approach to optimization of the digital signal processing techniques for enhanced imaging with real-world uncertain remote sensing (RS data based on the concept of descriptive experiment design regularization (DEDR is addressed. We consider the applications of the developed approach to typical single-look synthetic aperture radar (SAR imaging systems operating in the real-world uncertain RS scenarios. The software design is aimed at the algorithmic-level decrease of the computational load of the large-scale SAR image enhancement tasks. The innovative algorithmic idea is to incorporate into the DEDR-optimized fixed-point iterative reconstruction/enhancement procedure the convex convergence enforcement regularization via constructing the proper multilevel projections onto convex sets (POCS in the solution domain. The hardware design is performed via systolic array computing based on a Xilinx Field Programmable Gate Array (FPGA XC4VSX35-10ff668 and is aimed at implementing the unified DEDR-POCS image enhancement/reconstruction procedures in a computationally efficient multi-level parallel fashion that meets the (near real-time image processing requirements. Finally, we comment on the simulation results indicative of the significantly increased performance efficiency both in resolution enhancement and in computational complexity reduction metrics gained with the proposed aggregated HW/SW co-design approach.

  5. Special radio call signal, HW6SPS, used on the SPS Inauguration Day

    CERN Multimedia

    Sagnell, Bengt

    1977-01-01

    CERN had been given a special French call sign for the occasion - HW6SPS - which was used over the weekend to contact a large number of amateur stations in Europe and world-wide to spread the happy message. The stations were manned by ~10 licensed amateur radio operators in SPS.

  6. A circumstellar molecular gas structure associated with the massive young star Cepheus A-HW 2

    Science.gov (United States)

    Torrelles, Jose M.; Rodriguez, Luis F.; Canto, Jorge; Ho, Paul T. P.

    1993-01-01

    We report the detection via VLA-D observations of ammonia of a circumstellar high-density molecular gas structure toward the massive young star related to the object Cepheus A-HW 2, a firm candidate for the powering source of the high-velocity molecular outflow in the region. We suggest that the circumstellar molecular gas structure could be related to the circumstellar disk previously suggested from infrared, H2O, and OH maser observations. We consider as a plausible scenario that the double radio continuum source of HW 2 could represent the ionized inner part of the circumstellar disk, in the same way as proposed to explain the double radio source in L1551. The observed motions in the circumstellar molecular gas can be produced by bound motions (e.g., infall or rotation) around a central mass of about 10-20 solar masses (B0.5 V star or earlier).

  7. EXTREMELY BROAD RADIO RECOMBINATION MASER LINES TOWARD THE HIGH-VELOCITY IONIZED JET IN CEPHEUS A HW2

    International Nuclear Information System (INIS)

    Jimenez-Serra, I.; Patel, N.; Martin-Pintado, J.; Baez-Rubio, A.; Thum, C.

    2011-01-01

    We present the first detection of the H40α, H34α, and H31α radio recombination lines (RRLs) at millimeter wavelengths toward the high-velocity ionized jet in the Cepheus A HW2 star-forming region. From our single-dish and interferometric observations, we find that the measured RRLs show extremely broad asymmetric line profiles with zero-intensity line widths of ∼1100 km s -1 . From the line widths, we estimate a terminal velocity for the ionized gas in the jet of ≥500 km s -1 , consistent with that obtained from the proper motions of the HW2 radio jet. The total integrated line-to-continuum flux ratios of the H40α, H34α, and H31α lines are 43, 229, and 280 km s -1 , clearly deviating from LTE predictions. These ratios are very similar to those observed for the RRL masers toward MWC349A, suggesting that the intensities of the RRLs toward HW2 are affected by maser emission. Our radiative transfer modeling of the RRLs shows that their asymmetric profiles could be explained by maser emission arising from a bi-conical radio jet with a semi-opening angle of 18 deg., electron density distribution varying as r -2.11 , and turbulent and expanding wind velocities of 60 and 500 km s -1 .

  8. Between symbol and index. Notes on H.W. Diamond's psychiatric pictures

    Directory of Open Access Journals (Sweden)

    Silvia Di Marco

    2015-05-01

    Full Text Available This paper takes into examination the work of one of the pioneers of photographic portrait, the English psychiatrist H.W. Diamond, in the light of Sekula’s reflection on the role played by the physiognomic theory in shaping this photographic genre during the Victorian era, and resorting to Peirce’s classification of signs into indices, icons, and symbols. These conceptual tools help understanding the functioning of Diamond’s photographs as epistemic devices, while developing a wider analysis of the indexical, iconic and symbolic nature of photographic images and photographic archives.

  9. Reliability measures of a computer system with priority to PM over the H/W repair activities subject to MOT and MRT

    Directory of Open Access Journals (Sweden)

    Ashish Kumar

    2015-01-01

    Full Text Available This paper concentrates on the evaluation of reliability measures of a computer system of two-identical units having independent failure of h/w and s/w components. Initially one unit is operative and the other is kept as spare in cold standby. There is a single server visiting the system immediately whenever needed. The server conducts preventive maintenance of the unit after a maximum operation time. If server is unable to repair the h/w components in maximum repair time, then components in the unit are replaced immediately by new one. However, only replacement of the s/w components has been made at their failure. The priority is given to the preventive maintenance over repair activities of the h/w. The time to failure of the components follows negative exponential distribution whereas the distribution of preventive maintenance, repair and replacement time are taken as arbitrary. The expressions for some important reliability measures of system effectiveness have been derived using semi-Markov process and regenerative point technique. The graphical behavior of the results has also been shown for a particular case.

  10. VLBA DETERMINATION OF THE DISTANCE TO NEARBY STAR-FORMING REGIONS. VI. THE DISTANCE TO THE YOUNG STELLAR OBJECT HW 9 IN CEPHEUS A

    International Nuclear Information System (INIS)

    Dzib, Sergio; Loinard, Laurent; RodrIguez, Luis F.; Mioduszewski, Amy J.; Torres, Rosa M.

    2011-01-01

    Using the Very Long Baseline Array (VLBA), we have observed the radio continuum emission from the young stellar object HW 9 in the Cepheus A star-forming region at 10 epochs between 2007 February and 2009 November. Due to its strong radio variability, the source was detected at only four of the ten epochs. From these observations, the trigonometric parallax of HW 9 was determined to be π = 1.43 ± 0.07 mas, in excellent agreement with a recent independent determination by Moscadelli et al. of the trigonometric parallax of a methanol maser associated with the nearby young stellar source HW 2 (π = 1.43 ± 0.08 mas). This concordance in results, obtained in one case from continuum and in the other from line observations, confirms the reliability of VLBA trigonometric parallax measurements. By combining the two results, we constrain the distance to Cepheus A to be 700 +31 - 28 pc, an uncertainty of 3.5%.

  11. Radar and photometric observations and shape modeling of contact binary near-Earth Asteroid 1996 HW1

    NARCIS (Netherlands)

    Magri, Christopher; Howell, Ellen S.; Nolan, Michael C.; Taylor, Patrick A.; Fernández, Yanga R.; Mueller, Michael; Vervack, Ronald J.; Benner, Lance A. M.; Giorgini, Jon D.; Ostro, Steven J.; Scheeres, Daniel J.; Hicks, Michael D.; Rhoades, Heath; Somers, James M.; Gaftonyuk, Ninel M.; Kouprianov, Vladimir V.; Krugly, Yurij N.; Molotov, Igor E.; Busch, Michael W.; Margot, Jean-Luc; Benishek, Vladimir; Protitch-Benishek, Vojislava; Galád, Adrian; Higgins, David; Kušnirák, Peter; Pray, Donald P.

    2011-01-01

    We observed near-Earth Asteroid (8567) 1996 HW1 at the Arecibo Observatory on six dates in September 2008, obtaining radar images and spectra. By combining these data with an extensive set of new lightcurves taken during 2008-2009 and with previously published lightcurves from 2005, we were able to

  12. Automated Integration of Dedicated Hardwired IP Cores in Heterogeneous MPSoCs Designed with ESPAM

    Directory of Open Access Journals (Sweden)

    Ed Deprettere

    2008-06-01

    Full Text Available This paper presents a methodology and techniques for automated integration of dedicated hardwired (HW IP cores into heterogeneous multiprocessor systems. We propose an IP core integration approach based on an HW module generation that consists of a wrapper around a predefined IP core. This approach has been implemented in a tool called ESPAM for automated multiprocessor system design, programming, and implementation. In order to keep high performance of the integrated IP cores, the structure of the IP core wrapper is devised in a way that adequately represents and efficiently implements the main characteristics of the formal model of computation, namely, Kahn process networks, we use as an underlying programming model in ESPAM. We present details about the structure of the HW module, the supported types of IP cores, and the minimum interfaces these IP cores have to provide in order to allow automated integration in heterogeneous multiprocessor systems generated by ESPAM. The ESPAM design flow, the multiprocessor platforms we consider, and the underlying programming (KPN model are introduced as well. Furthermore, we present the efficiency of our approach by applying our methodology and ESPAM tool to automatically generate, implement, and program heterogeneous multiprocessor systems that integrate dedicated IP cores and execute real-life applications.

  13. Accelerating SystemVerilog UVM Based VIP to Improve Methodology for Verification of Image Signal Processing Designs Using HW Emulator

    OpenAIRE

    Jain, Abhishek; Gupta, Piyush Kumar; Gupta, Dr. Hima; Dhar, Sachish

    2014-01-01

    In this paper we present the development of Acceleratable UVCs from standard UVCs in SystemVerilog and their usage in UVM based Verification Environment of Image Signal Processing designs to increase run time performance. This paper covers development of Acceleratable UVCs from standard UVCs for internal control and data buses of ST imaging group by partitioning of transaction-level components and cycle-accurate signal-level components between the software simulator and hardware accelerator r...

  14. Design and implementation of STD32-BUS based reactor protection trip unit on FPGA imbaby

    International Nuclear Information System (INIS)

    Mahmoud, I.; Elnokity, O.A.; Refai, M.K.

    2007-01-01

    This paper presents a way to design and implement the Trip Unit of a Reactor Protection System (RPS) using a Field Programmable Gate Arrays (FPGA). Instead of the traditional embedded Microprocessor based interface design method, a proposed tailor made FPGA based circuit is built to substitute the Trip Unit (TL1) existing in Egypt's 2' ' Research reactor ETRR-2. The existing embedded system is built around the STD32 field Computer Bus which used in industrial and process control applications. It is modular, rugged, reliable, and easy-to-use and is able to support a large mix of I/O cards and to easily change its configuration in the future. Therefore, the state machine of this bus is extracted from its timing diagrams and implemented in VHDL to interface the designed TU circuit. The proposed designed circuit implemented using ALTERA EPF10K10LC84-3 chip replaces the Single Board Computer which have the embedded SAY program of the TU providing the same integrated HAV and SAV functions implemented in FPGA Chip housed in an printed circuit board, which uses the same shape and specifications of STD32 boards. H/W implementation of both TU and STD32 Bus in VHDL addresses the issues of safety and reusability

  15. Target Identification Using Harmonic Wavelet Based ISAR Imaging

    Science.gov (United States)

    Shreyamsha Kumar, B. K.; Prabhakar, B.; Suryanarayana, K.; Thilagavathi, V.; Rajagopal, R.

    2006-12-01

    A new approach has been proposed to reduce the computations involved in the ISAR imaging, which uses harmonic wavelet-(HW) based time-frequency representation (TFR). Since the HW-based TFR falls into a category of nonparametric time-frequency (T-F) analysis tool, it is computationally efficient compared to parametric T-F analysis tools such as adaptive joint time-frequency transform (AJTFT), adaptive wavelet transform (AWT), and evolutionary AWT (EAWT). Further, the performance of the proposed method of ISAR imaging is compared with the ISAR imaging by other nonparametric T-F analysis tools such as short-time Fourier transform (STFT) and Choi-Williams distribution (CWD). In the ISAR imaging, the use of HW-based TFR provides similar/better results with significant (92%) computational advantage compared to that obtained by CWD. The ISAR images thus obtained are identified using a neural network-based classification scheme with feature set invariant to translation, rotation, and scaling.

  16. Purex pulse column designs for capacity factor of 3.0 to 3.5

    Energy Technology Data Exchange (ETDEWEB)

    Richardson, G.L.

    1955-04-12

    This memorandum indicates the Purex-Plant pulse-column and pulse- generator revisions which would be required to assure an instantaneous capacity of 25 tons U/day with a 20% capacity safety margin under Purex HW {number_sign}3 Flowsheet conditions. (The use of the Purex HW {number_sign}4 Flowsheet (6) with the revised columns would be expected to increase the capacity to 29 or 30 tons U/day.) The indicated design changes are recorded here for study and for possible reference if need for increased production capacity should arise. No recommendation for adoption at this time is made.

  17. Designing a Model of a Digital Ecosystem for Healthcare and Wellness Using the Business Model Canvas.

    Science.gov (United States)

    León, María Cosio; Nieto-Hipólito, Juan Ivan; Garibaldi-Beltrán, Julián; Amaya-Parra, Guillermo; Luque-Morales, Priscy; Magaña-Espinoza, Pedro; Aguilar-Velazco, José

    2016-06-01

    Wellness is a term often used to talk about optimal health as "dynamic balance of physical, emotional, social, spiritual, and intellectual health." While healthcare is a term about care offered to patients for improving their health. We use both terms, as well as the Business Model Canvas (BMC) methodology, to design a digital ecosystem model for healthcare and wellness called DE4HW; the model considers economic, technological, and legal asymmetries, which are present on e-services beyond geographical regions. BMC methodology was embedded into the global project strategy called: IBOT (Initiate, Build, Operate and Transfer); it is a methodology to establish a functional, integrated national telemedicine network and virtual education network; of which we took its phases rationale. The results in this work illustrate the design of DE4HW model, into the first phase of IBOT, enriched with the BMC, which enables us to define actors, their interactions, rules and protocols, in order to build DE4HW, while IBOT strategy manages the project goal, up to the transfer phase, where an integral service platform of healthcare and wellness is turned over to stakeholders.

  18. Efficient Architecture and Implementation of Vector Median Filter in Co-Design Context

    Directory of Open Access Journals (Sweden)

    N. Masmoudi

    2007-09-01

    Full Text Available This work presents an efficient fast parallel architecture of the Vector Median Filter (VMF using combined hardware/software (HW/SW implementation. The hardware part of the system is implemented using VHDL language, whereas the software part is developed using C/C++ language. The software part of the embedded system uses the NIOS-II softcore processor and the operating system used is μClinux. The comparison between the software and HW/SW solutions shows that adding a hardware part in the design attempts to speed up the filtering process compared to the software solution. This efficient embedded system implementation can perform well in several image processing applications.

  19. Reducing energy consumption in microcontroller-based platforms with low design margin co-processors

    NARCIS (Netherlands)

    Gomez, A.; Pinto, C.; Bartolini, A.; Rossi, D.; Benini, L.; Fatemi, Hamed; Pineda de Gyvez, J.

    2015-01-01

    Advanced energy minimization techniques (i.e. DVFS, Thermal Management, etc) and their high-level HW/SW requirements are well established in high-throughput multi-core systems. These techniques would have an intolerable overhead in low-cost, performance-constrained microcontroller units (MCU's).

  20. Production and properties of biosurfactants from a newly isolated Pseudomonas fluorescens HW-6 growing on hexandecane

    Energy Technology Data Exchange (ETDEWEB)

    Vasileva-Tonkova, E.; Galabova, D. [Bulgarian Academy of Sciences, Dept. of Microbial Biochemistry, Sofia (Bulgaria); Stoimenova, E.; Lalchev, Z. [Dept. of Biochemistry, Sofia Univ. ' ' St. Kliment Ohridski' ' , Sofia (Bulgaria)

    2006-07-15

    The newly isolated from industrial wastewater Pseudomonas fluorescens strain HW-6 produced glycolipid biosurfactants at high concentrations (1.4-2.0 g 1{sup -1}) when grown on hexadecane as a sole carbon source. Biosurfactants decreased the surface tension of the air/water interface by 35 mN m{sup -1} and possessed a low critical micelle concentration value of 20 mg 1{sup -1}, which indicated high surface activity. They efficiently emulsified aromatic hydrocarbons, kerosene, n-paraffins and mineral oils. Biosurfactant production contributed to a significant increase in cell hydrophobicity correlated with an increased growth of the strain on hexadecane. The results suggested that the newly isolated strain of Ps. fluorescens and produced glycolipid biosurfactants with effective surface and emulsifying properties are very promising and could find application for bioremediation of hydrocarbon-polluted sites. (orig.)

  1. Conceptual designs for waste quality checking facilities for low level and intermediate level radioactive wastes and hazardous waste

    International Nuclear Information System (INIS)

    Driver, S.; Griffiths, M.; Leonard, C.D.; Smith, D.L.G.

    1992-01-01

    This report summarises work carried out on the design of facilities for the quality checking of Intermediate and Low Level Radioactive Waste and Hazardous Waste. The procedures used for the quality checking of these categories of waste are summarised. Three building options are considered: a separate LLW facility, a combined facility for LLW and HW and a Waste Quality Checking Facility for the three categories of waste. Budget Cost Estimates for the three facilities are given based on 1991 prices. (author)

  2. Rapid Control Prototyping and PIL Co-Simulation of a Quadrotor UAV Based on NI myRIO-1900 Board

    OpenAIRE

    Soufiene Bouallègue; Rabii Fessi

    2016-01-01

    In this paper, a new Computer Aided Design (CAD) methodology for the Processor-In-the-Loop (PIL) co-simulation and Rapid Control Prototyping (RCP) of a Quadrotor Vertical Take-Off and Landing (VTOL) type of Unmanned Arial Vehicle (UAV) is proposed and successfully implemented around an embedded NI myRIO-1900 target and a host PC. The developed software (SW) and hardware (HW) prototyping platform is based on the Control Design and Simulation (CDSim) module of LabVIEW environment and an establi...

  3. RCRA Permit for a Hazardous Waste Management Facility Permit Number NEV HW0101 Annual Summary/Waste Minimization Report Calendar Year 2011

    Energy Technology Data Exchange (ETDEWEB)

    NSTec Environmental Restoration

    2012-02-16

    This report summarizes the U.S. Environmental Protection Agency (EPA) identification number of each generator from which the Permittee received a waste stream; a description and quantity of each waste stream in tons and cubic feet received at the facility; the method of treatment, storage, and/or disposal for each waste stream; a description of the waste minimization efforts undertaken; a description of the changes in volume and toxicity of waste actually received; any unusual occurrences; and the results of tank integrity assessments. This Annual Summary/Waste Minimization Report is prepared in accordance with Section 2.13.3 of Permit Number NEV HW0101.

  4. Design of A Development Platform for HW/SW Codesign of Wireless IOntegrated Sensor Nodes

    DEFF Research Database (Denmark)

    Virk, Kashif M.; Leopold, Martin; Madsen, Jan

    2005-01-01

    Wireless integrated sensor networks are a new class of embedded computer systems which have been made possible mainly by the recent advances in the micro and the nano technology. In order to efficiently utilize the limited resources available on a sensor node, we need to optimize its key design...... parameters which is only possible by making system-level design decisions about its hardware and software (operating system and applications) architecture. In this paper, we present the design of a sensor node development platform in relation to an application of wireless integrated sensor networks for sow...

  5. A comparison of heat wave climatologies and trends in China based on multiple definitions

    Science.gov (United States)

    You, Qinglong; Jiang, Zhihong; Kong, Lei; Wu, Zhiwei; Bao, Yutao; Kang, Shichang; Pepin, Nick

    2017-06-01

    Heat waves (HWs) can have disastrous impacts on human activities and natural systems, and are one of the current foci of scientific research, particularly in the context of global warming. However, there is no standard definition of a HW, which makes assessment of temporal trends a challenge. In this study, based on daily mean, maximum and minimum temperature, and relative humidity datasets from China Meteorological Administration, the patterns, trends and variations of HW in China during 1961-2014 are investigated. Sixteen previously published HW indices (HIs) are calculated, which are divided into two types using relative and absolute threshold temperatures, respectively. During 1961-2014, both relative and absolute threshold HIs show the highest number of HW in Jianghua and South China, geographically consistent with the climate characteristics of China. The majority of HIs shows negative/positive trends of HW days before/after 1990 over the whole of China, but especially in Jianghua and South China, which reflects rapid warming since 1990. There are significant correlations among different HIs in the same type (both absolute and relative), but correlations are weak between relative and absolute threshold HIs. Because relative and absolute HIs show contrasting trends, the choice of HI is therefore critical for future analysis

  6. Cost-effectiveness of a Population-based Lifestyle Intervention to Promote Healthy Weight and Physical Activity in Non-attenders of Cardiac Rehabilitation.

    Science.gov (United States)

    Cheng, Qinglu; Church, Jody; Haas, Marion; Goodall, Stephen; Sangster, Janice; Furber, Susan

    2016-03-01

    To evaluate the long-term cost-effectiveness of two home-based cardiac rehabilitation (CR) interventions (Healthy Weight (HW) and Physical Activity (PA)) for patients with cardiovascular disease (CVD), who had been referred to cardiac rehabilitation (CR) but had not attended. The interventions consisted of pedometer-based telephone coaching sessions on weight, nutrition and physical activity (HW group) or physical activity only (PA group) and were compared to a control group who received information brochures about physical activity. A cost-effectiveness analysis was conducted using data from two randomised controlled trials. One trial compared HW to PA (PANACHE study), and the second compared PA to usual care. A Markov model was developed which used one risk factor, body mass index (BMI) to determine the CVD risk level and mortality. Patient-level data from the trials were used to determine the transitions to CVD states and healthcare related costs. The model was run for separate cohorts of males and females. Univariate and probabilistic sensitivity analysis were conducted to test the robustness of the results. Given a willingness-to-pay threshold of $50,000/QALY, in the long run, both the HW and PA interventions are cost-effective compared with usual care. While the HW intervention is more effective, it also costs more than both the PA intervention and the control group due to higher intervention costs. However, the HW intervention is still cost-effective relative to the PA intervention for both men and women. Sensitivity analysis suggests that the results are robust. The results of this paper provide evidence of the long-term cost-effectiveness of home-based CR interventions for patients who are referred to CR but do not attend. Both the HW and PA interventions can be recommended as cost-effective home-based CR programs, especially for people lacking access to hospital services or who are unable to participate in traditional CR programs. Copyright © 2015

  7. Industrial hazardous waste management in Turkey: Current state of the field and primary challenges

    International Nuclear Information System (INIS)

    Salihoglu, Gueray

    2010-01-01

    A holistic evaluation of a country's hazardous waste management (HWM) practices is useful in identifying the necessary actions to focus on. Based on an analysis of industrial hazardous waste (HW) generation in Turkey, this paper attempts to critically evaluate and report current Turkish HWM practices and discuss the primary challenges to be addressed. The generation of industrial HW for Turkey reported in 2004 was 1.195 million tons, which accounted for 7% of the total industrial solid waste (ISW) generated by the manufacturing industry, and for nearly 4.9% of the total solid waste generated in the country. The HW generated by the top five manufacturing product categories - basic metals, chemicals and chemical products, food and beverages, coke and refined petroleum, motor vehicles and trailers - accounted for 89.0% of total industrial HW. 21% of the HW generated in 2004 was recycled or reused, and 6% was sold or donated, whereas 73% was sent to ultimate disposal. 67% of the HW sent to ultimate disposal was disposed of at municipal landfills. The total capacity of the existing regional HW facilities is 212,500 tons/year, which accounts for about 24% of the HW to be disposed. Turkey has identified the HW problem in the country and enacted legislation, designated a lead agency, and promulgated rules and regulations. Several new initiatives are planned for improving HW management nationally; however, some HWM problems will be persistent due to previous and existing industrial development plans. These development policies led to the concentration of industry in regions marked by precious agricultural fields and high population density. This occurred because the government previously exhibited a default prioritization towards industrial development, leading to insufficient implementation of regulations on HW generators. Some of the problems may also be rooted in other countries that allow illegal transboundary HW movements despite international regulations.

  8. The associations between objectively-determined and self-reported urban form characteristics and neighborhood-based walking in adults.

    Science.gov (United States)

    Jack, Elizabeth; McCormack, Gavin R

    2014-06-04

    Self-reported and objectively-determined neighborhood built characteristics are associated with physical activity, yet little is known about their combined influence on walking. This study: 1) compared self-reported measures of the neighborhood built environment between objectively-determined low, medium, and high walkable neighborhoods; 2) estimated the relative associations between self-reported and objectively-determined neighborhood characteristics and walking and; 3) examined the extent to which the objectively-determined built environment moderates the association between self-reported measures of the neighborhood built environment and walking. A random cross-section of 1875 Canadian adults completed a telephone-interview and postal questionnaire capturing neighborhood walkability, neighborhood-based walking, socio-demographic characteristics, walking attitudes, and residential self-selection. Walkability of each respondent's neighborhood was objectively-determined (low [LW], medium [MW], and high walkable [HW]). Covariate-adjusted regression models estimated the associations between weekly participation and duration in transportation and recreational walking and self-reported and objectively-determined walkability. Compared with objectively-determined LW neighborhoods, respondents in HW neighborhoods positively perceived access to services, street connectivity, pedestrian infrastructure, and utilitarian and recreation destination mix, but negatively perceived motor vehicle traffic and crime related safety. Compared with residents of objectively-determined LW neighborhoods, residents of HW neighborhoods were more likely (p spend more time, per week (193 min/wk) transportation walking. Perceived access to services, street connectivity, motor vehicle safety, and mix of recreational destinations were also significantly associated with transportation walking. With regard to interactions, HW x utilitarian destination mix was positively associated with

  9. Severe accident mitigation through containment design

    International Nuclear Information System (INIS)

    Bergeron, K.D.

    1990-01-01

    Recent U.S. Department of Energy plans to construct a Heavy Water Reactor for the production of defense nuclear materials have created a unique opportunity to explore ways to mitigate severe accident concerns in the design stage. Drawing on an extensive background in US-NRC-sponsored severe accident work, Sandia National Laboratories has been exploring a number of Heavy Water New Production Reactor (HW-NPR) containment design strategies that might mitigate the consequences of a core-melt accident without greatly impacting construction cost or reactor operations. Severe accident specialists have undertaken these assessments with the intent of providing the plant designers with some of the phenomenological advantages and disadvantages of various mitigation strategies. This paper will highlight some of the more interesting concepts and summarize the results obtained. (author). 9 refs., 2 tabs

  10. Severe accident mitigation through containment design

    International Nuclear Information System (INIS)

    Bergeron, K.D.

    1990-01-01

    Recent US Department of Energy plans to construct a Heavy Water Reactor for the production of defense nuclear materials have created a unique opportunity to explore ways to mitigate severe accident concerns in the design stage. Drawing on an extensive background in USNRC-sponsored severe accident work, Sandia National Laboratories has been exploring a number of Heavy Water New Production Reactor (HW-NPR) containment design strategies that might mitigate the consequences of a core-melt accident without greatly impacting construction cost or reactor operations. Severe accident specialists have undertaken these assessments with the intent of providing the plant designers with some of the phenomenological advantages and disadvantages of various mitigation strategies. This paper will highlight some of the more interesting concepts and summarize the results obtained. 9 refs., 2 tabs

  11. Fast prototyping H.264 deblocking filter using ESL tools

    International Nuclear Information System (INIS)

    Damak, T.; Werda, I.; Masmoud, N.; Bilavarn, S.

    2011-01-01

    This paper presents a design methodology for hardware/software (HW/SW) architecture design using ESL tools (Electronic System Level). From C++ descriptions, our design flow is able to generate hardware blocks running with a software part and all necessary codes to prototype the HW/SW system on Xilinx FPGAs. Therefore we use assistance of high level synthesis tools (Catapult C Synthesis), logic synthesis and Xilinx tools. As application, we developed an optimized Deblocking filter C code, designed to be used as a part of a complete H.264 video coding system [1]. Based on this code, we explored many configurations of Catapult Synthesis to analyze different area/time tradeoffs. Results show execution speedups of 95,5 pour cent compared to pure software execution etc.

  12. Further Developments on Optimum Structural Design Using MSC/Nastran and Sequential Quadratic Programming

    DEFF Research Database (Denmark)

    Holzleitner, Ludwig

    1996-01-01

    , here the shape of two dimensional parts with different thickness areas will be optimized. As in the previos paper, a methodology for structural optimization using the commercial finite element package MSC/NASTRAN for structural analysis is described. Three different methods for design sensitivity......This work is closely connected to the paper: K.G. MAHMOUD, H.W. ENGL and HOLZLEITNER: "OPTIMUM STRUCTURAL DESIGN USING MSC/NASTRAN AND SEQUENTIAL QUADRATIC PROGRAMMING", Computers & Structures, Vol. 52, No. 3, pp. 437-447, (1994). In contrast to that paper, where thickness optimization is described...

  13. RCRA Permit for a Hazardous Waste Management Facility Permit Number NEV HW0101 Annual Summary/Waste Minimization Report Calendar Year 2012, Nevada National Security Site, Nevada

    Energy Technology Data Exchange (ETDEWEB)

    Arnold, P. M.

    2013-02-21

    This report summarizes the U.S. Environmental Protection Agency (EPA) identification number of each generator from which the Permittee received a waste stream, a description and quantity of each waste stream in tons and cubic feet received at the facility, the method of treatment, storage, and/or disposal for each waste stream, a description of the waste minimization efforts undertaken, a description of the changes in volume and toxicity of waste actually received, any unusual occurrences, and the results of tank integrity assessments. This Annual Summary/Waste Minimization Report is prepared in accordance with Section 2.13.3 of Permit Number NEV HW0101, issued 10/17/10.

  14. Simulator with integrated HW and SW for prediction of thermal comfort to provide feedback to the climate control system

    Science.gov (United States)

    Pokorný, Jan; Kopečková, Barbora; Fišer, Jan; JÍcha, Miroslav

    2018-06-01

    The aim of the paper is to assemble a simulator for evaluation of thermal comfort in car cabins in order to give a feedback to the HVAC (heating, ventilation and air conditioning) system. The HW (hardware) part of simulator is formed by thermal manikin Newton and RH (relative humidity), velocity and temperature probes. The SW (software) part consists of the Thermal Comfort Analyser (using ISO 14505-2) and Virtual Testing Stand of Car Cabin defining the heat loads of car cabin. Simulator can provide recommendation for the climate control how to improve thermal comfort in cabin by distribution and directing of air flow, and also by amount of ventilation power to keep optimal temperature inside a cabin. The methods of evaluation of thermal comfort were verified by tests with 10 test subjects for summer (summer clothing, ambient air temperature 30 °C, HVAC setup: +24 °C auto) and winter conditions (winter clothing, ambient air temperature -5 °C, HVAC setup: +18 °C auto). The tests confirmed the validity of the thermal comfort evaluation using the thermal manikin and ISO 14505-2.

  15. Clustering performances in the NBA according to players' anthropometric attributes and playing experience.

    Science.gov (United States)

    Zhang, Shaoliang; Lorenzo, Alberto; Gómez, Miguel-Angel; Mateus, Nuno; Gonçalves, Bruno; Sampaio, Jaime

    2018-04-20

    The aim of this study was: (i) to group basketball players into similar clusters based on a combination of anthropometric characteristics and playing experience; and (ii) explore the distribution of players (included starters and non-starters) from different levels of teams within the obtained clusters. The game-related statistics from 699 regular season balanced games were analyzed using a two-step cluster model and a discriminant analysis. The clustering process allowed identifying five different player profiles: Top height and weight (HW) with low experience, TopHW-LowE; Middle HW with middle experience, MiddleHW-MiddleE; Middle HW with top experience, MiddleHW-TopE; Low HW with low experience, LowHW-LowE; Low HW with middle experience, LowHW-MiddleE. Discriminant analysis showed that TopHW-LowE group was highlighted by two-point field goals made and missed, offensive and defensive rebounds, blocks, and personal fouls; whereas the LowHW-LowE group made fewest passes and touches. The players from weaker teams were mostly distributed in LowHW-LowE group, whereas players from stronger teams were mainly grouped in LowHW-MiddleE group; and players that participated in the finals were allocated in the MiddleHW-MiddleE group. These results provide alternative references for basketball staff concerning the process of evaluating performance.

  16. High-contrast grating hollow-core waveguide splitter applied to optical phased array

    Science.gov (United States)

    Zhao, Che; Xue, Ping; Zhang, Hanxing; Chen, Te; Peng, Chao; Hu, Weiwei

    2014-11-01

    A novel hollow-core (HW) Y-branch waveguide splitter based on high-contrast grating (HCG) is presented. We calculated and designed the HCG-HW splitter using Rigorous Coupled Wave Analysis (RCWA). Finite-different timedomain (FDTD) simulation shows that the splitter has a broad bandwidth and the branching loss is as low as 0.23 dB. Fabrication is accomplished with standard Silicon-On-Insulator (SOI) process. The experimental measurement results indicate its good performance on beam splitting near the central wavelength λ = 1550 nm with a total insertion loss of 7.0 dB.

  17. Estudio comparativo de la productividad y calidad obtenidas en la soldadura de tubos de calidad T9 empleados en el sector petroquímico, mediante los procesos TIG, HW-TIG y PAW Comparative study of productivity and quality obtained in tube welding quality T9 employees in the petrochemical industry, through TIG, HW-TIG and PAW processes

    Directory of Open Access Journals (Sweden)

    César García González

    2012-09-01

    Full Text Available Tradicionalmente, la fabricación soldada de tuberías de acero Cr-Mo empleadas en serpentines de hornos para la industria petroquímica se ha venido realizando de forma masiva mediante procesos de baja productividad, principalmente TIG para la pasada de raíz y SMAW para las pasadas de relleno, ambos manuales. En este estudio se muestran los resultados de la investigación realizada por el Centro Tecnológico AIMEN, en relación al empleo de tecnologías de alto rendimiento, concretamente TIG, HW-TIG y PAW robotizadas, aplicadas a los mismos materiales y productos. De este modo se calculan y comparan cuatro índices de productividad: Tiempo de Soldadura, Tasa de Deposición, Material Depositado y Volumen de Gas Consumido. El objetivo del estudio es contribuir a la reducción de los tiempos de producción, de los costes de fabricación, y a la mejora de la calidad del producto.Traditionally, the manufacture of welded Cr-Mo steel pipes used in furnace coils for petrochemical industry has been carried out on a massive scale by low productivity processes, mainly TIG for root pass and SMAW for layers of filling run, both of them manuals. This study presents the results of a research, conducted by AIMEN Technology Centre, related to the use of high performance technologies, specifically robotic processes such as TIG, TIG-HW and PAW, applied to the same materials and products. Thus, four productivity ratios have been calculated and compared: welding time, deposition rate, deposited material and volume of consumed gas. The aim of the study is to contribute to the reduction of the production time, manufacturing costs and to the improvement of the product quality.

  18. Research-based design & design-based research: Affordances, limitations and synergies

    NARCIS (Netherlands)

    McKenney, Susan

    2015-01-01

    Research-based design is an orientation to educational development that is explicitly informed by existing research as well as formative evaluation. Design-based research is a genre of inquiry in which the design of innovative solutions to problems in educational practice provides the context for

  19. Simulator with integrated HW and SW for prediction of thermal comfort to provide feedback to the climate control system

    Directory of Open Access Journals (Sweden)

    Pokorný Jan

    2018-01-01

    Full Text Available The aim of the paper is to assemble a simulator for evaluation of thermal comfort in car cabins in order to give a feedback to the HVAC (heating, ventilation and air conditioning system. The HW (hardware part of simulator is formed by thermal manikin Newton and RH (relative humidity, velocity and temperature probes. The SW (software part consists of the Thermal Comfort Analyser (using ISO 14505-2 and Virtual Testing Stand of Car Cabin defining the heat loads of car cabin. Simulator can provide recommendation for the climate control how to improve thermal comfort in cabin by distribution and directing of air flow, and also by amount of ventilation power to keep optimal temperature inside a cabin. The methods of evaluation of thermal comfort were verified by tests with 10 test subjects for summer (summer clothing, ambient air temperature 30 °C, HVAC setup: +24 °C auto and winter conditions (winter clothing, ambient air temperature -5 °C, HVAC setup: +18 °C auto. The tests confirmed the validity of the thermal comfort evaluation using the thermal manikin and ISO 14505-2.

  20. Design of an integrated I and C system

    International Nuclear Information System (INIS)

    Lee, C. K.; Oh, I. S.; Kim, D. H.

    2004-08-01

    The final goal of this project is to develop an integrated I and C systems, and through this project the localized equipment and systems being developed should secure the safety, the reliability, their applicability and technical competitiveness. As well, the technical interfaces among sub-projects should be maintained for integration. The results of this project are as following ; 1. Development of an integrated I and C system architecture: Development of the design concepts for KNICS and the design requirements for each I and C system, Development of the design requirements of control systems based on DCS, Design of the communication systems, Design of the interface signals among systems and analysis of traffic load for networks, Conceptual design of measuring and monitoring systems, Review of the structure of computer systems for information processing, Development of architectures for each system and KOICS 2. Technological integration and management of projects: Development of evaluation criteria for DCS and network systems, Evaluation of the DCS prototype, Design review of KNICS protection system, Review of the functions and design requirements of I and C systems in NPP, Analysis of the I and C system H/W in NPP and the APR1400 I and C system design, Review of the technology criteria and the regulatory trend for licensing issues, Extracting items for preparing the technical description of I and C systems, a part of proposal to invitation to bid (ITB), Planning for KNICS to be of practical use The results of this project will be applied as design bases during the development of 2nd phase KNICS. As well it is expected that the results of this project will be finally applied for the technical self-reliance of component design and manufacturing of NPP I and C systems

  1. Age-Related Evolution Patterns in Online Handwriting

    Science.gov (United States)

    2016-01-01

    Characterizing age from handwriting (HW) has important applications, as it is key to distinguishing normal HW evolution with age from abnormal HW change, potentially triggered by neurodegenerative decline. We propose, in this work, an original approach for online HW style characterization based on a two-level clustering scheme. The first level generates writer-independent word clusters from raw spatial-dynamic HW information. At the second level, each writer's words are converted into a Bag of Prototype Words that is augmented by an interword stability measure. This two-level HW style representation is input to an unsupervised learning technique, aiming at uncovering HW style categories and their correlation with age. To assess the effectiveness of our approach, we propose information theoretic measures to quantify the gain on age information from each clustering layer. We have carried out extensive experiments on a large public online HW database, augmented by HW samples acquired at Broca Hospital in Paris from people mostly between 60 and 85 years old. Unlike previous works claiming that there is only one pattern of HW change with age, our study reveals three major aging HW styles, one specific to aged people and the two others shared by other age groups. PMID:27752277

  2. The effect of heat waves on dairy cow mortality.

    Science.gov (United States)

    Vitali, A; Felici, A; Esposito, S; Bernabucci, U; Bertocchi, L; Maresca, C; Nardone, A; Lacetera, N

    2015-07-01

    This study investigated the mortality of dairy cows during heat waves. Mortality data (46,610 cases) referred to dairy cows older than 24mo that died on a farm from all causes from May 1 to September 30 during a 6-yr period (2002-2007). Weather data were obtained from 12 weather stations located in different areas of Italy. Heat waves were defined for each weather station as a period of at least 3 consecutive days, from May 1 to September 30 (2002-2007), when the daily maximum temperature exceeded the 90th percentile of the reference distribution (1971-2000). Summer days were classified as days in heat wave (HW) or not in heat wave (nHW). Days in HW were numbered to evaluate the relationship between mortality and length of the wave. Finally, the first 3 nHW days after the end of a heat wave were also considered to account for potential prolonged effects. The mortality risk was evaluated using a case-crossover design. A conditional logistic regression model was used to calculate odds ratio and 95% confidence interval for mortality recorded in HW compared with that recorded in nHW days pooled and stratified by duration of exposure, age of cows, and month of occurrence. Dairy cows mortality was greater during HW compared with nHW days. Furthermore, compared with nHW days, the risk of mortality continued to be higher during the 3 d after the end of HW. Mortality increased with the length of the HW. Considering deaths stratified by age, cows up to 28mo were not affected by HW, whereas all the other age categories of older cows (29-60, 61-96, and >96mo) showed a greater mortality when exposed to HW. The risk of death during HW was higher in early summer months. In particular, the highest risk of mortality was observed during June HW. Present results strongly support the implementation of adaptation strategies which may limit heat stress-related impairment of animal welfare and economic losses in dairy cow farm during HW. Copyright © 2015 American Dairy Science

  3. Design-Based Research

    DEFF Research Database (Denmark)

    Gynther, Karsten; Christensen, Ove; Petersen, Trine Brun

    2012-01-01

    I denne artikel introduceres Design Based Research for første gang på dansk i et videnskabeligt tidsskrift. Artiklen præsenterer de grundlæggende antagelser, som ligger til grund for Design Based Research-traditionen, og artiklen diskuterer de principper, som ligger til grund for gennemførelse af...... et DBR-forskningsprojekt. Med udgangspunkt i forsknings- og udviklingsprojektet ELYK: E-læring, Yderområder og Klyngedannelse, præsenteres den innovationsmodel, som projektet har udviklet med udgangspunkt i Design Based Research traditionen. ELYKs DBR innovationsmodel har vist sig effektiv i forhold...

  4. THE DEVELOPMENT OF TECHNOLOGY OF THE CORE THERMO-MECHANICALLY HARDENED REINFORC-ING STEEL OF GRADE A700HW OF DIE-ROLLED SECTION NO 12, 14, 16 PRODUCTION ACCORDING TO REQUIREMENT OF FINNISH STANDARDS SFST1216 IN CONDITIONS OF SMALL-SECTION MILL 320 OF RUP «BMZ»

    Directory of Open Access Journals (Sweden)

    A. V. Rusalenko

    2009-01-01

    Full Text Available The development of technology of the core thermomechanically hardened reinforcing steel of grade А700HW of die-rolled section No 12, 14, 16 production according to requirement of Finnish standards SFST1216 in conditions of small-section mill 320 of RUP «BMZ» is given.

  5. Software Defined Electronics: A Revolutionary Change in Design and Teaching Paradigm of RF Radio Communications Systems

    Directory of Open Access Journals (Sweden)

    Géza Kolumbán

    2015-06-01

    Full Text Available Band-pass signals are used everywhere in radio communications. The band-pass property makes the substitution of each RF/microwave/ optical analog signal processing possible with a low-frequency digital one in Software Defined Electronics (SDE. In SDE, the high frequency band-pass signals are transformed into the BaseBand (BB by a universal HW device and every application is implemented in BB, entirely in software. SDE concept uses (i the lowest sampling rate attainable theoretically and (ii the same universal HW device in every application. The huge level of flexibility offered by the SW implementation is essential in many applications from cognitive radio to adaptive reconfigurable systems. This tutorial, written for interested readers who have no solid background in software defined radio, virtual instrumentation and SoC technology, surveys the SDE theory, uses a step-by-step approach for the derivation of BB equivalents and demonstrates the application of SDE concept in scientific research, prototyping and education.

  6. Study on Design of Control Module and Fuzzy Control System

    International Nuclear Information System (INIS)

    Lee, Chang Kyu; Sohn, Chang Ho; Kim, Jung Seon; Kim, Min Kyu

    2005-01-01

    Performance of control unit is improved by introduction of fuzzy control theory and compensation for input of control unit as FLC(Fuzzy Logic Controller). Here, FLC drives thermal control system by linguistic rule-base. Hence, In case of using compensative PID control unit, it doesn't need to revise or compensate for PID control unit. Consequently, this study shows proof that control system which implements H/W module and then uses fuzzy algorism in this system is stable and has reliable performance

  7. Hazardous waste management system design under population and environmental impact considerations.

    Science.gov (United States)

    Yilmaz, Ozge; Kara, Bahar Y; Yetis, Ulku

    2017-12-01

    This paper presents a multi objective mixed integer location/routing model that aims to minimize transportation cost and risks for large-scale hazardous waste management systems (HWMSs). Risks induced by hazardous wastes (HWs) on both public and the environment are addressed. For this purpose, a new environmental impact definition is proposed that considers the environmentally vulnerable elements including water bodies, agricultural areas, coastal regions and forestlands located within a certain bandwidth around transportation routes. The solution procedure yields to Pareto optimal curve for two conflicting objectives. The conceptual model developed prior to mathematical formulation addresses waste-to-technology compatibility and HW processing residues to assure applicability of the model to real-life HWMSs. The suggested model was used in a case study targeting HWMS in Turkey. Based on the proposed solution, it was possible to identify not only the transportation routes but also a set of information on HW handling facilities including the types, locations, capacities, and investment/operational cost. The HWMS of this study can be utilized both by public authorities and private sector investors for planning purposes. Copyright © 2016 Elsevier Ltd. All rights reserved.

  8. Participatory design based research

    DEFF Research Database (Denmark)

    Dau, Susanne; Bach Jensen, Louise; Falk, Lars

    This poster reveal how participatory design based research by the use of a CoED inspired creative process can be used for designing solutions to problems regarding students study activities outside campus.......This poster reveal how participatory design based research by the use of a CoED inspired creative process can be used for designing solutions to problems regarding students study activities outside campus....

  9. Model-Based Requirements Management in Gear Systems Design Based On Graph-Based Design Languages

    Directory of Open Access Journals (Sweden)

    Kevin Holder

    2017-10-01

    Full Text Available For several decades, a wide-spread consensus concerning the enormous importance of an in-depth clarification of the specifications of a product has been observed. A weak clarification of specifications is repeatedly listed as a main cause for the failure of product development projects. Requirements, which can be defined as the purpose, goals, constraints, and criteria associated with a product development project, play a central role in the clarification of specifications. The collection of activities which ensure that requirements are identified, documented, maintained, communicated, and traced throughout the life cycle of a system, product, or service can be referred to as “requirements engineering”. These activities can be supported by a collection and combination of strategies, methods, and tools which are appropriate for the clarification of specifications. Numerous publications describe the strategy and the components of requirements management. Furthermore, recent research investigates its industrial application. Simultaneously, promising developments of graph-based design languages for a holistic digital representation of the product life cycle are presented. Current developments realize graph-based languages by the diagrams of the Unified Modelling Language (UML, and allow the automatic generation and evaluation of multiple product variants. The research presented in this paper seeks to present a method in order to combine the advantages of a conscious requirements management process and graph-based design languages. Consequently, the main objective of this paper is the investigation of a model-based integration of requirements in a product development process by means of graph-based design languages. The research method is based on an in-depth analysis of an exemplary industrial product development, a gear system for so-called “Electrical Multiple Units” (EMU. Important requirements were abstracted from a gear system

  10. Trees as environmental modifier to improve street canyon for pedestrian activities in Muscat

    Science.gov (United States)

    Khudhayer, Wael A.; Shaaban, Awni K.; Sukor, Nur Sabahiah Abdul

    2017-10-01

    Street shading efficiency is a function of orientation and profile proportion of its height to width. Under high sun altitude conditions, minimization of solar irradiance within the urban environment may often be a significant criterion in urban design. This reduction in solar irradiance achieved when the obstruction angle is large (high H/W ratio, H=height, W=width). High H/W values often lessen the solar access to streets. The horizontal sprawl of Muscat region is an example of low H/W ratio represented the remarkable challenge that causes the lack of shading rates in the urban street. This characteristic proliferates the negative impact on the pedestrian activities in the urban street. This research aims to improve the morphology of the street to promote the pedestrian behavior. The amendment based on suggesting different configurations of trees to increase effective shading of the urban street in Muscat. The street canyon abstracted into a virtual elongated channel formed of floor and walls of equal heights on both sides. Four street orientations (E/W, N/S, NE/SW, NW/SE) and three H/W ratio (0.5,1 and 2) are considered sufficient representative of street typologies. A mathematical model developed for calculation of shading efficiency of each street canyon. The trees assumed in this study as canyon's modifier to adjust the low H/W ratio of a street canyon to a higher one. Local trees and other plants in Muscat were studied concerning their morphology. The analysis selected two case study in Muscat to investigate the shading performance of their street canyons subsequently propose the modifications to improve it. The research concluded that the suggested changes of the street canyon by using a particular type of trees could increase the H/W ratio of street canyon significantly.

  11. Reflections on Design-Based Research

    DEFF Research Database (Denmark)

    Ørngreen, Rikke

    2015-01-01

    Design-Based Research is an intervention method that researches educational design (products or processes) in real-life settings with the dual purpose of generating theories about the domain and develop the design iteratively. This paper is an integrative review with a personal ethnographic...... narrative that draws on Design-Based Research literature, and identifies and discusses elements from Interaction Design and Action Research that the Design-Based Research approach could apply, situating the research in online educational projects, where participants are distributed in time and space...

  12. Case-based Agile Fixture Design

    Institute of Scientific and Technical Information of China (English)

    2001-01-01

    In order to realize the agility of the fixture design, such asreconfigurability, rescalability and reusability, fixture structure is function unit-based decomposed from a fire-new point of view. Which makes it easy for agile fixture to be reconfigured and modified. Thereby, the base of case-based agile fixture design system info is established.Whole case-based agile fixture design model is presented. In which, three modules are added relative to the other models, including case matching of fixture planning module, conflict arbitration module and agile fixture case modify module. The three modules could solve the previous problem that the experience and result are difficult to be reused in the process of design.Two key techniques in the process of the agile fixture design, the evaluation of case similarity, and restriction-based conflict arbitration, are listed. And some methods are presented to evaluate the similarity and clear up the conflict.

  13. Watershed-based survey designs

    Science.gov (United States)

    Detenbeck, N.E.; Cincotta, D.; Denver, J.M.; Greenlee, S.K.; Olsen, A.R.; Pitchford, A.M.

    2005-01-01

    Watershed-based sampling design and assessment tools help serve the multiple goals for water quality monitoring required under the Clean Water Act, including assessment of regional conditions to meet Section 305(b), identification of impaired water bodies or watersheds to meet Section 303(d), and development of empirical relationships between causes or sources of impairment and biological responses. Creation of GIS databases for hydrography, hydrologically corrected digital elevation models, and hydrologic derivatives such as watershed boundaries and upstream–downstream topology of subcatchments would provide a consistent seamless nationwide framework for these designs. The elements of a watershed-based sample framework can be represented either as a continuous infinite set defined by points along a linear stream network, or as a discrete set of watershed polygons. Watershed-based designs can be developed with existing probabilistic survey methods, including the use of unequal probability weighting, stratification, and two-stage frames for sampling. Case studies for monitoring of Atlantic Coastal Plain streams, West Virginia wadeable streams, and coastal Oregon streams illustrate three different approaches for selecting sites for watershed-based survey designs.

  14. Design of Composite Structures Using Knowledge-Based and Case Based Reasoning

    Science.gov (United States)

    Lambright, Jonathan Paul

    1996-01-01

    A method of using knowledge based and case based reasoning to assist designers during conceptual design tasks of composite structures was proposed. The cooperative use of heuristics, procedural knowledge, and previous similar design cases suggests a potential reduction in design cycle time and ultimately product lead time. The hypothesis of this work is that the design process of composite structures can be improved by using Case-Based Reasoning (CBR) and Knowledge-Based (KB) reasoning in the early design stages. The technique of using knowledge-based and case-based reasoning facilitates the gathering of disparate information into one location that is easily and readily available. The method suggests that the inclusion of downstream life-cycle issues into the conceptual design phase reduces potential of defective, and sub-optimal composite structures. Three industry experts were interviewed extensively. The experts provided design rules, previous design cases, and test problems. A Knowledge Based Reasoning system was developed using the CLIPS (C Language Interpretive Procedural System) environment and a Case Based Reasoning System was developed using the Design Memory Utility For Sharing Experiences (MUSE) xviii environment. A Design Characteristic State (DCS) was used to document the design specifications, constraints, and problem areas using attribute-value pair relationships. The DCS provided consistent design information between the knowledge base and case base. Results indicated that the use of knowledge based and case based reasoning provided a robust design environment for composite structures. The knowledge base provided design guidance from well defined rules and procedural knowledge. The case base provided suggestions on design and manufacturing techniques based on previous similar designs and warnings of potential problems and pitfalls. The case base complemented the knowledge base and extended the problem solving capability beyond the existence of

  15. Problem Based Game Design

    DEFF Research Database (Denmark)

    Reng, Lars; Schoenau-Fog, Henrik

    2011-01-01

    At Aalborg University’s department of Medialogy, we are utilizing the Problem Based Learning method to encourage students to solve game design problems by pushing the boundaries and designing innovative games. This paper is concerned with describing this method, how students employ it in various ...... projects and how they learn to analyse, design, and develop for innovation by using it. We will present various cases to exemplify the approach and focus on how the method engages students and aspires for innovation in digital entertainment and games.......At Aalborg University’s department of Medialogy, we are utilizing the Problem Based Learning method to encourage students to solve game design problems by pushing the boundaries and designing innovative games. This paper is concerned with describing this method, how students employ it in various...

  16. Sequential ensemble-based optimal design for parameter estimation: SEQUENTIAL ENSEMBLE-BASED OPTIMAL DESIGN

    Energy Technology Data Exchange (ETDEWEB)

    Man, Jun [Zhejiang Provincial Key Laboratory of Agricultural Resources and Environment, Institute of Soil and Water Resources and Environmental Science, College of Environmental and Resource Sciences, Zhejiang University, Hangzhou China; Zhang, Jiangjiang [Zhejiang Provincial Key Laboratory of Agricultural Resources and Environment, Institute of Soil and Water Resources and Environmental Science, College of Environmental and Resource Sciences, Zhejiang University, Hangzhou China; Li, Weixuan [Pacific Northwest National Laboratory, Richland Washington USA; Zeng, Lingzao [Zhejiang Provincial Key Laboratory of Agricultural Resources and Environment, Institute of Soil and Water Resources and Environmental Science, College of Environmental and Resource Sciences, Zhejiang University, Hangzhou China; Wu, Laosheng [Department of Environmental Sciences, University of California, Riverside California USA

    2016-10-01

    The ensemble Kalman filter (EnKF) has been widely used in parameter estimation for hydrological models. The focus of most previous studies was to develop more efficient analysis (estimation) algorithms. On the other hand, it is intuitively understandable that a well-designed sampling (data-collection) strategy should provide more informative measurements and subsequently improve the parameter estimation. In this work, a Sequential Ensemble-based Optimal Design (SEOD) method, coupled with EnKF, information theory and sequential optimal design, is proposed to improve the performance of parameter estimation. Based on the first-order and second-order statistics, different information metrics including the Shannon entropy difference (SD), degrees of freedom for signal (DFS) and relative entropy (RE) are used to design the optimal sampling strategy, respectively. The effectiveness of the proposed method is illustrated by synthetic one-dimensional and two-dimensional unsaturated flow case studies. It is shown that the designed sampling strategies can provide more accurate parameter estimation and state prediction compared with conventional sampling strategies. Optimal sampling designs based on various information metrics perform similarly in our cases. The effect of ensemble size on the optimal design is also investigated. Overall, larger ensemble size improves the parameter estimation and convergence of optimal sampling strategy. Although the proposed method is applied to unsaturated flow problems in this study, it can be equally applied in any other hydrological problems.

  17. Decision-Based Design Integrating Consumer Preferences into Engineering Design

    CERN Document Server

    Chen, Wei; Wassenaar, Henk Jan

    2013-01-01

    Building upon the fundamental principles of decision theory, Decision-Based Design: Integrating Consumer Preferences into Engineering Design presents an analytical approach to enterprise-driven Decision-Based Design (DBD) as a rigorous framework for decision making in engineering design.  Once the related fundamentals of decision theory, economic analysis, and econometrics modelling are established, the remaining chapters describe the entire process, the associated analytical techniques, and the design case studies for integrating consumer preference modeling into the enterprise-driven DBD framework. Methods for identifying key attributes, optimal design of human appraisal experiments, data collection, data analysis, and demand model estimation are presented and illustrated using engineering design case studies. The scope of the chapters also provides: •A rigorous framework of integrating the interests from both producer and consumers in engineering design, •Analytical techniques of consumer choice model...

  18. Adaptive Learning Rule for Hardware-based Deep Neural Networks Using Electronic Synapse Devices

    OpenAIRE

    Lim, Suhwan; Bae, Jong-Ho; Eum, Jai-Ho; Lee, Sungtae; Kim, Chul-Heung; Kwon, Dongseok; Park, Byung-Gook; Lee, Jong-Ho

    2017-01-01

    In this paper, we propose a learning rule based on a back-propagation (BP) algorithm that can be applied to a hardware-based deep neural network (HW-DNN) using electronic devices that exhibit discrete and limited conductance characteristics. This adaptive learning rule, which enables forward, backward propagation, as well as weight updates in hardware, is helpful during the implementation of power-efficient and high-speed deep neural networks. In simulations using a three-layer perceptron net...

  19. Active debris removal GNC challenges over design and required ground validation

    Science.gov (United States)

    Colmenarejo, Pablo; Avilés, Marcos; di Sotto, Emanuele

    2015-06-01

    capture technologies. This paper focuses on some specific aspects and technologies related to ADR terminal phases involved technologies and ground validation approaches: (1) Terminal ADR approach phase using visual-based navigation (VBN). Potential Image Processing techniques and preliminary performances will be described, together with the challenge of generating on-ground realistic images as input for the HW/SW VBN system. Some results of image generation (including comparison with real flight image missions) and processing using GMV's Optical Laboratory (image generation by rendering spacecraft 3D models and projecting on a screen in front of the HW camera) and using GMV's platform-art ® laboratory to reproduce space-realistic physical scenarios (to be captured by a HW camera) using 1:1 physical spacecraft mock-ups in an absolutely dark environment with a Sun-like single illumination source. (2) Ground validation of GNC systems based on HW-in-the-Loop (HIL) test facilities, including realistic space-representative avionics (at processor, interfaces and real-time operating system), realistic and air-to-air stimulated breadboard perception sensors (IMU, optical cameras, laser 3D sensors) through the use of dynamic robotic devices hosting the active vehicle and debris mock-ups and reproducing accurately the spatial relative dynamic corresponding to an ADR scenario. This type of ground validation can effectively achieve validation in relevant environment, till TRL (Technology Readiness Level) 5/6 on ground and minimizing the uncertainty/risk of such technologies/systems with respect to its operational use. Description and video demonstration of some ADR applicable test case/s using GMV's platform-art ® dynamic test facility will be included. Particular attention will be paid on the needed type of structural/functional active ADR vehicle and debris mock-ups, force/torque measurement and feedback capability over debris contact or momentum exchange actions, ground gravity

  20. Handbook of hardware/software codesign

    CERN Document Server

    Teich, Jürgen

    2017-01-01

    This handbook presents fundamental knowledge on the hardware/software (HW/SW) codesign methodology. Contributing expert authors look at key techniques in the design flow as well as selected codesign tools and design environments, building on basic knowledge to consider the latest techniques. The book enables readers to gain real benefits from the HW/SW codesign methodology through explanations and case studies which demonstrate its usefulness. Readers are invited to follow the progress of design techniques through this work, which assists readers in following current research directions and learning about state-of-the-art techniques. Students and researchers will appreciate the wide spectrum of subjects that belong to the design methodology from this handbook. .

  1. Final Environmental Assessment for Shared Use Paths (SUP), Eglin Air Force Base, Florida

    Science.gov (United States)

    2011-07-01

    social effects...Use Path (SUP)Environmental AssesmentEglin Air Force Base, Florida "/ "/ "/ "/ "/ "/ "/ "/ "/ "/ "/ Eighth StEglin Blvd Memoria l Dr Griffin Way...StEglin Blvd Memoria l Dr Griffin Way Nomad Way Eglin B lvd FL HW Y 8 5 Chinquapin Dr Perimeter Rd VALPARISO Park Tunn el Taxiw ay PT A rea Com miss

  2. A Technology-Mediated Behavioral Weight Gain Prevention Intervention for College Students: Controlled, Quasi-Experimental Study.

    Science.gov (United States)

    West, Delia Smith; Monroe, Courtney M; Turner-McGrievy, Gabrielle; Sundstrom, Beth; Larsen, Chelsea; Magradey, Karen; Wilcox, Sara; Brandt, Heather M

    2016-06-13

    Both men and women are vulnerable to weight gain during the college years, and this phenomenon is linked to an increased risk of several chronic diseases and mortality. Technology represents an attractive medium for the delivery of weight control interventions focused on college students, given its reach and appeal among this population. However, few technology-mediated weight gain prevention interventions have been evaluated for college students. This study examined a new technology-based, social media-facilitated weight gain prevention intervention for college students. Undergraduates (n =58) in two sections of a public university course were allocated to either a behavioral weight gain prevention intervention (Healthy Weight, HW; N=29) or a human papillomavirus (HPV) vaccination awareness intervention (control; N=29). All students were enrolled, regardless of initial body weight or expressed interest in weight management. The interventions delivered 8 lessons via electronic newsletters and Facebook postings over 9 weeks, which were designed to foster social support and introduce relevant educational content. The HW intervention targeted behavioral strategies to prevent weight gain and provided participants with a Wi-Fi-enabled scale and an electronic physical activity tracker to facilitate weight regulation. A repeated-measures analysis of variance was conducted to examine within- and between-group differences in measures of self-reported weight control practices and objectively measured weight. Use of each intervention medium and device was objectively tracked, and intervention satisfaction measures were obtained. Students remained weight stable (HW: -0.48+1.9 kg; control: -0.45+1.4 kg), with no significant difference between groups over 9 weeks (P =.94). However, HW students reported a significantly greater increase in the number of appropriate weight control strategies than did controls (2.1+4.5 vs -1.1+3.4, respectively; P =.003) and there was no increase in

  3. Review of research in feature based design

    NARCIS (Netherlands)

    Salomons, O.W.; van Houten, Frederikus J.A.M.; Kals, H.J.J.

    1993-01-01

    Research in feature-based design is reviewed. Feature-based design is regarded as a key factor towards CAD/CAPP integration from a process planning point of view. From a design point of view, feature-based design offers possibilities for supporting the design process better than current CAD systems

  4. Reusing Design Knowledge Based on Design Cases and Knowledge Map

    Science.gov (United States)

    Yang, Cheng; Liu, Zheng; Wang, Haobai; Shen, Jiaoqi

    2013-01-01

    Design knowledge was reused for innovative design work to support designers with product design knowledge and help designers who lack rich experiences to improve their design capacity and efficiency. First, based on the ontological model of product design knowledge constructed by taxonomy, implicit and explicit knowledge was extracted from some…

  5. Thermal bioclimate in idealized urban street canyons in Campinas, Brazil

    Science.gov (United States)

    Abreu-Harbich, Loyde V.; Labaki, Lucila C.; Matzarakis, Andreas

    2014-01-01

    Among several urban design parameters, the height-to-width ratio (H/W) and orientation are important parameters strongly affecting thermal conditions in cities. This paper quantifies changes in thermal comfort due to typical urban canyon configurations in Campinas, Brazil, and presents urban guidelines concerning H/W ratios and green spaces to adapt urban climate change. The study focuses on thermal comfort issues of humans in urban areas and performs evaluation in terms of physiologically equivalent temperature (PET), based on long-term data. Meteorological data of air temperature, relative humidity, wind speed and solar radiation over a 7-year period (2003-2010) were used. A 3D street canyon model was designed with RayMan Pro software to simulate the influence of urban configuration on urban thermal climate. The following configurations and setups were used. The model canyon was 500 m in length, with widths 9, 21, and 44 m. Its height varied in steps of 2.5 m, from 5 to 40 m. The canyon could be rotated in steps of 15°. The results show that urban design parameters such as width, height, and orientation modify thermal conditions within street canyons. A northeast-southwest orientation can reduce PET during daytime more than other scenarios. Forestry management and green areas are recommended to promote shade on pedestrian areas and on façades, and to improve bioclimate thermal stress, in particular for H/W ratio less than 0.5. The method and results can be applied by architects and urban planners interested in developing responsive guidelines for urban climate issues.

  6. Simultaneous fingerprint and high-wavenumber confocal Raman spectroscopy enhances early detection of cervical precancer in vivo.

    Science.gov (United States)

    Duraipandian, Shiyamala; Zheng, Wei; Ng, Joseph; Low, Jeffrey J H; Ilancheran, A; Huang, Zhiwei

    2012-07-17

    Raman spectroscopy is a vibrational spectroscopic technique capable of nondestructively probing endogenous biomolecules and their changes associated with dysplastic transformation in the tissue. The main objectives of this study are (i) to develop a simultaneous fingerprint (FP) and high-wavenumber (HW) confocal Raman spectroscopy and (ii) to investigate its diagnostic utility for improving in vivo diagnosis of cervical precancer (dysplasia). We have successfully developed an integrated FP/HW confocal Raman diagnostic system with a ball-lens Raman probe for simultaneous acquistion of FP/HW Raman signals of the cervix in vivo within 1 s. A total of 476 in vivo FP/HW Raman spectra (356 normal and 120 precancer) are acquired from 44 patients at clinical colposcopy. The distinctive Raman spectral differences between normal and dysplastic cervical tissue are observed at ~854, 937, 1001, 1095, 1253, 1313, 1445, 1654, 2946, and 3400 cm(-1) mainly related to proteins, lipids, glycogen, nucleic acids and water content in tissue. Multivariate diagnostic algorithms developed based on partial least-squares-discriminant analysis (PLS-DA) together with the leave-one-patient-out, cross-validation yield the diagnostic sensitivities of 84.2%, 76.7%, and 85.0%, respectively; specificities of 78.9%, 73.3%, and 81.7%, respectively; and overall diagnostic accuracies of 80.3%, 74.2%, and 82.6%, respectively, using FP, HW, and integrated FP/HW Raman spectroscopic techniques for in vivo diagnosis of cervical precancer. Receiver operating characteristic (ROC) analysis further confirms the best performance of the integrated FP/HW confocal Raman technique, compared to FP or HW Raman spectroscopy alone. This work demonstrates, for the first time, that the simultaneous FP/HW confocal Raman spectroscopy has the potential to be a clinically powerful tool for improving early diagnosis and detection of cervical precancer in vivo during clinical colposcopic examination.

  7. Plant aging and design bases documentation

    International Nuclear Information System (INIS)

    Kelly, J.

    1985-01-01

    As interest in plant aging and lifetime extension continues to grow, the need to identify and capture the original design bases for the plant becomes more urgent. Decisions on lifetime extension and availability must be based on a rational understanding of design input, assumptions, and objectives. As operating plant time accumulates, the history of the early design begins to fade. The longer the utility waits, the harder it will be to re-establish the original design bases. Therefore, the time to develop this foundation is now. This paper demonstrates the impact that collecting and maintaining the original design bases of the plant can have on a utility's lifetime extension program. This impact becomes apparent when considering the technical, regulatory and financial aspects of lifetime extension. It is not good enough to know that the design information is buried somewhere in the corporate archives, and that given enough time, it could be retrieved. To be useful to the lifetime extension program, plant design information must be concise, readily available (i.e., retrievable), and easy to use. These objectives can only be met through a systematic program for collecting and presenting plant design documentation. To get the maximum benefit from a lifetime extension program, usable design bases documentation should be available as early in the plant life as possible. It will help identify areas that require monitoring today so that data is available to make rational decisions in the future

  8. ERGONOMIC DESIGN RECOMMENDATIONS BASED ON AN ACTUAL CHAINSAW DESIGN

    Directory of Open Access Journals (Sweden)

    J. Kaljun

    2012-01-01

    Full Text Available

    ENGLISH ABSTRACT: To develop high quality products, a designer has to consider various influential factors, one of which is ergonomics. And to fashion a specific product for the user, a designer needs expert knowledge of the user’s requirements. However, expert knowledge can also be accessed through an intelligent advisory system for ergonomic design support. The effectiveness of such an expert system depends mainly on the quality of the knowledge base and on the appropriateness of the system's inference engine. Data for the system’s knowledge base can be collected in different ways. One approach is to study relevant projects to collect appropriate ergonomic solutions; another is to recognise bottlenecks in ergonomic design. This paper presents a case study of the design of an actual chainsaw – with emphasis on ergonomic design solutions – that can be transformed into ergonomic design recommendations. At the end of the paper, an application of one of the derived recommendations within the knowledge base of the intelligent advisory system is presented.

    AFRIKAANSE OPSOMMING: By die ontwerp van gehaltegoedere moet aandag gegee word aan verskeie faktore soos die Ergonomie. Die produkontwerper moet deeglike kennis dra van die verbruikersbehoeftes. Daarbenewens moet hy liefs ook gebruik maak van ’n intelligente sisteem vir ontwerphulp. Die navorsing is toegespits op datasteun vir ’n kettingsaagontwerp en toon hoe die intelligente sisteem betekenisvolle ondersteuning verleen.

  9. Competency Based Assessment in Fashion Design

    Science.gov (United States)

    Russanti, Irma; Nurlaela, Lutfiyah; Basuki, Ismet; Munoto

    2018-04-01

    Professional certification is a form of stipulation on certain competency standards provided by one professional organization to the performance of a person through assessment. For that an assessment needs to be standardized so that there exists a general standardized scale to measure competence. In the professional certification of fashion design department, an instrument of competency based assessment is essential to be developed. The purpose of this review is to know the application of competency based assessment in the field of fashion design. The literature reviews were found by journal searching with keywords competency based assessment and fashion design in Google scholar, of which was gotten over 20 journals from 2006 to 2016. Afterwards, the search of the free-downloaded e-books in libgen was conducted under competency based assessment and fashion design, which is then found some related references. The obtained literatures were used to review the definition, approach, and implementation of competency based assessment in the field of fashion design. Results show that it is important to develop an assessment sheet in the field of fashion design covering garment, apparel and embroidery sectors by patterning the criteria of performers along with the qualifications.

  10. LMI–based robust controller design approach in aircraft multidisciplinary design optimization problem

    Directory of Open Access Journals (Sweden)

    Qinghua Zeng

    2015-07-01

    Full Text Available This article proposes a linear matrix inequality–based robust controller design approach to implement the synchronous design of aircraft control discipline and other disciplines, in which the variation in design parameters is treated as equivalent perturbations. Considering the complicated mapping relationships between the coefficient arrays of aircraft motion model and the aircraft design parameters, the robust controller designed is directly based on the variation in these coefficient arrays so conservative that the multidisciplinary design optimization problem would be too difficult to solve, or even if there is a solution, the robustness of design result is generally poor. Therefore, this article derives the uncertainty model of disciplinary design parameters based on response surface approximation, converts the design problem of the robust controller into a problem of solving a standard linear matrix inequality, and theoretically gives a less conservative design method of the robust controller which is based on the variation in design parameters. Furthermore, the concurrent subspace approach is applied to the multidisciplinary system with this kind of robust controller in the design loop. A multidisciplinary design optimization of a tailless aircraft as example is shown that control discipline can be synchronous optimal design with other discipline, especially this method will greatly reduce the calculated amount of multidisciplinary design optimization and make multidisciplinary design optimization results more robustness of flight performance.

  11. Antioxidants Attenuate Oxidative Stress-Induced Hidden Blood Loss in Rats

    Directory of Open Access Journals (Sweden)

    Hong Qian

    2017-12-01

    Full Text Available Objective: Hidden blood loss (HBL, commonly seen after total knee or hip arthroplasty, causes postoperative anemia even after reinfusion or blood transfusion based on the visible blood loss volume. Recent studies demonstrated that oxidative stress might be involved in HBL. However, whether the antioxidants proanthocyanidin (PA or hydrogen water (HW can ameliorate HBL remains poorly understood. The aim of this study was to evaluate the effects of PA and HW on HBL. Materials and Methods: A rat HBL model was established through administration of linoleic acid with or without treatment with PA or HW. The levels of hemoglobin (Hb, red blood cell (RBC count, superoxide dismutase (SOD activity, glutathione peroxidase (GSH-PX activity, malondialdehyde (MDA, and ferryl Hb were measured. Results: RBC and Hb values as well as the activity of SOD and GSH-PX were reduced after administration of linoleic acid, which was ameliorated by treatment with PA or HW. In addition, the quantity of MDA was significantly decreased with the administration of PA or HW. Conclusion: PA and HW could ameliorate HBL in a rat model by reducing oxidative stress, suggesting that they might be used as a novel therapeutic approach in the prophylaxis or treatment of HBL in clinics.

  12. Enhancement of the automatic ultrasonic signal processing system using digital technology

    International Nuclear Information System (INIS)

    Koo, In Soo; Park, H. Y.; Suh, Y. S.; Kim, D. Hoon; Huh, S.; Sung, S. H.; Jang, G. S.; Ryoo, S. G.; Choi, J. H.; Kim, Y. H.; Lee, J. C.; Kim, D. Hyun; Park, H. J.; Kim, Y. C.; Lee, J. P.; Park, C. H.; Kim, M. S.

    1999-12-01

    The objective of this study is to develop the automatic ultrasonic signal processing system which can be used in the inspection equipment to assess the integrity of the reactor vessel by enhancing the performance of the ultrasonic signal processing system. Main activities of this study divided into three categories such as the development of the circuits for generating ultrasonic signal and receiving the signal from the inspection equipment, the development of signal processing algorithm and H/W of the data processing system, and the development of the specification for application programs and system S/W for the analysis and evaluation computer. The results of main activities are as follows 1) the design of the ultrasonic detector and the automatic ultrasonic signal processing system by using the investigation of the state-of-the-art technology in the inside and outside of the country. 2) the development of H/W and S/W of the data processing system based on the results. Especially, the H/W of the data processing system, which have both advantages of digital and analog controls through the real-time digital signal processing, was developed using the DSP which can process the digital signal in the real-time, and was developed not only firmware of the data processing system in order for the peripherals but also the test algorithm of specimen for the calibration. The application programs and the system S/W of the analysis/evaluation computer were developed. Developed equipment was verified by the performance test. Based on developed prototype for the automatic ultrasonic signal processing system, the localization of the overall ultrasonic inspection equipment for nuclear industries would be expected through the further studies of the H/W establishment of real applications, developing the S/W specification of the analysis computer. (author)

  13. SLS Navigation Model-Based Design Approach

    Science.gov (United States)

    Oliver, T. Emerson; Anzalone, Evan; Geohagan, Kevin; Bernard, Bill; Park, Thomas

    2018-01-01

    The SLS Program chose to implement a Model-based Design and Model-based Requirements approach for managing component design information and system requirements. This approach differs from previous large-scale design efforts at Marshall Space Flight Center where design documentation alone conveyed information required for vehicle design and analysis and where extensive requirements sets were used to scope and constrain the design. The SLS Navigation Team has been responsible for the Program-controlled Design Math Models (DMMs) which describe and represent the performance of the Inertial Navigation System (INS) and the Rate Gyro Assemblies (RGAs) used by Guidance, Navigation, and Controls (GN&C). The SLS Navigation Team is also responsible for the navigation algorithms. The navigation algorithms are delivered for implementation on the flight hardware as a DMM. For the SLS Block 1-B design, the additional GPS Receiver hardware is managed as a DMM at the vehicle design level. This paper provides a discussion of the processes and methods used to engineer, design, and coordinate engineering trades and performance assessments using SLS practices as applied to the GN&C system, with a particular focus on the Navigation components. These include composing system requirements, requirements verification, model development, model verification and validation, and modeling and analysis approaches. The Model-based Design and Requirements approach does not reduce the effort associated with the design process versus previous processes used at Marshall Space Flight Center. Instead, the approach takes advantage of overlap between the requirements development and management process, and the design and analysis process by efficiently combining the control (i.e. the requirement) and the design mechanisms. The design mechanism is the representation of the component behavior and performance in design and analysis tools. The focus in the early design process shifts from the development and

  14. Design for game based learning platforms

    DEFF Research Database (Denmark)

    Sørensen, Birgitte Holm; Meyer, Bente

    2010-01-01

    This paper focuses on the challenges related to the design of game based learning platforms for formal learning contexts that are inspired by the pupil's leisure time related use of web 2.0. The paper is based on the project Serious Games on a Global Market Place (2007-2011) founded by the Danish...... of web 2.0 and integrates theories of learning, didactics, games, play, communication, multimodality and different pedagogical approaches. In relation to the introduced model the teacher role is discussed.......This paper focuses on the challenges related to the design of game based learning platforms for formal learning contexts that are inspired by the pupil's leisure time related use of web 2.0. The paper is based on the project Serious Games on a Global Market Place (2007-2011) founded by the Danish...... Council for Strategic Research, in which an online game-based platform for English as a foreign language in primary school is studied. The paper presents a model for designing for game based learning platforms. This design is based on cultural and ethnographic based research on children's leisure time use...

  15. Hot wire radicals and reactions

    International Nuclear Information System (INIS)

    Zheng Wengang; Gallagher, Alan

    2006-01-01

    Threshold ionization mass spectroscopy is used to measure radical (and stable gas) densities at the substrate of a tungsten hot wire (HW) reactor. We report measurements of the silane reaction probability on the HW and the probability of Si and H release from the HW. We describe a model for the atomic H release, based on the H 2 dissociation model. We note major variations in silicon-release, with dependence on prior silane exposure. Measured radical densities versus silane pressure yield silicon-silane and H-silane reaction rate coefficients, and the dominant radical fluxes to the substrate

  16. Implementing a Generative Urban Design Model : Grammar-based design patterns for urban design

    NARCIS (Netherlands)

    Beirao, J.N.; Mendes, G.; Duarte, J.; Stouffs, R.M.F.

    2010-01-01

    This paper shows the first results of a prototype implementation of a generative urban design tool. This implementation will form part of a design support tool for a GIS based platform defined to formulate, generate and evaluate urban designs. These three goals, formulation, generation and

  17. Cognitive Activity-based Design Methodology for Novice Visual Communication Designers

    Science.gov (United States)

    Kim, Hyunjung; Lee, Hyunju

    2016-01-01

    The notion of design thinking is becoming more concrete nowadays, as design researchers and practitioners study the thinking processes involved in design and employ the concept of design thinking to foster better solutions to complex and ill-defined problems. The goal of the present research is to develop a cognitive activity-based design…

  18. Assessing model-based reasoning using evidence-centered design a suite of research-based design patterns

    CERN Document Server

    Mislevy, Robert J; Riconscente, Michelle; Wise Rutstein, Daisy; Ziker, Cindy

    2017-01-01

    This Springer Brief provides theory, practical guidance, and support tools to help designers create complex, valid assessment tasks for hard-to-measure, yet crucial, science education standards. Understanding, exploring, and interacting with the world through models characterizes science in all its branches and at all levels of education. Model-based reasoning is central to science education and thus science assessment. Current interest in developing and using models has increased with the release of the Next Generation Science Standards, which identified this as one of the eight practices of science and engineering. However, the interactive, complex, and often technology-based tasks that are needed to assess model-based reasoning in its fullest forms are difficult to develop. Building on research in assessment, science education, and learning science, this Brief describes a suite of design patterns that can help assessment designers, researchers, and teachers create tasks for assessing aspects of model-based...

  19. Visualizing Practices in Project-based Design

    DEFF Research Database (Denmark)

    Whyte, Jennifer; Tryggestad, Kjell; Comi, Alice

    2016-01-01

    Project-based design involves a variety of visual representations, which are evolved to make decisions and accomplish project objectives. Yet, such mediated and distributed ways of working are difficult to capture through ethnographies that examine situated design. A novel approach is developed t...... representations enabled participants in project-based design to develop and share understanding. The complexity of projects and their distributed and mediated nature makes this approach timely and important in addressing new research questions and practical challenges.......Project-based design involves a variety of visual representations, which are evolved to make decisions and accomplish project objectives. Yet, such mediated and distributed ways of working are difficult to capture through ethnographies that examine situated design. A novel approach is developed...... of situated design. This allows the researcher to be nimble, tracing connections across complex engineering projects; reconstructing practices through their visual representations; and observing their effects. Second, it articulates how, in these empirical cases, interaction with a cascade of visual...

  20. Rationale for reduced tornado design bases

    International Nuclear Information System (INIS)

    Rutherford, P.D.; Ho, H.W.; Hartung, J.A.; Kastenberg, W.E.

    1985-01-01

    This paper provides a rationale for relaxing the present NRC tornado design requirements, which are based on a design basis tornado (DBT) whose frequency of exceedance is 10 -7 per year. It is proposed that a reduced DBT frequency of 10 -5 to 10 -6 per year is acceptable. This change in the tornado design bases for LMFBRs (and possibly all types of nuclear plants) is justified based on (1) existing NRC regulations and guidelines, (2) probabilistic arguments, (3) consistency with NRC trial safety goals, and (4) cost-benefit analysis

  1. Model based process-product design and analysis

    DEFF Research Database (Denmark)

    Gani, Rafiqul

    This paper gives a perspective on modelling and the important role it has within product-process design and analysis. Different modelling issues related to development and application of systematic model-based solution approaches for product-process design is discussed and the need for a hybrid...... model-based framework is highlighted. This framework should be able to manage knowledge-data, models, and associated methods and tools integrated with design work-flows and data-flows for specific product-process design problems. In particular, the framework needs to manage models of different types......, forms and complexity, together with their associated parameters. An example of a model-based system for design of chemicals based formulated products is also given....

  2. Liaison based assembly design

    Energy Technology Data Exchange (ETDEWEB)

    Ames, A.; Kholwadwala, D.; Wilson, R.H.

    1996-12-01

    Liaison Based Assembly Design extends the current information infrastructure to support design in terms of kinematic relationships between parts, or liaisons. These liaisons capture information regarding contact, degrees-of-freedom constraints and containment relationships between parts in an assembly. The project involved defining a useful collection of liaison representations, investigating their properties, and providing for maximum use of the data in downstream applications. We tested our ideas by implementing a prototype system involving extensions to Pro/Engineer and the Archimedes assembly planner. With an expanded product model, the design system is more able to capture design intent. When a product update is attempted, increased knowledge availability improves our ability to understand the effect of design changes. Manufacturing and analysis disciplines benefit from having liaison information available, so less time is wasted arguing over incomplete design specifications and our enterprise can be more completely integrated.

  3. Building a Case-Based Design Assistant for Workplace Environment Design

    NARCIS (Netherlands)

    Mallory-Hill, S.M.; Timmermans, H.J.P.

    1998-01-01

    This paper reports on the early stages of development of a case-based design tool. The purpose of this tool, called the Workplace Environment Design Advisor (WEDA), is to support architects in the conceptual design of workplace environments. The objective of this system is to provide electronic

  4. Simultaneous fingerprint and high-wavenumber fiber-optic Raman spectroscopy improves in vivo diagnosis of esophageal squamous cell carcinoma at endoscopy

    Science.gov (United States)

    Wang, Jianfeng; Lin, Kan; Zheng, Wei; Yu Ho, Khek; Teh, Ming; Guan Yeoh, Khay; Huang, Zhiwei

    2015-08-01

    This work aims to evaluate clinical value of a fiber-optic Raman spectroscopy technique developed for in vivo diagnosis of esophageal squamous cell carcinoma (ESCC) during clinical endoscopy. We have developed a rapid fiber-optic Raman endoscopic system capable of simultaneously acquiring both fingerprint (FP)(800-1800 cm-1) and high-wavenumber (HW)(2800-3600 cm-1) Raman spectra from esophageal tissue in vivo. A total of 1172 in vivo FP/HW Raman spectra were acquired from 48 esophageal patients undergoing endoscopic examination. The total Raman dataset was split into two parts: 80% for training; while 20% for testing. Partial least squares-discriminant analysis (PLS-DA) and leave-one patient-out, cross validation (LOPCV) were implemented on training dataset to develop diagnostic algorithms for tissue classification. PLS-DA-LOPCV shows that simultaneous FP/HW Raman spectroscopy on training dataset provides a diagnostic sensitivity of 97.0% and specificity of 97.4% for ESCC classification. Further, the diagnostic algorithm applied to the independent testing dataset based on simultaneous FP/HW Raman technique gives a predictive diagnostic sensitivity of 92.7% and specificity of 93.6% for ESCC identification, which is superior to either FP or HW Raman technique alone. This work demonstrates that the simultaneous FP/HW fiber-optic Raman spectroscopy technique improves real-time in vivo diagnosis of esophageal neoplasia at endoscopy.

  5. Making Design Decisions Visible: Applying the Case-Based Method in Designing Online Instruction

    Directory of Open Access Journals (Sweden)

    Heng Luo,

    2011-01-01

    Full Text Available The instructional intervention in this design case is a self-directed online tutorial that applies the case-based method to teach educators how to design and conduct entrepreneurship programs for elementary school students. In this article, the authors describe the major decisions made in each phase of the design and development process, explicate the rationales behind them, and demonstrate their effect on the production of the tutorial. Based on such analysis, the guidelines for designing case-based online instruction are summarized for the design case.

  6. Design bases - Concrete structures

    International Nuclear Information System (INIS)

    Diaz-Llanos Ros, M.

    1993-01-01

    The most suitable title for Section 2 is 'Design Bases', which covers not only calculation but also the following areas: - Structural design concepts. - Project criteria. - Material specifications. These concepts are developed in more detail in the following sections. The numbering in this document is neither complete nor hierarchical since, for easier cross referencing, it corresponds to the paragraphs of Eurocode 2 Part 1 (hereinafter 'EUR-2') which are commented on. (author)

  7. Hospital waste sterilization: a technical and economic comparison between radiation and microwave treatments

    International Nuclear Information System (INIS)

    Tata, A.; Beone, F.

    1995-01-01

    Hospital waste (HW) disposal is becoming a problem of increasing importance in almost all industrially advanced countries. In Italy the yearly hospital waste production is about 250,000 tons and only 60,000 are treated by incineration at present time. As by a recent Italian law a meaningful percentage of HW (50 to 60%), corresponding to food residuals, plastic, paper, various organic materials, etc., could be landfilled as municipal refuses if preliminarily submitted to a suitable sterilization treatment. Under this perspective, sterilization/sanitation techniques represent now a technically and commercially viable alternative to HW thermal destruction that, besides more and more socially and politically less accepted. Electron Beam (EB) and Microwave (MW) treatments are two of the most interesting and emerging HW sterilization techniques, and, based on engineering real data, a technical and economic comparison is carried out, focusing vantages and limits of each process. (author)

  8. Design criteria burial containers for non-transuranic solid radioactive waste

    International Nuclear Information System (INIS)

    Hammond, J.E.

    1976-01-01

    The criteria, replace HW-83959 and apply to containers constructed specifically for the containment of beta-gamma radioactively contaminated waste removed from an area controlled by radiation work procedures, transported across an uncontrolled area where there is risk of a radiation release to the environs, and buried in an approved radioactive waste burial ground

  9. Performance-based Pareto optimal design

    NARCIS (Netherlands)

    Sariyildiz, I.S.; Bittermann, M.S.; Ciftcioglu, O.

    2008-01-01

    A novel approach for performance-based design is presented, where Pareto optimality is pursued. Design requirements may contain linguistic information, which is difficult to bring into computation or make consistent their impartial estimations from case to case. Fuzzy logic and soft computing are

  10. A Framework for IT-based Design Tools

    DEFF Research Database (Denmark)

    Hartvig, Susanne C

    The thesis presents a new apprach to develop design tools that can be integrated, bypresenting a framework consisting of a set of guidelines for design tools, an integration andcommunication scheme, and a set of design tool schemes.This framework has been based onanalysis of requirements to integ...... to integrated design enviornments, and analysis of engineeringdesign and design problem solving methods. And the developed framework has been testedby applying it to development of prototype design tools for realistic design scenarios.......The thesis presents a new apprach to develop design tools that can be integrated, bypresenting a framework consisting of a set of guidelines for design tools, an integration andcommunication scheme, and a set of design tool schemes.This framework has been based onanalysis of requirements...

  11. Craniofacial form is altered by chronic adult exposure to 2,3,7,8-tetrachlorodibenzo-p-dioxin (TCDD in Han/Wistar and Long–Evans rats with different aryl hydrocarbon receptor (AhR structures

    Directory of Open Access Journals (Sweden)

    Sabrina B. Sholts

    2015-01-01

    Full Text Available Mammalian bone has shown a variety of responses to 2,3,7,8-tetrachlorodibenzo-p-dioxin (TCDD exposure in experimental and wildlife studies. Although many responses have been well characterized in the postcranial skeleton, dioxin-induced effects on the cranium are largely unknown. In this study, we investigated the effects of chronic adult exposure to TCDD on cranial size and shape in dioxin-resistant Han/Wistar (H/W and dioxin-sensitive Long–Evans (L–E rat strains. Three-dimensional landmark configurations for the face, vault, and base of the cranium were recorded and analyzed using geometric morphometrics (GM and dose–response modeling. The strongest effects were shown by L–E and H/W rats with daily exposures of 100 and 1000 ng TCDD/kg bw/day, respectively, resulting in significant reductions in centroid size (CS in all three cranial modules for both strains except for the vault in H/W rats. Consistent with previous evidence of intraspecific variation in TCDD resistance, the benchmark doses (CEDs for cranial size reduction in L–E rats were roughly 10-fold lower than those for H/W rats. For both strains, the face showed the greatest size reduction from the highest doses of TCDD (i.e., 3.6 and 6.3% decreases in H/W and L–E rats, respectively, most likely related to dose-dependent reductions in limb bone size and body weight gain. However, intrinsic morphological differences between strains were also observed: although the control groups of H/W and L–E rats had vaults and bases of comparable size, the face was 6.4% larger in L–E rats. Thus, although H/W rats possess an altered aryl hydrocarbon receptor (AhR that appears to mediate and provides some resistance to TCDD exposure, their smaller reductions in facial size may also relate to strain-specific patterns of cranial development and growth. Future research will be aimed at understanding how ontogenetic factors may modulate toxic effects of prenatal and lactational exposure on

  12. Bodystorming for Movement-Based Interaction Design

    Directory of Open Access Journals (Sweden)

    Elena Márquez Segura

    2016-11-01

    Full Text Available After a decade of movement-based interaction in human–computer interaction, designing for the moving body still remains a challenge. Research in this field requires methods to help access, articulate, and harness embodied experiences in ways that can inform the design process. To address this challenge, this article appropriates bodystorming, an embodied ideation method for movement-based interaction design. The proposed method allows for early consideration of the physical, collocated, and social aspects of a designed activity as illustrated with two explorative workshops in different application domains: interactive body games and interactive performances. Using a qualitative methods approach, we used video material from the workshops, feedback from participants, and our own experience as participants and facilitators to outline important characteristics of the bodystorming method in the domain of movement-based interaction. The proposed method is compared with previous ones and application implications are discussed.

  13. Design-based research in designing the model for educating simulation facilitators.

    Science.gov (United States)

    Koivisto, Jaana-Maija; Hannula, Leena; Bøje, Rikke Buus; Prescott, Stephen; Bland, Andrew; Rekola, Leena; Haho, Päivi

    2018-03-01

    The purpose of this article is to introduce the concept of design-based research, its appropriateness in creating education-based models, and to describe the process of developing such a model. The model was designed as part of the Nurse Educator Simulation based learning project, funded by the EU's Lifelong Learning program (2013-1-DK1-LEO05-07053). The project partners were VIA University College, Denmark, the University of Huddersfield, UK and Metropolia University of Applied Sciences, Finland. As an outcome of the development process, "the NESTLED model for educating simulation facilitators" (NESTLED model) was generated. This article also illustrates five design principles that could be applied to other pedagogies. Copyright © 2018 Elsevier Ltd. All rights reserved.

  14. Embracing model-based designs for dose-finding trials.

    Science.gov (United States)

    Love, Sharon B; Brown, Sarah; Weir, Christopher J; Harbron, Chris; Yap, Christina; Gaschler-Markefski, Birgit; Matcham, James; Caffrey, Louise; McKevitt, Christopher; Clive, Sally; Craddock, Charlie; Spicer, James; Cornelius, Victoria

    2017-07-25

    Dose-finding trials are essential to drug development as they establish recommended doses for later-phase testing. We aim to motivate wider use of model-based designs for dose finding, such as the continual reassessment method (CRM). We carried out a literature review of dose-finding designs and conducted a survey to identify perceived barriers to their implementation. We describe the benefits of model-based designs (flexibility, superior operating characteristics, extended scope), their current uptake, and existing resources. The most prominent barriers to implementation of a model-based design were lack of suitable training, chief investigators' preference for algorithm-based designs (e.g., 3+3), and limited resources for study design before funding. We use a real-world example to illustrate how these barriers can be overcome. There is overwhelming evidence for the benefits of CRM. Many leading pharmaceutical companies routinely implement model-based designs. Our analysis identified barriers for academic statisticians and clinical academics in mirroring the progress industry has made in trial design. Unified support from funders, regulators, and journal editors could result in more accurate doses for later-phase testing, and increase the efficiency and success of clinical drug development. We give recommendations for increasing the uptake of model-based designs for dose-finding trials in academia.

  15. The challenge of integrating evidence-based design.

    Science.gov (United States)

    Martin, Caren S

    2009-01-01

    This paper discusses the integration of evidence-based design (EBD) into the design process as an innovation, illuminates the significance and progress of the diffusion of this innovation, and identifies EBD advocates and the consequences of meeting the EBD challenge. A free tool for engaging in EBD is explored. Healthcare designers are leading the EBD charge, because their clients depend on it. But not all designers engage in EBD, because it may be beyond the resources of a firm or outside its culture. However, as with other meaningful design innovations, designers who do not practice EBD could fall by the wayside. EBD is a product of the diffusion of the innovation of evidence-based medicine. The academy (i.e., the collective of institutions of higher education), design organizations, design communities, and the media all contribute to the diffusion of EBD. However, the quantity, quality, and understandability of evidence continue to challenge its broad adoption. InformeDesign®, a free, Internet-based tool, presents information to designers in a concise, understandable way. Firms must invest in EBD incrementally as a value-added component of design to meet current and future challenges. It is important for designers to realize that engaging in EBD is not a rejection of creativity, but a means by which to elevate their design solutions. ©2009 VENDOME GROUP, LLC

  16. Capturing the design bases on Palo Verde

    International Nuclear Information System (INIS)

    Rogers, A.C.; Prawlocki, F.C.

    1989-01-01

    Over the past several years, the nuclear power industry has been directing considerable attention to plant configuration control. Utilities have been put in difficult situations due to changes made in plants without full original design basis knowledge. Once a plant is constructed, there is often insufficient information from the reactor designer or the architect/engineer to properly support operations, especially changes to the plant. In many cases utilities do not know the design bases for their units. As a result of these concerns, many utilities have been searching for ways to define the appropriate design bases for their plant. This paper discusses steps taken by Palo Verde to produce a design bases document and how it is being used to support the operation of the three nuclear units

  17. Multimedia-Based Chip Design Education.

    Science.gov (United States)

    Catalkaya, Tamer; Golze, Ulrich

    This paper focuses on multimedia computer-based training programs on chip design. Their development must be fast and economical, in order to be affordable by technical university institutions. The self-produced teaching program Illusion, which demonstrates a monitor controller as an example of a small but complete chip design, was implemented to…

  18. Design and qualification of HPD based designs for safety systems

    International Nuclear Information System (INIS)

    Sharma, Mukesh Kr.; Chavan, Madhavi A.; Sawhney, Pratibha A.; Mohanty, Ashutos; John, Ajith K.; Ganesh, G.

    2014-01-01

    Field Programmable Gate Arrays (FPGA) and Complex Programmable Logic Devices (CPLD) are increasingly being used in C and I system of NPPs. The function of such an integrated circuit is not defined by the supplier of the physical component or micro-electronic technology but by the C and I designer. The hardware subsystems implemented in these devices typically use Hardware Description Language (HDL) like VHDL or Verilog to describe the functionality at the design entry level. These circuits are commonly known as 'HDL-Programmed Devices', (HPD). RCnD has developed a set of hardware boards to be used in next generation C and I systems. The boards have been designed based on present day technology and components. The intelligence of these boards has been implemented in HPDs (FPGA/CPLD) using VHDL. Since these boards are used in the safety and safety related systems, they have undergone a rigorous V and V process and qualification tests. This paper discusses the design attributes and qualification of these HPD based designs for nuclear class safety systems. (author)

  19. Mixture design procedure for flexible base.

    Science.gov (United States)

    2013-04-01

    This document provides information on mixture design requirements for a flexible base course. Sections : design requirements, job mix formula, contractor's responsibility, and engineer's responsibility. Tables : material requirements; requirements fo...

  20. Problem based Learning versus Design Thinking in Team based Project work

    DEFF Research Database (Denmark)

    Denise J. Stokholm, Marianne

    2014-01-01

    project based learning issues, which has caused a need to describe and compare the two models; in specific the understandings, approaches and organization of learning in project work. The PBL model viewing the process as 3 separate project stages including; problem analysis, problem solving and project......All educations at Aalborg University has since 1974 been rooted in Problem Based Learning (PBL). In 1999 a new education in Industrial design was set up, introducing Design Based Learning (DBL). Even though the two approaches have a lot in common they also hold different understandings of core...... report, with focus on problem solving through analysis. Design Based Learning viewing the process as series of integrated design spaces including; alignment, research, mission, vision, concept, product and process report, with focus on innovative ideation though integration. There is a need of renewing...

  1. A framework for AI-based nuclear design support system

    International Nuclear Information System (INIS)

    Furuta, Kazuo; Kondo, Shunsuke

    1991-01-01

    Nowadays many computer programs are being developed and used for the analytic tasks in nuclear reactor design, but experienced designers are still responsible for most of the synthetic tasks which are not amenable to algorithmic computer processes. Artificial intelligence (AI) is a promising technology to deal with these intractable tasks in design. In development of AI-based design support systems, it is desirable to choose a comprehensive framework based on the scientific theory of design. In this work a framework for AI-based design support systems for nuclear reactor design will be proposed based on an exploration model of design. The fundamental architectures of this framework will be described especially on knowledge representation, context management and design planning. (author)

  2. Quasi-experimental designs in practice-based research settings: design and implementation considerations.

    Science.gov (United States)

    Handley, Margaret A; Schillinger, Dean; Shiboski, Stephen

    2011-01-01

    Although randomized controlled trials are often a gold standard for determining intervention effects, in the area of practice-based research (PBR), there are many situations in which individual randomization is not possible. Alternative approaches to evaluating interventions have received increased attention, particularly those that can retain elements of randomization such that they can be considered "controlled" trials. Methodological design elements and practical implementation considerations for two quasi-experimental design approaches that have considerable promise in PBR settings--the stepped-wedge design, and a variant of this design, a wait-list cross-over design, are presented along with a case study from a recent PBR intervention for patients with diabetes. PBR-relevant design features include: creation of a cohort over time that collects control data but allows all participants (clusters or patients) to receive the intervention; staggered introduction of clusters; multiple data collection points; and one-way cross-over into the intervention arm. Practical considerations include: randomization versus stratification, training run in phases; and extended time period for overall study completion. Several design features of practice based research studies can be adapted to local circumstances yet retain elements to improve methodological rigor. Studies that utilize these methods, such as the stepped-wedge design and the wait-list cross-over design, can increase the evidence base for controlled studies conducted within the complex environment of PBR.

  3. Challenges to Designing Game-Based Business

    DEFF Research Database (Denmark)

    Henriksen, Thomas Duus

    2014-01-01

    The four categories labelled game-design, didactic design, organisational design and business design each constitute a set of challenges, each requiring a particular set of competencies. The key conclusion of the paper is that even though the learning game design constitutes the core of establish......The four categories labelled game-design, didactic design, organisational design and business design each constitute a set of challenges, each requiring a particular set of competencies. The key conclusion of the paper is that even though the learning game design constitutes the core...... of establishing game based business (GBB), the subsequent stages of development call for other kinds of competencies in order to become a viable GBB....

  4. Value-based management of design reuse

    Science.gov (United States)

    Carballo, Juan Antonio; Cohn, David L.; Belluomini, Wendy; Montoye, Robert K.

    2003-06-01

    Effective design reuse in electronic products has the potential to provide very large cost savings, substantial time-to-market reduction, and extra sources of revenue. Unfortunately, critical reuse opportunities are often missed because, although they provide clear value to the corporation, they may not benefit the business performance of an internal organization. It is therefore crucial to provide tools to help reuse partners participate in a reuse transaction when the transaction provides value to the corporation as a whole. Value-based Reuse Management (VRM) addresses this challenge by (a) ensuring that all parties can quickly assess the business performance impact of a reuse opportunity, and (b) encouraging high-value reuse opportunities by supplying value-based rewards to potential parties. In this paper we introduce the Value-Based Reuse Management approach and we describe key results on electronic designs that demonstrate its advantages. Our results indicate that Value-Based Reuse Management has the potential to significantly increase the success probability of high-value electronic design reuse.

  5. An efficient HW and SW design of H.264 video compression, storage and playback on FPGA devices for handheld thermal imaging systems

    Science.gov (United States)

    Gunay, Omer; Ozsarac, Ismail; Kamisli, Fatih

    2017-05-01

    Video recording is an essential property of new generation military imaging systems. Playback of the stored video on the same device is also desirable as it provides several operational benefits to end users. Two very important constraints for many military imaging systems, especially for hand-held devices and thermal weapon sights, are power consumption and size. To meet these constraints, it is essential to perform most of the processing applied to the video signal, such as preprocessing, compression, storing, decoding, playback and other system functions on a single programmable chip, such as FPGA, DSP, GPU or ASIC. In this work, H.264/AVC (Advanced Video Coding) compatible video compression, storage, decoding and playback blocks are efficiently designed and implemented on FPGA platforms using FPGA fabric and Altera NIOS II soft processor. Many subblocks that are used in video encoding are also used during video decoding in order to save FPGA resources and power. Computationally complex blocks are designed using FPGA fabric, while blocks such as SD card write/read, H.264 syntax decoding and CAVLC decoding are done using NIOS processor to benefit from software flexibility. In addition, to keep power consumption low, the system was designed to require limited external memory access. The design was tested using 640x480 25 fps thermal camera on CYCLONE V FPGA, which is the ALTERA's lowest power FPGA family, and consumes lower than 40% of CYCLONE V 5CEFA7 FPGA resources on average.

  6. Framework for AI-based nuclear reactor design support system

    International Nuclear Information System (INIS)

    Furuta, Kazuo; Kondo, Shunsuke

    1992-01-01

    Nowadays many computer programs are being developed and used for the analytic tasks in nuclear reactor design, but experienced designers are still responsible for most of the synthetic tasks which are not amenable to algorithmic computer processes. Artificial intelligence (AI) is a promising technology to deal with these intractable tasks in design. In development of AI-based design support systems, it is desirable to choose a comprehensive framework based on the scientific theory of design. In this work a framework for AI-based design support systems for nuclear reactor design will be proposed based on an explorative abduction model of design. The fundamental architectures of this framework will be described especially on knowledge representation, context management and design planning. (author)

  7. Using a Design Science Perspective to Understand a Complex Design-Based Research Process

    DEFF Research Database (Denmark)

    Bækgaard, Lars

    2012-01-01

    The purpose of the paper is to demonstrate how a design science perspective can be used to describe and understand a set of related design-based research processes. We describe and analyze a case study in a manner that is inspired by design science. The case study involves the design of modeling......-based research processes. And we argue that a design science perspective may be useful for both researchers and practitioners....... tools and the redesign of an information service in a library. We use a set of guidelines from a design science perspective to organize the description and analysis of the case study. By doing this we demonstrate the usefulness of design science as an analytical tool for understanding related design...

  8. Design Concepts for Muon-Based Accelerators

    Energy Technology Data Exchange (ETDEWEB)

    Ryne, R. D. [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Berg, J. S. [Brookhaven National Lab. (BNL), Upton, NY (United States); Kirk, H. G. [Brookhaven National Lab. (BNL), Upton, NY (United States); Palmer, R. B. [Brookhaven National Lab. (BNL), Upton, NY (United States); Stratkis, D. [Brookhaven National Lab. (BNL), Upton, NY (United States); Alexahin, Y. [Fermi National Accelerator Lab. (FNAL), Batavia, IL (United States); Bross, A. [Fermi National Accelerator Lab. (FNAL), Batavia, IL (United States); Gollwitzer, K. [Fermi National Accelerator Lab. (FNAL), Batavia, IL (United States); Mokhov, N. V. [Fermi National Accelerator Lab. (FNAL), Batavia, IL (United States); Neuffer, D. [Fermi National Accelerator Lab. (FNAL), Batavia, IL (United States); Palmer, M. A. [Fermi National Accelerator Lab. (FNAL), Batavia, IL (United States); Yonehara, K. [Fermi National Accelerator Lab. (FNAL), Batavia, IL (United States); Snopok, P. [IIT, Chicago, IL (United States); Bogacz, A. [Thomas Jefferson National Accelerator Facility (TJNAF), Newport News, VA (United States); Roberts, T. J. [Muons Inc., Batavia, IL (United States); Delahaye, J. -P. [SLAC National Accelerator Lab., Menlo Park, CA (United States)

    2015-05-01

    Muon-based accelerators have the potential to enable facilities at both the Intensity and the Energy Frontiers. Muon storage rings can serve as high precision neutrino sources, and a muon collider is an ideal technology for a TeV or multi-TeV collider. Progress in muon accelerator designs has advanced steadily in recent years. In regard to 6D muon cooling, detailed and realistic designs now exist that provide more than 5 order-of-magnitude emittance reduction. Furthermore, detector performance studies indicate that with suitable pixelation and timing resolution, backgrounds in the collider detectors can be significantly reduced, thus enabling high-quality physics results. Thanks to these and other advances in design & simulation of muon systems, technology development, and systems demonstrations, muon storage-ring-based neutrino sources and a muon collider appear more feasible than ever before. A muon collider is now arguably among the most compelling approaches to a multi-TeV lepton collider. This paper summarizes the current status of design concepts for muon-based accelerators for neutrino factories and a muon collider.

  9. Reliability-based design of wind turbine blades

    DEFF Research Database (Denmark)

    Toft, Henrik Stensgaard; Sørensen, John Dalsgaard

    2011-01-01

    Reliability-based design of wind turbine blades requires identification of the important failure modes/limit states along with stochastic models for the uncertainties and methods for estimating the reliability. In the present paper it is described how reliability-based design can be applied to wi...

  10. Multi performance option in direct displacement based design

    Directory of Open Access Journals (Sweden)

    Muljati Ima

    2017-01-01

    Full Text Available Compare to traditional method, direct displacement based design (DDBD offers the more rational design choice due to its compatibility with performance based design which is controlled by the targeted displacement in design. The objectives of this study are: 1 to explore the performance of DDBD for design Level-1, -2 and -3; 2 to determine the most appropriate design level based on material efficiency and damage risk; and 3 to verify the chosen design in order to check its performance under small-, moderate- and severe earthquake. As case study, it uses regular concrete frame structures consists of fourand eight-story with typical plan, located in low- and high-risk seismicity area. The study shows that design Level-2 (repairable damage is the most appropriate choice. Nonlinear time history analysis is run for each case study in order to verify their performance based on parameter: story drift, damage indices, and plastic mechanism. It can be concluded that DDBD performed very well in predicting seismic demand of the observed structures. Design Level-2 can be chosen as the most appropriate design level. Structures are in safe plastic mechanism under all level of seismicity although some plastic hinges formed at some unexpected locations.

  11. Overview of Performance Based Practical Design

    Science.gov (United States)

    2018-03-01

    DOI: https://doi.org/10.13023/KTC.RR.2018.03 State transportation agencies (STAs) have increasingly turned to practical design and performance based practical design(PBPD) to inform project development and implementation and to reduce project cos...

  12. Displacement Based Seismic Design Criteria

    International Nuclear Information System (INIS)

    Costello, J.F.; Hofmayer, C.; Park, Y.J.

    1999-01-01

    The USNRC has initiated a project to determine if any of the likely revisions to traditional earthquake engineering practice are relevant to seismic design of the specialized structures, systems and components of nuclear power plants and of such significance to suggest that a change in design practice might be warranted. As part of the initial phase of this study, a literature survey was conducted on the recent changes in seismic design codes/standards, on-going activities of code-writing organizations/communities, and published documents on displacement-based design methods. This paper provides a summary of recent changes in building codes and on-going activities for future codes. It also discusses some technical issues for further consideration

  13. A comparative study on the effects of glucose monohydrate, hot water, and sodium pyrophosphate on quality parameters and microbial flora of deboned and matured brisket.

    Science.gov (United States)

    Gögüs, U; Bozoglu, F; Alpas, H

    2007-09-01

    Organic acids, hot water (HW), and chlorine have been commonly used in carcass decontamination for years. However, it has been observed that organic acids have adverse effects on color and are corrosive, while HW is discoloring. On the other hand, glucose fermentation by lactic acid bacteria in meat during the rigor period might be effective in microbial inhibition, without producing an adverse effect on the organoleptic quality of meat. Therefore, this study has aimed at finding an alternative meat decontamination procedure without any adverse effects. In this study, briskets were treated with 6 different applications: D (+) glucose monohydrate (GM) (16.51 g/100 mL, 15%) dip, HW dip, sodium pyrophosphate (SPP) and HW dip, GM + SPP + HW, and GM + HW combined dip. Then, the results of these applications were compared. First, GM + HW and GM + SPP + HW applications indicated more inhibition on Pseudomonas spp., Coliform and total Mesophile Aerob Bacteria growth, resulting in lower acidity loss (P < 0.01). Second, additional use of SPP with GM and HW did not enhance microbial inhibition (P < 0.01). Finally and most importantly, GM, 15%, improved a and b Hunter values significantly (P < 0.01), producing a very intense red meat color that can be very attractive for meat producers and consumers.

  14. Projection of heat waves variation over a warming climate in China

    Science.gov (United States)

    Yue, X.; Wu, S.; Pan, T.

    2016-12-01

    Heat waves (HW) have adverse impacts on economies, human health, societies and environment, which have been observed around the world and are expected to increase in a warming climate. However, the variations of HW under climate change over China are not clear yet. Using the HadGEM2-ES RCP4.5 and RCP8.5 daily maximum temperature and humidity dataset, variation of heat waves in China for 2021-2050 comparing to 1991-2000 as baseline were analyzed. The CMA-HI (Heat Index standardized by China Meteorological Administration) index was used to calculate the frequency and intensity of head waves. This paper classified the HW into three intensity levels including mild HW, moderate HW and severe HW , and defined a heat wave event (HWE) as that CMA-HI are all above or equal to 2.8 and keep at a intensity level more than five consecutive days. Results show that during 2021to 2050, the distribution area, frequency and duration of each intensity level have an increasing trend over China, and those of severe HW will increase mostly. The distribution area of mild, moderate and severe HW will increase 18%, 22%, 35% respectively. Average HWE frequency of each level will concentrate on 0.5-1instead of 0-0.3 in baseline period. Maximum frequency of each intensity can reach to almost 3 times a year. During 1991-2000, the average frequency of mild HW, moderate HW and severe HW kept a downward sequence. But it will change to increase in the future, and the shift occurs during 2031-2040. In addition, only severe HW duration will increase in the future. Its average value will increase from 9days to 13days, and keep a maximum duration of 42days.While the average duration of mild HW and moderate HW just keep almost 6 days and 8 days as usual. Regionally, both the frequency and duration will keep high value in the region of eastern China, central China, southern China and central Xinjiang autonomous region in the future. And only severe HW has a great change in distribution. Under RCP 8

  15. Web-based Core Design System Development

    International Nuclear Information System (INIS)

    Moon, So Young; Kim, Hyung Jin; Yang, Sung Tae; Hong, Sun Kwan

    2011-01-01

    The selection of a loading pattern is one of core design processes in the operation of a nuclear power plant. A potential new loading pattern is identified by selecting fuels that to not exceed the major limiting factors of the design and that satisfy the core design conditions for employing fuel data from the existing loading pattern of the current operating cycle. The selection of a loading pattern is also related to the cycle plan of an operating nuclear power plant and must meet safety and economic requirements. In selecting an appropriate loading pattern, all aspects, such as input creation, code runs and result processes are processed as text forms manually by a designer, all of which may be subject to human error, such as syntax or running errors. Time-consuming results analysis and decision-making processes are the most significant inefficiencies to avoid. A web-based nuclear plant core design system was developed here to remedy the shortcomings of an existing core design system. The proposed system adopts the general methodology of OPR1000 (Korea Standard Nuclear Power Plants) and Westinghouse-type plants. Additionally, it offers a GUI (Graphic User Interface)-based core design environment with a user-friendly interface for operators. It reduces human errors related to design model creation, computation, final reload core model selection, final output confirmation, and result data validation and verification. Most significantly, it reduces the core design time by more than 75% compared to its predecessor

  16. Reliability Based Ship Structural Design

    DEFF Research Database (Denmark)

    Dogliani, M.; Østergaard, C.; Parmentier, G.

    1996-01-01

    This paper deals with the development of different methods that allow the reliability-based design of ship structures to be transferred from the area of research to the systematic application in current design. It summarises the achievements of a three-year collaborative research project dealing...... with developments of models of load effects and of structural collapse adopted in reliability formulations which aim at calibrating partial safety factors for ship structural design. New probabilistic models of still-water load effects are developed both for tankers and for containerships. New results are presented...... structure of several tankers and containerships. The results of the reliability analysis were the basis for the definition of a target safety level which was used to asses the partial safety factors suitable for in a new design rules format to be adopted in modern ship structural design. Finally...

  17. A Contradiction-Based Approach for Innovative Product Design

    Directory of Open Access Journals (Sweden)

    Ko Yao-Tsung

    2016-01-01

    Full Text Available Without creativity in design there is no potential for innovation. This paper investigates the role of contradictions in enhancing creativity in product design. Based on the inventive principles of TRIZ, this paper presents a novel design method by integrating technical and physical contradiction analysis methods into the conceptual design activities of new product development (NPD. Despite the recognized importance of innovative design, there is a lack of the systematic and effective design-thinking process that can covers all conceptual design activities. To address this gap, a sharper and fundamental model of the problem-solving is created for innovative product design based on the contradiction-oriented concept. Eventually, one case study is employed to illustrate the method and the result validates that it can help designers produce more creative outcomes in product design.

  18. Optimum motion track planning for avoiding obstacles

    International Nuclear Information System (INIS)

    Attia, A.A.A

    2008-01-01

    A genetic algorithm (GA) is a stochastic search and optimization technique based on the mechanism of natural selection. A population of candidate solutions (Chromosomes) is held and interacts over a number of iterations (Generations) to produce better solutions. In canonical GA, the chromosomes are encoded as binary strings. Driving the process is the fitness of the chromosomes, which relates the quality of a candidate in quantitative terms. The fitness function encapsulates the problem- specific knowledge. The fitness is used in a stochastic selection of pairs of chromosomes which are 'reproduced' to generate new solution strings. Reproduction involves crossover, which generates new children by combining chromosomes in a process which swaps portions of each others genes. The other reproduction operator is called mutation. Mutation randomly changes genes and is used to introduce new information into the search. Both crossover and mutation make heavy use of random numbers.The aim of this thesis is to investigate the H/W implementation of genetic algorithm based motion path planning of robot. The potential benefit of using genetic algorithm hardware is that it allows both the huge parallelism which is suited to random number generation, crossover, mutation and fitness evaluation. For many real-world applications, GA can run for days, even when it is executed on a high performance workstation. According to the extensive computation of GA, it follows that hardware-based GA has been put forward. There are aspects of GA approach attract H/W implementation. The operation of selection and reproduction are basically problem independent and involve basic string manipulation tasks. These can be achieved by logical circuits.The fitness evaluation task, which is problem dependent, however proves a major difficulty in H/W implementation. Another difficulty comes from that designs can only be used for the individual problem their fitness function represents. Therefore, in this

  19. SLS Model Based Design: A Navigation Perspective

    Science.gov (United States)

    Oliver, T. Emerson; Anzalone, Evan; Park, Thomas; Geohagan, Kevin

    2018-01-01

    The SLS Program has implemented a Model-based Design (MBD) and Model-based Requirements approach for managing component design information and system requirements. This approach differs from previous large-scale design efforts at Marshall Space Flight Center where design documentation alone conveyed information required for vehicle design and analysis and where extensive requirements sets were used to scope and constrain the design. The SLS Navigation Team is responsible for the Program-controlled Design Math Models (DMMs) which describe and represent the performance of the Inertial Navigation System (INS) and the Rate Gyro Assemblies (RGAs) used by Guidance, Navigation, and Controls (GN&C). The SLS Navigation Team is also responsible for navigation algorithms. The navigation algorithms are delivered for implementation on the flight hardware as a DMM. For the SLS Block 1B design, the additional GPS Receiver hardware model is managed as a DMM at the vehicle design level. This paper describes the models, and discusses the processes and methods used to engineer, design, and coordinate engineering trades and performance assessments using SLS practices as applied to the GN&C system, with a particular focus on the navigation components.

  20. A supportive architecture for CFD-based design optimisation

    Science.gov (United States)

    Li, Ni; Su, Zeya; Bi, Zhuming; Tian, Chao; Ren, Zhiming; Gong, Guanghong

    2014-03-01

    Multi-disciplinary design optimisation (MDO) is one of critical methodologies to the implementation of enterprise systems (ES). MDO requiring the analysis of fluid dynamics raises a special challenge due to its extremely intensive computation. The rapid development of computational fluid dynamic (CFD) technique has caused a rise of its applications in various fields. Especially for the exterior designs of vehicles, CFD has become one of the three main design tools comparable to analytical approaches and wind tunnel experiments. CFD-based design optimisation is an effective way to achieve the desired performance under the given constraints. However, due to the complexity of CFD, integrating with CFD analysis in an intelligent optimisation algorithm is not straightforward. It is a challenge to solve a CFD-based design problem, which is usually with high dimensions, and multiple objectives and constraints. It is desirable to have an integrated architecture for CFD-based design optimisation. However, our review on existing works has found that very few researchers have studied on the assistive tools to facilitate CFD-based design optimisation. In the paper, a multi-layer architecture and a general procedure are proposed to integrate different CFD toolsets with intelligent optimisation algorithms, parallel computing technique and other techniques for efficient computation. In the proposed architecture, the integration is performed either at the code level or data level to fully utilise the capabilities of different assistive tools. Two intelligent algorithms are developed and embedded with parallel computing. These algorithms, together with the supportive architecture, lay a solid foundation for various applications of CFD-based design optimisation. To illustrate the effectiveness of the proposed architecture and algorithms, the case studies on aerodynamic shape design of a hypersonic cruising vehicle are provided, and the result has shown that the proposed architecture

  1. Development of a web-based monitoring system using operation parameters for the main component in nuclear power plants

    Energy Technology Data Exchange (ETDEWEB)

    Son, Dong Chan; An Kang Il; Hong, Suk Young; Lee, Jeong Soo; Lee, Kwang Yeol; Shin, Sun Hee; Lee, Chun Wha; Son, So Hee [Daesang Information Technology Co., Ltd., Seoul (Korea, Republic of)

    2003-03-15

    The frequency of the damage is increasing, which is caused by the fatigue, according to the increase of running of nuclear power plants. So we need to acquire the reliance of design data to estimate the fatigue and damage of major machinery that might happen as time-dependent crack growth characterization. The research is focused on keeping operating record of nuclear power plants about major machinery which consists of a nuclear reactor pressure boarder on each excessive operating condition including normal operating and extraordinary operating by estimating fracture mechanical movements on real time and fatigue about major nuclear power plants machinery, which are acquired the pressure and temperature data. For further details about the scope and contents of R and D are following: development of H/W that is necessary to acquire operating real time data of heating and hydraulic power, selection of a safety variable about major system by each type (the fourth unit), communication protocol development for connecting between CARE system data base server and fatigue monitoring system data base server, development of connecting database for controlling and storing of heating and hydraulic power operating data, real time monitoring system development based on web using JAVA.

  2. Norm based design of fault detectors

    DEFF Research Database (Denmark)

    Rank, Mike Lind; Niemann, Hans Henrik

    1999-01-01

    The design of fault detectors for fault detection and isolation (FDI) in dynamic systems is considered in this paper from a norm based point of view. An analysis of norm based threshold selection is given based on different formulations of FDI problems. Both the nominal FDI problem as well...

  3. Model based design introduction: modeling game controllers to microprocessor architectures

    Science.gov (United States)

    Jungwirth, Patrick; Badawy, Abdel-Hameed

    2017-04-01

    We present an introduction to model based design. Model based design is a visual representation, generally a block diagram, to model and incrementally develop a complex system. Model based design is a commonly used design methodology for digital signal processing, control systems, and embedded systems. Model based design's philosophy is: to solve a problem - a step at a time. The approach can be compared to a series of steps to converge to a solution. A block diagram simulation tool allows a design to be simulated with real world measurement data. For example, if an analog control system is being upgraded to a digital control system, the analog sensor input signals can be recorded. The digital control algorithm can be simulated with the real world sensor data. The output from the simulated digital control system can then be compared to the old analog based control system. Model based design can compared to Agile software develop. The Agile software development goal is to develop working software in incremental steps. Progress is measured in completed and tested code units. Progress is measured in model based design by completed and tested blocks. We present a concept for a video game controller and then use model based design to iterate the design towards a working system. We will also describe a model based design effort to develop an OS Friendly Microprocessor Architecture based on the RISC-V.

  4. Transducers for Sound and Vibration - FEM Based Design

    DEFF Research Database (Denmark)

    Liu, Bin

    2001-01-01

    Design of transducers for measurement of vibration (piezoelectric accelerometers) and sound (condenser microphones) is a very labour intensive work. The design work is mostly based on experience and on simple analogies to electrical circuit design. Often a time consuming itterative loop is used......: Specification of the transducer, production of a physical prototype, measurements on the prototype, changed specification of the transducer etc. Furthermore are many transducers made based on customer requirements which also increases the amount of required design work. For these reasons there is a need...... for methods that can reduce the design time consumption and the number of itterations. The present work proposes to use finite element based programs for simulating the behaviour of a transducer with a given set of specifications. A simulation program for accelerometers was developed and has been tested...

  5. Embracing First-Person Perspectives in Soma-Based Design

    Directory of Open Access Journals (Sweden)

    Kristina Höök

    2018-02-01

    Full Text Available A set of prominent designers embarked on a research journey to explore aesthetics in movement-based design. Here we unpack one of the design sensitivities unique to our practice: a strong first person perspective—where the movements, somatics and aesthetic sensibilities of the designer, design researcher and user are at the forefront. We present an annotated portfolio of design exemplars and a brief introduction to some of the design methods and theory we use, together substantiating and explaining the first-person perspective. At the same time, we show how this felt dimension, despite its subjective nature, is what provides rigor and structure to our design research. Our aim is to assist researchers in soma-based design and designers wanting to consider the multiple facets when designing for the aesthetics of movement. The applications span a large field of designs, including slow introspective, contemplative interactions, arts, dance, health applications, games, work applications and many others.

  6. Conceptual design of jewellery: a space-based aesthetics approach

    Directory of Open Access Journals (Sweden)

    Tzintzi Vaia

    2017-01-01

    Full Text Available Conceptual design is a field that offers various aesthetic approaches to generation of nature-based product design concepts. Essentially, Conceptual Product Design (CPD uses similarities based on the geometrical forms and functionalities. Furthermore, the CAD-based freehand sketch is a primary conceptual tool in the early stages of the design process. The proposed Conceptual Product Design concept is dealing with jewelleries that are inspired from space. Specifically, a number of galaxy features, such as galaxy shapes, wormholes and graphical representation of planet magnetic field are used as inspirations. Those space-based design ideas at a conceptual level can lead to further opportunities for research and economic success of the jewellery industry. A number of illustrative case studies are presented and new opportunities can be derived for economic success.

  7. Manufacturing system design based on axiomatic design: Case of assembly line

    Energy Technology Data Exchange (ETDEWEB)

    Hager, T.; Wafik, H.; Faouzi, M.

    2017-07-01

    In this paper, a combined Production Line Design (PLD) process which includes many design aspects is presented, developed and validated. Design/methodology/approach: The PLD process is based on the SADT (Structured Analysis and Design Technique) diagram and the Axiomatic Design (AD) method. Practical implications: For a purpose of validation, this proposed process has been applied in a manufacturing company and it has been validated by simulation. Findings: The results of the validation indicated that the production line designed by this process is outperformed the initial line of the company. Originality/value: Recently, the problems of production line design (PLD) have attracted the attention of many researchers. However, only a few studies have treated the PLD which includes all design aspects. In this work, a combined PLD process is presented. It should be noted that the proposed process is simple and effective.

  8. Manufacturing system design based on axiomatic design: Case of assembly line

    International Nuclear Information System (INIS)

    Hager, T.; Wafik, H.; Faouzi, M.

    2017-01-01

    In this paper, a combined Production Line Design (PLD) process which includes many design aspects is presented, developed and validated. Design/methodology/approach: The PLD process is based on the SADT (Structured Analysis and Design Technique) diagram and the Axiomatic Design (AD) method. Practical implications: For a purpose of validation, this proposed process has been applied in a manufacturing company and it has been validated by simulation. Findings: The results of the validation indicated that the production line designed by this process is outperformed the initial line of the company. Originality/value: Recently, the problems of production line design (PLD) have attracted the attention of many researchers. However, only a few studies have treated the PLD which includes all design aspects. In this work, a combined PLD process is presented. It should be noted that the proposed process is simple and effective.

  9. Product design pattern based on big data-driven scenario

    Directory of Open Access Journals (Sweden)

    Conggang Yu

    2016-07-01

    Full Text Available This article discusses about new product design patterns in the big data era, gives designer a new rational thinking way, and is a new way to understand the design of the product. Based on the key criteria of the product design process, category, element, and product are used to input the data, which comprises concrete data and abstract data as an enlargement of the criteria of product design process for the establishment of a big data-driven product design pattern’s model. Moreover, an experiment and a product design case are conducted to verify the feasibility of the new pattern. Ultimately, we will conclude that the data-driven product design has two patterns: one is the concrete data supporting the product design, namely “product–data–product” pattern, and the second is based on the value of the abstract data for product design, namely “data–product–data” pattern. Through the data, users are involving themselves in the design development process. Data and product form a huge network, and data plays a role of connection or node. So the essence of the design is to find a new connection based on element, and to find a new node based on category.

  10. Is function-based control room design human-centered?

    International Nuclear Information System (INIS)

    Norros, L.; Savioja, P.

    2006-01-01

    Function-based approaches to system interface design appears an appealing possibility in helping designers and operators to cope with the vast amount of information needed to control complex processes. In this paper we provide evidence of operator performance analyses showing that outcome-centered performance measures may not be sufficiently informative for design. We need analyses indicating habitual patterns of using information, operator practices. We argue that practices that portray functional orienting to the task support mastery of the process. They also create potential to make use of function-based information presentation. We see that functional design is not an absolute value. Instead, such design should support communication of the functional significance of the process information to the operators in variable situations. Hence, it should facilitate development of practices that focus to interpreting this message. Successful function-based design facilitates putting operations into their contexts and is human-centered in an extended sense: It aids making sense in the complex, dynamic and uncertain environment. (authors)

  11. Design of reactor alarm instrument based on SOPC

    International Nuclear Information System (INIS)

    Li Meng; Lu Yi; Rong Ru

    2008-01-01

    The design of embedded alarm instrument in reactors based on Nios II CPU is introduced in this paper. This design uses the SOPC technology based on the Cyclone series FPGA as a digital bench, and connects the MPU and drivers and interface of times, RS232, sdram,and etc. into a FPGA chip. It is proved that the system achieves the design goals in primary experimentation. (authors)

  12. Using Mathematical Modeling and Set-Based Design Principles to Recommend an Existing CVL Design

    Science.gov (United States)

    2017-09-01

    MATHEMATICAL MODELING AND SET-BASED DESIGN PRINCIPLES TO RECOMMEND AN EXISTING CVL DESIGN by William H. Ehlies September 2017 Thesis Advisor...Office of Management and Budget, Paperwork Reduction Project (0704-0188) Washington, DC 20503. 1. AGENCY USE ONLY (Leave blank) 2. REPORT DATE...September 2017 3. REPORT TYPE AND DATES COVERED Master’s thesis 4. TITLE AND SUBTITLE USING MATHEMATICAL MODELING AND SET-BASED DESIGN PRINCIPLES

  13. Reliability based Design of Coastal Structures

    DEFF Research Database (Denmark)

    Burcharth, H. F.

    2003-01-01

    Conventional design practice for coastal structures is deterministic in nature and is based on the concept of a design load which should not exceed the resistance (carrying capacity) of the structure. The design load is usually defined on a probabilistic basis as a characteristic value of the load......, for example the expectation (mean) value of the 100-year return period event. However, this selection is often made without consideration of the involved uncertainties. In most cases the resistance is defined in terms of the load that causes a certain design impact or damage to the structure...

  14. CRBRP structural and thermal margin beyond the design base

    International Nuclear Information System (INIS)

    Strawbridge, L.E.

    1979-01-01

    Prudent margins beyond the design base have been included in the design of Clinch River Breeder Reactor Plant to further reduce the risk to the public from highly improbable occurrences. These margins include Structural Margin Beyond the Design Base to address the energetics aspects and Thermal Margin Beyond the Design Base to address the longer term thermal and radiological consequences. The assessments that led to the specification of these margins are described, along with the experimental support for those assessments. 8 refs

  15. A Distributed Feature-based Environment for Collaborative Design

    Directory of Open Access Journals (Sweden)

    Wei-Dong Li

    2003-02-01

    Full Text Available This paper presents a client/server design environment based on 3D feature-based modelling and Java technologies to enable design information to be shared efficiently among members within a design team. In this environment, design tasks and clients are organised through working sessions generated and maintained by a collaborative server. The information from an individual design client during a design process is updated and broadcast to other clients in the same session through an event-driven and call-back mechanism. The downstream manufacturing analysis modules can be wrapped as agents and plugged into the open environment to support the design activities. At the server side, a feature-feature relationship is established and maintained to filter the varied information of a working part, so as to facilitate efficient information update during the design process.

  16. A knowledge-based design framework for airplane conceptual and preliminary design

    Science.gov (United States)

    Anemaat, Wilhelmus A. J.

    The goal of work described herein is to develop the second generation of Advanced Aircraft Analysis (AAA) into an object-oriented structure which can be used in different environments. One such environment is the third generation of AAA with its own user interface, the other environment with the same AAA methods (i.e. the knowledge) is the AAA-AML program. AAA-AML automates the initial airplane design process using current AAA methods in combination with AMRaven methodologies for dependency tracking and knowledge management, using the TechnoSoft Adaptive Modeling Language (AML). This will lead to the following benefits: (1) Reduced design time: computer aided design methods can reduce design and development time and replace tedious hand calculations. (2) Better product through improved design: more alternative designs can be evaluated in the same time span, which can lead to improved quality. (3) Reduced design cost: due to less training and less calculation errors substantial savings in design time and related cost can be obtained. (4) Improved Efficiency: the design engineer can avoid technically correct but irrelevant calculations on incomplete or out of sync information, particularly if the process enables robust geometry earlier. Although numerous advancements in knowledge based design have been developed for detailed design, currently no such integrated knowledge based conceptual and preliminary airplane design system exists. The third generation AAA methods are tested over a ten year period on many different airplane designs. Using AAA methods will demonstrate significant time savings. The AAA-AML system will be exercised and tested using 27 existing airplanes ranging from single engine propeller, business jets, airliners, UAV's to fighters. Data for the varied sizing methods will be compared with AAA results, to validate these methods. One new design, a Light Sport Aircraft (LSA), will be developed as an exercise to use the tool for designing a new airplane

  17. Computer-based Creativity Enhanced Conceptual Design Model for Non-routine Design of Mechanical Systems

    Institute of Scientific and Technical Information of China (English)

    LI Yutong; WANG Yuxin; DUFFY Alex H B

    2014-01-01

    Computer-based conceptual design for routine design has made great strides, yet non-routine design has not been given due attention, and it is still poorly automated. Considering that the function-behavior-structure(FBS) model is widely used for modeling the conceptual design process, a computer-based creativity enhanced conceptual design model(CECD) for non-routine design of mechanical systems is presented. In the model, the leaf functions in the FBS model are decomposed into and represented with fine-grain basic operation actions(BOA), and the corresponding BOA set in the function domain is then constructed. Choosing building blocks from the database, and expressing their multiple functions with BOAs, the BOA set in the structure domain is formed. Through rule-based dynamic partition of the BOA set in the function domain, many variants of regenerated functional schemes are generated. For enhancing the capability to introduce new design variables into the conceptual design process, and dig out more innovative physical structure schemes, the indirect function-structure matching strategy based on reconstructing the combined structure schemes is adopted. By adjusting the tightness of the partition rules and the granularity of the divided BOA subsets, and making full use of the main function and secondary functions of each basic structure in the process of reconstructing of the physical structures, new design variables and variants are introduced into the physical structure scheme reconstructing process, and a great number of simpler physical structure schemes to accomplish the overall function organically are figured out. The creativity enhanced conceptual design model presented has a dominant capability in introducing new deign variables in function domain and digging out simpler physical structures to accomplish the overall function, therefore it can be utilized to solve non-routine conceptual design problem.

  18. Computer-based creativity enhanced conceptual design model for non-routine design of mechanical systems

    Science.gov (United States)

    Li, Yutong; Wang, Yuxin; Duffy, Alex H. B.

    2014-11-01

    Computer-based conceptual design for routine design has made great strides, yet non-routine design has not been given due attention, and it is still poorly automated. Considering that the function-behavior-structure(FBS) model is widely used for modeling the conceptual design process, a computer-based creativity enhanced conceptual design model(CECD) for non-routine design of mechanical systems is presented. In the model, the leaf functions in the FBS model are decomposed into and represented with fine-grain basic operation actions(BOA), and the corresponding BOA set in the function domain is then constructed. Choosing building blocks from the database, and expressing their multiple functions with BOAs, the BOA set in the structure domain is formed. Through rule-based dynamic partition of the BOA set in the function domain, many variants of regenerated functional schemes are generated. For enhancing the capability to introduce new design variables into the conceptual design process, and dig out more innovative physical structure schemes, the indirect function-structure matching strategy based on reconstructing the combined structure schemes is adopted. By adjusting the tightness of the partition rules and the granularity of the divided BOA subsets, and making full use of the main function and secondary functions of each basic structure in the process of reconstructing of the physical structures, new design variables and variants are introduced into the physical structure scheme reconstructing process, and a great number of simpler physical structure schemes to accomplish the overall function organically are figured out. The creativity enhanced conceptual design model presented has a dominant capability in introducing new deign variables in function domain and digging out simpler physical structures to accomplish the overall function, therefore it can be utilized to solve non-routine conceptual design problem.

  19. Overflow Characteristic of Cylindrical Shape Crest Weirs Over Horizontal Bed

    Directory of Open Access Journals (Sweden)

    Emad4 AbdulGabbar

    2013-05-01

    Full Text Available The most common types of weirs are the broad-crested weir, the sharp-crested weir, the circular crested weir and the ogee crested weir. Advantages of the cylindrical weir shape include the stable overflow pattern, the ease to pass floating debris, the simplicity of design compared to ogee crest design and the associated lower costs. In present study, it was investigated the overflow characteristics of circular weirs in laboratory for various cylinder radii of three sizes (11.4, 9.0, 6.3 cm, and the models fixed on the channel bed vertically to the direction of flow. The result shows that the increase in the ratio of head to weir radius ratio (Hw/R value causes an increase in discharge coefficient (Cd value for the same height of weir. It was observed that the cylinder size (i.e. radius of cylindrical weir (R has an effect on the (Cd. The flow magnification factor (qw/qs increases with an increase in (Hw/R value and values of (qw/qs were always higher than one for all values of (Hw/R, this means that weirs of cylindrical shape performed better than those of sharp crest for any value of weir radius tested in this study.

  20. Design of an Emulsion-based Personal Detergent through a Model-based Chemical Product Design Methodology

    DEFF Research Database (Denmark)

    Mattei, Michele; Hill, Michael; Kontogeorgis, Georgios

    2013-01-01

    An extended systematic methodology for the design of emulsion-based Chemical products is presented. The methodology consists of a model-based framework involving seven sequential hierarchical steps: starting with the identification of the needs to be satisfied by the product and then adding one-b...... to obtain one or more candidate formulations. A conceptual casestudy representing a personal detergent is presented to highlight the methodology....

  1. Design of an Emulsion-based Personal Detergent through a Model-based Chemical Product Design Methodology

    DEFF Research Database (Denmark)

    Mattei, Michele; Hill, Michael; Kontogeorgis, Georgios

    2013-01-01

    An extended systematic methodology for the design of emulsion-based Chemical products is presented. The methodology consists of a model-based framework involving seven sequential hierarchical steps: starting with the identification of the needs to be satisfied by the product and then adding one...... to obtain one or more candidate formulations. A conceptual casestudy representing a personal detergent is presented to highlight the methodology....

  2. Interactive Reliability-Based Optimal Design

    DEFF Research Database (Denmark)

    Sørensen, John Dalsgaard; Thoft-Christensen, Palle; Siemaszko, A.

    1994-01-01

    Interactive design/optimization of large, complex structural systems is considered. The objective function is assumed to model the expected costs. The constraints are reliability-based and/or related to deterministic code requirements. Solution of this optimization problem is divided in four main...... tasks, namely finite element analyses, sensitivity analyses, reliability analyses and application of an optimization algorithm. In the paper it is shown how these four tasks can be linked effectively and how existing information on design variables, Lagrange multipliers and the Hessian matrix can...

  3. Making Theory Come Alive through Practice-based Design Research

    DEFF Research Database (Denmark)

    Markussen, Thomas; Knutz, Eva; Rind Christensen, Poul

    The aim of this paper is to demonstrate how practice-based design research is able not only to challenge, but also to push toward further development of some of the basic assumpstions in emotion theories as used within design research. In so doing, we wish to increase knolwedge on a central...... epistemological question for design research, namely how practice-based design research can be a vehicle for the construction of new theory for design research....

  4. Research on performance-based seismic design criteria

    Institute of Scientific and Technical Information of China (English)

    谢礼立; 马玉宏

    2002-01-01

    The seismic design criterion adopted in the existing seismic design codes is reviewed. It is pointed out that the presently used seismic design criterion is not satisfied with the requirements of nowadays social and economic development. A new performance-based seismic design criterion that is composed of three components is presented in this paper. It can not only effectively control the economic losses and casualty, but also ensure the building(s function in proper operation during earthquakes. The three components are: classification of seismic design for buildings, determination of seismic design intensity and/or seismic design ground motion for controlling seismic economic losses and casualties, and determination of the importance factors in terms of service periods of buildings. For controlling the seismic human losses, the idea of socially acceptable casualty level is presented and the (Optimal Economic Decision Model( and (Optimal Safe Decision Model( are established. Finally, a new method is recommended for calculating the importance factors of structures by adjusting structures service period on the base of more important structure with longer service period than the conventional ones. Therefore, the more important structure with longer service periods will be designed for higher seismic loads, in case the exceedance probability of seismic hazard in different service period is same.

  5. TP-model transformation-based-control design frameworks

    CERN Document Server

    Baranyi, Péter

    2016-01-01

    This book covers new aspects and frameworks of control, design, and optimization based on the TP model transformation and its various extensions. The author outlines the three main steps of polytopic and LMI based control design: 1) development of the qLPV state-space model, 2) generation of the polytopic model; and 3) application of LMI to derive controller and observer. He goes on to describe why literature has extensively studied LMI design, but has not focused much on the second step, in part because the generation and manipulation of the polytopic form was not tractable in many cases. The author then shows how the TP model transformation facilitates this second step and hence reveals new directions, leading to powerful design procedures and the formulation of new questions. The chapters of this book, and the complex dynamical control tasks which they cover, are organized so as to present and analyze the beneficial aspect of the family of approaches (control, design, and optimization). Additionally, the b...

  6. Design Criteria Based on Aesthetic Considerations

    DEFF Research Database (Denmark)

    Thomsen, Bente Dahl

    2009-01-01

    Aesthetic criteria for designs are often debated in a very subjective manner which makes it difficult to reach consensus. In order to have a more rational and transparent process, in particular in industrial design, we propose a procedure based on Baumgarten's aesthetic considerations and Thommesen......'s dividing of a form into form elements. The procedure has been tested in student projects....

  7. A model-based framework for design of intensified enzyme-based processes

    DEFF Research Database (Denmark)

    Román-Martinez, Alicia

    This thesis presents a generic and systematic model-based framework to design intensified enzyme-based processes. The development of the presented methodology was motivated by the needs of the bio-based industry for a more systematic approach to achieve intensification in its production plants...... in enzyme-based processes which have found significant application in the pharmaceutical, food, and renewable fuels sector. The framework uses model-based strategies for (bio)-chemical process design and optimization, including the use of a superstructure to generate all potential reaction......(s)-separation(s) options according to a desired performance criteria and a generic mathematical model represented by the superstructure to derive the specific models corresponding to a specific process option. In principle, three methods of intensification of bioprocess are considered in this thesis: 1. enzymatic one...

  8. Computer-Aided Test Flow in Core-Based Design

    NARCIS (Netherlands)

    Zivkovic, V.; Tangelder, R.J.W.T.; Kerkhoff, Hans G.

    2000-01-01

    This paper copes with the test-pattern generation and fault coverage determination in the core based design. The basic core-test strategy that one has to apply in the core-based design is stated in this work. A Computer-Aided Test (CAT) flow is proposed resulting in accurate fault coverage of

  9. Methodology for cloud-based design of robots

    Science.gov (United States)

    Ogorodnikova, O. M.; Vaganov, K. A.; Putimtsev, I. D.

    2017-09-01

    This paper presents some important results for cloud-based designing a robot arm by a group of students. Methodology for the cloud-based design was developed and used to initiate interdisciplinary project about research and development of a specific manipulator. The whole project data files were hosted by Ural Federal University data center. The 3D (three-dimensional) model of the robot arm was created using Siemens PLM software (Product Lifecycle Management) and structured as a complex mechatronics product by means of Siemens Teamcenter thin client; all processes were performed in the clouds. The robot arm was designed in purpose to load blanks up to 1 kg into the work space of the milling machine for performing student's researches.

  10. Reflection: Research by Design: Design-Based Research and the Higher Degree Research Student

    Science.gov (United States)

    Kennedy-Clark, Shannon

    2015-01-01

    The article "Research by design: Design-based research and the higher degree research student" (Kennedy-Clark, 2013) appeared in the "Journal of Learning Design" Volume 6, Issue 2 in 2013. Two years on, Shannon Kennedy-Clark reflects upon her original article. Upon being asked to revisit this article the author reflected upon…

  11. Front end design of smartphone-based mobile health

    Science.gov (United States)

    Zhang, Changfan; He, Lingsong; Gao, Zhiqiang; Ling, Cong; Du, Jianhao

    2015-02-01

    Mobile health has been a new trend all over the world with the rapid development of intelligent terminals and mobile internet. It can help patients monitor health in-house and is convenient for doctors to diagnose remotely. Smart-phone-based mobile health has big advantages in cost and data sharing. Front end design of it mainly focuses on two points: one is implementation of medical sensors aimed at measuring kinds of medical signal; another is acquisition of medical signal from sensors to smart phone. In this paper, the above two aspects were both discussed. First, medical sensor implementation was proposed to refer to mature measurement solutions with ECG (electrocardiograph) sensor design taken for example. And integrated chip using can simplify design. Then second, typical data acquisition architecture of smart phones, namely Bluetooth and MIC (microphone)-based architecture, were compared. Bluetooth architecture should be equipped with an acquisition card; MIC design uses sound card of smart phone instead. Smartphone-based virtual instrument app design corresponding to above acquisition architecture was discussed. In experiments, Bluetooth and MIC architecture were used to acquire blood pressure and ECG data respectively. The results showed that Bluetooth design can guarantee high accuracy during the acquisition and transmission process, and MIC design is competitive because of low cost and convenience.

  12. Hazardous waste inventory, characteristics, generation, and facility assessment for treatment, storage, and disposal alternatives considered in the U.S. Department of Energy Waste Management Programmatic Environmental Impact Statement

    International Nuclear Information System (INIS)

    Lazaro, M.A.; Antonopoulos, A.A.; Esposito, M.P.; Policastro, A.J.

    1996-12-01

    This report focuses on the generation of hazardous waste (HW) and the treatment of HW being generated by routine US Department of Energy (DOE) facility operations. The wastes to be considered are managed by the DOE Waste Management (WM) Division (WM HW). The waste streams are to be sent to WM operations throughout the DOE complex under four management alternatives: No Action, Decentralization, Regionalized 1, and Regionalized 2. On-site and off-site capabilities for treatment are examined for each alternative. This report (1) summarizes the HW inventories and generated amounts resulting from WM activities, focusing on the largest DOE HW generators; (2) presents estimates of the annual amounts shipped off-site, as well as the amounts treated by various treatment technology groups; (3) describes the existing and planned treatment and storage capabilities of the largest HW-generating DOE installations, as well as the use of commercial treatment facilities by DOE sites; (4) presents applicable technologies (destruction of organics, deactivation/neutralization of waste, removal/recovery of organics, and aqueous liquid treatment); and (5) describes the four alternatives for consideration for future HW management, and for each alternative provides the HW loads and the approach used to estimate the source term for routine treatment operations. In addition, potential air emissions, liquid effluents, and solid residuals associated with each alternative are presented. This report is supplemented with an addendum that includes detailed information related to HW inventory, characteristics, generation, and facility assessment for the treatment alternatives. The addendum also presents source terms, emission rates, and throughput totals by alternative and treatment installation

  13. Video didactic at the point of care impacts hand hygiene compliance in the neonatal intensive care unit (NICU).

    Science.gov (United States)

    Hoang, Danthanh; Khawar, Nayaab; George, Maria; Gad, Ashraf; Sy, Farrah; Narula, Pramod

    2018-04-01

    To increase the hand-washing (HW) duration of staff and visitors in the NICU to a minimum of 20 seconds as recommended by the CDC. Intervention included video didactic triggered by motion sensor to play above wash basin. Video enacted Centers for Disease Control and Prevention (CDC) HW technique in real time and displayed timer of 20 seconds. HW was reviewed from surveillance video. Swabs of hands plated and observed for qualitative growth (QG) of bacterial colonies. In visitors, the mean HW duration at baseline was 16.3 seconds and increased to 23.4 seconds at the 2-week interval (p = .003) and 22.9 seconds at the 9-month interval (p < .0005). In staff, the mean HW duration at baseline was 18.4 seconds and increased to 29.0 seconds at 2-week interval (p = .001) and 25.7 seconds at the 9-month interval (p < .0005). In visitors, HW compliance at baseline was 33% and increased to 52% at the 2-week interval (p = .076) and 69% at the 9-month interval (p = .001). In staff, HW compliance at baseline was 42% and increased to 64% at the 2-week interval (p = .025) and 72% at the 9-month interval (p = .001). Increasing HW was significantly associated with linear decrease in bacterial QG. The intervention significantly increased mean HW time, compliance with a 20-econd wash time and decreased bacterial QG of hands and these results were sustained over a 9-month period. © 2018 American Society for Healthcare Risk Management of the American Hospital Association.

  14. Fragment-based drug design.

    Science.gov (United States)

    Feyfant, Eric; Cross, Jason B; Paris, Kevin; Tsao, Désirée H H

    2011-01-01

    Fragment-based drug design (FBDD), which is comprised of both fragment screening and the use of fragment hits to design leads, began more than 15 years ago and has been steadily gaining in popularity and utility. Its origin lies on the fact that the coverage of chemical space and the binding efficiency of hits are directly related to the size of the compounds screened. Nevertheless, FBDD still faces challenges, among them developing fragment screening libraries that ensure optimal coverage of chemical space, physical properties and chemical tractability. Fragment screening also requires sensitive assays, often biophysical in nature, to detect weak binders. In this chapter we will introduce the technologies used to address these challenges and outline the experimental advantages that make FBDD one of the most popular new hit-to-lead process.

  15. Conceptual design of distillation-based hybrid separation processes.

    Science.gov (United States)

    Skiborowski, Mirko; Harwardt, Andreas; Marquardt, Wolfgang

    2013-01-01

    Hybrid separation processes combine different separation principles and constitute a promising design option for the separation of complex mixtures. Particularly, the integration of distillation with other unit operations can significantly improve the separation of close-boiling or azeotropic mixtures. Although the design of single-unit operations is well understood and supported by computational methods, the optimal design of flowsheets of hybrid separation processes is still a challenging task. The large number of operational and design degrees of freedom requires a systematic and optimization-based design approach. To this end, a structured approach, the so-called process synthesis framework, is proposed. This article reviews available computational methods for the conceptual design of distillation-based hybrid processes for the separation of liquid mixtures. Open problems are identified that must be addressed to finally establish a structured process synthesis framework for such processes.

  16. Advanced Information Technology in Simulation Based Life Cycle Design

    Science.gov (United States)

    Renaud, John E.

    2003-01-01

    In this research a Collaborative Optimization (CO) approach for multidisciplinary systems design is used to develop a decision based design framework for non-deterministic optimization. To date CO strategies have been developed for use in application to deterministic systems design problems. In this research the decision based design (DBD) framework proposed by Hazelrigg is modified for use in a collaborative optimization framework. The Hazelrigg framework as originally proposed provides a single level optimization strategy that combines engineering decisions with business decisions in a single level optimization. By transforming this framework for use in collaborative optimization one can decompose the business and engineering decision making processes. In the new multilevel framework of Decision Based Collaborative Optimization (DBCO) the business decisions are made at the system level. These business decisions result in a set of engineering performance targets that disciplinary engineering design teams seek to satisfy as part of subspace optimizations. The Decision Based Collaborative Optimization framework more accurately models the existing relationship between business and engineering in multidisciplinary systems design.

  17. Designing and Evaluating Conative Game-Based Learning Scenarios

    DEFF Research Database (Denmark)

    Schønau-Fog, Henrik

    2014-01-01

    It is an essential prerequisite to design for motivation in game-based learning applications, tools and activities. However, how is it possible to design and evaluate motivational game-based learning scenarios in a systematic process-oriented manner based on conation and player engagement? While...... of ‘continuation desire’ such as interfacing with the scenario, exploration and socialising. This paper aims to combine the concepts of Player Engagement, Conation and Continuation Desire by focusing on the conative aspects which are the essential drivers for the desire to continue any learning activity......-based learning scenarios....

  18. Structural design systems using knowledge-based techniques

    International Nuclear Information System (INIS)

    Orsborn, K.

    1993-01-01

    Engineering information management and the corresponding information systems are of a strategic importance for industrial enterprises. This thesis treats the interdisciplinary field of designing computing systems for structural design and analysis using knowledge-based techniques. Specific conceptual models have been designed for representing the structure and the process of objects and activities in a structural design and analysis domain. In this thesis, it is shown how domain knowledge can be structured along several classification principles in order to reduce complexity and increase flexibility. By increasing the conceptual level of the problem description and representation of the domain knowledge in a declarative form, it is possible to enhance the development, maintenance and use of software for mechanical engineering. This will result in a corresponding increase of the efficiency of the mechanical engineering design process. These ideas together with the rule-based control point out the leverage of declarative knowledge representation within this domain. Used appropriately, a declarative knowledge representation preserves information better, is more problem-oriented and change-tolerant than procedural representations. 74 refs

  19. DENA: A Configurable Microarchitecture and Design Flow for Biomedical DNA-Based Logic Design.

    Science.gov (United States)

    Beiki, Zohre; Jahanian, Ali

    2017-10-01

    DNA is known as the building block for storing the life codes and transferring the genetic features through the generations. However, it is found that DNA strands can be used for a new type of computation that opens fascinating horizons in computational medicine. Significant contributions are addressed on design of DNA-based logic gates for medical and computational applications but there are serious challenges for designing the medium and large-scale DNA circuits. In this paper, a new microarchitecture and corresponding design flow is proposed to facilitate the design of multistage large-scale DNA logic systems. Feasibility and efficiency of the proposed microarchitecture are evaluated by implementing a full adder and, then, its cascadability is determined by implementing a multistage 8-bit adder. Simulation results show the highlight features of the proposed design style and microarchitecture in terms of the scalability, implementation cost, and signal integrity of the DNA-based logic system compared to the traditional approaches.

  20. Control of space HVAC systems. Proceedings. Regelung von raumlufttechnischen Anlagen. Vortraege

    Energy Technology Data Exchange (ETDEWEB)

    1987-01-01

    This GMA report presents automation concepts for the control of space HVAC systems using new support methods and means like computer technology and digital simulation methods while considering control problems associated with the application of such methods and means. Both technical and economic aspects are discussed. New findings also concern the structurization and design of control systems, modelling of component and system behaviour for scale-up and simulation of plants. Each of the 10 papers was abstracted for entry into the data base. (HW).

  1. Design for mood : Twenty activity-based opportunities to design for mood regulation

    NARCIS (Netherlands)

    Desmet, P.M.A.

    2015-01-01

    This paper introduces a theory-based approach to design for mood regulation. The main proposition is that design can best influence mood by enabling and stimulating people to engage in a broad range of mood-regulating activities. The first part of the manuscript reviews state-of-the art mood-focused

  2. Designing Task-Based Syllabus For Writing Class

    Directory of Open Access Journals (Sweden)

    Sundari Hanna

    2018-01-01

    Full Text Available Writing is viewed as the most complex skill to learn and to teach. Beside learner factors, teacher, materials and syllabus may also affect the process of learning language as foreign language. Syllabus, in general, can be defined as a set of what is taught (content and the way it is taught (procedure. This current research aims to design a task-based syllabus for writing class at university level. This study was conducted by qualitative descriptive design with 92 students and 4 lecturers as respondents. As part of research and development project in one private university in Jakarta, a developed task-based syllabus was based on need analysis and the principles of task-based language teaching. Students’ proficiency levels are fair with sentence patterns and grammar as the most difficult aspects. Academic writing is more preferable orientation with the small portions of creative writing. Then, the developed task-based syllabus has been proposed for writing class which covers the components of goal (learning outcome, course description and objectives, a set of writing tasks, features of content focus and language focus and course evaluation. The developed syllabus, then, can guide the lecturers in designing lesson plan and selecting materials for writing class.

  3. Effect of the Combination Hot Water - Calcium Chloride on the In Vitro Growth of Colletotrichum gloeosporioides and the Postharvest Quality of Infected Papaya

    Directory of Open Access Journals (Sweden)

    Lidia Elena Ayón-Reyna

    2017-12-01

    Full Text Available Anthracnose of papaya fruit caused by the fungus Colletotrichum gloeosporioides is one of the most economically important postharvest diseases. Hot water immersion (HW and calcium chloride (Ca treatments have been used to control papaya postharvest diseases; however, the effect of the combination HW-Ca on the pathogen growth and the development of the disease in infected papaya fruit has been scarcely studied. The aim of this study was to evaluate the effect of the HW-Ca treatment on the in vitro growth of C. gloesporioides conidia and the quality of infected papaya. In vitro, the HW-Ca treated conidia showed reduced mycelial growth and germination. In vivo, the HW-Ca treatment of infected papaya delayed for 5 days the onset of the anthracnose symptoms and improved the papaya postharvest quality. The combined treatment HW-Ca was better than any of the individual treatments to inhibit the in vitro development of C. gloeosporioides and to reduce the negative effects of papaya anthracnose.

  4. Managing the Complexity of Design Problems through Studio-Based Learning

    Science.gov (United States)

    Cennamo, Katherine; Brandt, Carol; Scott, Brigitte; Douglas, Sarah; McGrath, Margarita; Reimer, Yolanda; Vernon, Mitzi

    2011-01-01

    The ill-structured nature of design problems makes them particularly challenging for problem-based learning. Studio-based learning (SBL), however, has much in common with problem-based learning and indeed has a long history of use in teaching students to solve design problems. The purpose of this ethnographic study of an industrial design class,…

  5. Designers' Cognitive Thinking Based on Evolutionary Algorithms

    OpenAIRE

    Zhang Shutao; Jianning Su; Chibing Hu; Peng Wang

    2013-01-01

    The research on cognitive thinking is important to construct the efficient intelligent design systems. But it is difficult to describe the model of cognitive thinking with reasonable mathematical theory. Based on the analysis of design strategy and innovative thinking, we investigated the design cognitive thinking model that included the external guide thinking of "width priority - depth priority" and the internal dominated thinking of "divergent thinking - convergent thinking", built a reaso...

  6. User Experience Design in Professional Map-Based Geo-Portals

    Directory of Open Access Journals (Sweden)

    Bastian Zimmer

    2013-10-01

    Full Text Available We have recently been witnessing the growing establishment of map-centered web-based geo-portals on national, regional and local levels. However, a particular issue with these geo-portals is that each instance has been implemented in different ways in terms of design, usability, functionality, interaction possibilities, map size and symbologies. In this paper, we try to tackle these shortcomings by analyzing and formalizing the requirements for map-based geo-portals in a user experience based approach. First, we propose a holistic definition the term of a “geo-portal”. Then, we present our approach to user experience design for map-based geo-portals by defining the functional requirements of a geo-portal, by analyzing previous geo-portal developments, by distilling the results of our empirical user study to perform practically-oriented user requirements, and finally by establishing a set of user experience design guidelines for the creation of map-based geo-portals. These design guidelines have been extracted for each of the main components of a geo-portal, i.e., the map, the search dialogue, the presentation of the search results, symbologies, and other aspects. These guidelines shall constitute the basis for future geo-portal developments to achieve standardization in the user-experience design of map-based geo-portals.

  7. Case-based reasoning support for engineering design

    Science.gov (United States)

    Lees, Brian; Hamza, Meer; Irgens, Chris

    2000-10-01

    The potential application of case-based reasoning (CBR) in design support is illustrated through examples drawn from research at the University of Paisley, demonstrating the suitability of CBR for different aspects of design, different problem areas, and different design goals. A quality advisory system has been developed for the early stages of mechanical engineering design, the aim of which is to provide quality advice in a variant design situation. In the domain of software engineering CBR has been applied to advise on which metrics are appropriate fora assessing the quality of the software currently under design. The system integrates CBR with concepts from quality function deployment (QFD) and incorporates a case library holding past software quality histories. CBR has been applied in support of conceptual design: to capture detailed design histories by monitoring designer actions, and thereby support design reuse through the evaluation of designs, through the provision of query, browsing and replay facilities. The resulting system is aimed to support the design of safety critical systems, by assisting in the construction of safety arguments, and cooperative design.

  8. Hazardous waste inventory, characteristics, generation, and facility assessment for treatment, storage, and disposal alternatives considered in the U.S. Department of Energy Waste Management Programmatic Environmental Impact Statement

    International Nuclear Information System (INIS)

    Lazaro, M.A.; Antonopoulos, A.A.; Policastro, A.J.

    1995-04-01

    This report focuses on the generation of hazardous waste (HW) and the treatment, storage, and disposal (TSD) of HW being generated by routine US Department of Energy (DOE) facility operations. The wastes to be considered are managed by the DOE Waste Management (WM) Division (WM HW). The waste streams are to be sent to WM operations throughout the DOE complex under four management alternatives: No Action, Decentralization, Regionalized 1, and Regionalized 2. On-site and off-site capabilities for TSD are examined for each alternative. This report (1) summarizes the HW inventories and generated amounts resulting from WM activities, focusing on the largest DOE HW generators; (2) presents estimates of the annual amounts shipped off-site, as well as the amounts treated by various treatment technology groups; (3) describes the existing and planned treatment and storage capabilities of the largest HW-generating DOE installations, as well as the use of commercial TSD facilities by DOE sites; (4) presents applicable technologies (destruction of organics, deactivation/neutralization of waste, removal/recovery of organics, and aqueous liquid treatment); and (5) describes the four alternatives for consideration for future HW management, and for each alternative provides the HW loads and the approach used to estimate the source term for routine TSD operations. In addition, potential air emissions, liquid effluents, and solid residuals associated with each alternative are presented. Furthermore, this report is supplemented with an addendum that includes detailed information related to HW inventory, characteristics, generation, and facility assessment for the TSD alternatives. The addendum also presents source terms, emission rates, and throughput totals by alternative and treatment installation

  9. High water availability increases the negative impact of a native hemiparasite on its non-native host.

    Science.gov (United States)

    Cirocco, Robert M; Facelli, José M; Watling, Jennifer R

    2016-03-01

    Environmental factors alter the impacts of parasitic plants on their hosts. However, there have been no controlled studies on how water availability modulates stem hemiparasites' effects on hosts. A glasshouse experiment was conducted to investigate the association between the Australian native stem hemiparasite Cassytha pubescens and the introduced host Ulex europaeus under high (HW) and low (LW) water supply. Cassytha pubescens had a significant, negative effect on the total biomass of U. europaeus, which was more severe in HW than LW. Regardless of watering treatment, infection significantly decreased shoot and root biomass, nodule biomass, nodule biomass per unit root biomass, F v/F m, and nitrogen concentration of U. europaeus. Host spine sodium concentration significantly increased in response to infection in LW but not HW conditions. Host water potential was significantly higher in HW than in LW, which may have allowed the parasite to maintain higher stomatal conductances in HW. In support of this, the δ(13)C of the parasite was significantly lower in HW than in LW (and significantly higher than the host). C. pubescens also had significantly higher F v/F m and 66% higher biomass per unit host in the HW compared with the LW treatment. The data suggest that the enhanced performance of C. pubescens in HW resulted in higher parasite growth rates and thus a larger demand for resources from the host, leading to poorer host performance in HW compared with LW. C. pubescens should more negatively affect U. europaeus growth under wet conditions rather than under dry conditions in the field. © The Author 2015. Published by Oxford University Press on behalf of the Society for Experimental Biology.

  10. Guide for the realization of Design Base Documents (DBD)

    International Nuclear Information System (INIS)

    Roca Mallofre, G. la

    2010-01-01

    Guide for improving the consistency and quality content of the Design Base Documents. It's a short description of how to carry out and complete these Documents but focusing on those aspects that can be more confusing and harder to interpret. This guide aims to clarify the term Design Base distinguishing between production and safety, and it focuses on safety Design Base Documents and their values and references. It also emphasizes the difference between the support system and the interface system when there is a functional connection between different systems.

  11. Discovery and design of carbohydrate-based therapeutics.

    Science.gov (United States)

    Cipolla, Laura; Araújo, Ana C; Bini, Davide; Gabrielli, Luca; Russo, Laura; Shaikh, Nasrin

    2010-08-01

    Till now, the importance of carbohydrates has been underscored, if compared with the two other major classes of biopolymers such as oligonucleotides and proteins. Recent advances in glycobiology and glycochemistry have imparted a strong interest in the study of this enormous family of biomolecules. Carbohydrates have been shown to be implicated in recognition processes, such as cell-cell adhesion, cell-extracellular matrix adhesion and cell-intruder recognition phenomena. In addition, carbohydrates are recognized as differentiation markers and as antigenic determinants. Due to their relevant biological role, carbohydrates are promising candidates for drug design and disease treatment. However, the growing number of human disorders known as congenital disorders of glycosylation that are being identified as resulting from abnormalities in glycan structures and protein glycosylation strongly indicates that a fast development of glycobiology, glycochemistry and glycomedicine is highly desirable. The topics give an overview of different approaches that have been used to date for the design of carbohydrate-based therapeutics; this includes the use of native synthetic carbohydrates, the use of carbohydrate mimics designed on the basis of their native counterpart, the use of carbohydrates as scaffolds and finally the design of glyco-fused therapeutics, one of the most recent approaches. The review covers mainly literature that has appeared since 2000, except for a few papers cited for historical reasons. The reader will gain an overview of the current strategies applied to the design of carbohydrate-based therapeutics; in particular, the advantages/disadvantages of different approaches are highlighted. The topic is presented in a general, basic manner and will hopefully be a useful resource for all readers who are not familiar with it. In addition, in order to stress the potentialities of carbohydrates, several examples of carbohydrate-based marketed therapeutics are given

  12. Tile-based rigidization surface parametric design study

    Science.gov (United States)

    Giner Munoz, Laura; Luntz, Jonathan; Brei, Diann; Kim, Wonhee

    2018-03-01

    Inflatable technologies have proven useful in consumer goods as well as in more recent applications including civil structures, aerospace, medical, and robotics. However, inflatable technologies are typically lacking in their ability to provide rigid structural support. Particle jamming improves upon this by providing structures which are normally flexible and moldable but become rigid when air is removed. Because these are based on an airtight bladder filled with loose particles, they always occupy the full volume of its rigid state, even when not rigidized. More recent developments in layer jamming have created thin, compact rigidizing surfaces replacing the loose volume of particles with thinly layered surface materials. Work in this area has been applied to several specific applications with positive results but have not generally provided the broader understanding of the rigidization performance as a function of design parameters required for directly adapting layer rigidization technology to other applications. This paper presents a parametric design study of a new layer jamming vacuum rigidization architecture: tile-based vacuum rigidization. This form of rigidization is based on layers of tiles contained within a thin vacuum bladder which can be bent, rolled, or otherwise compactly stowed, but when deployed flat, can be vacuumed and form a large, flat, rigid plate capable of supporting large forces both localized and distributed over the surface. The general architecture and operation detailing rigidization and compliance mechanisms is introduced. To quantitatively characterize the rigidization behavior, prototypes rigidization surfaces are fabricated and an experimental technique is developed based on a 3-point bending test. Performance evaluation metrics are developed to describe the stiffness, load-bearing capacity, and internal slippage of tested prototypes. A set of experimental parametric studies are performed to better understand the impact of

  13. Research by Design: Design-Based Research and the Higher Degree Research student

    Science.gov (United States)

    Kennedy-Clark, Shannon

    2013-01-01

    Design-based research lends itself to educational research as the aim of this approach is to develop and refine the design of artefacts, tools and curriculum and to advance existing theory or develop new theories that can support and lead to a deepened understanding of learning. This paper provides an overview of the potential benefits of using a…

  14. Computer vision based room interior design

    Science.gov (United States)

    Ahmad, Nasir; Hussain, Saddam; Ahmad, Kashif; Conci, Nicola

    2015-12-01

    This paper introduces a new application of computer vision. To the best of the author's knowledge, it is the first attempt to incorporate computer vision techniques into room interior designing. The computer vision based interior designing is achieved in two steps: object identification and color assignment. The image segmentation approach is used for the identification of the objects in the room and different color schemes are used for color assignment to these objects. The proposed approach is applied to simple as well as complex images from online sources. The proposed approach not only accelerated the process of interior designing but also made it very efficient by giving multiple alternatives.

  15. Development of a web-based monitoring system using operation parameters for the main component in nuclear power plants

    International Nuclear Information System (INIS)

    Son, Dong Chan; An, Kung Il; Hong, Suk Young; Lee, Jeong Soo; Jung, Duk Jin; Shin, Sun Hee; Son, So Hee

    2004-02-01

    The frequency of the damage is increasing, which is caused by the fatigue, according to the increase of running of nuclear power plants. So we need to acquire the reliance of design data to estimate the fatigue and damage of major machinery that might happen as time-dependent crack growth characterization. The research is focused on keeping operating record of nuclear power plants about major machinery which consists of a nuclear reactor pressure boarder on each excessive operating condition including normal operating and extraordinary operating by estimating fracture mechanical movements on real time and fatigue about major nuclear power plants machinery, which are acquired the pressure and temperature data. For further details about the scope and contents of R and D are following. Development of H/W that is necessary to acquire operating real time data of heating and hydraulic power. Selection of a safety variable about major system by each type (the four NPP, all unit). Communication protocol development for connecting between CARE system data base server and fatigue monitoring system data base server. Development of connecting database for controlling and storing of heating and hydraulic power operating data. Real time monitoring system development based on Web using JAVA

  16. Development of a web-based monitoring system using operation parameters for the main component in nuclear power plants

    Energy Technology Data Exchange (ETDEWEB)

    Son, Dong Chan; An, Kung Il; Hong, Suk Young; Lee, Jeong Soo; Jung, Duk Jin; Shin, Sun Hee; Son, So Hee [Daesang Information Technology Co., Ltd., Seoul (Korea, Republic of)

    2004-02-15

    The frequency of the damage is increasing, which is caused by the fatigue, according to the increase of running of nuclear power plants. So we need to acquire the reliance of design data to estimate the fatigue and damage of major machinery that might happen as time-dependent crack growth characterization. The research is focused on keeping operating record of nuclear power plants about major machinery which consists of a nuclear reactor pressure boarder on each excessive operating condition including normal operating and extraordinary operating by estimating fracture mechanical movements on real time and fatigue about major nuclear power plants machinery, which are acquired the pressure and temperature data. For further details about the scope and contents of R and D are following. Development of H/W that is necessary to acquire operating real time data of heating and hydraulic power. Selection of a safety variable about major system by each type (the four NPP, all unit). Communication protocol development for connecting between CARE system data base server and fatigue monitoring system data base server. Development of connecting database for controlling and storing of heating and hydraulic power operating data. Real time monitoring system development based on Web using JAVA.

  17. Design Transformations for Rule-based Procedural Modeling

    KAUST Repository

    Lienhard, Stefan; Lau, Cheryl; Mü ller, Pascal; Wonka, Peter; Pauly, Mark

    2017-01-01

    We introduce design transformations for rule-based procedural models, e.g., for buildings and plants. Given two or more procedural designs, each specified by a grammar, a design transformation combines elements of the existing designs to generate new designs. We introduce two technical components to enable design transformations. First, we extend the concept of discrete rule switching to rule merging, leading to a very large shape space for combining procedural models. Second, we propose an algorithm to jointly derive two or more grammars, called grammar co-derivation. We demonstrate two applications of our work: we show that our framework leads to a larger variety of models than previous work, and we show fine-grained transformation sequences between two procedural models.

  18. Design Transformations for Rule-based Procedural Modeling

    KAUST Repository

    Lienhard, Stefan

    2017-05-24

    We introduce design transformations for rule-based procedural models, e.g., for buildings and plants. Given two or more procedural designs, each specified by a grammar, a design transformation combines elements of the existing designs to generate new designs. We introduce two technical components to enable design transformations. First, we extend the concept of discrete rule switching to rule merging, leading to a very large shape space for combining procedural models. Second, we propose an algorithm to jointly derive two or more grammars, called grammar co-derivation. We demonstrate two applications of our work: we show that our framework leads to a larger variety of models than previous work, and we show fine-grained transformation sequences between two procedural models.

  19. Property Based Process and Product Synthesis and Design

    DEFF Research Database (Denmark)

    Eden, Mario Richard

    2003-01-01

    in terms of the constitutive (synthesis/design) variables instead of the process variables, thus providing the synthesis/design targets. The second reverse problem (reverse property prediction) solves the constitutive equations to identify unit operations, operating conditions and/or products by matching......This thesis describes the development of a general framework for solving process and product design problems. Targeting the desired performance of the system in a systematic manner relieves the iterative nature of conventional design techniques. Furthermore, conventional component based methods...... are not capable of handling problems, where the process or product objectives are driven by functionalities or properties rather than chemical constituency. The framework is meant to complement existing composition based methods by being able to handle property driven problems. By investigating the different...

  20. SoC-Based Edge Computing Gateway in the Context of the Internet of Multimedia Things: Experimental Platform

    Directory of Open Access Journals (Sweden)

    Maher Jridi

    2018-01-01

    Full Text Available This paper presents an algorithm/architecture and Hardware/Software co-designs for implementing a digital edge computing layer on a Zynq platform in the context of the Internet of Multimedia Things (IoMT. Traditional cloud computing is no longer suitable for applications that require image processing due to cloud latency and privacy concerns. With edge computing, data are processed, analyzed, and encrypted very close to the device, which enable the ability to secure data and act rapidly on connected things. The proposed edge computing system is composed of a reconfigurable module to simultaneously compress and encrypt multiple images, along with wireless image transmission and display functionalities. A lightweight implementation of the proposed design is obtained by approximate computing of the discrete cosine transform (DCT and by using a simple chaotic generator which greatly enhances the encryption efficiency. The deployed solution includes four configurations based on HW/SW partitioning in order to handle the compromise between execution time, area, and energy consumption. It was found with the experimental setup that by moving more components to hardware execution, a timing speedup of more than nine times could be achieved with a negligible amount of energy consumption. The power efficiency was then enhanced by a ratio of 7.7 times.

  1. Design Scheme of Remote Monitoring System Based on Qt

    Directory of Open Access Journals (Sweden)

    Xu Dawei

    2015-01-01

    Full Text Available This paper introduces a design scheme of remote monitoring system based on Qt, the scheme of remote monitoring system based on S3C2410 and Qt, with the aid of cross platform development tools Qt and powerful ARM platform design and implementation. The development of remote video surveillance system based on embedded terminal has practical significance and value.

  2. Designing Spreadsheet-Based Tasks for Purposeful Algebra

    Science.gov (United States)

    Ainley, Janet; Bills, Liz; Wilson, Kirsty

    2005-01-01

    We describe the design of a sequence of spreadsheet-based pedagogic tasks for the introduction of algebra in the early years of secondary schooling within the Purposeful Algebraic Activity project. This design combines two relatively novel features to bring a different perspective to research in the use of spreadsheets for the learning and…

  3. Teaching Database Design with Constraint-Based Tutors

    Science.gov (United States)

    Mitrovic, Antonija; Suraweera, Pramuditha

    2016-01-01

    Design tasks are difficult to teach, due to large, unstructured solution spaces, underspecified problems, non-existent problem solving algorithms and stopping criteria. In this paper, we comment on our approach to develop KERMIT, a constraint-based tutor that taught database design. In later work, we re-implemented KERMIT as EER-Tutor, and…

  4. Experiences in Preserving Design Bases & Knowledge Management

    International Nuclear Information System (INIS)

    Koshy, Thomas

    2013-01-01

    Purpose: • To build repository of information on design and development in a retrievable manner to: • Establish licensing/design bases of the plant; • Identify the known vulnerabilities and how they are to be addressed; • Prevent undoing the lessons learned; • Facilitate advancement without repeating the undesirable incidents of the past

  5. Design Based Research: the Way of Developing and Implementing Educational Innovation

    Directory of Open Access Journals (Sweden)

    Tina Štemberger

    2016-11-01

    Full Text Available The appropriate implementation of innovation is a crucial factor in improving educational practice. In the implementation process, there is, however, often a lack of interaction between designers and practitioners that would enable the latter to become competent enough to implement theoretical knowledge into practice and to have an ongoing support from designers. Design-based research is based on close cooperation between researchers, practitioners and designers which consequently allows greater integration of research and practice in education. In the present paper, the beginnings, development, basic characteristics, advantages, disadvantages and the research process of design-based research are reviewed and an example of design-based research is presented.

  6. The ERL-based Design of Electron-Hadron Collider eRHIC

    Energy Technology Data Exchange (ETDEWEB)

    Ptitsyn, Vadim [et al.

    2016-06-01

    Recent developments of the ERL-based design of future high-luminosity electron-hadron collider eRHIC focused on balancing technological risks present in the design versus the design cost. As a result a lower risk design has been adopted at moderate cost increase. The modifications include a change of the main linac RF frequency, reduced number of SRF cavity types and modified electron spin transport using a spin rotator. A luminosity-staged approach is being explored with a Nominal design ($L \\sim 10^{33} {\\rm cm}^2 {\\rm s}^{-1}$) that employs reduced electron current and could possibly be based on classical electron cooling, and then with the Ultimate design ($L \\gt 10^{34} {\\rm cm}^{-2} {\\rm s}^{-1}$) that uses higher electron current and an innovative cooling technique (CeC). The paper describes the recent design modifications, and presents the full status of the eRHIC ERL-based design.

  7. Michelson interferometer based interleaver design using classic IIR filter decomposition.

    Science.gov (United States)

    Cheng, Chi-Hao; Tang, Shasha

    2013-12-16

    An elegant method to design a Michelson interferometer based interleaver using a classic infinite impulse response (IIR) filter such as Butterworth, Chebyshev, and elliptic filters as a starting point are presented. The proposed design method allows engineers to design a Michelson interferometer based interleaver from specifications seamlessly. Simulation results are presented to demonstrate the validity of the proposed design method.

  8. The Drinking Effect of Hydrogen Water on Atopic Dermatitis Induced by Dermatophagoides farinae Allergen in NC/Nga Mice

    Directory of Open Access Journals (Sweden)

    Rosa Mistica C. Ignacio

    2013-01-01

    Full Text Available Hydrogen water (HW produced by electrolysis of water has characteristics of extremely low oxidation-reduction potential (ORP value and high dissolved hydrogen (DH. It has been proved to have various beneficial effects including antioxidant and anti-inflammatory effects; however, HW effect on atopic dermatitis (AD, an inflammatory skin disorder, is poorly documented. In the present study, we examined the immunological effect of drinking HW on Dermatophagoides farinae-induced AD-like skin in NC/Nga mice. Mice were administered with HW and purified water (PW for 25 days. We evaluated the serum concentration of pro-inflammatory (TNF-α, Th1 (IFN-γ, IL-2, and IL-12p70, Th2 (IL-4, IL-5, and IL-10, and cytokine expressed by both subsets (GM-CSF to assess their possible relationship to the severity of AD. The serum levels of cytokines such as IL-10, TNF-α, IL-12p70, and GM-CSF of mice administered with HW was significantly reduced as compared to PW group. The results suggest that HW affects allergic contact dermatitis through modulation of Th1 and Th2 responses in NC/Nga mice. This is the first note on the drinking effect of HW on AD, clinically implying a promising potential remedy for treatment of AD.

  9. Effects of short vacations, vacation activities and experiences on employee health and well-being.

    Science.gov (United States)

    de Bloom, Jessica; Geurts, Sabine A E; Kompier, Michiel A J

    2012-10-01

    It was investigated (1) whether employee health and well-being (H&W) improve during short vacations (4-5 days), (2) how long this improvement lasts after returning home and resuming work and (3) to what extent vacation activities and experiences explain health improvements during and after short vacations. Eighty workers reported their H&W 2 weeks before vacation (Pre), during vacation (Inter), on the day of return (Post 1) and on the third and 10th day after returning home (Post 2 and Post 3, respectively). The results showed improvements in H&W during short vacations (d=0.62), although this effect faded out rather quickly. Partial correlations and regression analyses showed that employees reported higher H&W during vacation, the more relaxed and psychologically detached they felt, the more time they spent on conversations with the partner, the more pleasure they derived from their vacation activities and the lower the number of negative incidents during vacation. Experiences of relaxation and detachment from work positively influenced H&W even after returning home. Working during vacation negatively influenced H&W after vacation. In conclusion, short vacations are an effective, although not very long lasting, 'cure' to improve employees' H&W. Copyright © 2011 John Wiley & Sons, Ltd.

  10. Robins Air Force Base Solar Cogeneration Facility design

    Energy Technology Data Exchange (ETDEWEB)

    Pierce, B.L.; Bodenschatz, C.A.

    1982-06-01

    A conceptual design and a cost estimate have been developed for a Solar Cogeneration Facility at Robins Air Force Base. This demonstration solar facility was designed to generate and deliver electrical power and process steam to the existing base distribution systems. The facility was to have the potential for construction and operation by 1986 and make use of existing technology. Specific objectives during the DOE funded conceptual design program were to: prepare a Solar Cogeneration Facility (overall System) Specification, select a preferred configuration and develop a conceptual design, establish the performance and economic characteristics of the facility, and prepare a development plan for the demonstration program. The Westinghouse team, comprised of the Westinghouse Advanced Energy Systems Division, Heery and Heery, Inc., and Foster Wheeler Solar Development Corporation, in conjunction with the U.S. Air Force Logistics Command and Georgia Power Company, has selected a conceptual design for the facility that will utilize the latest DOE central receiver technology, effectively utilize the energy collected in the application, operate base-loaded every sunny day of the year, and be applicable to a large number of military and industrial facilities throughout the country. The design of the facility incorporates the use of a Collector System, a Receiver System, an Electrical Power Generating System, a Balance of Facility - Steam and Feedwater System, and a Master Control System.

  11. Computer-Aided Test Flow in Core-Based Design

    OpenAIRE

    Zivkovic, V.; Tangelder, R.J.W.T.; Kerkhoff, Hans G.

    2000-01-01

    This paper copes with the test-pattern generation and fault coverage determination in the core based design. The basic core-test strategy that one has to apply in the core-based design is stated in this work. A Computer-Aided Test (CAT) flow is proposed resulting in accurate fault coverage of embedded cores. The CAT now is applied to a few cores within the Philips Core Test Pilot IC project

  12. Reliability-Based Robust Design Optimization of Structures Considering Uncertainty in Design Variables

    Directory of Open Access Journals (Sweden)

    Shujuan Wang

    2015-01-01

    Full Text Available This paper investigates the structural design optimization to cover both the reliability and robustness under uncertainty in design variables. The main objective is to improve the efficiency of the optimization process. To address this problem, a hybrid reliability-based robust design optimization (RRDO method is proposed. Prior to the design optimization, the Sobol sensitivity analysis is used for selecting key design variables and providing response variance as well, resulting in significantly reduced computational complexity. The single-loop algorithm is employed to guarantee the structural reliability, allowing fast optimization process. In the case of robust design, the weighting factor balances the response performance and variance with respect to the uncertainty in design variables. The main contribution of this paper is that the proposed method applies the RRDO strategy with the usage of global approximation and the Sobol sensitivity analysis, leading to the reduced computational cost. A structural example is given to illustrate the performance of the proposed method.

  13. Implementation of knowledge-based engineering methodology in hydraulic generator design

    Directory of Open Access Journals (Sweden)

    Wei Guo

    2015-05-01

    Full Text Available Hydraulic generator design companies are always being exhorted to become more competitive by reducing the lead time and costs for their products for survival. Knowledge-based engineering technology is a rapidly developing technology with competitive advantage for design application to reduce time and cost in product development. This article addresses the structure of the hydraulic generator design system based on the knowledge-based engineering technology in detail. The system operates by creating a unified knowledge base to store the scattered knowledge among the whole life of the design process, which was contained in the expert’s brain and technical literature. It helps designers to make appropriate decisions by supplying necessary information at the right time through query and inference engine to represent the knowledge within the knowledge-based engineering application framework. It also integrates the analysis tools into one platform to help achieve global optimum solutions. Finally, an example of turbine-type selection was given to illustrate the operation process and prove its validity.

  14. Understandings of the Concept of Iteration in Design-Based Research

    DEFF Research Database (Denmark)

    Gundersen, Peter Bukovica

    2017-01-01

    The paper is the first in a series of papers addressing design in Design-based research. The series looks into the question of how this research approach is connected to design. What happens when educational researchers adopt designerly ways of working? This paper provides an overview of design......-based research and from there on discuss one key characteristic, namely iterations, which are fundamental to educational design research in relation to how designers operate and why. The paper concludes that in general iteration is not a particularly well-described aspect in the reporting of DBR-projects. Half...... and usually after long periods of testing design solutions in practice....

  15. Judgement of Design Scheme Based on Flexible Constraint in ICAD

    Institute of Scientific and Technical Information of China (English)

    2000-01-01

    The conception of flexible constraint is proposed in the paper. The solution of flexible constraint is in special range, and maybe different in different instances of same design scheme. The paper emphasis on how to evaluate and optimize a design scheme with flexible constraints based on the satisfaction degree function defined on flexible constraints. The conception of flexible constraint is used to solve constraint conflict and design optimization in complicated constraint-based assembly design by the PFM parametrization assembly design system. An instance of gear-box design is used for verifying optimization method.

  16. Evidence against suppressor cell involvement in naturally acquired tolerance of a minor histocompatibility antigen

    International Nuclear Information System (INIS)

    Johnson, L.L.

    1991-01-01

    The hypothesis was investigated that suppressor cells may be responsible for maintenance of immunologic tolerance of a minor H3 antigen in mice that express the antigen naturally. Lymphoid cell populations from B6.C-H-24c (HW54) mice, a congenic-resistant strain histoincompatible with H-24b-expressing C57BL/6 (B6) mice only with respect to the H-24 locus, were examined in cell-transfer experiments to see if they contained naturally arising H-24c-specific suppressor cells. The H-24 antigen was chosen for these studies because, unlike most other minor and major histocompatibility (H) antigens, it is not detectable on mature lymphoid cells by any of several functional criteria. Thus transfer of HW54 lymphoid cells to B6 hosts could be done without the complication of inducing hyporesponsiveness de novo in the host, as occurs with other minor H antigens that are expressed on lymphocytes. B6 hosts were given HW54 skin grafts along with HW54 lymphoid cells to assess their tolerance of the H-24c-encoded antigen. The hosts were either (1) normal, nonimmune B6 mice; (2) B6 mice rendered immunodeficient by thymectomy and irradiation (TxB) and repopulated with H-24c-immune B6 lymphocytes; or (3) TxB B6 hosts repopulated with nonimmune B6 lymphocytes. In each case it was found that the additionally infused HW54 lymphoid cells did not suppress the ability of these hosts to reject HW54 skin grafts. In other words, HW54 lymphoid cells appear not to possess suppressive activity specific for the H-24c antigen that might maintain antigen-specific natural tolerance. Additional experiments were performed to determine whether HW54 lymphoid cells can inhibit the ability of sublethally irradiated B6 mice to regain the capacity to reject HW54 skin

  17. Scenario-based design: a method for connecting information system design with public health operations and emergency management.

    Science.gov (United States)

    Reeder, Blaine; Turner, Anne M

    2011-12-01

    Responding to public health emergencies requires rapid and accurate assessment of workforce availability under adverse and changing circumstances. However, public health information systems to support resource management during both routine and emergency operations are currently lacking. We applied scenario-based design as an approach to engage public health practitioners in the creation and validation of an information design to support routine and emergency public health activities. Using semi-structured interviews we identified the information needs and activities of senior public health managers of a large municipal health department during routine and emergency operations. Interview analysis identified 25 information needs for public health operations management. The identified information needs were used in conjunction with scenario-based design to create 25 scenarios of use and a public health manager persona. Scenarios of use and persona were validated and modified based on follow-up surveys with study participants. Scenarios were used to test and gain feedback on a pilot information system. The method of scenario-based design was applied to represent the resource management needs of senior-level public health managers under routine and disaster settings. Scenario-based design can be a useful tool for engaging public health practitioners in the design process and to validate an information system design. Copyright © 2011 Elsevier Inc. All rights reserved.

  18. Adjoint-Based Aerodynamic Design of Complex Aerospace Configurations

    Science.gov (United States)

    Nielsen, Eric J.

    2016-01-01

    An overview of twenty years of adjoint-based aerodynamic design research at NASA Langley Research Center is presented. Adjoint-based algorithms provide a powerful tool for efficient sensitivity analysis of complex large-scale computational fluid dynamics (CFD) simulations. Unlike alternative approaches for which computational expense generally scales with the number of design parameters, adjoint techniques yield sensitivity derivatives of a simulation output with respect to all input parameters at the cost of a single additional simulation. With modern large-scale CFD applications often requiring millions of compute hours for a single analysis, the efficiency afforded by adjoint methods is critical in realizing a computationally tractable design optimization capability for such applications.

  19. Non-invasive analysis of hormonal variations and effect of postmenopausal Vagifem treatment on women using in vivo high wavenumber confocal Raman spectroscopy.

    Science.gov (United States)

    Duraipandian, Shiyamala; Zheng, Wei; Ng, Joseph; Low, Jeffrey J H; Ilancheran, A; Huang, Zhiwei

    2013-07-21

    This study aims to evaluate the feasibility of applying high wavenumber (HW) confocal Raman spectroscopy for non-invasive assessment of menopause-related hormonal changes in the cervix as well as for determining the effect of Vagifem(®) treatment on postmenopausal women with atrophic cervix. A rapid HW confocal Raman spectroscopy system coupled with a ball lens fiber-optic Raman probe was utilized for in vivo cervical tissue Raman measurements at 785 nm excitation. A total of 164 in vivo HW Raman spectra (premenopausal (n = 104), postmenopausal-prevagifem (n = 34), postmenopausal-postvagifem (n = 26)) were measured from the normal cervix of 26 patients undergoing colposcopy. We established the biochemical basis of premenopausal, postmenopausal-prevagifem and postmenopausal-postvagifem cervix using semiquantitative biomolecular modeling derived from Raman-active biochemicals (i.e., lipids, proteins and water) that play a critical role in HW Raman spectral changes associated with the menopausal process. The diagnostic algorithms developed based on partial least squares-discriminant analysis (PLS-DA) together with leave-one patient-out, cross-validation yielded the diagnostic sensitivities of 88.5%, 91.2% and 88.5%, and specificities of 91.7%, 90.8% and 99.3%, respectively, for non-invasive in vivo discrimination among premenopausal, postmenopausal-prevagifem and postmenopausal-postvagifem cervix. This work demonstrates for the first time that HW confocal Raman spectroscopy in conjunction with biomolecular modeling can be a powerful diagnostic tool for identifying hormone/menopause-related variations in the native squamous epithelium of normal cervix, as well as for assessing the effect of Vagifem treatment on postmenopausal atrophic cervix in vivo during clinical colposcopic inspections.

  20. Place-Based Learning: Interactive Learning and Net-Zero Design

    Science.gov (United States)

    Holser, Alec; Becker, Michael

    2011-01-01

    Food and conservation science curriculum, net-zero design and student-based building performance monitoring have come together in the unique and innovative new Music and Science Building for Oregon's Hood River Middle School. The school's Permaculture-based curriculum both informed the building design and was also transformed through the…

  1. Agent-Based Coordination Model for Designing Transportation Applications

    OpenAIRE

    BADEIG, F; BALBO, F; SCEMAMA, G; ZARGAYOUNA, M

    2008-01-01

    This paper presents an environment-centered approach to design multi-agent solutions to transportation problems. Based on the Property-based Coordination Principle (PbC), the objective of our approach is to solve three recurrent issues in the design of these solutions: the knowledge problem, the space-time dimension and the dynamics of the real environment. To demonstrate the benefits of our approach, two completely different applications, a demand-responsive transportation system and a simul...

  2. Design and implementation of a project-based active/cooperative engineering design course for freshmen

    Science.gov (United States)

    Abdulaal, R. M.; Al-Bahi, A. M.; Soliman, A. Y.; Iskanderani, F. I.

    2011-08-01

    A project-based active/cooperative design course is planned, implemented, assessed and evaluated to achieve several desired engineering outcomes. The course allows freshman-level students to gain professional hands-on engineering design experience through an opportunity to practise teamwork, quality principles, communication skills, life-long learning, realistic constraints and awareness of current domestic and global challenges. Throughout successive design reports and in-class assignments, the students are required by the end of the semester to communicate, clearly and concisely, the details of their design both orally and in writing through a functional artefact/prototype, a design notebook, an A0 project poster and a final oral presentation. In addition to these direct assessment tools, several indirect measures are used to ensure triangulation. Assignments are based on customer expectations using a detailed checklist. This paper shows the direct and indirect assessment tools that indicated a high level of achievement of course learning outcomes and a high level of student satisfaction.

  3. Three-dimensional design methodologies for tree-based FPGA architecture

    CERN Document Server

    Pangracious, Vinod; Mehrez, Habib

    2015-01-01

    This book focuses on the development of 3D design and implementation methodologies for Tree-based FPGA architecture. It also stresses the needs for new and augmented 3D CAD tools to support designs such as, the design for 3D, to manufacture high performance 3D integrated circuits and reconfigurable FPGA-based systems. This book was written as a text that covers the foundations of 3D integrated system design and FPGA architecture design. It was written for the use in an elective or core course at the graduate level in field of Electrical Engineering, Computer Engineering and Doctoral Research programs. No previous background on 3D integration is required, nevertheless fundamental understanding of 2D CMOS VLSI design is required. It is assumed that reader has taken the core curriculum in Electrical Engineering or Computer Engineering, with courses like CMOS VLSI design, Digital System Design and Microelectronics Circuits being the most important. It is accessible for self-study by both senior students and profe...

  4. The Research of Design Based on Social Commerce

    OpenAIRE

    Juhua Wu; Meng Xu; Zan Mo; Luo Liao

    2015-01-01

    Based on previous design theories which focus only on artifacts, we study the factors of social commerce design with application environment and human capabilities. By comparing social commerce design model and information model, we develop a new social commerce design model, further exploring user requirements after shopping, including the exploration of brand community, sharing offline social shopping experience and the improvement of user social skills. According to the new model, we revea...

  5. Analysis and Design of Web-Based Database Application for Culinary Community

    Directory of Open Access Journals (Sweden)

    Choirul Huda

    2017-03-01

    Full Text Available This research is based on the rapid development of the culinary and information technology. The difficulties in communicating with the culinary expert and on recipe documentation make a proper support for media very important. Therefore, a web-based database application for the public is important to help the culinary community in communication, searching and recipe management. The aim of the research was to design a web-based database application that could be used as social media for the culinary community. This research used literature review, user interviews, and questionnaires. Moreover, the database system development life cycle was used as a guide for designing a database especially for conceptual database design, logical database design, and physical design database. Web-based application design used eight golden rules for user interface design. The result of this research is the availability of a web-based database application that can fulfill the needs of users in the culinary field related to communication and recipe management.

  6. Computer aided design of nickel-base superalloys

    International Nuclear Information System (INIS)

    Lawrence, P.J.

    1988-01-01

    This paper describes a computer aided design process for Ni-base superalloys developed and employed at ASEA Brown Boveri. The technique involves a series of modules each of which predicts a particular property of a hypothetical new composition. In the first stage of the development of this design techniques modules were produced to predict phase stability, using PHACOMP, and high temperature creep strength and hot corrosion resistance, using multiple linear regression equations derived from the data in the literature. Alloys designed using these technique are also discussed and, in particular, shortcomings of the design process are highlighted. This information was then used to produce a revamped design methodology involving extra modules, including prediction of an alloy's gamma-prime content. (orig.)

  7. [In silico CRISPR-based sgRNA design].

    Science.gov (United States)

    Wang, Yuanli; Chuai, Guohui; Yan, Jifang; Shi, Lei; Liu, Qi

    2017-10-25

    CRISPR-based genome editing has been widely implemented in various cell types. In-silico single guide RNA (sgRNA) design is a key step for successful gene editing using CRISPR system. Continuing efforts are made to refine in-silico sgRNA design with high on-target efficacy and reduced off-target effects. In this paper, we summarize the present sgRNA design tools, and show that efficient in-silico models can be built that integrate current heterogeneous genome-editing data to derive unbiased sgRNA design rules and identify key features for improving sgRNA design. Our review shows that systematic comparisons and evaluation of on-target and off-target effects of sgRNA will allow more precise genome editing and gene therapies using the CRISPR system.

  8. Probability based load factors for design of concrete containment structures

    International Nuclear Information System (INIS)

    Hwang, H.; Kagami, S.; Reich, M.; Ellingwood, B.; Shinozuka, M.

    1985-01-01

    This paper describes a procedure for developing probability-based load combinations for the design of concrete containments. The proposed criteria are in a load and resistance factor design (LRFD) format. The load factors and resistance factors are derived for use in limit states design and are based on a target limit state probability. In this paper, the load factors for accident pressure and safe shutdown earthquake are derived for three target limit state probabilities. Other load factors are recommended on the basis of prior experience with probability-based design criteria for ordinary building construction. 6 refs

  9. Use of Student Experiments for Teaching Embedded Software Development Including HW/SW Co-Design

    Science.gov (United States)

    Mitsui, H.; Kambe, H.; Koizumi, H.

    2009-01-01

    Embedded systems have been applied widely, not only to consumer products and industrial machines, but also to new applications such as ubiquitous or sensor networking. The increasing role of software (SW) in embedded system development has caused a great demand for embedded SW engineers, and university education for embedded SW engineering has…

  10. A PULSED, PRECESSING JET IN CEPHEUS A

    International Nuclear Information System (INIS)

    Cunningham, Nathaniel J.; Moeckel, Nickolas; Bally, John

    2009-01-01

    We present near-infrared H 2 , radio CO, and thermal infrared observations of the nearby massive star-forming region Cepheus A (Cep A). From H 2 bow shocks arranged along four distinct jet axes, we infer that the massive protostellar source HW2 drives a pulsed, precessing jet that has changed its orientation by about 45 deg. in roughly 10 4 years. The current HW2 radio jet represents the most recent event in this time series of eruptions. This scenario is consistent with the recent discovery of a disk around HW2, perpendicular to the current jet orientation, and with the presence of companions at projected distances comparable to the disk radius. We propose that the Cep A system formed by the disk-assisted capture of a sibling star by HW2. We present a numerical model of a 15 M sun star with a circumstellar disk, orbited by a companion in an inclined, eccentric orbit. Close passages of the companion through or near the disk result in periods of enhanced accretion and mass loss, as well as forced precession of the disk and associated orientation changes in the jet. The observations reveal a second powerful outflow that emerges from radio source HW3c or HW3d. This flow is associated with blueshifted CO emission and a faint H 2 bow shock to the east, and with HH 168 to the west. A collision between the flows from HW2 and HW3c/d may be responsible for X-ray and radio continuum emission in Cep A West.

  11. Data base pertinent to earthquake design basis

    International Nuclear Information System (INIS)

    Sharma, R.D.

    1988-01-01

    Mitigation of earthquake risk from impending strong earthquakes is possible provided the hazard can be assessed, and translated into appropriate design inputs. This requires defining the seismic risk problem, isolating the risk factors and quantifying risk in terms of physical parameters, which are suitable for application in design. Like all other geological phenomena, past earthquakes hold the key to the understanding of future ones. Quantificatio n of seismic risk at a site calls for investigating the earthquake aspects of the site region and building a data base. The scope of such investigations is il lustrated in Figure 1 and 2. A more detailed definition of the earthquake problem in engineering design is given elsewhere (Sharma, 1987). The present document discusses the earthquake data base, which is required to support a seismic risk evaluation programme in the context of the existing state of the art. (author). 8 tables, 10 figs., 54 refs

  12. Novel measurement-based indoor cellular radio system design

    OpenAIRE

    Aragón-Zavala, A

    2008-01-01

    A scaleable, measurement-based radio methodology has been created to use for the design, planing and optimisation of in door cellular radio systems. The development of this measurement-based methodology was performed having in mind that measurements are of ten required to valiate radio coverage in a building. Therefore, the concept of using care fully calibrated measurements to design and optimise a system is feasible since these measurements can easily be obtained prior to system deployment ...

  13. Implementing Project Based Learning Approach to Graphic Design Course

    Science.gov (United States)

    Riyanti, Menul Teguh; Erwin, Tuti Nuriah; Suriani, S. H.

    2017-01-01

    The purpose of this study was to develop a learning model based Commercial Graphic Design Drafting project-based learning approach, was chosen as a strategy in the learning product development research. University students as the target audience of this model are the students of the fifth semester Visual Communications Design Studies Program…

  14. Property Model-based Tailor-made Design of Chemical-based Products

    DEFF Research Database (Denmark)

    Kalakul, Sawitree

    Computer-aided model-based methods and tools are increasingly playing important roles in chemical product design. They have the potential to very quickly search for and identify reliable product candidates that can then be verified through experiments. Inthis way, the time and resources spent...... on experiment are reduced leading to faster and cheaper to market the products. The tools also help to manage the solution of product design problems, which usually require efficient handling of model-data-knowledge from different sources and at different time and size scales. The main contribution...... the needed template for a desired product is not available. VPPD-Lab employs a suite of algorithms(such as database search, molecular and mixture blend design) and toolboxes (such asproperty calculations and property model consistency tests) for specific product property prediction, design, and/or analysis...

  15. Community-based co-design in Okomakuara

    DEFF Research Database (Denmark)

    Kapuire, Gereon Koch; Winschiers-Theophilus, Heike; Chivuno-Kuria, Shilumbe

    2014-01-01

    Although the wider motivation and principles of Participatory Design (PD) are universal its concepts and techniques are highly contextual. Community-based codesign is a variation of PD, where processes are negotiated within the interaction. Thus this workshop gives participants the opportunity...

  16. A Representation System User Interface for Knowledge Base Designers

    OpenAIRE

    Fikes, Richard E.

    1982-01-01

    A major strength of frame-based knowledge representation languages is their ability to provide the knowledge base designer with a concise and intuitively appealing means expression. The claim of intuitive appeal is based on the observation that the object -centered style of description provided by these languages often closely matches a designer's understanding of the domain being modeled and therefore lessens the burden of reformulation involved in developing a formal description. To be effe...

  17. A Simulation-Based LED Design Project in Photonics Instruction Based on Industry-University Collaboration

    Science.gov (United States)

    Chang, S. -H.; Chen, M. -L.; Kuo, Y. -K.; Shen, Y. -C.

    2011-01-01

    In response to the growing industrial demand for light-emitting diode (LED) design professionals, based on industry-university collaboration in Taiwan, this paper develops a novel instructional approach: a simulation-based learning course with peer assessment to develop students' professional skills in LED design as required by industry as well as…

  18. Characterization of reduced height mutant of emmer wheat var. NP200 (Triticum dicoccum)

    International Nuclear Information System (INIS)

    Suman, Sud; Nayeem, K.A.; Bhagwat, S.G.

    2006-01-01

    Full text: Emmer wheat commonly known as Khapli is cultivated on limited area in Tamil Nadu, Andhra Pradesh, Karnataka, Maharashtra and Gujarat. Although cultivation of emmer wheat is confirmed to a small area, improvement work in this species is gaining importance because of its potential for diabetic patients and high dietary fibre in comparison to durum and bread wheats. Emmer wheat cultivar NP200 is a selection from local wheats of Andhra Pradesh. The cultivar NP200 is tall and is prone to lodging leading to yield loss. Therefore, systematic effort to improve cultivar NP200 is needed with the objective to reduce height and introduce lodging tolerance and to improve harvest index. The cultivar NP200 was irradiated with γ-rays. A reduced height mutant with vigorous growth and high tillering was found in M2 population. The mutant was designated as HW1095. The progeny of mutant in M3 showed 35.7 percent reduction in height as compared to parent. The HW1095 mutant was subjected to gibberellic acid treatment at seedling stage and was found to be insensitive to gibberellic acid. An allele specific marker for major dwarfing gene Rht B1b was used to check the status of dwarfing gene in semi dwarf emmer (DDK1009, DDK1025, HW5013, HW5301 and MACS2961) and tall emmer (Np200 and NP201), semi dwarf durums (HD4502, HD4530, MACS2846) along with dwarf mutant (HW1095). The validity of primer in semi dwarf durums and emmer for Rht B 1b gene was found to be perfect. The parent variety NP200 showed presence of wild type allele (Rht B1a) with the primer pair BF-WR1. All semi dwarf emmer showed a band of 237 bp with primer pair BF-MR1. However, mutant (HW1095) showed absence of amplification for both Rht B1a and Rht B1b alleles with respective primer pairs. The results indicated that the reduced height mutant carried a mutation different than from the existing allele (Rht B1b)

  19. Risk based seismic design criteria

    International Nuclear Information System (INIS)

    Kennedy, R.P.

    1999-01-01

    In order to develop a risk based seismic design criteria the following four issues must be addressed: (1) What target annual probability of seismic induced unacceptable performance is acceptable? (2) What minimum seismic margin is acceptable? (3) Given the decisions made under Issues 1 and 2, at what annual frequency of exceedance should the safe-shutdown-earthquake (SSE) ground motion be defined? (4) What seismic design criteria should be established to reasonably achieve the seismic margin defined under Issue 2? The first issue is purely a policy decision and is not addressed in this paper. Each of the other three issues are addressed. Issues 2 and 3 are integrally tied together so that a very large number of possible combinations of responses to these two issues can be used to achieve the target goal defined under Issue 1. Section 2 lays out a combined approach to these two issues and presents three potentially attractive combined resolutions of these two issues which reasonably achieves the target goal. The remainder of the paper discusses an approach which can be used to develop seismic design criteria aimed at achieving the desired seismic margin defined in resolution of Issue 2. Suggestions for revising existing seismic design criteria to more consistently achieve the desired seismic margin are presented. (orig.)

  20. Target based drug design - a reality in virtual sphere.

    Science.gov (United States)

    Verma, Saroj; Prabhakar, Yenamandra S

    2015-01-01

    The target based drug design approaches are a series of computational procedures, including visualization tools, to support the decision systems of drug design/discovery process. In the essence of biological targets shaping the potential lead/drug molecules, this review presents a comprehensive position of different components of target based drug design which include target identification, protein modeling, molecular dynamics simulations, binding/catalytic sites identification, docking, virtual screening, fragment based strategies, substructure treatment of targets in tackling drug resistance, in silico ADMET, structural vaccinology, etc along with the key issues involved therein and some well investigated case studies. The concepts and working of these procedures are critically discussed to arouse interest and to advance the drug research.

  1. Heartworm (Dirofilaria immitis infection in a leopard (Panthera pardus pardus housed in a zoological park in north-eastern Italy

    Directory of Open Access Journals (Sweden)

    Frangipane di Regalbono Antonio

    2010-04-01

    Full Text Available Abstract Canine heartworm (cHW disease is now recognised as potential cause of serious disease in cats and other felids, especially in endemic areas. In March 2009, a 23-years-old male African leopard (Panthera pardus pardus housed in a zoological park located in the Province of Padova (Veneto Region, a cHW endemic area of the north-eastern Italy, died and was immediately necropsied. A cloth completely occluding the pyloric lumen was considered the presumptive cause of death. During necropsy, six nematodes (4 males and 2 females were found within the right ventricle of the heart and the pulmonary artery. Diagnosis of HW (Dirofilaria immitis infection was carried out by morphological features of adult worms and microfilariae, and then confirmed by detection of circulating HW antigens using a commercial SNAP kit (IDEXX Laboratories inc., USA. D. immitis infection was also confirmed by PCR amplification of the 5S ribosomal spacer region, performed on worm fragments and microfilaraemic blood samples obtained from the right ventricle of the heart. A glomerulonephritis of immuno-mediated origin and most likely associated with the HW infection is also reported. HW chemoprophylaxis and annual serological testing on wild felids housed outdoors in endemic cHW disease areas are recommended. This is the first diagnosis of D. immitis infection in an exotic felid in Italy.

  2. Model-Based Engineering Design for Trade Space Exploration throughout the Design Cycle

    Science.gov (United States)

    Lamassoure, Elisabeth S.; Wall, Stephen D.; Easter, Robert W.

    2004-01-01

    This paper presents ongoing work to standardize model-based system engineering as a complement to point design development in the conceptual design phase of deep space missions. It summarizes two first steps towards practical application of this capability within the framework of concurrent engineering design teams and their customers. The first step is standard generation of system sensitivities models as the output of concurrent engineering design sessions, representing the local trade space around a point design. A review of the chosen model development process, and the results of three case study examples, demonstrate that a simple update to the concurrent engineering design process can easily capture sensitivities to key requirements. It can serve as a valuable tool to analyze design drivers and uncover breakpoints in the design. The second step is development of rough-order- of-magnitude, broad-range-of-validity design models for rapid exploration of the trade space, before selection of a point design. At least one case study demonstrated the feasibility to generate such models in a concurrent engineering session. The experiment indicated that such a capability could yield valid system-level conclusions for a trade space composed of understood elements. Ongoing efforts are assessing the practicality of developing end-to-end system-level design models for use before even convening the first concurrent engineering session, starting with modeling an end-to-end Mars architecture.

  3. Design Transformation based on Nature and Identity Formation in the Design of Landscape Elements

    Directory of Open Access Journals (Sweden)

    Zulkifli Muslim

    2016-01-01

    Full Text Available There is a lack of initiative from the designers to integrate the environmental resources in the material and design production of local urban landscape elements that reflects human culture and lifestyle. Based on criteria and principles of symbol design and transformation process, this paper describes the symbiotic relationship between local plants (flower and designs of landscape elements. Using visual analysis, the researcher manipulated shapes and forms of local plant images in producing possible shapes and forms for a design of landscape element (lamp post. The results indicate that the design transformation is a systematic process that allows for variations in design without losing the core characteristics and identity of the basic elements of nature.

  4. Reliability-Based Design Optimization of Trusses with Linked-Discrete Design Variables using the Improved Firefly Algorithm

    Directory of Open Access Journals (Sweden)

    N. M. Okasha

    2016-04-01

    Full Text Available In this paper, an approach for conducting a Reliability-Based Design Optimization (RBDO of truss structures with linked-discrete design variables is proposed. The sections of the truss members are selected from the AISC standard tables and thus the design variables that represent the properties of each section are linked. Latin hypercube sampling is used in the evaluation of the structural reliability. The improved firefly algorithm is used for the optimization solution process. It was found that in order to use the improved firefly algorithm for efficiently solving problems of reliability-based design optimization with linked-discrete design variables; it needs to be modified as proposed in this paper to accelerate its convergence.

  5. Urban Environment Development based on Universal Design Principles

    Science.gov (United States)

    Harsritanto, Bangun Ir

    2018-02-01

    Universal Design is a design which facilitated full range of human diversity. By applying Universal design principles, urban environment can be more functional and more user-friendly for everyone. This study examined five urban streets of South Korea as a country experienced on developing various urban street designs based on universal design. This study aimed to examine and compare the South Korea cases using seven principles of universal design. The research methods of this study are literature study, case study, and site observation. The results of this study are: South Korea cases are good practices, urgency of implementing the direction into local regulations; and change of urban development paradigm.

  6. Design of LTCC Based Fractal Antenna

    KAUST Repository

    AdbulGhaffar, Farhan

    2010-09-01

    The thesis presents a Sierpinski Carpet fractal antenna array designed at 24 GHz for automotive radar applications. Miniaturized, high performance and low cost antennas are required for this application. To meet these specifications a fractal array has been designed for the first time on Low Temperature Co-fired Ceramic (LTCC) based substrate. LTCC provides a suitable platform for the development of these antennas due to its properties of vertical stack up and embedded passives. The complete antenna concept involves integration of this fractal antenna array with a Fresnel lens antenna providing a total gain of 15dB which is appropriate for medium range radar applications. The thesis also presents a comparison between the designed fractal antenna and a conventional patch antenna outlining the advantages of fractal antenna over the later one. The fractal antenna has a bandwidth of 1.8 GHz which is 7.5% of the centre frequency (24GHz) as compared to 1.9% of the conventional patch antenna. Furthermore the fractal design exhibits a size reduction of 53% as compared to the patch antenna. In the end a sensitivity analysis is carried out for the fractal antenna design depicting the robustness of the proposed design against the typical LTCC fabrication tolerances.

  7. Effectiveness of design-based learning in engineering education

    NARCIS (Netherlands)

    Gomez Puente, S.M.; Eijck, van M.W.; Jochems, W.M.G.

    2011-01-01

    Design-based learning (DBL) has been introduced as an educational concept at Eindhoven University of Technology (TU/e) in 1997, in which students work co-operatively and actively on multidisciplinary design tasks (Wijnen, 2000). Theoretically DBL is not well underpinned. It has been researched

  8. Results of testing the Grambow rate law for use in HWVP glass durability correlations

    International Nuclear Information System (INIS)

    Kuhn, W.L.; Bunnell, L.R.

    1996-03-01

    A theory based on Grambow's work on hydration of glass as linear function of solution composition was evaluated. Use of Grambow's linear rate law for correlation of durability with glass composition is not recommended. Dissolution rate of the glass was determined using the rate of release of sodium with an ion selective electrode. This method was tested first applying it to initial dissolution rate of several glasses at several temperatures with zero initial concentration of silicic acid. HW39-2, HW39-4, and SRL-202 from Savannah River were tested; there was significant scatter in the data, with the dissolution rates of HW39 glasses and the SRL glass being comparable within this scatter. The dissolution rate of SRL-202 at 80 C and pH 7 for silicic acid concentrations 0, 25, 50, and 100% saturation, was found to decrease dramatically at only 25% of the saturated silicic acid concentration, which does not conform to the linear theory

  9. Peer-facilitated cognitive dissonance versus healthy weight eating disorders prevention: A randomized comparison.

    Science.gov (United States)

    Becker, Carolyn Black; Wilson, Chantale; Williams, Allison; Kelly, Mackenzie; McDaniel, Leda; Elmquist, Joanna

    2010-09-01

    Research supports the efficacy of both cognitive dissonance (CD) and healthy weight (HW) eating disorders prevention, and indicates that CD can be delivered by peer-facilitators, which facilitates dissemination. This study investigated if peer-facilitators can deliver HW when it is modified for their use and extended follow-up of peer-facilitated CD as compared to previous trials. Based on pilot data, we modified HW (MHW) to facilitate peer delivery, elaborate benefits of the healthy-ideal, and place greater emphasis on consuming nutrient dense foods. Female sorority members (N=106) were randomized to either two 2-h sessions of CD or MHW. Participants completed assessment pre- and post-intervention, and at 8-week, 8-month, and 14-month follow-up. Consistent with hypotheses, CD decreased negative affect, thin-ideal internalization, and bulimic pathology to a greater degree post-intervention. Both CD and MHW reduced negative affect, internalization, body dissatisfaction, dietary restraint, and bulimic pathology at 14 months. Copyright © 2010 Elsevier Ltd. All rights reserved.

  10. Designing Dexter-based cooperative hypermedia systems

    DEFF Research Database (Denmark)

    Grønbæk, Kaj; Madsen, Ole Lehrmann; Sloth, Lennard

    1993-01-01

    This paper discusses issues for the design of a Dexter-based cooperative hypermedia architecture and a specific system, DeVise Hypermedia (DHM), developed from this architecture. The Dexter Hypertext Reference Model [Hala90] was used as basis for designing the architecture. The Dexter model...... provides a general and solid foundation for designing a general hypermedia architecture. It introduces central concepts and proposes a layering of the architecture. However, to handle cooperative work aspects, such as sharing material and cooperative authoring, we have to go beyond the Dexter model...... concepts. To deal with such aspects we have extended our implementation of the Dexter concepts with support for long-term transactions, locking and event notification as called for by Halasz [Hala88]. The result is a platform independent architecture for developing cooperative hypermedia systems...

  11. Introducing Project-Based Learning to Design Enterprises for Creativity

    DEFF Research Database (Denmark)

    Wang, Feng; Zhou, Chunfang; Chen, Hongbing

    2013-01-01

    This paper aims to emphasize the necessity of introducing Project-Based Learning (PBL) to design enterprises in order to foster designers creativity and facilitate innovation of design enterprises. According to the literature review, creativity can be viewed as the first stage of innovation; PBL...

  12. Computer aided fixture design - A case based approach

    Science.gov (United States)

    Tanji, Shekhar; Raiker, Saiesh; Mathew, Arun Tom

    2017-11-01

    Automated fixture design plays important role in process planning and integration of CAD and CAM. An automated fixture setup design system is developed where when fixturing surfaces and points are described allowing modular fixture components to get automatically select for generating fixture units and placed into position with satisfying assembled conditions. In past, various knowledge based system have been developed to implement CAFD in practice. In this paper, to obtain an acceptable automated machining fixture design, a case-based reasoning method with developed retrieval system is proposed. Visual Basic (VB) programming language is used in integrating with SolidWorks API (Application programming interface) module for better retrieval procedure reducing computational time. These properties are incorporated in numerical simulation to determine the best fit for practical use.

  13. How evidence-based workforce planning in Australia is informing policy development in the retention and distribution of the health workforce.

    Science.gov (United States)

    Crettenden, Ian F; McCarty, Maureen V; Fenech, Bethany J; Heywood, Troy; Taitz, Michelle C; Tudman, Sam

    2014-02-03

    Australia's health workforce is facing significant challenges now and into the future. Health Workforce Australia (HWA) was established by the Council of Australian Governments as the national agency to progress health workforce reform to address the challenges of providing a skilled, innovative and flexible health workforce in Australia. HWA developed Australia's first major, long-term national workforce projections for doctors, nurses and midwives over a planning horizon to 2025 (called Health Workforce 2025; HW 2025), which provided a national platform for developing policies to help ensure Australia's health workforce meets the community's needs. A review of existing workforce planning methodologies, in concert with the project brief and an examination of data availability, identified that the best fit-for-purpose workforce planning methodology was the stock and flow model for estimating workforce supply and the utilisation method for estimating workforce demand. Scenario modelling was conducted to explore the implications of possible alternative futures, and to demonstrate the sensitivity of the model to various input parameters. Extensive consultation was conducted to test the methodology, data and assumptions used, and also influenced the scenarios selected for modelling. Additionally, a number of other key principles were adopted in developing HW 2025 to ensure the workforce projections were robust and able to be applied nationally. The findings from HW 2025 highlighted that a 'business as usual' approach to Australia's health workforce is not sustainable over the next 10 years, with a need for co-ordinated, long-term reforms by government, professions and the higher education and training sector for a sustainable and affordable health workforce. The main policy levers identified to achieve change were innovation and reform, immigration, training capacity and efficiency and workforce distribution. While HW 2025 has provided a national platform for health

  14. Model-based design of self-Adapting networked signal processing systems

    NARCIS (Netherlands)

    Oliveira Filho, J.A. de; Papp, Z.; Djapic, R.; Oostveen, J.C.

    2013-01-01

    The paper describes a model based approach for architecture design of runtime reconfigurable, large-scale, networked signal processing applications. A graph based modeling formalism is introduced to describe all relevant aspects of the design (functional, concurrency, hardware, communication,

  15. Facilitating Transition to Team Based Design Education

    DEFF Research Database (Denmark)

    Tollestrup, Christian

    2014-01-01

    profession, but at the same time it becomes very difficult to identify where and how the design is created since form-giving now becomes a group effort. So as a way to ease the transition from highly framed and facilitated high school learning context to university self-driven learning context a small...... given to two set of students; one set that received the survival kit in 2011 and 2012 and one set that did not. The questionnaire inquires the students’ attitude towards 4 aspects: 1.General level of preparedness for team and problem based project work 2.Level of information of expectations from...... supervisors and programme 3.Reflection of the role in a team, problem based project work 4.The level of information of special expectations from the Industrial Design program towards team and problem based project work. Results indicates that Class receiving the “Survival Kit” improved in the calibration...

  16. Feasibility design study. Land-based OTEC plants. Final report

    Energy Technology Data Exchange (ETDEWEB)

    Brewer, J. H.; Minor, J.; Jacobs, R.

    1979-01-01

    The purpose of this study has been to determine the feasibility of installing 10 MWe (MegaWatt-electric) and 40 MWe land-based OTEC demonstration power plants at two specific sites: Keahole Point on the western shore of the island of Hawaii; and Punta Tuna, on the southeast coast of the main island of Puerto Rico. In addition, the study has included development of design parameters, schedules and budgets for the design, construction and operation of these plants. Seawater systems (intake and discharge pipes) were to be sized so that flow losses were equivalent to those expected with a platform-based OTEC power plant. The power module (components and general arrangement was established based on the TRW design. Results are presented in detail. (WHK)

  17. Knowledge representation and knowledge base design for operator advisor system

    International Nuclear Information System (INIS)

    Hangos, K.M.; Sziano, T.; Tapolcai, L.

    1990-01-01

    The problems of knowledge representation, knowledge base handling and design has been described for an Operator Advisor System in the Paks Nuclear Power Plant. The Operator Advisor System is to be implemented as a part of the 5th and 6th unit. The knowledge of the Operator Advisor system is described by a few elementary knowledge items (diagnostic event functions, fault graph, action trees), weighted directed graphs have been found as their common structure. List-type and relational representation of these graphs have been used for the on-line and off-line part of the knowledge base respectively. A uniform data base design and handling has been proposed which consists of a design system, a knowledge base editor and a knowledge base compiler

  18. Process-based organization design and hospital efficiency.

    Science.gov (United States)

    Vera, Antonio; Kuntz, Ludwig

    2007-01-01

    The central idea of process-based organization design is that organizing a firm around core business processes leads to cost reductions and quality improvements. We investigated theoretically and empirically whether the implementation of a process-based organization design is advisable in hospitals. The data came from a database compiled by the Statistical Office of the German federal state of Rheinland-Pfalz and from a written questionnaire, which was sent to the chief executive officers (CEOs) of all 92 hospitals in this federal state. We used data envelopment analysis (DEA) to measure hospital efficiency, and factor analysis and regression analysis to test our hypothesis. Our principal finding is that a high degree of process-based organization has a moderate but significant positive effect on the efficiency of hospitals. The main implication is that hospitals should implement a process-based organization to improve their efficiency. However, to actually achieve positive effects on efficiency, it is of paramount importance to observe some implementation rules, in particular to mobilize physician participation and to create an adequate organizational culture.

  19. Thyroxine-induced cardiac hypertrophy: influence of adrenergic nervous system versus renin-angiotensin system on myocyte remodeling.

    Science.gov (United States)

    Hu, L W; Benvenuti, L A; Liberti, E A; Carneiro-Ramos, M S; Barreto-Chaves, M L M

    2003-12-01

    The present study assessed the possible involvement of the renin-angiotensin system (RAS) and the sympathetic nervous system (SNS) in thyroxine (T4)-induced cardiac hypertrophy. Hemodynamic parameters, heart weight (HW), ratio of HW to body weight (HW/BW), and myocyte width were evaluated in absence of thyroid hormone (hypothyroidism) and after T4 administration. Male Wistar rats were used. Some were subjected to thyroidectomies, whereas hyperthyroidism was induced in others via daily intraperitoneal injection of T4 (25 or 100 microg x 100 g BW(-1) x day(-1)) for 7 days. In some cases, T4 administration was combined with the angiotensin I-converting enzyme inhibitor enalapril (Ena), with the angiotensin type 1 (AT1) receptor blocker losartan (Los) or with the beta-adrenergic blocker propanolol (Prop). Hemodynamics and morphology were then evaluated. Systolic blood pressure (SBP) was not altered by administration of either T4 alone or T4 in combination with the specific inhibitors. However, SBP decreased significantly in hypothyroid rats. An increased heart rate was seen after administration of either T4 alone or T4 in combination with either Los or Ena. Although the higher dose of T4 significantly increased HW, HW/BW increased in both T4-treated groups. Ena and Prop inhibited the increase in HW or HW/BW in hyperthyroid rats. Morphologically, both T4 dose levels significantly increased myocyte width, an occurrence prevented by RAS or SNS blockers. There was a good correlation between changes in HW/BW and myocyte width. These results indicate that T4-induced cardiac hypertrophy is associated with both the SNS and the RAS.

  20. A G-function-based reliability-based design methodology applied to a cam roller system

    International Nuclear Information System (INIS)

    Wang, W.; Sui, P.; Wu, Y.T.

    1996-01-01

    Conventional reliability-based design optimization methods treats the reliability function as an ordinary function and applies existing mathematical programming techniques to solve the design problem. As a result, the conventional approach requires nested loops with respect to g-function, and is very time consuming. A new reliability-based design method is proposed in this paper that deals with the g-function directly instead of the reliability function. This approach has the potential of significantly reducing the number of calls for g-function calculations since it requires only one full reliability analysis in a design iteration. A cam roller system in a typical high pressure fuel injection diesel engine is designed using both the proposed and the conventional approach. The proposed method is much more efficient for this application

  1. Consequence Based Design. An approach for integrating computational collaborative models (Integrated Dynamic Models) in the building design phase

    DEFF Research Database (Denmark)

    Negendahl, Kristoffer

    relies on various advancements in the area of integrated dynamic models. It also relies on the application and test of the approach in practice to evaluate the Consequence based design and the use of integrated dynamic models. As a result, the Consequence based design approach has been applied in five...... and define new ways to implement integrated dynamic models for the following project. In parallel, seven different developments of new methods, tools and algorithms have been performed to support the application of the approach. The developments concern: Decision diagrams – to clarify goals and the ability...... affect the design process and collaboration between building designers and simulationists. Within the limits of applying the approach of Consequence based design to five case studies, followed by documentation based on interviews, surveys and project related documentations derived from internal reports...

  2. Above-knee prosthesis design based on fatigue life using finite element method and design of experiment.

    Science.gov (United States)

    Phanphet, Suwattanarwong; Dechjarern, Surangsee; Jomjanyong, Sermkiat

    2017-05-01

    The main objective of this work is to improve the standard of the existing design of knee prosthesis developed by Thailand's Prostheses Foundation of Her Royal Highness The Princess Mother. The experimental structural tests, based on the ISO 10328, of the existing design showed that a few components failed due to fatigue under normal cyclic loading below the required number of cycles. The finite element (FE) simulations of structural tests on the knee prosthesis were carried out. Fatigue life predictions of knee component materials were modeled based on the Morrow's approach. The fatigue life prediction based on the FE model result was validated with the corresponding structural test and the results agreed well. The new designs of the failed components were studied using the design of experimental approach and finite element analysis of the ISO 10328 structural test of knee prostheses under two separated loading cases. Under ultimate loading, knee prosthesis peak von Mises stress must be less than the yield strength of knee component's material and the total knee deflection must be lower than 2.5mm. The fatigue life prediction of all knee components must be higher than 3,000,000 cycles under normal cyclic loading. The design parameters are the thickness of joint bars, the diameter of lower connector and the thickness of absorber-stopper. The optimized knee prosthesis design meeting all the requirements was recommended. Experimental ISO 10328 structural test of the fabricated knee prosthesis based on the optimized design confirmed the finite element prediction. Copyright © 2017 IPEM. Published by Elsevier Ltd. All rights reserved.

  3. Designing for Diverse Learning: Case Study of Place-Based Learning in Design and Technologies Pre-Service Teacher Education

    Science.gov (United States)

    Best, Marnie; MacGregor, Denise; Price, Deborah

    2017-01-01

    Place-based learning experiences in Design and Technologies education connect people and place with design processes and products. Drawing on place-based learning, this case study shares the experiences of eight final year pre-service Design and Technologies education students from the University of South Australia as they collaborated with…

  4. Reference task-based design of crisis management games

    NARCIS (Netherlands)

    Link, Daniel; Meesters, Kenny; Hellingrath, Bernd; van de Walle, B.A.; Hiltz, S.R.; Pfaff, M.S.; Plotnick, L.; Shih, P.C.

    Serious games are an effective tool for giving players a hands-on, immersive experience of crisis situations. To simplify the design of such games while ensuring their relevance, we propose a design method that is based on reference tasks. The feasibility of this approach is demonstrated by the

  5. Generation of TALE-Based Designer Epigenome Modifiers.

    Science.gov (United States)

    Nitsch, Sandra; Mussolino, Claudio

    2018-01-01

    Manipulation of gene expression can be facilitated by editing the genome or the epigenome. Precise genome editing is traditionally achieved by using designer nucleases which are generally exploited to eliminate a specific gene product. Upon the introduction of a site-specific DNA double-strand break (DSB) by the nuclease, endogenous DSB repair mechanisms are in turn harnessed to induce DNA sequence changes that can result in target gene inactivation. Minimal off-target effects can be obtained by endowing designer nucleases with the highly specific DNA-binding domain (DBD) derived from transcription activator-like effectors (TALEs). In contrast, epigenome editing allows gene expression control without inducing changes in the DNA sequence by specifically altering epigenetic marks, as histone tails modifications or DNA methylation patterns within promoter or enhancer regions. Importantly, this approach allows both up- and downregulation of the target gene expression, and the effect is generally reversible. TALE-based designer epigenome modifiers combine the high specificity of TALE-derived DBDs with the power of epigenetic modifier domains to induce fast and long-lasting changes in the epigenetic landscape of a target gene and control its expression. Here we provide a detailed description for the generation of TALE-based designer epigenome modifiers and of a suitable reporter cell line to easily monitor their activity.

  6. User Preferences for Web-Based Module Design Layout and Design Impact on Information Recall Considering Age

    Science.gov (United States)

    Pomales-García, Cristina; Rivera-Nivar, Mericia

    2015-01-01

    Research in design of Web-based modules should incorporate aging as an important factor given the diversity of the current workforce. This work aims to understand how Web-Based Learning modules can be designed to accommodate young (25-35 years) as well as older (55-65 years) users by: (1) identifying how information sources (instructor video,…

  7. Aggregation Operator Based Fuzzy Pattern Classifier Design

    DEFF Research Database (Denmark)

    Mönks, Uwe; Larsen, Henrik Legind; Lohweg, Volker

    2009-01-01

    This paper presents a novel modular fuzzy pattern classifier design framework for intelligent automation systems, developed on the base of the established Modified Fuzzy Pattern Classifier (MFPC) and allows designing novel classifier models which are hardware-efficiently implementable....... The performances of novel classifiers using substitutes of MFPC's geometric mean aggregator are benchmarked in the scope of an image processing application against the MFPC to reveal classification improvement potentials for obtaining higher classification rates....

  8. Product design pattern based on big data-driven scenario

    OpenAIRE

    Conggang Yu; Lusha Zhu

    2016-01-01

    This article discusses about new product design patterns in the big data era, gives designer a new rational thinking way, and is a new way to understand the design of the product. Based on the key criteria of the product design process, category, element, and product are used to input the data, which comprises concrete data and abstract data as an enlargement of the criteria of product design process for the establishment of a big data-driven product design pattern’s model. Moreover, an exper...

  9. Integrated layout based Monte-Carlo simulation for design arc optimization

    Science.gov (United States)

    Shao, Dongbing; Clevenger, Larry; Zhuang, Lei; Liebmann, Lars; Wong, Robert; Culp, James

    2016-03-01

    Design rules are created considering a wafer fail mechanism with the relevant design levels under various design cases, and the values are set to cover the worst scenario. Because of the simplification and generalization, design rule hinders, rather than helps, dense device scaling. As an example, SRAM designs always need extensive ground rule waivers. Furthermore, dense design also often involves "design arc", a collection of design rules, the sum of which equals critical pitch defined by technology. In design arc, a single rule change can lead to chain reaction of other rule violations. In this talk we present a methodology using Layout Based Monte-Carlo Simulation (LBMCS) with integrated multiple ground rule checks. We apply this methodology on SRAM word line contact, and the result is a layout that has balanced wafer fail risks based on Process Assumptions (PAs). This work was performed at the IBM Microelectronics Div, Semiconductor Research and Development Center, Hopewell Junction, NY 12533

  10. Application Design Of Interactive Multimedia Development Based Motion Graphic On Making Fashion Design Learning In Digital Format

    Directory of Open Access Journals (Sweden)

    Winwin Wiana

    2017-05-01

    Full Text Available This study is a research and development aimed at developing multimedia interactive learning based animation as an effort to improve student learning motivation in learning Fashion Design Technology apart from this study also aims to design a learning program courses Fashion Design Technology with a focus on optimizing the use of interactive media in learning process. From this study showed 1 A preliminary study found that the problems faced by students when studying Fashion Design Technology is the student is not optimal when learning designing clothes based computer technology both in terms of learning content learning mechanisms that still uses a linear media and limitations of highly structured learning time. 2 Animation multimedia has the following characteristics a media of learning is convergent interactive self-contained in the sense of giving convenience to users without the guidance of others as multimedia applications can present the material to see more interesting and informative. 3 Design of multimedia learning software developed include the creation of flowcharts storyboards and drafting manuscript of interactive multimedia based animation. 4 Based on the results of validation by multimedia experts obtained an average percentage of 85.55 viability of the material experts obtained an average percentage of 90.84 viability and by students as users gained an average percentage of 96.38 eligibility so it can be said that the standard of the feasibility of interactive multimedia based animation developed is included in the category of Very High or Very Good. Furthermore experts agree that the development of interactive multimedia based animation on learning Fashion Design Technology can be used with some aspects that need to be improved to obtain higher levels of feasibility more optimal.

  11. Real-time in vivo diagnosis of laryngeal carcinoma with rapid fiber-optic Raman spectroscopy

    Science.gov (United States)

    Lin, Kan; Zheng, Wei; Lim, Chwee Ming; Huang, Zhiwei

    2016-01-01

    We assess the clinical utility of a unique simultaneous fingerprint (FP) (i.e., 800-1800 cm−1) and high-wavenumber (HW) (i.e., 2800-3600 cm−1) fiber-optic Raman spectroscopy for in vivo diagnosis of laryngeal cancer at endoscopy. A total of 2124 high-quality in vivo FP/HW Raman spectra (normal = 1321; cancer = 581) were acquired from 101 tissue sites (normal = 71; cancer = 30) of 60 patients (normal = 44; cancer = 16) undergoing routine endoscopic examination. FP/HW Raman spectra differ significantly between normal and cancerous laryngeal tissue that could be attributed to changes of proteins, lipids, nucleic acids, and the bound water content in the larynx. Partial least squares-discriminant analysis and leave-one tissue site-out, cross-validation were employed on the in vivo FP/HW tissue Raman spectra acquired, yielding a diagnostic accuracy of 91.1% (sensitivity: 93.3% (28/30); specificity: 90.1% (64/71)) for laryngeal cancer identification, which is superior to using either FP (accuracy: 86.1%; sensitivity: 86.7% (26/30); specificity: 85.9% (61/71)) or HW (accuracy: 84.2%; sensitivity: 76.7% (23/30); specificity: 87.3% (62/71)) Raman technique alone. Further receiver operating characteristic analysis reconfirms the best performance of the simultaneous FP/HW Raman technique for laryngeal cancer diagnosis. We demonstrate for the first time that the simultaneous FP/HW Raman spectroscopy technique can be used for improving real-time in vivo diagnosis of laryngeal carcinoma during endoscopic examination. PMID:27699131

  12. Fluid mechanical dispersion of airborne pollutants inside urban street canyons subjecting to multi-component ventilation and unstable thermal stratifications.

    Science.gov (United States)

    Mei, Shuo-Jun; Liu, Cheng-Wei; Liu, Di; Zhao, Fu-Yun; Wang, Han-Qing; Li, Xiao-Hong

    2016-09-15

    The pedestrian level pollutant transport in street canyons with multiple aspect ratios (H/W) is numerically investigated in the present work, regarding of various unstable thermal stratification scenarios and plain surrounding. Non-isothermal turbulent wind flow, temperature field and pollutant spread within and above the street canyons are solved by the realizable k-ε turbulence model along with the enhanced wall treatment. One-vortex flow regime is observed for shallow canyons with H/W=0.5, whereas multi-vortex flow regime is observed for deep canyons with H/W=2.0. Both one-vortex and multi-vortex regimes could be observed for the street canyons with H/W=1.0, where the secondary vortex could be initiated by the flow separation and intensified by unstable thermal stratification. Air exchange rate (AER) and pollutant retention time are adopted to respectively evaluate the street canyon ventilation and pollutant removal performance. A second-order polynomial functional relationship is established between AER and Richardson number (Ri). Similar functional relationship could be established between retention time and Ri, and it is only valid for canyons with one-vortex flow regime. In addition, retention time could be prolonged abruptly for canyons with multi-vortex flow regime. Very weak secondary vortex is presented at the ground level of deep canyons with mild stratification, where pollutants are highly accumulated. However, with the decrease of Ri, pollutant concentration adjacent to the ground reduces accordingly. Present research could be applied to guide the urban design and city planning for enhancing pedestrian environment. Copyright © 2016 Elsevier B.V. All rights reserved.

  13. Brugervenligt design: Design af applikation med fokus på usability og lokationsbaseret marketing: Usability Design: App-design with a focus on usability and Location Based Advertising

    OpenAIRE

    Pape, Nicklas Skov; Kofoed, Rune Weise; Jørgensen, Rasmus Christian

    2014-01-01

    The present project is based on an assumed demand for less visual pollution in the public domain, which is facilitated by alternative design and the use of location based technology, rather than radical legislation in the form of prohibitions or restrictions. Through the use of innovative techniques of creative concept development and iterative prototyping, the goal of this project is to design a prototype of a user friendly smartphone application on the basis of location-based and targeted m...

  14. Data base systems in electronic design engineering

    Science.gov (United States)

    Williams, D.

    1980-01-01

    The concepts of an integrated design data base system (DBMS) as it might apply to an electronic design company are discussed. Data elements of documentation, project specifications, project tracking, firmware, software, electronic and mechanical design can be integrated and managed through a single DBMS. Combining the attributes of a DBMS data handler with specialized systems and functional data can provide users with maximum flexibility, reduced redundancy, and increased overall systems performance. Although some system overhead is lost due to redundancy in transitory data, it is believed the combination of the two data types is advisable rather than trying to do all data handling through a single DBMS.

  15. A constraint-based approach to intelligent support of nuclear reactor design

    International Nuclear Information System (INIS)

    Furuta, Kazuo

    1993-01-01

    Constraint is a powerful representation to formulate and solve problems in design; a constraint-based approach to intelligent support of nuclear reactor design is proposed. We first discuss the features of the approach, and then present the architecture of a nuclear reactor design support system under development. In this design support system, the knowledge base contains constraints useful to structure the design space as object class definitions, and several types of constraint resolvers are provided as design support subsystems. The adopted method of constraint resolution are explained in detail. The usefulness of the approach is demonstrated using two design problems: Design window search and multiobjective optimization in nuclear reactor design. (orig./HP)

  16. Compositional gossip: a conceptual architecture for designing gossip-based applications

    OpenAIRE

    Rivière, Étienne; Baldoni, Roberto; Li, Harry; Pereira, José

    2007-01-01

    Most proposed gossip-based systems use an ad-hoc design. We observe a low degree of reutilization among this proposals. We present how this limits both the systematic development of gossip-based applications and the number of applications that can benefit from gossip-based construction. We posit that these reinvent-the-wheel approaches poses a significant barrier to the spread and usability of gossip protocols. This paper advocates a conceptual design framework based upon aggregating basic an...

  17. Design and manufacturing of bio-based sandwich structures

    CSIR Research Space (South Africa)

    John, Maya J

    2017-03-01

    Full Text Available The aim of this chapter is to discuss the design and manufacturing of bio-based sandwich structures. As the economic advantages of weight reduction have become mandatory for many advanced industries, bio-based sandwich panels have emerged...

  18. Analyzing Reliability and Performance Trade-Offs of HLS-Based Designs in SRAM-Based FPGAs Under Soft Errors

    Science.gov (United States)

    Tambara, Lucas Antunes; Tonfat, Jorge; Santos, André; Kastensmidt, Fernanda Lima; Medina, Nilberto H.; Added, Nemitala; Aguiar, Vitor A. P.; Aguirre, Fernando; Silveira, Marcilei A. G.

    2017-02-01

    The increasing system complexity of FPGA-based hardware designs and shortening of time-to-market have motivated the adoption of new designing methodologies focused on addressing the current need for high-performance circuits. High-Level Synthesis (HLS) tools can generate Register Transfer Level (RTL) designs from high-level software programming languages. These tools have evolved significantly in recent years, providing optimized RTL designs, which can serve the needs of safety-critical applications that require both high performance and high reliability levels. However, a reliability evaluation of HLS-based designs under soft errors has not yet been presented. In this work, the trade-offs of different HLS-based designs in terms of reliability, resource utilization, and performance are investigated by analyzing their behavior under soft errors and comparing them to a standard processor-based implementation in an SRAM-based FPGA. Results obtained from fault injection campaigns and radiation experiments show that it is possible to increase the performance of a processor-based system up to 5,000 times by changing its architecture with a small impact in the cross section (increasing up to 8 times), and still increasing the Mean Workload Between Failures (MWBF) of the system.

  19. Model-based design of supervisory controllers for baggage handling systems

    NARCIS (Netherlands)

    Swartjes, L.; van Beek, D.A.; Fokkink, W.J.; van Eekelen, J.A.W.M.

    2017-01-01

    The complexity of airport baggage handling systems in combination with the required high level of robustness makes designing supervisory controllers for these systems a challenging task. We show how a state of the art, formal, model-based design framework has been successfully used for model-based

  20. Designing Web-Based Educative Curriculum Materials for the Social Studies

    Science.gov (United States)

    Callahan, Cory; Saye, John; Brush, Thomas

    2013-01-01

    This paper reports on a design experiment of web-based curriculum materials explicitly created to help social studies teachers develop their professional teaching knowledge. Web-based social studies curriculum reform efforts, human-centered interface design, and investigations into educative curriculum materials are reviewed, as well as…

  1. Issues in Text Design and Layout for Computer Based Communications.

    Science.gov (United States)

    Andresen, Lee W.

    1991-01-01

    Discussion of computer-based communications (CBC) focuses on issues involved with screen design and layout for electronic text, based on experiences with electronic messaging, conferencing, and publishing within the Australian Open Learning Information Network (AOLIN). Recommendations for research on design and layout for printed text are also…

  2. Adaptive Observer-Based Fault-Tolerant Control Design for Uncertain Systems

    Directory of Open Access Journals (Sweden)

    Huaming Qian

    2015-01-01

    Full Text Available This study focuses on the design of the robust fault-tolerant control (FTC system based on adaptive observer for uncertain linear time invariant (LTI systems. In order to improve robustness, rapidity, and accuracy of traditional fault estimation algorithm, an adaptive fault estimation algorithm (AFEA using an augmented observer is presented. By utilizing a new fault estimator model, an improved AFEA based on linear matrix inequality (LMI technique is proposed to increase the performance. Furthermore, an observer-based state feedback fault-tolerant control strategy is designed, which guarantees the stability and performance of the faulty system. Moreover, the adaptive observer and the fault-tolerant controller are designed separately, whose performance can be considered, respectively. Finally, simulation results of an aircraft application are presented to illustrate the effectiveness of the proposed design methods.

  3. Model-based design languages: A case study

    OpenAIRE

    Cibrario Bertolotti, Ivan; Hu, Tingting; Navet, Nicolas

    2017-01-01

    Fast-paced innovation in the embedded systems domain puts an ever increasing pressure on effective software development methods, leading to the growing popularity of Model-Based Design (MBD). In this context, a proper choice of modeling languages and related tools - depending on design goals and problem qualities - is crucial to make the most of MBD benefits. In this paper, a comparison between two dissimilar approaches to modeling is carried out, with the goal of highlighting their relative ...

  4. Design Strategies for Aptamer-Based Biosensors

    Science.gov (United States)

    Han, Kun; Liang, Zhiqiang; Zhou, Nandi

    2010-01-01

    Aptamers have been widely used as recognition elements for biosensor construction, especially in the detection of proteins or small molecule targets, and regarded as promising alternatives for antibodies in bioassay areas. In this review, we present an overview of reported design strategies for the fabrication of biosensors and classify them into four basic modes: target-induced structure switching mode, sandwich or sandwich-like mode, target-induced dissociation/displacement mode and competitive replacement mode. In view of the unprecedented advantages brought about by aptamers and smart design strategies, aptamer-based biosensors are expected to be one of the most promising devices in bioassay related applications. PMID:22399891

  5. Using a Studio-Based Pedagogy to Engage Students in the Design of Mobile-Based Media

    Science.gov (United States)

    Mathews, James M.

    2010-01-01

    The article presents a brief overview of the Neighbourhood Game Design Project, a studio-based curriculum intervention aimed at engaging students in the design of place-based mobile games and interactive stories using geo-locative technologies (for example, GPS enabled cell phones). It describes the three curricular components that defined the…

  6. Design of a space-based infrared imaging interferometer

    Science.gov (United States)

    Hart, Michael; Hope, Douglas; Romeo, Robert

    2017-07-01

    Present space-based optical imaging sensors are expensive. Launch costs are dictated by weight and size, and system design must take into account the low fault tolerance of a system that cannot be readily accessed once deployed. We describe the design and first prototype of the space-based infrared imaging interferometer (SIRII) that aims to mitigate several aspects of the cost challenge. SIRII is a six-element Fizeau interferometer intended to operate in the short-wave and midwave IR spectral regions over a 6×6 mrad field of view. The volume is smaller by a factor of three than a filled-aperture telescope with equivalent resolving power. The structure and primary optics are fabricated from light-weight space-qualified carbon fiber reinforced polymer; they are easy to replicate and inexpensive. The design is intended to permit one-time alignment during assembly, with no need for further adjustment once on orbit. A three-element prototype of the SIRII imager has been constructed with a unit telescope primary mirror diameter of 165 mm and edge-to-edge baseline of 540 mm. The optics, structure, and interferometric signal processing principles draw on experience developed in ground-based astronomical applications designed to yield the highest sensitivity and resolution with cost-effective optical solutions. The initial motivation for the development of SIRII was the long-term collection of technical intelligence from geosynchronous orbit, but the scalable nature of the design will likely make it suitable for a range of IR imaging scenarios.

  7. Design of an intelligent materials data base for the IFR

    International Nuclear Information System (INIS)

    Mikaili, R.; Lambert, J.D.B.; Orth, T.D.

    1992-01-01

    In the development of the integral fast reactor (IFR) concept, there is a consensus that materials considerations are an important part of the reactor design, operation, and maintenance and that materials performance is central to liquid-metal reactor reliability and safety. In the design of the IRF materials data base, artificial intelligence techniques are being used to ensure efficient control of information. Intelligent control will provide for the selection of menus to be displayed, efficient data-base searches, and application-dependent guidance through the data base. The development of the IRF data base has progressed to the point of (a) completing the design of the data-base architecture and tables, (b) installing computer hardware for storing large amounts of data, (c) outlining strategies for data transferal, and (d) identifying ways to validate and secure the integrity of data

  8. Verification of product design using regulation knowledge base and Web services

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Ik June [KAERI, Daejeon (Korea, Republic of); Lee, Jae Chul; Mun Du Hwan [Kyungpook National University, Daegu (Korea, Republic of); Kim, Byung Chul [Dong-A University, Busan (Korea, Republic of); Hwang, Jin Sang [PartDB Co., Ltd., Daejeom (Korea, Republic of); Lim, Chae Ho [Korea Institute of Industrial Technology, Incheon (Korea, Republic of)

    2015-11-15

    Since product regulations contain important rules or codes that manufacturers must follow, automatic verification of product design with the regulations related to a product is necessary. For this, this study presents a new method for the verification of product design using regulation knowledge base and Web services. Regulation knowledge base consisting of product ontology and rules was built with a hybrid technique combining ontology and programming languages. Web service for design verification was developed ensuring the flexible extension of knowledge base. By virtue of two technical features, design verification is served to various products while the change of system architecture is minimized.

  9. Verification of product design using regulation knowledge base and Web services

    International Nuclear Information System (INIS)

    Kim, Ik June; Lee, Jae Chul; Mun Du Hwan; Kim, Byung Chul; Hwang, Jin Sang; Lim, Chae Ho

    2015-01-01

    Since product regulations contain important rules or codes that manufacturers must follow, automatic verification of product design with the regulations related to a product is necessary. For this, this study presents a new method for the verification of product design using regulation knowledge base and Web services. Regulation knowledge base consisting of product ontology and rules was built with a hybrid technique combining ontology and programming languages. Web service for design verification was developed ensuring the flexible extension of knowledge base. By virtue of two technical features, design verification is served to various products while the change of system architecture is minimized.

  10. A practical neutron shielding design based on data-base interpolation

    International Nuclear Information System (INIS)

    Jiang, S.H.; Sheu, R.J.

    1993-01-01

    Neutron shielding design is an important part of the construction of nuclear reactors and high-energy accelerators. Neutron shielding design is also indispensable in the packaging and storage of isotopic neutron sources. Most efforts in the development of neutron shielding design have been concentrated on nuclear reactor shielding because of its huge mass and strict requirement of accuracy. Sophisticated computational tools, such as transport and Monte Carlo codes and detailed data libraries have been developed. In principle, now, neutron shielding, in spite of its complexity, can be designed in any detail and with fine accuracy. However, in most practical cases, neutron shielding design is accomplished with simplified methods. Unlike practical gamma-ray shielding design, where exponential attenuation coupled with buildup factors has been applied effectively and accurately, simplified neutron shielding design, either by using removal cross sections or by applying charts or tables of transmission factors such as the National Council on Radiation Protection and Measurements (NCRP) 38 (Ref. 1) for general neutron protection or to NCRP 51 (Ref. 2) for accelerator neutron shielding, is still very primitive and not well established. The available data are limited in energy range, materials, and thicknesses, and the estimated results are only roughly accurate. It is the purpose of this work to establish a simple, convenient, and user-friendly general-purpose computational tool for practical preliminary neutron shielding design that is reasonably accurate. A wide-range (energy, material, and thickness) data base of dose transmission factors has been generated by applying one-dimensional transport calculations in slab geometry

  11. Design of bearings for rotor systems based on stability

    Science.gov (United States)

    Dhar, D.; Barrett, L. E.; Knospe, C. R.

    1992-01-01

    Design of rotor systems incorporating stable behavior is of great importance to manufacturers of high speed centrifugal machinery since destabilizing mechanisms (from bearings, seals, aerodynamic cross coupling, noncolocation effects from magnetic bearings, etc.) increase with machine efficiency and power density. A new method of designing bearing parameters (stiffness and damping coefficients or coefficients of the controller transfer function) is proposed, based on a numerical search in the parameter space. The feedback control law is based on a decentralized low order controller structure, and the various design requirements are specified as constraints in the specification and parameter spaces. An algorithm is proposed for solving the problem as a sequence of constrained 'minimax' problems, with more and more eigenvalues into an acceptable region in the complex plane. The algorithm uses the method of feasible directions to solve the nonlinear constrained minimization problem at each stage. This methodology emphasizes the designer's interaction with the algorithm to generate acceptable designs by relaxing various constraints and changing initial guesses interactively. A design oriented user interface is proposed to facilitate the interaction.

  12. Preliminary design of GDT-based 14 MeV neutron source

    International Nuclear Information System (INIS)

    Du Hongfei; Chen Dehong; Wang Hui; Wang Fuqiong; Jiang Jieqiong; Wu Yican; Chen Yiping

    2012-01-01

    To meet the need of D-T fusion neutron source for fusion material testing, design goals were presented in this paper according to the international requirements of neutron source for fusion material testing. A preliminary design scheme of GDT-based 14 MeV neutron source was proposed, and a physics model of the neutron source was built based on progress of GDT experiments. Two preliminary design schemes (i. e. FDS-GDT1, FDS-GDT2) were designed; among which FDS-GDT2 can be used for fusion material testing with neutron first wall loading of 2 MW/m 2 . (authors)

  13. Optimal (Solvent) Mixture Design through a Decomposition Based CAMD methodology

    DEFF Research Database (Denmark)

    Achenie, L.; Karunanithi, Arunprakash T.; Gani, Rafiqul

    2004-01-01

    Computer Aided Molecular/Mixture design (CAMD) is one of the most promising techniques for solvent design and selection. A decomposition based CAMD methodology has been formulated where the mixture design problem is solved as a series of molecular and mixture design sub-problems. This approach is...

  14. Harbourscape Aalborg - Design Based Methods in Waterfront Development

    DEFF Research Database (Denmark)

    Kiib, Hans

    2012-01-01

    How can city planners and developers gain knowledge and develop new sustainable concepts for water front developments? The waterfront is far too often threatened by new privatisation, lack of public access and bad architecture. And in a time where low growth rates and crises in the building...... industry is leaving great parts of the harbour as urban voids planners are in search of new tools for bridging the time gap until new projects can be a reality. This chapter presents the development of waterfront regeneration concepts that resulted from design based workshops, Harbourscape Aalborg in 2005...... and Performative Architecture Workshop in 2008, and evaluates the method and the thinking behind this. The design workshops provide different design-based development methods which can be tested with the purpose of developing new concepts for the relationship between the city and its harbour, and in addition...

  15. Nuclear component design ontology building based on ASME codes

    International Nuclear Information System (INIS)

    Bao Shiyi; Zhou Yu; He Shuyan

    2005-01-01

    The adoption of ontology analysis in the study of concept knowledge acquisition and representation for the nuclear component design process based on computer-supported cooperative work (CSCW) makes it possible to share and reuse numerous concept knowledge of multi-disciplinary domains. A practical ontology building method is accordingly proposed based on Protege knowledge model in combination with both top-down and bottom-up approaches together with Formal Concept Analysis (FCA). FCA exhibits its advantages in the way it helps establish and improve taxonomic hierarchy of concepts and resolve concept conflict occurred in modeling multi-disciplinary domains. With Protege-3.0 as the ontology building tool, a nuclear component design ontology based ASME codes is developed by utilizing the ontology building method. The ontology serves as the basis to realize concept knowledge sharing and reusing of nuclear component design. (authors)

  16. Design bases for U.S. Department of Energy storage basin

    International Nuclear Information System (INIS)

    King, F.D.

    1978-01-01

    Bases were developed for the conceptual design of a water basin to store 5000 MT of irradiated light water reactor fuel. The basin, which could be operational by 1983, is designed to receive over 2000 MT per year of spent fuel and to provide interim storage of US and some foreign fuel in support of U.S. policy of receiving and taking title to spent fuel rather than reprocessing this fuel. The bases for various design decisions are discussed

  17. An Agent Based approach to design Serious Game

    Directory of Open Access Journals (Sweden)

    Manuel Gentile

    2014-06-01

    Full Text Available Serious games are designed to train and educate learners, opening up new learning approaches like exploratory learning and situated cognition.  Despite growing interest in these games, their design is still an artisan process.On the basis of experiences in designing computer simulation, this paper proposes an agent-based approach to guide the design process of a serious game. The proposed methodology allows the designer to strike the right equilibrium between educational effectiveness and entertainment, realism and complexity.The design of the PNPVillage game is used as a case study. The PNPVillage game aims to introduce and foster an entrepreneurial mindset among young students. It was implemented within the framework of the European project “I  can… I cannot… I go!” Rev.2

  18. Group Contribution Based Process Flowsheet Synthesis, Design and Modelling

    DEFF Research Database (Denmark)

    d'Anterroches, Loïc; Gani, Rafiqul

    2004-01-01

    This paper presents a process-group-contribution Method to model. simulate and synthesize a flowsheet. The process-group based representation of a flowsheet together with a process "property" model are presented. The process-group based synthesis method is developed on the basis of the computer...... aided molecular design methods and gives the ability to screen numerous process alternatives without the need to use the rigorous process simulation models. The process "property" model calculates the design targets for the generated flowsheet alternatives while a reverse modelling method (also...... developed) determines the design variables matching the target. A simple illustrative example highlighting the main features of the methodology is also presented....

  19. A top-down design methodology and its implementation for VCSEL-based optical links design

    Science.gov (United States)

    Li, Jiguang; Cao, Mingcui; Cai, Zilong

    2005-01-01

    In order to find the optimal design for a given specification of an optical communication link, an integrated simulation of electronic, optoelectronic, and optical components of a complete system is required. It is very important to be able to simulate at both system level and detailed model level. This kind of model is feasible due to the high potential of Verilog-AMS language. In this paper, we propose an effective top-down design methodology and employ it in the development of a complete VCSEL-based optical links simulation. The principle of top-down methodology is that the development would proceed from the system to device level. To design a hierarchical model for VCSEL based optical links, the design framework is organized in three levels of hierarchy. The models are developed, and implemented in Verilog-AMS. Therefore, the model parameters are fitted to measured data. A sample transient simulation demonstrates the functioning of our implementation. Suggestions for future directions in top-down methodology used for optoelectronic systems technology are also presented.

  20. Circuit Design of Surface Acoustic Wave Based Micro Force Sensor

    Directory of Open Access Journals (Sweden)

    Yuanyuan Li

    2014-01-01

    Full Text Available Pressure sensors are commonly used in industrial production and mechanical system. However, resistance strain, piezoresistive sensor, and ceramic capacitive pressure sensors possess limitations, especially in micro force measurement. A surface acoustic wave (SAW based micro force sensor is designed in this paper, which is based on the theories of wavelet transform, SAW detection, and pierce oscillator circuits. Using lithium niobate as the basal material, a mathematical model is established to analyze the frequency, and a peripheral circuit is designed to measure the micro force. The SAW based micro force sensor is tested to show the reasonable design of detection circuit and the stability of frequency and amplitude.

  1. Development strategy and conceptual design of China Lead-based Research Reactor

    International Nuclear Information System (INIS)

    Wu, Yican; Bai, Yunqing; Song, Yong; Huang, Qunying; Zhao, Zhumin; Hu, Liqin

    2016-01-01

    Highlights: • China LEAd-based Reactor (CLEAR) proposed by Institute of Nuclear Energy Safety Technology (INEST) is selected as the ADS reference reactor. • The Chinese ADS development program consists of three stages, and during the first stage, a 10 MW th lead-based research reactor named CLEAR-I will be built with subcritical and critical dual-mode operation capability for validation of ADS transmutation system and lead cooled fast reactor technology. • Major design principles of CLEAR-I are oriented at technology feasibility, safety reliability, experiment flexibility and technology continuity. Followed by the development strategy and design principles, CLEAR-I design options and conceptual design scenarios are presented. - Abstract: Chinese Academy of Sciences (CAS) launched an engineering project to develop an Accelerator Driven System (ADS) for nuclear waste transmutation since 2011, and China LEAd-based Reactor (CLEAR) proposed by Institute of Nuclear Energy Safety Technology (INEST) is selected as the ADS reference reactor. In this paper, the development strategy and conceptual design of China Lead-based Research Reactor are proposed. The Chinese ADS development program consists of three stages, and during the first stage, a 10 MW th lead-based research reactor named CLEAR-I will be built with subcritical and critical dual-mode operation capability for validation of ADS transmutation system and lead cooled fast reactor technology. Major design principles of CLEAR-I are oriented at technology feasibility, safety reliability, experiment flexibility and technology continuity. Followed by the development strategy and design principles, CLEAR-I design options and conceptual design scenarios are presented.

  2. Content-based VLE designs improve learning efficiency in constructivist statistics education.

    Science.gov (United States)

    Wessa, Patrick; De Rycker, Antoon; Holliday, Ian Edward

    2011-01-01

    We introduced a series of computer-supported workshops in our undergraduate statistics courses, in the hope that it would help students to gain a deeper understanding of statistical concepts. This raised questions about the appropriate design of the Virtual Learning Environment (VLE) in which such an approach had to be implemented. Therefore, we investigated two competing software design models for VLEs. In the first system, all learning features were a function of the classical VLE. The second system was designed from the perspective that learning features should be a function of the course's core content (statistical analyses), which required us to develop a specific-purpose Statistical Learning Environment (SLE) based on Reproducible Computing and newly developed Peer Review (PR) technology. The main research question is whether the second VLE design improved learning efficiency as compared to the standard type of VLE design that is commonly used in education. As a secondary objective we provide empirical evidence about the usefulness of PR as a constructivist learning activity which supports non-rote learning. Finally, this paper illustrates that it is possible to introduce a constructivist learning approach in large student populations, based on adequately designed educational technology, without subsuming educational content to technological convenience. Both VLE systems were tested within a two-year quasi-experiment based on a Reliable Nonequivalent Group Design. This approach allowed us to draw valid conclusions about the treatment effect of the changed VLE design, even though the systems were implemented in successive years. The methodological aspects about the experiment's internal validity are explained extensively. The effect of the design change is shown to have substantially increased the efficiency of constructivist, computer-assisted learning activities for all cohorts of the student population under investigation. The findings demonstrate that a

  3. Content-based VLE designs improve learning efficiency in constructivist statistics education.

    Directory of Open Access Journals (Sweden)

    Patrick Wessa

    Full Text Available BACKGROUND: We introduced a series of computer-supported workshops in our undergraduate statistics courses, in the hope that it would help students to gain a deeper understanding of statistical concepts. This raised questions about the appropriate design of the Virtual Learning Environment (VLE in which such an approach had to be implemented. Therefore, we investigated two competing software design models for VLEs. In the first system, all learning features were a function of the classical VLE. The second system was designed from the perspective that learning features should be a function of the course's core content (statistical analyses, which required us to develop a specific-purpose Statistical Learning Environment (SLE based on Reproducible Computing and newly developed Peer Review (PR technology. OBJECTIVES: The main research question is whether the second VLE design improved learning efficiency as compared to the standard type of VLE design that is commonly used in education. As a secondary objective we provide empirical evidence about the usefulness of PR as a constructivist learning activity which supports non-rote learning. Finally, this paper illustrates that it is possible to introduce a constructivist learning approach in large student populations, based on adequately designed educational technology, without subsuming educational content to technological convenience. METHODS: Both VLE systems were tested within a two-year quasi-experiment based on a Reliable Nonequivalent Group Design. This approach allowed us to draw valid conclusions about the treatment effect of the changed VLE design, even though the systems were implemented in successive years. The methodological aspects about the experiment's internal validity are explained extensively. RESULTS: The effect of the design change is shown to have substantially increased the efficiency of constructivist, computer-assisted learning activities for all cohorts of the student

  4. Content-Based VLE Designs Improve Learning Efficiency in Constructivist Statistics Education

    Science.gov (United States)

    Wessa, Patrick; De Rycker, Antoon; Holliday, Ian Edward

    2011-01-01

    Background We introduced a series of computer-supported workshops in our undergraduate statistics courses, in the hope that it would help students to gain a deeper understanding of statistical concepts. This raised questions about the appropriate design of the Virtual Learning Environment (VLE) in which such an approach had to be implemented. Therefore, we investigated two competing software design models for VLEs. In the first system, all learning features were a function of the classical VLE. The second system was designed from the perspective that learning features should be a function of the course's core content (statistical analyses), which required us to develop a specific–purpose Statistical Learning Environment (SLE) based on Reproducible Computing and newly developed Peer Review (PR) technology. Objectives The main research question is whether the second VLE design improved learning efficiency as compared to the standard type of VLE design that is commonly used in education. As a secondary objective we provide empirical evidence about the usefulness of PR as a constructivist learning activity which supports non-rote learning. Finally, this paper illustrates that it is possible to introduce a constructivist learning approach in large student populations, based on adequately designed educational technology, without subsuming educational content to technological convenience. Methods Both VLE systems were tested within a two-year quasi-experiment based on a Reliable Nonequivalent Group Design. This approach allowed us to draw valid conclusions about the treatment effect of the changed VLE design, even though the systems were implemented in successive years. The methodological aspects about the experiment's internal validity are explained extensively. Results The effect of the design change is shown to have substantially increased the efficiency of constructivist, computer-assisted learning activities for all cohorts of the student population under

  5. Knowledge-based support system for requirement elaboration in design

    International Nuclear Information System (INIS)

    Furuta, Kazuo; Kondo, Shunsuke

    1994-01-01

    Design requirements are the seeds of every design activity, but elicitation and formalization of them are not easy tasks. This paper proposes a method to support designers in such requirement elaboration process with a computer. In this method the cognitive work space of designers is modeled by abstraction and structural hierarchies, and supporting functions of knowledge-based requirement elaboration, requirement classification and assessment of contentment status of requirements are provided on this framework. A prototype system was developed and tested using fast breeder reactor design. (author)

  6. Conceptual design for the breakwater system of the south of Doson naval base : Optimisation versus deterministic design

    NARCIS (Netherlands)

    Viet, N.D.; Verhagen, H.J.; Van Gelder, P.H.A.J.M.; Vrijling, J.K.

    2008-01-01

    In 2006 a Vietnamese Engineering Consultancy Company carried out a design study of a Naval Base at the location of the South of Doson Peninsula in Vietnam. A deterministic approach applied to the conceptual design of the breakwater system of the Naval Base resulted in a cross-section with a big

  7. Integrating Design Decision Management with Model-based Software Development

    DEFF Research Database (Denmark)

    Könemann, Patrick

    Design decisions are continuously made during the development of software systems and are important artifacts for design documentation. Dedicated decision management systems are often used to capture such design knowledge. Most such systems are, however, separated from the design artifacts...... of the system. In model-based software development, where design models are used to develop a software system, outcomes of many design decisions have big impact on design models. The realization of design decisions is often manual and tedious work on design models. Moreover, keeping design models consistent......, or by ignoring the causes. This substitutes manual reviews to some extent. The concepts, implemented in a tool, have been validated with design patterns, refactorings, and domain level tests that comprise a replay of a real project. This proves the applicability of the solution to realistic examples...

  8. Design of learner-centred constructivism based learning process

    OpenAIRE

    Schreurs, Jeanne; Al-Huneidi, Ahmad

    2012-01-01

    A Learner-centered learning is constructivism based and Competence directed. We define general competencies, domain competencies and specific course competencies. Constructivism based learning activities are based on constructivism theory. For each course module the intended learning level will be defined. A model is built for the design of a learner centered constructivism based and competency directed learning process. The application of it in two courses are presented. Constructivism ba...

  9. A Platform-Based Methodology for System-Level Mixed-Signal Design

    Directory of Open Access Journals (Sweden)

    Alberto Sangiovanni-Vincentelli

    2010-01-01

    Full Text Available The complexity of today's embedded electronic systems as well as their demanding performance and reliability requirements are such that their design can no longer be tackled with ad hoc techniques while still meeting tight time to-market constraints. In this paper, we present a system level design approach for electronic circuits, utilizing the platform-based design (PBD paradigm as the natural framework for mixed-domain design formalization. In PBD, a meet-in-the-middle approach allows systematic exploration of the design space through a series of top-down mapping of system constraints onto component feasibility models in a platform library, which is based on bottom-up characterizations. In this framework, new designs can be assembled from the precharacterized library components, giving the highest priority to design reuse, correct assembly, and efficient design flow from specifications to implementation. We apply concepts from design centering to enforce robustness to modeling errors as well as process, voltage, and temperature variations, which are currently plaguing embedded system design in deep-submicron technologies. The effectiveness of our methodology is finally shown on the design of a pipeline A/D converter and two receiver front-ends for UMTS and UWB communications.

  10. Design of Object-based Information System Prototype

    OpenAIRE

    Suhyeon Yoo; Sumi Shin; Hyesun Kim

    2014-01-01

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

  11. Embedded Control System Design A Model Based Approach

    CERN Document Server

    Forrai, Alexandru

    2013-01-01

    Control system design is a challenging task for practicing engineers. It requires knowledge of different engineering fields, a good understanding of technical specifications and good communication skills. The current book introduces the reader into practical control system design, bridging  the gap between theory and practice.  The control design techniques presented in the book are all model based., considering the needs and possibilities of practicing engineers. Classical control design techniques are reviewed and methods are presented how to verify the robustness of the design. It is how the designed control algorithm can be implemented in real-time and tested, fulfilling different safety requirements. Good design practices and the systematic software development process are emphasized in the book according to the generic standard IEC61508. The book is mainly addressed to practicing control and embedded software engineers - working in research and development – as well as graduate students who are face...

  12. Computational Fragment-Based Drug Design: Current Trends, Strategies, and Applications.

    Science.gov (United States)

    Bian, Yuemin; Xie, Xiang-Qun Sean

    2018-04-09

    Fragment-based drug design (FBDD) has become an effective methodology for drug development for decades. Successful applications of this strategy brought both opportunities and challenges to the field of Pharmaceutical Science. Recent progress in the computational fragment-based drug design provide an additional approach for future research in a time- and labor-efficient manner. Combining multiple in silico methodologies, computational FBDD possesses flexibilities on fragment library selection, protein model generation, and fragments/compounds docking mode prediction. These characteristics provide computational FBDD superiority in designing novel and potential compounds for a certain target. The purpose of this review is to discuss the latest advances, ranging from commonly used strategies to novel concepts and technologies in computational fragment-based drug design. Particularly, in this review, specifications and advantages are compared between experimental and computational FBDD, and additionally, limitations and future prospective are discussed and emphasized.

  13. Characterisation and development of optical components for active and passive solar thermal applications. Final report; Charakterisierung und Entwicklung von optischen Komponenten fuer aktive und passive solarthermische Anwendungen. Abschlussbericht

    Energy Technology Data Exchange (ETDEWEB)

    Koehl, M.; Brucker, F.; Forcht, K.; Frenz, M.; Gombert, A.; Graf, W.; Heinzel, A.; Horbelt, W.; Joerger, R.; Troescher, T.; Wittwer, V.

    1996-06-01

    The research report comprises three chapters: 1. Optical characterisation; Ageing tests; Film development. (HW) [Deutsch] Der Forschungsbericht ist unterteilt in 3 Kapitel - Optische Charakterisierung - Alterungspruefungen - Schichtentwicklung. (HW)

  14. Design of reciprocal unit based on the Newton-Raphson approximation

    DEFF Research Database (Denmark)

    Gundersen, Anders Torp; Winther-Almstrup, Rasmus; Boesen, Michael

    A design of a reciprocal unit based on Newton-Raphson approximation is described and implemented. We present two different designs for single precisions where one of them is extremely fast but the trade-off is an increase in area. The solution behind the fast design is that the design is fully...

  15. Model-based design approaches for plug-in hybrid vehicle design

    Energy Technology Data Exchange (ETDEWEB)

    Mendes, C.J. [CrossChasm Technologies, Cambridge, ON (Canada); Stevens, M.B.; Fowler, M.W. [Waterloo Univ., ON (Canada). Dept. of Chemical Engineering; Fraser, R.A. [Waterloo Univ., ON (Canada). Dept. of Mechanical Engineering; Wilhelm, E.J. [Paul Scherrer Inst., Villigen (Switzerland). Energy Systems Analysis

    2007-07-01

    A model-based design process for plug-in hybrid vehicles (PHEVs) was presented. The paper discussed steps between the initial design concept and a working vehicle prototype, and focused on an investigation of the software-in-the-loop (SIL), hardware-in-the-loop (HIL), and component-in-the-loop (CIL) design phases. The role and benefits of using simulation were also reviewed. A method for mapping and identifying components was provided along with a hybrid control strategy and component-level control optimization process. The role of simulation in component evaluation, architecture design, and de-bugging procedures was discussed, as well as the role simulation networks can play in speeding deployment times. The simulations focused on work performed on a 2005 Chevrolet Equinox converted to a fuel cell hybrid electric vehicle (FCHEV). Components were aggregated to create a complete virtual vehicle. A simplified vehicle model was implemented onto the on-board vehicle control hardware. Optimization metrics were estimated at 10 alpha values during each control loop iteration. The simulation was then used to tune the control system under a variety of drive cycles and conditions. A CIL technique was used to place a physical hybrid electric vehicle (HEV) component under the control of a real time HEV/PHEV simulation. It was concluded that controllers should have a standardized component description that supports integration into advanced testing procedures. 4 refs., 9 figs.

  16. Changes in "hotter and wetter" events across China

    Science.gov (United States)

    Liu, C.; Deng, H.; Lu, Y.; Qiu, X.; Wang, D.

    2017-12-01

    As global warming intensifies, efforts to understand the changes in extreme climate events have increased in recent years. A combined analysis of the changes in extreme temperature and precipitation events is presented in this paper. Using observational data from 1961 to 2015, a set of hotter and wetter (HW) events is defined, and we examine the changes in these events across China. The results show that more HW events occur in Central and Eastern China than in other subregions, especially in South China (SC). The rate of increase in HW events is 2.7 and 1.9 per decade in SC and East China (EC), respectively. In China, most HW events occurred in the last 20 years of the study period, indicating that China entered a period of high-frequency HW events. Indeed, the range in anomalies in the torrential rain days is greater than that of the high-temperature days in Northwest China (NWC), Central China (CC), and EC after the mid- to late 1990s. The opposite pattern is found in Northeast China (NEC), Southwest China-region 1 (SWC1), Southwest China-region 2 (SWC2), and SC. Finally, the increase in HW events in most regions of China is closely associated with warming.

  17. How does a vacation from work affect employee health and well-being?

    Science.gov (United States)

    de Bloom, Jessica; Geurts, Sabine A E; Sonnentag, Sabine; Taris, Toon; de Weerth, Carolina; Kompier, Michiel A J

    2011-12-01

    Health and well-being (H&W) improve during vacation. However, it is unclear whether this general development applies to all employees, while also little is known about the underlying processes causing such an improvement. Our research questions were: (1) Does every worker experience a positive effect of vacation on H&W? and (2) Can vacation activities and experiences explain changes in H&W during vacation? In a 7-week longitudinal field study, 96 workers reported their H&W 2 weeks before, during, 1 week, 2 and 4 weeks after a winter sports vacation on 6 indicators (health status, mood, fatigue, tension, energy level and satisfaction). Sixty percent of the sample experienced substantial improvement of H&W during and after vacation. Yet, a small group experienced no (23%) or a negative effect of vacation (17%). Spending limited time on passive activities, pleasure derived from vacation activities, and the absence of negative incidents during vacation explained 38% of the variance in the vacation effect. Although vacation has a positive, longer lasting effect for many, it is not invariably positive for all employees. Choosing especially pleasant vacation activities and avoiding negative incidents as well as passive activities during active vacations apparently contributes to the positive effect of vacation on H&W.

  18. Design of Artificial Neural Network-Based pH Estimator

    Directory of Open Access Journals (Sweden)

    Shebel A. Alsabbah

    2010-10-01

    Full Text Available Taking into consideration the cost, size and drawbacks might be found with real hardware instrument for measuring pH values such that the complications of the wiring, installing, calibrating and troubleshooting the system, would make a person look for a cheaper, accurate, and alternative choice to perform the measuring operation, Where’s hereby, a feedforward artificial neural network-based pH estimator has to be proposed. The proposed estimator has been designed with multi- layer perceptrons. One input which is a measured base stream and two outputs represent pH values at strong base and strong/weak acids for a titration process. The created data base has been obtained with consideration of temperature variation. The final numerical results ensure the effectiveness and robustness of the design neural network-based pH estimator.

  19. Developing effective web-based regional anesthesia education: a randomized study evaluating case-based versus non-case-based module design.

    Science.gov (United States)

    Kopp, Sandra L; Smith, Hugh M

    2011-01-01

    Little is known about the use of Web-based education in regional anesthesia training. Benefits of Web-based education include the ability to standardize learning material quality and content, build appropriate learning progressions, use interactive multimedia technologies, and individualize delivery of course materials. The goals of this investigation were (1) to determine whether module design influences regional anesthesia knowledge acquisition, (2) to characterize learner preference patterns among anesthesia residents, and (3) to determine whether learner preferences play a role in knowledge acquisition. Direct comparison of knowledge assessments, learning styles, and learner preferences will be made between an interactive case-based and a traditional textbook-style module design. Forty-three Mayo Clinic anesthesiology residents completed 2 online modules, a knowledge pretest, posttest, an Index of Learning Styles assessment, and a participant satisfaction survey. Interscalene and lumbar plexus regional techniques were selected as the learning content for 4 Web modules constructed using the Blackboard Vista coursework application. One traditional textbook-style module and 1 interactive case-based module were designed for each of the interscalene and lumbar plexus techniques. Participants scored higher on the postmodule knowledge assessment for both of the interscalene and lumbar plexus modules. Postmodule knowledge performance scores were independent of both module design (interactive case-based versus traditional textbook style) and learning style preferences. However, nearly all participants reported a preference for Web-based learning and believe that it should be used in anesthesia resident education. Participants did not feel that Web-base learning should replace the current lecture-based curriculum. All residents scored higher on the postmodule knowledge assessment, but this improvement was independent of the module design and individual learning styles

  20. Assessing the 'system' in safe systems-based road designs: using cognitive work analysis to evaluate intersection designs.

    Science.gov (United States)

    Cornelissen, M; Salmon, P M; Stanton, N A; McClure, R

    2015-01-01

    While a safe systems approach has long been acknowledged as the underlying philosophy of contemporary road safety strategies, systemic applications are sparse. This article argues that systems-based methods from the discipline of Ergonomics have a key role to play in road transport design and evaluation. To demonstrate, the Cognitive Work Analysis framework was used to evaluate two road designs - a traditional Melbourne intersection and a cut-through design for future intersections based on road safety safe systems principles. The results demonstrate that, although the cut-through intersection appears different in layout from the traditional intersection, system constraints are not markedly different. Furthermore, the analyses demonstrated that redistribution of constraints in the cut-through intersection resulted in emergent behaviour, which was not anticipated and could prove problematic. Further, based on the lack of understanding of emergent behaviour, similar design induced problems are apparent across both intersections. Specifically, incompatibilities between infrastructure, vehicles and different road users were not dealt with by the proposed design changes. The importance of applying systems methods in the design and evaluation of road transport systems is discussed. Copyright © 2013 Elsevier Ltd. All rights reserved.

  1. Risk based rulemaking and design - Proceed with caution

    DEFF Research Database (Denmark)

    Zachariadis, Panos; Psaraftis, Harilaos N.; Kontovas, Christos A.

    2007-01-01

    The trend towards a risk based regulatory framework at IMO and within classification societies is expanding while some voices claim that a full ship risk based scantlings design approach can be immediately implementable. This paper attempts to clarify some widely used, but confusing to many, noti...

  2. Design of Test Wrapper Scan Chain Based on Differential Evolution

    Directory of Open Access Journals (Sweden)

    Aijun Zhu

    2013-08-01

    Full Text Available Integrated Circuit has entered the era of design of the IP-based SoC (System on Chip, which makes the IP core reuse become a key issue. SoC test wrapper design for scan chain is a NP Hard problem, we propose an algorithm based on Differential Evolution (DE to design wrapper scan chain. Through group’s mutation, crossover and selection operations, the design of test wrapper scan chain is achieved. Experimental verification is carried out according to the international standard benchmark ITC’02. The results show that the algorithm can obtain shorter longest wrapper scan chains, compared with other algorithms.

  3. Design considerations for a multiprocessor based data acquisition system

    International Nuclear Information System (INIS)

    Tippie, J.W.; Kulaga, J.E.

    1979-01-01

    The rapid advance of digital technology has provided the systems designer with many new design options. Hardware is no longer the controlling expense. Complex operating systems provide the flexibility and development tools needed by software designers, but restrict throughput. Multiprocessor-based systems can be used to ''front-end'' high-throughput applications while maintaining the many advantages offered by multitasking operating systems. The design of a high-throughput data acquisition system for application in low energy nuclear physics is considered

  4. Design of control system based on SCM music fountain

    Science.gov (United States)

    Li, Biqing; Li, Zhao; Jiang, Suping

    2018-06-01

    The design of the design of a microprocessor controlled by simple circuit, introduced this design applied to the components, and draw the main flow chart presentation. System is the use of an external music source, the intensity of the input audio signal lights will affect the light off, the fountain spray of water level will be based on changes in the lantern light off. This design uses a single-chip system is simple, powerful, good reliability and low cost.

  5. Design of CMOS imaging system based on FPGA

    Science.gov (United States)

    Hu, Bo; Chen, Xiaolai

    2017-10-01

    In order to meet the needs of engineering applications for high dynamic range CMOS camera under the rolling shutter mode, a complete imaging system is designed based on the CMOS imaging sensor NSC1105. The paper decides CMOS+ADC+FPGA+Camera Link as processing architecture and introduces the design and implementation of the hardware system. As for camera software system, which consists of CMOS timing drive module, image acquisition module and transmission control module, the paper designs in Verilog language and drives it to work properly based on Xilinx FPGA. The ISE 14.6 emulator ISim is used in the simulation of signals. The imaging experimental results show that the system exhibits a 1280*1024 pixel resolution, has a frame frequency of 25 fps and a dynamic range more than 120dB. The imaging quality of the system satisfies the requirement of the index.

  6. A New Design Approach to Game-Based learning

    DEFF Research Database (Denmark)

    Larsen, Lasse Juel

    2012-01-01

    to ground the student’s reason to learn. This paper proposes a different approach: using visualisation in immersive 3D worlds as both documentation of learning progress and as a reward system which motivates further learning. The overall design idea is to build a game based learning system from three......This paper puts forward a new design perspective for gamebased learning. The general idea is to abandon the long sought-after dream of designing a closed learning system, where students in both primary and secondary school could learn – without the interference of teachers – whatever subject......-based learning system, but will also confront aspects of modern learning theory, especially the notion of reference between the content of an assignment and the reality with which it should or could be connected (situated learning). The second idea promotes a way of tackling the common experience of the average...

  7. On HTML and XML based web design and implementation techniques

    International Nuclear Information System (INIS)

    Bezboruah, B.; Kalita, M.

    2006-05-01

    Web implementation is truly a multidisciplinary field with influences from programming, choosing of scripting languages, graphic design, user interface design, and database design. The challenge of a Web designer/implementer is his ability to create an attractive and informative Web. To work with the universal framework and link diagrams from the design process as well as the Web specifications and domain information, it is essential to create Hypertext Markup Language (HTML) or other software and multimedia to accomplish the Web's objective. In this article we will discuss Web design standards and the techniques involved in Web implementation based on HTML and Extensible Markup Language (XML). We will also discuss the advantages and disadvantages of HTML over its successor XML in designing and implementing a Web. We have developed two Web pages, one utilizing the features of HTML and the other based on the features of XML to carry out the present investigation. (author)

  8. Uniform design based SVM model selection for face recognition

    Science.gov (United States)

    Li, Weihong; Liu, Lijuan; Gong, Weiguo

    2010-02-01

    Support vector machine (SVM) has been proved to be a powerful tool for face recognition. The generalization capacity of SVM depends on the model with optimal hyperparameters. The computational cost of SVM model selection results in application difficulty in face recognition. In order to overcome the shortcoming, we utilize the advantage of uniform design--space filling designs and uniformly scattering theory to seek for optimal SVM hyperparameters. Then we propose a face recognition scheme based on SVM with optimal model which obtained by replacing the grid and gradient-based method with uniform design. The experimental results on Yale and PIE face databases show that the proposed method significantly improves the efficiency of SVM model selection.

  9. Towards characterising design-based learning in engineering education : a review of the literature

    NARCIS (Netherlands)

    Gomez Puente, S.M.; Eijck, van M.W.; Jochems, W.M.G.

    2011-01-01

    Design-based learning is a teaching approach akin to problem-based learning but one to which the design of artefacts, systems and solutions in project-based settings is central. Although design-based learning has been employed in the practice of higher engineering education, it has hardly been

  10. In silico fragment-based drug design.

    Science.gov (United States)

    Konteatis, Zenon D

    2010-11-01

    In silico fragment-based drug design (FBDD) is a relatively new approach inspired by the success of the biophysical fragment-based drug discovery field. Here, we review the progress made by this approach in the last decade and showcase how it complements and expands the capabilities of biophysical FBDD and structure-based drug design to generate diverse, efficient drug candidates. Advancements in several areas of research that have enabled the development of in silico FBDD and some applications in drug discovery projects are reviewed. The reader is introduced to various computational methods that are used for in silico FBDD, the fragment library composition for this technique, special applications used to identify binding sites on the surface of proteins and how to assess the druggability of these sites. In addition, the reader will gain insight into the proper application of this approach from examples of successful programs. In silico FBDD captures a much larger chemical space than high-throughput screening and biophysical FBDD increasing the probability of developing more diverse, patentable and efficient molecules that can become oral drugs. The application of in silico FBDD holds great promise for historically challenging targets such as protein-protein interactions. Future advances in force fields, scoring functions and automated methods for determining synthetic accessibility will all aid in delivering more successes with in silico FBDD.

  11. Integrated Reliability-Based Optimal Design of Structures

    DEFF Research Database (Denmark)

    Sørensen, John Dalsgaard; Thoft-Christensen, Palle

    1987-01-01

    In conventional optimal design of structural systems the weight or the initial cost of the structure is usually used as objective function. Further, the constraints require that the stresses and/or strains at some critical points have to be less than some given values. Finally, all variables......-based optimal design is discussed. Next, an optimal inspection and repair strategy for existing structural systems is presented. An optimization problem is formulated , where the objective is to minimize the expected total future cost of inspection and repair subject to the constraint that the reliability...... value. The reliability can be measured from an element and/or a systems point of view. A number of methods to solve reliability-based optimization problems has been suggested, see e.g. Frangopol [I]. Murotsu et al. (2], Thoft-Christensen & Sørensen (3] and Sørensen (4). For structures where...

  12. Knowledge, attitudes and practices of mothers and knowledge of ...

    African Journals Online (AJOL)

    Objective: To determine the knowledge, attitudes and practices (KAP) of mothers and the knowledge of health workers regarding care of the newborn umbilical cord. Design: Cross-sectional survey. Subjects: Mothers with infants less than three months of age attending well child clinics and health workers (HW) in the clinics, ...

  13. Efficient use of design-based binning methodology in a DRAM fab

    Science.gov (United States)

    Karsenti, Laurent; Wehner, Arno; Fischer, Andreas; Seifert, Uwe; Goeckeritz, Jens; Geshel, Mark; Gscheidlen, Dieter; Bartov, Avishai

    2009-03-01

    It is a well established fact that as design rules and printed features shrink, sophisticated techniques are required to ensure the design intent is indeed printed on the wafer. Techniques of this kind are Optical Proximity Correction (OPC), Resolution Enhancement Techniques (RET) and DFM Design for Manufacturing (DFM). As these methods are applied to the overall chip and rely on complex modeling and simulations, they increase the risk of creating local areas or layouts with a limiting process window. Hence, it is necessary to verify the manufacturability (sufficient depth of focus) of the overall die and not only of a pre-defined set of metrology structures. The verification process is commonly based on full chip defect density inspection of a Focus Exposure Matrix (FEM) wafer, combined with appropriate post processing of the inspection data. This is necessary to avoid time consuming search for the Defects of Interest (DOI's) as defect counts are usually too high to be handled by manual SEM review. One way to post process defect density data is the so called design based binning (DBB). The Litho Qualification Monitor (LQM) system allows to classify and also to bin defects based on design information. In this paper we will present an efficient way to combine classification and binning in order to check design rules and to determine the marginal features (layout with low depth of focus). The Design Based Binning has been connected to the Yield Management System (YMS) to allow new process monitoring approaches towards Design Based SPC. This could dramatically cut the time to detect systematic defects inline.

  14. Decision analysis for INEL hazardous waste storage

    Energy Technology Data Exchange (ETDEWEB)

    Page, L.A.; Roach, J.A.

    1994-01-01

    In mid-November 1993, the Idaho National Engineering Laboratory (INEL) Waste Reduction Operations Complex (WROC) Manager requested that the INEL Hazardous Waste Type Manager perform a decision analysis to determine whether or not a new Hazardous Waste Storage Facility (HWSF) was needed to store INEL hazardous waste (HW). In response to this request, a team was formed to perform a decision analysis for recommending the best configuration for storage of INEL HW. Personnel who participated in the decision analysis are listed in Appendix B. The results of the analysis indicate that the existing HWSF is not the best configuration for storage of INEL HW. The analysis detailed in Appendix C concludes that the best HW storage configuration would be to modify and use a portion of the Waste Experimental Reduction Facility (WERF) Waste Storage Building (WWSB), PBF-623 (Alternative 3). This facility was constructed in 1991 to serve as a waste staging facility for WERF incineration. The modifications include an extension of the current Room 105 across the south end of the WWSB and installing heating, ventilation, and bay curbing, which would provide approximately 1,600 ft{sup 2} of isolated HW storage area. Negotiations with the State to discuss aisle space requirements along with modifications to WWSB operating procedures are also necessary. The process to begin utilizing the WWSB for HW storage includes planned closure of the HWSF, modification to the WWSB, and relocation of the HW inventory. The cost to modify the WWSB can be funded by a reallocation of funding currently identified to correct HWSF deficiencies.

  15. Decision analysis for INEL hazardous waste storage

    International Nuclear Information System (INIS)

    Page, L.A.; Roach, J.A.

    1994-01-01

    In mid-November 1993, the Idaho National Engineering Laboratory (INEL) Waste Reduction Operations Complex (WROC) Manager requested that the INEL Hazardous Waste Type Manager perform a decision analysis to determine whether or not a new Hazardous Waste Storage Facility (HWSF) was needed to store INEL hazardous waste (HW). In response to this request, a team was formed to perform a decision analysis for recommending the best configuration for storage of INEL HW. Personnel who participated in the decision analysis are listed in Appendix B. The results of the analysis indicate that the existing HWSF is not the best configuration for storage of INEL HW. The analysis detailed in Appendix C concludes that the best HW storage configuration would be to modify and use a portion of the Waste Experimental Reduction Facility (WERF) Waste Storage Building (WWSB), PBF-623 (Alternative 3). This facility was constructed in 1991 to serve as a waste staging facility for WERF incineration. The modifications include an extension of the current Room 105 across the south end of the WWSB and installing heating, ventilation, and bay curbing, which would provide approximately 1,600 ft 2 of isolated HW storage area. Negotiations with the State to discuss aisle space requirements along with modifications to WWSB operating procedures are also necessary. The process to begin utilizing the WWSB for HW storage includes planned closure of the HWSF, modification to the WWSB, and relocation of the HW inventory. The cost to modify the WWSB can be funded by a reallocation of funding currently identified to correct HWSF deficiencies

  16. Dry Season Effect on Live Weight and some Body Dimensions of Working Donkeys in the Sudano-sahel Region of Cameroon

    Directory of Open Access Journals (Sweden)

    Ebangi, AL.

    2005-01-01

    Full Text Available Live weight (LW, heart girth (HG, trunk length (TL, body length (BL and height-at-withers (HW of 135 working donkeys, aged between two and 15 years, were monitored during the dry season of 1996 and 1997. This was to determine period(s of the dry season when feed supplementation and/or health care should be reinforced in preparation of high work demands during the rainy season. Variations in LW, HG, TL, BL, HW, HG:HW and TL:HW from start of the dry season to the start of the rainy season were highly significant (P< 0.001. Correlations between live weight and the other measures were positive and highly significant (P< 0.0001. Males showed weight gains between start of the cold-dry-season (CDS and start of the hot-dryseason (HDS. Weight gains in castrates were between start of the CDS and end of the HDS (April. Female donkeys maintained weight gains through out the dry season. Consequently, supplementation of castrates and males at the beginning (January and end (April of the HDS as to reinforce and maintain significant weight gains for maximize draught energy potential for rainy season work demands, is necessary. Where the female donkey express weight gain but poor bodied there will be need for supplementation in order to booster and enhance endurance. Also, estimates of HG, TL, BL, HW, HG:HW and TL:HW may be useful indicators for the selection of working donkeys as to optimize draft capacity and endurance for rainy season work demands.

  17. Seismic design and performance of nuclear safety related RC structures based on new seismic design principle

    International Nuclear Information System (INIS)

    Murugan, R.; Sivathanu Pillai, C.; Chattopadhyaya, S.; Sundaramurthy, C.

    2011-01-01

    Full text: Seismic design of safety related Reinforced Concrete (RC) structures of Nuclear power plants (NPP) in India as per the present AERB codal procedures tries to ensure predominantly elastic behaviour under OBE so that the features of Nuclear Power Plant (NPP) necessary for continued safe operation are designed to remain functional and prevent accident (collapse) of NPP under SSE for which certain Structures, Systems and Components (SSCs) those are necessary to ensure the capability to shut down the reactor safely, are designed to remain functional. While the seismic design principles of non safety related structures as per Indian code (IS 1893-2002) are ensuring elastic behaviour under DBE and inelastic behaviour under MCE by utilizing ductility and energy dissipation capacity of the structure effectively. The design principle of AERB code is ensuring elastic behaviour under OBE and is not enlightening much inference about the overall structural behaviour under SSE (only ensuring the capability of certain SSCs required for safe shutdown of reactor). Various buildings and structures of Indian Nuclear power plant are classified from the basis of associated safety functions in a descending order in according with their roles in preventions and mitigation of an accident or support functions for prevention. This paper covers a comprehensive seismic analysis and design methodology based on the AERB codal provisions followed for safety related RC structure taking Diesel Generator Building of PFBR as a case study and study and investigates its performance under OBE and SSE by carrying out Non-linear static Pushover analysis. Based on the analysis, observed variations, recommendations are given for getting the desired performance level so as to implement performance based design in the future NPP design

  18. Integrated Teaching of Structure-Based Drug Design and Biopharmaceutics: A Computer-Based Approach

    Science.gov (United States)

    Sutch, Brian T.; Romero, Rebecca M.; Neamati, Nouri; Haworth, Ian S.

    2012-01-01

    Rational drug design requires expertise in structural biology, medicinal chemistry, physiology, and related fields. In teaching structure-based drug design, it is important to develop an understanding of the need for early recognition of molecules with "drug-like" properties as a key component. That is, it is not merely sufficient to teach…

  19. Evidence-Based Design and Research-Informed Design: What's the Difference? Conceptual Definitions and Comparative Analysis.

    Science.gov (United States)

    Peavey, Erin; Vander Wyst, Kiley B

    2017-10-01

    This article provides critical examination and comparison of the conceptual meaning and underlying assumptions of the concepts evidence-based design (EBD) and research-informed design (RID) in order to facilitate practical use and theoretical development. In recent years, EBD has experienced broad adoption, yet it has been simultaneously critiqued for rigidity and misapplication. Many practitioners are gravitating to the term RID to describe their method of integrating knowledge into the design process. However, the term RID lacks a clear definition and the blurring of terms has the potential to weaken advances made integrating research into practice. Concept analysis methods from Walker and Avant were used to define the concepts for comparison. Conceptual definitions, process descriptions, examples (i.e., model cases), and methods of evaluation are offered for EBD and RID. Although EBD and RID share similarities in meaning, the two terms are distinct. When comparing evidence based (EB) and research informed, EB is a broad base of information types (evidence) that are narrowly applied (based), while the latter references a narrow slice of information (research) that is broadly applied (informed) to create an end product of design. Much of the confusion between the use of the concepts EBD and RID arises out of differing perspectives between the way practitioners and academics understand the underlying terms. The authors hope this article serves to generate thoughtful dialogue, which is essential to the development of a discipline, and look forward to the contribution of the readership.

  20. Game Theory and Risk-Based Levee System Design

    Science.gov (United States)

    Hui, R.; Lund, J. R.; Madani, K.

    2014-12-01

    Risk-based analysis has been developed for optimal levee design for economic efficiency. Along many rivers, two levees on opposite riverbanks act as a simple levee system. Being rational and self-interested, land owners on each river bank would tend to independently optimize their levees with risk-based analysis, resulting in a Pareto-inefficient levee system design from the social planner's perspective. Game theory is applied in this study to analyze decision making process in a simple levee system in which the land owners on each river bank develop their design strategies using risk-based economic optimization. For each land owner, the annual expected total cost includes expected annual damage cost and annualized construction cost. The non-cooperative Nash equilibrium is identified and compared to the social planner's optimal distribution of flood risk and damage cost throughout the system which results in the minimum total flood cost for the system. The social planner's optimal solution is not feasible without appropriate level of compensation for the transferred flood risk to guarantee and improve conditions for all parties. Therefore, cooperative game theory is then employed to develop an economically optimal design that can be implemented in practice. By examining the game in the reversible and irreversible decision making modes, the cost of decision making myopia is calculated to underline the significance of considering the externalities and evolution path of dynamic water resource problems for optimal decision making.

  1. An introduction to data base design

    CERN Document Server

    Salzberg, Betty Joan

    1986-01-01

    An Introduction to Data Base Design provides an understanding of how data base management systems (DBMS) work to be able to use any available commercial DBMS intelligently. This book presents the principle of independence of physical and local organization.Organized into seven chapters, this book begins with an overview of normal form theory. This text then describes the three types of DBMS. Other chapters consider the difficulties in processing queries where the names of the files are not mentioned. This book discusses as well how to group data hierarchically, how to use a preorder tree trave

  2. Competency-Based Assessment for Clinical Supervisors: Design-Based Research on a Web-Delivered Program

    Science.gov (United States)

    Williams, Lauren Therese; Grealish, Laurie; Jamieson, Maggie

    2015-01-01

    Background Clinicians need to be supported by universities to use credible and defensible assessment practices during student placements. Web-based delivery of clinical education in student assessment offers professional development regardless of the geographical location of placement sites. Objective This paper explores the potential for a video-based constructivist Web-based program to support site supervisors in their assessments of student dietitians during clinical placements. Methods This project was undertaken as design-based research in two stages. Stage 1 describes the research consultation, development of the prototype, and formative feedback. In Stage 2, the program was pilot-tested and evaluated by a purposeful sample of nine clinical supervisors. Data generated as a result of user participation during the pilot test is reported. Users’ experiences with the program were also explored via interviews (six in a focus group and three individually). The interviews were transcribed verbatim and thematic analysis conducted from a pedagogical perspective using van Manen’s highlighting approach. Results This research succeeded in developing a Web-based program, “Feed our Future”, that increased supervisors’ confidence with their competency-based assessments of students on clinical placements. Three pedagogical themes emerged: constructivist design supports transformative Web-based learning; videos make abstract concepts tangible; and accessibility, usability, and pedagogy are interdependent. Conclusions Web-based programs, such as Feed our Future, offer a viable means for universities to support clinical supervisors in their assessment practices during clinical placements. A design-based research approach offers a practical process for such Web-based tool development, highlighting pedagogical barriers for planning purposes. PMID:25803172

  3. Response of base isolated structure during strong ground motions beyond design earthquakes

    International Nuclear Information System (INIS)

    Yabana, Shuichi; Ishida, Katsuhiko; Shiojiri, Hiroo

    1991-01-01

    In Japan, some base isolated structures for fast breeder reactors (FBR) are tried to design. When a base isolated structure are designed, the relative displacement of isolators are generally limited so sa to be remain in linear state of those during design earthquakes. But to estimate safety margin of a base isolated structure, the response of that until the failure must be obtained experimentally to analytically during strong ground motions of beyond design earthquake. The aim of this paper is to investigate the response of a base isolated structure when the stiffness of the isolators hardens and to simulate the response during strong ground motions of beyond design earthquakes. The optimum characteristics of isolators, with which the margin of the structure are increased, are discussed. (author)

  4. An AI-based layout design system for nuclear power plants

    International Nuclear Information System (INIS)

    Fujita, Kikuo; Akagi, Shinsuke; Nakatogawa, Tetsundo; Tanaka, Kazuo; Takeuchi, Makoto.

    1991-01-01

    An AI-based layout design system for nuclear power plants has been developed. The design of the layout of nuclear power plants is a time-consuming task requiring expertise, in which a lot of machinery and equipment must be arranged in a plant building considering various kinds of design constraints, i.e. spatial, functional, economical etc. Computer aided layout design systems have been widely expected and the application of AI technology is expected as a promising approach for the synthesis phase of this task. In this paper, we present an approach to the layout design of nuclear power plants based on a constraint-directed search; one of the AI techniques. In addition, we show how it was implemented with an object-oriented programming technique and give an example of its application. (author)

  5. A design method for process design kit based on an SMIC 65 nm process

    International Nuclear Information System (INIS)

    Luo Haiyan; Chen Lan; Yin Minghui

    2010-01-01

    The frame structure of a process design kit (PDK) is described in detail, and a practical design method for PDK is presented. Based on this method, a useful SMIC 65 nm PDK has been successfully designed and realized, which is applicable to native EDA software of Zeni. The design process and difficulties of PDK are introduced by developing and analyzing these parameterized cell (Pcell) devices (MOS, resistor, etc.). A structured design method was proposed to implement Pcell, which makes thousands upon thousands of source codes of Pcell concise, readable, easy-to-upkeep and transplantable. Moreover, a Pcase library for each Pcell is designed to verify the Pcell in batches. By this approach, the Pcell can be verified efficiently and the PDK will be more reliable and steady. In addition, the component description format parameters and layouts of the Pcell are optimized by adding flexibility and improving performance, which benefits analog and custom IC designers to satisfy the demand of design. Finally, the SMIC 65 nm PDK was applied to IC design. The results indicate that the SMIC 65 nm PDK is competent to support IC design. (semiconductor integrated circuits)

  6. Internet MEMS design tools based on component technology

    Science.gov (United States)

    Brueck, Rainer; Schumer, Christian

    1999-03-01

    The micro electromechanical systems (MEMS) industry in Europe is characterized by small and medium sized enterprises specialized on products to solve problems in specific domains like medicine, automotive sensor technology, etc. In this field of business the technology driven design approach known from micro electronics is not appropriate. Instead each design problem aims at its own, specific technology to be used for the solution. The variety of technologies at hand, like Si-surface, Si-bulk, LIGA, laser, precision engineering requires a huge set of different design tools to be available. No single SME can afford to hold licenses for all these tools. This calls for a new and flexible way of designing, implementing and distributing design software. The Internet provides a flexible manner of offering software access along with methodologies of flexible licensing e.g. on a pay-per-use basis. New communication technologies like ADSL, TV cable of satellites as carriers promise to offer a bandwidth sufficient even for interactive tools with graphical interfaces in the near future. INTERLIDO is an experimental tool suite for process specification and layout verification for lithography based MEMS technologies to be accessed via the Internet. The first version provides a Java implementation even including a graphical editor for process specification. Currently, a new version is brought into operation that is based on JavaBeans component technology. JavaBeans offers the possibility to realize independent interactive design assistants, like a design rule checking assistants, a process consistency checking assistants, a technology definition assistants, a graphical editor assistants, etc. that may reside distributed over the Internet, communicating via Internet protocols. Each potential user thus is able to configure his own dedicated version of a design tool set dedicated to the requirements of the current problem to be solved.

  7. Toward design-based engineering of industrial microbes.

    Science.gov (United States)

    Tyo, Keith E J; Kocharin, Kanokarn; Nielsen, Jens

    2010-06-01

    Engineering industrial microbes has been hampered by incomplete knowledge of cell biology. Thus an iterative engineering cycle of modeling, implementation, and analysis has been used to increase knowledge of the underlying biology while achieving engineering goals. Recent advances in Systems Biology technologies have drastically improved the amount of information that can be collected in each iteration. As well, Synthetic Biology tools are melding modeling and molecular implementation. These advances promise to move microbial engineering from the iterative approach to a design-oriented paradigm, similar to electrical circuits and architectural design. Genome-scale metabolic models, new tools for controlling expression, and integrated -omics analysis are described as key contributors in moving the field toward Design-based Engineering. Copyright 2010 Elsevier Ltd. All rights reserved.

  8. Reliability Based Geometric Design of Horizontal Circular Curves

    Science.gov (United States)

    Rajbongshi, Pabitra; Kalita, Kuldeep

    2018-06-01

    Geometric design of horizontal circular curve primarily involves with radius of the curve and stopping sight distance at the curve section. Minimum radius is decided based on lateral thrust exerted on the vehicles and the minimum stopping sight distance is provided to maintain the safety in longitudinal direction of vehicles. Available sight distance at site can be regulated by changing the radius and middle ordinate at the curve section. Both radius and sight distance depend on design speed. Speed of vehicles at any road section is a variable parameter and therefore, normally the 98th percentile speed is taken as the design speed. This work presents a probabilistic approach for evaluating stopping sight distance, considering the variability of all input parameters of sight distance. It is observed that the 98th percentile sight distance value is much lower than the sight distance corresponding to 98th percentile speed. The distribution of sight distance parameter is also studied and found to follow a lognormal distribution. Finally, the reliability based design charts are presented for both plain and hill regions, and considering the effect of lateral thrust.

  9. Reliability Based Geometric Design of Horizontal Circular Curves

    Science.gov (United States)

    Rajbongshi, Pabitra; Kalita, Kuldeep

    2018-03-01

    Geometric design of horizontal circular curve primarily involves with radius of the curve and stopping sight distance at the curve section. Minimum radius is decided based on lateral thrust exerted on the vehicles and the minimum stopping sight distance is provided to maintain the safety in longitudinal direction of vehicles. Available sight distance at site can be regulated by changing the radius and middle ordinate at the curve section. Both radius and sight distance depend on design speed. Speed of vehicles at any road section is a variable parameter and therefore, normally the 98th percentile speed is taken as the design speed. This work presents a probabilistic approach for evaluating stopping sight distance, considering the variability of all input parameters of sight distance. It is observed that the 98th percentile sight distance value is much lower than the sight distance corresponding to 98th percentile speed. The distribution of sight distance parameter is also studied and found to follow a lognormal distribution. Finally, the reliability based design charts are presented for both plain and hill regions, and considering the effect of lateral thrust.

  10. Justifying Design Decisions with Theory-based Design Principles

    OpenAIRE

    Schermann, Michael;Gehlert, Andreas;Pohl, Klaus;Krcmar, Helmut

    2014-01-01

    Although the role of theories in design research is recognized, we show that little attention has been paid on how to use theories when designing new artifacts. We introduce design principles as a new methodological approach to address this problem. Design principles extend the notion of design rationales that document how a design decision emerged. We extend the concept of design rationales by using theoretical hypotheses to support or object to design decisions. At the example of developing...

  11. Analog Circuit Design Optimization Based on Evolutionary Algorithms

    Directory of Open Access Journals (Sweden)

    Mansour Barari

    2014-01-01

    Full Text Available This paper investigates an evolutionary-based designing system for automated sizing of analog integrated circuits (ICs. Two evolutionary algorithms, genetic algorithm and PSO (Parswal particle swarm optimization algorithm, are proposed to design analog ICs with practical user-defined specifications. On the basis of the combination of HSPICE and MATLAB, the system links circuit performances, evaluated through specific electrical simulation, to the optimization system in the MATLAB environment, for the selected topology. The system has been tested by typical and hard-to-design cases, such as complex analog blocks with stringent design requirements. The results show that the design specifications are closely met. Comparisons with available methods like genetic algorithms show that the proposed algorithm offers important advantages in terms of optimization quality and robustness. Moreover, the algorithm is shown to be efficient.

  12. Washington photometry of 14 intermediate-age to old star clusters in the Small Magellanic Cloud

    Science.gov (United States)

    Piatti, Andrés E.; Clariá, Juan J.; Bica, Eduardo; Geisler, Doug; Ahumada, Andrea V.; Girardi, Léo

    2011-10-01

    We present CCD photometry in the Washington system C, T1 and T2 passbands down to T1˜ 23 in the fields of L3, L28, HW 66, L100, HW 79, IC 1708, L106, L108, L109, NGC 643, L112, HW 84, HW 85 and HW 86, 14 Small Magellanic Cloud (SMC) clusters, most of them poorly studied objects. We measured T1 magnitudes and C-T1 and T1-T2 colours for a total of 213 516 stars spread throughout cluster areas of 14.7 × 14.7 arcmin2 each. We carried out an in-depth analysis of the field star contamination of the colour-magnitude diagrams (CMDs) and statistically cleaned the cluster CMDs. Based on the best fits of isochrones computed by the Padova group to the (T1, C-T1) CMDs, as well as from the δ(T1) index and the standard giant branch procedure, we derived ages and metallicities for the cluster sample. With the exception of IC 1708, a relatively metal-poor Hyades-age cluster, the remaining 13 objects are between intermediate and old age (from 1.0 to 6.3 Gyr), their [Fe/H] values ranging from -1.4 to -0.7 dex. By combining these results with others available in the literature, we compiled a sample of 43 well-known SMC clusters older than 1 Gyr, with which we produced a revised age distribution. We found that the present clusters' age distribution reveals two primary excesses of clusters at t˜ 2 and 5 Gyr, which engraves the SMC with clear signs of enhanced formation episodes at both ages. In addition, we found that from the birth of the SMC cluster system until approximately the first 4 Gyr of its lifetime, the cluster formation resembles that of a constant formation rate scenario.

  13. [Design and implementation of a competency-based curriculum for medical education].

    Science.gov (United States)

    Risco de Domínguez, Graciela

    2014-01-01

    Competency-based education is a form of designing, developing, delivering and documenting instruction based on a set of objectives and results that have been recommended for medical education. This article describes the steps in the process of designing and implementing a competency-based curriculum at a new medical school in a Peruvian university. We present the process followed including context analysis, mission design, the professional profile, the content and organization of the curriculum as well as the evaluation and resources for the training. Finally, issues and challenges faced, as well as lessons learned are summarized.

  14. Food Enterprise Web Design Based on User Experience

    OpenAIRE

    Fei Wang

    2015-01-01

    Excellent auxiliary food enterprise web design conveyed good visual transmission effect through user experience. This study was based on the food enterprise managers and customers as the main operating object to get the performance of the web page creation, web page design not only focused on the function and work efficiency, the most important thing was that the user experience in the process of web page interaction.

  15. Design-Based Research in Science Education: One Step Towards Methodology

    Directory of Open Access Journals (Sweden)

    Kalle Juuti

    2012-10-01

    Full Text Available Recently, there has been critiques towards science education research, as the potential of this research has not been actualised in science teaching and learning praxis. The paper describes an analysis of a design-based research approach (DBR that has been suggested as a solution for the discontinuation between science education research and praxis. We propose that a pragmatic frame helps to clarify well the design-based research endeavour. We abstracted three aspects from the analysis that constitute design-based research: (a a design process is essentially iterative starting from the recognition of the change of the environment of praxis, (b it generates a widely usable artefact, (c and it provides educational knowledge for more intelligible praxis. In the knowledge acquisition process, the pragmatic viewpoint emphasises the role of a teacher’s reflected actions as well as the researches’ involvement in the authentic teaching and learning settings.

  16. RELIABILITY BASED DESIGN OF FIXED FOUNDATION WIND TURBINES

    Energy Technology Data Exchange (ETDEWEB)

    Nichols, R.

    2013-10-14

    Recent analysis of offshore wind turbine foundations using both applicable API and IEC standards show that the total load demand from wind and waves is greatest in wave driven storms. Further, analysis of overturning moment loads (OTM) reveal that impact forces exerted by breaking waves are the largest contributor to OTM in big storms at wind speeds above the operating range of 25 m/s. Currently, no codes or standards for offshore wind power generators have been adopted by the Bureau of Ocean Energy Management Regulation and Enforcement (BOEMRE) for use on the Outer Continental Shelf (OCS). Current design methods based on allowable stress design (ASD) incorporate the uncertainty in the variation of loads transferred to the foundation and geotechnical capacity of the soil and rock to support the loads is incorporated into a factor of safety. Sources of uncertainty include spatial and temporal variation of engineering properties, reliability of property measurements applicability and sufficiency of sampling and testing methods, modeling errors, and variability of estimated load predictions. In ASD these sources of variability are generally given qualitative rather than quantitative consideration. The IEC 61400‐3 design standard for offshore wind turbines is based on ASD methods. Load and resistance factor design (LRFD) methods are being increasingly used in the design of structures. Uncertainties such as those listed above can be included quantitatively into the LRFD process. In LRFD load factors and resistance factors are statistically based. This type of analysis recognizes that there is always some probability of failure and enables the probability of failure to be quantified. This paper presents an integrated approach consisting of field observations and numerical simulation to establish the distribution of loads from breaking waves to support the LRFD of fixed offshore foundations.

  17. Computer-Aided Test Flow in Core-Based Design

    NARCIS (Netherlands)

    Zivkovic, V.; Tangelder, R.J.W.T.; Kerkhoff, Hans G.

    2000-01-01

    This paper copes with the efficient test-pattern generation in a core-based design. A consistent Computer-Aided Test (CAT) flow is proposed based on the required core-test strategy. It generates a test-pattern set for the embedded cores with high fault coverage and low DfT area overhead. The CAT

  18. Enhancing product robustness in reliability-based design optimization

    International Nuclear Information System (INIS)

    Zhuang, Xiaotian; Pan, Rong; Du, Xiaoping

    2015-01-01

    Different types of uncertainties need to be addressed in a product design optimization process. In this paper, the uncertainties in both product design variables and environmental noise variables are considered. The reliability-based design optimization (RBDO) is integrated with robust product design (RPD) to concurrently reduce the production cost and the long-term operation cost, including quality loss, in the process of product design. This problem leads to a multi-objective optimization with probabilistic constraints. In addition, the model uncertainties associated with a surrogate model that is derived from numerical computation methods, such as finite element analysis, is addressed. A hierarchical experimental design approach, augmented by a sequential sampling strategy, is proposed to construct the response surface of product performance function for finding optimal design solutions. The proposed method is demonstrated through an engineering example. - Highlights: • A unifying framework for integrating RBDO and RPD is proposed. • Implicit product performance function is considered. • The design problem is solved by sequential optimization and reliability assessment. • A sequential sampling technique is developed for improving design optimization. • The comparison with traditional RBDO is provided

  19. Design-Based Research: Is This a Suitable Methodology for Short-Term Projects?

    Science.gov (United States)

    Pool, Jessica; Laubscher, Dorothy

    2016-01-01

    This article reports on a design-based methodology of a thesis in which a fully face-to-face contact module was converted into a blended learning course. The purpose of the article is to report on how design-based phases, in the form of micro-, meso- and macro-cycles were applied to improve practice and to generate design principles. Design-based…

  20. Control room design and human factors using a virtual reality based tool for design, test and training

    International Nuclear Information System (INIS)

    Lirvall, Peter

    1998-02-01

    This report describes a user-centred approach to control room design adopted by IFE for the nuclear industry. The novelty of this approach is the development of a Control Room Philosophy, and the use of Virtual Reality (VR) technology as a tool in the design process, integrated with a specially developed Design Documentation System (DDS) and a process display prototyping tool PICASSO-3. The control room philosophy identifies all functional aspects of a control centre, to define the baseline principles and guidelines for the design. The use of VR technology enables end-users of the control room design (e.g. control room operators) to specify their preferred design of the new control room, and to replace the need for a physical mock-up to test and evaluate the proposed design. The DDS, integrated with the VR design tool, guides the control room operators, through a structured approach, to document the proposed design in a complete design specification. The VR tool, specially developed by IFE, is called the VR based Design, Test and Training tool (VR DTandT). It is not only intended to visualise the design, but also to test and evaluate the design. When the design is implemented, the same model is re-used as a VR based training simulator for operators. A special feature in the VR DTandT tool is that the verification and validation (VandV) tests, concerning human factors, are according to the regulative standards for nuclear control rooms

  1. Design of nanostructured-based glucose biosensors

    Science.gov (United States)

    Komirisetty, Archana; Williams, Frances; Pradhan, Aswini; Konda, Rajini B.; Dondapati, Hareesh; Samantaray, Diptirani

    2012-04-01

    This paper presents the design of glucose sensors that will be integrated with advanced nano-materials, bio-coatings and electronics to create novel devices that are highly sensitive, inexpensive, accurate, and reliable. In the work presented, a glucose biosensor and its fabrication process flow have been designed. The device is based on electrochemical sensing using a working electrode with bio-functionalized zinc oxide (ZnO) nano-rods. Among all metal oxide nanostructures, ZnO nano-materials play a significant role as a sensing element in biosensors due to their properties such as high isoelectric point (IEP), fast electron transfer, non-toxicity, biocompatibility, and chemical stability which are very crucial parameters to achieve high sensitivity. Amperometric enzyme electrodes based on glucose oxidase (GOx) are used due to their stability and high selectivity to glucose. The device also consists of silicon dioxide and titanium layers as well as platinum working and counter electrodes and a silver/silver chloride reference electrode. Currently, the biosensors are being fabricated using the process flow developed. Once completed, the sensors will be bio-functionalized and tested to characterize their performance, including their sensitivity and stability.

  2. Teaching Sustainable Design Using BIM and Project-Based Energy Simulations

    Directory of Open Access Journals (Sweden)

    Zhigang Shen

    2012-08-01

    Full Text Available The cross-disciplinary nature of energy-efficient building design has created many challenges for architecture, engineering and construction instructors. One of the technical challenges in teaching sustainable building design is enabling students to quantitatively understand how different building designs affect a building’s energy performance. Concept based instructional methods fall short in evaluating the impact of different design choices on a buildings’ energy consumption. Building Information Modeling (BIM with energy performance software provides a feasible tool to evaluate building design parameters. One notable advantage of this tool is its ability to couple 3D visualization of the structure with energy performance analysis without requiring detailed mathematical and thermodynamic calculations. Project-based Learning (PBL utilizing BIM tools coupled with energy analysis software was incorporated into a senior level undergraduate class. Student perceptions and feedback were analyzed to gauge the effectiveness of these techniques as instructional tools. The findings indicated that BIM-PBL can be used to effectively teach energy-efficient building design and construction.

  3. Analytical Model-Based Design Optimization of a Transverse Flux Machine

    Energy Technology Data Exchange (ETDEWEB)

    Hasan, Iftekhar; Husain, Tausif; Sozer, Yilmaz; Husain, Iqbal; Muljadi, Eduard

    2017-02-16

    This paper proposes an analytical machine design tool using magnetic equivalent circuit (MEC)-based particle swarm optimization (PSO) for a double-sided, flux-concentrating transverse flux machine (TFM). The magnetic equivalent circuit method is applied to analytically establish the relationship between the design objective and the input variables of prospective TFM designs. This is computationally less intensive and more time efficient than finite element solvers. A PSO algorithm is then used to design a machine with the highest torque density within the specified power range along with some geometric design constraints. The stator pole length, magnet length, and rotor thickness are the variables that define the optimization search space. Finite element analysis (FEA) was carried out to verify the performance of the MEC-PSO optimized machine. The proposed analytical design tool helps save computation time by at least 50% when compared to commercial FEA-based optimization programs, with results found to be in agreement with less than 5% error.

  4. Design principles for simulation games for learning clinical reasoning: A design-based research approach.

    Science.gov (United States)

    Koivisto, J-M; Haavisto, E; Niemi, H; Haho, P; Nylund, S; Multisilta, J

    2018-01-01

    Nurses sometimes lack the competence needed for recognising deterioration in patient conditions and this is often due to poor clinical reasoning. There is a need to develop new possibilities for learning this crucial competence area. In addition, educators need to be future oriented; they need to be able to design and adopt new pedagogical innovations. The purpose of the study is to describe the development process and to generate principles for the design of nursing simulation games. A design-based research methodology is applied in this study. Iterative cycles of analysis, design, development, testing and refinement were conducted via collaboration among researchers, educators, students, and game designers. The study facilitated the generation of reusable design principles for simulation games to guide future designers when designing and developing simulation games for learning clinical reasoning. This study makes a major contribution to research on simulation game development in the field of nursing education. The results of this study provide important insights into the significance of involving nurse educators in the design and development process of educational simulation games for the purpose of nursing education. Copyright © 2017 Elsevier Ltd. All rights reserved.

  5. What is it that is being designed in design-based research and how does it qualify as research?

    DEFF Research Database (Denmark)

    Gundersen, Peter Bukovica; Jørnø, Rasmus Leth Vergmann

    2015-01-01

    This article performs a comparative reading across a selection of seminal articles on Design based research in order to draw out and clarify key concepts that frame the approach. The article is a contribution to the ongoing discussion of how Design Based Research is or becomes a rigorous science....

  6. Evaluating design-based formative assessment practices in outdoor science teaching

    DEFF Research Database (Denmark)

    Hartmeyer, Rikke; Stevenson, Matthew Peter; Bentsen, Peter

    2016-01-01

    Background and purpose: Research in formative assessment often pays close attention to the strategies which can be used by teachers. However, less emphasis in the literature seems to have been paid to study the application of formative assessment designs in practice. In this paper, we argue...... that a formative assessment design that we call Eva-Mapping, which is developed on the principles of design-based research, can be a productive starting point for disseminating and further developing formative assessment practices in outdoor science teaching. Sample, design and methods: We conducted an evaluation...... of the design, based on video-elicited focus group interviews with two groups of experienced science teachers. Both groups consisted of teachers who taught science outside the classroom on a regular basis. These groups watched identical video sequences which were recorded during lessons in which teachers...

  7. Intuitive web-based experimental design for high-throughput biomedical data.

    Science.gov (United States)

    Friedrich, Andreas; Kenar, Erhan; Kohlbacher, Oliver; Nahnsen, Sven

    2015-01-01

    Big data bioinformatics aims at drawing biological conclusions from huge and complex biological datasets. Added value from the analysis of big data, however, is only possible if the data is accompanied by accurate metadata annotation. Particularly in high-throughput experiments intelligent approaches are needed to keep track of the experimental design, including the conditions that are studied as well as information that might be interesting for failure analysis or further experiments in the future. In addition to the management of this information, means for an integrated design and interfaces for structured data annotation are urgently needed by researchers. Here, we propose a factor-based experimental design approach that enables scientists to easily create large-scale experiments with the help of a web-based system. We present a novel implementation of a web-based interface allowing the collection of arbitrary metadata. To exchange and edit information we provide a spreadsheet-based, humanly readable format. Subsequently, sample sheets with identifiers and metainformation for data generation facilities can be created. Data files created after measurement of the samples can be uploaded to a datastore, where they are automatically linked to the previously created experimental design model.

  8. Computer Based Training Authors' and Designers' training

    Directory of Open Access Journals (Sweden)

    Frédéric GODET

    2016-03-01

    Full Text Available This communication, through couple of studies driven since 10 years, tries to show how important is the training of authors in Computer Based Training (CBT. We submit here an approach to prepare designers mastering Interactive Multimedia modules in this domain. Which institutions are really dedicating their efforts in training authors and designers in this area of CBTs? Television devices and broadcast organisations offered since year 60s' a first support for Distance Learning. New media, New Information and Communication Technologies (NICT allowed several public and private organisations to start Distance Learning projects. As usual some of them met their training objectives, other of them failed. Did their really failed? Currently, nobody has the right answer. Today, we do not have enough efficient tools allowing us to evaluate trainees' acquisition in a short term view. Training evaluation needs more than 10 to 20 years of elapsed time to bring reliable measures. Nevertheless, given the high investments already done in this area, we cannot wait until the final results of the pedagogical evaluation. A lot of analyses showed relevant issues which can be used as directions for CBTs authors and designers training. Warning - Our studies and the derived conclusions are mainly based on projects driven in the field. We additionally bring our several years experience in the training of movie film authors in the design of interactive multimedia products. Some of our examples are extracting from vocational training projects where we were involved in all development phases from the analysis of needs to the evaluation of the acquisition within the trainee's / employee job's. Obviously, we cannot bring and exhaustive approach in this domain where a lot of parameters are involved as frame for the CBT interactive multimedia modules authors' and designers' training.

  9. COA based robust output feedback UPFC controller design

    Energy Technology Data Exchange (ETDEWEB)

    Shayeghi, H., E-mail: hshayeghi@gmail.co [Technical Engineering Department, University of Mohaghegh Ardabili, Ardabil (Iran, Islamic Republic of); Shayanfar, H.A. [Center of Excellence for Power System Automation and Operation, Electrical Engineering Department, Iran University of Science and Technology, Tehran (Iran, Islamic Republic of); Jalilzadeh, S.; Safari, A. [Technical Engineering Department, Zanjan University, Zanjan (Iran, Islamic Republic of)

    2010-12-15

    In this paper, a novel method for the design of output feedback controller for unified power flow controller (UPFC) using chaotic optimization algorithm (COA) is developed. Chaotic optimization algorithms, which have the features of easy implementation, short execution time and robust mechanisms of escaping from the local optimum, is a promising tool for the engineering applications. The selection of the output feedback gains for the UPFC controllers is converted to an optimization problem with the time domain-based objective function which is solved by a COA based on Lozi map. Since chaotic mapping enjoys certainty, ergodicity and the stochastic property, the proposed chaotic optimization problem introduces chaos mapping using Lozi map chaotic sequences which increases its convergence rate and resulting precision. To ensure the robustness of the proposed stabilizers, the design process takes into account a wide range of operating conditions and system configurations. The effectiveness of the proposed controller for damping low frequency oscillations is tested and demonstrated through non-linear time-domain simulation and some performance indices studies. The results analysis reveals that the designed COA based output feedback UPFC damping controller has an excellent capability in damping power system low frequency oscillations and enhance greatly the dynamic stability of the power systems.

  10. The-Abstraction-Hierarchy-based Mobile PC Display Design for NPP Maintenance

    International Nuclear Information System (INIS)

    Kim, In; Kim, Bo Gyung; Seong, Poong Hyun; Ha, Jun Su

    2010-01-01

    Recently, the importance of effective maintenance in nuclear power plants (NPPs) has been emphasized and research into effective maintenance by adopting mobile maintenance aids (MMAs) have been attempted. For improved and effective use of an MMA display design method based on abstraction hierarchy (AH) is proposed and its design considerations are discussed in this study. Six levels of abstraction hierarchy are proposed in this paper to classify the maintenance information. By classifying and organizing maintenance information using AH, maintenance information can be used effectively by users with either high or low levels of expertise. When information classification has been finished, the information for MMA design is selected and designed. With the considerations of MMA design analysis and guidelines, AH-based MMA is designed for the maintenance tasks. An experiment is conducted using the AH-based MMA in order to estimate the effectiveness of the proposed method for the maintenance tasks and to identify design considerations to enhance the proposed MMAs. The result indicated that an AH-based manual was more effective than a conventional manual in terms of task completion time and number of errors. The workload for the AH-based manual was estimated less than the conventional manual for subjects with low level of expertise. As the level of expertise increases, subjects tended to follow more abstract information while the number of navigations decreased. It is believed that when mobile devices become pervasive in NPP maintenance fields, AH-model applied MMAs can be used as an effective maintenance supporting tool

  11. Teaching Construction: A Design-Based Course Model

    Science.gov (United States)

    Love, Tyler S.; Salgado, Carlos A.

    2016-01-01

    The focus on construction in T&E education has drastically changed. This article presents a series of topics and design-based labs that can be taught at various grade levels to integrate STEM concepts while also increasing students' overall awareness of construction and structural technologies.

  12. FPGA Based Low Power ROM Design Using Capacitance Scaling

    DEFF Research Database (Denmark)

    Bansal, Meenakshi; Bansal, Neha; Saini, Rishita

    2015-01-01

    An ideal capacitor will not dissipate any power, but a real capacitor wil l have some power dissipation. In this work, we are going to design capacitance scaling based low power ROM design. In order to test the compatibility of this ROM design with latest i7 Processor, we are operating this ROM w...... in I/O Power, saving of 0.2% occur in Leakage Power, there will be a saving of 11.54% occur in Total Power. This design is implemented on Virtex-5 FPGA using Xilinx ISE and Verilog....

  13. Ontological Knowledge Base of Physical and Technical Effects for Conceptual Design of Sensors

    International Nuclear Information System (INIS)

    ASTRAKHAN CIVIL ENGINEERING INSTITUTE, Astrakhan (Russian Federation))" data-affiliation=" (Department of CAD Systems, State Autonomous Educational Institution of Astrakhan Region of Higher Professional Education ASTRAKHAN CIVIL ENGINEERING INSTITUTE, Astrakhan (Russian Federation))" >Zaripova, V M; ASTRAKHAN CIVIL ENGINEERING INSTITUTE, Astrakhan (Russian Federation))" data-affiliation=" (Department of CAD Systems, State Autonomous Educational Institution of Astrakhan Region of Higher Professional Education ASTRAKHAN CIVIL ENGINEERING INSTITUTE, Astrakhan (Russian Federation))" >Petrova, I Yu

    2015-01-01

    This article discusses design of the knowledge base of physical phenomena based on domain-specific ontology. Classification of various physical phenomena in the knowledge base is based on energy-information model of circuits (EIMC) suggested by the authors. This model is specially aimed at design of new operating principles of sensing elements (sensors). Such a knowledge base can be used to train intended engineers, specialists in sensors design

  14. The EDIE method – towards an approach to collaboration-based persuasive design

    DEFF Research Database (Denmark)

    Hansen, Sandra Burri Gram

    2016-01-01

    This paper presents the initial steps towards a collaboration-based method for persuasive design – the EDIE method (Explore, Design, Implement, Evaluate). The method is inspired by Design-Based Research, but developed to combine different design approaches that have dominated the persuasive...... technology field over the past decade. The rhetorical notion of Kairos is considered a key element in the EDIE method, resulting in a distinct focus on participatory design and constructive ethics. The method is explained through a practical example of developing persuasive learning designs in collaboration...

  15. Design Optimization of Liquid Nitrogen Based IQF Tunnel

    Science.gov (United States)

    Datye, A. B.; Narayankhedkar, K. G.; Sharma, G. K.

    2006-04-01

    A design methodology for an Individual Quick Freezing (IQF) tunnel using liquid nitrogen is developed and the design based on this methodology is validated using the data of commercial tunnels. The design takes care of heat gains due to the conveyor belt which is exposed to atmosphere at the infeed and outfeed ends. The design also considers the heat gains through the insulation as well as due to circulating fans located within the tunnel. For minimum liquid nitrogen consumption, the ratio of the length of the belt, L (from infeed to out feed) to the width of the belt, W can be considered as a parameter. The comparison of predicted and reported liquid nitrogen (experimental data) consumption shows good agreement and is within 10 %.

  16. Design and implementation of an internet-based electrical engineering laboratory.

    Science.gov (United States)

    He, Zhenlei; Shen, Zhangbiao; Zhu, Shanan

    2014-09-01

    This paper describes an internet-based electrical engineering laboratory (IEE-Lab) with virtual and physical experiments at Zhejiang University. In order to synthesize the advantages of both experiment styles, the IEE-Lab is come up with Client/Server/Application framework and combines the virtual and physical experiments. The design and workflow of IEE-Lab are introduced. The analog electronic experiment is taken as an example to show Flex plug-in design, data communication based on XML (Extensible Markup Language), experiment simulation modeled by Modelica and control terminals' design. Crown Copyright © 2014. Published by Elsevier Ltd. All rights reserved.

  17. Operation and maintenance requirements of system design bases

    International Nuclear Information System (INIS)

    Banerjee, A.K.; Hanley, N.E.

    1989-01-01

    All system designs make assumptions about system operation testing, inspection, and maintenance. Existing industry codes and standards explicitly address design requirements of new systems, while issues related to system and plant reliability, life, design margins, effects of service conditions, operation, maintenance, etc., usually are implicit. However, system/component design documents of existing power plants often address the code requirements without considering the operation, maintenance, inspection, and testing (OMIT) requirements. The nuclear industry is expending major efforts at most nuclear power plants to reassemble and/or reconstitute system design bases. Stone ampersand Webster Engineering Corporation (SWEC) recently addressed the OMIT requirements of system/component design as an integral part of a utility's preventive maintenance program. For each component, SWEC reviewed vendor recommendations, NPRDS data/industry experience, the existing maintenance program, component service conditions, and actual plant experience. A maintenance program that considers component service conditions and plant experience ensures a connection between maintenance and design basis. Root cause analysis of failure and engineering evaluation of service condition are part of the program. System/component OMIT requirements also are compared against system design, service condition, degradation mechanism, etc., through system/component life-cycle evaluation

  18. Instructional Designers' Media Selection Practices for Distributed Problem-Based Learning Environments

    Science.gov (United States)

    Fells, Stephanie

    2012-01-01

    The design of online or distributed problem-based learning (dPBL) is a nascent, complex design problem. Instructional designers are challenged to effectively unite the constructivist principles of problem-based learning (PBL) with appropriate media in order to create quality dPBL environments. While computer-mediated communication (CMC) tools and…

  19. The impact of design-based modeling instruction on seventh graders' spatial abilities and model-based argumentation

    Science.gov (United States)

    McConnell, William J.

    Due to the call of current science education reform for the integration of engineering practices within science classrooms, design-based instruction is receiving much attention in science education literature. Although some aspect of modeling is often included in well-known design-based instructional methods, it is not always a primary focus. The purpose of this study was to better understand how design-based instruction with an emphasis on scientific modeling might impact students' spatial abilities and their model-based argumentation abilities. In the following mixed-method multiple case study, seven seventh grade students attending a secular private school in the Mid-Atlantic region of the United States underwent an instructional intervention involving design-based instruction, modeling and argumentation. Through the course of a lesson involving students in exploring the interrelatedness of the environment and an animal's form and function, students created and used multiple forms of expressed models to assist them in model-based scientific argument. Pre/post data were collected through the use of The Purdue Spatial Visualization Test: Rotation, the Mental Rotation Test and interviews. Other data included a spatial activities survey, student artifacts in the form of models, notes, exit tickets, and video recordings of students throughout the intervention. Spatial abilities tests were analyzed using descriptive statistics while students' arguments were analyzed using the Instrument for the Analysis of Scientific Curricular Arguments and a behavior protocol. Models were analyzed using content analysis and interviews and all other data were coded and analyzed for emergent themes. Findings in the area of spatial abilities included increases in spatial reasoning for six out of seven participants, and an immense difference in the spatial challenges encountered by students when using CAD software instead of paper drawings to create models. Students perceived 3D printed

  20. Using Biomimicry to Engage Students in a Design-Based Learning Activity

    Science.gov (United States)

    Gardner, Grant E.

    2012-01-01

    I describe a design-based learning activity that utilizes the interdisciplinary content domain of biomimicry. Design-based learning requires student creativity and technological innovation to address novel science problems, characteristics of the nature of science not often addressed in schools. Alignment with national standards documents,…

  1. Design of Packet-Based Block Codes with Shift Operators

    Directory of Open Access Journals (Sweden)

    Ilow Jacek

    2010-01-01

    Full Text Available This paper introduces packet-oriented block codes for the recovery of lost packets and the correction of an erroneous single packet. Specifically, a family of systematic codes is proposed, based on a Vandermonde matrix applied to a group of information packets to construct redundant packets, where the elements of the Vandermonde matrix are bit-level right arithmetic shift operators. The code design is applicable to packets of any size, provided that the packets within a block of information packets are of uniform length. In order to decrease the overhead associated with packet padding using shift operators, non-Vandermonde matrices are also proposed for designing packet-oriented block codes. An efficient matrix inversion procedure for the off-line design of the decoding algorithm is presented to recover lost packets. The error correction capability of the design is investigated as well. The decoding algorithm, based on syndrome decoding, to correct a single erroneous packet in a group of received packets is presented. The paper is equipped with examples of codes using different parameters. The code designs and their performance are tested using Monte Carlo simulations; the results obtained exhibit good agreement with the corresponding theoretical results.

  2. Internet based remote cooperative engineering system for NSSS system design

    International Nuclear Information System (INIS)

    Kim, Y. S.; Lee, S. L.

    2000-01-01

    Implementation of information technology system through the nuclear power plant life cycle which covers site selection, design, construction, operation and decommission has been suggested continually by the reports or guidelines from NIRMA, INPO, NUMARC, USNRC and EPRI since late 1980's, and some of it has been actually implemented and applied partially to the practical design process. However, for the NSSS system design, a high level activity of nuclear power plant design phase, none of the effects has been reported with regard to implementing the information system. In Korea, KAERI studied NuIDEAS(Nuclear Integrated Database and Design Advancement System) in 1995, and KAERI (Korea Electric Power Research Institute) worked with CENP (Combustion Engineering Nuclear Power) for KNGR IMS(Information Management System) in 1997 as trials to adopt information system for NSSS system design. In this paper, after reviewing the pre-studied two information system, we introduce implementation of the information system for NSSS system design which is compatible with the on-going design works and can be used as means of concurrent engineering through internet. With this electronic design system, we expect increase of the design efficiency and productivity by switching from hard copy based design flow to internet based system. In addition, reliability and traceability of the design data is highly elevated by containing the native document file together with all the review, comment and resolution history in one database

  3. Balancing Expression and Structure in Game Design: Developing Computational Participation Using Studio-Based Design Pedagogy

    Science.gov (United States)

    DeVane, Ben; Steward, Cody; Tran, Kelly M.

    2016-01-01

    This article reports on a project that used a game-creation tool to introduce middle-school students ages 10 to 13 to problem-solving strategies similar to those in computer science through the lens of studio-based design arts. Drawing on historic paradigms in design pedagogy and contemporary educational approaches in the digital arts to teach…

  4. Design-based learning in classrooms using playful digital toolkits

    NARCIS (Netherlands)

    Scheltenaar, K.J.; van der Poel, J.E.C.; Bekker, Tilde

    2015-01-01

    The goal of this paper is to explore how to implement Design Based Learning (DBL) with digital toolkits to teach 21st century skills in (Dutch) schools. It describes the outcomes of a literature study and two design case studies in which such a DBL approach with digital toolkits was iteratively

  5. Cardiovascular performance of adult breeding sows fails to obey allometric scaling laws.

    Science.gov (United States)

    van Essen, G J; Vernooij, J C M; Heesterbeek, J A P; Anjema, D; Merkus, D; Duncker, D J

    2011-02-01

    In view of the remarkable decrease of the relative heart weight (HW) and the relative blood volume in growing pigs, we investigated whether HW, cardiac output (CO), and stroke volume (SV) of modern growing pigs are proportional to BW, as predicted by allometric scaling laws: HW (or CO or SV) = a·BW(b), in which a and b are constants, and constant b is a multiple of 0.25 (quarter-power scaling law). Specifically, we tested the hypothesis that both HW and CO scale with BW to the power of 0.75 (HW or CO = a·BW(0.75)) and SV scales with BW to the power of 1.00 (SV = a·BW(1.0)). For this purpose, 2 groups of pigs (group 1, consisting of 157 pigs of 50 ± 1 kg; group 2, consisting of 45 pigs of 268 ± 18 kg) were surgically instrumented with a flow probe or a thermodilution dilution catheter, under open-chest anesthetized conditions to measure CO and SV, after which HW was determined. The 95% confidence intervals of power-coefficient b for HW were 0.74 to 0.80, encompassing the predicted value of 0.75, suggesting that HW increased proportionally with BW, as predicted by the allometric scaling laws. In contrast, the 95% confidence intervals of power-coefficient b for CO and SV as measured with flow probes were 0.40 to 0.56 and 0.39 to 0.61, respectively, and values obtained with the thermodilution technique were 0.34 to 0.53 and 0.40 to 0.62, respectively. Thus, the 95% confidence limits failed to encompass the predicted values of b for CO and SV of 0.75 and 1.0, respectively. In conclusion, although adult breeding sows display normal heart growth, cardiac performance appears to be disproportionately low for BW. This raises concern regarding the health status of adult breeding sows.

  6. Design and Construction of Manned Lunar Base

    Science.gov (United States)

    Li, Zhijie

    2016-07-01

    Building manned lunar base is one of the core aims of human lunar exploration project, which is also an important way to carry out the exploitation and utilization of lunar in situ resources. The most important part of manned lunar base is the design and construction of living habitation and many factors should be considered including science objective and site selection. Through investigating and research, the scientific goals of manned lunar base should be status and characteristics ascertainment of lunar available in situ resources, then developing necessary scientific experiments and utilization of lunar in situ resources by using special environment conditions of lunar surface. The site selection strategy of manned lunar base should rely on scientific goals according to special lunar surface environment and engineering capacity constraints, meanwhile, consulting the landing sites of foreign unmanned and manned lunar exploration, and choosing different typical regions of lunar surface and analyzing the landform and physiognomy, reachability, thermal environment, sunlight condition, micro meteoroids protection and utilization of in situ resources, after these steps, a logical lunar living habitation site should be confirmed. This paper brings out and compares three kinds of configurations with fabricating processes of manned lunar base, including rigid module, flexible and construction module manned lunar base. 1.The rigid habitation module is usually made by metal materials. The design and fabrication may consult the experience of space station, hence with mature technique. Because this configuration cannot be folded or deployed, which not only afford limit working and living room for astronauts, but also needs repetitious cargo transit between earth and moon for lunar base extending. 2. The flexible module habitation can be folded in fairing while launching. When deploying on moon, the configuration can be inflatable or mechanically-deployed, which means under

  7. A regression-based Kansei engineering system based on form feature lines for product form design

    Directory of Open Access Journals (Sweden)

    Yan Xiong

    2016-06-01

    Full Text Available When developing new products, it is important for a designer to understand users’ perceptions and develop product form with the corresponding perceptions. In order to establish the mapping between users’ perceptions and product design features effectively, in this study, we presented a regression-based Kansei engineering system based on form feature lines for product form design. First according to the characteristics of design concept representation, product form features–product form feature lines were defined. Second, Kansei words were chosen to describe image perceptions toward product samples. Then, multiple linear regression and support vector regression were used to construct the models, respectively, that predicted users’ image perceptions. Using mobile phones as experimental samples, Kansei prediction models were established based on the front view form feature lines of the samples. From the experimental results, these two predict models were of good adaptability. But in contrast to multiple linear regression, the predict performance of support vector regression model was better, and support vector regression is more suitable for form regression prediction. The results of the case showed that the proposed method provided an effective means for designers to manipulate product features as a whole, and it can optimize Kansei model and improve practical values.

  8. Improving the Aircraft Design Process Using Web-based Modeling and Simulation

    Science.gov (United States)

    Reed, John A.; Follen, Gregory J.; Afjeh, Abdollah A.

    2003-01-01

    Designing and developing new aircraft systems is time-consuming and expensive. Computational simulation is a promising means for reducing design cycle times, but requires a flexible software environment capable of integrating advanced multidisciplinary and muitifidelity analysis methods, dynamically managing data across heterogeneous computing platforms, and distributing computationally complex tasks. Web-based simulation, with its emphasis on collaborative composition of simulation models, distributed heterogeneous execution, and dynamic multimedia documentation, has the potential to meet these requirements. This paper outlines the current aircraft design process, highlighting its problems and complexities, and presents our vision of an aircraft design process using Web-based modeling and simulation.

  9. Planning for a data base system to support satellite conceptual design

    Science.gov (United States)

    Claydon, C. R.

    1976-01-01

    The conceptual design of an automated satellite design data base system is presented. The satellite catalog in the system includes data for all earth orbital satellites funded to the hardware stage for launch between 1970 and 1980, and provides a concise compilation of satellite capabilities and design parameters. The cost of satellite subsystems and components will be added to the base. Data elements are listed and discussed. Sensor and science and applications opportunities catalogs will be included in the data system. Capabilities of the BASIS storage, retrieval, and analysis system are used in the system design.

  10. Spaceborne computer executive routine functional design specification. Volume 2: Computer executive design for space station/base

    Science.gov (United States)

    Kennedy, J. R.; Fitzpatrick, W. S.

    1971-01-01

    The computer executive functional system design concepts derived from study of the Space Station/Base are presented. Information Management System hardware configuration as directly influencing the executive design is reviewed. The hardware configuration and generic executive design requirements are considered in detail in a previous report (System Configuration and Executive Requirements Specifications for Reusable Shuttle and Space Station/Base, 9/25/70). This report defines basic system primitives and delineates processes and process control. Supervisor states are considered for describing basic multiprogramming and multiprocessing systems. A high-level computer executive including control of scheduling, allocation of resources, system interactions, and real-time supervisory functions is defined. The description is oriented to provide a baseline for a functional simulation of the computer executive system.

  11. Group-Based Life Design Counseling in an Italian Context

    Science.gov (United States)

    Di Fabio, Annamaria; Maree, Jacobus Gideon

    2012-01-01

    This study examined the effectiveness of group-based Life Design Counseling using the Career-Story Interview. Written exercises were used to implement the seven topics in the Career-Story Interview. The present study employed an experimental design that involved two groups of Italian entrepreneurs from the agricultural and trade sectors, namely an…

  12. Design-Based Research for Professional Learning for "Cultural Mathematics"

    Science.gov (United States)

    Kravia, Geori; Owens, Kay

    2014-01-01

    Design-based research is being used to develop and refine the principles used in professional learning workshops with teachers from three different Papua New Guinean ecologies: highlands, coastal, and inland in a coastal province. The appropriateness of the design of principles for Papua New Guinean Elementary Schools is tried over several phases…

  13. Preparing Instructional Designers for Game-Based Learning: Part 1

    Science.gov (United States)

    Hirumi, Atsusi; Appelman, Bob; Rieber, Lloyd; Van Eck, Richard

    2010-01-01

    Like many rapidly growing industries, advances in video game technology are far outpacing research on its design and effectiveness. Relatively little is understood about how to apply what we know about teaching and learning to optimize game-based learning. For the most part, instructional designers know little about game development and video game…

  14. Design of a Blended Learning Environment Based on Merrill’s Principles

    Science.gov (United States)

    Simarmata, Janner; Djohar, Asari; Purba, Janulis; Juanda, Enjang A.

    2018-01-01

    Designing blended learning courses requires a systematic approach, in instructional design decisions and implementations, instructional principles help educators not only to specify the elements of the course, but also to provide a solid base from which to build the technology. The blended learning course was designed based on Merrill’s First Principles of Instruction with five phases. This paper helps inform educators about how to develop appropriate learning styles and preferences according to students’ learning needs.

  15. Results-Based Organization Design for Technology Entrepreneurs

    Directory of Open Access Journals (Sweden)

    Chris McPhee

    2012-05-01

    Full Text Available Faced with considerable uncertainty, entrepreneurs would benefit from clearly defined objectives, a plan to achieve these objectives (including a reasonable expectation that this plan will work, as well as a means to measure progress and make requisite course corrections. In this article, the author combines the benefits of results-based management with the benefits of organization design to describe a practical approach that technology entrepreneurs can use to design their organizations so that they deliver desired outcomes. This approach links insights from theory and practice, builds logical connections between entrepreneurial activities and desired outcomes, and measures progress toward those outcomes. This approach also provides a mechanism for entrepreneurs to make continual adjustments and improvements to their design and direction in response to data, customer and stakeholder feedback, and changes in their business environment.

  16. Analysis and Design of Reinforced Concrete Structures With Spring Base Isolation

    International Nuclear Information System (INIS)

    Tun Myint Aung; Tin Tin Win, Nyan Myint Kyaw

    2008-06-01

    In the study, analysis and design of four storey reinforced concrete building and it's isolations which is located in seismic zone 4. Then comparison of analysis result between fixed base condition and isolated condition of the building due to multi direction earthquake motions such as horizontal and vertical earthquake. Firstaly, static analysis is used for fixed base condition due to gravity unfactored load to design the helical spring. Secondly spectrum analysis is only utilized for horizontal earthquake and time history analysis is used for both horizontal earthquake and vertical earthquake respectively. Finally, comparison of the analysis results as forces, displacements, drifts, accelerations and shear at various levels of building are presented. The static period of fixed base is 0.4 sec. According to the base isolated concept, base isolated period is lengthened to 0.8 sec, 1 sec and 1.2sec for design earthquake level. The results which are especially compared to base isolated (1.2 sec) and fixed base building show that the displacements of base isolated is more than fixed base building but other seismic response such as acceleration of base isolated is significantly reduced compared to fixed base as well as base isloated building has capacity for reducing of member force of the structure with fixed base building

  17. Corporate Innovation Management Framework Based On Design Thinking

    DEFF Research Database (Denmark)

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

    2014-01-01

    This paper proposes use of an Innovation Management Framework through the roll-out of Design Thinking in a multi-national company by applying adequately framed organizational governance. An Innovation Management Framework based on the principles of Design Thinking is providing central pillars...... that not only ensure effective governance. The elevation both from Innovation Management to foster Design Thinking and vice versa the Design Thinking characteristics that strengthen the corporate innovativeness through governance is in focus. With the latter in mind, this paper therefor looks on Innovation...... to be governed. An Innovation Management Framework with principles of DT may avoid uncoordinated innovation capabilities. Ultimately innovation will not be an R&D topic anymore but become part for every employee’s job, irrespective of his or her position. In a previous paper DT characteristics were evaluated...

  18. Design of housing file box of fire academy based on RFID

    Science.gov (United States)

    Li, Huaiyi

    2018-04-01

    This paper presents a design scheme of intelligent file box based on RFID. The advantages of RFID file box and traditional file box are compared and analyzed, and the feasibility of RFID file box design is analyzed based on the actual situation of our university. After introducing the shape and structure design of the intelligent file box, the paper discusses the working process of the file box, and explains in detail the internal communication principle of the RFID file box and the realization of the control system. The application of the RFID based file box will greatly improve the efficiency of our school's archives management.

  19. Developing Pedagogical Practices for English-Language Learners: A Design-Based Approach

    Science.gov (United States)

    Iddings, Ana Christina DaSilva; Rose, Brian Christopher

    2012-01-01

    This study draws on the application of sociocultural theory to second-language learning and teaching to examine the impact of a design-based research approach on teacher development and literacy instruction to English-language learners (ELLs). Design-based research methodology was employed to derive theoretical suppositions relating to the process…

  20. A New Design Approach to game or play based learning

    DEFF Research Database (Denmark)

    Larsen, Lasse Juel

    to ground the students sense of meaning. This paper proposes another approach: using visualization in immersive 3D-worlds as documentation of learning progress while at the same time constituting a reward system which motivate further learning. The overall design idea is to build a game based learning......Abstract: The present paper proposes a new design perspective for game based learning. The general idea is to abandon the long and sought after dream of designing a closed learning system, where students from elementary school to high school without teachers’ interference could learn whatever...... game based learning system, but also confront aspects of modern learning theory especially the notion of reference between content of an assignment and the reality with which it should or could be connected (situated learning). The second idea promotes a way to tackle the common experience...

  1. Design and control of the precise tracking bed based on complex electromechanical design theory

    Science.gov (United States)

    Ren, Changzhi; Liu, Zhao; Wu, Liao; Chen, Ken

    2010-05-01

    The precise tracking technology is wide used in astronomical instruments, satellite tracking and aeronautic test bed. However, the precise ultra low speed tracking drive system is one high integrated electromechanical system, which one complexly electromechanical design method is adopted to improve the efficiency, reliability and quality of the system during the design and manufacture circle. The precise Tracking Bed is one ultra-exact, ultra-low speed, high precision and huge inertial instrument, which some kind of mechanism and environment of the ultra low speed is different from general technology. This paper explores the design process based on complex electromechanical optimizing design theory, one non-PID with a CMAC forward feedback control method is used in the servo system of the precise tracking bed and some simulation results are discussed.

  2. Overstrength of Displacement-Based Designed Eccentrically Braced Steel Frames

    Directory of Open Access Journals (Sweden)

    Sina Farahani

    2016-03-01

    Full Text Available Direct Displacement-Based Design (DDBD is a performance-based seismic design method that has been proposed and developed over the past two decades for RC frame structures, shear walls and bridges design. The aim of this study is to evaluate overstrength of EBFs with short, intermediate and long link beams designed according to the DDBD method. For this purpose, twelve EBFs with 3, 5, 9 and 12 stories having short, intermediate and long link beams designed using the DDBD method. To investigate the seismic behavior of the considered EBFs, it is first necessary to model properly the nonlinear cyclic behavior of link beams properly. In this regard, the macro-model developed and proposed by Richards was utilized in this study to simulate the nonlinear behavior of some tested link beams available in the literature. After validating the finite-element model, the seismic behavior of the considered EBFs was studied using nonlinear static analyses. The results show that the overstrength factors of the DDB designed EBFs are variable depending on their links length ratio and may even be less than the factor proposed in the DDBD method (i.e. 1.5. This factor was evaluated as 1.51, 1.37 and 1.19 for the investigated EBFs in this study with short, intermediate and long link beams, respectively.

  3. The Design of a Capability-Based Distributed Operating System

    NARCIS (Netherlands)

    Mullender, Sape J.; Tanenbaum, A.S.

    Fifth-generation computer systems will use large numbers of processors to achieve high performance. In this paper a capability-based operating system designed for this environment is discussed. Capability-based operating systems have traditionally required large, complex kernels to manage the use of

  4. Comparison of Two Independent LIDAR-Based Pitch Control Designs

    Energy Technology Data Exchange (ETDEWEB)

    Dunne, F.; Schlipf, D.; Pao, L. Y.

    2012-08-01

    Two different lidar-based feedforward controllers have previously been designed for the NREL 5 MW wind turbine model under separate studies. Feedforward controller A uses a finite-impulse-response design, with 5 seconds of preview, and three rotating lidar measurements. Feedforward controller B uses a static-gain design, with the preview time defined by the pitch actuator dynamics, a simulation of a real nacelle-based scanning lidar system, and a lowpass filter defined by the lidar configuration. These controllers are now directly compared under the same lidar configuration, in terms of fatigue load reduction, rotor speed regulation, and power capture. The various differences in design choices are discussed and compared. We also compare frequency plots of individual pitch feedforward and collective pitch feedforward load reductions, and we see that individual pitch feedforward is effective mainly at the once-per-revolution and twice-per-revolution frequencies. We also explain how to determine the required preview time by breaking it down into separate parts, and we then compare it to the expected preview time available.

  5. Zeroth order resonator (ZOR) based RFID antenna design

    Science.gov (United States)

    Masud, Muhammad Mubeen

    Meander-line and multi-layer antennas have been used extensively to design compact UHF radio frequency identification (RFID) tags; however the overall size reduction of meander-line antennas is limited by the amount of parasitic inductance that can be introduced by each meander-line segment, and multi-layer antennas can be too costly. In this study, a new compact antenna topology for passive UHF RFID tags based on zeroth order resonant (ZOR) design techniques is presented. The antenna consists of lossy coplanar conductors and either inter-connected inter-digital capacitor (IDC) or shunt inductor unit-cells with a ZOR frequency near the operating frequency of the antenna. Setting the ZOR frequency near the operating frequency is a key component in the design process because the unit-cells chosen for the design are inductive at the operating frequency. This makes the unit-cells very useful for antenna miniaturization. These new designs in this work have several benefits: the coplanar layout can be printed on a single layer, matching inductive loops that reduce antenna efficiency are not required and ZOR analysis can be used for the design. Finally, for validation, prototype antennas are designed, fabricated and tested.

  6. Secure wireless embedded systems via component-based design

    DEFF Research Database (Denmark)

    Hjorth, T.; Torbensen, R.

    2010-01-01

    This paper introduces the method secure-by-design as a way of constructing wireless embedded systems using component-based modeling frameworks. This facilitates design of secure applications through verified, reusable software. Following this method we propose a security framework with a secure c......, with full support for confidentiality, authentication, and integrity using keypairs. The approach has been demonstrated in a multi-platform home automation prototype that can remotely unlock a door using a PDA over the Internet....

  7. Finite-Element Model-Based Design Synthesis of Axial Flux PMBLDC Motors

    DEFF Research Database (Denmark)

    Fasil, Muhammed; Mijatovic, Nenad; Jensen, Bogi Bech

    2016-01-01

    of a unique solution. The designer can later select a design, based on comparing parameters of the designs, which are critical to the application that the motor will be used. The presented approach makes it easier to define constraints for a design synthesis problem. A detailed description of the setting up...

  8. Concurrent multidisciplinary mechanical design based on design task analysis and knowledge sharing; Sekkei task bunseki to joho kyoyu ni yoru mechatronics kyocho sekkei

    Energy Technology Data Exchange (ETDEWEB)

    Kondo, K.; Ozawa, M.; Mori, T. [Toshiba Corp., Tokyo (Japan)

    1999-09-01

    We have developed a systematic design task planning method based on a design structure matrix(DSM) and a lumped model- based framework for knowledge sharing in a concurrent design environment as key techniques for developing higher quality products in a shorter design time. The DSM facilitates systematic analysis of dependencies among design tasks and optimization of the design process. The framework based on a lumped model description of mechanical systems enables concurrent and cooperative work among multidisciplinary designers at an early stage of the design process. In this paper, we also discuss the relationships between these techniques and the product development flow from product definition to detailed design. (author)

  9. Pile Design Based on Cone Penetration Test Results

    OpenAIRE

    Salgado, Rodrigo; Lee, Junhwan

    1999-01-01

    The bearing capacity of piles consists of both base resistance and side resistance. The side resistance of piles is in most cases fully mobilized well before the maximum base resistance is reached. As the side resistance is mobilized early in the loading process, the determination of pile base resistance is a key element of pile design. Static cone penetration is well related to the pile loading process, since it is performed quasi-statically and resembles a scaled-down pile load test. In ord...

  10. Hazardous waste transportation risk assessment for the US Department of Energy Environmental Restoration and Waste Management Programmatic Environmental Impact Statement -- human health endpoints

    International Nuclear Information System (INIS)

    Hartmann, H.M.; Policastro, A.J.; Lazaro, M.A.

    1994-01-01

    In this presentation, a quantitative methodology for assessing the risk associated with the transportation of hazardous waste (HW) is proposed. The focus is on identifying air concentrations of HW that correspond to specific human health endpoints

  11. Higgs and top production in the reaction γe→νb anti bW at TeV linear collider energies

    International Nuclear Information System (INIS)

    Boos, E.; Pukhov, A.; Sachwitz, M.; Schreiber, H.J.

    1996-06-01

    For an electron-photon collider the complete tree-level cross sections of the reaction γe→νb anti bW are computed at center-of-mass energies between 0.5 and 2.0 TeV, for top masses of 160 to 200 GeV and Higgs masses between 80 and 140 GeV within the standard model. It is shown that most of the about 50% smaller. Multiperipheral background and interferences are small, respectively negligible, in the energy range studied. By convoluting the basic cross sections with an energy spectrum of the backscattered photon beam, and inserting linear collider luminosities as anticipated in present designs, realistic νb anti bW event rates are estimated. This results in large event rates for γe→νtb and γe→νHW. We estimate that the CKM matrix element vertical stroke V tb vertical stroke can be probed from the νtb final state to an accuracy of 1-3% at √ssub(e + e - )>or∼1 TeV. Assuming an effective Lagrangian based on dimension-6 operators we discuss the sensitivity for detecting deviations of the HWW coupling from the Standard Model in the reaction γe→νHW. (orig.)

  12. Sparse data structure design for wavelet-based methods

    Directory of Open Access Journals (Sweden)

    Latu Guillaume

    2011-12-01

    Full Text Available This course gives an introduction to the design of efficient datatypes for adaptive wavelet-based applications. It presents some code fragments and benchmark technics useful to learn about the design of sparse data structures and adaptive algorithms. Material and practical examples are given, and they provide good introduction for anyone involved in the development of adaptive applications. An answer will be given to the question: how to implement and efficiently use the discrete wavelet transform in computer applications? A focus will be made on time-evolution problems, and use of wavelet-based scheme for adaptively solving partial differential equations (PDE. One crucial issue is that the benefits of the adaptive method in term of algorithmic cost reduction can not be wasted by overheads associated to sparse data management.

  13. Designing robust control-based HIV-treatment

    Directory of Open Access Journals (Sweden)

    Fredy Andrés Olarte Dussán

    2008-05-01

    Full Text Available Designing a robust control-based treatment for human immunodeficiency virus (HIV-infected patients was studied. The dynamics of the immune system’s response to infection was modelled using a 5th order nonlinear model with separate efficacy coefficients for protease inhibitor (PIs and reverse transcriptase inhibitors (RTIs. The immune res-ponse has been represented as an uncertain system due to errors in parameter estimation and the existence of un-modelled dynamics. A polytopic system was constructed incorporating all possible system parameter values. A con-trol system was designed using robust pole location techniques stabilising the polytopic system around an equilibrium point having a low viral load. Numerical simulation results (including the organism’s pharmacokinetical response to anti-retroviral drugs showed that the control law could lead to long-term stable conditions, even in extreme cases.

  14. Tracking the quality of care for sick children using lot quality assurance sampling: targeting improvements of health services in Jigawa, Nigeria.

    Directory of Open Access Journals (Sweden)

    Edward Adekola Oladele

    Full Text Available BACKGROUND: In Nigeria, 30% of child deaths are due to malaria. The National Malaria Control Program of Nigeria (NMCP during 2009 initiated a program to improve the quality of paediatric malaria services delivered in health facilities (HF. This study reports a rapid approach used to assess the existing quality of services in Jigawa state at decentralised levels of the health system. METHODS: NMCP selected Lot Quality Assurance Sampling (LQAS to identify the variation in HF service quality among Senatorial Districts (SD. LQAS was selected because it was affordable and could be used by local health workers (HW in a population-based survey. NMCP applied a 2-stage LQAS using a structured Rapid Health Facility Assessment (R-HFA tool to identify high and low performing SD for specified indicators. FINDINGS: LQAS identified variations in HF performance (n = 21 and enabled resources to be targeted to address priorities. All SD exhibited deficient essential services, supplies and equipment. Only 9.7% of HF had Artemisinin-based Combination Therapies and other first-line treatments for childhood illnesses. No SD and few HF exhibited adequate HW performance for the assessment, treatment or counselling of sick children. Using the IMCI algorithm, 17.5% of HW assessed the child's vaccination status, 46.8% assessed nutritional status, and 65.1% assessed children for dehydration. Only 5.1% of HW treatments were appropriate for the assessment. Exit interviews revealed that 5.1% of caregivers knew their children's illness, and only 19.9% could accurately describe how to administer the prescribed drug. CONCLUSION: This R-HFA, using LQAS principles, is a rapid, simple tool for assessing malaria services and can be used at scale. It identified technical deficiencies that could be corrected by improved continuing medical education, targeted supervision, and recurrent R-HFA assessments of the quality of services.

  15. Tracking the quality of care for sick children using lot quality assurance sampling: targeting improvements of health services in Jigawa, Nigeria.

    Science.gov (United States)

    Oladele, Edward Adekola; Ormond, Louise; Adeyemi, Olusegun; Patrick, David; Okoh, Festus; Oresanya, Olusola Bukola; Valadez, Joseph J

    2012-01-01

    In Nigeria, 30% of child deaths are due to malaria. The National Malaria Control Program of Nigeria (NMCP) during 2009 initiated a program to improve the quality of paediatric malaria services delivered in health facilities (HF). This study reports a rapid approach used to assess the existing quality of services in Jigawa state at decentralised levels of the health system. NMCP selected Lot Quality Assurance Sampling (LQAS) to identify the variation in HF service quality among Senatorial Districts (SD). LQAS was selected because it was affordable and could be used by local health workers (HW) in a population-based survey. NMCP applied a 2-stage LQAS using a structured Rapid Health Facility Assessment (R-HFA) tool to identify high and low performing SD for specified indicators. LQAS identified variations in HF performance (n = 21) and enabled resources to be targeted to address priorities. All SD exhibited deficient essential services, supplies and equipment. Only 9.7% of HF had Artemisinin-based Combination Therapies and other first-line treatments for childhood illnesses. No SD and few HF exhibited adequate HW performance for the assessment, treatment or counselling of sick children. Using the IMCI algorithm, 17.5% of HW assessed the child's vaccination status, 46.8% assessed nutritional status, and 65.1% assessed children for dehydration. Only 5.1% of HW treatments were appropriate for the assessment. Exit interviews revealed that 5.1% of caregivers knew their children's illness, and only 19.9% could accurately describe how to administer the prescribed drug. This R-HFA, using LQAS principles, is a rapid, simple tool for assessing malaria services and can be used at scale. It identified technical deficiencies that could be corrected by improved continuing medical education, targeted supervision, and recurrent R-HFA assessments of the quality of services.

  16. Design of Packet-Based Block Codes with Shift Operators

    Directory of Open Access Journals (Sweden)

    Jacek Ilow

    2010-01-01

    Full Text Available This paper introduces packet-oriented block codes for the recovery of lost packets and the correction of an erroneous single packet. Specifically, a family of systematic codes is proposed, based on a Vandermonde matrix applied to a group of k information packets to construct r redundant packets, where the elements of the Vandermonde matrix are bit-level right arithmetic shift operators. The code design is applicable to packets of any size, provided that the packets within a block of k information packets are of uniform length. In order to decrease the overhead associated with packet padding using shift operators, non-Vandermonde matrices are also proposed for designing packet-oriented block codes. An efficient matrix inversion procedure for the off-line design of the decoding algorithm is presented to recover lost packets. The error correction capability of the design is investigated as well. The decoding algorithm, based on syndrome decoding, to correct a single erroneous packet in a group of n=k+r received packets is presented. The paper is equipped with examples of codes using different parameters. The code designs and their performance are tested using Monte Carlo simulations; the results obtained exhibit good agreement with the corresponding theoretical results.

  17. Analysis of pre-service physics teacher skills designing simple physics experiments based technology

    Science.gov (United States)

    Susilawati; Huda, C.; Kurniawan, W.; Masturi; Khoiri, N.

    2018-03-01

    Pre-service physics teacher skill in designing simple experiment set is very important in adding understanding of student concept and practicing scientific skill in laboratory. This study describes the skills of physics students in designing simple experiments based technologicall. The experimental design stages include simple tool design and sensor modification. The research method used is descriptive method with the number of research samples 25 students and 5 variations of simple physics experimental design. Based on the results of interviews and observations obtained the results of pre-service physics teacher skill analysis in designing simple experimental physics charged technology is good. Based on observation result, pre-service physics teacher skill in designing simple experiment is good while modification and sensor application are still not good. This suggests that pre-service physics teacher still need a lot of practice and do experiments in designing physics experiments using sensor modifications. Based on the interview result, it is found that students have high enough motivation to perform laboratory activities actively and students have high curiosity to be skilled at making simple practicum tool for physics experiment.

  18. APPROACH ON INTELLIGENT OPTIMIZATION DESIGN BASED ON COMPOUND KNOWLEDGE

    Institute of Scientific and Technical Information of China (English)

    Yao Jianchu; Zhou Ji; Yu Jun

    2003-01-01

    A concept of an intelligent optimal design approach is proposed, which is organized by a kind of compound knowledge model. The compound knowledge consists of modularized quantitative knowledge, inclusive experience knowledge and case-based sample knowledge. By using this compound knowledge model, the abundant quantity information of mathematical programming and the symbolic knowledge of artificial intelligence can be united together in this model. The intelligent optimal design model based on such a compound knowledge and the automatically generated decomposition principles based on it are also presented. Practically, it is applied to the production planning, process schedule and optimization of production process of a refining & chemical work and a great profit is achieved. Specially, the methods and principles are adaptable not only to continuous process industry, but also to discrete manufacturing one.

  19. Virtual Reality Based Collaborative Design by Children with High-Functioning Autism: Design-Based Flexibility, Identity, and Norm Construction

    Science.gov (United States)

    Ke, Fengfeng; Lee, Sungwoong

    2016-01-01

    This exploratory case study examined the process and potential impact of collaborative architectural design and construction in an OpenSimulator-based virtual reality (VR) on the social skills development of children with high-functioning autism (HFA). Two children with a formal medical diagnosis of HFA and one typically developing peer, aged…

  20. Factors influencing success of metal to plastic conversion programs for under-hood applications

    Energy Technology Data Exchange (ETDEWEB)

    Male, L.J. [Amoco Chemicals Polymers Business Group, Alpharetta, GA (United States); Desai, K.C.

    1995-12-31

    This paper compares high performance engineering polymers available today for under-hood applications. It includes an example of an end cap showing value-added capabilities such as design for machining and assembly (DFMA), team approach and computer aided engineering being used for a most cost-effective custom molding solution. These techniques should be part of standard design procedure for conversion programs to cope with the challenges of today and tomorrow. (orig./HW)

  1. Grid Based Technologies for in silico Screening and Drug Design.

    Science.gov (United States)

    Potemkin, Vladimir; Grishina, Maria

    2018-03-08

    Various techniques for rational drug design are presented in the paper. The methods are based on a substitution of antipharmacophore atoms of the molecules of training dataset by new atoms and/or group of atoms increasing the atomic bioactivity increments obtained at a SAR study. Furthermore, a design methodology based on the genetic algorithm DesPot for discrete optimization and generation of new drug candidate structures is described. Additionally, wide spectra of SAR approaches (3D/4D QSAR interior and exterior-based methods - BiS, CiS, ConGO, CoMIn, high-quality docking method - ReDock) using MERA force field and/or AlteQ quantum chemical method for correct prognosis of bioactivity and bioactive probability is described. The design methods are implemented now at www.chemosophia.com web-site for online computational services. Copyright© Bentham Science Publishers; For any queries, please email at epub@benthamscience.org.

  2. Application Design Of Interactive Multimedia Development Based Motion Graphic On Making Fashion Design Learning In Digital Format

    OpenAIRE

    Winwin Wiana

    2017-01-01

    This study is a research and development aimed at developing multimedia interactive learning based animation as an effort to improve student learning motivation in learning Fashion Design Technology apart from this study also aims to design a learning program courses Fashion Design Technology with a focus on optimizing the use of interactive media in learning process. From this study showed 1 A preliminary study found that the problems faced by students when studying Fashion Design Technology...

  3. Using High-Level RTOS Models for HW/SW Embedded Architecture Exploration: Case Study on Mobile Robotic Vision

    Directory of Open Access Journals (Sweden)

    Verdier François

    2008-01-01

    Full Text Available Abstract We are interested in the design of a system-on-chip implementing the vision system of a mobile robot. Following a biologically inspired approach, this vision architecture belongs to a larger sensorimotor loop. This regulation loop both creates and exploits dynamics properties to achieve a wide variety of target tracking and navigation objectives. Such a system is representative of numerous flexible and dynamic applications which are more and more encountered in embedded systems. In order to deal with all of the dynamic aspects of these applications, it appears necessary to embed a dedicated real-time operating system on the chip. The presence of this on-chip custom executive layer constitutes a major scientific obstacle in the traditional hardware and software design flows. Classical exploration and simulation tools are particularly inappropriate in this case. We detail in this paper the specific mechanisms necessary to build a high-level model of an embedded custom operating system able to manage such a real-time but flexible application. We also describe our executable RTOS model written in SystemC allowing an early simulation of our application on top of its specific scheduling layer. Based on this model, a methodology is discussed and results are given on the exploration and validation of a distributed platform adapted to this vision system.

  4. Analog Group Delay Equalizers Design Based on Evolutionary Algorithm

    Directory of Open Access Journals (Sweden)

    M. Laipert

    2006-04-01

    Full Text Available This paper deals with a design method of the analog all-pass filter designated for equalization of the group delay frequency response of the analog filter. This method is based on usage of evolutionary algorithm, the Differential Evolution algorithm in particular. We are able to design such equalizers to be obtained equal-ripple group delay frequency response in the pass-band of the low-pass filter. The procedure works automatically without an input estimation. The method is presented on solving practical examples.

  5. Bridging operation and design. The encounter between practical and discipline-based knowledge in offshore platform design

    Energy Technology Data Exchange (ETDEWEB)

    Husemoen, Mette Suzanne

    1998-12-31

    This thesis investigates the relationship between operations and design and the design process, taking as case studies the two new platforms of Phillips Petroleum Company Norway on Ekofisk II, the Ekofisk 2/4 X drilling and wellhead platform and the Ekofisk 2/4 J processing and transportation platform. The emphasis has been on how to take into account operational experience in design. The two research questions are: (1) Are operations and design two communities-of-practice based on different kinds of knowledge?, and (2) What are the conditions for bridging knowledge in operations and design? From the theory reviewed and the field data presented the study concludes that physical closeness and integration of operations and design personnel, experience from the other community-of-practice, and mutual sympathy, trust, and respect, are important factors in bridging knowledge of the operations and design communities-of-practice and creating innovative solutions in design which transcend the existing knowledge in operations and design. 66 refs., 28 figs., 8 tabs.

  6. Bridging operation and design. The encounter between practical and discipline-based knowledge in offshore platform design

    Energy Technology Data Exchange (ETDEWEB)

    Husemoen, Mette Suzanne

    1997-12-31

    This thesis investigates the relationship between operations and design and the design process, taking as case studies the two new platforms of Phillips Petroleum Company Norway on Ekofisk II, the Ekofisk 2/4 X drilling and wellhead platform and the Ekofisk 2/4 J processing and transportation platform. The emphasis has been on how to take into account operational experience in design. The two research questions are: (1) Are operations and design two communities-of-practice based on different kinds of knowledge?, and (2) What are the conditions for bridging knowledge in operations and design? From the theory reviewed and the field data presented the study concludes that physical closeness and integration of operations and design personnel, experience from the other community-of-practice, and mutual sympathy, trust, and respect, are important factors in bridging knowledge of the operations and design communities-of-practice and creating innovative solutions in design which transcend the existing knowledge in operations and design. 66 refs., 28 figs., 8 tabs.

  7. Systematic Optimization-Based Integrated Chemical Product–Process Design Framework

    DEFF Research Database (Denmark)

    Cignitti, Stefano; Mansouri, Seyed Soheil; Woodley, John M.

    2018-01-01

    An integrated optimization-based framework for product and process design is proposed. The framework uses a set of methods and tools to obtain the optimal product–process design solution given a set of economic and environmental sustainability targets. The methods and tools required are property...... of the framework is demonstrated through three case studies: (i) refrigeration cycle unit for R134a replacement, (ii) a mixed working fluid design problem for R134a replacement, and (iii) pure solvent design for water-acetic acid LLE extraction. Through the application of the framework it is demonstrated that all...... prediction through group contributions, unless supported with a database, computer-aided molecular and mixture/blend design for generation of novel as well as existing products and mathematical programming for formulating and solving multiscale integrated process–product design problems. The application...

  8. Researching on knowledge architecture of design by analysis based on ASME code

    International Nuclear Information System (INIS)

    Bao Shiyi; Zhou Yu; He Shuyan

    2003-01-01

    The quality of knowledge-based system's knowledge architecture is one of decisive factors of knowledge-based system's validity and rationality. For designing the ASME code knowledge based system, this paper presents a knowledge acquisition method which is extracting knowledge through document analysis consulted domain experts' knowledge. Then the paper describes knowledge architecture of design by analysis based on the related rules in ASME code. The knowledge of the knowledge architecture is divided into two categories: one is empirical knowledge, and another is ASME code knowledge. Applied as the basement of the knowledge architecture, a general procedural process of design by analysis that is met the engineering design requirements and designers' conventional mode is generalized and explained detailed in the paper. For the sake of improving inference efficiency and concurrent computation of KBS, a kind of knowledge Petri net (KPN) model is proposed and adopted in expressing the knowledge architecture. Furthermore, for validating and verifying of the empirical rules, five knowledge validation and verification theorems are given in the paper. Moreover the research production is applicable to design the knowledge architecture of ASME codes or other engineering standards. (author)

  9. Cardiovascular responses to plyometric exercise are affected by workload in athletes.

    Science.gov (United States)

    Arazi, Hamid; Asadi, Abbas; Mahdavi, Seyed Amir; Nasiri, Seyed Omid Mirfalah

    2014-01-01

    With regard to blood pressure responses to plyometric exercise and decreasing blood pressure after exercise (post-exercise hypotension), the influence of different workloads of plyometric exercise on blood pressure is not clear. The purpose of this investigation was to examine the effects of a low, moderate and high workload of plyometric exercise on the post-exercise systolic (SBP) and diastolic blood pressure (DBP), heart rate (HR) and rate-pressure product (RPP) responses in athletes. TEN MALE ATHLETES (AGE: 22.6 ±0.5 years; height: 178.2 ±3.3 cm; and body mass: 75.2 ±2.8 kg) underwent PE protocols involving 5 × 10 reps (Low Workload - LW), 10 × 10 reps (Moderate Workload - MW), and 15 × 10 reps (High Workload - HW) depth jump exercise from a 50-cm box in 3 non-consecutive days. After each exercise session, SBP, DBP and HR were measured every 10 min for a period of 70 min. No significant differences were observed among post-exercise SBP and DBP when the protocols (LW, MW and HW) were compared. The MW and HW protocols showed greater increases in HR compared with LW. Also the HW indicated greater increases than LW in RPP at post-exercise (p plyometric exercise, HW condition indicated greater increases in HR and RPP and strength and conditioning professionals and athletes must keep in their mind that HW of plyometric exercise induces greater cardiovascular responses.

  10. Integrated vision-based GNC for autonomous rendezvous and capture around Mars

    Science.gov (United States)

    Strippoli, L.; Novelli, G.; Gil Fernandez, J.; Colmenarejo, P.; Le Peuvedic, C.; Lanza, P.; Ankersen, F.

    2015-06-01

    Integrated GNC (iGNC) is an activity aimed at designing, developing and validating the GNC for autonomously performing the rendezvous and capture phase of the Mars sample return mission as defined during the Mars sample return Orbiter (MSRO) ESA study. The validation cycle includes testing in an end-to-end simulator, in a real-time avionics-representative test bench and, finally, in a dynamic HW in the loop test bench for assessing the feasibility, performances and figure of merits of the baseline approach defined during the MSRO study, for both nominal and contingency scenarios. The on-board software (OBSW) is tailored to work with the sensors, actuators and orbits baseline proposed in MSRO. The whole rendezvous is based on optical navigation, aided by RF-Doppler during the search and first orbit determination of the orbiting sample. The simulated rendezvous phase includes also the non-linear orbit synchronization, based on a dedicated non-linear guidance algorithm robust to Mars ascent vehicle (MAV) injection accuracy or MAV failures resulting in elliptic target orbits. The search phase is very demanding for the image processing (IP) due to the very high visual magnitude of the target wrt. the stellar background, and the attitude GNC requires very high pointing stability accuracies to fulfil IP constraints. A trade-off of innovative, autonomous navigation filters indicates the unscented Kalman filter (UKF) as the approach that provides the best results in terms of robustness, response to non-linearities and performances compatibly with computational load. At short range, an optimized IP based on a convex hull algorithm has been developed in order to guarantee LoS and range measurements from hundreds of metres to capture.

  11. A structure-based approach to evaluation product adaptability in adaptable design

    International Nuclear Information System (INIS)

    Cheng, Qiang; Liu, Zhifeng; Cai, Ligang; Zhang, Guojun; Gu, Peihua

    2011-01-01

    Adaptable design, as a new design paradigm, involves creating designs and products that can be easily changed to satisfy different requirements. In this paper, two types of product adaptability are proposed as essential adaptability and behavioral adaptability, and through measuring which respectively a model for product adaptability evaluation is developed. The essential adaptability evaluation proceeds with analyzing the independencies of function requirements and function modules firstly based on axiomatic design, and measuring the adaptability of interfaces secondly with three indices. The behavioral adaptability reflected by the performance of adaptable requirements after adaptation is measured based on Kano model. At last, the effectiveness of the proposed method is demonstrated by an illustrative example of the motherboard of a personal computer. The results show that the method can evaluate and reveal the adaptability of a product in essence, and is of directive significance to improving design and innovative design

  12. Report on the year 1984

    International Nuclear Information System (INIS)

    1985-01-01

    This annual report accounts for the market situation, marketing, structure of cooperation (URENCO), centrifuge production and development, financial aspects and personnel affairs, during the year 1984, of Ultra-Centrifuge Nederland n.v. (H.W.). (H.W.). figs.; tabs

  13. SP-100 power system conceptual design for lunar base applications

    International Nuclear Information System (INIS)

    Mason, L.S.; Bloomfield, H.S.; Hainley, D.C.

    1989-01-01

    A conceptual design is presented for a nuclear power system utilizing an SP-100 reactor and multiple Stirling cycle engines for operation on the lunar surface. Based on the results of this study, it was concluded that this power plant could be a viable option for an evolutionary lunar base. The design concept consists of a 2500 kWt (kilowatt thermal) SP-100 reactor coupled to eight free-piston Stirling engines. Two of the engines are held in reserve to provide conversion system redundancy. The remaining engines operate at 91.7 percent of their rated capacity of 150 kWe. The design power level for this system is 825 kWe. Each engine has a pumped heat-rejection loop connected to a heat pipe radiator. Power system performance, sizing, layout configurations, shielding options, and transmission line characteristics are described. System components and integration options are compared for safety, high performance, low mass, and ease of assembly. The power plant was integrated with a proposed human lunar base concept to ensure mission compatibility. This study should be considered a preliminary investigation; further studies are planned to investigate the effect of different technologies on this baseline design

  14. A Bayesian Network Based Adaptability Design of Product Structures for Function Evolution

    Directory of Open Access Journals (Sweden)

    Shaobo Li

    2018-03-01

    Full Text Available Structure adaptability design is critical for function evolution in product families, in which many structural and functional design factors are intertwined together with manufacturing cost, customer satisfaction, and final market sales. How to achieve a delicate balance among all of these factors to maximize the market performance of the product is too complicated to address based on traditional domain experts’ knowledge or some ad hoc heuristics. Here, we propose a quantitative product evolution design model that is based on Bayesian networks to model the dynamic relationship between customer needs and product structure design. In our model, all of the structural or functional features along with customer satisfaction, manufacturing cost, sale price, market sales, and indirect factors are modeled as random variables denoted as nodes in the Bayesian networks. The structure of the Bayesian model is then determined based on the historical data, which captures the dynamic sophisticated relationship of customer demands of a product, structural design, and market performance. Application of our approach to an electric toothbrush product family evolution design problem shows that our model allows for designers to interrogate with the model and obtain theoretical and decision support for dynamic product feature design process.

  15. A state space approach to the emulator-based GPC design

    DEFF Research Database (Denmark)

    Jensen, Morten Rostgaard; Lauritsen, Morten Bach; Poulsen, Niels Kjølstad

    1996-01-01

    in models and designs based on the delta-operator. The GPC controller is interesting since it is a controller that successfully has been applied to many industrial process during the last decade. The present paper discusses an emulator-based GPC, a controller design intended for fast sampled adaptive......For sampled dynamical systems the delta-operator is an appealing alternative to the conventional shift operator since at rapid sampling rates it shows better numerical properties and a closer rapprochement to the continuous-time description. Thus, the structural information is easy to interpret...... control systems where the conventional q-based techniques fail due to poor word-length characteristics....

  16. Experiences with strain based limit state design in The Netherlands

    NARCIS (Netherlands)

    Gresnigt, A.M.; Foeken, R.J. van

    1996-01-01

    Limit state design differs from conventional design methods in that each failure mode is specifically addressed (e.g. burst, collapse, local buckling, fracture due to insufficient strain capacity of the pipe wall, fatigue). Based on an extensive theoretical and experimental research programme,

  17. Integrating design and production planning with knowledge-based inspection planning system

    International Nuclear Information System (INIS)

    Abbasi, Ghaleb Y.; Ketan, Hussein S.; Adil, Mazen B.

    2005-01-01

    In this paper an intelligent environment to integrate design and inspection earlier to the design stage. A hybrid knowledge-based approach integrating computer-aided design (CAD) and computer-aided inspection planning (CAIP) was developed, thereafter called computer-aided design and inspection planning (CADIP). CADIP was adopted for automated dimensional inspection planning. Critical functional features were screened based on certain attributes for part features for inspection planning application. Testing the model resulted in minimizing the number of probing vectors associated with the most important features in the inspected prismatic part, significant reduction in inspection costs and release of human labor. In totality, this tends to increase customer satisfaction as a final goal of the developed system. (author)

  18. Conceptual design of tritium production fusion reactor based on spherical torus

    International Nuclear Information System (INIS)

    He Kaihui; Huang Jinhua

    2003-01-01

    Conceptual design of an advanced tritium production fusion reactor based on spherical torus, which is intermediate application of fusion energy, was presented in this paper. Differing from the traditional tokamak tritium production reactor design, advanced plasma physics performance and compact structural characteristics of ST were used to minimize tritium leakage and maximize tritium breeding ratio with arrangement of tritium production blankets within vacuum vessel as possible in order to produce 1 kg excess tritium except need of self-sufficient plasma core with 40% or more corresponding plant availability. Based on 2D neutronics calculation, preliminary conceptual design of ST-TPR was presented, providing the backgrounds and reference for next detailed conceptual design

  19. Evaluation of peptide selection approaches for epitope‐based vaccine design

    DEFF Research Database (Denmark)

    Schubert, B.; Lund, Ole; Nielsen, Morten

    2013-01-01

    A major challenge in epitope-based vaccine (EV) design stems from the vast genomic variation of pathogens and the diversity of the host cellular immune system. Several computational approaches have been published to assist the selection of potential T cell epitopes for EV design. So far, no thoro......A major challenge in epitope-based vaccine (EV) design stems from the vast genomic variation of pathogens and the diversity of the host cellular immune system. Several computational approaches have been published to assist the selection of potential T cell epitopes for EV design. So far...... in terms of in silico measurements simulating important vaccine properties like the ability of inducing protection against a multivariant pathogen in a population; the predicted immunogenicity; pathogen, allele, and population coverage; as well as the conservation of selected epitopes. Additionally, we...... evaluate the use of human leukocyte antigen (HLA) supertypes with regards to their applicability for population-spanning vaccine design. The results showed that in terms of induced protection methods that simultaneously aim to optimize pathogen and HLA coverage significantly outperform methods focusing...

  20. Interior Design Based on Forough Farrokhzad Poetry

    Directory of Open Access Journals (Sweden)

    Mahsa Sanami

    2018-03-01

    Full Text Available The main purpose of this study is to correlate between art, literature, architect and visualization to translate the emotions and aspirations embodied in a well-known poet such as Forough Farrokhzad. Forough Farrokhzad widely regarded as a famous Iranian poet and an advocate for women’s liberation and independence. She wrote during a time when Iranian women were facing extensive discrimination and prejudice. Many of her works are rich in feminist related aspects of Iranian women. By visualization of Forough’s inner feelings, one can see a great revaluation in society towards women feelings and emotions. Like any other human, poets and artist both have thoughts and dreams rich in colors and words capsulizing their imaginary world in possible dreams which are all related to each person’s personality, culture, environment and etc. One of the ways to understand a poet is to understand the depth of his/her thoughts through his/her poems. Thus the main purpose of this research is to review interior design based on in depth analysis of related poems. Psychoanalysis of symbols, themes and colors used in poems, can be used to supplement words in extracting symptoms and energy depicting the poet inner feelings and imaginations when designing. The results of the discussing symbols and colors used by Forough in most of her poems, indicate her interest in life, death, love, society, intellectuality and philosophy. Finally the researchers through usage of visual effects and pictures used in her designs tries to assist the viewers to understand and feel the poet’s emotions and passions for life at the time of creating the poems. Thus, it can be assumed that the interior design is based on poetry rich in motion and dynamism.

  1. The Design Consideration for Game-Based Learning

    Science.gov (United States)

    Liang, Chaoyun; Lee, Yuan-Zone; Chou, Wen-Shou

    2010-01-01

    The integration of game playing with online education has recently become one of the most discussed issues in the e-learning field for its potentially positive impact on the development of related industries and on the social lives of young people. In this article, the authors propose a set of design considerations to assist game-based learning…

  2. Implementing Set Based Design into Department of Defense Acquisition

    Science.gov (United States)

    2016-12-01

    The team employed a tailored waterfall process model in order to explore SBD applications in the support of defense acquisition and PORs. Figure 1...Engineering Model . Additionally, the team reviewed DOD case studies that implemented SBD. The SBD principles, along with the common themes from the...acquisition. 14. SUBJECT TERMS set based design, set based thinking, model based systems engineering, concurrent engineering, defense acquisition

  3. Fuel-handling machine tests at the Institute for Nuclear Research - Pitesti. Computer and software research and engineering

    International Nuclear Information System (INIS)

    Doca, Cezar; Predescu, Darie; Maiorescu, Oliviu; Dobrescu, Sorin

    2003-01-01

    This poster introduces the fuel-handling machine SCC-MID. This work is part of a very ambitious project that was accomplished with remarkable investment efforts. Material and human resources was spent to build a test stand for fuel handling machines (CANDU system), closely linked to NPP Cernavoda. A challenging goal was also to develop a computer system (hw/sw) designed and engineered to control the test and calibration process of this fuel-handling machine. The design takes care both of the functionality required to correctly control the F/H machine and of the additional functionality required to assist the testing process. How to test the system itself to validate the implemented solutions, how to safely and consistently maintain the data involved, how to manage such a system, how to gradually integrate the system in the whole stand saving time and work already done and solutions already validated were questions we had to find out right solutions. We choose modular solutions both for hardware and software, based on late technologies which in addition permit to achieve the versatility we needed, namely: VME based hw systems running OS9/68k (Unix like real-time multi-user multitasking OS), ISaGRAF (process control application oriented development and run-time software), Hawk (cross-compiler and IDE software for C/C++ software development intended to run on other Motorola based hw), Suretrack (project management software). The system topology implements open system network concepts that permit communication between different sw/hw platforms (OS9/Motorola and ix86/ms-windows based systems) We spent major resources to model the technological processes and test tools like: - real time simulation of the machine behavior while responding to the human commands or to the state changes of other machine parts as a result of other commands or as mechanical interlinks or technological interlocks and presentation of results revealing time related movements; - database

  4. Biodegradable Cellulose-based Hydrogels: Design and Applications

    Science.gov (United States)

    Sannino, Alessandro; Demitri, Christian; Madaghiele, Marta

    2009-01-01

    Hydrogels are macromolecular networks able to absorb and release water solutions in a reversible manner, in response to specific environmental stimuli. Such stimuli-sensitive behaviour makes hydrogels appealing for the design of ‘smart’ devices, applicable in a variety of technological fields. In particular, in cases where either ecological or biocompatibility issues are concerned, the biodegradability of the hydrogel network, together with the control of the degradation rate, may provide additional value to the developed device. This review surveys the design and the applications of cellulose-based hydrogels, which are extensively investigated due to the large availability of cellulose in nature, the intrinsic degradability of cellulose and the smart behaviour displayed by some cellulose derivatives.

  5. Biodegradable Cellulose-based Hydrogels: Design and Applications

    Directory of Open Access Journals (Sweden)

    Marta Madaghiele

    2009-04-01

    Full Text Available Hydrogels are macromolecular networks able to absorb and release water solutions in a reversible manner, in response to specific environmental stimuli. Such stimuli-sensitive behaviour makes hydrogels appealing for the design of ‘smart’ devices, applicable in a variety of technological fields. In particular, in cases where either ecological or biocompatibility issues are concerned, the biodegradability of the hydrogel network, together with the control of the degradation rate, may provide additional value to the developed device. This review surveys the design and the applications of cellulose-based hydrogels, which are extensively investigated due to the large availability of cellulose in nature, the intrinsic degradability of cellulose and the smart behaviour displayed by some cellulose derivatives.

  6. THE DESIGN OF KNOWLEDGE BASE FOR SURFACE RELATIONS BASED PART RECOGNITION APPROACH

    Directory of Open Access Journals (Sweden)

    Adem ÇİÇEK

    2007-01-01

    Full Text Available In this study, a new knowledge base for an expert system used in part recognition algorithm has been designed. Parts are recognized by the computer program by comparing face adjacency relations and attributes belonging to each part represented in the rules in the knowledge base developed with face adjacency relations and attributes generated from STEP file of the part. Besides, rule writing process has been quite simplified by generating the rules represented in the knowledge base with an automatic rule writing module developed within the system. With the knowledge base and automatic rule writing module used in the part recognition system, simple, intermediate and complex parts can be recognized by a part recognition program.

  7. Design based action research in the world of robot technology and learning

    DEFF Research Database (Denmark)

    Majgaard, Gunver

    2010-01-01

    Why is design based action research method important in the world of robot technology and learning? The article explores how action research and interaction-driven design can be used in development of educational robot technological tools. The actual case is the development of “Fraction Battle......” which is about learning fractions in primary school. The technology is based on robot technology. An outdoor digital playground is taken into to the classroom and then redesigned. The article argues for interaction design takes precedence to technology or goal driven design for development...... of educational tools....

  8. Design and implementation of FPGA-based phase modulation ...

    Indian Academy of Sciences (India)

    Section 3 deals with the implementation process of the digital con- .... To aid the analysis of the SRC, a simulation model based on the state-space technique is ... compensator designed using 'SISO' tool in Matlab, is a PI compensator which ...

  9. Study on concept of web-based reactor piping design data platform

    International Nuclear Information System (INIS)

    Wang Yu; Zhou Yu; Dong Jianling; Meng Yang

    2005-01-01

    For solving the piping design problems such as design data deficiency, designer communication inconvenience and design project inconsistence, Reactor Piping Design Database Platform, which is the main part of the Integrated Nuclear Project Research Platform, is proposed by analyzing the nuclear piping designs in detail. The functions and system structures of the platform are described in the paper for the sake of the realization of the Reactor Piping Design Database Platform. The platform is constituted by web-based management interface, AutoPlant selected as CAD software, and relation database management system (DBMS). (authors)

  10. Ares Upper Stage Processes to Implement Model Based Design - Going Paperless

    Science.gov (United States)

    Gregory, Melanie

    2012-01-01

    Computer-Aided Design (CAD) has all but replaced the drafting board for design work. Increased productivity and accuracy should be natural outcomes of using CAD. Going from paper drawings only to paper drawings based on CAD models to CAD models and no drawings, or Model Based Design (MBD), is a natural progression in today?s world. There are many advantages to MBD over traditional design methods. To make the most of those advantages, standards should be in place and the proper foundation should be laid prior to transitioning to MBD. However, without a full understanding of the implications of MBD and the proper control of the data, the advantages are greatly diminished. Transitioning from a paper design world to an electronic design world means re-thinking how information gets controlled at its origin and distributed from one point to another. It means design methodology is critical, especially for large projects. It means preparation of standardized parts and processes as well as strong communication between all parties in order to maximize the benefits of MBD.

  11. A closed-loop based framework for design requirement management

    DEFF Research Database (Denmark)

    Zhang, Zhinan; Li, Xuemeng; Liu, Zelin

    2014-01-01

    management from product lifecycle, and requirement and requirement management lifecycle views. This paper highlights the importance of requirement lifecycle management and aims at closing the requirement information loop in product lifecycle. Then, it addresses the requirement management in engineering...... design field with focusing on the dynamics nature and incomplete nature of requirements. Finally, a closed-loop based framework is proposed for requirement management in engineering design....

  12. Research on SDG-Based Qualitative Reasoning in Conceptual Design

    Directory of Open Access Journals (Sweden)

    Kai Li

    2013-01-01

    Full Text Available Conceptual design is the initial stage throughout the product life cycle, whose main purposes include function creation, function decomposition, and function and subfunction designs. At this stage, the information about product function and structure has the characteristics of imprecision, incompleteness, being qualitative, and so forth, which will affect the validity of conceptual design. In this paper, the signed directed graph is used to reveal the inherent causal relationship and interactions among the variables and find qualitative interactions between design variables and design purpose with the help of causal sequence analysis and constraint propagation. In the case of incomplete information, qualitative reasoning, which has the function of qualitative behavior prediction, can improve conceptual design level aided by the computer. To some extent, qualitative reasoning plays a supplementary role in evaluating scheme and predicting function. At last, with the problem of planar four-bar mechanism design, a qualitative reasoning flowchart based on the Signed Directed Graph is introduced, and an analysis is made of how to adjust design parameters to make the trajectory of a moving point reach to the predetermined position so as to meet the design requirements and achieve the effect that aided designers expect in conceptual design.

  13. Affordable Design: A Methodolgy to Implement Process-Based Manufacturing Cost into the Traditional Performance-Focused Multidisciplinary Design Optimization

    Science.gov (United States)

    Bao, Han P.; Samareh, J. A.

    2000-01-01

    The primary objective of this paper is to demonstrate the use of process-based manufacturing and assembly cost models in a traditional performance-focused multidisciplinary design and optimization process. The use of automated cost-performance analysis is an enabling technology that could bring realistic processbased manufacturing and assembly cost into multidisciplinary design and optimization. In this paper, we present a new methodology for incorporating process costing into a standard multidisciplinary design optimization process. Material, manufacturing processes, and assembly processes costs then could be used as the objective function for the optimization method. A case study involving forty-six different configurations of a simple wing is presented, indicating that a design based on performance criteria alone may not necessarily be the most affordable as far as manufacturing and assembly cost is concerned.

  14. A task based design procedure and modelling approached for industrial crystallization processes

    NARCIS (Netherlands)

    Menon, A.R.

    2006-01-01

    A synthesis-based approach to the design of crystallizers and industrial crystallization processes is introduced in this thesis. An ontology for a task-based design procedure has been developed which breaks the crystallization process into a subset of basic functions (physical tasks) which transform

  15. Constructivism Based Learning: Design and Practice

    Directory of Open Access Journals (Sweden)

    Lia Kurniawati

    2016-06-01

    Full Text Available Abstract One of many problems in the madrasahs is that learning processes less-involve students actively (teacher-centered, thus, it affects to the improvement of learning outcomes and quality of the graduates. The purposes of this study are , firstly, to analyze what type of constructivism learning models, which can be developed to overcome madrasahs’ problems. Secondly, how to design and implement a learning plan based on the developed constructivism models. This research was conducted at Private Islamic Elementary School  (Madrasah Ad-Diyanah Ciputat, South Tangerang. Research method used in this study is descriptive-qualitative research. The results showed that the active learning models based on constructivism are suitable to be developed in the Madarasah, which were the models of Problem Based Learning (PBM, Realistic Learning, Inquiry Learning and Thematic Learning and also how the development of the learning processes from the lesson plans to the learning implementation showed a paradigm shifting from teacher-centered to student-centered. Abstrak Salah satu permasalahan di madrasah-madrasah adalah proses pembelajaran yang kurang melibatkan siswa secara aktif (berpusat pada guru, sehingga hal ini mengakibatkan pada peningkatan hasil belajar dan kualitas lulusan. Tujuan dari penelitian ini adalah, pertama, untuk menganalisis jenis model pembelajaran konstruktivisme apa yang dapat dikembangkan untuk mengatasi permasalahan di madrasah. Ke dua, bagaimana merancang dan melaksanakan rencana pembelajaran berdasarkan model konstruktivisme yang dikembangkan. Penelitian ini dilaksanakan di Sekolah Dasar Swasta (madrasah Ad-Diayanah Ciputat, Tangerang Selatan. Metode penelitian yang digunakan adalah metode deskriptif-kualitatif. Hasil penelitian menunjukkan bahwa model pembelajaran aktif yang berbasis konstruktivisme sesuai untuk dikembangkan di madrasah, yakni model pembelajaran Problem Based Learning (PBL, Pembelajaran Realistis, Pembelajaran

  16. Design and Construction Documents Associated with N232, Sustainability Base

    Science.gov (United States)

    Zornetzer, Steven F.; Schuler, Raymond F.; Grymes, Rosalind A.

    2014-01-01

    This request comprehensively covers documents associated with the design and construction of Sustainability Base, N232. The intent of this project specifically envisioned broad dissemination of these materials to others undertaking the design and construction of high-performing energy- and resource-efficient buildings in comparable climate zones.

  17. A comparative study of teachers’ perceptions of design-based learning

    NARCIS (Netherlands)

    Gómez Puente, S.M.; Hattum-Janssen, van N.; Campos, de L.C.; Hattum-Janssen, van N.; Lima, R.M.; Carvalho, D.; Campos, de L.C.

    2012-01-01

    Design-based learning (DBL) is an instructional approach in which students gather and process theoretical knowledge while working in the design of artifacts, systems and innovative solutions in project settings. In the context of secondary education, DBL has been used as an educational form to teach

  18. Towards non-conventional methods of designing register-based epidemiological studies: An application to pediatric research.

    Science.gov (United States)

    Gong, Tong; Brew, Bronwyn; Sjölander, Arvid; Almqvist, Catarina

    2017-07-01

    Various epidemiological designs have been applied to investigate the causes and consequences of fetal growth restriction in register-based observational studies. This review seeks to provide an overview of several conventional designs, including cohort, case-control and more recently applied non-conventional designs such as family-based designs. We also discuss some practical points regarding the application and interpretation of family-based designs. Definitions of each design, the study population, the exposure and the outcome measures are briefly summarised. Examples of study designs are taken from the field of low birth-weight research for illustrative purposes. Also examined are relative advantages and disadvantages of each design in terms of assumptions, potential selection and information bias, confounding and generalisability. Kinship data linkage, statistical models and result interpretation are discussed specific to family-based designs. When all information is retrieved from registers, there is no evident preference of the case-control design over the cohort design to estimate odds ratios. All conventional designs included in the review are prone to bias, particularly due to residual confounding. Family-based designs are able to reduce such bias and strengthen causal inference. In the field of low birth-weight research, family-based designs have been able to confirm a negative association not confounded by genetic or shared environmental factors between low birth weight and the risk of asthma. We conclude that there is a broader need for family-based design in observational research as evidenced by the meaningful contributions to the understanding of the potential causal association between low birth weight and subsequent outcomes.

  19. [Veneer computer aided design based on reverse engineering technology].

    Science.gov (United States)

    Liu, Ming-li; Chen, Xiao-dong; Wang, Yong

    2012-03-01

    To explore the computer aided design (CAD) method of veneer restoration, and to assess if the solution can help prosthesis meet morphology esthetics standard. A volunteer's upper right central incisor needed to be restored with veneer. Super hard stone models of patient's dentition (before and after tooth preparation) were scanned with the three-dimensional laser scanner. The veneer margin was designed as butt-to-butt type. The veneer was constructed using reverse engineering (RE) software. The technique guideline of veneers CAD was explore based on RE software, and the veneers was smooth, continuous and symmetrical, which met esthetics construction needs. It was a feasible method to reconstruct veneer restoration based on RE technology.

  20. An Agent Based Approach To Finding Expertise In The Engineering Design Environment

    OpenAIRE

    Crowder, Richard; Hughes, Gareth; Hall, Wendy

    2003-01-01

    During the engineering design process people need to locate colleagues with knowledge to resolve a problem. As identified by discussions with practicing designers the use of computer based systems that assist users with finding such expertise will become increasingly important. In this paper we discuss the development of an agent based Expertise Finder suitable for use within an engineering design environment. A key feature of our approach is that the Expertise Finder returns both recommended...

  1. On-board Payload Data Processing from Earth to Space Segment

    Science.gov (United States)

    Tragni, M.; Abbattista, C.; Amoruso, L.; Cinquepalmi, L.; Bgongiari, F.; Errico, W.

    2013-09-01

    environment with encapsulated low-level drivers, HW support and testing environment). Furthermore Space PDP presents an advanced processing system to be fully adopted both as on-board module for EO spacecrafts and extra-planetary exploration rovers. The main innovative aspects are: • HW and SW modularity - scalability for the Payload Data Processing and AOC S/S • Complex processing capabilities fully available onboard (on spacecrafts or rovers) • Reduced effort in mission SW design, implementation, verification and validation tasks • HW abstraction level comparable to present multitasking Unix-like systems allowing SW and algorithms re-use (also from available GS applications). The development approach addressed by SpacePDP is based both on the re-use and resources sharing with flexible elements adjustable to different missions and to different tasks within the same mission (e.g. shared between AOCS and data management S/S) and on a strong specialization in the system elements that are designed to satisfy specific mission needs and specific technological innovations. The innovative processing system is proven in many possible scenarios of use from standard compression task up to the most complex one as the image classification directly on-board. The first one is just useful for standard benchmark trade-off analysis of HW and SW capabilities respect to the other common processing modules. The classification is the ambitious objective of that system to process directly on board the data from sensor (by down-sampling or in no-full resolution acquisition modality if necessary) to detect at flight time any features on ground or observed phenomenas. For Earth application it could be the cloud coverage (to avoid the acquisition and discard the data), burning areas or vessels detection and similar. On Planetary o Universe exploration mission it could be the path recognition for a rover, or high power energy events in outbound galaxies. Sometimes it could be need to review the

  2. Parametric Design and Mechanical Analysis of Beams based on SINOVATION

    Science.gov (United States)

    Xu, Z. G.; Shen, W. D.; Yang, D. Y.; Liu, W. M.

    2017-07-01

    In engineering practice, engineer needs to carry out complicated calculation when the loads on the beam are complex. The processes of analysis and calculation take a lot of time and the results are unreliable. So VS2005 and ADK are used to develop a software for beams design based on the 3D CAD software SINOVATION with C ++ programming language. The software can realize the mechanical analysis and parameterized design of various types of beams and output the report of design in HTML format. Efficiency and reliability of design of beams are improved.

  3. Medium-Based Design: Extending a Medium to Create an Exploratory Learning Environment

    Science.gov (United States)

    Rick, Jochen; Lamberty, K. K.

    2005-01-01

    This article introduces "medium-based" design -- an approach to creating "exploratory learning environments" using the method of "extending a medium". First, the characteristics of exploratory learning environments and medium-based design are described and grounded in related work. Particular attention is given to "extending a medium" --…

  4. PHASAR-based WDM-devices: principles, design and applications

    NARCIS (Netherlands)

    Smit, M.K.; Dam, van C.

    1996-01-01

    Wavelength multiplexers, demultiplexers and routers based on optical phased arrays play a key role in multiwavelength telecommunication links and networks. In this paper, a detailed description of phased-array operation and design is presented and an overview is given of the most important

  5. The Use of Facade Mockups in in LCA Based Architectural Design

    DEFF Research Database (Denmark)

    Naboni, Emanuele

    2017-01-01

    Life Cycle Assessment is increasingly becoming important in façade architectural design. The presented research aims to describe an LCA architectural design approach based on the use of a Façade Mockup. The approach is applied and tested for the design Telecom Sustainable Campus’ façade, in Rome...

  6. iPad Learning Ecosystem: Developing Challenge-Based Learning Using Design Thinking

    Science.gov (United States)

    Marin, Catalina; Hargis, Jace; Cavanaugh, Cathy

    2013-01-01

    In order to maximize college English language students' learning, product development, 21st Century skills and engagement with real world meaningful challenges, a course was designed to integrate Challenge Based Learning (CBL) and iPad mobile learning technology. This article describes the course design, which was grounded in design thinking, and…

  7. Incorporating Solid Modeling and Team-Based Design into Freshman Engineering Graphics.

    Science.gov (United States)

    Buchal, Ralph O.

    2001-01-01

    Describes the integration of these topics through a major team-based design and computer aided design (CAD) modeling project in freshman engineering graphics at the University of Western Ontario. Involves n=250 students working in teams of four to design and document an original Lego toy. Includes 12 references. (Author/YDS)

  8. Design analysis and microprocessor based control of a nuclear reactor

    International Nuclear Information System (INIS)

    Sabbakh, N.J.

    1988-01-01

    The object of this thesis is to design and test a microprocessor based controller, to a simulated nuclear reactor system. The mathematical model that describes the dynamics of a typical nuclear reactor of one group of delayed neutrons approximations with temperature feedback was chosen. A digital computer program has been developed for the design and analysis of a simulated model based on the concept of state-variable feedback in order to meet a desired system response with maximum overshoot of 3.4% and setting time of 4 sec. The state variable feedback coefficients are designed for the continuous system, then an approximation is used to obtain in the state variable feedback vector for the discrete system. System control was implemented utilizing Direct Digital Control (DDC) of a nuclear reactor simulated model through a control algorithm that was performed by means of a microprocessor based system. The controller performance was satisfactorily tested by exciting the reactor system with a transient reactivity disturbance and by a step change in power demand. Direct digital control, when implemented on a microprocessor adds versatility, flexibility in system design with the added advantage of possible use of optimal control algorithms. 6 tabs.; 30 figs.; 46 refs.; 6 apps

  9. Development and Implementation of Health and Wellness CBT for Individuals with Depression and HIV.

    Science.gov (United States)

    Kennard, B; Brown, L; Hawkins, L; Risi, A; Radcliffe, J; Emslie, G; Mayes, T; King, J; Foxwell, A; Buyukdura, J; Bethel, J; Naar-King, S; Xu, J; Lee, S; Garvie, P; London, C; Tanney, M; Thornton, S

    2014-05-01

    Rates of depression are reported to be between 22-33% in adults with HIV, which is double that of the general population. Depression negatively affects treatment adherence and health outcomes of those with medical illnesses. Further, it has been shown in adults that reducing depression may improve both adherence and health outcomes. To address the issues of depression and non-adherence, Health and Wellness (H&W) Cognitive Behavioral Therapy (CBT) and medication management (MM) treatment strategies have been developed specifically for youth living with both HIV and depression. H&W CBT is based on other studies with uninfected youth and upon research on adults with HIV. H&W CBT uses problem-solving, motivational interviewing, and cognitive-behavioral strategies to decrease adherence obstacles and increase wellness. The intervention is delivered in 14 planned sessions over a 6-month period, with three different stages of CBT. This paper summarizes the feasibility and acceptability data from an open depression trial with 8 participants, 16-24 years of age, diagnosed with HIV and with a Diagnostic and Statistical Manual of Mental Disorders (DSM-IV) diagnosis of depression, conducted at two treatment sites in the Adolescent Trials Network (ATN). Both therapists and subjects completed a Session Evaluation Form (SEF) after each session, and results were strongly favorable. Results from The Quick Inventory of Depressive Symptomatology-Clinician (QIDS-C) also showed noteworthy improvement in depression severity. A clinical case vignette illustrates treatment response. Further research will examine the use of H&W CBT in a larger trial of youth diagnosed with both HIV and depression.

  10. Sustainability and evidence-based design in the healthcare estate

    CERN Document Server

    Phiri, Michael

    2014-01-01

    This work aims to deepen our understanding of the role played by technical guidelines and tools for the design, construction and operation of healthcare facilities, ultimately establishing the impact of the physical environment on staff and patient outcomes. Using case studies largely drawn from the UK, Europe, China and Australasia, design approaches such as sustainability (e.g. targets for energy efficiency, carbon neutrality, reduction of waste), evidence-based design (EBD), and Post-Project Evaluation (PPE) are examined in order to identify policies, mechanisms and strategies that can promote an integrated learning environment that in turn supports innovation in healthcare.

  11. Probability based load combinations for design of category I structures

    International Nuclear Information System (INIS)

    Reich, M.; Hwang, H.

    1985-01-01

    This paper discusses a reliability analysis method and a procedure for developing the load combination design criteria for category I structures. For safety evaluation of category I concrete structures under various static and dynamic loads, a probability-based reliability analysis method has been developed. This reliability analysis method is also used as a tool for determining the load factors for design of category I structures. In this paper, the load combinations for design of concrete containments, corresponding to a target limit state probability of 1.0 x 10 -6 in 4 years, are described. A comparison of containments designed using the ASME code and the proposed design criteria is also presented

  12. Environmental criteria for building site selection; Umweltkriterien bei der Standortsuche fuer Bauvorhaben

    Energy Technology Data Exchange (ETDEWEB)

    Locher, B [Umweltbundesamt, Berlin (Germany)

    1995-09-01

    The author of the present paper provides information on the application of ecological standards as part of the regulation of development planning. (HW) [Deutsch] Die Autorin gibt in ihrem Vortrag Hinweise auf die Anwendung von oekologischen Standards als Regelungsbestandteile fuer die Bauleitplanung. (HW)

  13. African Journal on Conflict Resolution - Vol 13, No 3 (2013)

    African Journals Online (AJOL)

    A tribute to H.W. van der Merwe: Peace builder, colleague, and friend · EMAIL FREE FULL TEXT EMAIL FREE FULL TEXT ... A just peace agreement, or just a peace agreement: Reflections on the work of H.W. van ... Current Issue Atom logo

  14. Quantification of construction waste prevented by BIM-based design validation: Case studies in South Korea.

    Science.gov (United States)

    Won, Jongsung; Cheng, Jack C P; Lee, Ghang

    2016-03-01

    Waste generated in construction and demolition processes comprised around 50% of the solid waste in South Korea in 2013. Many cases show that design validation based on building information modeling (BIM) is an effective means to reduce the amount of construction waste since construction waste is mainly generated due to improper design and unexpected changes in the design and construction phases. However, the amount of construction waste that could be avoided by adopting BIM-based design validation has been unknown. This paper aims to estimate the amount of construction waste prevented by a BIM-based design validation process based on the amount of construction waste that might be generated due to design errors. Two project cases in South Korea were studied in this paper, with 381 and 136 design errors detected, respectively during the BIM-based design validation. Each design error was categorized according to its cause and the likelihood of detection before construction. The case studies show that BIM-based design validation could prevent 4.3-15.2% of construction waste that might have been generated without using BIM. Copyright © 2015 Elsevier Ltd. All rights reserved.

  15. Rapid Development of System-on-Chip (SoC for Network-Enabled Visible Light Communications

    Directory of Open Access Journals (Sweden)

    Trio Adiono

    2018-03-01

    Full Text Available Visible Light Communication (VLC is an emerging optical communication technology with rapid development nowadays. VLC is considered as a compliment and successor of radio-frequency (RF wireless communication. There are various typical implementations of VLC in which one of them is for exchanging data TCP/IP packets, thus the user can browse the internet as in established Wireless fidelity (Wi-Fi technology. Briefly, we can call it by Light fidelity (Li-Fi. This paper described the design and implementation of System-on-Chip (SoC subsystem for Li-Fi application where the implemented SoC consists of hardware (H/W and software (S/W. In the H/W aspect, Physical Layer (PHY is made by using UART communication with Ethernet connection to communicate with Host/Device personal-computer (PC. In the S/W aspect, Xillinux operating system (OS is used. The H/W- as well as S/W-SoC, are realized in FPGA Zybo Zynq-7000 EPP development board. The functional test result shows (without optical channel or Zybo-to-Zybo only that the implemented SoC is working as expected. It is able to exchange TCP/IP packets between two PCs. Moreover, Ethernet connection has bandwidth up to 83.6 Mbps and PHY layer baud rate has bandwidth up to 921600 bps.

  16. Designing and Implementing a Mentoring Program to Support Clinically-Based Teacher Education

    Science.gov (United States)

    Henning, John E.; Gut, Dianne; Beam, Pamela

    2015-01-01

    This article describes one teacher preparation program's approach to designing and implementing a mentoring program to support clinically-based teacher education. The design for the program is based on an interview study that compared the mentoring experiences of 18 teachers across three different contexts: student teaching, early field…

  17. A Web-Based Visualization and Animation Platform for Digital Logic Design

    Science.gov (United States)

    Shoufan, Abdulhadi; Lu, Zheng; Huss, Sorin A.

    2015-01-01

    This paper presents a web-based education platform for the visualization and animation of the digital logic design process. This includes the design of combinatorial circuits using logic gates, multiplexers, decoders, and look-up-tables as well as the design of finite state machines. Various configurations of finite state machines can be selected…

  18. Computer-based teaching module design: principles derived from learning theories.

    Science.gov (United States)

    Lau, K H Vincent

    2014-03-01

    The computer-based teaching module (CBTM), which has recently gained prominence in medical education, is a teaching format in which a multimedia program serves as a single source for knowledge acquisition rather than playing an adjunctive role as it does in computer-assisted learning (CAL). Despite empirical validation in the past decade, there is limited research into the optimisation of CBTM design. This review aims to summarise research in classic and modern multimedia-specific learning theories applied to computer learning, and to collapse the findings into a set of design principles to guide the development of CBTMs. Scopus was searched for: (i) studies of classic cognitivism, constructivism and behaviourism theories (search terms: 'cognitive theory' OR 'constructivism theory' OR 'behaviourism theory' AND 'e-learning' OR 'web-based learning') and their sub-theories applied to computer learning, and (ii) recent studies of modern learning theories applied to computer learning (search terms: 'learning theory' AND 'e-learning' OR 'web-based learning') for articles published between 1990 and 2012. The first search identified 29 studies, dominated in topic by the cognitive load, elaboration and scaffolding theories. The second search identified 139 studies, with diverse topics in connectivism, discovery and technical scaffolding. Based on their relative representation in the literature, the applications of these theories were collapsed into a list of CBTM design principles. Ten principles were identified and categorised into three levels of design: the global level (managing objectives, framing, minimising technical load); the rhetoric level (optimising modality, making modality explicit, scaffolding, elaboration, spaced repeating), and the detail level (managing text, managing devices). This review examined the literature in the application of learning theories to CAL to develop a set of principles that guide CBTM design. Further research will enable educators to

  19. Design and Evaluation of Accelerometer based Motional Feedback

    DEFF Research Database (Denmark)

    Schneider, Henrik; Pranjic, Emilio; Agerkvist, Finn T.

    2015-01-01

    and enable radical design changes in the loudspeaker which can lead to efficiency improvements. In combination this has motivated a revisit of the accelerometer based motional feedback technique. Experimental results on a 8 inch subwoofer show that the total harmonic distortion can be significantly reduced...

  20. Design of a vision-based sensor for autonomous pighouse cleaning

    DEFF Research Database (Denmark)

    Braithwaite, Ian David; Blanke, Mogens; Zhang, Guo-Quiang

    2005-01-01

    of designing a vision-based system to locate dirty areas and subsequently direct a cleaning robot to remove dirt. Novel results include the characterisation of the spectral properties of real surfaces and dirt in a pig house and the design of illumination to obtain discrimination of clean from dirty areas...

  1. Model-Checking Driven Design of QoS-Based Routing Protocol for Wireless Sensor Networks

    Directory of Open Access Journals (Sweden)

    Zhi Chen

    2015-01-01

    Full Text Available Accurate and reliable routing protocols with Quality of Service (QoS support determine the mission-critical application efficiency in WSNs. This paper proposes a model-checking design driven framework for designing the QoS-based routing protocols of WSNs, which involves the light-weight design process, the timed automata model, and the alternative QoS verification properties. The accurate feedback of continually model checking in the iterative design process effectively stimulates the parameter tuning of the protocols. We demonstrate the straightforward and modular characteristics of the proposed framework in designing a prototype QoS-based routing protocol. The prototype study shows that the model-checking design framework may complement other design methods and ensure the QoS implementation of the QoS-based routing protocol design for WSNs.

  2. Reliability-based design optimization via high order response surface method

    International Nuclear Information System (INIS)

    Li, Hong Shuang

    2013-01-01

    To reduce the computational effort of reliability-based design optimization (RBDO), the response surface method (RSM) has been widely used to evaluate reliability constraints. We propose an efficient methodology for solving RBDO problems based on an improved high order response surface method (HORSM) that takes advantage of an efficient sampling method, Hermite polynomials and uncertainty contribution concept to construct a high order response surface function with cross terms for reliability analysis. The sampling method generates supporting points from Gauss-Hermite quadrature points, which can be used to approximate response surface function without cross terms, to identify the highest order of each random variable and to determine the significant variables connected with point estimate method. The cross terms between two significant random variables are added to the response surface function to improve the approximation accuracy. Integrating the nested strategy, the improved HORSM is explored in solving RBDO problems. Additionally, a sampling based reliability sensitivity analysis method is employed to reduce the computational effort further when design variables are distributional parameters of input random variables. The proposed methodology is applied on two test problems to validate its accuracy and efficiency. The proposed methodology is more efficient than first order reliability method based RBDO and Monte Carlo simulation based RBDO, and enables the use of RBDO as a practical design tool.

  3. Design of airborne imaging spectrometer based on curved prism

    Science.gov (United States)

    Nie, Yunfeng; Xiangli, Bin; Zhou, Jinsong; Wei, Xiaoxiao

    2011-11-01

    A novel moderate-resolution imaging spectrometer spreading from visible wavelength to near infrared wavelength range with a spectral resolution of 10 nm, which combines curved prisms with the Offner configuration, is introduced. Compared to conventional imaging spectrometers based on dispersive prism or diffractive grating, this design possesses characteristics of small size, compact structure, low mass as well as little spectral line curve (smile) and spectral band curve (keystone or frown). Besides, the usage of compound curved prisms with two or more different materials can greatly reduce the nonlinearity inevitably brought by prismatic dispersion. The utilization ratio of light radiation is much higher than imaging spectrometer of the same type based on combination of diffractive grating and concentric optics. In this paper, the Seidel aberration theory of curved prism and the optical principles of Offner configuration are illuminated firstly. Then the optical design layout of the spectrometer is presented, and the performance evaluation of this design, including spot diagram and MTF, is analyzed. To step further, several types of telescope matching this system are provided. This work provides an innovational perspective upon optical system design of airborne spectral imagers; therefore, it can offer theoretic guide for imaging spectrometer of the same kind.

  4. Psychophsyiological reactivity during uncertainty and ambiguity processing in high and low worriers.

    Science.gov (United States)

    Kirschner, Hans; Hilbert, Kevin; Hoyer, Jana; Lueken, Ulrike; Beesdo-Baum, Katja

    2016-03-01

    Intolerance of uncertainty (IU) has been linked to Generalized Anxiety Disorder (GAD), but studies experimentally manipulating uncertainty have mostly failed to find differences between GAD patients and controls, possible due to a lack of distinction between uncertainty and ambiguity. This study therefore investigated reactivity to ambiguity in addition to uncertainty in high worriers (HW) and low worriers (LW). We hypothesized an interpretation bias between the groups during ambiguity tasks, while uncertainty would facilitate threat processing of subsequent aversive stimuli. HW (N = 23) and LW (N = 23) completed a paradigm comprising the anticipation and perception of pictures with dangerous, safe, or ambiguous content. Anticipatory cues were certain (always correct information about the following picture) or uncertain (no information). Subjective ratings, reaction times and skin conductance responses (SCRs) were recorded. HW rated particularly ambiguous pictures as more aversive and showed longer reaction times to all picture conditions compared to LW. SCRs were also larger in HW compared to LW, particularly during uncertain but also safe anticipation. No group differences were observed during perception of stimuli. All participants were female. HW was used as subclinical phenotype of GAD. Intolerance of ambiguity seems to be related to individual differences in worry and possibly to the development of GAD. Threat-related interpretations differentiating HW and LW occurred particularly for ambiguous pictures but were not accompanied by increased autonomic arousal during the picture viewing. This disparity between subjective rating and arousal may be the result of worrying in response to intolerance of uncertainty, restraining physiological responses. Copyright © 2015 Elsevier Ltd. All rights reserved.

  5. Computational Model-Based Design of Leadership Support Based on Situational Leadership Theory

    NARCIS (Netherlands)

    Bosse, T.; Duell, R.; Memon, Z.A.; Treur, J.; van der Wal, C.N.

    2017-01-01

    This paper introduces the design of an agent-based leadership support system exploiting a computational model for development of individuals or groups. It is to be used, for example, as a basis for systems to support a group leader in the development of individual group members or a group as a

  6. Optimization design of airfoil profiles based on the noise of wind turbines

    DEFF Research Database (Denmark)

    Cheng, Jiangtao; Chen, Jin; Cheng, Jiangtao

    2012-01-01

    Based on design theory of airfoil profiles and airfoil self-noise prediction model, a new method with the target of the airfoil average efficiency-noise ratio of design ranges for angle of attack had been developed for designing wind turbine airfoils. The airfoil design method was optimized for a...

  7. Project Lifespan-based Nonstationary Hydrologic Design Methods for Changing Environment

    Science.gov (United States)

    Xiong, L.

    2017-12-01

    Under changing environment, we must associate design floods with the design life period of projects to ensure the hydrologic design is really relevant to the operation of the hydrologic projects, because the design value for a given exceedance probability over the project life period would be significantly different from that over other time periods of the same length due to the nonstationarity of probability distributions. Several hydrologic design methods that take the design life period of projects into account have been proposed in recent years, i.e. the expected number of exceedances (ENE), design life level (DLL), equivalent reliability (ER), and average design life level (ADLL). Among the four methods to be compared, both the ENE and ER methods are return period-based methods, while DLL and ADLL are risk/reliability- based methods which estimate design values for given probability values of risk or reliability. However, the four methods can be unified together under a general framework through a relationship transforming the so-called representative reliability (RRE) into the return period, i.e. m=1/1(1-RRE), in which we compute the return period m using the representative reliability RRE.The results of nonstationary design quantiles and associated confidence intervals calculated by ENE, ER and ADLL were very similar, since ENE or ER was a special case or had a similar expression form with respect to ADLL. In particular, the design quantiles calculated by ENE and ADLL were the same when return period was equal to the length of the design life. In addition, DLL can yield similar design values if the relationship between DLL and ER/ADLL return periods is considered. Furthermore, ENE, ER and ADLL had good adaptability to either an increasing or decreasing situation, yielding not too large or too small design quantiles. This is important for applications of nonstationary hydrologic design methods in actual practice because of the concern of choosing the emerging

  8. Improved Cost-Base Design of Water Distribution Networks using Genetic Algorithm

    Science.gov (United States)

    Moradzadeh Azar, Foad; Abghari, Hirad; Taghi Alami, Mohammad; Weijs, Steven

    2010-05-01

    Population growth and progressive extension of urbanization in different places of Iran cause an increasing demand for primary needs. The water, this vital liquid is the most important natural need for human life. Providing this natural need is requires the design and construction of water distribution networks, that incur enormous costs on the country's budget. Any reduction in these costs enable more people from society to access extreme profit least cost. Therefore, investment of Municipal councils need to maximize benefits or minimize expenditures. To achieve this purpose, the engineering design depends on the cost optimization techniques. This paper, presents optimization models based on genetic algorithm(GA) to find out the minimum design cost Mahabad City's (North West, Iran) water distribution network. By designing two models and comparing the resulting costs, the abilities of GA were determined. the GA based model could find optimum pipe diameters to reduce the design costs of network. Results show that the water distribution network design using Genetic Algorithm could lead to reduction of at least 7% in project costs in comparison to the classic model. Keywords: Genetic Algorithm, Optimum Design of Water Distribution Network, Mahabad City, Iran.

  9. Variations on a theme: novel immersed grating based spectrometer designs for space

    Science.gov (United States)

    Agócs, T.; Navarro, R.; Venema, L.

    2017-11-01

    We present novel immersed grating (IG) based spectrometer designs that can be used in space instrumentation. They are based on the design approach that aims to optimize the optical design using the expanded parameter space that the IG technology offers. In principle the wavefront error (WFE) of any optical system the most conveniently can be corrected in the pupil, where in the case of the IG based spectrometer, the IG itself is positioned. By modifying existing three-mirror based optical systems, which can form the main part of double pass spectrometer designs, a large portion of the WFE of the optical system can be transferred to the pupil and to the IG. In these cases the IG can compensate simple low order aberrations of the system and consequently the main benefit is that the mirrors that tend to be off-axis conical sections can be substituted by spherical mirrors. The WFE budget of such designs has only a minor contribution from the very high quality spherical mirrors and the majority of the WFE can be then allocated to the most complex part of the system, the IG. The latter can be designed so that the errors are compensated by a special grating pattern that in turn can be manufactured using the expertise and experience of the semiconductor industry.

  10. Design and Evaluation of a Wireless Sensor Network Based Aircraft Strength Testing System

    Science.gov (United States)

    Wu, Jian; Yuan, Shenfang; Zhou, Genyuan; Ji, Sai; Wang, Zilong; Wang, Yang

    2009-01-01

    The verification of aerospace structures, including full-scale fatigue and static test programs, is essential for structure strength design and evaluation. However, the current overall ground strength testing systems employ a large number of wires for communication among sensors and data acquisition facilities. The centralized data processing makes test programs lack efficiency and intelligence. Wireless sensor network (WSN) technology might be expected to address the limitations of cable-based aeronautical ground testing systems. This paper presents a wireless sensor network based aircraft strength testing (AST) system design and its evaluation on a real aircraft specimen. In this paper, a miniature, high-precision, and shock-proof wireless sensor node is designed for multi-channel strain gauge signal conditioning and monitoring. A cluster-star network topology protocol and application layer interface are designed in detail. To verify the functionality of the designed wireless sensor network for strength testing capability, a multi-point WSN based AST system is developed for static testing of a real aircraft undercarriage. Based on the designed wireless sensor nodes, the wireless sensor network is deployed to gather, process, and transmit strain gauge signals and monitor results under different static test loads. This paper shows the efficiency of the wireless sensor network based AST system, compared to a conventional AST system. PMID:22408521

  11. Design and evaluation of a wireless sensor network based aircraft strength testing system.

    Science.gov (United States)

    Wu, Jian; Yuan, Shenfang; Zhou, Genyuan; Ji, Sai; Wang, Zilong; Wang, Yang

    2009-01-01

    The verification of aerospace structures, including full-scale fatigue and static test programs, is essential for structure strength design and evaluation. However, the current overall ground strength testing systems employ a large number of wires for communication among sensors and data acquisition facilities. The centralized data processing makes test programs lack efficiency and intelligence. Wireless sensor network (WSN) technology might be expected to address the limitations of cable-based aeronautical ground testing systems. This paper presents a wireless sensor network based aircraft strength testing (AST) system design and its evaluation on a real aircraft specimen. In this paper, a miniature, high-precision, and shock-proof wireless sensor node is designed for multi-channel strain gauge signal conditioning and monitoring. A cluster-star network topology protocol and application layer interface are designed in detail. To verify the functionality of the designed wireless sensor network for strength testing capability, a multi-point WSN based AST system is developed for static testing of a real aircraft undercarriage. Based on the designed wireless sensor nodes, the wireless sensor network is deployed to gather, process, and transmit strain gauge signals and monitor results under different static test loads. This paper shows the efficiency of the wireless sensor network based AST system, compared to a conventional AST system.

  12. The design of portable X-ray fluorescence analyzer based on PDA

    International Nuclear Information System (INIS)

    Zhou Jianbin; Ma Yingjie; Wang Lei; Tong Yunfu

    2010-01-01

    It designs a portable x-ray fluorescence analyzer based on PDA. The high performance Single Chip Microcomputer-C8051F060 works as the core controller on the measure-control board. The communication between PDA and measure-control board is based on Bluetooth technology. Benefiting from the rich resource on the chip of C8051F060, it's very easy to design the MCA (Multi-Channel Analyzer), detection-control circuit, peak-detection circuit compactly. WinCE OS runs on the PDA, and the analysis software is designed on the Visual Studio2005 in C++. The power of the system is supplied by the lithium battery. (authors)

  13. LQR-Based Optimal Distributed Cooperative Design for Linear Discrete-Time Multiagent Systems.

    Science.gov (United States)

    Zhang, Huaguang; Feng, Tao; Liang, Hongjing; Luo, Yanhong

    2017-03-01

    In this paper, a novel linear quadratic regulator (LQR)-based optimal distributed cooperative design method is developed for synchronization control of general linear discrete-time multiagent systems on a fixed, directed graph. Sufficient conditions are derived for synchronization, which restrict the graph eigenvalues into a bounded circular region in the complex plane. The synchronizing speed issue is also considered, and it turns out that the synchronizing region reduces as the synchronizing speed becomes faster. To obtain more desirable synchronizing capacity, the weighting matrices are selected by sufficiently utilizing the guaranteed gain margin of the optimal regulators. Based on the developed LQR-based cooperative design framework, an approximate dynamic programming technique is successfully introduced to overcome the (partially or completely) model-free cooperative design for linear multiagent systems. Finally, two numerical examples are given to illustrate the effectiveness of the proposed design methods.

  14. Triangulation based inclusion probabilities: a design-unbiased sampling approach

    OpenAIRE

    Fehrmann, Lutz; Gregoire, Timothy; Kleinn, Christoph

    2011-01-01

    A probabilistic sampling approach for design-unbiased estimation of area-related quantitative characteristics of spatially dispersed population units is proposed. The developed field protocol includes a fixed number of 3 units per sampling location and is based on partial triangulations over their natural neighbors to derive the individual inclusion probabilities. The performance of the proposed design is tested in comparison to fixed area sample plots in a simulation with two forest stands. ...

  15. An integrated reliability-based design optimization of offshore towers

    International Nuclear Information System (INIS)

    Karadeniz, Halil; Togan, Vedat; Vrouwenvelder, Ton

    2009-01-01

    After recognizing the uncertainty in the parameters such as material, loading, geometry and so on in contrast with the conventional optimization, the reliability-based design optimization (RBDO) concept has become more meaningful to perform an economical design implementation, which includes a reliability analysis and an optimization algorithm. RBDO procedures include structural analysis, reliability analysis and sensitivity analysis both for optimization and for reliability. The efficiency of the RBDO system depends on the mentioned numerical algorithms. In this work, an integrated algorithms system is proposed to implement the RBDO of the offshore towers, which are subjected to the extreme wave loading. The numerical strategies interacting with each other to fulfill the RBDO of towers are as follows: (a) a structural analysis program, SAPOS, (b) an optimization program, SQP and (c) a reliability analysis program based on FORM. A demonstration of an example tripod tower under the reliability constraints based on limit states of the critical stress, buckling and the natural frequency is presented.

  16. An integrated reliability-based design optimization of offshore towers

    Energy Technology Data Exchange (ETDEWEB)

    Karadeniz, Halil [Faculty of Civil Engineering and Geosciences, Delft University of Technology, Delft (Netherlands)], E-mail: h.karadeniz@tudelft.nl; Togan, Vedat [Department of Civil Engineering, Karadeniz Technical University, Trabzon (Turkey); Vrouwenvelder, Ton [Faculty of Civil Engineering and Geosciences, Delft University of Technology, Delft (Netherlands)

    2009-10-15

    After recognizing the uncertainty in the parameters such as material, loading, geometry and so on in contrast with the conventional optimization, the reliability-based design optimization (RBDO) concept has become more meaningful to perform an economical design implementation, which includes a reliability analysis and an optimization algorithm. RBDO procedures include structural analysis, reliability analysis and sensitivity analysis both for optimization and for reliability. The efficiency of the RBDO system depends on the mentioned numerical algorithms. In this work, an integrated algorithms system is proposed to implement the RBDO of the offshore towers, which are subjected to the extreme wave loading. The numerical strategies interacting with each other to fulfill the RBDO of towers are as follows: (a) a structural analysis program, SAPOS, (b) an optimization program, SQP and (c) a reliability analysis program based on FORM. A demonstration of an example tripod tower under the reliability constraints based on limit states of the critical stress, buckling and the natural frequency is presented.

  17. On the design of henon and logistic map-based random number generator

    Science.gov (United States)

    Magfirawaty; Suryadi, M. T.; Ramli, Kalamullah

    2017-10-01

    The key sequence is one of the main elements in the cryptosystem. True Random Number Generators (TRNG) method is one of the approaches to generating the key sequence. The randomness source of the TRNG divided into three main groups, i.e. electrical noise based, jitter based and chaos based. The chaos based utilizes a non-linear dynamic system (continuous time or discrete time) as an entropy source. In this study, a new design of TRNG based on discrete time chaotic system is proposed, which is then simulated in LabVIEW. The principle of the design consists of combining 2D and 1D chaotic systems. A mathematical model is implemented for numerical simulations. We used comparator process as a harvester method to obtain the series of random bits. Without any post processing, the proposed design generated random bit sequence with high entropy value and passed all NIST 800.22 statistical tests.

  18. Virus-inspired design principles of nanoparticle-based bioagents.

    Directory of Open Access Journals (Sweden)

    Hongyan Yuan

    Full Text Available The highly effectiveness and robustness of receptor-mediated viral invasion of living cells shed lights on the biomimetic design of nanoparticle(NP-based therapeutics. Through thermodynamic analysis, we elucidate that the mechanisms governing both the endocytic time of a single NP and the cellular uptake can be unified into a general energy-balance framework of NP-membrane adhesion and membrane deformation. Yet the NP-membrane adhesion strength is a globally variable quantity that effectively regulates the NP uptake rate. Our analysis shows that the uptake rate interrelatedly depends on the particle size and ligand density, in contrast to the widely reported size effect. Our model predicts that the optimal radius of NPs for maximal uptake rate falls in the range of 25-30 nm, and optimally several tens of ligands should be coated onto NPs. These findings are supported by both recent experiments and typical viral structures, and serve as fundamental principles for the rational design of NP-based nanomedicine.

  19. SPECT detector system design based on embedded system

    International Nuclear Information System (INIS)

    Zhang Weizheng; Zhao Shujun; Zhang Lei; Sun Yuanling

    2007-01-01

    A single-photon emission computed tomography detector system based on embedded Linux designed. This system is composed of detector module, data acquisition module, ARM MPU module, network interface communication module and human machine interface module. Its software uses multithreading technology based on embedded Linux. It can achieve high speed data acquisition, real-time data correction and network data communication. It can accelerate the data acquisition and decrease the dead time. The accuracy and the stability of the system can be improved. (authors)

  20. Design values of resilient modulus of stabilized and non-stabilized base.

    Science.gov (United States)

    2010-10-01

    The primary objective of this research study is to determine design value ranges for typical base materials, as allowed by LADOTD specifications, through laboratory tests with respect to resilient modulus and other parameters used by pavement design ...