WorldWideScience

Sample records for makefiles shell scripts

  1. Shell Scripting Expert Recipes for Linux, Bash and more

    CERN Document Server

    Parker, Steve

    2011-01-01

    A compendium of shell scripting recipes that can immediately be used, adjusted, and applied The shell is the primary way of communicating with the Unix and Linux systems, providing a direct way to program by automating simple-to-intermediate tasks. With this book, Linux expert Steve Parker shares a collection of shell scripting recipes that can be used as is or easily modified for a variety of environments or situations. The book covers shell programming, with a focus on Linux and the Bash shell; it provides credible, real-world relevance, as well as providing the flexible tools to get started

  2. Linux command line and shell scripting bible

    CERN Document Server

    Blum, Richard

    2014-01-01

    Talk directly to your system for a faster workflow with automation capability Linux Command Line and Shell Scripting Bible is your essential Linux guide. With detailed instruction and abundant examples, this book teaches you how to bypass the graphical interface and communicate directly with your computer, saving time and expanding capability. This third edition incorporates thirty pages of new functional examples that are fully updated to align with the latest Linux features. Beginning with command line fundamentals, the book moves into shell scripting and shows you the practical application

  3. Linux Command Line and Shell Scripting Bible

    CERN Document Server

    Blum, Richard

    2011-01-01

    The authoritative guide to Linux command line and shell scripting?completely updated and revised [it's not a guide to Linux as a whole ? just to scripting] The Linux command line allows you to type specific Linux commands directly to the system so that you can easily manipulate files and query system resources, thereby permitting you to automate commonly used functions and even schedule those programs to run automatically. This new edition is packed with new and revised content, reflecting the many changes to new Linux versions, including coverage of alternative shells to the default bash shel

  4. Learning Shell scripting with Zsh

    CERN Document Server

    Festari, Gaston

    2014-01-01

    A step-by-step tutorial that will teach you, through real-world examples, how to configure and use Zsh and its various features. If you are a system administrator, developer, or computer professional involved with UNIX who are looking to improve on their daily tasks involving the UNIX shell, ""Learning Shell Scripting with Zsh"" will be great for you. It's assumed that you have some familiarity with an UNIX command-line interface and feel comfortable with editors such as Emacs or vi.

  5. Windows PowerShell Cookbook The Complete Guide to Scripting Microsoft's New Command Shell

    CERN Document Server

    Holmes, Lee

    2010-01-01

    Do you know how to use Windows PowerShell to navigate the filesystem and manage files and folders? Or how to retrieve a web page? This introduction to the PowerShell language and scripting environment provides more than 430 task-oriented recipes to help you solve the most complex and pressing problems, and includes more than 100 tried-and-tested scripts that intermediate to advanced system administrators can copy and use immediately. You'll find hands-on tutorials on fundamentals, common tasks, and administrative jobs that you can apply whether you're on a client or server version of Windows

  6. Linux shell scripting cookbook

    CERN Document Server

    Tushar, Shantanu

    2013-01-01

    This book is written in a Cookbook style and it offers learning through recipes with examples and illustrations. Each recipe contains step-by-step instructions about everything necessary to execute a particular task. The book is designed so that you can read it from start to end for beginners, or just open up any chapter and start following the recipes as a reference for advanced users.If you are a beginner or an intermediate user who wants to master the skill of quickly writing scripts to perform various tasks without reading the entire manual, this book is for you. You can start writing scri

  7. Simple proteomics data analysis in the object-oriented PowerShell.

    Science.gov (United States)

    Mohammed, Yassene; Palmblad, Magnus

    2013-01-01

    Scripting languages such as Perl and Python are appreciated for solving simple, everyday tasks in bioinformatics. A more recent, object-oriented command shell and scripting language, Windows PowerShell, has many attractive features: an object-oriented interactive command line, fluent navigation and manipulation of XML files, ability to consume Web services from the command line, consistent syntax and grammar, rich regular expressions, and advanced output formatting. The key difference between classical command shells and scripting languages, such as bash, and object-oriented ones, such as PowerShell, is that in the latter the result of a command is a structured object with inherited properties and methods rather than a simple stream of characters. Conveniently, PowerShell is included in all new releases of Microsoft Windows and therefore already installed on most computers in classrooms and teaching labs. In this chapter we demonstrate how PowerShell in particular allows easy interaction with mass spectrometry data in XML formats, connection to Web services for tools such as BLAST, and presentation of results as formatted text or graphics. These features make PowerShell much more than "yet another scripting language."

  8. Microsoft Exchange Server 2013 PowerShell cookbook

    CERN Document Server

    Andersson, Jonas

    2013-01-01

    This book is written in a Cookbook-style format and provides practical, immediately usable task-based recipes that show you how to manage and maintain your Microsoft Exchange Server 2013 environment with Windows PowerShell 3. Each chapter of the book is written so that it can be used as a desktop reference, or it can be read from beginning to end, allowing you to build a solid foundation for building scripts in your Exchange environment.This Cookbook is for messaging professionals who want to learn how to build real-world scripts with Windows PowerShell 3 and the Exchange Management Shell. If

  9. Windows PowerShell 20 Bible

    CERN Document Server

    Lee, Thomas; Schill, Mark E; Tanasovski, Tome

    2011-01-01

    Here's the complete guide to Windows PowerShell 2.0 for administrators and developers Windows PowerShell is Microsoft's next-generation scripting and automation language. This comprehensive volume provides the background that IT administrators and developers need in order to start using PowerShell automation in exciting new ways. It explains what PowerShell is, how to use the language, and specific ways to apply PowerShell in various technologies. Windows PowerShell is Microsoft's standard automation tool and something that every Windows administrator will eventually have to understand; this b

  10. MicroShell Minimalist Shell for Xilinx Microprocessors

    Science.gov (United States)

    Werne, Thomas A.

    2011-01-01

    MicroShell is a lightweight shell environment for engineers and software developers working with embedded microprocessors in Xilinx FPGAs. (MicroShell has also been successfully ported to run on ARM Cortex-M1 microprocessors in Actel ProASIC3 FPGAs, but without project-integration support.) Micro Shell decreases the time spent performing initial tests of field-programmable gate array (FPGA) designs, simplifies running customizable one-time-only experiments, and provides a familiar-feeling command-line interface. The program comes with a collection of useful functions and enables the designer to add an unlimited number of custom commands, which are callable from the command-line. The commands are parameterizable (using the C-based command-line parameter idiom), so the designer can use one function to exercise hardware with different values. Also, since many hardware peripherals instantiated in FPGAs have reasonably simple register-mapped I/O interfaces, the engineer can edit and view hardware parameter settings at any time without stopping the processor. MicroShell comes with a set of support scripts that interface seamlessly with Xilinx's EDK tool. Adding an instance of MicroShell to a project is as simple as marking a check box in a library configuration dialog box and specifying a software project directory. The support scripts then examine the hardware design, build design-specific functions, conditionally include processor-specific functions, and complete the compilation process. For code-size constrained designs, most of the stock functionality can be excluded from the compiled library. When all of the configurable options are removed from the binary, MicroShell has an unoptimized memory footprint of about 4.8 kB and a size-optimized footprint of about 2.3 kB. Since MicroShell allows unfettered access to all processor-accessible memory locations, it is possible to perform live patching on a running system. This can be useful, for instance, if a bug is

  11. Microsoft Exchange Server PowerShell cookbook

    CERN Document Server

    Andersson, Jonas

    2015-01-01

    This book is for messaging professionals who want to build real-world scripts with Windows PowerShell 5 and the Exchange Management Shell. If you are a network or systems administrator responsible for managing and maintaining Exchange Server 2013, you will find this highly useful.

  12. TypeScript revealed

    CERN Document Server

    Maharry, Dan

    2013-01-01

    TypeScript Revealed is a quick 100-page guide to Anders Hejlsberg's new take on JavaScript. With this brief, fast-paced introduction to TypeScript, .NET, Web and Windows 8 application developers who are already familiar with JavaScript will easily get up to speed with TypeScript and decide whether or not to start incorporating it into their own development. TypeScript is 'JavaScript for Application-scale development'; a superset of JavaScript that brings to it an additional object-oriented-like syntax familiar to .NET programmers that compiles down into simple, clean JavaScript that any browse

  13. DOM Scripting

    CERN Document Server

    Keith, J

    2011-01-01

    In this Second Edition of the popular DOM Scripting: Web Design with JavaScript and the Document Object Model, comes a modern revision to include current best practices and guidelines. There is also full coverage of HTML5 in a new, dedicated chapter, and details on JavaScript libraries and how they can help your scripting. The book gives you everything you need to start using JavaScript and the Document Object Model to enhance your web pages with client-side dynamic effects and user-controlled animation. It shows you how JavaScript, HTML5, and Cascading Style Sheets (CSS) work together to crea

  14. Computer Software Configuration Item-Specific Flight Software Image Transfer Script Generator

    Science.gov (United States)

    Bolen, Kenny; Greenlaw, Ronald

    2010-01-01

    A K-shell UNIX script enables the International Space Station (ISS) Flight Control Team (FCT) operators in NASA s Mission Control Center (MCC) in Houston to transfer an entire or partial computer software configuration item (CSCI) from a flight software compact disk (CD) to the onboard Portable Computer System (PCS). The tool is designed to read the content stored on a flight software CD and generate individual CSCI transfer scripts that are capable of transferring the flight software content in a given subdirectory on the CD to the scratch directory on the PCS. The flight control team can then transfer the flight software from the PCS scratch directory to the Electronically Erasable Programmable Read Only Memory (EEPROM) of an ISS Multiplexer/ Demultiplexer (MDM) via the Indirect File Transfer capability. The individual CSCI scripts and the CSCI Specific Flight Software Image Transfer Script Generator (CFITSG), when executed a second time, will remove all components from their original execution. The tool will identify errors in the transfer process and create logs of the transferred software for the purposes of configuration management.

  15. Smashing CoffeeScript

    CERN Document Server

    Hudson, Alex

    2013-01-01

    Brew the perfect code with CoffeeScript If you're familiar with JavaScript and the often-frustrating process of creating complex applications, a nice cup of CoffeeScript can help. CoffeeScript is a programming language that compiles into JavaScript and simplifies the entire development process. Now you can tap the full power of CoffeeScript with Smashing CoffeeScript. This full-color, practical book explains CoffeeScript language, syntax, and processes, and will soon have you producing concise and quality code. Ultimately, you'll create RIAs and mobile apps faster, with less

  16. The BaBar Software Architecture and Infrastructure

    International Nuclear Information System (INIS)

    Cosmo, Gabriele

    2003-01-01

    The BaBar experiment has in place since 1995 a software release system (SRT Software Release Tools) based on CVS (Concurrent Version System) which is in common for all the software developed for the experiment, online or offline, simulation or reconstruction. A software release is a snapshot of all BaBar code (online, offline, utilities, scripts, makefiles, etc.). This set of code is tested to work together, and is indexed by a release number (e.g., 6.8.2) so a user can refer to a particular release and get reproducible results. A release will involve particular versions of packages. A package generally consists of a set of code for a particular task, together with a GNU makefile, scripts and documentation. All BaBar software is maintained in AFS (Andrew File System) directories, so the code is accessible worldwide within the Collaboration. The combination SRT, CVS, AFS, has demonstrated to be a valid, powerful and efficient way of organizing the software infrastructure of a modern HEP experiment with collaborating Institutes distributed worldwide, both in a development and production phase

  17. Development and application of General Purpose Data Acquisition Shell (GPDAS) at advanced photon source

    International Nuclear Information System (INIS)

    Chung, Youngjoo; Kim, Keeman.

    1991-01-01

    An operating system shell GPDAS (General Purpose Data Acquisition Shell) on MS-DOS-based microcomputers has been developed to provide flexibility in data acquisition and device control for magnet measurements at the Advanced Photon Source. GPDAS is both a command interpreter and an integrated script-based programming environment. It also incorporates the MS-DOS shell to make use of the existing utility programs for file manipulation and data analysis. Features include: alias definition, virtual memory, windows, graphics, data and procedure backup, background operation, script programming language, and script level debugging. Data acquisition system devices can be controlled through IEEE488 board, multifunction I/O board, digital I/O board and Gespac crate via Euro G-64 bus. GPDAS is now being used for diagnostics R ampersand D and accelerator physics studies as well as for magnet measurements. Their hardware configurations will also be discussed. 3 refs., 3 figs

  18. JavaScript bible

    CERN Document Server

    Goodman, Danny; Novitski, Paul; Rayl, Tia Gustaffl

    2009-01-01

    The bestselling JavaScript reference, now updated to reflect changes in technology and best practices. As the most comprehensive book on the market, the JavaScript Bible is a classic bestseller that keeps you up to date on the latest changes in JavaScript, the leading technology for incorporating interactivity into Web pages. Part tutorial, part reference, this book serves as both a learning tool for building new JavaScript skills as well as a detailed reference for the more experienced JavaScript user. You'll get up-to-date coverage on the latest JavaScript practices that have been implemente

  19. Checking Correctness of TypeScript Interfaces for JavaScript Libraries

    DEFF Research Database (Denmark)

    Feldthaus, Asger; Møller, Anders

    2014-01-01

    The TypeScript programming language adds optional types to JavaScript, with support for interaction with existing JavaScript libraries via interface declarations. Such declarations have been written for hundreds of libraries, but they can be difficult to write and often contain errors, which may...... affect the type checking and misguide code completion for the application code in IDEs. We present a pragmatic approach to check correctness of TypeScript declaration files with respect to JavaScript library implementations. The key idea in our algorithm is that many declaration errors can be detected...... library and with a low number of false positives. Our analysis of how programmers use library interface declarations furthermore reveals some practical limitations of the TypeScript type system....

  20. JavaScript Pocket Reference

    CERN Document Server

    Flanagan, David

    1998-01-01

    JavaScript is a powerful, object-based scripting language that can be embedded directly in HTML pages. It allows you to create dynamic, interactive Web-based applications that run completely within a Web browser -- JavaScript is the language of choice for developing Dynamic HTML (DHTML) content. JavaScript can be integrated effectively with CGI and Java to produce sophisticated Web applications, although, in many cases, JavaScript eliminates the need for complex CGI scripts and Java applets altogether. The JavaScript Pocket Reference is a companion volume to JavaScript: The Definitive Guide

  1. Mastering TypeScript

    CERN Document Server

    Rozentals, Nathan

    2015-01-01

    Whether you are a JavaScript developer aiming to learn TypeScript, or an experienced TypeScript developer wanting to take your skills to the next level, this book is for you. From basic to advanced language constructs, test-driven development, and object-oriented techniques, you will learn how to get the most out of the TypeScript language.

  2. JavaScript Patterns

    CERN Document Server

    Stefanov, Stoyan

    2010-01-01

    What's the best approach for developing an application with JavaScript? This book helps you answer that question with numerous JavaScript coding patterns and best practices. If you're an experienced developer looking to solve problems related to objects, functions, inheritance, and other language-specific categories, the abstractions and code templates in this guide are ideal -- whether you're writing a client-side, server-side, or desktop application with JavaScript. Written by JavaScript expert Stoyan Stefanov -- Senior Yahoo! Technical and architect of YSlow 2.0, the web page performance

  3. TypeScript essentials

    CERN Document Server

    Nance, Christopher

    2014-01-01

    The book introduces the TypeScript language and its features to anyone looking to develop rich web applications. Whether you are new to web development or are an experienced engineer with strong JavaScript skills, this book will get you writing code quickly. A basic understanding of JavaScript and its language features are necessary for this book.

  4. Cross-script and within-script priming in alcoholic Korsakoff patients.

    Science.gov (United States)

    Komatsu, Shin-Ichi; Mimura, Masaru; Kato, Motoichiro; Kashima, Haruo

    2003-04-01

    In two experiments, alcoholic Korsakoff patients and control subjects studied a list of Japanese nouns written in either Hiragana or Kanji script. Word-fragment completion and recognition tests were then administered in Hiragana. When the writing script was changed between study and test phases, repetition priming in word-fragment completion was significantly attenuated but was still reliable against baseline performance. This was confirmed for both Korsakoff patients and control subjects. In contrast, the script change had little effect on recognition memory, which was severely impaired in Korsakoff patients. The results suggest that repetition priming is mediated by two different implicit processes, one that is script-specific and the other that is assumed to operate at a more abstract level.

  5. Learning JavaScript

    CERN Document Server

    Powers, Shelley

    2008-01-01

    Packed with best practices and examples of JavaScript use, Learning JavaScript provides complete, no-nonsense coverage of this quirky yet essential language for web development. You'll learn everything from primitive data types to complex features, including JavaScript elements involved with Ajax and dynamic page effects. By the end of the book, you'll be able to work with even the most sophisticated libraries and web applications.

  6. JavaScript programmer's reference

    CERN Document Server

    Valentine, Thomas

    2013-01-01

    JavaScript Programmer's Reference is an invaluable resource that won't stray far from your desktop (or your tablet!). It contains detailed information on every JavaScript object and command, and combines that reference with practical examples showcasing how you can use those commands in the real world. Whether you're just checking the syntax of a method or you're starting out on the road to JavaScript mastery, the JavaScript Programmer's Reference will be an essential aid.  With a detailed and informative tutorial section giving you the ins and outs of programming with JavaScript and the DOM f

  7. JavaScript for Absolute Beginners

    CERN Document Server

    McNavage, T

    2010-01-01

    If you are new to both JavaScript and programming, this hands-on book is for you. Rather than staring blankly at gobbledygook, you'll explore JavaScript by entering and running hundreds of code samples in Firebug, a free JavaScript debugger. Then in the last two chapters, you'll leave the safety of Firebug and hand-code an uber cool JavaScript application in your preferred text editor. Written in a friendly, engaging narrative style, this innovative JavaScript tutorial covers the following essentials: * Core JavaScript syntax, such as value types, operators, expressions, and statements provide

  8. Learn AppleScript The Comprehensive Guide to Scripting and Automation on MAC OS X

    CERN Document Server

    Rosenthal, Hanaan

    2009-01-01

    AppleScript is an English-like, easy-to-understand scripting language built into every Mac. AppleScript can automate hundreds of AppleScriptable applications, performing tasks both large and small, complex and simple. Learn AppleScript: The Comprehensive Guide to Scripting and Automation on Mac OS X, Third Edition has been completely updated for Mac OS X Snow Leopard. It's all here, with an emphasis on practical information that will help you solve any automation problem-from the most mundane repetitive tasks to highly integrated workflows of complex systems. * Friendly enough for beginners, d

  9. Teacher Learning by Script

    Science.gov (United States)

    Reeves, Jenelle

    2010-01-01

    Scripted instruction (SI) programs, which direct teachers to teach, even to talk, from a standardized written script, are roundly criticized for inhibiting teacher creativity and teacher learning. In fact, such programs utilize scripting for exactly that reason: to reduce teacher interference with (and presumed weakening of) the prescribed…

  10. The Little Book on CoffeeScript

    CERN Document Server

    MacCaw, Alex

    2012-01-01

    This little book shows JavaScript developers how to build superb web applications with CoffeeScript, the remarkable little language that's gaining considerable interest. Through example code, this guide demonstrates how CoffeeScript abstracts JavaScript, providing syntactical sugar and preventing many common errors. You'll learn CoffeeScript's syntax and idioms step by step, from basic variables and functions to complex comprehensions and classes. Written by Alex MacCaw, author of JavaScript Web Applications (O'Reilly), with contributions from CoffeeScript creator Jeremy Ashkenas, this book

  11. Script Templates: A Practical Approach to Script Training in Aphasia

    Science.gov (United States)

    Kaye, Rosalind C.; Cherney, Leora R.

    2016-01-01

    Purpose: Script training for aphasia involves repeated practice of relevant phrases and sentences that, when mastered, can potentially be used in other communicative situations. Although an increasingly popular approach, script development can be time-consuming. We provide a detailed summary of the evidence supporting this approach. We then…

  12. Professional JavaScript for Web Developers

    CERN Document Server

    Zakas, Nicholas C

    2011-01-01

    A significant update to a bestselling JavaScript book As the key scripting language for the web, JavaScript is supported by every modern web browser and allows developers to create client-side scripts that take advantage of features such as animating the canvas tag and enabling client-side storage and application caches. After an in-depth introduction to the JavaScript language, this updated edition of a bestseller progresses to break down how JavaScript is applied for web development using the latest web development technologies. Veteran author and JavaScript guru Nicholas Zakas shows how Jav

  13. Functional-light JavaScript balanced, pragmatic FP in JavaScript

    CERN Document Server

    Simpson, Kyle

    2017-01-01

    Functional-Light JavaScript is a balanced, pragmatic exploration of Functional Programming in JavaScript. Functional Programming (FP) is an incredibly powerful paradigm for structuring code that yields more robust, verifiable, and readable programs. If you've ever tried to learn FP but struggled with terms like "monad", mathematical concepts like category theory, or symbols like (lambda), you're not alone. Functional-Light programming distills the most vital aspects of FP—function purity, value immutability, composition, and more!—down to approachable JavaScript patterns. Rather than the all-or-nothing dogmatism often encountered in FP, this book teaches you how to improve your programs line by line.

  14. Java Application Shell: A Framework for Piecing Together Java Applications

    Science.gov (United States)

    Miller, Philip; Powers, Edward I. (Technical Monitor)

    2001-01-01

    This session describes the architecture of Java Application Shell (JAS), a Swing-based framework for developing interactive Java applications. Java Application Shell is being developed by Commerce One, Inc. for NASA Goddard Space Flight Center Code 588. The purpose of JAS is to provide a framework for the development of Java applications, providing features that enable the development process to be more efficient, consistent and flexible. Fundamentally, JAS is based upon an architecture where an application is considered a collection of 'plugins'. In turn, a plug-in is a collection of Swing actions defined using XML and packaged in a jar file. Plug-ins may be local to the host platform or remotely-accessible through HTTP. Local and remote plugins are automatically discovered by JAS upon application startup; plugins may also be loaded dynamically without having to re-start the application. Using Extensible Markup Language (XML) to define actions, as opposed to hardcoding them in application logic, allows easier customization of application-specific operations by separating application logic from presentation. Through XML, a developer defines an action that may appear on any number of menus, toolbars, and buttons. Actions maintain and propagate enable/disable states and specify icons, tool-tips, titles, etc. Furthermore, JAS allows actions to be implemented using various scripting languages through the use of IBM's Bean Scripting Framework. Scripted action implementation is seamless to the end-user. In addition to action implementation, scripts may be used for application and unit-level testing. In the case of application-level testing, JAS has hooks to assist a script in simulating end-user input. JAS also provides property and user preference management, JavaHelp, Undo/Redo, Multi-Document Interface, Single-Document Interface, printing, and logging. Finally, Jini technology has also been included into the framework by means of a Jini services browser and the

  15. ActionScript 3.0 Bible

    CERN Document Server

    Braunstein, Roger

    2010-01-01

    The updated edition on all the latest features and capabilities of ActionScript 3.0 and Flash Player 10. ActionScript is a popular programming language used primarily for the development of Web sites and software. This update to the successful previous version introduces you to all the exciting new capabilities of ActionScript 3.0. You'll see how ActionScript 3.0 goes beyond its primary use of scripting Flash animations and is now an object-oriented evolution that runs ten times faster than previous versions and can be used in Adobe's new platforms, including Flex and AIR. Hands-on instruction

  16. JavaScript The Definitive Guide

    CERN Document Server

    Flanagan, David

    2011-01-01

    Since 1996, JavaScript: The Definitive Guide has been the bible for JavaScript programmers-a programmer's guide and comprehensive reference to the core language and to the client-side JavaScript APIs defined by web browsers. The 6th edition covers HTML5 and ECMAScript 5. Many chapters have been completely rewritten to bring them in line with today's best web development practices. New chapters in this edition document jQuery and server side JavaScript. It's recommended for experienced programmers who want to learn the programming language of the Web, and for current JavaScript programmers wh

  17. Pro JavaScript with MooTools

    CERN Document Server

    Obcena, Mark Joseph

    2010-01-01

    Pro JavaScript with MooTools is unlike any other JavaScript book on the market today. While similar books focus on either JavaScript as a language of the browser or how to use JavaScript frameworks, Pro JavaScript with MooTools fills the gap between these topics and moves beyond - exploring the advanced features of JavaScript and how the MooTools framework uses these features to further improve the language itself. The book itself takes a unique three-pronged approach. It first walks you through the advanced features of JavaScript and the MooTools framework, including native augmentation and t

  18. QlikView scripting

    CERN Document Server

    Floyd, Matt

    2013-01-01

    This mini book offers information about QlikView scripting written in an easy-to-understand manner, and covers QlikView scripting from basic to advanced features in a compact format.If you are a basic orintermediate developer with some knowledge of QlikView applications and a basic understanding of QlikView scripting and data extraction and manipulation, this book will be great for you. If you are an advanced user, you can also use this book as a reference guide and teaching aid. If you are a QlikView project team member such as a business user, data/ETL professional, project manager, orsystem

  19. Static Analysis for JavaScript

    DEFF Research Database (Denmark)

    Jensen, Simon Holm

    . This dissertation describes the design and implementation of a static analysis for JavaScript that can assist programmers in finding bugs in code during development. We describe the design of a static analysis tool for JavaScript, built using the monotone framework. This analysis infers detailed type information......Web applications present unique challenges to designers of static analysis tools. One of these challenges is the language JavaScript used for client side scripting in the browser. JavaScript is a complex language with many pitfalls and poor tool support compared to other languages...... about programs. This information can be used to detect bugs such as null pointer dereferences and unintended type coercions. The analysis is sound, enabling it to prove the absence of certain program errors. JavaScript is usually run within the context of the browser and the DOM API. The major...

  20. PyORBIT: A Python Shell For ORBIT

    Energy Technology Data Exchange (ETDEWEB)

    Jean-Francois Ostiguy; Jeffrey Holmes

    2003-07-01

    ORBIT is code developed at SNS to simulate beam dynamics in accumulation rings and synchrotrons. The code is structured as a collection of external C++ modules for SuperCode, a high level interpreter shell developed at LLNL in the early 1990s. SuperCode is no longer actively supported and there has for some time been interest in replacing it by a modern scripting language, while preserving the feel of the original ORBIT program. In this paper, we describe a new version of ORBIT where the role of SuperCode is assumed by Python, a free, well-documented and widely supported object-oriented scripting language. We also compare PyORBIT to ORBIT from the standpoint of features, performance and future expandability.

  1. PyORBIT: A Python Shell For ORBIT

    International Nuclear Information System (INIS)

    Jean-Francois Ostiguy; Jeffrey Holmes

    2003-01-01

    ORBIT is code developed at SNS to simulate beam dynamics in accumulation rings and synchrotrons. The code is structured as a collection of external C++ modules for SuperCode, a high level interpreter shell developed at LLNL in the early 1990s. SuperCode is no longer actively supported and there has for some time been interest in replacing it by a modern scripting language, while preserving the feel of the original ORBIT program. In this paper, we describe a new version of ORBIT where the role of SuperCode is assumed by Python, a free, well-documented and widely supported object-oriented scripting language. We also compare PyORBIT to ORBIT from the standpoint of features, performance and future expandability

  2. Mastering JavaScript high performance

    CERN Document Server

    Adams, Chad R

    2015-01-01

    If you are a JavaScript developer with some experience in development and want to increase the performance of JavaScript projects by building faster web apps, then this book is for you. You should know the basic concepts of JavaScript.

  3. Scripting InDesign CS34 with JavaScript

    CERN Document Server

    Kahrel, Peter

    2009-01-01

    Updated: August 2010. Author Peter Kahrel updated this Short Cut to cover InDesign CS5. InDesign provides a powerful setof tools for producing beautifuldocuments. While you can certainlydo all your work by hand throughInDesign's graphical interface, thereare many times when it's much easier towrite a script. Once you've automateda task, you can run it over the wholedocument, ensuring consistency, orjust when you need it, simplifying andspeeding your layout process. All ittakes is a bit of JavaScript knowledgeand a willingness to explore InDesign'sprogramming features.

  4. Refinement Types for TypeScript

    OpenAIRE

    Vekris, Panagiotis; Cosman, Benjamin; Jhala, Ranjit

    2016-01-01

    We present Refined TypeScript (RSC), a lightweight refinement type system for TypeScript, that enables static verification of higher-order, imperative programs. We develop a formal core of RSC that delineates the interaction between refinement types and mutability. Next, we extend the core to account for the imperative and dynamic features of TypeScript. Finally, we evaluate RSC on a set of real world benchmarks, including parts of the Octane benchmarks, D3, Transducers, and the TypeScript co...

  5. Mastering Unity scripting

    CERN Document Server

    Thorn, Alan

    2015-01-01

    Mastering Unity Scripting is an advanced book intended for students, educators, and professionals familiar with the Unity basics as well as the basics of scripting. Whether you've been using Unity for a short time or are an experienced user, this book has something important and valuable to offer to help you improve your game development workflow.

  6. The cultural life script as cognitive schema: How the life script shapes memory for fictional life stories

    DEFF Research Database (Denmark)

    Koppel, Jonathan Mark; Berntsen, Dorthe

    2014-01-01

    with the life script, memory for its valence was reconstructed to fit the script (in Study 2); and, third, intrusions in recall were disproportionately for life script events (in Study 3), though that was not the case in recognition (in Study 1). We conclude that the life script serves as a cognitive schema...

  7. Sparks Will Fly: engineering creative script conflicts

    Science.gov (United States)

    Veale, Tony; Valitutti, Alessandro

    2017-10-01

    Scripts are often dismissed as the stuff of good movies and bad politics. They codify cultural experience so rigidly that they remove our freedom of choice and become the very antithesis of creativity. Yet, mental scripts have an important role to play in our understanding of creative behaviour, since a deliberate departure from an established script can produce results that are simultaneously novel and familiar, especially when others stick to the conventional script. Indeed, creative opportunities often arise at the overlapping boundaries of two scripts that antagonistically compete to mentally organise the same situation. This work explores the computational integration of competing scripts to generate creative friction in short texts that are surprising but meaningful. Our exploration considers conventional macro-scripts - ordered sequences of actions - and the less obvious micro-scripts that operate at even the lowest levels of language. For the former, we generate plots that squeeze two scripts into a single mini-narrative; for the latter, we generate ironic descriptions that use conflicting scripts to highlight the speaker's pragmatic insincerity. We show experimentally that verbal irony requires both kinds of scripts - macro and micro - to work together to reliably generate creative sparks from a speaker's subversive intent.

  8. Selected Landscape Plants. Slide Script.

    Science.gov (United States)

    McCann, Kevin

    This slide script, part of a series of slide scripts designed for use in vocational agriculture classes, deals with commercially important woody ornamental landscape plants. Included in the script are narrations for use with a total of 253 slides illustrating 92 different plants. Several slides are used to illustrate each plant: besides a view of…

  9. Benchmarking JavaScript Frameworks

    OpenAIRE

    Mariano, Carl Lawrence

    2017-01-01

    JavaScript programming language has been in existence for many years already and is one of the most widely known, if not, the most used front-end programming language in web development. However, JavaScript is still evolving and with the emergence of JavaScript Frameworks (JSF), there has been a major change in how developers develop software nowadays. Developers these days often use more than one framework in order to fulfil their job which has given rise to the problem for developers when i...

  10. High Performance JavaScript

    CERN Document Server

    Zakas, Nicholas

    2010-01-01

    If you're like most developers, you rely heavily on JavaScript to build interactive and quick-responding web applications. The problem is that all of those lines of JavaScript code can slow down your apps. This book reveals techniques and strategies to help you eliminate performance bottlenecks during development. You'll learn how to improve execution time, downloading, interaction with the DOM, page life cycle, and more. Yahoo! frontend engineer Nicholas C. Zakas and five other JavaScript experts -- Ross Harmes, Julien Lecomte, Steven Levithan, Stoyan Stefanov, and Matt Sweeney -- demonstra

  11. CoffeeScript application development

    CERN Document Server

    Young, Ian

    2013-01-01

    CoffeeScript Application Development is a practical, hands-on guide with step-by-step instructions. Follow the smooth and easy tutorial approach, covering examples that build in complexity. By the final chapter you'll be wondering why you didn't try CoffeeScript sooner.If you are a JavaScript developer who wants to save time and add power to your code, then this is the book that will help you do it. With minimal fuss you will learn a whole new language which will reduce your application development time from weeks to days.

  12. JavaScript Web Applications

    CERN Document Server

    MacCaw, Alex

    2011-01-01

    Building rich JavaScript applications that bring a desktop experience to the Web requires moving state from the server to the client side-not a simple task. This hands-on book takes proficient JavaScript developers through all the steps necessary to create state-of-the-art applications, including structure, templating, frameworks, communicating with the server, and many other issues. Throughout the book, you'll work with real-world example applications to help you grasp the concepts involved. Learn how to create JavaScript applications that offer a more responsive and improved experience. U

  13. JavaScript programming pushing the limits

    CERN Document Server

    Raasch, Jon

    2013-01-01

    Take your JavaScript knowledge as far as it can go JavaScript has grown up, and it's a hot topic. Newer and faster JavaScript VMs and frameworks built upon them have increased the popularity of JavaScript for server-side web applications, and rich JS applications are being developed for mobile devices. This book delivers a compelling tutorial, showing you how to build a real-world app from the ground up. Experienced developers who want to master the latest techniques and redefine their skills will find this deep dive into JavaScript's hidden functionalities gives them the tools to

  14. Isolating and Restricting Client-Side JavaScript:Isoleren en beperken van JavaScript aan de cliëntzijde

    OpenAIRE

    Van Acker, Steven

    2015-01-01

    In today’s web applications, no one disputes the important role of JavaScript asa client-side programming language. JavaScript can turn the Web into a lively,dynamic and interactive end-user experience. Unfortunately, JavaScript canalso be used to steal sensitive information and abuse powerful functionality. Sloppy input validation can make a web application vulnerable, allowingmalicious JavaScript code to leak into a web application’s JavaScript executionenvironment, where it leads to un...

  15. Let's Write a Script.

    Science.gov (United States)

    Harding, T. E.

    Some problems of writing scripts for radio and/or television are discussed, with examples provided to illustrate the rules. Writing both fictional scripts and documentaries are considered. Notes are also included to help the freelance writer who wishes to sell his work. (RH)

  16. Pro JavaScript for web apps

    CERN Document Server

    Freeman, Adam

    2012-01-01

    JavaScript is the engine behind every web app, and a solid knowledge of it is essential for all modern web developers. Pro JavaScript for Web Apps gives you all of the information that you need to create professional, optimized, and efficient JavaScript applications that will run across all devices. It takes you through all aspects of modern JavaScript application creation, showing you how to combine JavaScript with the new features of HTML5 and CSS3 to make the most of the new web technologies. The focus of the book is on creating professional web applications, ensuring that your app provides

  17. Learning ActionScript 30

    CERN Document Server

    Shupe, Rich

    2010-01-01

    If you're new to ActionScript 3.0, or want to enhance your skill set, this bestselling book is the ideal guide. Designers, developers, and programmers alike will find Learning ActionScript 3.0 invaluable for navigating ActionScript 3.0's learning curve. You'll learn the language by getting a clear look at essential topics such as logic, event handling, displaying content, classes, and much more. Updated for Flash Professional CS5, this revised and expanded edition delivers hands-on exercises and full-color code samples to help you increase your abilities as you progress through the book. Top

  18. Energy scripts and spaces

    NARCIS (Netherlands)

    van der Schoor, Tineke

    2016-01-01

    Demand Conference Lancaster 2016 Workshop 9. Space, site and scale in the making of energy demand Abstract: Energy scripts and spaces Tineke van der Schoor, Hanze University of Applied Sciences, Groningen Technology is infused with scripts that indicate how we as users should behave around, live in

  19. Associations between anxiety and love scripts.

    Science.gov (United States)

    Gawda, Barbara

    2012-08-01

    Relations between trait anxiety and love scripts expressed in narratives were examined to assess how anxiety affects the perception of love. Stories about love (N = 160) written by 80 men and 80 women were analyzed. The content of the scripts was evaluated in terms of descriptions of actors, partners, expressed emotions of actor and of partner, importance of love, and the ending of the scenario. To test the differences between men and women on content of scripts and associations between trait anxiety level and frequencies of love script elements, a two-way analysis of variance was used. The main effect for sex was significant. There was an effect of trait anxiety on content of love scripts: high anxiety was associated with more frequent negative descriptions of the actor as well as more frequent negative descriptions of the partner's emotions, only in scripts written by women.

  20. CoffeeScript application development cookbook

    CERN Document Server

    Hatfield, Mike

    2015-01-01

    If you are interested in developing modern applications, this book will help you leverage the vast JavaScript ecosystem while using an elegant language, helping you avoid the shortcomings of JavaScript.

  1. Script identification in printed bilingual documents

    Indian Academy of Sciences (India)

    R. Narasimhan (Krishtel eMaging) 1461 1996 Oct 15 13:05:22

    and lower zones, together with the character density, is used to identify the script. ... our work, we assume bilingual documents which require script recognition at word level. ... Thus, all the reported studies accomplish script recognition either at the line level ... In this paper, we make an attempt to separate the English and.

  2. User's guide of parallel program development environment (PPDE). The 2nd edition

    Energy Technology Data Exchange (ETDEWEB)

    Ueno, Hirokazu; Takemiya, Hiroshi; Imamura, Toshiyuki; Koide, Hiroshi; Matsuda, Katsuyuki; Higuchi, Kenji; Hirayama, Toshio [Center for Promotion of Computational Science and Engineering, Japan Atomic Energy Research Institute, Tokyo (Japan); Ohta, Hirofumi [Hitachi Ltd., Tokyo (Japan)

    2000-03-01

    The STA basic system has been enhanced to accelerate support for parallel programming on heterogeneous parallel computers, through a series of R and D on the technology of parallel processing. The enhancement has been made through extending the function of the PPDF, Parallel Program Development Environment in the STA basic system. The extended PPDE has the function to make: 1) the automatic creation of a 'makefile' and a shell script file for its execution, 2) the multi-tools execution which makes the tools on heterogeneous computers to execute with one operation a task on a computer, and 3) the mirror composition to reflect editing results of a file on a computer into all related files on other computers. These additional functions will enhance the work efficiency for program development on some computers. More functions have been added to the PPDE to provide help for parallel program development. New functions were also designed to complement a HPF translator and a paralleilizing support tool when working together so that a sequential program is efficiently converted to a parallel program. This report describes the use of extended PPDE. (author)

  3. User's guide of parallel program development environment (PPDE). The 2nd edition

    International Nuclear Information System (INIS)

    Ueno, Hirokazu; Takemiya, Hiroshi; Imamura, Toshiyuki; Koide, Hiroshi; Matsuda, Katsuyuki; Higuchi, Kenji; Hirayama, Toshio; Ohta, Hirofumi

    2000-03-01

    The STA basic system has been enhanced to accelerate support for parallel programming on heterogeneous parallel computers, through a series of R and D on the technology of parallel processing. The enhancement has been made through extending the function of the PPDF, Parallel Program Development Environment in the STA basic system. The extended PPDE has the function to make: 1) the automatic creation of a 'makefile' and a shell script file for its execution, 2) the multi-tools execution which makes the tools on heterogeneous computers to execute with one operation a task on a computer, and 3) the mirror composition to reflect editing results of a file on a computer into all related files on other computers. These additional functions will enhance the work efficiency for program development on some computers. More functions have been added to the PPDE to provide help for parallel program development. New functions were also designed to complement a HPF translator and a parallelizing support tool when working together so that a sequential program is efficiently converted to a parallel program. This report describes the use of extended PPDE. (author)

  4. User's guide of parallel program development environment (PPDE). The 2nd edition

    Energy Technology Data Exchange (ETDEWEB)

    Ueno, Hirokazu; Takemiya, Hiroshi; Imamura, Toshiyuki; Koide, Hiroshi; Matsuda, Katsuyuki; Higuchi, Kenji; Hirayama, Toshio [Center for Promotion of Computational Science and Engineering, Japan Atomic Energy Research Institute, Tokyo (Japan); Ohta, Hirofumi [Hitachi Ltd., Tokyo (Japan)

    2000-03-01

    The STA basic system has been enhanced to accelerate support for parallel programming on heterogeneous parallel computers, through a series of R and D on the technology of parallel processing. The enhancement has been made through extending the function of the PPDF, Parallel Program Development Environment in the STA basic system. The extended PPDE has the function to make: 1) the automatic creation of a 'makefile' and a shell script file for its execution, 2) the multi-tools execution which makes the tools on heterogeneous computers to execute with one operation a task on a computer, and 3) the mirror composition to reflect editing results of a file on a computer into all related files on other computers. These additional functions will enhance the work efficiency for program development on some computers. More functions have been added to the PPDE to provide help for parallel program development. New functions were also designed to complement a HPF translator and a paralleilizing support tool when working together so that a sequential program is efficiently converted to a parallel program. This report describes the use of extended PPDE. (author)

  5. Mastering the Nmap scripting engine

    CERN Document Server

    Pale, Paulino Calderón

    2015-01-01

    If you want to learn to write your own scripts for the Nmap Scripting Engine, this is the book for you. It is perfect for network administrators, information security professionals, and even Internet enthusiasts who are familiar with Nmap.

  6. Designing Abstractions for JavaScript Program Analysis

    DEFF Research Database (Denmark)

    Andreasen, Esben Sparre

    JavaScript is a widely used dynamic programming language. What started out as a client-side scripting language for browsers, is now used for large applications in many different settings. As for other dynamic languages, JavaScript makes it easy to write programs quickly without being constrained...... by the language, and programmers exploit that power to write highly dynamic programs. Automated tools for helping programmers and optimizing programs are used successfully for many programming languages. Unfortunately, the automated tools for JavaScript are not as good as for other programming languages....... The program analyses, that the automated tools are built upon, are poorly suited to deal with the highly dynamic nature of JavaScript programs. The lack of language restrictions on the programmer are detrimental to the quality of program analyses for JavaScript. The aim of this dissertation is to address...

  7. Cross-site scripting attacks procedure and Prevention Strategies

    Directory of Open Access Journals (Sweden)

    Wang Xijun

    2016-01-01

    Full Text Available Cross-site scripting attacks and defense has been the site of attack and defense is an important issue, this paper, the definition of cross-site scripting attacks, according to the current understanding of the chaos on the cross-site scripting, analyzes the causes and harm cross-site scripting attacks formation of attacks XXS complete process XSS attacks made a comprehensive analysis, and then for the web program includes Mobility there are cross-site scripting filter laxity given from ordinary users browse the web and web application developers two the defense cross-site scripting attacks effective strategy.

  8. HTML5 programming with JavaScript for dummies

    CERN Document Server

    Mueller, John Paul

    2013-01-01

    Web designers and programmers, add JavaScript to your HTML5 development toolkit without fear Modern websites are complex, and some of the most exciting features - things like geolocation, canvas, portability to mobile and more - require JavaScript to leverage what HTML5 can create. Don't know JavaScript? That's where HTML5 Programming with JavaScript For Dummies comes in. Rather than walking you through JavaScript as a programming language, it approaches JavaScript as a tool to help you enhance web pages. Helps web designers and programmers tap the full power of HT

  9. Tool-supported Refactoring for JavaScript

    DEFF Research Database (Denmark)

    Feldthaus, Asger; Millstein, Todd; Møller, Anders

    2011-01-01

    Script because of its dynamic nature. We propose a framework for specifying and implementing JavaScript refactorings based on pointer analysis. We describe novel refactorings motivated by best practice recommendations for JavaScript programming, and demonstrate how they can be described concisely in terms...... of queries provided by our framework. Experiments performed with a prototype implementation on a suite of existing applications show that our approach is well-suited for developing practical refactoring tools for JavaScript.......Refactoring is a popular technique for improving the structure of existing programs while maintaining their behavior. For statically typed programming languages such as Java, a wide variety of refactorings have been described, and tool support for performing refactorings and ensuring...

  10. Mastering JavaScript design patterns

    CERN Document Server

    Timms, Simon

    2014-01-01

    If you are a developer interested in creating easily maintainable applications that can grow and change with your needs, then this book is for you. Some experience with JavaScript (not necessarily with entire applications written in JavaScript) is required to follow the examples written in the book.

  11. Sample Scripts for Generating PaGE-OM XML [

    Lifescience Database Archive (English)

    Full Text Available Sample Scripts for Generating PaGE-OM XML This page is offering some sample scripts...on MySQL. Outline chart of procedure 6. Creating RDB tables for Generating PaGE-OM XML These scripts help yo...wnload: create_tables_sql2.zip 7. Generating PaGE-OM XML from phenotype data This sample Perl script helps y

  12. Page segmentation using script identification vectors: A first look

    Energy Technology Data Exchange (ETDEWEB)

    Hochberg, J.; Cannon, M.; Kelly, P.; White, J.

    1997-07-01

    Document images in which different scripts, such as Chinese and Roman, appear on a single page pose a problem for optical character recognition (OCR) systems. This paper explores the use of script identification vectors in the analysis of multilingual document images. A script identification vector is calculated for each connected component in a document. The vector expresses the closest distance between the component and templates developed for each of thirteen scripts, including Arabic, Chinese, Cyrillic, and Roman. The authors calculate the first three principal components within the resulting thirteen-dimensional space for each image. By mapping these components to red, green, and blue, they can visualize the information contained in the script identification vectors. The visualization of several multilingual images suggests that the script identification vectors can be used to segment images into script-specific regions as large as several paragraphs or as small as a few characters. The visualized vectors also reveal distinctions within scripts, such as font in Roman documents, and kanji vs. kana in Japanese. Results are best for documents containing highly dissimilar scripts such as Roman and Japanese. Documents containing similar scripts, such as Roman and Cyrillic will require further investigation.

  13. JavaScript domain-driven design

    CERN Document Server

    Fehre, Philipp

    2015-01-01

    If you are an experienced JavaScript developer who wants to improve the design of his or her applications, or find yourself in a situation to implement an application in an unfamiliar domain, this book is for you. Prior knowledge of JavaScript is required and prior experience with Node.js will also be helpful.

  14. JavaScript Cookbook

    CERN Document Server

    Powers, Shelley

    2010-01-01

    Why reinvent the wheel every time you run into a problem with JavaScript? This cookbook is chock-full of code recipes that address common programming tasks, as well as techniques for building web apps that work in any browser. Just copy and paste the code samples into your project -- you'll get the job done faster and learn more about JavaScript in the process. You'll also learn how to take advantage of the latest features in ECMAScript 5 and HTML5, including the new cross-domain widget communication technique, HTML5's video and audio elements, and the drawing canvas. You'll find recipes for

  15. The ActionScript 30 Quick Reference Guide

    CERN Document Server

    Stiller, David; deHaan, Jen; Richardson, Darren

    2008-01-01

    "No matter what your background, the pages that follow will provide you with some excellent knowledge, insight, and even a little bit of wisdom in the realm of Flash and ActionScript. Happy learning!"-- Branden Hall, from the ForewordWritten by Flash insiders with extensive knowledge of the technology, this guide is designed specifically to help Flash designers and developers make the leap from ActionScript 2.0 to the new object-oriented ActionScript 3.0 quickly and painlessly. Formatted so you can find any topic easily, ActionScript 3.0 Quick Reference Guide explains:Object-oriented programmi

  16. JavaScript & jQuery The Missing Manual

    CERN Document Server

    McFarland, David

    2011-01-01

    JavaScript lets you supercharge your HTML with animation, interactivity, and visual effects-but many web designers find the language hard to learn. This jargon-free guide covers JavaScript basics and shows you how to save time and effort with the jQuery library of prewritten JavaScript code. You'll soon be building web pages that feel and act like desktop programs, without having to do much programming. The important stuff you need to know: Make your pages interactive. Create JavaScript events that react to visitor actions.Use animations and effects. Build drop-down navigation menus, pop-ups

  17. Automatic recognition of printed Oriya script

    Indian Academy of Sciences (India)

    R. Narasimhan (Krishtel eMaging) 1461 1996 Oct 15 13:05:22

    Some studies have been reported on Tamil, Telugu and. Gurmukhi scripts ..... leaf node, giving rise to recognition errors. The contribution of these ... As a native speaker of Oriya, Anil Chand gave us useful advice about the script. P. Sashank.

  18. FCJ-133 The Scripted Spaces of Urban Ubiquitous Computing: The experience, poetics, and politics of public scripted space

    Directory of Open Access Journals (Sweden)

    Christian Ulrik Andersen

    2011-12-01

    Full Text Available This article proposes and introduces the concept of ‘scripted space’ as a new perspective on ubiquitous computing in urban environments. Drawing on urban history, computer games, and a workshop study of the city of Lund the article discusses the experience of digitally scripted spaces, and their relation to the history of public spaces. In conclusion, the article discusses the potential for employing scripted spaces as a reinvigoration of urban public space.

  19. Neural network based system for script identification in Indian ...

    Indian Academy of Sciences (India)

    2016-08-26

    Aug 26, 2016 ... The paper describes a neural network-based script identification system which can be used in the machine reading of documents written in English, Hindi and Kannada language scripts. Script identification is a basic requirement in automation of document processing, in multi-script, multi-lingual ...

  20. Porting oxbash to linux and its application in SD-shell calculations

    International Nuclear Information System (INIS)

    Suman, H.; Suleiman, S.

    1998-01-01

    Oxbash, a code for nuclear structure calculations within the shell model approach, was ported to Linux that is a UNIX clone for PC's. Due to many faults in the code version we had, deep corrective actions in the code had to be undertaken. This was done through intensive use of UNIX utilities like sed, nm, make in addition to proper shell script programming. Our version contained calls for missing subroutines. Some of these were included from C- and f90 libraries. Others had to be written separately. All these actions were organized and automated through a robust system of M akefiles . Finally the code was tested and applied for nuclei with 18 and 20 nucleons. (author)

  1. Mixed Messages: Measuring Conformance and Non-Interference in TypeScript

    OpenAIRE

    Williams, Jack; Morris, J. Garrett; Wadler, Philip; Zalewski, Jakub

    2017-01-01

    TypeScript participates in the recent trend among programming languages to support gradual typing. The DefinitelyTyped Repository for TypeScript supplies type definitions for over 2000 popular JavaScript libraries. However, there is no guarantee that implementations conform to their corresponding declarations.We present a practical evaluation of gradual typing for TypeScript. We have developed a tool for use with TypeScript, based on the polymorphic blame calculus, for monitoring JavaScript l...

  2. Scripting-customised microscopy tools for Digital MicrographTM

    Energy Technology Data Exchange (ETDEWEB)

    Mitchell, D.R.G. [Materials and Engineering Science, ANSTO Materials PMB 1, Menai, NSW 2234 (Australia)]. E-mail: drm@ansto.gov.au; Schaffer, B. [Research Institute for Electron Microscopy, Graz University of Technology, Steyrergasse 17, A-8010 Graz (Austria)

    2005-07-15

    Software is an integral part of all electron microscopy systems, encompassing hardware control, data acquisition and processing. It is unlikely that any one software system will meet all the requirements of experienced users. However, if the software supports custom scripting, then users are well placed to address any shortcomings by writing their own software. In this paper, we highlight the scripting capability within Gatan Inc.'s Digital MicrographTM (DM) software, a widely used program for TEM imaging and EELS spectroscopy. We show how scripting can greatly extend the capabilities of the DM software, in tasks ranging in complexity from simple image manipulation through to full-blown microscope/imaging filter control and data acquisition. Scripting enables customised software tools to be developed to meet individual experimental needs, something which no software manufacturer could ever hope to do on a commercial basis. In essence, scripting allows the microscopist to drive the software rather than the software drive the microscopist. To foster an increased awareness and interest in DM scripting we have developed a web-based archive for DM scripts, which is freely accessible via the internet.

  3. Functional programming in JavaScript

    CERN Document Server

    Mantyla, Dan

    2015-01-01

    If you are a JavaScript developer interested in learning functional programming, looking for the quantum leap towards mastering the JavaScript language, or just want to become a better programmer in general, then this book is ideal for you. It is aimed at programmers involved in developing reactive frontend apps, server-side apps that wrangle with reliability and concurrency, and everything in between.

  4. The Latent Structure of Secure Base Script Knowledge

    Science.gov (United States)

    Waters, Theodore E. A.; Fraley, R. Chris; Groh, Ashley M.; Steele, Ryan D.; Vaughn, Brian E.; Bost, Kelly K.; Veríssimo, Manuela; Coppola, Gabrielle; Roisman, Glenn I.

    2015-01-01

    There is increasing evidence that attachment representations abstracted from childhood experiences with primary caregivers are organized as a cognitive script describing secure base use and support (i.e., the "secure base script"). To date, however, the latent structure of secure base script knowledge has gone unexamined--this despite…

  5. Scripting Professional Identities

    DEFF Research Database (Denmark)

    Bévort, Frans; Suddaby, Roy

    2016-01-01

    on a longitudinal ethnography of professionals in a Big Four accounting firm we analyse the process by which individual professionals make sense of their new roles and integrate the conflicting demands of professional and managerial logics. We find that individuals are active authors of their own identity scripts......This article examines how individual accountants subjectively interpret competing logics of professionalism as they transform from practicing accountants to managerial roles and as their organizations transform from traditional professional partnerships to more corporate organizational forms. Based....... We further observe considerable interpretive variation in how identity scripts are reproduced and enacted. We contribute to the emerging understanding of institutions as ‘inhabited’ by individuals and extend this literature by demonstrating that the institutional work of reinterpreting competing...

  6. Junkie Script.

    Science.gov (United States)

    Gregory, Robert J.

    1995-01-01

    Discussess the use of psychodrama as a therapeutic technique involving reenactments of situations that have emotional significance to participants. Through drama participants obtain a deeper understanding of who they are, where they have been, their internal drives, and their behavior patterns. Discusses a spontaneous dramatic script that was…

  7. Mixed Messages: Measuring Conformance and Non-Interference in TypeScript (Artifact)

    OpenAIRE

    Williams, Jack; Morris, J. Garrett; Wadler, Philip; Zalewski, Jakub

    2017-01-01

    In the paper Mixed Messages: Measuring Conformance and Non-Interference in TypeScript we present our experiences of evaluating gradual typing using our tool TypeScript TPD. The tool, based on the polymorphic blame calculus, monitors JavaScript libraries and TypeScript clients against the corresponding TypeScript definition. Our experiments yield two conclusions. First, TypeScript definitions are prone to error. Second, there are serious technical concerns with the use of the JavaScript proxy ...

  8. Foundation ActionScript 3.0 for Flash and Flex

    CERN Document Server

    Richardson, Darren

    2009-01-01

    In this book, you'll: *Learn the fundamentals of ActionScript 3.0 using both the Flash IDE and Flex *Use ActionScript 3.0's object-oriented features *Manipulate sound and video to produce exciting modern web applications *Work with XML as your data source ActionScript 3.0, the latest version of the Flash Platform's scripting language, offers many new and powerful features. ActionScript is now a full-fledged programming language, with complete object-oriented capabilities, improved event handling, sound and video support, drawing capabilities, support for regular expressions, and much more. Whe

  9. The role of scripts in personal consistency and individual differences.

    Science.gov (United States)

    Demorest, Amy; Popovska, Ana; Dabova, Milena

    2012-02-01

    This article examines the role of scripts in personal consistency and individual differences. Scripts are personally distinctive rules for understanding emotionally significant experiences. In 2 studies, scripts were identified from autobiographical memories of college students (Ns = 47 and 50) using standard categories of events and emotions to derive event-emotion compounds (e.g., Affiliation-Joy). In Study 1, scripts predicted responses to a reaction-time task 1 month later, such that participants responded more quickly to the event from their script when asked to indicate what emotion would be evoked by a series of events. In Study 2, individual differences in 5 common scripts were found to be systematically related to individual differences in traits of the Five-Factor Model. Distinct patterns of correlation revealed the importance of studying events and emotions in compound units, that is, in script form (e.g., Agreeableness was correlated with the script Affiliation-Joy but not with the scripts Fun-Joy or Affiliation-Love). © 2012 The Authors. Journal of Personality © 2012, Wiley Periodicals, Inc.

  10. Gender differences in performance of script analysis by older adults.

    Science.gov (United States)

    Helmes, E; Bush, J D; Pike, D L; Drake, D G

    2006-12-01

    Script analysis as a test of executive functions is presumed sensitive to cognitive changes seen with increasing age. Two studies evaluated if gender differences exist in performance on scripts for familiar and unfamiliar tasks in groups of cognitively intact older adults. In Study 1, 26 older adults completed male and female stereotypical scripts. Results were not significant but a tendency was present, with genders making fewer impossible errors on the gender-typical script. Such an interaction was also noted in Study 2, which contrasted 50 older with 50 younger adults on three scripts, including a script with neutral familiarity. The pattern of significant interactions for errors suggested the need to use scripts that are based upon tasks that are equally familiar to both genders.

  11. Concrete Types for TypeScript

    OpenAIRE

    Richards, Gregor; Zappa Nardelli, Francesco; Vitek, Jan

    2015-01-01

    Typescript extends JavaScript with optional type annotations that are, by design, unsound and, that the Typescript compiler discards as it emits code. This design point preserves programming idioms developers are familiar with, and allows them to leave their legacy code unchanged, while offering a measure of static error checking in parts of the program that have type annotations. We present an alternative design for TypeScript, one where it is possible to support the same degree of dynamism,...

  12. The Script System: An Unconscious Organization of Experience

    Directory of Open Access Journals (Sweden)

    Marye O'Reilly-Knapp

    2010-11-01

    Full Text Available This article describes the script system with a case study to illustrate the four primary components: script beliefs; behavioral, fantasy and physiological manifestations; reinforcing experiences; and the intrapsychic process of repressed needs and feelings. The article was originally published in Life Scripts: A Transactional Analysis of Unconscious Relational Patterns, edited by Richard G. Erskine, reprinted with kind permission of Karnac Books.

  13. HyRAM Testing Script.

    Energy Technology Data Exchange (ETDEWEB)

    Parkins, Owen

    2014-12-01

    The testing script is to provide a method of inspections to HyRAM (v1.0.0.244 Alpha) application features. This document will lead participants through the use of the application to make sure the application performs as designed. If a feature of the application becomes non-working, this script will relay useful information back to the designers of the application so that the feature can be fixed. This is essential to keep the application updated and performing as designed so that the users of this program can be satisfied. There will be frequent updates of this document to ensure proper testing of future application versions.

  14. Object oriented JavaScript

    CERN Document Server

    Stefanov, Stoyan

    2013-01-01

    You will first be introduced to object-oriented programming, then to the basics of objects in JavaScript. This book takes a do-it-yourself approach when it comes to writing code, because the best way to really learn a programming language is by writing code. You are encouraged to type code into Firebug's console, see how it works and then tweak it and play around with it. There are practice questions at the end of each chapter to help you review what you have learned.For new to intermediate JavaScript developer who wants to prepare themselves for web development problems solved by smart JavaSc

  15. LicenseScript: A Logical Language for Digital Rights Management

    NARCIS (Netherlands)

    Chong, C.N.; Corin, R.J.; Doumen, J.M.; Etalle, Sandro; Hartel, Pieter H.; Law, Y.W.; Tokmakoff, Andrew

    We propose LicenseScript, a language for digital rights management (DRM) based on multiset rewriting and logic programming. LicenseScript enjoys a precise syntax and semantics, and it is rich enough to embed other rights expression languages (REL). We show that LicenseScript is expressive and

  16. Scripted Reading Programs: Fishing for Success

    Science.gov (United States)

    Duncan-Owens, Deborah

    2009-01-01

    "Give a man a fish and he will eat for a day. Teach a man to fish and he will eat for the rest of his life." This popular Chinese proverb is an apt metaphor for the dilemma faced by principals and curriculum coordinators when deciding whether to purchase a scripted commercial reading program. Although a scripted reading program may solve…

  17. The Greenlandic Life Script and Life Stories

    DEFF Research Database (Denmark)

    Zaragoza Scherman, Alejandra; Berntsen, Dorthe

    Adults older than 40 years remember a significantly greater amount of personal life events from their 15 - 30 years of age. This phenomenon is known as the reminiscence bump (Rubin, Rahal, & Poon, 1998). The reminiscence bump is highly populated by emotionally positive events (Rubin & Berntsen......, 2003), when cued by requests for important events. This dominance of positive events is not seen when cued by random words. Berntsen and Rubin (2004) presented a cultural explanation for the bump: cultural life script theory. Their theory claims that the bump for the life story can be explained...... by the life script; that is, culturally shared expectations about the order and timing of life events in an typical, idealized life course. According to the cultural life script theory, the life script is used as a guideline for the recall of autobiographical memories, which help construct personal life...

  18. Programming for the Newton software development with NewtonScript

    CERN Document Server

    McKeehan, Julie

    1994-01-01

    Programming for the Newton: Software Development with NewtonScript focuses on the processes, approaches, operations, and principles involved in software development with NewtonScript.The publication first elaborates on Newton application design, views on the Newton, and protos. Discussions focus on system protos, creating and using user protos, linking and naming templates, creating the views of WaiterHelper, Newton application designs, and life cycle of an application. The text then elaborates on the fundamentals of NewtonScript, inheritance in NewtonScript, and view system and messages. Topi

  19. Sample Scripts for Illumina 1M-Duo [

    Lifescience Database Archive (English)

    Full Text Available load_data.txt 4. Importing the result of typing data of the illumina 1M-Duo This script helps you to create ...the result table of all typing data. Example of script: create_table_tbl_fr_recluster.sql CREATE TABLE `tbl_

  20. Going off script: Effects of awe on memory for script-typical and -irrelevant narrative detail.

    Science.gov (United States)

    Danvers, Alexander F; Shiota, Michelle N

    2017-09-01

    People often filter their experience of new events through knowledge they already have; for example, encoding new events by relying on prototypical event "scripts" at the expense of actual details. Previous research suggests that positive affect often increases this tendency. Three studies assessed whether awe-an emotion elicited by perceived vastness, and thought to promote cognitive accommodation-has the opposite effect, reducing rather than increasing reliance on event scripts. True/false questions on details of a short story about a romantic dinner were used to determine whether awe (a) reduces the tendency to impute script-consistent but false details into memory, and/or (b) promotes memory of unexpected details. Across studies we consistently found support for the first effect; evidence for the second was less consistent. Effects were partially mediated by subjective awe, and independent of other aspects of subjective affect. Results suggest that awe reduces reliance on internal knowledge in processing new events. (PsycINFO Database Record (c) 2017 APA, all rights reserved).

  1. Learning PHP, MySQL, and JavaScript

    CERN Document Server

    Nixon, Robin

    2009-01-01

    If you know HTML, this guide will have you building interactive websites quickly. You'll learn how to create responsive, data-driven websites with PHP, MySQL, and JavaScript, regardless of whether you already know how to program. Discover how the powerful combination of PHP and MySQL provides an easy way to build modern websites complete with dynamic data and user interaction. You'll also learn how to add JavaScript to create rich Internet applications and websites. Learning PHP, MySQL, and JavaScript explains each technology separately, shows you how to combine them, and introduces valuable

  2. Learning JavaScript data structures and algorithms

    CERN Document Server

    Groner, Loiane

    2014-01-01

    If you are a JavaScript developer or someone who has basic knowledge of JavaScript, and want to explore its optimum ability, this fast-paced book is definitely for you. Programming logic is the only thing you need to know to start having fun with algorithms.

  3. Sexual scripts among young heterosexually active men and women: continuity and change.

    Science.gov (United States)

    Masters, N Tatiana; Casey, Erin; Wells, Elizabeth A; Morrison, Diane M

    2013-01-01

    Whereas gendered sexual scripts are hegemonic at the cultural level, research suggests they may be less so at dyadic and individual levels. Understanding "disjunctures" between sexual scripts at different levels holds promise for illuminating mechanisms through which sexual scripts can change. Through interviews with 44 heterosexually active men and women aged 18 to 25, the ways young people grappled with culture-level scripts for sexuality and relationships were delineated. Findings suggest that, although most participants' culture-level gender scripts for behavior in sexual relationships were congruent with descriptions of traditional masculine and feminine sexuality, there was heterogeneity in how or whether these scripts were incorporated into individual relationships. Specifically, three styles of working with sexual scripts were found: conforming, in which personal gender scripts for sexual behavior overlapped with traditional scripts; exception-finding, in which interviewees accepted culture-level gender scripts as a reality, but created exceptions to gender rules for themselves; and transforming, in which participants either attempted to remake culture-level gender scripts or interpreted their own nontraditional styles as equally normative. Changing sexual scripts can potentially contribute to decreased gender inequity in the sexual realm and to increased opportunities for sexual satisfaction, safety, and well-being, particularly for women, but for men as well.

  4. An ERP investigation of visual word recognition in syllabary scripts.

    Science.gov (United States)

    Okano, Kana; Grainger, Jonathan; Holcomb, Phillip J

    2013-06-01

    The bimodal interactive-activation model has been successfully applied to understanding the neurocognitive processes involved in reading words in alphabetic scripts, as reflected in the modulation of ERP components in masked repetition priming. In order to test the generalizability of this approach, in the present study we examined word recognition in a different writing system, the Japanese syllabary scripts hiragana and katakana. Native Japanese participants were presented with repeated or unrelated pairs of Japanese words in which the prime and target words were both in the same script (within-script priming, Exp. 1) or were in the opposite script (cross-script priming, Exp. 2). As in previous studies with alphabetic scripts, in both experiments the N250 (sublexical processing) and N400 (lexical-semantic processing) components were modulated by priming, although the time course was somewhat delayed. The earlier N/P150 effect (visual feature processing) was present only in "Experiment 1: Within-script priming", in which the prime and target words shared visual features. Overall, the results provide support for the hypothesis that visual word recognition involves a generalizable set of neurocognitive processes that operate in similar manners across different writing systems and languages, as well as pointing to the viability of the bimodal interactive-activation framework for modeling such processes.

  5. LicenseScript: A Novel Digital Rights Language

    NARCIS (Netherlands)

    Chong, C.N.; Corin, R.J.; Etalle, Sandro; Hartel, Pieter H.; Law, Y.W.; Grimm, R.; Nitzel, J.

    We propose LicenseScript as a new multi-set rewriting/logic based language for expressing dynamic conditions of use of digital assets such as music, video or private data. LicenseScript differs from the other DRM languages in that it caters for the intentional but legal manipulation of data. We

  6. Script Design for Information Film and Video.

    Science.gov (United States)

    Shelton, S. M. (Marty); And Others

    1993-01-01

    Shows how the empathy created in the audience by each of the five genres of film/video is a function of the five elements of film design: camera angle, close up, composition, continuity, and cutting. Discusses film/video script designing. Illustrates these concepts with a sample script and story board. (SR)

  7. JavaScript and interactive web pages in radiology.

    Science.gov (United States)

    Gurney, J W

    2001-10-01

    Web publishing is becoming a more common method of disseminating information. JavaScript is an object-orientated language embedded into modern browsers and has a wide variety of uses. The use of JavaScript in radiology is illustrated by calculating the indices of sensitivity, specificity, and predictive values from a table of true positives, true negatives, false positives, and false negatives. In addition, a single line of JavaScript code can be used to annotate images, which has a wide variety of uses.

  8. An Exploration of the Examination Script Features that Most Influence Expert Judgements in Three Methods of Evaluating Script Quality

    Science.gov (United States)

    Suto, Irenka; Novakovic, Nadezda

    2012-01-01

    Some methods of determining grade boundaries within examinations, such as awarding, paired comparisons, and rank ordering, entail expert judgements of script quality. We aimed to identify the features of examinees' scripts that most influence judgements in the three methods. For contrasting examinations in biology and English, a Latin square…

  9. Efficient Approximate JavaScript Call Graph Construction

    NARCIS (Netherlands)

    S. Benschop

    2014-01-01

    htmlabstractJavaScript has seen an increase in popularity in the last few years, both in the browser as well as on other platforms such as Node.js. However, the tools to help developers reason about JavaScript code remain fairly barebone in comparison with tooling for static languages such as Java.

  10. Using Scripting Languages to Teach Programming

    OpenAIRE

    Syropoulos, Apostolos; Stavrianos, Athanasios

    2014-01-01

    Nowadays, scripting programming languages like Python, Perl and Ruby are widely used in system programming, scientific computing, etc. Although solving a particular problem in these languages requires less time, less programming effort, and less concepts to be taught to achieve the desired goal, still they are not used as teaching tools. Therefore, the use of scripting languages as a teaching vehicle for programming course is very promising. On the other hand, GUI programming, when performed ...

  11. Server-side Statistics Scripting in PHP

    Directory of Open Access Journals (Sweden)

    Jan de Leeuw

    1997-06-01

    Full Text Available On the UCLA Statistics WWW server there are a large number of demos and calculators that can be used in statistics teaching and research. Some of these demos require substantial amounts of computation, others mainly use graphics. These calculators and demos are implemented in various different ways, reflecting developments in WWW based computing. As usual, one of the main choices is between doing the work on the client-side (i.e. in the browser or on the server-side (i.e. on our WWW server. Obviously, client-side computation puts fewer demands on the server. On the other hand, it requires that the client downloads Java applets, or installs plugins and/or helpers. If JavaScript is used, client-side computations will generally be slow. We also have to assume that the client is installed properly, and has the required capabilities. Requiring too much on the client-side has caused browsing machines such as Netscape Communicator to grow beyond all reasonable bounds, both in size and RAM requirements. Moreover requiring Java and JavaScript rules out such excellent browsers as Lynx or Emacs W3. For server-side computing, we can configure the server and its resources ourselves, and we need not worry about browser capabilities and configuration. Nothing needs to be downloaded, except the usual HTML pages and graphics. In the same way as on the client side, there is a scripting solution, where code is interpreted, or a ob ject-code solution using compiled code. For the server-side scripting, we use embedded languages, such as PHP/FI. The scripts in the HTML pages are interpreted by a CGI program, and the output of the CGI program is send to the clients. Of course the CGI program is compiled, but the statistics procedures will usually be interpreted, because PHP/FI does not have the appropriate functions in its scripting language. This will tend to be slow, because embedded languages do not deal efficiently with loops and similar constructs. Thus a first

  12. Lexicon Reduction for Urdu/Arabic Script Based Character Recognition: A Multilingual OCR

    Directory of Open Access Journals (Sweden)

    Saeeda Naz

    2016-04-01

    Full Text Available Arabic script character recognition is challenging task due to complexity of the script and huge number of ligatures. We present a method for the development of multilingual Arabic script OCR (Optical Character Recognition and lexicon reduction for Arabic Script and its derivative languages. The objective of the proposed method is to overcome the large dataset Urdu and similar scripts by using GCT (Ghost Character Theory concept. Arabic and its sibling script languages share the similar character dataset i.e. the character set are difference in diacritic and writing styles like Naskh or Nasta?liq. Based on the proposed method, the lexicon for Arabic and Arabic script based languages can be minimized approximately up to 20 times. The proposed multilingual Arabic script OCR approach have been evaluated for online Arabic and its derivative language like Urdu using BPNN. The result showed that proposed method helps to not only the reduction of lexicon but also helps to develop the Multilanguage character recognition system for Arabic Script.

  13. Internal and External Scripts in Computer-Supported Collaborative Inquiry Learning

    Science.gov (United States)

    Kollar, Ingo; Fischer, Frank; Slotta, James D.

    2007-01-01

    We investigated how differently structured external scripts interact with learners' internal scripts with respect to individual knowledge acquisition in a Web-based collaborative inquiry learning environment. Ninety students from two secondary schools participated. Two versions of an external collaboration script (high vs. low structured)…

  14. Applications of custom scripting in digital micrograph: general image manipulation and utilities

    International Nuclear Information System (INIS)

    Mitchell, D.R.G.

    2002-01-01

    Full text: The Gatan Imaging Filter (GIF) uses a charge coupled device (CCD) camera to capture images and spectra. Image capture and manipulation is achieved through Gatan's Digital Micrograph software. This has many capabilities built-in, and can be further extended through installation of custom scripts. These are typically short programs written in a powerful scripting language, which permits many aspects of image acquisition and subsequent manipulation to be controlled by the user. Custom scripts can be added to the normal pull down menus, producing a very flexible and easy to use environment. The scripts described here demonstrate how custom scripting can enhance the functionality of a modem analytical TEM equipped with, in this instance, a GIF. However, scripting will enhance any TEM using a CCD camera controlled through Digital Micrograph. The examples shown here include: a) a script to rotationally average a selected area diffraction pattern and produce a calibrated radial intensity profile, b) a utility script which monitors and graphically displays the CCD temperature as a function of time and c) a simple script to propagate image spatial calibrations to uncalibrated images, such as EFTEM images. Other scripts by the author along with some scripting resources are also discussed. Copyright (2002) Australian Society for Electron Microscopy Inc

  15. TH-D-BRB-04: Pinnacle Scripting: Improving Efficiency While Maintaining Safety

    Energy Technology Data Exchange (ETDEWEB)

    Moore, J. [Johns Hopkins University (United States)

    2016-06-15

    Scripting capabilities and application programming interfaces (APIs) are becoming commonly available in modern treatment planning systems. These links to the treatment planning system (TPS) allow users to read data from the TPS, and in some cases use TPS functionality and write data back to the TPS. Such tools are powerful extensions, allowing automation of routine clinical tasks and supporting research, particularly research involving repetitive tasks on large patient populations. The data and functionality exposed by scripting/API capabilities is vendor dependent, as are the languages used by script/API engines, such as the Microsoft .NET framework or Python. Scripts deployed in a clinical environment must be commissioned and validated like any other software tool. This session will provide an overview of scripting applications and a discussion of best practices, followed by a practical introduction to the scripting capabilities of three commercial treatment planning systems. Learning Objectives: Understand the scripting capabilities available in several treatment planning systems Learn how to get started using scripting capabilities Understand the best practices for safe script deployment in a clinical environment R. Popple, Varian Medical Systems has provided research support unrelated to the topic of this session.R. Cardan, Varian Medical Systems for grant research, product evaluation, and teaching honorarium.

  16. TH-D-BRB-04: Pinnacle Scripting: Improving Efficiency While Maintaining Safety

    International Nuclear Information System (INIS)

    Moore, J.

    2016-01-01

    Scripting capabilities and application programming interfaces (APIs) are becoming commonly available in modern treatment planning systems. These links to the treatment planning system (TPS) allow users to read data from the TPS, and in some cases use TPS functionality and write data back to the TPS. Such tools are powerful extensions, allowing automation of routine clinical tasks and supporting research, particularly research involving repetitive tasks on large patient populations. The data and functionality exposed by scripting/API capabilities is vendor dependent, as are the languages used by script/API engines, such as the Microsoft .NET framework or Python. Scripts deployed in a clinical environment must be commissioned and validated like any other software tool. This session will provide an overview of scripting applications and a discussion of best practices, followed by a practical introduction to the scripting capabilities of three commercial treatment planning systems. Learning Objectives: Understand the scripting capabilities available in several treatment planning systems Learn how to get started using scripting capabilities Understand the best practices for safe script deployment in a clinical environment R. Popple, Varian Medical Systems has provided research support unrelated to the topic of this session.R. Cardan, Varian Medical Systems for grant research, product evaluation, and teaching honorarium.

  17. Scripts em cena: HIV e mercado sexual no contexto turístico Scripts en escena: HIV y mercado sexualen el contexto turístico Scripts in scene: HIV and sexual market in the context of tourism

    Directory of Open Access Journals (Sweden)

    Renata Bellenzani

    2008-12-01

    Full Text Available A atividade turística tem impacto também na saúde das populações de comunidades anfitriãs. Com base em estudo etnográfico e em 14 entrevistas com monitores(as de turismo ambiental, o objetivo deste artigo é analisar como o cenário sexual no contexto do turismo e seus scripts sexuais constroem a vulnerabilidade de caiçaras às DSTs/HIV e ao mercado sexual. Scripts sexuais tradicionais operacionalizados num cenário de "curtição", "prazer", "desinibição sexual", evidenciaram desigualdades sociais entre caiçaras e turistas que ampliam a vulnerabilidade dos jovens às DSTs/HIV e à mercantilização de sua sexualidade. Os scripts sexuais femininos (passividade/ingenuidade dificultavam a negociação do preservativo nas cenas sexuais coletadas; os "mais pró-ativos" eram interpretados como disponibilidade para "programas". Os scripts "não negar fogo", "catar as turistas" também ampliavam a vulnerabilidade dos rapazes. O contexto turístico constrói um cenário sexual singular e atravessa as trajetórias socioafetivas dos moradores. Seu impacto deve ser considerado por políticas e programas de saúde locais.El turismo genera impactos socioculturales y también en la salud de las poblaciones de comunidades anfitrionas. Con base en observación etnográfica y 14 entrevistas con monitores (as del turismo ambiental el artículo analizará el escenario sexual y la operación de los scripts sexuales en la construcción de la vulnerabilidad de jóvenes nativos del lugar para con la(s ITS/SIDA y al mercado sexual. Scripts sexuales tradicionales empleados en el escenario de"diversión", "placer", "desinhibición sexual", evidenciaran desigualdades sexuales entre jóvenes nativos del lugar y turistas y amplían la vulnerabilidad a las ITS/SIDA y a la comercialización de su sexualidad. Los scripts sexuales femeninos (pasividad/ingenuidad dificultaron la negociación del condón en las escenas colectadas; los scripts "más autónomo" han

  18. The use of the Arabic script in northern Mozambique | Bonate ...

    African Journals Online (AJOL)

    Northern Mozambican Muslim population has been using the Arabic script for writing in KiSwahili and local African languages for centuries. Even today, many people continue using this script in private correspondence. Despite the abundance of the documents in this script that are housed at the Mozambique Historical ...

  19. Practical Analysis of the Dynamic Characteristics of JavaScript

    OpenAIRE

    Wei, Shiyi

    2015-01-01

    JavaScript is a dynamic object-oriented programming language, which is designed with flexible programming mechanisms. JavaScript is widely used in developing sophisticated software systems, especially web applications. Despite of its popularity, there is a lack of software tools that support JavaScript for software engineering clients. Dataflow analysis approximates software behavior by analyzing the program code; it is the foundation for many software tools. However, several unique features...

  20. Variability in Written Japanese: Towards a Sociolinguistics of Script Choice.

    Science.gov (United States)

    Smith, Janet S.; Schmidt, David L.

    1996-01-01

    Tests widely-held associations among script types, genres, writers, and target readers via statistical analysis in popular Japanese fiction. Subjects texts to lexical analysis to see whether choice of vocabulary can account for variability in script selection. Finds that Japanese writers fashion their script type choices to specific contexts, as…

  1. JavaScript: Data Visualizations

    Science.gov (United States)

    D3 is a JavaScript library that, in a manner similar to jQuery library, allows direct inspection and manipulation of the Document Object Model, but is intended for the primary purpose of data visualization.

  2. Google Script Adding Functionality to Your Google Apps

    CERN Document Server

    Ferreira, James

    2012-01-01

    How can you extend Google Apps to fit your organization's needs? This concise guide shows you how to use Google Scripts, the JavaScript-based language that provides a complete web-based development platform-with no downloads, configuration, or compiling required. You'll learn how to add functionality to Gmail, spreadsheets, and other Google services, or build data-driven apps that run from a spreadsheet, in a browser window, or within a Google Site. If you have some Java experience, getting started with Google Scripts is easy. Through code examples and step-by-step instructions, you'll learn

  3. Apologising and the Montenegrin cultural script

    Directory of Open Access Journals (Sweden)

    Slavica Perovic

    2016-06-01

    Full Text Available The paper deals with the representation of the speech act of apology through cultural scri pts. The research has been done on a corpus of students’ responses gathered through an interview of the Discourse Completion Task (DCT type. The speech act of apology is analysed within the politeness theory originated by Brown and Levinson (1987 and the category of ‘ face ’ . The complexity and specificity of this speech act in Montenegrin led us to establish six semantic components of apologizing for which we devised cultural scripts. Furthermore, two broad categories of apologies were identified: non - verbal and verbal which we labelled ‘ to do is to say ’ and ‘ to say is to do ’ respectively, which further resulted in the creation of two master scripts. The analysis in this paper relies heavily on the idea of cultural scripts developed by Anna Wierzbicka and Cliff G oddard, executed through the semantic primes of Natural Semantic Metalanguage (NSM.

  4. MatLab Script and Functional Programming

    Science.gov (United States)

    Shaykhian, Gholam Ali

    2007-01-01

    MatLab Script and Functional Programming: MatLab is one of the most widely used very high level programming languages for scientific and engineering computations. It is very user-friendly and needs practically no formal programming knowledge. Presented here are MatLab programming aspects and not just the MatLab commands for scientists and engineers who do not have formal programming training and also have no significant time to spare for learning programming to solve their real world problems. Specifically provided are programs for visualization. The MatLab seminar covers the functional and script programming aspect of MatLab language. Specific expectations are: a) Recognize MatLab commands, script and function. b) Create, and run a MatLab function. c) Read, recognize, and describe MatLab syntax. d) Recognize decisions, loops and matrix operators. e) Evaluate scope among multiple files, and multiple functions within a file. f) Declare, define and use scalar variables, vectors and matrices.

  5. Evaluation of Static JavaScript Call Graph Algorithms

    NARCIS (Netherlands)

    J.-J. Dijkstra (Jorryt-Jan)

    2014-01-01

    htmlabstractThis thesis consists of a replication study in which two algorithms to compute JavaScript call graphs have been implemented and evaluated. Existing IDE support for JavaScript is hampered due to the dynamic nature of the language. Previous studies partially solve call graph computation

  6. Exploring the Presence of a Deaf American Cultural Life Script

    Science.gov (United States)

    Clark, M. Diane; Daggett, Dorri J.

    2015-01-01

    Cultural life scripts are defined as culturally shared expectations that focus on a series of events that are ordered in time. In these scripts, generalized expectations for what to expect through the life course are outlined. This study examined the possibility of a Deaf American Life Script developed in relationship to the use of a visual…

  7. Interpretation of Daba Script: Gemu from Wujiao Village

    Directory of Open Access Journals (Sweden)

    Duoduo XU

    2016-12-01

    Full Text Available Daba calendars are the only written texts of Dabaism discovered so far. Some studies have been discontinuously conducted on this topic since the first report on this script in 1940. However, some unclear and obscure hermeneutic points of Daba script have still to be investigated in-depth. In this paper, I present an interpretation of a Daba calendar based on my original field work data. This Daba calendar, entitled "Gemu", is from Wūjiǎo (屋脚 Village. It is relatively old, showing a more archaic version of Daba calendars if compared with other ones and with the classification proposed in Song (2003. The present study aims to expand our knowledge of Daba script and of the context in which it was and is still used. Further on, this paper can contribute in establishing a philological foundation for further researches on Daba script, originating possibly related comparative studies.

  8. JavaScript and jQuery for data analysis and visualization

    CERN Document Server

    Raasch, Jon; Ogievetsky, Vadim; Lowery, Joseph

    2014-01-01

    Go beyond design concepts-build dynamic data visualizations using JavaScript JavaScript and jQuery for Data Analysis and Visualization goes beyond design concepts to show readers how to build dynamic, best-of-breed visualizations using JavaScript-the most popular language for web programming. The authors show data analysts, developers, and web designers how they can put the power and flexibility of modern JavaScript libraries to work to analyze data and then present it using best-of-breed visualizations. They also demonstrate the use of each technique with real-world use cases, showing how to

  9. Audiovisual Script Writing.

    Science.gov (United States)

    Parker, Norton S.

    In audiovisual writing the writer must first learn to think in terms of moving visual presentation. The writer must research his script, organize it, and adapt it to a limited running time. By use of a pleasant-sounding narrator and well-written narration, the visual and narrative can be successfully integrated. There are two types of script…

  10. Refining types using type guards in TypeScript

    NARCIS (Netherlands)

    de Wolff, Ivo Gabe; Hage, J.

    2017-01-01

    We discuss two adaptations of the implementation of type guards and narrowing in the TypeScript compiler. The first is an improvement on the original syntax-directed implementation, and has now replaced the original one in the TypeScript compiler. It is specifically suited for the scenario in which

  11. Assessing clinical reasoning in optometry using the script concordance test.

    Science.gov (United States)

    Faucher, Caroline; Dufour-Guindon, Marie-Pier; Lapointe, Gabrielle; Gagnon, Robert; Charlin, Bernard

    2016-05-01

    Clinical reasoning is central to any health profession but its development among learners is difficult to assess. Over the last few decades, the script concordance test (SCT) has been developed to solve this dilemma and has been used in many health professions; however, no study has been published on the use of the script concordance test in optometry. The purpose of this study was to develop and validate a script concordance test for the field of optometry. A 101-question script concordance test (27 short clinical scenarios) was developed and administered online to a convenience sample of 23 second-year and 19 fourth-year students of optometry. It was also administered to a reference panel of 12 experienced optometrists to develop the scoring key. An item-total correlation was calculated for each question. Cronbach's alpha coefficient was used to evaluate the script concordance test reliability and a t-test compared the two groups. A final 77-question script concordance test was created by eliminating questions with low item-total correlation. Cronbach's alpha for this optimised 77-question script concordance test was 0.80. A group comparison revealed that the second-year students' scores (n = 23; mean score = 66.4 ± 7.87 per cent) were statistically lower (t = -4.141; p Optometry © 2016 Optometry Australia.

  12. Využití jazyka TypeScript v Power BI

    OpenAIRE

    Černý, Jan

    2016-01-01

    This bachelor thesis looks into creating visualisations in Power BI, product of Microsoft company, and in the TypeScript programming language. Its objective is to explain the visualisation structure and its development. The introductory part of the thesis introduces basic terms, the second part describes the JavaScript language on which TypeScript is patterned. The third chapter inquires into TypeScript and the fourth chapter describes Power BI. The last chapter contains the visualisations th...

  13. ROOT I/O in JavaScript

    International Nuclear Information System (INIS)

    Bellenot, Bertrand

    2012-01-01

    ROOT is used by almost all experiments throughout High Energy and Nuclear Physics to write, read and analyse data. As use of mobile devices (tablets, smart phones) is becoming more and more popular, offering a portable way of monitoring or inspecting ROOT files from any web browser, without having to install any application or library on the server side or on the client side is important. To achieve this, a JavaScript I/O library is being developed. The graphic part is done by using a third-party JavaScript visualization library.

  14. Improving Tools for JavaScript Programmers (Position Paper)

    DEFF Research Database (Denmark)

    Andreasen, Esben; Feldthaus, Asger; Jensen, Simon Holm

    We present an overview of three research projects that all aim to provide better tools for JavaScript web application programmers1: TAJS, which infers static type information for JavaScript applications using dataflow analysis; JSRefac- tor, which enables sound code refactorings; and Artemis, which...... provides high-coverage automated testing....

  15. Pointer Analysis for JavaScript Programming Tools

    DEFF Research Database (Denmark)

    Feldthaus, Asger

    Tools that can assist the programmer with tasks, such as, refactoring or code navigation, have proven popular for Java, C#, and other programming languages. JavaScript is a widely used programming language, and its users could likewise benefit from such tools, but the dynamic nature of the language...... is an obstacle for the development of these. Because of this, tools for JavaScript have long remained ineffective compared to those for many other programming languages. Static pointer analysis can provide a foundation for more powerful tools, although the design of this analysis is itself a complicated endeavor....... In this work, we explore techniques for performing pointer analysis of JavaScript programs, and we find novel applications of these techniques. In particular, we demonstrate how these can be used for code navigation, automatic refactoring, semi-automatic refactoring of incomplete programs, and checking of type...

  16. Development of a script for converting DICOM files to .TXT; Desenvolvimento de um script para conversao de arquivos DICOM para .TXT

    Energy Technology Data Exchange (ETDEWEB)

    Abrantes, Marcos E.S.; Oliveira, A.H. de, E-mail: marcosabrantes2003@yahoo.com.br [Universidade Federal de Minas Gerais (UFMG), Belo Horizonte, MG (Brazil). Departamento de Engenharia Nuclear; Abrantes, R.C., E-mail: abrantes.rafa1@gmail.com [Universidade Federal de Minas Gerais (UFMG), Belo Horizonte, MG (Brazil). Departamento de Engenharia Eletrica; Magalhaes, M.J., E-mail: mjuliano100@yahoo.com.br [Ambienttal Protecao Radiologica, Belo Horizonte, MG (Brazil)

    2014-07-01

    Background: with the increased use of computer simulation techniques for diagnosis or therapy in patients, the MCNP and SCMS software is being widely used. For use as SCMS data entry interface for the MCNP is necessary to perform transformation of DICOM images to text files. Objective: to produce a semi automatic script conversion DICOM images generated by Computerized Tomography or Magnetic Resonance, for .txt in the IMAGEJ software. Methodology: this study was developed in the IMAGEJ software platform with an Intel Core 2 Duo computer, CPU of 2.00GHz, with 2:00 GB of RAM for 32-bit system. Development of the script was held in a text editor using JAVA language. For script insertion in IMAGEJ the plug in tool of this software was used. After this, a window is open asking for the path of the files that will be read, first and last name of DICOM file to be converted, along with where the new files will be stored. Results: for the manual processing of DICOM conversion to .txt of cerebral computed tomography with 600 images requires a time of about 8 hours. The use of script allows conversion time reduction for 12 minutes. Conclusion: the script used demonstrates DICOM conversion ability to .txt and a significant improvement in time savings in processing.

  17. Exploiting Structure and Conventions of Movie Scripts for Information Retrieval and Text Mining

    DEFF Research Database (Denmark)

    Jhala, Arnav

    2008-01-01

    Movie scripts are documents that describe the story, stage direction for actors and camera, and dialogue. Script writers, directors, and cinematographers have standardized the format and language that is used in script writing. Scripts contain a wealth of information about narrative patterns, cha...

  18. The transmission and stability of cultural life scripts: a cross-cultural study.

    Science.gov (United States)

    Janssen, Steve M J; Haque, Shamsul

    2018-01-01

    Cultural life scripts are shared knowledge about the timing of important life events. In the present study, we examined whether cultural life scripts are transmitted through traditions and whether there are additional ways through which they can be attained by asking Australian and Malaysian participants which information sources they had used to generate the life script of their culture. Participants hardly reported that they had used cultural and religious traditions. They more often reported that they had used their own experiences and experiences of relatives and friends. They also reported the use of comments of relatives and friends and the use of newspapers, books, movies and television programmes. Furthermore, we examined the stability of life scripts and similarities and differences across cultures. We found that life scripts are stable cognitive structures and that there are, besides cross-cultural differences in the content, small cross-cultural differences in the valence and distribution of life script events, with the Australian life script containing more positive events and more events expected to occur before the age of 16.

  19. CADDIS Volume 4. Data Analysis: PECBO Appendix - R Scripts for Non-Parametric Regressions

    Science.gov (United States)

    Script for computing nonparametric regression analysis. Overview of using scripts to infer environmental conditions from biological observations, statistically estimating species-environment relationships, statistical scripts.

  20. Sexual scripts among young heterosexually active men and women: Continuity and change

    OpenAIRE

    Masters, N. Tatiana; Casey, Erin; Wells, Elizabeth A.; Morrison, Diane M.

    2012-01-01

    While gendered sexual scripts are hegemonic at the cultural level, research suggests they may be less so at dyadic and individual levels. Understanding “disjunctures” between sexual scripts at different levels holds promise for illuminating mechanisms through which sexual scripts can change. Through interviews with 44 heterosexually active men and women aged 18-25, we delineated ways young people grappled with culture-level scripts for sexuality and relationships. Findings suggest that althou...

  1. Types and Characteristics of Fish and Seafood Provisioning Scripts Used by Rural Midlife Adults.

    Science.gov (United States)

    Bostic, Stephanie M; Sobal, Jeffery; Bisogni, Carole A; Monclova, Juliet M

    To examine rural New York State consumers' cognitive scripts for fish and seafood provisioning. A cross-sectional design with in-depth, semistructured interviews. Three rural New York State counties. Adults (n = 31) with diverse fish-related experiences were purposefully recruited. Scripts describing fish and seafood acquisition, preparation, and eating out. Interview transcripts were coded for emergent themes using Atlas.ti. Diagrams of scripts for each participant were constructed. Five types of acquisition scripts included quality-oriented, price-oriented, routine, special occasion, and fresh catch. Frequently used preparation scripts included everyday cooking, fast meal, entertaining, and grilling. Scripts for eating out included fish as first choice, Friday outing, convenient meals, special event, and travel meals. Personal values and resources influenced script development. Individuals drew on a repertoire of scripts based on their goals and resources at that time and in that place. Script characteristics of scope, flexibility, and complexity varied widely. Scripts incorporated goals, values, and resources into routine food behaviors. Understanding the characteristics of scripts provided insights about fish provisioning and opportunities to reduce the gap between current intake and dietary guidelines in this rural setting. Copyright © 2017 Society for Nutrition Education and Behavior. Published by Elsevier Inc. All rights reserved.

  2. Creating New Features – Case: ARMA3 SQF Syntax Scripting

    OpenAIRE

    Alamäki, Arto

    2015-01-01

    Currently, the game ARMA 3 is lacking in features in some areas and to battle this, community members have created scripts to solve these problems. One of these problems is the lack of Active Protection System on tanks, which can be found in their real life counterparts. The script which tried to improve this situation, was the Bakerman Armour Improvement System. However, even this script is lacking in some basic features. This thesis seeks to extend the Bakerman Armour Improvement System scr...

  3. Script Training Treatment for Adults with Apraxia of Speech

    Science.gov (United States)

    Youmans, Gina; Youmans, Scott R.; Hancock, Adrienne B.

    2011-01-01

    Purpose: Outcomes of script training for individuals with apraxia of speech (AOS) and mild anomic aphasia were investigated. Script training is a functional treatment that has been successful for individuals with aphasia but has not been applied to individuals with AOS. Principles of motor learning were incorporated into training to promote…

  4. The Power of Scripting: DGS Meets Programming

    Directory of Open Access Journals (Sweden)

    Jürgen Richter-Gebert

    2010-06-01

    Full Text Available In this article we demonstrate how the combination of a system for dynamic geometry with a freely programmable scripting environment can be advantageously used in teaching and research. We explain the reasons behind various design decisions that were made by us when designing the language CindyScript and give examples that proof how they lead to easy and understandable code that can be used in education. We give several concrete application scenarios of the language that was developed by the authors and seamlessly interacts with the dynamic geometry system Cinderella.

  5. Hacking Experiment Using USB Rubber Ducky Scripting

    Directory of Open Access Journals (Sweden)

    Benjamin Cannoles

    2017-04-01

    Full Text Available By leaving your computer unlocked while you are away for seconds can give hackers all the time they need to obtain your personal information from your computer. This paper aims to detail the necessary research and development of a USB Rubber Ducky script, to obtain clear text logon id and passwords from a Windows machine, in mere seconds. Each stage is laid out in sections discussing Ducky script, powershell, Mimikatz, and reenabling the vulnerability by breaking down the attack into two parts for Windows 7 and up operating systems.

  6. Effects of script types of Japanese loan words on priming performance.

    Science.gov (United States)

    Hayashi, Chiyoko

    2005-04-01

    23 female undergraduate students (M=20 yr., 10 mo., SD=15 mo.) were given a word-fragment completion task, containing a study and nonstudy list. In the present study, the effect of orthographic familiarity (e.g., script type) of a test item on a word-fragment completion task was examined. The script types of word stimuli (Katakana and Hiragana) were manipulated between a study and test phase. Priming effect was greater when the script type was the same between a study and test phase than in the cross-script condition. Further, even if the script type of word stimulus was different between study and test phases, a significant priming effect was obtained when the test fragment was orthographically familiar. These results suggested that not only the consistency of the perceptual feature of the stimulus word between study and test phases, but also orthographic familiarity of the stimulus word in the test phase facilitated priming effect in a word-fragment completion test.

  7. Gold Digger or Video Girl: the salience of an emerging hip-hop sexual script.

    Science.gov (United States)

    Ross, Jasmine N; Coleman, Nicole M

    2011-02-01

    Concerns have been expressed in the common discourse and scholarly literature about the negative influence of Hip-Hop on its young listeners' ideas about sex and sexuality. Most of the scholarly literature has focused on the impact of this urban, Black media on young African American girls' sexual self-concept and behaviours. In response to this discourse, Stephens and Phillips (2003) proposed a Hip-Hop sexual scripting model that theorises about specific sexual scripts for young African American women. Their model includes eight different sexual scripts including the Gold Digger script. The present study proposes a ninth emerging script - the Video Girl. Participants were 18 female African American college students, between the ages of 18 and 30 years old from a large urban public university in the Southwest USA. Using q-methodology the present study found support for the existence of a Video Girl script. In addition, the data indicates that this script is distinct but closely related to Stephens and Phillips' Gold Digger script. These findings support their theory by suggesting that Hip-Hop sexual scripts are salient and hold real meaning for this sample.

  8. JavaScript: Convenient Interactivity for the Class Web Page.

    Science.gov (United States)

    Gray, Patricia

    This paper shows how JavaScript can be used within HTML pages to add interactive review sessions and quizzes incorporating graphics and sound files. JavaScript has the advantage of providing basic interactive functions without the use of separate software applications and players. Because it can be part of a standard HTML page, it is…

  9. Jasmine JavaScript testing

    CERN Document Server

    Ragonha, Paulo

    2013-01-01

    The book uses a concise, to-the-point approach to help developers understand and use the power of Jasmine to create better and more maintainable codebases.This book is a must-have guide for web developers who are new to the concept of unit testing. It's assumed that you have a basic knowledge of JavaScript and HTML.

  10. Type Analysis for JavaScript

    DEFF Research Database (Denmark)

    Jensen, Simon Holm; Møller, Anders; Thiemann, Peter

    2009-01-01

    common programming errors – or rather, prove their absence, and for producing type information for program comprehension. Preliminary experiments conducted on real-life JavaScript code indicate that the approach is promising regarding analysis precision on small and medium size programs, which constitute...

  11. Scripting Module for the Satellite Orbit Analysis Program (SOAP)

    Science.gov (United States)

    Carnright, Robert; Paget, Jim; Coggi, John; Stodden, David

    2008-01-01

    This add-on module to the SOAP software can perform changes to simulation objects based on the occurrence of specific conditions. This allows the software to encompass simulation response of scheduled or physical events. Users can manipulate objects in the simulation environment under programmatic control. Inputs to the scripting module are Actions, Conditions, and the Script. Actions are arbitrary modifications to constructs such as Platform Objects (i.e. satellites), Sensor Objects (representing instruments or communication links), or Analysis Objects (user-defined logical or numeric variables). Examples of actions include changes to a satellite orbit ( v), changing a sensor-pointing direction, and the manipulation of a numerical expression. Conditions represent the circumstances under which Actions are performed and can be couched in If-Then-Else logic, like performing v at specific times or adding to the spacecraft power only when it is being illuminated by the Sun. The SOAP script represents the entire set of conditions being considered over a specific time interval. The output of the scripting module is a series of events, which are changes to objects at specific times. As the SOAP simulation clock runs forward, the scheduled events are performed. If the user sets the clock back in time, the events within that interval are automatically undone. This script offers an interface for defining scripts where the user does not have to remember the vocabulary of various keywords. Actions can be captured by employing the same user interface that is used to define the objects themselves. Conditions can be set to invoke Actions by selecting them from pull-down lists. Users define the script by selecting from the pool of defined conditions. Many space systems have to react to arbitrary events that can occur from scheduling or from the environment. For example, an instrument may cease to draw power when the area that it is tasked to observe is not in view. The contingency

  12. A Framework for Automated Testing of JavaScript Web Applications

    DEFF Research Database (Denmark)

    Artzi, Shay; Dolby, Julian; Jensen, Simon Holm

    2011-01-01

    Current practice in testing JavaScript web applications requires manual construction of test cases, which is difficult and tedious. We present a framework for feedback-directed automated test generation for JavaScript in which execution is monitored to collect information that directs the test...

  13. Beginning HTML, XHTML, CSS, and JavaScript

    CERN Document Server

    Duckett, Jon

    2010-01-01

    An indispensable introductory guide to creating web pages using the most up-to-date standards. This beginner guide shows you how to use XHTML, CSS, and JavaScript to create compelling Web sites. While learning these technologies, you will discover coding practices such as writing code that works on multiple browsers including mobile devices, how to use AJAX frameworks to add interactivity to your pages, and how to ensure your pages meet accessible requirements. Packed with real-world examples, the book not only teaches you how to write Web sites using XHTML, CSS and JavaScript, but it also tea

  14. SCRIPTED INSTRUCTION IN EFL CLASSES: AN OPPORTUNITY OR A DRAWBACK?

    Directory of Open Access Journals (Sweden)

    Annur Rofiq

    2017-04-01

    Full Text Available Scripted Instruction (SI can be simply defined as an instructional activity which is based on a prepared script. It has been evident in the USA since the last decades in response to students‘ low achievement especially on reading or literacy and numeracy. Pros and cons for SI have been around disputing its significance on teachers‘ professional development and students‘ learning achievement. Studies came up with contradictory findings. On one side, students and teachers are found to get benefits from SI. On the other side, SI is believed to inhibit teachers‘ talent, abilities, and development of professional expertise, as the script tightly controls what the teachers should say and do during the instruction. This paper discusses the feasibility of SI in English language teaching. Experiences at the Teacher Professional Education and Training (PLPG program at Universitas Jember, Indonesia reveal that most English teachers are still weak at both pedagogical and professional competence. As a stepping stone, conversation gambits can be used to develop scripts. Teachers - senior teachers and teachers - teacher educators collaboration is required for script development. SI is assumed to make both English teachers and students ―save and sounds‖ during the teaching and learning activities and get meaningful experiences from the activities.

  15. Trial-Based Functional Analysis Informs Treatment for Vocal Scripting.

    Science.gov (United States)

    Rispoli, Mandy; Brodhead, Matthew; Wolfe, Katie; Gregori, Emily

    2018-05-01

    Research on trial-based functional analysis has primarily focused on socially maintained challenging behaviors. However, procedural modifications may be necessary to clarify ambiguous assessment results. The purposes of this study were to evaluate the utility of iterative modifications to trial-based functional analysis on the identification of putative reinforcement and subsequent treatment for vocal scripting. For all participants, modifications to the trial-based functional analysis identified a primary function of automatic reinforcement. The structure of the trial-based format led to identification of social attention as an abolishing operation for vocal scripting. A noncontingent attention treatment was evaluated using withdrawal designs for each participant. This noncontingent attention treatment resulted in near zero levels of vocal scripting for all participants. Implications for research and practice are presented.

  16. Server Interface Descriptions for Automated Testing of JavaScript Web Applications

    DEFF Research Database (Denmark)

    Jensen, Casper Svenning; Møller, Anders; Su, Zhendong

    2013-01-01

    Automated testing of JavaScript web applications is complicated by the communication with servers. Specifically, it is difficult to test the JavaScript code in isolation from the server code and database contents. We present a practical solution to this problem. First, we demonstrate that formal...... server interface descriptions are useful in automated testing of JavaScript web applications for separating the concerns of the client and the server. Second, to support the construction of server interface descriptions for existing applications, we introduce an effective inference technique that learns...... communication patterns from sample data. By incorporating interface descriptions into the testing tool Artemis, our experimental results show that we increase the level of automation for high-coverage testing on a collection of JavaScript web applications that exchange JSON data between the clients and servers...

  17. Constructing Workflows from Script Applications

    Directory of Open Access Journals (Sweden)

    Mikołaj Baranowski

    2012-01-01

    Full Text Available For programming and executing complex applications on grid infrastructures, scientific workflows have been proposed as convenient high-level alternative to solutions based on general-purpose programming languages, APIs and scripts. GridSpace is a collaborative programming and execution environment, which is based on a scripting approach and it extends Ruby language with a high-level API for invoking operations on remote resources. In this paper we describe a tool which enables to convert the GridSpace application source code into a workflow representation which, in turn, may be used for scheduling, provenance, or visualization. We describe how we addressed the issues of analyzing Ruby source code, resolving variable and method dependencies, as well as building workflow representation. The solutions to these problems have been developed and they were evaluated by testing them on complex grid application workflows such as CyberShake, Epigenomics and Montage. Evaluation is enriched by representing typical workflow control flow patterns.

  18. WekaPyScript: Classification, Regression, and Filter Schemes for WEKA Implemented in Python

    Directory of Open Access Journals (Sweden)

    Christopher Beckham

    2016-08-01

    Full Text Available WekaPyScript is a package for the machine learning software WEKA that allows learning algorithms and preprocessing methods for classification and regression to be written in Python, as opposed to WEKA’s implementation language, Java. This opens up WEKA to its machine learning and scientific computing ecosystem. Furthermore, due to Python’s minimalist syntax, learning algorithms and preprocessing methods can be prototyped easily and utilised from within WEKA. WekaPyScript works by running a local Python server using the host’s installation of Python; as a result, any libraries installed in the host installation can be leveraged when writing a script for WekaPyScript. Three example scripts (two learning algorithms and one preprocessing method are presented.

  19. PyMOOSE: interoperable scripting in Python for MOOSE

    Directory of Open Access Journals (Sweden)

    Subhasis Ray

    2008-12-01

    Full Text Available Python is emerging as a common scripting language for simulators. This opens up many possibilities for interoperability in the form of analysis, interfaces, and communications between simulators. We report the integration of Python scripting with the Multi-scale Object Oriented Simulation Environment (MOOSE. MOOSE is a general-purpose simulation system for compartmental neuronal models and for models of signaling pathways based on chemical kinetics. We show how the Python-scripting version of MOOSE, PyMOOSE, combines the power of a compiled simulator with the versatility and ease of use of Python. We illustrate this by using Python numerical libraries to analyze MOOSE output online, and by developing a GUI in Python/Qt for a MOOSE simulation. Finally, we build and run a composite neuronal/signaling model that uses both the NEURON and MOOSE numerical engines, and Python as a bridge between the two. Thus PyMOOSE has a high degree of interoperability with analysis routines, with graphical toolkits, and with other simulators.

  20. Development of a script for converting DICOM files to .TXT

    International Nuclear Information System (INIS)

    Abrantes, Marcos E.S.; Oliveira, A.H. de

    2014-01-01

    Background: with the increased use of computer simulation techniques for diagnosis or therapy in patients, the MCNP and SCMS software is being widely used. For use as SCMS data entry interface for the MCNP is necessary to perform transformation of DICOM images to text files. Objective: to produce a semi automatic script conversion DICOM images generated by Computerized Tomography or Magnetic Resonance, for .txt in the IMAGEJ software. Methodology: this study was developed in the IMAGEJ software platform with an Intel Core 2 Duo computer, CPU of 2.00GHz, with 2:00 GB of RAM for 32-bit system. Development of the script was held in a text editor using JAVA language. For script insertion in IMAGEJ the plug in tool of this software was used. After this, a window is open asking for the path of the files that will be read, first and last name of DICOM file to be converted, along with where the new files will be stored. Results: for the manual processing of DICOM conversion to .txt of cerebral computed tomography with 600 images requires a time of about 8 hours. The use of script allows conversion time reduction for 12 minutes. Conclusion: the script used demonstrates DICOM conversion ability to .txt and a significant improvement in time savings in processing

  1. Cross-site Scripting Attacks on Android WebView

    OpenAIRE

    Bhavani A B

    2013-01-01

    WebView is an essential component in Android and iOS. It enables applications to display content from on-line resources. It simplifies task of performing a network request, parsing the data and rendering it. WebView uses a number of APIs which can interact with the web contents inside WebView. In the current paper, Cross-site scripting attacks or XSS attacks specific to Android WebView are discussed. Cross site scripting (XSS) is a type of vulnerability commonly found in web applications. Thi...

  2. Benefits of interhemispheric integration on the Japanese Kana script-matching tasks.

    Science.gov (United States)

    Yoshizaki, K; Tsuji, Y

    2000-02-01

    We tested Banich's hypothesis that the benefits of bihemispheric processing were enhanced as task complexity increased, when some procedural shortcomings in the previous studies were overcome by using Japanese Kana script-matching tasks. In Exp. 1, the 20 right-handed subjects were given the Physical-Identity task (Katakana-Katakana scripts matching) and the Name-Identity task (Katakana-Hiragana scripts matching). On both tasks, a pair of Kana scripts was tachistoscopically presented in the left, right, and bilateral visual fields. Distractor stimuli were also presented with target Kana scripts on both tasks to equate the processing load between the hemispheres. Analysis showed that, while a bilateral visual-field advantage was found on the name-identity task, a unilateral visual-field advantage was found on the physical-identity task, suggesting that, as the computational complexity of the encoding stage was enhanced, the benefits of bilateral hemispheric processing increased. In Exp. 2, the 16 right-handed subjects were given the same physical-identity task as in Exp. 1, except Hiragana scripts were used as distractors instead of digits to enhance task difficulty. Analysis showed no differences in performance between the unilateral and bilateral visual fields. Taking into account these results of physical-identity tasks for both Exps. 1 and 2, enhancing task demand in the stage of ignoring distractors made the unilateral visual-field advantage obtained in Exp. 1 disappear in Exp. 2. These results supported Banich's hypothesis.

  3. Gender Differences in Performance of Script Analysis by Older Adults

    Science.gov (United States)

    Helmes, E.; Bush, J. D.; Pike, D. L.; Drake, D. G.

    2006-01-01

    Script analysis as a test of executive functions is presumed sensitive to cognitive changes seen with increasing age. Two studies evaluated if gender differences exist in performance on scripts for familiar and unfamiliar tasks in groups of cognitively intact older adults. In Study 1, 26 older adults completed male and female stereotypical…

  4. Scripting Addiction. The Politics of Therapeutic Talk and American Sobriety

    DEFF Research Database (Denmark)

    Kolind, Torsten

    2012-01-01

    Book review Carr, E. Summerson (2011): Scripting Addiction. The Politics of Therapeutic Talk and American Sobriety. Princeton and Oxford: Princeton University Press. ISBN ISBN: 9870691144504 / 9780691144498......Book review Carr, E. Summerson (2011): Scripting Addiction. The Politics of Therapeutic Talk and American Sobriety. Princeton and Oxford: Princeton University Press. ISBN ISBN: 9870691144504 / 9780691144498...

  5. Promoting interaction during sociodramatic play: teaching scripts to typical preschoolers and classmates with disabilities.

    Science.gov (United States)

    Goldstein, H; Cisar, C L

    1992-01-01

    We investigated the effects of teaching sociodramatic scripts on subsequent interaction among three triads, each containing 2 typical children and 1 child with autistic characteristics. The same type and rate of teacher prompts were implemented throughout structured play observations to avoid the confounding effects of script training and teacher prompting. After learning the scripts, all children demonstrated more frequent theme-related social behavior. These improvements in social-communicative interaction were replicated with the training of three sociodramatic scripts (i.e., pet shop, carnival, magic show) according to a multiple baseline design. These effects were maintained during the training of successive scripts and when the triads were reconstituted to include new but similarly trained partners. Results provided support for the inclusion of systematic training of scripts to enhance interaction among children with and without disabilities during sociodramatic play.

  6. Effects of peer-mediated implementation of visual scripts in middle school.

    Science.gov (United States)

    Ganz, Jennifer B; Heath, Amy K; Lund, Emily M; Camargo, Siglia P H; Rispoli, Mandy J; Boles, Margot; Plaisance, Lauren

    2012-05-01

    Although research has investigated the impact of peer-mediated interventions and visual scripts on social and communication skills in children with autism spectrum disorders, no studies to date have investigated peer-mediated implementation of scripts. This study investigated the effects of peer-implemented scripts on a middle school student with autism, intellectual impairments, and speech-language impairment via a multiple baseline single-case research design across behaviors. The target student demonstrated improvements in three communicative behaviors when implemented by a trained peer; however, behaviors did not generalize to use with an untrained typically developing peer.

  7. Culture, Ethics, Scripts, and Gifts.

    Science.gov (United States)

    Messerschmitt, Dorothy; Hafernik, Johnnie Johnson; Vandrick, Stephanie

    1997-01-01

    Discusses gift-giving patterns in different cultures, particularly in relation to teacher-student interactions in English-as-a-Second-Language (ESL) instruction. Situations in which gift-giving can raise ethical questions and how to teach culturally diverse students about this issue are highlighted. Script theory provides a theoretical basis for…

  8. Writing the Scripted Spaces

    DEFF Research Database (Denmark)

    Pold, Søren

    2006-01-01

    In the following, I will take a critical look at the concept of virtual reality, and following literary experiments with the computer, I will argue for - and develop - an alternative concept of scripted space.1 Furthermore, I will give an idea of what is currently happening to the concept and pra...... and practice of writing and how it is interacting with our mediated environments on and off the Internet....

  9. Strange stars in f(R,Script T) gravity

    Science.gov (United States)

    Deb, Debabrata; Rahaman, Farook; Ray, Saibal; Guha, B. K.

    2018-03-01

    In this article we try to present spherically symmetric isotropic strange star model under the framework of f(R,Script T) theory of gravity. To this end, we consider that the Lagrangian density is a linear function of the Ricci scalar R and the trace of the energy momentum tensor Script T given as f(R,Script T)=R+2χ Script T. We also assume that the quark matter distribution is governed by the simplest form of the MIT bag model equation of state (EOS) as p=1/3(ρ‑4B), where B is the bag constant. We have obtained an exact solution of the modified form of the Tolman-Oppenheimer-Volkoff (TOV) equation in the framework of f(R,Script T) gravity theory and have studied the dependence of different physical properties, viz., the total mass, radius, energy density and pressure for the chosen values of χ. Further, to examine physical acceptability of the proposed stellar model, we have conducted different tests in detail, viz., the energy conditions, modified TOV equation, mass-radius relation, causality condition etc. We have precisely explained the effects arising due to the coupling of the matter and geometry on the compact stellar system. For a chosen value of the bag constant, we have predicted numerical values of the different physical parameters in tabular form for the different strange star candidates. It is found that as the factor χ decreases the strange star candidates become gradually massive and larger in size with less dense stellar configuration. However, when χ increases the stars shrink gradually and become less massive to turn into a more compact stellar system. Hence for χ>0 our proposed model is suitable to explain the ultra-dense compact stars well within the observational limits and for χ<0 case allows to represent the recent massive pulsars and super-Chandrasekhar stars. For χ=0 we retrieve as usual the standard results of the general relativity (GR).

  10. Study of concord in the examination scripts of students of Ghana ...

    African Journals Online (AJOL)

    This paper investigates grammatical concord in undergraduate students' examination scripts in Ghana Technology University College (GTUC), a private university college in Ghana. Purposeful and critical discourse analytical methods are employed to analyse thirty (30) Communication Skills scripts of level 200 students of ...

  11. Viewing multiple sequence alignments with the JavaScript Sequence Alignment Viewer (JSAV).

    Science.gov (United States)

    Martin, Andrew C R

    2014-01-01

    The JavaScript Sequence Alignment Viewer (JSAV) is designed as a simple-to-use JavaScript component for displaying sequence alignments on web pages. The display of sequences is highly configurable with options to allow alternative coloring schemes, sorting of sequences and 'dotifying' repeated amino acids. An option is also available to submit selected sequences to another web site, or to other JavaScript code. JSAV is implemented purely in JavaScript making use of the JQuery and JQuery-UI libraries. It does not use any HTML5-specific options to help with browser compatibility. The code is documented using JSDOC and is available from http://www.bioinf.org.uk/software/jsav/.

  12. The secure base script: associated with early maladaptive schemas related to attachment.

    Science.gov (United States)

    McLean, Heather R; Bailey, Heidi N; Lumley, Margaret N

    2014-12-01

    To examine the relations between traditionally assessed early maladaptive schemas and the attachment-specific secure base script (a script-like representation of what individuals expect to happen when they face distress), to inform our understanding of beliefs about the self in relation to others. The present study took an ecologically driven approach, assessing knowledge of the secure base script from descriptions of current relationships. A cross-sectional design was used. One hundred forty-six undergraduate students, recruited as part of a larger study on adversity and self-concept, provided narrative descriptions of their current relationships. Narratives were coded for attachment-related 'secure base' content using a secure base script scale for relationship narratives. Early maladaptive schemas were assessed with the Young Schema Questionnaire, and attachment was additionally evaluated using the Experiences in Close Relationships questionnaire. Self-reported attachment avoidance and anxiety were related to secure base script content in theory-consistent ways. The extent to which participants described secure base script content was inversely associated with four out of five maladaptive schemas characterized most centrally by disconnection from others. Furthermore, these associations remained significant when controlling for self-reported attachment style. Self-reported attachment avoidance and anxiety also were related to maladaptive schemas in a predictable pattern. Results bridge cognitive and attachment theories, supporting the interrelatedness of secure base script knowledge assessed in current relationships, and schema-related content regarding connectedness with others. Better integration of theories regarding internal representations may serve to enrich psychotherapeutic formulation from a variety of clinical perspectives. Schema Therapy's (Young, Klosko, & Weishaar, 2003 , Schema therapy: A practitioner's guide. New York: Guilford Press) early

  13. Couple decision making and use of cultural scripts in Malawi.

    Science.gov (United States)

    Mbweza, Ellen; Norr, Kathleen F; McElmurry, Beverly

    2008-01-01

    To examine the decision-making processes of husband and wife dyads in matrilineal and patrilineal marriage traditions of Malawi in the areas of money, food, pregnancy, contraception, and sexual relations. Qualitative grounded theory using simultaneous interviews of 60 husbands and wives (30 couples). Data were analyzed according to the guidelines of simultaneous data collection and analysis. The analysis resulted in development of core categories and categories of decision-making process. Data matrixes were used to identify similarities and differences within couples and across cases. Most couples reported using a mix of final decision-making approaches: husband-dominated, wife-dominated, and shared. Gender based and nongender based cultural scripts provided rationales for their approaches to decision making. Gender based cultural scripts (husband-dominant and wife-dominant) were used to justify decision-making approaches. Non-gender based cultural scripts (communicating openly, maintaining harmony, and children's welfare) supported shared decision making. Gender based cultural scripts were used in decision making more often among couples from the district with a patrilineal marriage tradition and where the husband had less than secondary school education and was not formally employed. Nongender based cultural scripts to encourage shared decision making can be used in designing culturally tailored reproductive health interventions for couples. Nurses who work with women and families should be aware of the variations that occur in actual couple decision-making approaches. Shared decision making can be used to encourage the involvement of men in reproductive health programs.

  14. Genre scripts and appreciation of negative emotion in the reception of film.

    Science.gov (United States)

    Tan, Ed S; Visch, Valentijn T

    2017-01-01

    The Distancing-Embracing model reserves a role for genre scripts in the hedonic valuation of negative emotion in art. Genre scripts, as defined in the target article, leave higher-level recipient intuitions out of scope. We argue that, in film genre scripts, lower-level stylistic features lend access to more complex conceptual knowledge, including pragmatic principles. The argument implies a consideration of the communicative dimension of aesthetic works, which could strengthen both factors of the Distancing-Embracing model.

  15. Development of MATLAB Scripts for the Calculation of Thermal Manikin Regional Resistance Values

    Science.gov (United States)

    2016-01-01

    TECHNICAL NOTE NO. TN16-1 DATE January 2016 ADA DEVELOPMENT OF MATLAB ® SCRIPTS FOR THE...USARIEM TECHNICAL NOTE TN16-1 DEVELOPMENT OF MATLAB ® SCRIPTS FOR THE CALCULATION OF THERMAL MANIKIN REGIONAL RESISTANCE VALUES...EXECUTIVE SUMMARY A software tool has been developed via MATLAB ® scripts to reduce the amount of repetitive and time-consuming calculations that are

  16. The script concordance test as a tool to evaluate clinical reasoning in neonatology.

    Science.gov (United States)

    Ben Hamida, Emira; Ayadi, Imen; Marrakchi, Zahra; Quinton, André

    2017-05-01

    Script concordance test aims to evaluate knowledge organization, which represents an essential component of the clinical competence. To build a script concordance test and demonstrate its relevance in the evaluation of Neonatology skills. A script concordance test including 20 vignettes and 20 items, was provided to 52 fourth year medical students and 11 family medicine interns. Script concordance test scores obtained by experts were higher then those obtained by students and family medicine interns. The scores (out of 100) were 82.52 ± 7.35 CI95% [77.26-87.78] for the experts, 58.52 ± 9.72 CI95% [55.82-61.23] for the students, and 63.17±11.36 IC95%  [55.53-70.81] (p<0.0001) for the interns. Our data suggest that script concordance tests could be used to assess the acquisition of clinical reasoning among fourth year medical students in neonatolgy.

  17. Shallow and deep orthographies in Hebrew: the role of vowelization in reading development for unvowelized scripts.

    Science.gov (United States)

    Schiff, Rachel

    2012-12-01

    The present study explored the speed, accuracy, and reading comprehension of vowelized versus unvowelized scripts among 126 native Hebrew speaking children in second, fourth, and sixth grades. Findings indicated that second graders read and comprehended vowelized scripts significantly more accurately and more quickly than unvowelized scripts, whereas among fourth and sixth graders reading of unvowelized scripts developed to a greater degree than the reading of vowelized scripts. An analysis of the mediation effect for children's mastery of vowelized reading speed and accuracy on their mastery of unvowelized reading speed and comprehension revealed that in second grade, reading accuracy of vowelized words mediated the reading speed and comprehension of unvowelized scripts. In the fourth grade, accuracy in reading both vowelized and unvowelized words mediated the reading speed and comprehension of unvowelized scripts. By sixth grade, accuracy in reading vowelized words offered no mediating effect, either on reading speed or comprehension of unvowelized scripts. The current outcomes thus suggest that young Hebrew readers undergo a scaffolding process, where vowelization serves as the foundation for building initial reading abilities and is essential for successful and meaningful decoding of unvowelized scripts.

  18. Designing Game “Belajar Hanacaraka” As A Javanese Script Learning Media

    Directory of Open Access Journals (Sweden)

    Yonathan Happy Setiawan

    2018-01-01

    Full Text Available This paper discusses the design of games used as a medium of learning. The learning material is about Javanese script, which is taught from elementary to high school. Although it has been taught since elementary school, but not many students have mastered this material. The method of delivering the material used by the lecturers is usually by lecturing so that students become tired and bored, because they are forced to remember without understanding the basic concepts. The lack of an attractive and modern learning tool becomes another obstacle to the difficulty of studying the Javanese script. Games usually used as entertainment, now can be used for learning. Through the game, the learning process becomes more fun. Therefore it will be designed an educational game used for learning Javanese script. But to design the right educational game, research is needed. With the presence of this game is expected players can learn Javanese script material while playing.

  19. Secure base script and psychological dysfunction in Japanese young adults in the 21st century: Using the Attachment Script Assessment.

    Science.gov (United States)

    Umemura, Tomotaka; Watanabe, Manami; Tazuke, Kohei; Asada-Hirano, Shintaro; Kudo, Shimpei

    2018-05-01

    The universality of secure base construct, which suggests that one's use of an attachment figure as a secure base from which to explore the environment is an evolutionary outcome, is one of the core ideas of attachment theory. However, this universality idea has been critiqued because exploration is not as valued in Japanese culture as it is in Western cultures. Waters and Waters (2006) hypothesized that one's experiences of secure base behaviors are stored as a script in memory, and developed a narrative assessment called the Attachment Script Assessment (ASA) to evaluate one's secure base script. This study examined the validity of the ASA and the utility of secure base concept in Japanese culture. A sample of Japanese young adults (N = 89; M = 23.46; SD = 3.20; 57% = females) completed both the ASA and self-report questionnaires. The results revealed that the ASA score was associated with two dimensions of self-report questionnaires assessing parent-youth attachment relationships (trust and communication). The ASA score was not related to Japanese cultural values (amae acceptance, interdependent self-construal, and low independent self-construal). However, a low ASA score was related to a psychological dysfunction in the Japanese cultural context; hikikomori symptoms, which are defined as a desire to remain in his or her own room and his or her understanding of this behavior in other people. We concluded that since hikikomori can be interpreted as an extreme inhibition of exploration, the association between low secure base script and hikikomori symptoms suggests the utility of secure base construct in Japan. (PsycINFO Database Record (c) 2018 APA, all rights reserved).

  20. The Next Generation of Ground Operations Command and Control; Scripting in C Sharp and Visual Basic

    Science.gov (United States)

    Ritter, George; Pedoto, Ramon

    2010-01-01

    This slide presentation reviews the use of scripting languages in Ground Operations Command and Control. It describes the use of scripting languages in a historical context, the advantages and disadvantages of scripts. It describes the Enhanced and Redesigned Scripting (ERS) language, that was designed to combine the features of a scripting language and the graphical and IDE richness of a programming language with the utility of scripting languages. ERS uses the Microsoft Visual Studio programming environment and offers custom controls that enable an ERS developer to extend the Visual Basic and C sharp language interface with the Payload Operations Integration Center (POIC) telemetry and command system.

  1. Novice facilitators and the use of scripts for managing facilitated modelling workshops

    DEFF Research Database (Denmark)

    Tavella, Elena; Papadopoulos, Thanos

    2015-01-01

    There is limited research on the use of scripts by novice facilitators (novices) in Facilitated Modelling (FM) workshops. To address this gap, this paper illustrates how novices—supported by scripts—switch between and combine facilitation skills and competencies to successfully manage FM workshops...... and achieve outcomes. This illustration is based on a micro-level analysis of a transcript from a Viable System Model workshop held in a food cooperative in Copenhagen, Denmark. Through our findings we identify two distinct script-supported FM behaviours and related script-supported facilitation practices...... that enable novices to (a) acquire skills and competencies; and (b) switch between and combine skills and competencies to successfully manage workshops and achieve outcomes. Our study links micro-level considerations to a meta-level framework that relates the script-supported FM behaviours and practices...

  2. Revising the worksheet with L3: a language and environment foruser-script interaction

    Energy Technology Data Exchange (ETDEWEB)

    Hohn, Michael H.

    2008-01-22

    This paper describes a novel approach to the parameter anddata handling issues commonly found in experimental scientific computingand scripting in general. The approach is based on the familiarcombination of scripting language and user interface, but using alanguage expressly designed for user interaction and convenience. The L3language combines programming facilities of procedural and functionallanguages with the persistence and need-based evaluation of data flowlanguages. It is implemented in Python, has access to all Pythonlibraries, and retains almost complete source code compatibility to allowsimple movement of code between the languages. The worksheet interfaceuses metadata produced by L3 to provide selection of values through thescriptit self and allow users to dynamically evolve scripts withoutre-running the prior versions. Scripts can be edited via text editors ormanipulated as structures on a drawing canvas. Computed values are validscripts and can be used further in other scripts via simplecopy-and-paste operations. The implementation is freely available underan open-source license.

  3. SPV: a JavaScript Signaling Pathway Visualizer.

    Science.gov (United States)

    Calderone, Alberto; Cesareni, Gianni

    2018-03-24

    The visualization of molecular interactions annotated in web resources is useful to offer to users such information in a clear intuitive layout. These interactions are frequently represented as binary interactions that are laid out in free space where, different entities, cellular compartments and interaction types are hardly distinguishable. SPV (Signaling Pathway Visualizer) is a free open source JavaScript library which offers a series of pre-defined elements, compartments and interaction types meant to facilitate the representation of signaling pathways consisting of causal interactions without neglecting simple protein-protein interaction networks. freely available under Apache version 2 license; Source code: https://github.com/Sinnefa/SPV_Signaling_Pathway_Visualizer_v1.0. Language: JavaScript; Web technology: Scalable Vector Graphics; Libraries: D3.js. sinnefa@gmail.com.

  4. [Radiology information system using HTML, JavaScript, and Web server].

    Science.gov (United States)

    Sone, M; Sasaki, M; Oikawa, H; Yoshioka, K; Ehara, S; Tamakawa, Y

    1997-12-01

    We have developed a radiology information system using intranet techniques, including hypertext markup language, JavaScript, and Web server. JavaScript made it possible to develop an easy-to-use application, as well as to reduce network traffic and load on the server. The system we have developed is inexpensive and flexible, and its development and maintenance are much easier than with the previous system.

  5. Repetition priming with Japanese Kana scripts in word-fragment completion.

    Science.gov (United States)

    Komatsu, S; Naito, M

    1992-03-01

    Manipulating two types of Japanese Kana script, Katakana and Hiragana, we examined the effects of a script change between study and test on later word-fragment completion. Throughout three experiments, materials were composed of foreign loan nouns normally written in Katakana, but not in Hiragana, according to approved usage in Japanese. Experiment 1 demonstrated the reliable size of cross-script priming between Katakana and Hiragana. In Experiment 2, cross-modal priming was substantial when modality of presentation was changed from auditory to visual. In Experiment 3, generating a target word from its definition induced priming comparable in size to that in the prior reading condition. These results have been confirmed in the Hiragana test, as well as in the Katakana test, thereby suggesting that some conceptual and modality-independent processes may also mediate repetition priming.

  6. Discovering Land Cover Web Map Services from the Deep Web with JavaScript Invocation Rules

    Directory of Open Access Journals (Sweden)

    Dongyang Hou

    2016-06-01

    Full Text Available Automatic discovery of isolated land cover web map services (LCWMSs can potentially help in sharing land cover data. Currently, various search engine-based and crawler-based approaches have been developed for finding services dispersed throughout the surface web. In fact, with the prevalence of geospatial web applications, a considerable number of LCWMSs are hidden in JavaScript code, which belongs to the deep web. However, discovering LCWMSs from JavaScript code remains an open challenge. This paper aims to solve this challenge by proposing a focused deep web crawler for finding more LCWMSs from deep web JavaScript code and the surface web. First, the names of a group of JavaScript links are abstracted as initial judgements. Through name matching, these judgements are utilized to judge whether or not the fetched webpages contain predefined JavaScript links that may prompt JavaScript code to invoke WMSs. Secondly, some JavaScript invocation functions and URL formats for WMS are summarized as JavaScript invocation rules from prior knowledge of how WMSs are employed and coded in JavaScript. These invocation rules are used to identify the JavaScript code for extracting candidate WMSs through rule matching. The above two operations are incorporated into a traditional focused crawling strategy situated between the tasks of fetching webpages and parsing webpages. Thirdly, LCWMSs are selected by matching services with a set of land cover keywords. Moreover, a search engine for LCWMSs is implemented that uses the focused deep web crawler to retrieve and integrate the LCWMSs it discovers. In the first experiment, eight online geospatial web applications serve as seed URLs (Uniform Resource Locators and crawling scopes; the proposed crawler addresses only the JavaScript code in these eight applications. All 32 available WMSs hidden in JavaScript code were found using the proposed crawler, while not one WMS was discovered through the focused crawler

  7. Professional JavaScript Frameworks Prototype,YUI, ExtJS, Dojo and MooTools

    CERN Document Server

    Orchard, Leslie M; Koon, Scott

    2009-01-01

    As the industry-standard, must-know scripting language, JavaScript is supported by all major browsers and is increasingly the foundation of new web development technologies such as Ajax and JSON. This book offers a selection of some of the most active and most used JavaScript frameworks available, replete with practical examples and explanations of what each framework does best. You'll look at common web development tasks and discover how each framework approaches that set of tasks, as well as learn how to use the features of each framework and avoid potential pitfalls.

  8. Testing the effect of a short cheap talk script in choice experiments

    DEFF Research Database (Denmark)

    Ladenburg, Jacob; Bonnichsen, Ole; Dahlgaard, Jens Olav

    2011-01-01

    as hypothetical bias. The present paper attempts to frame the description of the hypothetical market so as to induce more “true market behaviour” in the respondents by including a short Cheap Talk script. The script informs respondents that in similar studies using stated preference methods, people have...... the demand for visual impact mitigation, but does not affect preferences significantly. Significant effects are found when relating the effect of the Cheap Talk script to the cost levels of the alternatives, in that female respondents are found to choose higher cost alternatives less frequently when...

  9. JavaScript DNA translator: DNA-aligned protein translations.

    Science.gov (United States)

    Perry, William L

    2002-12-01

    There are many instances in molecular biology when it is necessary to identify ORFs in a DNA sequence. While programs exist for displaying protein translations in multiple ORFs in alignment with a DNA sequence, they are often expensive, exist as add-ons to software that must be purchased, or are only compatible with a particular operating system. JavaScript DNA Translator is a shareware application written in JavaScript, a scripting language interpreted by the Netscape Communicator and Internet Explorer Web browsers, which makes it compatible with several different operating systems. While the program uses a familiar Web page interface, it requires no connection to the Internet since calculations are performed on the user's own computer. The program analyzes one or multiple DNA sequences and generates translations in up to six reading frames aligned to a DNA sequence, in addition to displaying translations as separate sequences in FASTA format. ORFs within a reading frame can also be displayed as separate sequences. Flexible formatting options are provided, including the ability to hide ORFs below a minimum size specified by the user. The program is available free of charge at the BioTechniques Software Library (www.Biotechniques.com).

  10. The Scripted Spaces of Urban Ubiquitous Computing

    DEFF Research Database (Denmark)

    Pold, Søren; Andersen, Christian Ulrik

    2011-01-01

    computing in urban environments. Drawing on urban history, computer games, and a workshop study of the city of Lund the article discusses the experience of digitally scripted spaces, and their relation to the history of public spaces. In conclusion, the article discusses the potential for employing scripted...... spaces as a reinvigoration of urban public space....

  11. Scripted Bodies and Spline Driven Animation

    DEFF Research Database (Denmark)

    Erleben, Kenny; Henriksen, Knud

    2002-01-01

    In this paper we will take a close look at the details and technicalities in applying spline driven animation to scripted bodies in the context of dynamic simulation. The main contributions presented in this paper are methods for computing velocities and accelerations in the time domain...

  12. Making Movies: From Script to Screen.

    Science.gov (United States)

    Bobker, Lee R.

    This book is a guide to the making of films. It covers preparation (scripting, storyboarding, budgeting, casting, and crew selection), filming (directing, camera operating, and sound recording), and postproduction (editing, sound dubbing, laboratory processing, and trial screening). Distribution of films is discussed in detail. Possible careers in…

  13. Scripts, animal health and biosecurity : The moral accountability of farmers' talk about animal health risks

    NARCIS (Netherlands)

    Enticott, Gareth; Vanclay, Frank

    2011-01-01

    This paper explores the contribution of script theory to understandings of animal health risks. Script theory has long played an important role in studies of health and risk, yet the application of script theories is often vague and confused. Theories from different ontological perspectives are

  14. An edit script for taxonomic classifications

    Directory of Open Access Journals (Sweden)

    Valiente Gabriel

    2005-08-01

    Full Text Available Abstract Background The NCBI taxonomy provides one of the most powerful ways to navigate sequence data bases but currently users are forced to formulate queries according to a single taxonomic classification. Given that there is not universal agreement on the classification of organisms, providing a single classification places constraints on the questions biologists can ask. However, maintaining multiple classifications is burdensome in the face of a constantly growing NCBI classification. Results In this paper, we present a solution to the problem of generating modifications of the NCBI taxonomy, based on the computation of an edit script that summarises the differences between two classification trees. Our algorithms find the shortest possible edit script based on the identification of all shared subtrees, and only take time quasi linear in the size of the trees because classification trees have unique node labels. Conclusion These algorithms have been recently implemented, and the software is freely available for download from http://darwin.zoology.gla.ac.uk/~rpage/forest/.

  15. ROOT I/O in JavaScript

    Science.gov (United States)

    Bellenot, Bertrand; Linev, Sergey

    2014-06-01

    In order to be able to browse (inspect) ROOT files in a platform independent way, a JavaScript version of the ROOT I/O subsystem has been developed. This allows the content of ROOT files to be displayed in most available web browsers, without having to install ROOT or any other software on the server or on the client. This gives a direct access to ROOT files from any new device in a lightweight way. It is possible to display simple graphical objects such as histograms and graphs (TH1, TH2, TH3, TProfile, and TGraph). The rendering of 1D/2D histograms and graphs is done with an external JavaScript library (D3.js), and another library (Three.js) is used for 2D and 3D histograms. We will describe the techniques used to display the content of a ROOT file, with a rendering being now very close to the one provided by ROOT.

  16. ROOT I/O in JavaScript

    International Nuclear Information System (INIS)

    Bellenot, Bertrand; Linev, Sergey

    2014-01-01

    In order to be able to browse (inspect) ROOT files in a platform independent way, a JavaScript version of the ROOT I/O subsystem has been developed. This allows the content of ROOT files to be displayed in most available web browsers, without having to install ROOT or any other software on the server or on the client. This gives a direct access to ROOT files from any new device in a lightweight way. It is possible to display simple graphical objects such as histograms and graphs (TH1, TH2, TH3, TProfile, and TGraph). The rendering of 1D/2D histograms and graphs is done with an external JavaScript library (D3.js), and another library (Three.js) is used for 2D and 3D histograms. We will describe the techniques used to display the content of a ROOT file, with a rendering being now very close to the one provided by ROOT.

  17. Mastering JavaScript promises

    CERN Document Server

    Hussain, Muzzamil

    2015-01-01

    This book is for all the software and web engineers wanting to apply the promises paradigm to their next project and get the best outcome from it. This book also acts as a reference for the engineers who are already using promises in their projects and want to improve their current knowledge to reach the next level. To get the most benefit from this book, you should know basic programming concepts, have a familiarity with JavaScript, and a good understanding of HTML.

  18. Instant AutoIt scripting

    CERN Document Server

    Laso, Emilio Aristides de Fez

    2013-01-01

    Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This is a Packt Instant How-to guide, which provides concise and clear recipes for getting started with AutoIt.Instant AutoIt Scripting Essentials How-to is for beginners who wish to know more about automation and programming, system administration developers who intent to automate/manage clusters and servers, and for computer programmers who want to control any PC to create seamless automation apps.

  19. Pre-Rationalized Parametric Designing of Roof Shells Formed by Repetitive Modules of Catalan Surfaces

    Directory of Open Access Journals (Sweden)

    Jolanta Dzwierzynska

    2018-04-01

    Full Text Available The aim of the study is to develop an original, methodical, and practical approach to the early stages of parametric design of roof shells formed by repetitive modules of Catalan surfaces. It is presented on the example of designing the roof shells compound of four concrete elements. The designing process proposed by us consists in linking geometric shaping of roofs’ models with their structural analysis and optimization. Contrary to other methods, which use optimization process in order to find free roof forms, we apply it in order to explore and improve design alternatives. It is realized with the application of designing tools working in Rhinoceros 3D software. The flexible scripts elaborated by us, in order to achieve roofs’ models of regular and symmetrical shapes, are converted into simulation models to perform structural analysis. It is mainly focused on how the roof shells perform dependently on their geometric characteristics. The simulation enables one to evaluate various roof shells’ shapes, as well as to select an optimal design solution. The proposed approach to the conceptual design process may drive the designing to achieve geometric and structural forms which not only follow the design intentions but also target better results.

  20. Semi-Automatic Rename Refactoring for JavaScript

    DEFF Research Database (Denmark)

    Feldthaus, Asger; Møller, Anders

    2013-01-01

    and interaction with the programmer. With this pragmatic approach, we can provide scalable and effective refactoring support for real-world code, including libraries and incomplete applications. Through a series of experiments that estimate how much manual effort our technique demands from the programmer, we show......Modern IDEs support automated refactoring for many programming languages, but support for JavaScript is still primitive. To perform renaming, which is one of the fundamental refactorings, there is often no practical alternative to simple syntactic search-and-replace. Although more sophisticated...... alternatives have been developed, they are limited by whole-program assumptions and poor scalability. We propose a technique for semi-automatic refactoring for JavaScript, with a focus on renaming. Unlike traditional refactoring algorithms, semi-automatic refactoring works by a combination of static analysis...

  1. Detection of Cross Site Scripting Attack in Wireless Networks Using n-Gram and SVM

    Directory of Open Access Journals (Sweden)

    Jun-Ho Choi

    2012-01-01

    Full Text Available Large parts of attacks targeting the web are aiming at the weak point of web application. Even though SQL injection, which is the form of XSS (Cross Site Scripting attacks, is not a threat to the system to operate the web site, it is very critical to the places that deal with the important information because sensitive information can be obtained and falsified. In this paper, the method to detect themalicious SQL injection script code which is the typical XSS attack using n-Gram indexing and SVM (Support Vector Machine is proposed. In order to test the proposed method, the test was conducted after classifying each data set as normal code and malicious code, and the malicious script code was detected by applying index term generated by n-Gram and data set generated by code dictionary to SVM classifier. As a result, when the malicious script code detection was conducted using n-Gram index term and SVM, the superior performance could be identified in detecting malicious script and the more improved results than existing methods could be seen in the malicious script code detection recall.

  2. Supercharged JavaScript Graphics with HTML5 canvas, jQuery, and More

    CERN Document Server

    Cecco, Raffaele

    2011-01-01

    With HTML5 and improved web browser support, JavaScript has become the tool of choice for creating high-performance web graphics. This faced-paced book shows you how to use JavaScript, jQuery, DHTML, and HTML5's Canvas element to create rich web applications for computers and mobile devices. By following real-world examples, experienced web developers learn fun and useful approaches to arcade games, DHTML effects, business dashboards, and other applications. This book serves complex subjects in easily digestible pieces, and each topic acts as a foundation for the next. Tackle JavaScript opti

  3. Testing the effect of a short cheap talk script in choice experiments

    DEFF Research Database (Denmark)

    Ladenburg, Jacob; Dahlgaard, Jens Olav; Bonnichsen, Ole

    as hypothetical bias. The present paper attempts to frame the description of the hypothetical market so as to induce more “true market behaviour” in the respondents by including a short Cheap Talk script. The script informs respondents that in similar studies using stated preference methods, people have...... to be a preference mover, but does not affect preferences significantly. Significant effects are found when relating the effect of the Cheap Talk script to the cost levels of the alternatives, in that female respondents are found to choose higher cost alternatives less frequently when presented with the Cheap Talk...

  4. Practical static analysis of JavaScript applications in the presence of frameworks and libraries

    DEFF Research Database (Denmark)

    Madsen, Magnus; Livshits, Benjamin; Fanning, Michael

    2013-01-01

    and complex libraries and frameworks, often written in a combination of JavaScript and native code such as C and C++. Stubs have been commonly employed as a partial specification mechanism to address the library problem; however, they are tedious to write, incomplete, and occasionally incorrect. However......JavaScript is a language that is widely-used for both web- based and standalone applications such as those in the upcoming Windows 8 operating system. Analysis of JavaScript has long been known to be challenging due to its dynamic nature. On top of that, most JavaScript applications rely on large......, the manner in which library code is used within applications often sheds light on what library APIs return or consume as parameters. In this paper, we propose a technique which combines pointer analysis with use analysis to handle many challenges posed by large JavaScript libraries. Our approach enables...

  5. An ESL Audio-Script Writing Workshop

    Science.gov (United States)

    Miller, Carla

    2012-01-01

    The roles of dialogue, collaborative writing, and authentic communication have been explored as effective strategies in second language writing classrooms. In this article, the stages of an innovative, multi-skill writing method, which embeds students' personal voices into the writing process, are explored. A 10-step ESL Audio Script Writing Model…

  6. Defending Malicious Script Attacks Using Machine Learning Classifiers

    Directory of Open Access Journals (Sweden)

    Nayeem Khan

    2017-01-01

    Full Text Available The web application has become a primary target for cyber criminals by injecting malware especially JavaScript to perform malicious activities for impersonation. Thus, it becomes an imperative to detect such malicious code in real time before any malicious activity is performed. This study proposes an efficient method of detecting previously unknown malicious java scripts using an interceptor at the client side by classifying the key features of the malicious code. Feature subset was obtained by using wrapper method for dimensionality reduction. Supervised machine learning classifiers were used on the dataset for achieving high accuracy. Experimental results show that our method can efficiently classify malicious code from benign code with promising results.

  7. Promoting interaction during sociodramatic play: teaching scripts to typical preschoolers and classmates with disabilities.

    OpenAIRE

    Goldstein, H; Cisar, C L

    1992-01-01

    We investigated the effects of teaching sociodramatic scripts on subsequent interaction among three triads, each containing 2 typical children and 1 child with autistic characteristics. The same type and rate of teacher prompts were implemented throughout structured play observations to avoid the confounding effects of script training and teacher prompting. After learning the scripts, all children demonstrated more frequent theme-related social behavior. These improvements in social-communica...

  8. NIF Double Shell outer/inner shell collision experiments

    Science.gov (United States)

    Merritt, E. C.; Loomis, E. N.; Wilson, D. C.; Cardenas, T.; Montgomery, D. S.; Daughton, W. S.; Dodd, E. S.; Desjardins, T.; Renner, D. B.; Palaniyappan, S.; Batha, S. H.; Khan, S. F.; Smalyuk, V.; Ping, Y.; Amendt, P.; Schoff, M.; Hoppe, M.

    2017-10-01

    Double shell capsules are a potential low convergence path to substantial alpha-heating and ignition on NIF, since they are predicted to ignite and burn at relatively low temperatures via volume ignition. Current LANL NIF double shell designs consist of a low-Z ablator, low-density foam cushion, and high-Z inner shell with liquid DT fill. Central to the Double Shell concept is kinetic energy transfer from the outer to inner shell via collision. The collision determines maximum energy available for compression and implosion shape of the fuel. We present results of a NIF shape-transfer study: two experiments comparing shape and trajectory of the outer and inner shells at post-collision times. An outer-shell-only target shot measured the no-impact shell conditions, while an `imaging' double shell shot measured shell conditions with impact. The `imaging' target uses a low-Z inner shell and is designed to perform in similar collision physics space to a high-Z double shell but can be radiographed at 16keV, near the viable 2DConA BL energy limit. Work conducted under the auspices of the U.S. DOE by LANL under contract DE-AC52-06NA25396.

  9. JavaScript mobile application development

    CERN Document Server

    Saleh, Hazem

    2014-01-01

    If you are a native mobile developer, with some familiarity with the common web technologies of JavaScript, CSS, and HTML, or if you are a web developer, then this learning guide will add great value and impact to your work. Learning how to develop mobile applications using Apache Cordova is of particular importance if you are looking to develop applications on a variety of different platforms efficiently.

  10. Pornography and the Male Sexual Script: An Analysis of Consumption and Sexual Relations.

    Science.gov (United States)

    Sun, Chyng; Bridges, Ana; Johnson, Jennifer A; Ezzell, Matthew B

    2016-05-01

    Pornography has become a primary source of sexual education. At the same time, mainstream commercial pornography has coalesced around a relatively homogenous script involving violence and female degradation. Yet, little work has been done exploring the associations between pornography and dyadic sexual encounters: What role does pornography play inside real-world sexual encounters between a man and a woman? Cognitive script theory argues media scripts create a readily accessible heuristic model for decision-making. The more a user watches a particular media script, the more embedded those codes of behavior become in their worldview and the more likely they are to use those scripts to act upon real life experiences. We argue pornography creates a sexual script that then guides sexual experiences. To test this, we surveyed 487 college men (ages 18-29 years) in the United States to compare their rate of pornography use with sexual preferences and concerns. Results showed the more pornography a man watches, the more likely he was to use it during sex, request particular pornographic sex acts of his partner, deliberately conjure images of pornography during sex to maintain arousal, and have concerns over his own sexual performance and body image. Further, higher pornography use was negatively associated with enjoying sexually intimate behaviors with a partner. We conclude that pornography provides a powerful heuristic model which is implicated in men's expectations and behaviors during sexual encounters.

  11. Learning Three.js the JavaScript 3D library for WebGL

    CERN Document Server

    Dirksen, Jos

    2015-01-01

    If you know JavaScript and want to start creating 3D graphics that run in any browser, this book is a great choice for you. You don't need to know anything about math or WebGL; all that you need is general knowledge of JavaScript and HTML.

  12. Dyadic Qualitative Analysis of Condom Use Scripts Among Emerging Adult Gay Male Couples.

    Science.gov (United States)

    Starks, Tyrel J; Pawson, Mark; Stephenson, Rob; Sullivan, Patrick; Parsons, Jeffrey T

    2018-04-03

    Sexual risk reduction among gay male couples has received increasing attention in light of evidence that primary partners account for many-and possibly most-new HIV infections. This study examined the content of condom use scripts in interviews conducted with both members of 17 HIV-negative gay male couples. In each couple, at least one partner was an emerging adult (aged 18 to 29). Three scripts were identified: romantic love, unanticipated condomless anal intercourse (CAI), and negotiated safety. Scripts varied in their emphasis on emotional factors versus HIV risk reduction, the salience of sexual agreements, and the presence of an explicit communication goal. Results indicated that condom use may vary for couples as a result of script content and from the fluid adoption of scripts across contexts. Results highlighted potential tensions between emotional closeness and HIV prevention. Condom use cessation and sexual agreements-a potential mechanism for HIV risk reduction-may also serve as expressions of intimacy. This implies interventions that facilitate direct communication about sexual and relational goals-as well as those that expand couples' repertoires for expressing emotional closeness-may enhance sexual health for gay couples, particularly during the period of emerging adulthood.

  13. Effects of script-based role play in cardiopulmonary resuscitation team training.

    Science.gov (United States)

    Chung, Sung Phil; Cho, Junho; Park, Yoo Seok; Kang, Hyung Goo; Kim, Chan Woong; Song, Keun Jeong; Lim, Hoon; Cho, Gyu Chong

    2011-08-01

    The purpose of this study is to compare the cardiopulmonary resuscitation (CPR) team dynamics and performance between a conventional simulation training group and a script-based training group. This was a prospective randomised controlled trial of educational intervention for CPR team training. Fourteen teams, each consisting of five members, were recruited. The conventional group (C) received training using a didactic lecture and simulation with debriefing, while the script group (S) received training using a resuscitation script. The team activity was evaluated with checklists both before and after 1 week of training. The videotaped simulated resuscitation events were compared in terms of team dynamics and performance aspects. Both groups showed significantly higher leadership scores after training (C: 58.2 ± 9.2 vs. 67.2 ± 9.5, p=0.007; S: 57.9 ± 8.1 vs. 65.4 ± 12.1, p=0.034). However, there were no significant improvements in performance scores in either group after training. There were no differences in the score improvement after training between the two groups in dynamics (C: 9.1 ± 12.6 vs. S: 7.4 ± 13.7, p=0.715), performance (C: 5.5 ± 11.4 vs. S: 4.7 ± 9.6, p=0.838) and total scores (C: 14.6 ± 20.1 vs. S: 12.2 ± 19.5, p=0.726). Script-based CPR team training resulted in comparable improvements in team dynamics scores compared with conventional simulation training. Resuscitation scripts may be used as an adjunct for CPR team training.

  14. Learning behavior-driven development with JavaScript

    CERN Document Server

    Amodeo, Enrique

    2015-01-01

    This book is ideal for any JavaScript developer who is interested in producing well-tested code. If you have no prior experience with testing, Node.js, or any other tool, do not worry, as they will be explained from scratch.

  15. Modular Monitor Extensions for Information Flow Security in JavaScript

    OpenAIRE

    Fragoso Santos , José; Rezk , Tamara; Almeida Matos , Ana

    2015-01-01

    International audience; Client-side JavaScript programs often interact with the web page into which they are included, as well as with the browser itself, through APIs such as the DOM API, the XMLHttpRequest API, and the W3C Geolocation API. Precise reasoning about JavaScript security must therefore take API invocation into account. However, the continuous emergence of new APIs, and the het-erogeneity of their forms and features, renders API behavior a moving target that is particularly hard ...

  16. Computer-Based Script Training for Aphasia: Emerging Themes from Post-Treatment Interviews

    Science.gov (United States)

    Cherney, Leora R.; Halper, Anita S.; Kaye, Rosalind C.

    2011-01-01

    This study presents results of post-treatment interviews following computer-based script training for persons with chronic aphasia. Each of the 23 participants received 9 weeks of AphasiaScripts training. Post-treatment interviews were conducted with the person with aphasia and/or a significant other person. The 23 interviews yielded 584 coded…

  17. Automatic Observer Script for StarCraft: Brood War Bot Games (technical report)

    OpenAIRE

    Mattsson, Björn Persson; Vajda, Tomáš; Čertický, Michal

    2015-01-01

    This short report describes an automated BWAPI-based script developed for live streams of a StarCraft Brood War bot tournament, SSCAIT. The script controls the in-game camera in order to follow the relevant events and improve the viewer experience. We enumerate its novel features and provide a few implementation notes.

  18. [Ecologic evaluation in the cognitive assessment of brain injury patients: generation and execution of script].

    Science.gov (United States)

    Baguena, N; Thomas-Antérion, C; Sciessere, K; Truche, A; Extier, C; Guyot, E; Paris, N

    2006-06-01

    Assessment of executive functions in an everyday life activity, evaluating brain injury subjects with script generation and execution tasks. We compared a script generation task to a script execution task, whereby subjects had to make a cooked dish. Two grids were used for the quotation, qualitative and quantitative, as well as the calculation of an anosognosis score. We checked whether the execution task was more sensitive to a dysexecutive disorder than the script generation task and compared the scores obtained in this evaluation with those from classical frontal tests. Twelve subjects with brain injury 6 years+/-4.79 ago and 12 healthy control subjects were tested. The subjects carried out a script generation task whereby they had to explain the necessary stages to make a chocolate cake. They also had to do a script execution task corresponding to the cake making. The 2 quotation grids were operational and complementary. The quantitative grid is more sensitive to a dysexecutive disorder. The brain injury subjects made more errors in the execution task. It is important to evaluate the executive functions of subjects with brain injury in everyday life tasks, not just in psychometric or script-generation tests. Indeed the ecological realization of a very simple task can reveal executive function difficulties such as the planning or the sequencing of actions, which are under-evaluated in laboratory tests.

  19. galaxie--CGI scripts for sequence identification through automated phylogenetic analysis.

    Science.gov (United States)

    Nilsson, R Henrik; Larsson, Karl-Henrik; Ursing, Björn M

    2004-06-12

    The prevalent use of similarity searches like BLAST to identify sequences and species implicitly assumes the reference database to be of extensive sequence sampling. This is often not the case, restraining the correctness of the outcome as a basis for sequence identification. Phylogenetic inference outperforms similarity searches in retrieving correct phylogenies and consequently sequence identities, and a project was initiated to design a freely available script package for sequence identification through automated Web-based phylogenetic analysis. Three CGI scripts were designed to facilitate qualified sequence identification from a Web interface. Query sequences are aligned to pre-made alignments or to alignments made by ClustalW with entries retrieved from a BLAST search. The subsequent phylogenetic analysis is based on the PHYLIP package for inferring neighbor-joining and parsimony trees. The scripts are highly configurable. A service installation and a version for local use are found at http://andromeda.botany.gu.se/galaxiewelcome.html and http://galaxie.cgb.ki.se

  20. Script-like attachment representations in dreams containing current romantic partners.

    Science.gov (United States)

    Selterman, Dylan; Apetroaia, Adela; Waters, Everett

    2012-01-01

    Recent research has demonstrated parallels between romantic attachment styles and general dream content. The current study examined partner-specific attachment representations alongside dreams that contained significant others. The general prediction was that dreams would follow the "secure base script," and a general correspondence would emerge between secure attachment cognitions in waking life and in dreams. Sixty-one undergraduate student participants in committed dating relationships of six months duration or longer completed the Secure Base Script Narrative Assessment at Time 1, and then completed a dream diary for 14 consecutive days. Blind coders scored dreams that contained significant others using the same criteria for secure base content in laboratory narratives. Results revealed a significant association between relationship-specific attachment security and the degree to which dreams about romantic partners followed the secure base script. The findings illuminate our understanding of mental representations with regards to specific attachment figures. Implications for attachment theory and clinical applications are discussed.

  1. Augmented Reality Using JavaScript

    OpenAIRE

    Hailemichael, Aida

    2013-01-01

    The project goal was to provide a mobile application, for a venue called Kulturhuset Karelia which is located in Tammisaari Finland. In this paper, the concept of Augmented Reality technology is briefly discussed along with the mobile application for the venue. The utilisation of JavaScript for creating Augmented reality content for mobile Augmented reality browser is also demonstrated. The application was created by using Architecht API which is Jacvascript library based on the Wikitude...

  2. WPMSD: A Malicious Script Detection Method Inspired by the Process of Immunoglobulin Secretion

    Directory of Open Access Journals (Sweden)

    Hui Zhao

    2011-10-01

    Full Text Available Inspired by the process of immunoglobulin secretion in biological body, we present a Web Page Malicious Script Detection Method (WPMSD. In this paper, Firstly, the basic definitions of artificial immune items are given. Secondly, according to the spreading range of malicious script, the immunoglobulin number is changed as the detector clone proliferation is stimulated by malicious scripts. Further more, the nonlinear dynamics of antibody number is discussed. Thirdly, we propose a probability approach to trigger alarms to inform that the detected scripts are harmful. Finally, the WPMSD collects the effective immunoglobulin set based on Hidden Markov Model (HMM to update the detector gene library. Compared with the traditional immune based detection methods, such as Negative Selection Algorithm (NSA, Dynamic Colonel Selection (DynamiCS, and Variable size Detector (Vdetector, the false alarm rate of WPMSD has been reduced by 18.09%, 12.6%, and 7.47% respectively.

  3. Departure scripts and life review of parents living with abusive adult children with mental disorder.

    Science.gov (United States)

    Avieli, Hila; Smeloy, Yael; Band-Winterstein, Tova

    2015-08-01

    Increasing numbers of aging parents are finding themselves in the role of caregiver for their mentally ill adult child due to global deinstitutionalization policy. The aim of this article is to explore preparations for the end of life in light of the life review process among old parents of abusive children with mental disorder. Data collection was performed through in-depth semi-structured interviews with 20 parents, followed by phenomenological analysis. Five different types of departure scripts emerged: a pragmatic departure script, a burned-out departure script, a dead-end departure script, an optimistic departure script, and a violent departure script. The parents in this study tended to interpret events in their past to fit their perception of the current relationship with their child, thus connecting past, present, and future into one coherent picture. Years of extended care have led to a unique aging process which does not allow separation from the child or the development of a sense of closure that characterizes the aging process. This calls for better insights and deeper understanding in regard to intervention with such families. Copyright © 2015. Published by Elsevier Inc.

  4. The Next Generation of Ground Operations Command and Control; Scripting in C no. and Visual Basic

    Science.gov (United States)

    Ritter, George; Pedoto, Ramon

    2010-01-01

    Scripting languages have become a common method for implementing command and control solutions in space ground operations. The Systems Test and Operations Language (STOL), the Huntsville Operations Support Center (HOSC) Scripting Language Processor (SLP), and the Spacecraft Control Language (SCL) offer script-commands that wrap tedious operations tasks into single calls. Since script-commands are interpreted, they also offer a certain amount of hands-on control that is highly valued in space ground operations. Although compiled programs seem to be unsuited for interactive user control and are more complex to develop, Marshall Space flight Center (MSFC) has developed a product called the Enhanced and Redesign Scripting (ERS) that makes use of the graphical and logical richness of a programming language while offering the hands-on and ease of control of a scripting language. ERS is currently used by the International Space Station (ISS) Payload Operations Integration Center (POIC) Cadre team members. ERS integrates spacecraft command mnemonics, telemetry measurements, and command and telemetry control procedures into a standard programming language, while making use of Microsoft's Visual Studio for developing Visual Basic (VB) or C# ground operations procedures. ERS also allows for script-style user control during procedure execution using a robust graphical user input and output feature. The availability of VB and C# programmers, and the richness of the languages and their development environment, has allowed ERS to lower our "script" development time and maintenance costs at the Marshall POIC.

  5. Towards a measurement of internalization of collaboration scripts in the medical context - results of a pilot study.

    Science.gov (United States)

    Kiesewetter, Jan; Gluza, Martin; Holzer, Matthias; Saravo, Barbara; Hammitzsch, Laura; Fischer, Martin R

    2015-01-01

    Collaboration as a key qualification in medical education and everyday routine in clinical care can substantially contribute to improving patient safety. Internal collaboration scripts are conceptualized as organized - yet adaptive - knowledge that can be used in specific situations in professional everyday life. This study examines the level of internalization of collaboration scripts in medicine. Internalization is understood as fast retrieval of script information. The goals of the current study were the assessment of collaborative information, which is part of collaboration scripts, and the development of a methodology for measuring the level of internalization of collaboration scripts in medicine. For the contrastive comparison of internal collaboration scripts, 20 collaborative novices (medical students in their final year) and 20 collaborative experts (physicians with specialist degrees in internal medicine or anesthesiology) were included in the study. Eight typical medical collaborative situations as shown on a photo or video were presented to the participants for five seconds each. Afterwards, the participants were asked to describe what they saw on the photo or video. Based on the answers, the amount of information belonging to a collaboration script (script-information) was determined and the time each participant needed for answering was measured. In order to measure the level of internalization, script-information per recall time was calculated. As expected, collaborative experts stated significantly more script-information than collaborative novices. As well, collaborative experts showed a significantly higher level of internalization. Based on the findings of this research, we conclude that our instrument can discriminate between collaboration novices and experts. It therefore can be used to analyze measures to foster subject-specific competency in medical education.

  6. Bash Cookbook

    CERN Document Server

    Albing, Carl; Newham, Cameron; Loukides, Mike

    2007-01-01

    The key to mastering any Unix system, especially Linux and Mac OS X, is a thorough knowledge of shell scripting. Scripting is a way to harness and customize the power of any Unix system, and it's an essential skill for any Unix users, including system administrators and professional OS X developers. But beneath this simple promise lies a treacherous ocean of variations in Unix commands and standards.bash Cookbook teaches shell scripting the way Unix masters practice the craft. It presents a variety of recipes and tricks for all levels of shell programmers so that anyone can become a proficient

  7. Reliable JavaScript how to code safely in the world's most dangerous language

    CERN Document Server

    Spencer, Lawrence

    2015-01-01

    Create more robust applications with a test-first approach to JavaScript Reliable JavaScript, How to Code Safely in the World's Most Dangerous Language demonstrates how to create test-driven development for large-scale JavaScript applications that will stand the test of time and stay accurate through long-term use and maintenance. Taking a test-first approach to software architecture, this book walks you through several patterns and practices and explains what they are supposed to do by having you write unit tests. Write the code to pass the unit tests, so you not only develop your technique

  8. Cultural scripts for a good death in Japan and the United States: similarities and differences.

    Science.gov (United States)

    Long, Susan Orpett

    2004-03-01

    Japan and the United States are both post-industrial societies, characterised by distinct trajectories of dying. Both contain multiple "cultural scripts" of the good death. Seale (Constructing Death: the Sociology of Dying and Bereavement, Cambridge University Press, Cambridge, 1998) has identified at least four "cultural scripts", or ways to die well, that are found in contemporary anglophone countries: modern medicine, revivalism, an anti-revivalist script and a religious script. Although these scripts can also be found in Japan, different historical experiences and religious traditions provide a context in which their content and interpretation sometimes differ from those of the anglophone countries. To understand ordinary people's ideas about dying well and dying poorly, we must recognise not only that post-industrial society offers multiple scripts and varying interpretive frameworks, but also that people actively select from among them in making decisions and explaining their views. Moreover, ideas and metaphors may be based on multiple scripts simultaneously or may offer different interpretations for different social contexts. Based on ethnographic fieldwork in both countries, this paper explores the metaphors that ordinary patients and caregivers draw upon as they use, modify, combine or ignore these cultural scripts of dying. Ideas about choice, time, place and personhood, elements of a good death that were derived inductively from interviews, are described. These Japanese and American data suggest somewhat different concerns and assumptions about human life and the relation of the person to the wider social world, but indicate similar concerns about the process of medicalised dying and the creation of meaning for those involved. While cultural differences do exist, they cannot be explained by reference to 'an American' and 'a Japanese' way to die. Rather, the process of creating and maintaining cultural scripts requires the active participation of

  9. Advanced game design with HTML5 and JavaScript

    CERN Document Server

    van der Spuy, Rex

    2015-01-01

    How do you make a video game? Advanced Game Design with HTML5 and JavaScript is a down to earth education in how to make video games from scratch, using the powerful HTML5 and JavaScript technologies. This book is a point-by-point round up of all the essential techniques that every game designer needs to know. You'll discover how to create and render game graphics, add interactivity, sound, and animation. You'll learn how to build your own custom game engine with reusable components so that you can quickly develop games with maximum impact and minimum code. You'll also learn the secrets o

  10. Prototype and Scriptaculous Taking the Pain out of JavaScript

    CERN Document Server

    Angus, Chris

    2006-01-01

    JavaScript is carrying more and more programming load lately as Ajax has become popular. Scripting Ajax from scratch isn't much fun, but fortunately there are libraries to help. Prototype and Scriptaculous will let you get much more work done in much less time, automating tasks from processing XMLHTTP requests to creating animations that draw attention to your interfaces. This Short Cut demonstrates how to use Prototype for a wide range of tasks, including event handling, DOM processing, string and form process, and Ajax communications. It explores Scriptaculous' visual effects library, from

  11. JavaScript at scale

    CERN Document Server

    Boduch, Adam

    2015-01-01

    Have you ever come up against an application that felt like it was built on sand? Maybe you've been tasked with creating an application that needs to last longer than a year before a complete re-write? If so, JavaScript at Scale is your missing documentation for maintaining scalable architectures. There's no prerequisite framework knowledge required for this book, however, most concepts presented throughout are adaptations of components found in frameworks such as Backbone, AngularJS, or Ember. All code examples are presented using ECMAScript 6 syntax, to make sure your applications are ready

  12. A generic template for automated bioanalytical ligand-binding assays using modular robotic scripts in support of discovery biotherapeutic programs.

    Science.gov (United States)

    Duo, Jia; Dong, Huijin; DeSilva, Binodh; Zhang, Yan J

    2013-07-01

    Sample dilution and reagent pipetting are time-consuming steps in ligand-binding assays (LBAs). Traditional automation-assisted LBAs use assay-specific scripts that require labor-intensive script writing and user training. Five major script modules were developed on Tecan Freedom EVO liquid handling software to facilitate the automated sample preparation and LBA procedure: sample dilution, sample minimum required dilution, standard/QC minimum required dilution, standard/QC/sample addition, and reagent addition. The modular design of automation scripts allowed the users to assemble an automated assay with minimal script modification. The application of the template was demonstrated in three LBAs to support discovery biotherapeutic programs. The results demonstrated that the modular scripts provided the flexibility in adapting to various LBA formats and the significant time saving in script writing and scientist training. Data generated by the automated process were comparable to those by manual process while the bioanalytical productivity was significantly improved using the modular robotic scripts.

  13. The importance of clinical and management scripts.

    Science.gov (United States)

    Levin, Roger P

    2004-07-01

    Simply having excellent clinical skills is not enough to enable you to achieve practice goals. In the end, people will validate the quality of the practice based on the way you and your team communicate. It is amazing to realize how much impact we have on other individuals, based purely on what we say. A well-groomed dentist and staff possessing very attractive features and beautiful teeth almost invariably will work in the practice's favor. However, these traits, powerful as they may be, are incomplete without the ability to say the right thing at the right time. In the practice, the easiest way to ensure consistently excellent communication is to use clinical and management scripts. Nothing you do in your practice will equal the impact of what you say because it affects patient perceptions of quality and overall customer service experiences. Your goal is to have all routine communications in the practice turned into written scripts within 6 months.

  14. Scripting DRAGON

    International Nuclear Information System (INIS)

    Hebert, A.

    2002-01-01

    The paper describes an user-oriented framework specifically designed to facilitate the use of legacy Fortran codes similar to Dragon. The basic idea is to use a bytecode interpreted language as a glue to link all the components required by the end user. This scripting approach is illustrated with Dragon, where we have replaced the control language CLE-2000 with a bytecode interpreted language, without having to modify Dragon. We have shown how Python or Java can be used to link the Dragon modules together and to construct an object-oriented user interface. Python or Java can also be used to construct execution procedures, calculation schemes and graphical user interfaces. Java was finally selected as the most interesting choice. This approach can be used with other legacy Fortran codes, as soon as their input/output data structures are Dragon-compatible. The only modification required on Fortran code is the replacement of some common blocks by associative tables, already available with the LCM application programming interface. (author)

  15. Melindungi Aplikasi dari Serangan Cross Site Scripting dengan Metode Metacharacter

    Directory of Open Access Journals (Sweden)

    Yulianingsih Yulianingsih

    2017-04-01

    Full Text Available Kebutuhan masyarakat atas penggunaan jasa internet semakin meluas dan mencakup berbagai bidang kehidupan hal ini mengakibatkan turut meningkatkannya kejahatan dalam dunia internet. Keamaanan aplikasi yang tidak baik mengakibatkan data penting dan kerahasiaan pengguna menjadi terancam. Hal ini tentu saja merugikan bagi pihak pengguna maupun penyelenggara. Untuk itu perlu dikedepankan metode–metode terbaik dalam keamanan berinternet dan untuk menentukan tindakan penanggulangan yang tepat terlebih dahulu harus dipahami cara kerja dari jenis kejahatan tersebut. Cross Site Scripting merupakan jenis serangan injection terhadap situs dengan mengandalkan kelemahan dari target atau pengguna internet. Penyerang akan memanfaatkan kelemahan pengguna melalui ajakan atau bujukan untuk mengikuti arahan menuju suatu kondisi tertentu yang telah dimuati oleh usaha untuk pencurian data, kerahasiaan atau perintah tertentu melalui code scripting oleh penyerang.Dalam penelitian ini dilakukan Sejumlah Eksperimen untuk mencari pengaruh perlakuan tertentu terhadap yang lain dalam kondisi yang terkendalikan, yaitu dengan menanamkan metacharacter kedalam code scripting sebelum dan sesudah proses berjalan. Tujuan yang hendak dicapai melalui penelitian ini adalah pembuktian terhadap fungsi metacharacter dalam menutup celah kerentanan keamanan aplikasi

  16. FORUM: Instructional Communication and Millennial Students: Scripting Knowledge and Experiences for Millennial Students

    Science.gov (United States)

    Hosek, Angela M.; Titsworth, Scott

    2016-01-01

    Millennial students are immersed in a digital world governed by codes and scripts. Coders create programs from scratch. We interact with code when we launch most programs like Microsoft Word or a web browser. Alternatively, scripting uses programing environments (or middleware) in which combinations of stock commands are used. Many applications…

  17. Shell Venster

    International Nuclear Information System (INIS)

    De Wit, P.; Looijesteijn, B.; Regeer, B.; Stip, B.

    1995-03-01

    In the bi-monthly issues of 'Shell Venster' (window on Shell) attention is paid to the activities of the multinational petroleum company Shell Nederland and the Koninklijke/Shell Groep by means of non-specialist articles

  18. Evidence for cross-script abstract identities in learners of Japanese kana.

    Science.gov (United States)

    Schubert, Teresa; Gawthrop, Roderick; Kinoshita, Sachiko

    2018-05-07

    The presence of abstract letter identity representations in the Roman alphabet has been well documented. These representations are invariant to letter case (upper vs. lower) and visual appearance. For example, "a" and "A" are represented by the same abstract identity. Recent research has begun to consider whether the processing of non-Roman orthographies also involves abstract orthographic representations. In the present study, we sought evidence for abstract identities in Japanese kana, which consist of two scripts, hiragana and katakana. Abstract identities would be invariant to the script used as well as to the degree of visual similarity. We adapted the cross-case masked-priming letter match task used in previous research on Roman letters, by presenting cross-script kana pairs and testing adult beginning -to- intermediate Japanese second-language (L2) learners (first-language English readers). We found robust cross-script priming effects, which were equal in magnitude for visually similar (e.g., り/リ) and dissimilar (e.g., あ/ア) kana pairs. This pattern was found despite participants' imperfect explicit knowledge of the kana names, particularly for katakana. We also replicated prior findings from Roman abstract letter identities in the same participants. Ours is the first study reporting abstract kana identity priming (in adult L2 learners). Furthermore, these representations were acquired relatively early in our adult L2 learners.

  19. Stages of functional processing and the bihemispheric recognition of Japanese Kana script.

    Science.gov (United States)

    Yoshizaki, K

    2000-04-01

    Two experiments were carried out in order to examine the effects of functional steps on the benefits of interhemispheric integration. The purpose of Experiment 1 was to investigate the validity of the Banich (1995a) model, where the benefits of interhemispheric processing increase as the task involves more functional steps. The 16 right-handed subjects were given two types of Hiragana-Katakana script matching tasks. One was the Name Identity (NI) task, and the other was the vowel matching (VM) task, which involved more functional steps compared to the NI task. The VM task required subjects to make a decision whether or not a pair of Katakana-Hiragana scripts had a common vowel. In both tasks, a pair of Kana scripts (Katakana-Hiragana scripts) was tachistoscopically presented in the unilateral visual fields or the bilateral visual fields, where each letter was presented in each visual field. A bilateral visual fields advantage (BFA) was found in both tasks, and the size of this did not differ between the tasks, suggesting that these findings did not support the Banich model. The purpose of Experiment 2 was to examine the effects of imbalanced processing load between the hemispheres on the benefits of interhemispheric integration. In order to manipulate the balance of processing load across the hemispheres, the revised vowel matching (r-VM) task was developed by amending the VM task. The r-VM task was the same as the VM task in Experiment 1, except that a script that has only vowel sound was presented as a counterpart of a pair of Kana scripts. The 24 right-handed subjects were given the r-VM and NI tasks. The results showed that although a BFA showed up in the NI task, it did not in the r-VM task. These results suggested that the balance of processing load between hemispheres would have an influence on the bilateral hemispheric processing.

  20. KEEFEKTIFAN PEMBELAJARAN AKUNTANSI MATERI JURNAL PENYESUAIAN DENGAN METODE COOPERATIVE SCRIPT DAN RESITASI

    Directory of Open Access Journals (Sweden)

    Resti Khanaliya

    2017-02-01

    Full Text Available The purposes of this study are to (1 know the effectiveness of the teaching and learning of accounting subject in adjustment journal topic using cooperative script method. (2 know the effectiveness of the teaching and learning of accounting subject in adjustment journal topic using recitation method. (3 know which method that is more effective in teaching and learning of accounting subject in adjustment journal topic. This study used quasi experimental design with the design form of non equivalent control group design. The result of this study showed that cooperative script method is effective towards teaching and learning is 27,44% ; recitation method is effective towards teaching and learning is 50,47 %; which that the teaching and learning in the recitation method is more effective than the one cooperative script method.

  1. J Is for JavaScript: A Direct-Style Correspondence between Algol-Like Languages and JavaScript Using First-Class Continuations

    DEFF Research Database (Denmark)

    Danvy, Olivier; Shan, Chung-chieh; Zerny, Ian Steven

    2009-01-01

    . This tension arises especially when the domain calls for complex control structures. We illustrate this tension by revisiting Landin’s original correspondence between Algol and Church’s lambda-notation. We translate domain-specific programs with lexically scoped jumps to JavaScript. Our translation produces...... us to conclude that translations should preserve not just the data structures and the block structure of a source program, but also its control structure. We thus identify a new class of use cases for control structures in JavaScript, namely the idiomatic translation of control structures from DSLs....... the same block structure and binding structure as in the source program, à la Abdali. The target code uses a control operator in direct style, à la Landin. In fact, the control operator used is almost Landin’s J—hence our title. Our translation thus complements a continuation-passing translation à la...

  2. Using XSLT and Google Scripts to Streamline Populating an Institutional Repository

    Directory of Open Access Journals (Sweden)

    Stephen X. Flynn

    2013-01-01

    Full Text Available The College of Wooster has created a process that allows library staff to quickly populate institutional repositories. An XSLT script is used to transform RefWorks citations into Dublin Core XML and batch load those records into the institutional repository. A second script in a Google Docs spreadsheet then looks up publisher permissions in Sherpa/RoMEO. The resulting workflow has dramatically reduced the amount of time necessary to populate an institutional repository with faculty scholarly articles.

  3. (re)collections: fragments for a retrospective film script for "Project SBSBI"

    OpenAIRE

    Gent, Susannah

    2015-01-01

    This is an experiment in writing a section of a film script for a film which has not been written. The film employs a layered audio and narrative approach which aims to promote a non conventional viewing experience where different ‘stories’ compete for attention, and unlike the traditional film, evades a fixed reading. \\ud Due to its form and creative approach, the film is being constructed in a spontaneous and reflective manner. The prospect of writing the script is necessarily retrospective...

  4. Positive events protect children from causal false memories for scripted events.

    Science.gov (United States)

    Melinder, Annika; Toffalini, Enrico; Geccherle, Eleonora; Cornoldi, Cesare

    2017-11-01

    Adults produce fewer inferential false memories for scripted events when their conclusions are emotionally charged than when they are neutral, but it is not clear whether the same effect is also found in children. In the present study, we examined this issue in a sample of 132 children aged 6-12 years (mean 9 years, 3 months). Participants encoded photographs depicting six script-like events that had a positively, negatively, or a neutral valenced ending. Subsequently, true and false recognition memory of photographs related to the observed scripts was tested as a function of emotionality. Causal errors-a type of false memory thought to stem from inferential processes-were found to be affected by valence: children made fewer causal errors for positive than for neutral or negative events. Hypotheses are proposed on why adults were found protected against inferential false memories not only by positive (as for children) but also by negative endings when administered similar versions of the same paradigm.

  5. PyRosetta: a script-based interface for implementing molecular modeling algorithms using Rosetta.

    Science.gov (United States)

    Chaudhury, Sidhartha; Lyskov, Sergey; Gray, Jeffrey J

    2010-03-01

    PyRosetta is a stand-alone Python-based implementation of the Rosetta molecular modeling package that allows users to write custom structure prediction and design algorithms using the major Rosetta sampling and scoring functions. PyRosetta contains Python bindings to libraries that define Rosetta functions including those for accessing and manipulating protein structure, calculating energies and running Monte Carlo-based simulations. PyRosetta can be used in two ways: (i) interactively, using iPython and (ii) script-based, using Python scripting. Interactive mode contains a number of help features and is ideal for beginners while script-mode is best suited for algorithm development. PyRosetta has similar computational performance to Rosetta, can be easily scaled up for cluster applications and has been implemented for algorithms demonstrating protein docking, protein folding, loop modeling and design. PyRosetta is a stand-alone package available at http://www.pyrosetta.org under the Rosetta license which is free for academic and non-profit users. A tutorial, user's manual and sample scripts demonstrating usage are also available on the web site.

  6. Sexual Scripts about Seduction, Eroticism and Sexual Encounters in the North of Chile

    Directory of Open Access Journals (Sweden)

    Jimena Silva Segovia

    2008-05-01

    Full Text Available This article observes the diverse expressions of sexual encounters, seduction and eroticism in the North of Chile. The study was realized using the Sexual Scripts theory. We interviewed 46 men and women from 18 through 69 years of age from the cities of Antofagasta and Calama. The main conclusions reveal that the construction of the sexual scripts is reinforced by the sociocultural inequitable models and predominant gender relationships in the Chilean society, especially in that area, where mining is the most important economic activity. Moreover, in the lower socioeconomic levels we can find elements associated with the most traditional models, whereas sexual scripts with more flexible and equitable elements are found in higher socioeconomic strata.

  7. Importance-truncated shell model for multi-shell valence spaces

    Energy Technology Data Exchange (ETDEWEB)

    Stumpf, Christina; Vobig, Klaus; Roth, Robert [Institut fuer Kernphysik, TU Darmstadt (Germany)

    2016-07-01

    The valence-space shell model is one of the work horses in nuclear structure theory. In traditional applications, shell-model calculations are carried out using effective interactions constructed in a phenomenological framework for rather small valence spaces, typically spanned by one major shell. We improve on this traditional approach addressing two main aspects. First, we use new effective interactions derived in an ab initio approach and, thus, establish a connection to the underlying nuclear interaction providing access to single- and multi-shell valence spaces. Second, we extend the shell model to larger valence spaces by applying an importance-truncation scheme based on a perturbative importance measure. In this way, we reduce the model space to the relevant basis states for the description of a few target eigenstates and solve the eigenvalue problem in this physics-driven truncated model space. In particular multi-shell valence spaces are not tractable otherwise. We combine the importance-truncated shell model with refined extrapolation schemes to approximately recover the exact result. We present first results obtained in the importance-truncated shell model with the newly derived ab initio effective interactions for multi-shell valence spaces, e.g., the sdpf shell.

  8. A package of Linux scripts for the parallelization of Monte Carlo simulations

    Science.gov (United States)

    Badal, Andreu; Sempau, Josep

    2006-09-01

    sequential code. Program summary 1Title of program:clonEasy Catalogue identifier:ADYD_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/ADYD_v1_0 Program obtainable from:CPC Program Library, Queen's University of Belfast, Northern Ireland Computer for which the program is designed and others in which it is operable:Any computer with a Unix style shell (bash), support for the Secure Shell protocol and a FORTRAN compiler Operating systems under which the program has been tested:Linux (RedHat 8.0, SuSe 8.1, Debian Woody 3.1) Compilers:GNU FORTRAN g77 (Linux); g95 (Linux); Intel Fortran Compiler 7.1 (Linux) Programming language used:Linux shell (bash) script, FORTRAN 77 No. of bits in a word:32 No. of lines in distributed program, including test data, etc.:1916 No. of bytes in distributed program, including test data, etc.:18 202 Distribution format:tar.gz Nature of the physical problem:There are many situations where a Monte Carlo simulation involves a huge amount of CPU time. The parallelization of such calculations is a simple way of obtaining a relatively low statistical uncertainty using a reasonable amount of time. Method of solution:The presented collection of Linux scripts and auxiliary FORTRAN programs implement Secure Shell-based communication between a "master" computer and a set of "clones". The aim of this communication is to execute a code that performs a Monte Carlo simulation on all the clones simultaneously. The code is unique, but each clone is fed with a different set of random seeds. Hence, clonEasy effectively permits the parallelization of the calculation. Restrictions on the complexity of the program:clonEasy can only be used with programs that produce statistically independent results using the same code, but with a different sequence of random numbers. Users must choose the initialization values for the random number generator on each computer and combine the output from the different executions. A FORTRAN program to combine the final results is

  9. A cross-linguistic evaluation of script-specific effects on fMRI lateralization in late second language readers

    Directory of Open Access Journals (Sweden)

    Maki Sophia Koyama

    2014-04-01

    Full Text Available Behavioral and neuroimaging studies have provided evidence that reading is strongly left lateralized, and this pattern of functional lateralization can be indicative of reading competence. However, it remains unclear whether functional lateralization differs between the first (L1 and second (L2 languages in bilingual L2 readers. This question is particularly important when the particular script, or orthography, learned by the L2 readers is markedly different from their L1 script. In this study, we quantified functional lateralization in brain regions involved in visual word recognition for participants’ L1 and L2 scripts, with a particular focus on the effects of L1-L2 script differences in the visual complexity and orthographic depth of the script. Two different groups of late L2 learners participated in an fMRI experiment: L1 readers of Japanese who learnt to read alphabetic English and L1 readers of English who learnt to read both Japanese syllabic Kana and logographic Kanji. The results showed weaker leftward lateralization in the posterior lateral occipital complex (pLOC for logographic Kanji compared with syllabic and alphabetic scripts in both L1 and L2 readers of Kanji. When both L1 and L2 scripts were non-logographic, where symbols are mapped onto sounds, functional lateralization did not significantly differ between L1 and L2 scripts in any region, in any group. Our findings indicate that weaker leftward lateralization for logographic reading reflects greater requirement of the right hemisphere for processing visually complex logographic Kanji symbols, irrespective of whether Kanji is the readers’ L1 or L2, rather than characterizing the efforts of L2 readers to accommodate to the L2 script Finally, brain-behavior analysis revealed that functional lateralization for L2 reading predicted L2 reading competency.

  10. [Effect of spatial location on the generality of block-wise conflict adaptation between different types of scripts].

    Science.gov (United States)

    Watanabe, Yurina; Yoshizaki, Kazuhito

    2014-10-01

    This study aimed to investigate the generality of conflict adaptation associated with block-wise conflict frequency between two types of stimulus scripts (Kanji and Hiragana). To this end, we examined whether the modulation of the compatibility effect with one type of script depending on block-wise conflict frequency (75% versus 25% generalized to the other type of script whose block-wise conflict frequency was kept constant (50%), using the Spatial Stroop task. In Experiment 1, 16 participants were required to identify the target orientation (up or down) presented in the upper or lower visual-field. The results showed that block-wise conflict adaptation with one type of stimulus script generalized to the other. The procedure in Experiment 2 was the same as that in Experiment 1, except that the presentation location differed between the two types of stimulus scripts. We did not find a generalization from one script to the other. These results suggest that presentation location is a critical factor contributing to the generality of block-wise conflict adaptation.

  11. The normativity of life scripts and its relation with life story events across cultures and subcultures.

    Science.gov (United States)

    Hatiboğlu, Neşe; Habermas, Tilmann

    2016-11-01

    This study explored the normativity of individual life scripts and their relation to actual life story memories across countries (Turkey and Germany) and subcultures (urban vs. rural, of migrant vs. of indigenous descent). Young adults from provincial Karabük and metropolitan Istanbul (Turkey), second generation Turkish migrants and Germans from Frankfurt a.M. (Germany) provided both their individual versions of the life script and seven most important personal memories. We expected the agreement on the life script, that is, its normativity, and correspondingly its guiding influence on the selection of life story memories to correlate positively with a collectivistic, negatively an individualistic cultural orientation, that is, to be highest in provincial Karabük, less in Istanbul, still less in Turkish migrants in Germany, and finally lowest in native Germans. The study confirmed expectations for the normativity of life scripts, but not for the normativity of most important memories. We conclude that the normativity of life scripts is influenced both by the individualist vs. collectivist orientation.

  12. MSAViewer: interactive JavaScript visualization of multiple sequence alignments.

    Science.gov (United States)

    Yachdav, Guy; Wilzbach, Sebastian; Rauscher, Benedikt; Sheridan, Robert; Sillitoe, Ian; Procter, James; Lewis, Suzanna E; Rost, Burkhard; Goldberg, Tatyana

    2016-11-15

    The MSAViewer is a quick and easy visualization and analysis JavaScript component for Multiple Sequence Alignment data of any size. Core features include interactive navigation through the alignment, application of popular color schemes, sorting, selecting and filtering. The MSAViewer is 'web ready': written entirely in JavaScript, compatible with modern web browsers and does not require any specialized software. The MSAViewer is part of the BioJS collection of components. The MSAViewer is released as open source software under the Boost Software License 1.0. Documentation, source code and the viewer are available at http://msa.biojs.net/Supplementary information: Supplementary data are available at Bioinformatics online. msa@bio.sh. © The Author 2016. Published by Oxford University Press.

  13. Emotional Representation in Facial Expression and Script: A Comparison between Normal and Autistic Children

    Science.gov (United States)

    Balconi, Michela; Carrera, Alba

    2007-01-01

    The paper explored conceptual and lexical skills with regard to emotional correlates of facial stimuli and scripts. In two different experimental phases normal and autistic children observed six facial expressions of emotions (happiness, anger, fear, sadness, surprise, and disgust) and six emotional scripts (contextualized facial expressions). In…

  14. Conversion of the agent-oriented domain-specific language ALAS into JavaScript

    Science.gov (United States)

    Sredojević, Dejan; Vidaković, Milan; Okanović, Dušan; Mitrović, Dejan; Ivanović, Mirjana

    2016-06-01

    This paper shows generation of JavaScript code from code written in agent-oriented domain-specific language ALAS. ALAS is an agent-oriented domain-specific language for writing software agents that are executed within XJAF middleware. Since the agents can be executed on various platforms, they must be converted into a language of the target platform. We also try to utilize existing tools and technologies to make the whole conversion process as simple as possible, as well as faster and more efficient. We use the Xtext framework that is compatible with Java to implement ALAS infrastructure - editor and code generator. Since Xtext supports Java, generation of Java code from ALAS code is straightforward. To generate a JavaScript code that will be executed within the target JavaScript XJAF implementation, Google Web Toolkit (GWT) is used.

  15. Identity-related autobiographical memories and cultural life scripts in patients with Borderline Personality Disorder.

    Science.gov (United States)

    Jørgensen, Carsten René; Berntsen, Dorthe; Bech, Morten; Kjølbye, Morten; Bennedsen, Birgit E; Ramsgaard, Stine B

    2012-06-01

    Disturbed identity is one of the defining characteristics of Borderline Personality Disorder manifested in a broad spectrum of dysfunctions related to the self, including disturbances in meaning-generating self-narratives. Autobiographical memories are memories of personal events that provide crucial building-blocks in our construction of a life-story, self-concept, and a meaning-generating narrative identity. The cultural life script represents culturally shared expectations as to the order and timing of life events in a prototypical life course within a given culture. It is used to organize one's autobiographical memories. Here, 17 BPD-patients, 14 OCD-patients, and 23 non-clinical controls generated three important autobiographical memories and their conceptions of the cultural life script. BPD-patients reported substantially more negative memories, fewer of their memories were of prototypical life script events, their memory narratives were less coherent and more disoriented, and the overall typicality of their life scripts was lower as compared with the other two groups. Copyright © 2012 Elsevier Inc. All rights reserved.

  16. 'Trophy-hunting scripts' among male university students in Zimbabwe

    African Journals Online (AJOL)

    African Journal of AIDS Research ... Drawing on a multi-method qualitative study, this article examines 'trophy-hunting' scripts among male ... Keywords: attitudes, cultural factors, ethnography, gender issues, masculinity, sexuality, social ...

  17. Impact of chronotype and time perspective on the processing of scripts.

    Science.gov (United States)

    Nowack, Kati; van der Meer, Elke

    2014-05-01

    Little is known about the impact of temporal orientation (chronotype; time perspective) on cognitive performance. This study adopted a psychophysiological approach to explore how chronotype (morningness-eveningness) and time perspective (present; future) influence time succession as another aspect of psychological time that is entailed within script knowledge. In a temporal judgment task, participants decided which of the two presented sub-events (e.g., get new batteries-set right time on alarm clock) comes earlier (or later) within a given script (e.g., changing batteries in an alarm clock). Behavioral and pupillary data suggest a differential impact of chronotype and time perspective on script knowledge and cognitive performance. The impact of time perspective on the processing of temporal information entailed in script knowledge appears linked to match or mismatch conditions between a strong focus on future outcomes associated with future time perspective and the task of identifying either the later (future-oriented) or the earlier (past-oriented) sub-event. Concerning the chronotype, evening types process items in which chronological time succession is violated (i.e., reversely presented items) more accurately than morning types. Indexed by pupillary data, the impact of chronotype may relate to more general cognitive abilities. The psychophysiological data derived in this study suggests that evening types typically outperform morning types in various measures such working memory capacity and verbal intelligence simply because they invest more cognitive resources than morning types. Copyright © 2014 Elsevier B.V. All rights reserved.

  18. An alternate HIV preventive strategy: sex scripts in media for women of color.

    Science.gov (United States)

    Medina, Catherine; Rios, Diana I

    2011-01-01

    New cases of HIV/AIDS among women of color in the United States highlight the continuing need for the public and private sectors to develop alternate preventive strategies. The author discusses the conceptual basis for using television sex scripts to incorporate women of color relational needs (trust, romance, sexual pressure) to promote HIV risk-reduction messages through a process of association with the television storyline. Sex scripts are a source of implicit knowledge about how to behave in situations that involve sexual intimacy. The article suggests that sexual scripts prevention messages build on the agency of women through the use of power theory-that is supporting woman's self-power by participating in sexual behavioral change. Implications for sexual equality in media programming are discussed.

  19. Retention of katakana as foreign scripts: The effects of mnemonics and spatial ability

    Directory of Open Access Journals (Sweden)

    Sachiko Matsunaga

    2009-01-01

    Full Text Available This paper reports the results of an experiment, which showed that: (a regardless of their Ll script type (Roman or nonRoman, learners of Japanese as a foreign language did not benefit from the conventional mnemonics for the short-term or long-term retention of katakana (introduced after hiragana; (b only the spatial ability of the Roman group (whose L1 employed Roman scripts had significant correlations with their immediate recall performances. By comparing these results with those of Matsunaga's (2003, 2005 studies on hiragana, this paper discusses: (a changes in learning strategies, (b the role of the spatial ability, (c the possibility of L1 script recognition strategy transfer, (d the role of practice, and (e pedagogical implications and suggestions for future studies.

  20. A Model for Flexibly Editing CSCL Scripts

    Science.gov (United States)

    Sobreira, Pericles; Tchounikine, Pierre

    2012-01-01

    This article presents a model whose primary concern and design rationale is to offer users (teachers) with basic ICT skills an intuitive, easy, and flexible way of editing scripts. The proposal is based on relating an end-user representation as a table and a machine model as a tree. The table-tree model introduces structural expressiveness and…

  1. Decision-Making in Pediatric Transport Team Dispatch Using Script Concordance Testing.

    Science.gov (United States)

    Rajapreyar, Prakadeshwari; Marcdante, Karen; Zhang, Liyun; Simpson, Pippa; Meyer, Michael T

    2017-11-01

    Our objective was to compare decision-making in dispatching pediatric transport teams by Medical Directors of pediatric transport teams (serving as experts) to that of Pediatric Intensivists and Critical Care fellows who often serve as Medical Control physicians. Understanding decision-making around team composition and dispatch could impact clinical management, cost effectiveness, and educational needs. Survey was developed using Script Concordance Testing guidelines. The survey contained 15 transport case vignettes covering 20 scenarios (45 questions). Eleven scenarios assessed impact of intrinsic patient factors (e.g., procedural needs), whereas nine assessed extrinsic factors (e.g., weather). Pediatric Critical Care programs accredited by the Accreditation Council for Graduate Medical Education (the United States). Pediatric Intensivists and senior Critical Care fellows at Pediatric Critical Care programs were the target population with Transport Medical Directors serving as the expert panel. None. Survey results were scored per Script Concordance Testing guidelines. Concordance within groups was assessed using simple percentage agreement. There was little concordance in decision-making by Transport Medical Directors (median Script Concordance Testing percentage score [interquartile range] of 33.9 [30.4-37.3]). In addition, there was no statistically significant difference between the median Script Concordance Testing scores among the senior fellows and Pediatric Intensivists (31.1 [29.6-33.2] vs 29.7 [28.3-32.3], respectively; p = 0.12). Transport Medical Directors were more concordant on reasoning involving intrinsic patient factors rather than extrinsic factors (10/21 vs 4/24). Our study demonstrates pediatric transport team dispatch decision-making discordance by pediatric critical care physicians of varying levels of expertise and experience. Script Concordance Testing at a local level may better elucidate standards in medical decision-making within

  2. PyRosetta: a script-based interface for implementing molecular modeling algorithms using Rosetta

    Science.gov (United States)

    Chaudhury, Sidhartha; Lyskov, Sergey; Gray, Jeffrey J.

    2010-01-01

    Summary: PyRosetta is a stand-alone Python-based implementation of the Rosetta molecular modeling package that allows users to write custom structure prediction and design algorithms using the major Rosetta sampling and scoring functions. PyRosetta contains Python bindings to libraries that define Rosetta functions including those for accessing and manipulating protein structure, calculating energies and running Monte Carlo-based simulations. PyRosetta can be used in two ways: (i) interactively, using iPython and (ii) script-based, using Python scripting. Interactive mode contains a number of help features and is ideal for beginners while script-mode is best suited for algorithm development. PyRosetta has similar computational performance to Rosetta, can be easily scaled up for cluster applications and has been implemented for algorithms demonstrating protein docking, protein folding, loop modeling and design. Availability: PyRosetta is a stand-alone package available at http://www.pyrosetta.org under the Rosetta license which is free for academic and non-profit users. A tutorial, user's manual and sample scripts demonstrating usage are also available on the web site. Contact: pyrosetta@graylab.jhu.edu PMID:20061306

  3. Optical properties of core-shell and multi-shell nanorods

    Science.gov (United States)

    Mokkath, Junais Habeeb; Shehata, Nader

    2018-05-01

    We report a first-principles time dependent density functional theory study of the optical response modulations in bimetallic core-shell (Na@Al and Al@Na) and multi-shell (Al@Na@Al@Na and Na@Al@Na@Al: concentric shells of Al and Na alternate) nanorods. All of the core-shell and multi-shell configurations display highly enhanced absorption intensity with respect to the pure Al and Na nanorods, showing sensitivity to both composition and chemical ordering. Remarkably large spectral intensity enhancements were found in a couple of core-shell configurations, indicative that optical response averaging based on the individual components can not be considered as true as always in the case of bimetallic core-shell nanorods. We believe that our theoretical results would be useful in promising applications depending on Aluminum-based plasmonic materials such as solar cells and sensors.

  4. MultiDrizzle: An Integrated Pyraf Script for Registering, Cleaning and Combining Images

    Science.gov (United States)

    Koekemoer, A. M.; Fruchter, A. S.; Hook, R. N.; Hack, W.

    We present the new PyRAF-based `MultiDrizzle' script, which is aimed at providing a one-step approach to combining dithered HST images. The purpose of this script is to allow easy interaction with the complex suite of tasks in the IRAF/STSDAS `dither' package, as well as the new `PyDrizzle' task, while at the same time retaining the flexibility of these tasks through a number of parameters. These parameters control the various individual steps, such as sky subtraction, image registration, `drizzling' onto separate output images, creation of a clean median image, transformation of the median with `blot' and creation of cosmic ray masks, as well as the final image combination step using `drizzle'. The default parameters of all the steps are set so that the task will work automatically for a wide variety of different types of images, while at the same time allowing adjustment of individual parameters for special cases. The script currently works for both ACS and WFPC2 data, and is now being tested on STIS and NICMOS images. We describe the operation of the script and the effect of various parameters, particularly in the context of combining images from dithered observations using ACS and WFPC2. Additional information is also available at the `MultiDrizzle' home page: http://www.stsci.edu/~koekemoe/multidrizzle/

  5. The Effect of Script Similarity on Executive Control in Bilinguals

    Directory of Open Access Journals (Sweden)

    Emily L Coderre

    2014-09-01

    Full Text Available The need for executive control (EC during bilingual language processing is thought to enhance these abilities, conferring a ‘bilingual advantage’ on EC tasks. Recently, the reliability and robustness of the bilingual advantage has been questioned, with many variables reportedly affecting the size and presence of the bilingual advantage. This study investigates one further variable that may affect bilingual EC abilities: the similarity of a bilingual’s two languages. We hypothesize that bilinguals whose two languages have a larger degree of orthographic overlap will require greater EC to manage their languages compared to bilinguals who use two languages with less overlap. We tested three groups of bilinguals with language pairs ranging from high- to low-similarity (German-English (GE, Polish-English (PE, and Arabic-English (AE, respectively and a group of English monolinguals on a Stroop and Simon task. Two components of the bilingual advantage were investigated: an interference advantage, such that bilinguals have smaller interference effects than monolinguals; and a global RT advantage, such that bilinguals are faster overall than monolinguals. Between bilingual groups, these effects were expected to be modulated by script similarity. AE bilinguals showed the smallest Stroop interference effects, but the longest overall RTs in both tasks. These seemingly contradictory results are explained by the presence of cross-linguistic interference in the Stroop task. We conclude that similar-script bilinguals demonstrated more effective domain-general EC than different-script bilinguals, since high orthographic overlap creates more cross-linguistic activation and increases the daily demands on cognitive control. The role of individual variation is also discussed. These results suggest that script similarity is an important variable to consider in investigations of bilingual executive control abilities.

  6. Secure base scripts are associated with maternal parenting behavior across contexts and reflective functioning among trauma-exposed mothers.

    Science.gov (United States)

    Huth-Bocks, Alissa C; Muzik, Maria; Beeghly, Marjorie; Earls, Lauren; Stacks, Ann M

    2014-01-01

    There is growing evidence that "secure-base scripts" are an important part of the cognitive underpinnings of internal working models of attachment. Recent research in middle class samples has shown that secure-base scripts are linked to maternal attachment-oriented behavior and child outcomes. However, little is known about the correlates of secure base scripts in higher-risk samples. Participants in the current study included 115 mothers who were oversampled for childhood maltreatment and their infants. Results revealed that a higher level of secure base scriptedness was significantly related to more positive and less negative maternal parenting in both unstructured free play and structured teaching contexts, and to higher reflective functioning scores on the Parent Development Interview-Revised Short Form. Associations with parent-child secure base scripts, specifically, indicate some level of relationship-specificity in attachment scripts. Many, but not all, significant associations remained after controlling for family income and maternal age. Findings suggest that assessing secure base scripts among mothers known to be at risk for parenting difficulties may be important for interventions aimed at altering problematic parental representations and caregiving behavior.

  7. The Real World French Cassette Program. Script Book.

    Science.gov (United States)

    Sternburg, Sheldon G.; Sammarco, Anthony M., Jr.

    This dual cassette package, accompanied by a script book, is designed to give students listening practice in French, particularly for regional differences of pronunciation and for variety in idiomatic constructions. The program may be integrated with texts used in intermediate and advanced levels of instruction. The announcements, jingles, and…

  8. The Real World Spanish Cassette Program. Script Book.

    Science.gov (United States)

    Sternburg, Sheldon G.

    This dual cassette program, accompanied by a script book, is designed to give students listening practice in Spanish, particularly for regional differences of pronunciation and for variety in idiomatic construction. The program may be integrated with texts used in intermediate and advanced levels of instruction. The announcements, jingles, and…

  9. Designing and developing portable large-scale JavaScript web applications within the Experiment Dashboard framework

    Science.gov (United States)

    Andreeva, J.; Dzhunov, I.; Karavakis, E.; Kokoszkiewicz, L.; Nowotka, M.; Saiz, P.; Tuckett, D.

    2012-12-01

    Improvements in web browser performance and web standards compliance, as well as the availability of comprehensive JavaScript libraries, provides an opportunity to develop functionally rich yet intuitive web applications that allow users to access, render and analyse data in novel ways. However, the development of such large-scale JavaScript web applications presents new challenges, in particular with regard to code sustainability and team-based work. We present an approach that meets the challenges of large-scale JavaScript web application design and development, including client-side model-view-controller architecture, design patterns, and JavaScript libraries. Furthermore, we show how the approach leads naturally to the encapsulation of the data source as a web API, allowing applications to be easily ported to new data sources. The Experiment Dashboard framework is used for the development of applications for monitoring the distributed computing activities of virtual organisations on the Worldwide LHC Computing Grid. We demonstrate the benefits of the approach for large-scale JavaScript web applications in this context by examining the design of several Experiment Dashboard applications for data processing, data transfer and site status monitoring, and by showing how they have been ported for different virtual organisations and technologies.

  10. Designing and developing portable large-scale JavaScript web applications within the Experiment Dashboard framework

    International Nuclear Information System (INIS)

    Andreeva, J; Dzhunov, I; Karavakis, E; Kokoszkiewicz, L; Nowotka, M; Saiz, P; Tuckett, D

    2012-01-01

    Improvements in web browser performance and web standards compliance, as well as the availability of comprehensive JavaScript libraries, provides an opportunity to develop functionally rich yet intuitive web applications that allow users to access, render and analyse data in novel ways. However, the development of such large-scale JavaScript web applications presents new challenges, in particular with regard to code sustainability and team-based work. We present an approach that meets the challenges of large-scale JavaScript web application design and development, including client-side model-view-controller architecture, design patterns, and JavaScript libraries. Furthermore, we show how the approach leads naturally to the encapsulation of the data source as a web API, allowing applications to be easily ported to new data sources. The Experiment Dashboard framework is used for the development of applications for monitoring the distributed computing activities of virtual organisations on the Worldwide LHC Computing Grid. We demonstrate the benefits of the approach for large-scale JavaScript web applications in this context by examining the design of several Experiment Dashboard applications for data processing, data transfer and site status monitoring, and by showing how they have been ported for different virtual organisations and technologies.

  11. Script Identification from Printed Indian Document Images and Performance Evaluation Using Different Classifiers

    OpenAIRE

    Sk Md Obaidullah; Anamika Mondal; Nibaran Das; Kaushik Roy

    2014-01-01

    Identification of script from document images is an active area of research under document image processing for a multilingual/ multiscript country like India. In this paper the real life problem of printed script identification from official Indian document images is considered and performances of different well-known classifiers are evaluated. Two important evaluating parameters, namely, AAR (average accuracy rate) and MBT (model building time), are computed for this performance analysi...

  12. A modeling paradigm for interdisciplinary water resources modeling: Simple Script Wrappers (SSW)

    Science.gov (United States)

    Steward, David R.; Bulatewicz, Tom; Aistrup, Joseph A.; Andresen, Daniel; Bernard, Eric A.; Kulcsar, Laszlo; Peterson, Jeffrey M.; Staggenborg, Scott A.; Welch, Stephen M.

    2014-05-01

    Holistic understanding of a water resources system requires tools capable of model integration. This team has developed an adaptation of the OpenMI (Open Modelling Interface) that allows easy interactions across the data passed between models. Capabilities have been developed to allow programs written in common languages such as matlab, python and scilab to share their data with other programs and accept other program's data. We call this interface the Simple Script Wrapper (SSW). An implementation of SSW is shown that integrates groundwater, economic, and agricultural models in the High Plains region of Kansas. Output from these models illustrates the interdisciplinary discovery facilitated through use of SSW implemented models. Reference: Bulatewicz, T., A. Allen, J.M. Peterson, S. Staggenborg, S.M. Welch, and D.R. Steward, The Simple Script Wrapper for OpenMI: Enabling interdisciplinary modeling studies, Environmental Modelling & Software, 39, 283-294, 2013. http://dx.doi.org/10.1016/j.envsoft.2012.07.006 http://code.google.com/p/simple-script-wrapper/

  13. Social positions, scripts, and functioning dynamics: phenomenology of the Egyptian social unconscious.

    Science.gov (United States)

    Taha, Mohamed

    2014-07-01

    This article explores the constituents, components, and manifestations of the Egyptian social unconscious. Noting that Bion's group basic assumptions are actually based on Klein's individual psychic positions (Paranoid-Schizoid and Depressive; PS-D), and can easily be extrapolated to the social large group, the author assumes that to communities, societies, and cultures the same assumptions may apply to some extent. Moreover, just as groups can move between basic assumption functioning and work functioning, so societies seem to do. Eric Berne's concept of an "individual life script" can also be extended to societies that can have a "social life script." This article is a step toward designing a "social unconscious" map for different countries and cultures that shows where on the PS-D spectrum a certain country is placed, what is a certain culture's "social life script," and how the dynamics of a certain society can be manifested in its people's behavior as either basic assumption or work functioning.

  14. Smashing Nodejs JavaScript Everywhere

    CERN Document Server

    Rauch, Guillermo

    2012-01-01

    Learn to make more efficient apps, with just one language! Smashing Node.js: JavaScript Everywhere equips you with the necessary tools to understand Node.js and its uses in developing efficient web apps. With more traditional web servers becoming obsolete, having knowledge on servers that achieve high scalability and optimal resource consumption using Node.js is the key to your app development success. Teaching you the essentials to making event-driven server-side apps, this book demonstrates how you can use less space and take less time for communication between web client and server.Contains

  15. JavaScript and JSON essentials

    CERN Document Server

    Sriparasa, Sai

    2013-01-01

    The book follows a tutorial-based approach and will teach you how to work with JSON tools, design JSON objects, and how to use different techniques to handle JSON data.This book is a great resource for developers who would like to learn more about JSON and who wish to apply it in their own projects. It will be useful to have some prior knowledge of HTML and JavaScript to help you understand the concepts covered in this book. Some familiarity with a server-side language such as PHP, C#, or Python would also be beneficial, but this is not compulsory.

  16. Children's Scripts for Social Emotions: Causes and Consequences Are More Central than Are Facial Expressions

    Science.gov (United States)

    Widen, Sherri C.; Russell, James A.

    2010-01-01

    Understanding and recognition of emotions relies on emotion concepts, which are narrative structures (scripts) specifying facial expressions, causes, consequences, label, etc. organized in a temporal and causal order. Scripts and their development are revealed by examining which components better tap which concepts at which ages. This study…

  17. Neural network based system for script identification in Indian ...

    Indian Academy of Sciences (India)

    R. Narasimhan (Krishtel eMaging) 1461 1996 Oct 15 13:05:22

    requirement in automation of document processing, in multi-script, multi-lingual ... images of size 64 × 64 pixels and on a database of individual words in the .... classifiers test the competing hypothesis in parallel, thus providing high ...

  18. Designing and developing portable large-scale JavaScript web applications within the Experiment Dashboard framework

    CERN Document Server

    Andreeva, J; Karavakis, E; Kokoszkiewicz, L; Nowotka, M; Saiz, P; Tuckett, D

    2012-01-01

    Improvements in web browser performance and web standards compliance, as well as the availability of comprehensive JavaScript libraries, provides an opportunity to develop functionally rich yet intuitive web applications that allow users to access, render and analyse data in novel ways. However, the development of such large-scale JavaScript web applications presents new challenges, in particular with regard to code sustainability and team-based work. We present an approach that meets the challenges of large-scale JavaScript web application design and development, including client-side model-view-controller architecture, design patterns, and JavaScript libraries. Furthermore, we show how the approach leads naturally to the encapsulation of the data source as a web API, allowing applications to be easily ported to new data sources. The Experiment Dashboard framework is used for the development of applications for monitoring the distributed computing activities of virtual organisations on the Worldwide LHC Comp...

  19. Designing and developing portable large-scale JavaScript web applications within the Experiment Dashboard framework

    CERN Multimedia

    CERN. Geneva

    2012-01-01

    Improvements in web browser performance and web standards compliance, as well as the availability of comprehensive JavaScript libraries, provides an opportunity to develop functionally rich yet intuitive web applications that allow users to access, render and analyse data in novel ways. However, the development of such large-scale JavaScript web applications presents new challenges, in particular with regard to code sustainability and team-based work. We present an approach that meets the challenges of large-scale JavaScript web application design and development, including client-side model-view-controller architecture, design patterns, and JavaScript libraries. Furthermore, we show how the approach leads naturally to the encapsulation of the data source as a web API, allowing applications to be easily ported to new data sources. The Experiment Dashboard framework is used for the development of applications for monitoring the distributed computing activities of virtual organisations on the Worldwide LHC Co...

  20. Wiring Role Taking in Collaborative Learning Environments. SNA and Semantic Web can improve CSCL script?

    Directory of Open Access Journals (Sweden)

    Nicola Capuano

    2014-04-01

    Full Text Available Over the past years the concept of role in distance education has become a promising construct for analysing and facilitating collaborative processes and outcomes. Designing effective collaborative learning processes is a complex task that can be supported by existing good practices formulated as pedagogical patterns or scripts. Over the past years, the research on technology enhanced learning has shown that collaborative scripts for learning act as mediating artefacts not only designing educational scenarios but also structuring and prescribing roles and activities. Conversely, existing learning systems are not able to provide dynamic role management in the definition and execution of collaborative scripts. This work proposes the application of Social Network Analysis in order to evaluate the expertise level of a learner when he/she is acting, with an assigned role, within the execution of a collaborative script. Semantic extensions to both IMS Learning Design and Information Packaging specifications are also proposed to support roles management.

  1. UNIX by examples

    International Nuclear Information System (INIS)

    Nee, F.

    1990-10-01

    This report discusses the following topics on UNIX basis programming: file structure; frequently used commands/utilities; control structures used in shell script; c-shell programming; and bourne shell programming

  2. PyCMSXiO: an external interface to script treatment plans for the Elekta® CMS XiO treatment planning system

    Science.gov (United States)

    Xing, Aitang; Arumugam, Sankar; Holloway, Lois; Goozee, Gary

    2014-03-01

    Scripting in radiotherapy treatment planning systems not only simplifies routine planning tasks but can also be used for clinical research. Treatment planning scripting can only be utilized in a system that has a built-in scripting interface. Among the commercially available treatment planning systems, Pinnacle (Philips) and Raystation (Raysearch Lab.) have inherent scripting functionality. CMS XiO (Elekta) is a widely used treatment planning system in radiotherapy centres around the world, but it does not have an interface that allows the user to script radiotherapy plans. In this study an external scripting interface, PyCMSXiO, was developed for XiO using the Python programming language. The interface was implemented as a python package/library using a modern object-oriented programming methodology. The package was organized as a hierarchy of different classes (objects). Each class (object) corresponds to a plan object such as the beam of a clinical radiotherapy plan. The interface of classes was implemented as object functions. Scripting in XiO using PyCMSXiO is comparable with Pinnacle scripting. This scripting package has been used in several research projects including commissioning of a beam model, independent three-dimensional dose verification for IMRT plans and a setup-uncertainty study. Ease of use and high-level functions provided in the package achieve a useful research tool. It was released as an open-source tool that may benefit the medical physics community.

  3. PyCMSXiO: an external interface to script treatment plans for the Elekta® CMS XiO treatment planning system

    International Nuclear Information System (INIS)

    Xing, Aitang; Arumugam, Sankar; Holloway, Lois; Goozee, Gary

    2014-01-01

    Scripting in radiotherapy treatment planning systems not only simplifies routine planning tasks but can also be used for clinical research. Treatment planning scripting can only be utilized in a system that has a built-in scripting interface. Among the commercially available treatment planning systems, Pinnacle (Philips) and Raystation (Raysearch Lab.) have inherent scripting functionality. CMS XiO (Elekta) is a widely used treatment planning system in radiotherapy centres around the world, but it does not have an interface that allows the user to script radiotherapy plans. In this study an external scripting interface, PyCMSXiO, was developed for XiO using the Python programming language. The interface was implemented as a python package/library using a modern object-oriented programming methodology. The package was organized as a hierarchy of different classes (objects). Each class (object) corresponds to a plan object such as the beam of a clinical radiotherapy plan. The interface of classes was implemented as object functions. Scripting in XiO using PyCMSXiO is comparable with Pinnacle scripting. This scripting package has been used in several research projects including commissioning of a beam model, independent three-dimensional dose verification for IMRT plans and a setup-uncertainty study. Ease of use and high-level functions provided in the package achieve a useful research tool. It was released as an open-source tool that may benefit the medical physics community.

  4. Fostering Partner Dependence as Trust Insurance: The Implicit Contingencies of the Exchange Script in Close Relationships

    Science.gov (United States)

    Murray, Sandra L.; Aloni, Maya; Holmes, John G.; Derrick, Jaye L.; Stinson, Danu Anthony; Leder, Sadie

    2008-01-01

    A model of the trust-insurance system is proposed to examine how low and high self-esteem people cope with the interdependence dilemma posed by feeling inferior to a romantic partner. Feeling inferior automatically activates “if-then” contingencies that link inferiority to the exchange script (i.e., partner qualities are evenly traded) and exchange script anxieties to reparative efforts to secure a partner's dependence. A daily diary study of newlyweds and five experiments supported the model. Induced upward social comparisons to the partner activated exchange anxieties for low, but not high, self-esteem people. When implicitly primed, the exchange script heightened worries about being inferior and motivated behavioral efforts to increase the partner's dependence regardless of self-esteem. When consciously deliberated, the exchange script only elicited dependence-promotion for low self-esteem people. PMID:19159135

  5. It does not have to be uncomfortable: the role of behavioral scripts in Black-White interracial interactions.

    Science.gov (United States)

    Avery, Derek R; Richeson, Jennifer A; Hebl, Michelle R; Ambady, Nalini

    2009-11-01

    Despite growing racioethnic diversity in U.S. organizations, few organizational studies have focused on Black-White interracial interactions. Two experiments examined the influence of interaction roles, and the social scripts they trigger, on White participants' anxiety during dyadic interactions with Black partners. Results from both studies reveal that White participants exhibited greater discomfort in Black-White interactions than in same-race interactions unless their interaction role offered an accessible script to guide behavior. Thus, the present findings suggest organizations may be able to attenuate anxiety among White employees by (a) providing opportunities for initial Black-White interactions in settings with clearly defined social scripts for behavior and (b) helping them to develop behavioral scripts for naturally occurring Black-White workplace interactions.

  6. Script-theory virtual case: A novel tool for education and research.

    Science.gov (United States)

    Hayward, Jake; Cheung, Amandy; Velji, Alkarim; Altarejos, Jenny; Gill, Peter; Scarfe, Andrew; Lewis, Melanie

    2016-11-01

    Context/Setting: The script theory of diagnostic reasoning proposes that clinicians evaluate cases in the context of an "illness script," iteratively testing internal hypotheses against new information eventually reaching a diagnosis. We present a novel tool for teaching diagnostic reasoning to undergraduate medical students based on an adaptation of script theory. We developed a virtual patient case that used clinically authentic audio and video, interactive three-dimensional (3D) body images, and a simulated electronic medical record. Next, we used interactive slide bars to record respondents' likelihood estimates of diagnostic possibilities at various stages of the case. Responses were dynamically compared to data from expert clinicians and peers. Comparative frequency distributions were presented to the learner and final diagnostic likelihood estimates were analyzed. Detailed student feedback was collected. Over two academic years, 322 students participated. Student diagnostic likelihood estimates were similar year to year, but were consistently different from expert clinician estimates. Student feedback was overwhelmingly positive: students found the case was novel, innovative, clinically authentic, and a valuable learning experience. We demonstrate the successful implementation of a novel approach to teaching diagnostic reasoning. Future study may delineate reasoning processes associated with differences between novice and expert responses.

  7. A cross-cultural study of the lifespan distributions of life script events and autobiographical memories of life story events

    DEFF Research Database (Denmark)

    Zaragoza Scherman, Alejandra; Salgado, Sinué; Shao, Zhifang

    Cultural Life Script Theory provides a cultural explanation of the reminiscence bump: adults older than 40 years remember more life events happening between 15 - 30 years of age. The cultural life script represents semantic knowledge about commonly shared expectations regarding the order and timing...... of major transitional life events in an idealized life course. By comparing the lifespan distribution of life scripts events and memories of life story events, we can determine the degree to which the cultural life script serves as a recall template for autobiographical memories, especially of positive...

  8. Core-shell microspheres with porous nanostructured shells for liquid chromatography.

    Science.gov (United States)

    Ahmed, Adham; Skinley, Kevin; Herodotou, Stephanie; Zhang, Haifei

    2018-01-01

    The development of new stationary phases has been the key aspect for fast and efficient high-performance liquid chromatography separation with relatively low backpressure. Core-shell particles, with a solid core and porous shell, have been extensively investigated and commercially manufactured in the last decade. The excellent performance of core-shell particles columns has been recorded for a wide range of analytes, covering small and large molecules, neutral and ionic (acidic and basic), biomolecules and metabolites. In this review, we first introduce the advance and advantages of core-shell particles (or more widely known as superficially porous particles) against non-porous particles and fully porous particles. This is followed by the detailed description of various methods used to fabricate core-shell particles. We then discuss the applications of common silica core-shell particles (mostly commercially manufactured), spheres-on-sphere particles and core-shell particles with a non-silica shell. This review concludes with a summary and perspective on the development of stationary phase materials for high-performance liquid chromatography applications. © 2017 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  9. Hi shells, supershells, shell-like objects, and ''worms''

    International Nuclear Information System (INIS)

    Heiles, C.

    1984-01-01

    We present photographic representations of the combination of two Hi surveys, so as to eliminate the survey boundaries at Vertical BarbVertical Bar = 10 0 . We also present high-contrast photographs for particular velocities to exhibit weak Hi features. All of these photographs were used to prepare a new list of Hi shells, supershells, and shell-like objects. We discuss the structure of three shell-like objects that are associated with high-velocity gas, and with gas at all velocities that is associated with radio continuum loops I, II, and III. We use spatial filtering to find wiggly gas filaments: ''worms'': crawling away from the galactic plane in the inner Galaxy. The ''worms'' are probably parts of shells that are open at the top; such shells should be good sources of hot gas for the galactic halo

  10. Head First HTML5 Programming Building Web Apps with JavaScript

    CERN Document Server

    Freeman, Eric

    2011-01-01

    HTML has been on a wild ride. Sure, HTML started as a mere markup language, but more recently HTML's put on some major muscle. Now we've got a language tuned for building web applications with Web storage, 2D drawing, offline support, sockets and threads, and more. And to speak this language you've got to go beyond HTML5 markup and into the world of the DOM, events, and JavaScript APIs. Now you probably already know all about HTML markup (otherwise known as structure) and you know all aboutCSS style (presentation), but what you've been missing is JavaScript (behavior). If all you know about

  11. The Use of AMET & Automated Scripts for Model Evaluation

    Science.gov (United States)

    Brief overview of EPA’s new CMAQ website to be launched publically in June, 2017. Details on the upcoming release of the Atmospheric Model Evaluation Tool (AMET) and the creation of automated scripts for post-processing and evaluating air quality model data.

  12. JSME: a free molecule editor in JavaScript.

    Science.gov (United States)

    Bienfait, Bruno; Ertl, Peter

    2013-01-01

    A molecule editor, i.e. a program facilitating graphical input and interactive editing of molecules, is an indispensable part of every cheminformatics or molecular processing system. Today, when a web browser has become the universal scientific user interface, a tool to edit molecules directly within the web browser is essential. One of the most popular tools for molecular structure input on the web is the JME applet. Since its release nearly 15 years ago, however the web environment has changed and Java applets are facing increasing implementation hurdles due to their maintenance and support requirements, as well as security issues. This prompted us to update the JME editor and port it to a modern Internet programming language - JavaScript. The actual molecule editing Java code of the JME editor was translated into JavaScript with help of the Google Web Toolkit compiler and a custom library that emulates a subset of the GUI features of the Java runtime environment. In this process, the editor was enhanced by additional functionalities including a substituent menu, copy/paste, drag and drop and undo/redo capabilities and an integrated help. In addition to desktop computers, the editor supports molecule editing on touch devices, including iPhone, iPad and Android phones and tablets. In analogy to JME the new editor is named JSME. This new molecule editor is compact, easy to use and easy to incorporate into web pages. A free molecule editor written in JavaScript was developed and is released under the terms of permissive BSD license. The editor is compatible with JME, has practically the same user interface as well as the web application programming interface. The JSME editor is available for download from the project web page http://peter-ertl.com/jsme/

  13. Use of scripts and script-fading procedures and activity schedules to develop spontaneous social interaction in a three-year-old girl with autism

    Directory of Open Access Journals (Sweden)

    Anna Budzińska

    2014-05-01

    Full Text Available Autism entails serious deficiencies in communication and social behaviors. Individuals with autism, even those who have received intensive language intervention, are often viewed as lacking spontaneous language. In addition, some children with autism lack the ability of spontaneously seeking to share enjoyment, interests, or achievements with other people (e.g., a lack of showing, bringing, or pointing out objects of interest to other people. The aim of the study was to use ABA teaching techniques such as script and script fading procedure and activity schedule to teach three-year-old girl with autism spontaneous social interaction and shape joint attention skills. The result shows that ABA techniques were very effective in teaching many verbal skills such as answering questions, making requests, initiating conversation and asking question. Comparison made after implemented teaching procedure shows her initiating of joint attention skill (IJA is at the appropriate level for her age.

  14. A Compilation of MATLAB Scripts and Functions for MACGMC Analyses

    Science.gov (United States)

    Murthy, Pappu L. N.; Bednarcyk, Brett A.; Mital, Subodh K.

    2017-01-01

    The primary aim of the current effort is to provide scripts that automate many of the repetitive pre- and post-processing tasks associated with composite materials analyses using the Micromechanics Analysis Code with the Generalized Method of Cells. This document consists of a compilation of hundreds of scripts that were developed in MATLAB (The Mathworks, Inc., Natick, MA) programming language and consolidated into 16 MATLAB functions. (MACGMC). MACGMC is a composite material and laminate analysis software code developed at NASA Glenn Research Center. The software package has been built around the generalized method of cells (GMC) family of micromechanics theories. The computer code is developed with a user-friendly framework, along with a library of local inelastic, damage, and failure models. Further, application of simulated thermo-mechanical loading, generation of output results, and selection of architectures to represent the composite material have been automated to increase the user friendliness, as well as to make it more robust in terms of input preparation and code execution. Finally, classical lamination theory has been implemented within the software, wherein GMC is used to model the composite material response of each ply. Thus, the full range of GMC composite material capabilities is available for analysis of arbitrary laminate configurations as well. The pre-processing tasks include generation of a multitude of different repeating unit cells (RUCs) for CMCs and PMCs, visualization of RUCs from MACGMC input and output files and generation of the RUC section of a MACGMC input file. The post-processing tasks include visualization of the predicted composite response, such as local stress and strain contours, damage initiation and progression, stress-strain behavior, and fatigue response. In addition to the above, several miscellaneous scripts have been developed that can be used to perform repeated Monte-Carlo simulations to enable probabilistic

  15. The Application of CSCL Scripts to Support Teaching and Learning for Children with Intellectual Disabilities.

    Science.gov (United States)

    Boyle, Bryan; Arnedillo-Sánchez, Inmaculada

    2017-01-01

    This paper describes the application of collaboration scripts to guide social interaction behaviours of children with intellectual disabilities. The use of such scripts demonstrate potential as a means of creating CSCL environments that can be used to provide children with communication and social interaction impairments with a platform for learning and practicing such skills in a meaningful social context.

  16. Programming HTML5 Applications Building Powerful Cross-Platform Environments in JavaScript

    CERN Document Server

    Kessin, Zachary

    2011-01-01

    HTML5 is not just a replacement for plugins. It also makes the Web a first-class development environment by giving JavaScript programmers a solid foundation for building industrial-strength applications. This practical guide takes you beyond simple site creation and shows you how to build self-contained HTML5 applications that can run on mobile devices and compete with desktop apps. You'll learn powerful JavaScript tools for exploiting HTML5 elements, and discover new methods for working with data, such as offline storage and multithreaded processing. Complete with code samples, this book is

  17. Free vibration analysis of delaminated composite shells using different shell theories

    International Nuclear Information System (INIS)

    Nanda, Namita; Sahu, S.K.

    2012-01-01

    Free vibration response of laminated composite shells with delamination is presented using the finite element method based on first order shear deformation theory. The shell theory used is the extension of dynamic, shear deformable theory according to the Sanders' first approximation for doubly curved shells, which can be reduced to Love's and Donnell's theories by means of tracers. An eight-noded C 0 continuity, isoparametric quadrilateral element with five degrees of freedom per node is used in the formulation. For modeling the delamination, multipoint constraint algorithm is incorporated in the finite element code. The natural frequencies of the delaminated cylindrical (CYL), spherical (SPH) and hyperbolic paraboloid (HYP) shells are determined by using the above mentioned shell theories, namely Sanders', Love's, and Donnell's. The validity of the present approach is established by comparing the authors' results with those available in the literature. Additional studies on free vibration response of CYL, SPH and HYP shells are conducted to assess the effects of delamination size and number of layers considering all three shell theories. It is shown that shell theories according to Sanders and Love always predict practically identical frequencies. Donnell's theory gives reliable results only for shallow shells. Moreover, the natural frequency is found to be very sensitive to delamination size and number of layers in the shell.

  18. Script-independent text line segmentation in freestyle handwritten documents.

    Science.gov (United States)

    Li, Yi; Zheng, Yefeng; Doermann, David; Jaeger, Stefan; Li, Yi

    2008-08-01

    Text line segmentation in freestyle handwritten documents remains an open document analysis problem. Curvilinear text lines and small gaps between neighboring text lines present a challenge to algorithms developed for machine printed or hand-printed documents. In this paper, we propose a novel approach based on density estimation and a state-of-the-art image segmentation technique, the level set method. From an input document image, we estimate a probability map, where each element represents the probability that the underlying pixel belongs to a text line. The level set method is then exploited to determine the boundary of neighboring text lines by evolving an initial estimate. Unlike connected component based methods ( [1], [2] for example), the proposed algorithm does not use any script-specific knowledge. Extensive quantitative experiments on freestyle handwritten documents with diverse scripts, such as Arabic, Chinese, Korean, and Hindi, demonstrate that our algorithm consistently outperforms previous methods [1]-[3]. Further experiments show the proposed algorithm is robust to scale change, rotation, and noise.

  19. "Anything from making out to having sex": men's negotiations of hooking up and friends with benefits scripts.

    Science.gov (United States)

    Epstein, Marina; Calzo, Jerel P; Smiler, Andrew P; Ward, L Monique

    2009-01-01

    Popular media and academic literature often portray men as happy beneficiaries of nonrelational or casual sex--a view that is consistent with traditional notions of masculinity. This study examined the validity of this notion, using semistructured interviews to explore ways that 19 college-age men defined and enacted "hooking up" and "friends with benefits" scripts. Men's definitions reflected both standard and alternate conceptions of these scripts, and their experiences indicated variability in intentions and outcomes. Whereas a few men embraced the no-strings-attached nonrelational scripts, most rejected the script or enacted an amended version that allowed for greater relational connection. Further, their experiences were not all positive and were not all devoid of emotional connection. These alternative enactments challenge the pro-masculine, universally positive conceptualization of nonrelational sex portrayed in the media and in some empirical research.

  20. [A Series of Motion Picture Documents in Communication Theory and the New Educational Media. Final Scripts.

    Science.gov (United States)

    Wagner, Robert W.

    This publication contains four film scripts, each comprising from six to eleven short sequences. Each script has a complete shot list and transcript of the soundtrack, which contains narration, interviews, discussions, and synchronous sound from documentary situations. The six sequences in "The Information Explosion" cover the history of…

  1. The Role of Semantic Processing in Reading Japanese Orthographies: An Investigation Using a Script-Switch Paradigm

    Science.gov (United States)

    Dylman, Alexandra S.; Kikutani, Mariko

    2018-01-01

    Research on Japanese reading has generally indicated that processing of the logographic script Kanji primarily involves whole-word lexical processing and follows a semantics-to-phonology route, while the two phonological scripts Hiragana and Katakana (collectively called Kana) are processed via a sub-lexical route, and more in a…

  2. Generic HTML Form Processor: A versatile PHP script to save web-collected data into a MySQL database.

    Science.gov (United States)

    Göritz, Anja S; Birnbaum, Michael H

    2005-11-01

    The customizable PHP script Generic HTML Form Processor is intended to assist researchers and students in quickly setting up surveys and experiments that can be administered via the Web. This script relieves researchers from the burdens of writing new CGI scripts and building databases for each Web study. Generic HTML Form Processor processes any syntactically correct HTML forminput and saves it into a dynamically created open-source database. We describe five modes for usage of the script that allow increasing functionality but require increasing levels of knowledge of PHP and Web servers: The first two modes require no previous knowledge, and the fifth requires PHP programming expertise. Use of Generic HTML Form Processor is free for academic purposes, and its Web address is www.goeritz.net/brmic.

  3. Composted oyster shell as lime fertilizer is more effective than fresh oyster shell.

    Science.gov (United States)

    Lee, Young Han; Islam, Shah Md Asraful; Hong, Sun Joo; Cho, Kye Man; Math, Renukaradhya K; Heo, Jae Young; Kim, Hoon; Yun, Han Dae

    2010-01-01

    Physio-chemical changes in oyster shell were examined, and fresh and composted oyster shell meals were compared as lime fertilizers in soybean cultivation. Structural changes in oyster shell were observed by AFM and FE-SEM. We found that grains of the oyster shell surface became smoother and smaller over time. FT-IR analysis indicated the degradation of a chitin-like compound of oyster shell. In chemical analysis, pH (12.3+/-0.24), electrical conductivity (4.1+/-0.24 dS m(-1)), and alkaline powder (53.3+/-1.12%) were highest in commercial lime. Besides, pH was higher in composted oyster shell meal (9.9+/-0.53) than in fresh oyster shell meal (8.4+/-0.32). The highest organic matter (1.1+/-0.08%), NaCl (0.54+/-0.03%), and moisture (15.1+/-1.95%) contents were found in fresh oyster shell meal. A significant higher yield of soybean (1.33 t ha(-1)) was obtained by applying composted oyster shell meal (a 21% higher yield than with fresh oyster shell meal). Thus composting of oyster shell increases the utility of oyster shell as a liming material for crop cultivation.

  4. On the core-mass-shell-luminosity relation for shell-burning stars

    International Nuclear Information System (INIS)

    Jeffery, C.S.; Saint Andrews Univ.

    1988-01-01

    Core-mass-shell-luminosity relations for several types of shell-burning star have been calculated using simultaneous differential equations derived from simple homology approximations. The principal objective of obtaining a mass-luminosity relation for helium giants was achieved. This relation gives substantially higher luminosities than the equivalent relation for H-shell stars with core masses greater than 1 solar mass. The algorithm for calculating mass-luminosity relations in this fashion was investigated in detail. Most of the assumptions regarding the physics in the shell do not play a critical role in determining the core-mass-shell-luminosity relation. The behaviour of the core-mass-core-radius relation for a growing degenerate core as a single unique function of mass and growth rate needs to be defined before a single core-mass-shell-luminosity relation for all H-shell stars can be obtained directly from the homology approximations. (author)

  5. Using ABAQUS Scripting Interface for Materials Evaluation and Life Prediction

    Science.gov (United States)

    Powers, Lynn M.; Arnold, Steven M.; Baranski, Andrzej

    2006-01-01

    An ABAQUS script has been written to aid in the evaluation of the mechanical behavior of viscoplastic materials. The purposes of the script are to: handle complex load histories; control load/displacement with alternate stopping criteria; predict failure and life; and verify constitutive models. Material models from the ABAQUS library may be used or the UMAT routine may specify mechanical behavior. User subroutines implemented include: UMAT for the constitutive model; UEXTERNALDB for file manipulation; DISP for boundary conditions; and URDFIL for results processing. Examples presented include load, strain and displacement control tests on a single element model. The tests are creep with a life limiting strain criterion, strain control with a stress limiting cycle and a complex interrupted cyclic relaxation test. The techniques implemented in this paper enable complex load conditions to be solved efficiently with ABAQUS.

  6. Variation in Orthologous Shell-Forming Proteins Contribute to Molluscan Shell Diversity.

    Science.gov (United States)

    Jackson, Daniel J; Reim, Laurin; Randow, Clemens; Cerveau, Nicolas; Degnan, Bernard M; Fleck, Claudia

    2017-11-01

    Despite the evolutionary success and ancient heritage of the molluscan shell, little is known about the molecular details of its formation, evolutionary origins, or the interactions between the material properties of the shell and its organic constituents. In contrast to this dearth of information, a growing collection of molluscan shell-forming proteomes and transcriptomes suggest they are comprised of both deeply conserved, and lineage specific elements. Analyses of these sequence data sets have suggested that mechanisms such as exon shuffling, gene co-option, and gene family expansion facilitated the rapid evolution of shell-forming proteomes and supported the diversification of this phylum specific structure. In order to further investigate and test these ideas we have examined the molecular features and spatial expression patterns of two shell-forming genes (Lustrin and ML1A2) and coupled these observations with materials properties measurements of shells from a group of closely related gastropods (abalone). We find that the prominent "GS" domain of Lustrin, a domain believed to confer elastomeric properties to the shell, varies significantly in length between the species we investigated. Furthermore, the spatial expression patterns of Lustrin and ML1A2 also vary significantly between species, suggesting that both protein architecture, and the regulation of spatial gene expression patterns, are important drivers of molluscan shell evolution. Variation in these molecular features might relate to certain materials properties of the shells of these species. These insights reveal an important and underappreciated source of variation within shell-forming proteomes that must contribute to the diversity of molluscan shell phenotypes. © The Author 2017. Published by Oxford University Press on behalf of the Society for Molecular Biology and Evolution.

  7. Effects of Script Training on the Peer-to-Peer Communication of Children with Autism Spectrum Disorder

    Science.gov (United States)

    Ledbetter-Cho, Katherine; Lang, Russell; Davenport, Katy; Moore, Melissa; Lee, Allyson; Howell, Alexandria; Drew, Christine; Dawson, Dana; Charlop, Marjorie H.; Falcomata, Terry; O'Reilly, Mark

    2015-01-01

    A multiple baseline design across participants was used to demonstrate the effects of a script-training procedure on the peer-to-peer communication of 3 children with autism spectrum disorder during group play with peers. Both scripted and unscripted initiations as well as responses to peers increased for all 3 participants. Stimulus…

  8. Off-shell CHY amplitudes

    Energy Technology Data Exchange (ETDEWEB)

    Lam, C.S., E-mail: Lam@physics.mcgill.ca [Department of Physics, McGill University, Montreal, Q.C., H3A 2T8 (Canada); Department of Physics and Astronomy, University of British Columbia, Vancouver, BC, V6T 1Z1 (Canada); Yao, York-Peng, E-mail: yyao@umich.edu [Department of Physics, The University of Michigan Ann Arbor, MI 48109 (United States)

    2016-06-15

    The Cachazo–He–Yuan (CHY) formula for on-shell scattering amplitudes is extended off-shell. The off-shell amplitudes (amputated Green's functions) are Möbius invariant, and have the same momentum poles as the on-shell amplitudes. The working principles which drive the modifications to the scattering equations are mainly Möbius covariance and energy momentum conservation in off-shell kinematics. The same technique is also used to obtain off-shell massive scalars. A simple off-shell extension of the CHY gauge formula which is Möbius invariant is proposed, but its true nature awaits further study.

  9. Museum of Perception and Cognition website: using JavaScript to increase interactivity in Web-based presentations.

    Science.gov (United States)

    Lange, M

    1999-02-01

    The present paper introduces the Museum of Perception and Cognition website. This site offers an interactive introduction to cognitive psychology via a JavaScript-based illustration of optical illusions and a Java-based presentation of experimental paradigms. Its content and utilization as lecture support for 1st-year students at Free University of Brussels is described. This paper also endeavors to share experience we gained in Web-based lecture materials development. It introduces the Web lecturer with JavaScript features and utilization and provides him/her with a description of reusable JavaScript routines downloadable from our site that relate to more engaging, interactive, and effective Web-based presentation of course materials.

  10. ActionScript Developer's Guide to Robotlegs

    CERN Document Server

    Hooks, Joel

    2011-01-01

    Robotlegs is a standout among the ActionScript 3 development frameworks available today. With it, Flash, Flex, and AIR developers can create well-architected, testable, and flexible Rich Internet Applications-fast. This concise guide shows you how the light footprint and focused scope of this open source framework not only solves your immediate coding problems, it helps you gain insight into AS3 architecture on a much deeper level. The authors provide a walkthrough of specific features in two applications they've written in Robotlegs, complete with code for each application as a whole. You'l

  11. Child Care as Script: Children's Descriptions of Daily Experiences.

    Science.gov (United States)

    Reifel, Stuart; Garza, Margaret

    Children's knowledge of daily events in full-day child care was assessed. Interviews with 14 children produced spontaneous narratives that revealed script-like knowledge of the child care day, including events such as indoor play, outdoor play, breakfast, lunch, nap, and snack. Younger children reported a smaller number of events in their…

  12. HMM-based lexicon-driven and lexicon-free word recognition for online handwritten Indic scripts.

    Science.gov (United States)

    Bharath, A; Madhvanath, Sriganesh

    2012-04-01

    Research for recognizing online handwritten words in Indic scripts is at its early stages when compared to Latin and Oriental scripts. In this paper, we address this problem specifically for two major Indic scripts--Devanagari and Tamil. In contrast to previous approaches, the techniques we propose are largely data driven and script independent. We propose two different techniques for word recognition based on Hidden Markov Models (HMM): lexicon driven and lexicon free. The lexicon-driven technique models each word in the lexicon as a sequence of symbol HMMs according to a standard symbol writing order derived from the phonetic representation. The lexicon-free technique uses a novel Bag-of-Symbols representation of the handwritten word that is independent of symbol order and allows rapid pruning of the lexicon. On handwritten Devanagari word samples featuring both standard and nonstandard symbol writing orders, a combination of lexicon-driven and lexicon-free recognizers significantly outperforms either of them used in isolation. In contrast, most Tamil word samples feature the standard symbol order, and the lexicon-driven recognizer outperforms the lexicon free one as well as their combination. The best recognition accuracies obtained for 20,000 word lexicons are 87.13 percent for Devanagari when the two recognizers are combined, and 91.8 percent for Tamil using the lexicon-driven technique.

  13. In Building a Script for an Emotion, Do Preschoolers Add Its Cause before Its Behavior Consequence?

    Science.gov (United States)

    Widen, Sherri C.; Russell, James A.

    2011-01-01

    An emotion concept is a script in which an emotion event is an ordered sequence of subevents from situational cause through bodily changes to behavioral consequence. As children build a script for each emotion, in what order do they add each subevent? Preschoolers (N = 108, three to five years), were asked to name the protagonist's emotion in…

  14. Eye movement control in reading unspaced text: the case of the Japanese script.

    Science.gov (United States)

    Kajii, N; Nazir, T A; Osaka, N

    2001-09-01

    The present study examines the landing-site distributions of the eyes during natural reading of Japanese script: a script that mixes three different writing systems (Kanji, Hiragana, and Katakana) and that misses regular spacing between words. The results show a clear preference of the eyes to land at the beginning rather than the center of the word. In addition, it was found that the eyes land on Kanji characters more frequently than on Hiragana or Katakana characters. Further analysis for two- and three-character words indicated that the eye's landing-site distribution differs depending on type of the characters in the word: the eyes prefer to land at the word beginning only when the initial character of the word is a Kanji character. For pure Hiragana words, the proportion of initial fixations did not differ between character positions. Thus, as already indicated by Kambe (National Institute of Japanese Language Report 85 (1986) 29), the visual distinctiveness of the three Japanese scripts plays a role in guiding eye movements in reading Japanese.

  15. Scripts de atendimento em call centers: uma visão de documentos eletrônicosScript for call center attendance: a view on electronic documents

    Directory of Open Access Journals (Sweden)

    Sandra Maria Silveira

    2010-05-01

    Full Text Available O presente artigo contextualiza o serviço de atendimento aos clientes (SAC no âmbito da Ciência da Informação e busca compreender o fenômeno sob o enfoque da organização e do uso da informação. Analisa-se o processo informacional dos serviços de atendimento aos clientes realizado em call centers, com o foco na organização e no uso das bases de informação, tendo em vista a sistematização de parâmetros para subsidiarem a criação, a manutenção e a validação dos scripts de atendimento. Scripts são documentos eletrônicos que contêm orientação para executar procedimentos relativos a produtos e serviços da instituição e na interação com os consumidores. Por fim, identificaram-se os atributos de qualidade de informação que orientam a construção e a manutenção das bases de informações e sistematizaram-se os parâmetros para elaboração das bases de informações em consonância com os processos de organização e uso da informação no âmbito do SAC.The present article contextualizes the service of attendance to clients (SAC as far as the Information Science is concerned. It also seeks to understand the phenomenon under the focus of organization and the use of information. We analyze the informational process of attendance services to clients performed in call centers, focusing on the organization and the use of information bases. This is done aiming at the systematization of parameters to subside the creation, maintenance and validation of scripts for attendance. Scripts are electronic documents that contain orientation to execute procedures related to products and services of the institution and in the interaction with consumers. At last we identify the attributes of quality of information that guide the construction and maintenance of information bases and systematize the parameters for elaboration of information bases according to organization processes and use of information at SAC.

  16. A pedagogic JavaScript program for point location strategies

    KAUST Repository

    de Castro, Pedro; Devillers, Olivier

    2011-01-01

    Point location in triangulations is a classical problem in computational geometry. And walking in a triangulation is often used as the starting point for several nice point location strategies. We present a pedagogic JavaScript program demonstrating some of these strategies, which is available at: www-sop.inria.fr/geometrica/demo/point location strategies/.

  17. Restorative Justice Scripts in Ursula K. Le Guin's "Voices"

    Science.gov (United States)

    Oziewicz, Marek C.

    2011-01-01

    This essay examines restorative justice scripting in "Voices", the second volume of Ursula K. Le Guin's "Annals of the Western Shore." Narrated by a rape-child, "Voices" is the story of an occupied city-state and of how the conquered and the conquerors negotiate a formula for peaceful coexistence. They are able to do…

  18. Enabling web users and developers to script accessibility with Accessmonkey.

    Science.gov (United States)

    Bigham, Jeffrey P; Brudvik, Jeremy T; Leung, Jessica O; Ladner, Richard E

    2009-07-01

    Efficient web access remains elusive for blind computer users. Previous efforts to improve web accessibility have focused on developer awareness, automated improvement, and legislation, but these approaches have left remaining concerns. First, while many tools can help produce accessible content, most are difficult to integrate into existing developer workflows and rarely offer specific suggestions that developers can implement. Second, tools that automatically improve web content for users generally solve specific problems and are difficult to combine and use on a diversity of existing assistive technology. Finally, although blind web users have proven adept at overcoming the shortcomings of the web and existing tools, they have been only marginally involved in improving the accessibility of their own web experience. In a step toward addressing these concerns, we have developed Accessmonkey, a common scripting framework that web users, web developers and web researchers can use to collaboratively improve accessibility. This framework advances the idea that Javascript and dynamic web content can be used to improve inaccessible content instead of being a cause of it. Using Accessmonkey, web users and developers on different platforms and with potentially different goals can collaboratively make the web more accessible. In this article, we first present the design of the Accessmonkey framework and offer several example scripts that demonstrate the utility of our approach. We conclude by discussing possible future extensions that will provide easy access to scripts as users browse the web and enable non-technical blind users to independently create and share improvements.

  19. Dossier Shell Eco-Marathon; Dossier Shell Eco-Marathon

    Energy Technology Data Exchange (ETDEWEB)

    Matla, P.

    2012-05-15

    Three articles address subjects concerning the annual race with highly energy efficient cars: the Shell Eco-Marathon. [Dutch] In 3 artikelen wordt aandacht besteed aan de ontwerpen voor de jaarlijkse race met superzuinige auto's, de Shell Eco-Marathon.

  20. Social scripts and stark realities: Kenyan adolescents' abortion discourse.

    Science.gov (United States)

    Mitchell, Ellen M H; Halpern, Carolyn Tucker; Kamathi, Eva Muthuuri; Owino, Shirley

    2006-01-01

    This study explores students' narratives and discourses about adolescent pregnancy and abortion elicited via internet-based open-ended questions posed in response to a cartoon vignette. We report on content analysis of recommendations and strategies for how to manage the unplanned pregnancy of a fictional young couple and in their own personal lives. The responses of 614 young people were analysed. Strategies vary widely. They include giving birth, adoption, running away, abortion, denial, and postponement until discovery. Young people were also queried about unplanned pregnancy resolution among their peers. Discourse analysis reveals competing social scripts on abortion. Florid condemnation of abortion acts in the hypothetical cases contrasts with more frank and sober description of peers' real life abortion behaviour. Students' language is compared with that found in official curricula. The rhetorical devices, moralizing social scripts and dubious health claims about abortion in students' online narratives mirror the tenor and content of their academic curricula as well as Kenyan media presentation of the issue. The need for factual information, dispassionate dialogue and improved contraceptive access is considerable.

  1. Scripting MODFLOW model development using Python and FloPy

    Science.gov (United States)

    Bakker, Mark; Post, Vincent E. A.; Langevin, Christian D.; Hughes, Joseph D.; White, Jeremy; Starn, Jeffrey; Fienen, Michael N.

    2016-01-01

    Graphical user interfaces (GUIs) are commonly used to construct and postprocess numerical groundwater flow and transport models. Scripting model development with the programming language Python is presented here as an alternative approach. One advantage of Python is that there are many packages available to facilitate the model development process, including packages for plotting, array manipulation, optimization, and data analysis. For MODFLOW-based models, the FloPy package was developed by the authors to construct model input files, run the model, and read and plot simulation results. Use of Python with the available scientific packages and FloPy facilitates data exploration, alternative model evaluations, and model analyses that can be difficult to perform with GUIs. Furthermore, Python scripts are a complete, transparent, and repeatable record of the modeling process. The approach is introduced with a simple FloPy example to create and postprocess a MODFLOW model. A more complicated capture-fraction analysis with a real-world model is presented to demonstrate the types of analyses that can be performed using Python and FloPy.

  2. "Prefacing the Script" as an Ethical Response to State-Mandated Abortion Counseling.

    Science.gov (United States)

    Buchbinder, Mara; Lassiter, Dragana; Mercier, Rebecca; Bryant, Amy; Lyerly, Anne Drapkin

    Laws governing abortion provision are proliferating throughout the United States, yet little is known about how these laws affect providers. We investigated the experiences of abortion providers in North Carolina practicing under the 2011 Women's Right to Know Act, which mandates that women receive counseling with specific, state-prescribed information at least 24 hours prior to an abortion. We focus here on a subset of the data to examine one strategy by which providers worked to minimize moral conflicts generated by the counseling procedure. Drawing on Erving Goffman's work on language and social interaction, we highlight how providers communicated moral objections and layered meanings through a practice that we call prefacing the script . We conducted semi-structured interviews with 31 physicians, nurses, physician assistants, and clinic managers who provide abortion care in North Carolina. Audio-recorded interviews were transcribed verbatim and analyzed using an inductive, iterative analytic approach, which included reading for context, interpretive memo-writing, and focused coding. Roughly half of the participants (14/31) reported that they or the clinicians who performed the counseling in their institution routinely prefaced the counseling script with qualifiers, disclaimers, and apologies that clarified their relationship to the state-mandated content. We identified three performative functions of this practice: 1) enacting a frame shift from a medical to a legal interaction, 2) distancing the speaker from the authorial voice of the counseling script, and 3) creating emotional alignment. Prefacing state-mandated abortion counseling scripts constitutes a practical strategy providers use to balance the obligation to comply with state law with personal and professional responsibilities to provide tailored care, emotional support, and serve the patient's best interests. Our findings suggest that language constitutes a powerful resource for navigating and

  3. Dominant thermogravimetric signatures of lignin in cashew shell as compared to cashew shell cake.

    Science.gov (United States)

    Gangil, Sandip

    2014-03-01

    Dominant thermogravimetric signatures related to lignin were observed in cashew shell as compared to these signatures in cashew shell cake. The phenomenon of weakening of lignin from cashew shell to cashew shell cake was explained on the basis of changes in the activation energies. The pertinent temperature regimes responsible for the release of different constituents of both the bio-materials were identified and compared. The activation energies of cashew shell and cashew shell cake were compared using Kissinger-Akahira-Sunose method. Thermogravimetric profiling of cashew shell and cashew shell cake indicated that these were different kinds of bio-materials. Copyright © 2013 Elsevier Ltd. All rights reserved.

  4. Extending models of visual-word recognition to semicursive scripts: Evidence from masked priming in Uyghur.

    Science.gov (United States)

    Yakup, Mahire; Abliz, Wayit; Sereno, Joan; Perea, Manuel

    2015-12-01

    One basic feature of the Arabic script is its semicursive style: some letters are connected to the next, but others are not, as in the Uyghur word [see text]/ya xʃi/ ("good"). None of the current orthographic coding schemes in models of visual-word recognition, which were created for the Roman script, assign a differential role to the coding of within letter "chunks" and between letter "chunks" in words in the Arabic script. To examine how letter identity/position is coded at the earliest stages of word processing in the Arabic script, we conducted 2 masked priming lexical decision experiments in Uyghur, an agglutinative Turkic language. The target word was preceded by an identical prime, by a transposed-letter nonword prime (that either kept the ligation pattern or did not), or by a 2-letter replacement nonword prime. Transposed-letter primes were as effective as identity primes when the letter transposition in the prime kept the same ligation pattern as the target word (e.g., [see text]/inta_jin/-/itna_jin/), but not when the transposed-letter prime didn't keep the ligation pattern (e.g., [see text]/so_w_ʁa_t/-/so_ʁw_a_t/). Furthermore, replacement-letter primes were more effective when they kept the ligation pattern of the target word than when they did not (e.g., [see text]/so_d_ʧa_t/-/so_w_ʁa_t/ faster than [see text]/so_ʧd_a_t/-/so_w_ʁa_t/). We examined how input coding schemes could be extended to deal with the intricacies of semicursive scripts. (c) 2015 APA, all rights reserved).

  5. Washing with the Wind: A Study of Scripting towards Sustainability

    DEFF Research Database (Denmark)

    Jensen, Rikke Hagensby; Raptis, Dimitrios; Kjeldskov, Jesper

    2018-01-01

    Within sustainable HCI research, we have witnessed a growing interest in studying interaction designs that support households to ‘shift’ energy usage to times when it is sustainably favourable. In this paper, we investigate shifting through a purposely provocative and scripted design, which chall...

  6. Synesthetic Colors for Japanese Scripts in Japanese Synesthetes

    OpenAIRE

    Kazuhiko Yokosawa; Michiko Asano

    2011-01-01

    The determinants of synesthetic colors for Japanese scripts were studied in six Japanese grapheme-color synesthetes. We investigated the influence of linguistic properties such as phonology, orthography, and meaning on synesthetic colors for logographic characters (Kanji), phonetic characters (hiragana and katakana), and digits. From a palette of 138 colors, the synesthetes selected colors for 79 Kanji, 71 hiragana, and 71 katakana characters, and 9 digits. The results revealed that the color...

  7. AutoMicromanager: A microscopy scripting toolkit for LABVIEW and other programming environments

    Science.gov (United States)

    Ashcroft, Brian Alan; Oosterkamp, Tjerk

    2010-11-01

    We present a scripting toolkit for the acquisition and analysis of a wide variety of imaging data by integrating the ease of use of various programming environments such as LABVIEW, IGOR PRO, MATLAB, SCILAB, and others. This toolkit is designed to allow the user to quickly program a variety of standard microscopy components for custom microscopy applications allowing much more flexibility than other packages. Included are both programming tools as well as graphical user interface classes allowing a standard, consistent, and easy to maintain scripting environment. This programming toolkit allows easy access to most commonly used cameras, stages, and shutters through the Micromanager project so the scripter can focus on their custom application instead of boilerplate code generation.

  8. AutoMicromanager: a microscopy scripting toolkit for LABVIEW and other programming environments.

    Science.gov (United States)

    Ashcroft, Brian Alan; Oosterkamp, Tjerk

    2010-11-01

    We present a scripting toolkit for the acquisition and analysis of a wide variety of imaging data by integrating the ease of use of various programming environments such as LABVIEW, IGOR PRO, MATLAB, SCILAB, and others. This toolkit is designed to allow the user to quickly program a variety of standard microscopy components for custom microscopy applications allowing much more flexibility than other packages. Included are both programming tools as well as graphical user interface classes allowing a standard, consistent, and easy to maintain scripting environment. This programming toolkit allows easy access to most commonly used cameras, stages, and shutters through the Micromanager project so the scripter can focus on their custom application instead of boilerplate code generation.

  9. Effectiveness of the Smoking Cessation and Reduction in Pregnancy Treatment (SCRIPT) dissemination project: a science to prenatal care practice partnership.

    Science.gov (United States)

    Windsor, Richard; Clark, Jeannie; Cleary, Sean; Davis, Amanda; Thorn, Stephanie; Abroms, Lorien; Wedeles, John

    2014-01-01

    This study evaluated the effectiveness of the Smoking Cessation and Reduction in Pregnancy Treatment (SCRIPT) Program selected by the West Virginia-Right From The Start Project for state-wide dissemination. A process evaluation documented the fidelity of SCRIPT delivery by Designated Care Coordinators (DCC), licensed nurses and social workers who provide home-based case management to Medicaid-eligible clients in all 55 counties. We implemented a quasi-experimental, non-randomized, matched Comparison (C) Group design. The SCRIPT Experimental E Group (N = 259) were all clients in 2009-2010 that wanted to quit, provided a screening carbon monoxide (CO), and received a SCRIPT home visit. The (C) Group was derived from all clients in 2006-2007 who had the same CO assessments as E Group clients and reported receiving cessation counseling. We stratified the baseline CO of E Group clients into 10 strata, and randomly selected the same number of (C) Group clients (N = 259) from each matched strata to evaluate the effectiveness of the SCRIPT Program. There were no significant baseline differences in the E and (C) Group. A Process Evaluation documented a significant increase in the fidelity of DCC delivery of SCRIPT Program procedures: from 63 % in 2006 to 74 % in 2010. Significant increases were documented in the E Group cessation rate (+9.3 %) and significant reduction rate (+4.5 %), a ≥50 % reduction from a baseline CO. Perinatal health case management staff can deliver the SCRIPT Program, and Medicaid-supported clients can change smoking behavior, even very late in pregnancy. When multiple biases were analyzed, we concluded the SCRIPT Dissemination Project was the most plausible reason for the significant changes in behavior.

  10. Shell-like structures

    CERN Document Server

    Altenbach, Holm

    2011-01-01

    In this volume, scientists and researchers from industry discuss the new trends in simulation and computing shell-like structures. The focus is put on the following problems: new theories (based on two-dimensional field equations but describing non-classical effects), new constitutive equations (for materials like sandwiches, foams, etc. and which can be combined with the two-dimensional shell equations), complex structures (folded, branching and/or self intersecting shell structures, etc.) and shell-like structures on different scales (for example: nano-tubes) or very thin structures (similar

  11. Implementation of Private Cloud Computing Using Integration of JavaScript and Python

    Directory of Open Access Journals (Sweden)

    2010-09-01

    Full Text Available

    This paper deals with the design and deployment of a novel library class in Python, enabling the use of JavaScript functionalities in Application Programming and the leveraging of this Library into development for third generation technologies such as Private Cloud Computing. The integration of these two prevalent languages provides us with a new level of compliance which helps in developing an understanding between Web Programming and Application Programming. An inter-browser functionality wrapping, which would enable users to have a JavaScript experience in Python interfaces directly, without having to depend on external programs, has been developed. The functionality of this concept is prevalent in the fact that Applications written in JavaScript and accessed on the browser now have the capability of interacting with each other on a common platform with the help of a Python wrapper. The idea is demonstrated by the integrating with the now ubiquitous Cloud Computing concept. With the help of examples, we have showcased the same and explained how the Library XOCOM can be a stepping stone to flexible cloud computing environment.

  12. Iberian-Tartessian scripts/graffiti in Iruna-Veleia (Basque Country, North Spain: findings in both Iberia and Canary Islands-Africa

    Directory of Open Access Journals (Sweden)

    Antonio Arnaiz-Villena

    2012-04-01

    Full Text Available 760 officially recognized scripts on ceramics from Iruña-Veleia excavated by the archaeology firm Lurmen S.L. (approximately between years 2002-2008 have been analyzed. A number of these ceramics contains scripts which may be assimilated to Iberian/Tartessian writings. This number may be underestimated since more studies need to be done in already available and new found ceramics. This is the second time that Iberian writing is found by us in an unexpected location together with the Iberian-Guanche inscriptions of Lanzarote and Fuerteventura (Canary Islands. On the other hand, naviform scripting, usually associated to Iberian rock or stone engraving may have also been found in Veleia. Strict separation, other than in time and space stratification, between Iberian and (South Tartessian culture and script is doubted.

  13. Extensions to a nonlinear finite-element axisymmetric shell model based on Reissner's shell theory

    International Nuclear Information System (INIS)

    Cook, W.A.

    1981-01-01

    Extensions to shell analysis not usually associated with shell theory are described in this paper. These extensions involve thick shells, nonlinear materials, a linear normal stress approximation, and a changing shell thickness. A finite element shell-of-revolution model has been developed to analyze nuclear material shipping containers under severe impact conditions. To establish the limits for this shell model, the basic assumptions used in its development were studied; these are listed in this paper. Several extensions were evident from the study of these limits: a thick shell, a plastic hinge, and a linear normal stress

  14. Synesthetic Colors for Japanese Scripts in Japanese Synesthetes

    Directory of Open Access Journals (Sweden)

    Kazuhiko Yokosawa

    2011-10-01

    Full Text Available The determinants of synesthetic colors for Japanese scripts were studied in six Japanese grapheme-color synesthetes. We investigated the influence of linguistic properties such as phonology, orthography, and meaning on synesthetic colors for logographic characters (Kanji, phonetic characters (hiragana and katakana, and digits. From a palette of 138 colors, the synesthetes selected colors for 79 Kanji, 71 hiragana, and 71 katakana characters, and 9 digits. The results revealed that the color choices for hiragana and katakana characters representing the same sound were remarkably consistent, indicating that color selection depended on phonology and not visual form. On the other hand, synesthetic colors for Kanji characters, which are usually learned later, depended on meaning and phonology. Kanji characters representing concepts that are highly related to colors (eg, names of objects with typical colors were associated with those colors. Digits and corresponding Kanji numerals elicited strikingly similar colors. Colors for Kanji and hiragana characters sharing the same sound were likely to be similar. These results suggest that synesthetic colors are generalized from digits and phonetic scripts to Kanji characters via meaning and phonology. This study provides insights into the generalization of synesthetic colors to later acquired sets of graphemes within a language.

  15. Script-viruses Attacks on UNIX OS

    Directory of Open Access Journals (Sweden)

    D. M. Mikhaylov

    2010-06-01

    Full Text Available In this article attacks on UNIX OS are considered. Currently antivirus developers are concentrated on protecting systems from viruses that are most common and attack popular operating systems. If the system or its components are not often attacked then the antivirus products are not protecting these components as it is not profitable. The same situation is with script-viruses for UNIX OS as most experts consider that it is impossible for such viruses to get enough rights to attack. Nevertheless the main conclusion of this article is the fact that such viruses can be very powerful and can attack systems and get enough rights.

  16. IntuiScript a new digital notebook for learning writing in elementary schools: 1st observations

    OpenAIRE

    Girard , Nathalie; Simonnet , Damien; Anquetil , Eric

    2017-01-01

    International audience; IntuiScript is an innovative project that aims for designing a digital notebook dedicated to handwriting learning at primary schools. One of the main goals is to provide children real-time feedback to make them more autonomous. These feedbacks are produced by automatically analysing their drawing, and this online analysis makes possible an adaptation of the pedagogical scenario to each child according to his own difficulties. The IntruiScript project complies with a us...

  17. ActionScript 30 Design Patterns Object Oriented Programming Techniques

    CERN Document Server

    Sanders, William

    2008-01-01

    If you're an experienced Flash or Flex developer ready to tackle sophisticated programming techniques with ActionScript 3.0, this hands-on introduction to design patterns takes you step by step through the process. You learn about various types of design patterns and construct small abstract examples before trying your hand at building full-fledged working applications outlined in the book.

  18. Isogeometric shell formulation based on a classical shell model

    KAUST Repository

    Niemi, Antti

    2012-09-04

    This paper constitutes the first steps in our work concerning isogeometric shell analysis. An isogeometric shell model of the Reissner-Mindlin type is introduced and a study of its accuracy in the classical pinched cylinder benchmark problem presented. In contrast to earlier works [1,2,3,4], the formulation is based on a shell model where the displacement, strain and stress fields are defined in terms of a curvilinear coordinate system arising from the NURBS description of the shell middle surface. The isogeometric shell formulation is implemented using the PetIGA and igakit software packages developed by the authors. The igakit package is a Python package used to generate NURBS representations of geometries that can be utilised by the PetIGA finite element framework. The latter utilises data structures and routines of the portable, extensible toolkit for scientific computation (PETSc), [5,6]. The current shell implementation is valid for static, linear problems only, but the software package is well suited for future extensions to geometrically and materially nonlinear regime as well as to dynamic problems. The accuracy of the approach in the pinched cylinder benchmark problem and present comparisons against the h-version of the finite element method with bilinear elements. Quadratic, cubic and quartic NURBS discretizations are compared against the isoparametric bilinear discretization introduced in [7]. The results show that the quadratic and cubic NURBS approximations exhibit notably slower convergence under uniform mesh refinement as the thickness decreases but the quartic approximation converges relatively quickly within the standard variational framework. The authors future work is concerned with building an isogeometric finite element method for modelling nonlinear structural response of thin-walled shells undergoing large rigid-body motions. The aim is to use the model in a aeroelastic framework for the simulation of flapping wings.

  19. Psychophysics in a Web browser? Comparing response times collected with JavaScript and Psychophysics Toolbox in a visual search task.

    Science.gov (United States)

    de Leeuw, Joshua R; Motz, Benjamin A

    2016-03-01

    Behavioral researchers are increasingly using Web-based software such as JavaScript to conduct response time experiments. Although there has been some research on the accuracy and reliability of response time measurements collected using JavaScript, it remains unclear how well this method performs relative to standard laboratory software in psychologically relevant experimental manipulations. Here we present results from a visual search experiment in which we measured response time distributions with both Psychophysics Toolbox (PTB) and JavaScript. We developed a methodology that allowed us to simultaneously run the visual search experiment with both systems, interleaving trials between two independent computers, thus minimizing the effects of factors other than the experimental software. The response times measured by JavaScript were approximately 25 ms longer than those measured by PTB. However, we found no reliable difference in the variability of the distributions related to the software, and both software packages were equally sensitive to changes in the response times as a result of the experimental manipulations. We concluded that JavaScript is a suitable tool for measuring response times in behavioral research.

  20. The life cycle of an internet firm : Scripts, legitimacy, and identity

    NARCIS (Netherlands)

    Drori, Israel; Honig, Benson; Sheaffer, Zachary

    2009-01-01

    We study, longitudinally and ethnographically, the construction of legitimacy and identity during the life cycle of an entrepreneurial Internet firm, from inception to death. We utilize organizational scripts to examine how social actors enact identity and legitimacy, maintaining that different

  1. Illuminating Common Ground: Script Writing, Fiction and the 7Ws.

    Science.gov (United States)

    Rike, Elizabeth K.

    1996-01-01

    Describes the ongoing work of a teacher whose Summer Institute for Drama/Teacher Education at the University of Tennessee provides training for both theater and classroom teachers. Focuses on her teaching method--improvisational drama--which simultaneously addresses elements common to fiction and script writing, and now contained in the language…

  2. Scripting language design and the implementation test for PSO-GA ...

    African Journals Online (AJOL)

    ... the Characters of Code (COC) are measured in order to test the easiness of the programming language. The results show that across all algorithms, the scripting language is anticipated to enable easy programming which has been presented by the very less number of COC compared to the JAVA programming language.

  3. An early fragment of Constantine the African's Viaticum in Beneventan Script

    NARCIS (Netherlands)

    Irving, A J M; Long, Brian

    2016-01-01

    A brief codicological and palaeographical description of a fragment of Constantine the African's Viaticum preserved in Orleans, Mediatheque municipale, Ms. 301 (pp. 176-191). The description of the Beneventan script of the fragment reveals the importance of the manuscript for the manuscript

  4. Molluscan shell colour.

    Science.gov (United States)

    Williams, Suzanne T

    2017-05-01

    The phylum Mollusca is highly speciose, and is the largest phylum in the marine realm. The great majority of molluscs are shelled, including nearly all bivalves, most gastropods and some cephalopods. The fabulous and diverse colours and patterns of molluscan shells are widely recognised and have been appreciated for hundreds of years by collectors and scientists alike. They serve taxonomists as characters that can be used to recognise and distinguish species, however their function for the animal is sometimes less clear and has been the focus of many ecological and evolutionary studies. Despite these studies, almost nothing is known about the evolution of colour in molluscan shells. This review summarises for the first time major findings of disparate studies relevant to the evolution of shell colour in Mollusca and discusses the importance of colour, including the effects of visual and non-visual selection, diet and abiotic factors. I also summarise the evidence for the heritability of shell colour in some taxa and recent efforts to understand the molecular mechanisms underpinning synthesis of shell colours. I describe some of the main shell pigments found in Mollusca (carotenoids, melanin and tetrapyrroles, including porphyrins and bile pigments), and their durability in the fossil record. Finally I suggest that pigments appear to be distributed in a phylogenetically relevant manner and that the synthesis of colour is likely to be energetically costly. © 2016 Cambridge Philosophical Society.

  5. Developing Dynamic Single Page Web Applications Using Meteor : Comparing JavaScript Frameworks: Blaze and React

    OpenAIRE

    Yetayeh, Asabeneh

    2017-01-01

    This paper studies Meteor which is a JavaScript full-stack framework to develop interactive single page web applications. Meteor allows building web applications entirely in JavaScript. Meteor uses Blaze, React or AngularJS as a view layer and Node.js and MongoDB as a back-end. The main purpose of this study is to compare the performance of Blaze and React. A multi-user Blaze and React web applications with similar HTML and CSS were developed. Both applications were deployed on Heroku’s w...

  6. Approaches to optimizing v8 JavaScript engine

    OpenAIRE

    BOTCHARNIKO DMITRY

    2015-01-01

    JavaScript является одним из наиболее распространенных языков программирования. Однако производительность движков JavaScript не всегда удовлетворительна. Автором разработаны подходы, позволяющие повысить производительность движка V8 на 10% на основных тестовых наборах

  7. Sexual selection on land snail shell ornamentation: a hypothesis that may explain shell diversity

    Directory of Open Access Journals (Sweden)

    Schilthuizen Menno

    2003-06-01

    Full Text Available Abstract Background Many groups of land snails show great interspecific diversity in shell ornamentation, which may include spines on the shell and flanges on the aperture. Such structures have been explained as camouflage or defence, but the possibility that they might be under sexual selection has not previously been explored. Presentation of the hypothesis The hypothesis that is presented consists of two parts. First, that shell ornamentation is the result of sexual selection. Second, that such sexual selection has caused the divergence in shell shape in different species. Testing the hypothesis The first part of the hypothesis may be tested by searching for sexual dimorphism in shell ornamentation in gonochoristic snails, by searching for increased variance in shell ornamentation relative to other shell traits, and by mate choice experiments using individuals with experimentally enhanced ornamentation. The second part of the hypothesis may be tested by comparing sister groups and correlating shell diversity with degree of polygamy. Implications of the hypothesis If the hypothesis were true, it would provide an explanation for the many cases of allopatric evolutionary radiation in snails, where shell diversity cannot be related to any niche differentiation or environmental differences.

  8. Development and Implementation of Dynamic Scripts to Support Local Model Verification at National Weather Service Weather Forecast Offices

    Science.gov (United States)

    Zavodsky, Bradley; Case, Jonathan L.; Gotway, John H.; White, Kristopher; Medlin, Jeffrey; Wood, Lance; Radell, Dave

    2014-01-01

    Local modeling with a customized configuration is conducted at National Weather Service (NWS) Weather Forecast Offices (WFOs) to produce high-resolution numerical forecasts that can better simulate local weather phenomena and complement larger scale global and regional models. The advent of the Environmental Modeling System (EMS), which provides a pre-compiled version of the Weather Research and Forecasting (WRF) model and wrapper Perl scripts, has enabled forecasters to easily configure and execute the WRF model on local workstations. NWS WFOs often use EMS output to help in forecasting highly localized, mesoscale features such as convective initiation, the timing and inland extent of lake effect snow bands, lake and sea breezes, and topographically-modified winds. However, quantitatively evaluating model performance to determine errors and biases still proves to be one of the challenges in running a local model. Developed at the National Center for Atmospheric Research (NCAR), the Model Evaluation Tools (MET) verification software makes performing these types of quantitative analyses easier, but operational forecasters do not generally have time to familiarize themselves with navigating the sometimes complex configurations associated with the MET tools. To assist forecasters in running a subset of MET programs and capabilities, the Short-term Prediction Research and Transition (SPoRT) Center has developed and transitioned a set of dynamic, easily configurable Perl scripts to collaborating NWS WFOs. The objective of these scripts is to provide SPoRT collaborating partners in the NWS with the ability to evaluate the skill of their local EMS model runs in near real time with little prior knowledge of the MET package. The ultimate goal is to make these verification scripts available to the broader NWS community in a future version of the EMS software. This paper provides an overview of the SPoRT MET scripts, instructions for how the scripts are run, and example use

  9. TkPl_SU: An Open-source Perl Script Builder for Seismic Unix

    Science.gov (United States)

    Lorenzo, J. M.

    2017-12-01

    TkPl_SU (beta) is a graphical user interface (GUI) to select parameters for Seismic Unix (SU) modules. Seismic Unix (Stockwell, 1999) is a widely distributed free software package for processing seismic reflection and signal processing. Perl/Tk is a mature, well-documented and free object-oriented graphical user interface for Perl. In a classroom environment, shell scripting of SU modules engages students and helps focus on the theoretical limitations and strengths of signal processing. However, complex interactive processing stages, e.g., selection of optimal stacking velocities, killing bad data traces, or spectral analysis requires advanced flows beyond the scope of introductory classes. In a research setting, special functionality from other free seismic processing software such as SioSeis (UCSD-NSF) can be incorporated readily via an object-oriented style to programming. An object oriented approach is a first step toward efficient extensible programming of multi-step processes, and a simple GUI simplifies parameter selection and decision making. Currently, in TkPl_SU, Perl 5 packages wrap 19 of the most common SU modules that are used in teaching undergraduate and first-year graduate student classes (e.g., filtering, display, velocity analysis and stacking). Perl packages (classes) can advantageously add new functionality around each module and clarify parameter names for easier usage. For example, through the use of methods, packages can isolate the user from repetitive control structures, as well as replace the names of abbreviated parameters with self-describing names. Moose, an extension of the Perl 5 object system, greatly facilitates an object-oriented style. Perl wrappers are self-documenting via Perl programming document markup language.

  10. An object-oriented scripting interface to a legacy electronic structure code

    DEFF Research Database (Denmark)

    Bahn, Sune Rastad; Jacobsen, Karsten Wedel

    2002-01-01

    The authors have created an object-oriented scripting interface to a mature density functional theory code. The interface gives users a high-level, flexible handle on the code without rewriting the underlying number-crunching code. The authors also discuss design issues and the advantages...

  11. There’s no limit to your love - scripting the polyamorous self

    DEFF Research Database (Denmark)

    Tiidenberg, Katrin

    2014-01-01

    the interface of ethnographic material (two year field study), textual blog content, images and individual and group interviews with polyamorous bloggers. I contextualize it via concepts of sexual scripting (Gagnon & Simon, 1973), elements of Foucault’s (1988) tech- nologies of the self - particularly critical...

  12. ActionScript Developer's Guide to PureMVC

    CERN Document Server

    Hall, Cliff

    2011-01-01

    Gain hands-on experience with PureMVC, the popular open source framework for developing maintainable applications with a Model-View-Controller architecture. In this concise guide, PureMVC creator Cliff Hall teaches the fundamentals of PureMVC development by walking you through the construction of a complete non-trivial Adobe AIR application. Through clear explanations and numerous ActionScript code examples, you'll learn best practices for using the framework's classes in your day-to-day work. Discover how PureMVC enables you to focus on the purpose and scope of your application, while the f

  13. Enhancing cheap talk scripts in choice experiments

    DEFF Research Database (Denmark)

    Ladenburg, Jacob; Olsen, Søren Bøye; Nielsen, Rasmus Christian Fejer

    eliminate some of the hypothetical bias. The present paper tests and addition to Cheap Talk, an Op-out Reminder. The Opt-Out Reminder is an objective short script presented prior to the choice sets, prompting the respondent to choose the opt-out alternative, if he/she finds the proposed policy generated...... alternatives in a choice set too expensive. The results sugggest that adding and Opt-Out Reminder to Cheap Talk can in fact reduce hypothetical bias even further and reduces some of the ineffectiveness of CT in relation to the survey bid range and experienced respondents...

  14. State of the Practice of Intrusion Detection Technologies

    Science.gov (United States)

    2000-01-01

    functions, procedures, and scripts, an Oracle database structure, Borne shell scripts, and configuration files which together communicate with ASIM Sensor...34Plugging the Holes in eCommerce Leads to 135% Growth in the Intrusion Detection and Vulnerability Assessment Software Market," PRNewswire. August

  15. TWO-DIMENSIONAL APPROXIMATION OF EIGENVALUE PROBLEMS IN SHELL THEORY: FLEXURAL SHELLS

    Institute of Scientific and Technical Information of China (English)

    2000-01-01

    The eigenvalue problem for a thin linearly elastic shell, of thickness 2e, clamped along its lateral surface is considered. Under the geometric assumption on the middle surface of the shell that the space of inextensional displacements is non-trivial, the authors obtain, as ε→0,the eigenvalue problem for the two-dimensional"flexural shell"model if the dimension of the space is infinite. If the space is finite dimensional, the limits of the eigenvalues could belong to the spectra of both flexural and membrane shells. The method consists of rescaling the variables and studying the problem over a fixed domain. The principal difficulty lies in obtaining suitable a priori estimates for the scaled eigenvalues.

  16. JavaScript Access to DICOM Network and Objects in Web Browser.

    Science.gov (United States)

    Drnasin, Ivan; Grgić, Mislav; Gogić, Goran

    2017-10-01

    Digital imaging and communications in medicine (DICOM) 3.0 standard provides the baseline for the picture archiving and communication systems (PACS). The development of Internet and various communication media initiated demand for non-DICOM access to PACS systems. Ever-increasing utilization of the web browsers, laptops and handheld devices, as opposed to desktop applications and static organizational computers, lead to development of different web technologies. The DICOM standard officials accepted those subsequently as tools of alternative access. This paper provides an overview of the current state of development of the web access technology to the DICOM repositories. It presents a different approach of using HTML5 features of the web browsers through the JavaScript language and the WebSocket protocol by enabling real-time communication with DICOM repositories. JavaScript DICOM network library, DICOM to WebSocket proxy and a proof-of-concept web application that qualifies as a DICOM 3.0 device were developed.

  17. The Effects of Cigarette Smoking on Script-Driven Imagery in Smokers with and without Posttraumatic Stress Disorder

    OpenAIRE

    Beckham, Jean C.; Dennis, Michelle F.; Joseph McClernon, F.; Mozley, Susannah L.; Collie, Claire F.; Vrana, Scott R.

    2007-01-01

    The study investigated the effects of smoking a nicotinized or denicotinized cigarette on craving, affect and posttraumatic stress disorder (PTSD) symptoms while recalling neutral, stressful and traumatic events in smokers with and without PTSD. Smokers completed laboratory sessions during which they were presented with audiotapes of personalized scripts followed by smoking a cigarette. The effect of the script and cigarette conditions on dependent variables was evaluated. There was a main ef...

  18. TmiRUSite and TmiROSite scripts: searching for mRNA fragments with miRNA binding sites with encoded amino acid residues

    OpenAIRE

    Berillo, Olga; Régnier, Mireille; Ivashchenko, Anatoly

    2014-01-01

    microRNAs are small RNA molecules that inhibit the translation of target genes. microRNA binding sites are located in the untranslated regions as well as in the coding domains. We describe TmiRUSite and TmiROSite scripts developed using python as tools for the extraction of nucleotide sequences for miRNA binding sites with their encoded amino acid residue sequences. The scripts allow for retrieving a set of additional sequences at left and at right from the binding site. The scripts presents ...

  19. Patriot Script 1.0.13 User Guide for PEM 1.3.2

    Energy Technology Data Exchange (ETDEWEB)

    Cleland, Timothy James [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Kubicek, Deborah Ann [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Stroud, Phillip David [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Cuellar-Hengartner, Leticia [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Mathis, Mark [Descartes Labs, Inc., Los Alamos, NM (United States)

    2015-11-02

    This document provides an updated user guide for Patriot Script Version 1.0.13, for release with PEM 1.3.1 (LAUR-1422817) that adds description and instructions for the new excursion capability (see section 4.5.1).

  20. Pure JavaScript Storyline Layout Algorithm

    Energy Technology Data Exchange (ETDEWEB)

    2017-10-02

    This is a JavaScript library for a storyline layout algorithm. Storylines are adept at communicating complex change by encoding time on the x-axis and using the proximity of lines in the y direction to represent interaction between entities. The library in this disclosure takes as input a list of objects containing an id, time, and state. The output is a data structure that can be used to conveniently render a storyline visualization. Most importantly, the library computes the y-coordinate of the entities over time that decreases layout artifacts including crossings, wiggles, and whitespace. This is accomplished through multi-objective, multi-stage optimization problem, where the output of one stage produces input and constraints for the next stage.

  1. Revisiting chameleon gravity: Thin-shell and no-shell fields with appropriate boundary conditions

    International Nuclear Information System (INIS)

    Tamaki, Takashi; Tsujikawa, Shinji

    2008-01-01

    We derive analytic solutions of a chameleon scalar field φ that couples to a nonrelativistic matter in the weak gravitational background of a spherically symmetric body, paying particular attention to a field mass m A inside of the body. The standard thin-shell field profile is recovered by taking the limit m A r c →∞, where r c is a radius of the body. We show the existence of ''no-shell'' solutions where the field is nearly frozen in the whole interior of the body, which does not necessarily correspond to the 'zero-shell' limit of thin-shell solutions. In the no-shell case, under the condition m A r c >>1, the effective coupling of φ with matter takes the same asymptotic form as that in the thin-shell case. We study experimental bounds coming from the violation of equivalence principle as well as solar-system tests for a number of models including f(R) gravity and find that the field is in either the thin-shell or the no-shell regime under such constraints, depending on the shape of scalar-field potentials. We also show that, for the consistency with local gravity constraints, the field at the center of the body needs to be extremely close to the value φ A at the extremum of an effective potential induced by the matter coupling.

  2. The double-body glyphs and palaeographic chronology in the rongorongo script

    DEFF Research Database (Denmark)

    Wieczorek, Rafal

    2011-01-01

    In the rongorongo script we encounter many anthropomorphic glyphs with an enlarged body and a hole in the belly. Based primarily on structural evidence present in parallel passages, it is argued that hollow-belly glyphs are in fact a compact form of two normal-belly single anthropomorphic glyphs....

  3. Transport comparison of multiwall carbon nanotubes by contacting outer shell and all shells.

    Science.gov (United States)

    Luo, Qiang; Cui, A-Juan; Zhang, Yi-Guang; Lu, Chao; Jin, Ai-Zi; Yang, Hai-Fang; Gu, Chang-Zhi

    2010-11-01

    Carbon nanotubes, particularly multiwall carbon nanotubes (MWCNTs) can serve as interconnects in nanoelectronic devices and integrated circuits because of their extremely large current-carrying capacity. Many experimental results about the transport properties of individual MWCNTs by contacting outer shell or all shells have been reported. In this work, a compatible method with integrated circuit manufacturing process was presented to compare the transport property of an individual multiwall carbon nanotube (MWCNT) by contacting outer shell only and all shells successively. First of the Ti/Au electrodes contacting outer shell only were fabricated onto the nanotube through the sequence of electron beam lithography (EBL) patterning, metal deposition and lift-off process. After the characterization of its transport property, focused ion beam (FIB) was used to drill holes through the same nanotube at the as-deposited electrodes. Then new contact to the holes and electrodes were made by ion-induced deposition of tungsten from W(CO)6 precursor gas. The transport results indicated that the new contact to all shells can clear up the intershell resistance and the electrical conductance of the tube can be improved about 8 times compared to that of by contacting outer shell only.

  4. Automation of radiation treatment planning. Evaluation of head and neck cancer patient plans created by the Pinnacle"3 scripting and Auto-Planning functions

    International Nuclear Information System (INIS)

    Speer, Stefan; Weiss, Alexander; Bert, Christoph; Klein, Andreas; Kober, Lukas; Yohannes, Indra

    2017-01-01

    Intensity-modulated radiotherapy (IMRT) techniques are now standard practice. IMRT or volumetric-modulated arc therapy (VMAT) allow treatment of the tumor while simultaneously sparing organs at risk. Nevertheless, treatment plan quality still depends on the physicist's individual skills, experiences, and personal preferences. It would therefore be advantageous to automate the planning process. This possibility is offered by the Pinnacle"3 treatment planning system (Philips Healthcare, Hamburg, Germany) via its scripting language or Auto-Planning (AP) module. AP module results were compared to in-house scripts and manually optimized treatment plans for standard head and neck cancer plans. Multiple treatment parameters were scored to judge plan quality (100 points = optimum plan). Patients were initially planned manually by different physicists and re-planned using scripts or AP. Script-based head and neck plans achieved a mean of 67.0 points and were, on average, superior to manually created (59.1 points) and AP plans (62.3 points). Moreover, they are characterized by reproducibility and lower standard deviation of treatment parameters. Even less experienced staff are able to create at least a good starting point for further optimization in a short time. However, for particular plans, experienced planners perform even better than scripts or AP. Experienced-user input is needed when setting up scripts or AP templates for the first time. Moreover, some minor drawbacks exist, such as the increase of monitor units (+35.5% for scripted plans). On average, automatically created plans are superior to manually created treatment plans. For particular plans, experienced physicists were able to perform better than scripts or AP; thus, the benefit is greatest when time is short or staff inexperienced. (orig.) [de

  5. Automation of radiation treatment planning : Evaluation of head and neck cancer patient plans created by the Pinnacle3 scripting and Auto-Planning functions.

    Science.gov (United States)

    Speer, Stefan; Klein, Andreas; Kober, Lukas; Weiss, Alexander; Yohannes, Indra; Bert, Christoph

    2017-08-01

    Intensity-modulated radiotherapy (IMRT) techniques are now standard practice. IMRT or volumetric-modulated arc therapy (VMAT) allow treatment of the tumor while simultaneously sparing organs at risk. Nevertheless, treatment plan quality still depends on the physicist's individual skills, experiences, and personal preferences. It would therefore be advantageous to automate the planning process. This possibility is offered by the Pinnacle 3 treatment planning system (Philips Healthcare, Hamburg, Germany) via its scripting language or Auto-Planning (AP) module. AP module results were compared to in-house scripts and manually optimized treatment plans for standard head and neck cancer plans. Multiple treatment parameters were scored to judge plan quality (100 points = optimum plan). Patients were initially planned manually by different physicists and re-planned using scripts or AP. Script-based head and neck plans achieved a mean of 67.0 points and were, on average, superior to manually created (59.1 points) and AP plans (62.3 points). Moreover, they are characterized by reproducibility and lower standard deviation of treatment parameters. Even less experienced staff are able to create at least a good starting point for further optimization in a short time. However, for particular plans, experienced planners perform even better than scripts or AP. Experienced-user input is needed when setting up scripts or AP templates for the first time. Moreover, some minor drawbacks exist, such as the increase of monitor units (+35.5% for scripted plans). On average, automatically created plans are superior to manually created treatment plans. For particular plans, experienced physicists were able to perform better than scripts or AP; thus, the benefit is greatest when time is short or staff inexperienced.

  6. Living in history and living by the cultural life script: How older Germans date their autobiographical memories.

    Science.gov (United States)

    Bohn, Annette; Habermas, Tilmann

    2016-01-01

    This study examines predictions from two theories on the organisation of autobiographical memory: Cultural Life Script Theory which conceptualises the organisation of autobiographical memory by cultural schemata, and Transition Theory which proposes that people organise their memories in relation to personal events that changed the fabric of their daily lives, or in relation to negative collective public transitions, called the Living-in-History effect. Predictions from both theories were tested in forty-eight-old Germans from Berlin and Northern Germany. We tested whether the Living-in-History effect exists for both negative (the Second World War) and positive (Fall of Berlin Wall) collectively experienced events, and whether cultural life script events serve as a prominent strategy to date personal memories. Results showed a powerful, long-lasting Living-in History effect for the negative, but not the positive event. Berlin participants dated 26% of their memories in relation to the Second World War. Supporting cultural life script theory, life script events were frequently used to date personal memories. This provides evidence that people use a combination of culturally transmitted knowledge and knowledge based on personal experience to navigate through their autobiographical memories, and that experiencing war has a lasting impact on the organisation of autobiographical memories across the life span.

  7. Collaboration Scripts for Mastership Skills: Online game about classroom dilemmas in teacher education

    NARCIS (Netherlands)

    Hummel, Hans; Geerts, Walter; Slootmaker, Aad; Kuipers, Aad; Westera, Wim

    2013-01-01

    Hummel, H. G. K., Geerts, W. M., Slootmaker, A., Kuipers, D., & Westera, W. (in press). Collaboration scripts for mastership skills: Online game about classroom dilemmas in teacher Education. Interactive Learning Environments.

  8. Situational Script Management of Business Processes with Changeable Structure

    OpenAIRE

    Chaliy, Sergey; Chala, Oksana

    2008-01-01

    In the presented work the problem of management business-processes with changeable structure is considered and situational based approach to its decision is offered. The approach is based on situational model of management business-process according to which process is represented as a set of situations. The script defining necessary actions is connected with each situation. Management of process is carried out by means of the rules formalizing functional requirements to processes.

  9. Shell report 2001; Les personnes, la planete, les profits. Shell rapport 2001

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2002-07-01

    In 2001, Shell saw mixed results across the social, environmental and economic spectrum. In order to contribute to the sustainable development, the Group is on track towards meeting its target to reduce greenhouse gas emissions to 10 % below 1990 levels by the end of 2002, although there was a significant increase in spill volumes and greenhouse gas emissions rose. Shell has articulated the business case and defined seven principles of sustainable development for use across the Group in business plans and daily operations: generating robust profitability; delivering value to customers; protecting the environment; managing resources; respecting and safeguarding people; benefiting communities; and working with stakeholders. Key points from the Shell Report include: in the framework of Managing, an independent review of the Shell Nigeria Community Development programme and testing of a human rights assessment tool in Shell South Africa and the implementing of a new Diversity and Inclusiveness Standard; in the framework of the economy the cost improvements of 5,1 billion dollars, ahead of target, the second highest earnings ever in difficult market conditions and the election of Shell top brand for fifth year running by motorists; in the framework of the Social, the safety performance, the avoidance of 100 contracts for incompatibility with Shell Business Principles; in the framework of the Environment, the publication of the Fresh water usage report for the first time, the Greenhouse gas emissions, the increase of spills as a result of a small number of incidents including a pipeline rupture in Nigeria and a well blow out in Oman. The economic, environmental and social data of the Shell Report are externally verified. (A.L.B.)

  10. MODEL COOPERATIVE SCRIPT BERPENDEKATAN SCIENCE, ENVIRONMENT, TECHNOLOGY, AND SOCIETY (SETS TERHADAP HASIL BELAJAR

    Directory of Open Access Journals (Sweden)

    Amir Maksum

    2015-11-01

    Full Text Available This study aimed to determine the positive effects of the applicatioan of learning model by using script cooperative with SETS approach to chemistry students' learning outcomes of student in class X. The population in this study is students class X high school in Kendal. Sampling is done by cluster purposive sampling technique, obtained one class as a experiment class that uses of script cooperative learning with the model SETS approach and another class as the gain control class with expository teaching using SETS approach. Data were collected by using documentation method, testing, observation and questionnaires. Based on the analysis of  affective domain data, it gained score percentage of 80% for the experimental class and 78% for   control class. While the score percentage for the psychomotor domain data acquired 79% of the experimental class and 78% the control class. Based on the analysis of the results, obtained correlation coefficient r b 0.52 with the contribution of 28%. The conclusions in this study is the use of script cooperative learning with the model SETS approach have an effects on the the learning outcomes of chemistry class X of high school students in Kendal on the subject redox concept with contributions of 28%.

  11. Design Automation Using Script Languages. High-Level CAD Templates in Non-Parametric Programs

    Science.gov (United States)

    Moreno, R.; Bazán, A. M.

    2017-10-01

    The main purpose of this work is to study the advantages offered by the application of traditional techniques of technical drawing in processes for automation of the design, with non-parametric CAD programs, provided with scripting languages. Given that an example drawing can be solved with traditional step-by-step detailed procedures, is possible to do the same with CAD applications and to generalize it later, incorporating references. In today’s modern CAD applications, there are striking absences of solutions for building engineering: oblique projections (military and cavalier), 3D modelling of complex stairs, roofs, furniture, and so on. The use of geometric references (using variables in script languages) and their incorporation into high-level CAD templates allows the automation of processes. Instead of repeatedly creating similar designs or modifying their data, users should be able to use these templates to generate future variations of the same design. This paper presents the automation process of several complex drawing examples based on CAD script files aided with parametric geometry calculation tools. The proposed method allows us to solve complex geometry designs not currently incorporated in the current CAD applications and to subsequently create other new derivatives without user intervention. Automation in the generation of complex designs not only saves time but also increases the quality of the presentations and reduces the possibility of human errors.

  12. AUX: a scripting language for auditory signal processing and software packages for psychoacoustic experiments and education.

    Science.gov (United States)

    Kwon, Bomjun J

    2012-06-01

    This article introduces AUX (AUditory syntaX), a scripting syntax specifically designed to describe auditory signals and processing, to the members of the behavioral research community. The syntax is based on descriptive function names and intuitive operators suitable for researchers and students without substantial training in programming, who wish to generate and examine sound signals using a written script. In this article, the essence of AUX is discussed and practical examples of AUX scripts specifying various signals are illustrated. Additionally, two accompanying Windows-based programs and development libraries are described. AUX Viewer is a program that generates, visualizes, and plays sounds specified in AUX. AUX Viewer can also be used for class demonstrations or presentations. Another program, Psycon, allows a wide range of sound signals to be used as stimuli in common psychophysical testing paradigms, such as the adaptive procedure, the method of constant stimuli, and the method of adjustment. AUX Library is also provided, so that researchers can develop their own programs utilizing AUX. The philosophical basis of AUX is to separate signal generation from the user interface needed for experiments. AUX scripts are portable and reusable; they can be shared by other researchers, regardless of differences in actual AUX-based programs, and reused for future experiments. In short, the use of AUX can be potentially beneficial to all members of the research community-both those with programming backgrounds and those without.

  13. Local shell-to-shell energy transfer via nonlocal interactions in fluid ...

    Indian Academy of Sciences (India)

    However, the shell-to-shell energy transfer rate is found to be local and forward. .... interaction was strong, but the energy exchange occurred predominantly between ..... The wave-number range considered is in the inverse cascade regime.

  14. The transition into adoptive parenthood: Adoption as a process of continued unsafe uncertainty when family scripts collide.

    Science.gov (United States)

    Tasker, Fiona; Wood, Sally

    2016-10-01

    Our prospective study investigated couples' expectations of adoptive parenthood and explored how these changed with their actual experience of parenthood. Six heterosexual couples were interviewed just before placement began and 6 months after the children had arrived. Interpretative Phenomenological Analysis (IPA) was used to analyse both sets of interview data. Expectations of adoptive parenthood mostly transformed smoothly into adoption experience for couples, but challenges were experienced when family scripts collided and a continued feeling of unsafe uncertainty then prevailed within these newly formed family systems. Family script collision seemed a particular problem for couples adopting sibling pairs. To further professional practice in working with families over the transition to adoptive parenting, we suggest that professionals keep in mind a framework that includes the following: Internal and external world influences on family members, Intergenerational issues, Family scripts and the Structural challenges of adoption (IIFS). © The Author(s) 2016.

  15. Scaling-Up Effective Language and Literacy Instruction: Evaluating the Importance of Scripting and Group Size Components

    DEFF Research Database (Denmark)

    Bleses, Dorthe; Højen, Anders; Dale, Philip

    2018-01-01

    participated in a cluster-randomized evaluation of three variations of a language-literacy focused curriculum (LEAP) comprising 40 twice-weekly 30-min lessons. LEAP-LARGE and LEAP-SMALL conditions involved educators’ implementation of a scope and sequence of objectives using scripted lessons provided to whole......-class and small groups, respectively. In LEAP-OPEN, educators followed the scope and sequence but were allowed to determine the instructional activities for each of 40 lessons (i.e., they received no scripted lessons). A business-as-usual (BAU) condition served as the control. Overall, the largest effect sizes...

  16. Multi-shelled ZnCo2O4 yolk-shell spheres for high-performance acetone gas sensor

    Science.gov (United States)

    Xiong, Ya; Zhu, Zongye; Ding, Degong; Lu, Wenbo; Xue, Qingzhong

    2018-06-01

    In the present study, multi-shelled ZnCo2O4 yolk-shell spheres have been successfully prepared by using carbonaceous microspheres as templates. It is found that the multi-shelled ZnCo2O4 yolk-shell spheres based sensor shows optimal sensing performances (response value of 38.2, response/recovery time of 19 s/71 s) toward 500 ppm acetone at 200 °C. In addition, this sensor exhibits a low detection limit of 0.5 ppm acetone (response value of 1.36) and a good selectivity toward hydrogen, methane, ethanol, ammonia and carbon dioxide. Furthermore, it is demonstrated that acetone gas response of multi-shelled ZnCo2O4 yolk-shell spheres is significantly better than that of ZnCo2O4 nanotubes and ZnCo2O4 nanosheets. High acetone response of the multi-shelled ZnCo2O4 yolk-shell spheres is attributed to the enhanced gas accessibility of the multi-shell morphology caused by the small crystalline size and high specific surface area while the short response/recovery time is mainly related to the rapid gas diffusion determined by the highly porous structure. Our work puts forward an exciting opportunity in designing various yolk-shelled structures for multipurpose applications.

  17. Influence of Shell Thickness on the Colloidal Stability of Magnetic Core-Shell Particle Suspensions.

    Science.gov (United States)

    Neville, Frances; Moreno-Atanasio, Roberto

    2018-01-01

    We present a Discrete Element study of the behavior of magnetic core-shell particles in which the properties of the core and the shell are explicitly defined. Particle cores were considered to be made of pure iron and thus possessed ferromagnetic properties, while particle shells were considered to be made of silica. Core sizes ranged between 0.5 and 4.0 μm with the actual particle size of the core-shell particles in the range between 0.6 and 21 μm. The magnetic cores were considered to have a magnetization of one tenth of the saturation magnetization of iron. This study aimed to understand how the thickness of the shell hinders the formation of particle chains. Chain formation was studied with different shell thicknesses and particle sizes in the presence and absence of an electrical double layer force in order to investigate the effect of surface charge density on the magnetic core-shell particle interactions. For core sizes of 0.5 and 4.0 μm the relative shell thicknesses needed to hinder the aggregation process were approximately 0.4 and 0.6 respectively, indicating that larger core sizes are detrimental to be used in applications in which no flocculation is needed. In addition, the presence of an electrical double layer, for values of surface charge density of less than 20 mC/m 2 , could stop the contact between particles without hindering their vertical alignment. Only when the shell thickness was considerably larger, was the electrical double layer able to contribute to the full disruption of the magnetic flocculation process.

  18. Disrupting Racialized Institutional Scripts: Toward Parent-Teacher Transformative Agency for Educational Justice

    Science.gov (United States)

    Ishimaru, Ann M.; Takahashi, Sola

    2017-01-01

    Partnerships between teachers and parents from nondominant communities hold promise for reducing race- and class-based educational disparities, but the ways families and teachers work together often fall short of delivering systemic change. Racialized institutional scripts provide "taken-for-granted" norms, expectations, and assumptions…

  19. Interelectron correlations in photoionization of outer shells near inner shell thresholds

    International Nuclear Information System (INIS)

    Amusia, M Ya; Chernysheva, L V; Drukarev, E G

    2015-01-01

    We have studied the role of virtual excitations of inner shells upon outer shell photoionization. The calculations were performed in the frames of the Random Phase Approximation with Exchange (RPAE) and its generalized version GRPAE that take into account variation of the atomic field due to electron elimination and the inner vacancies decay. We apply both analytic approximation and numeric computations. The results are presented for 3p electrons in Ar and for 4d-electrons in Pd near inner shells thresholds. The effect considered proved to be quite noticeable. (paper)

  20. TmiRUSite and TmiROSite scripts: searching for mRNA fragments with miRNA binding sites with encoded amino acid residues.

    Science.gov (United States)

    Berillo, Olga; Régnier, Mireille; Ivashchenko, Anatoly

    2014-01-01

    microRNAs are small RNA molecules that inhibit the translation of target genes. microRNA binding sites are located in the untranslated regions as well as in the coding domains. We describe TmiRUSite and TmiROSite scripts developed using python as tools for the extraction of nucleotide sequences for miRNA binding sites with their encoded amino acid residue sequences. The scripts allow for retrieving a set of additional sequences at left and at right from the binding site. The scripts presents all received data in table formats that are easy to analyse further. The predicted data finds utility in molecular and evolutionary biology studies. They find use in studying miRNA binding sites in animals and plants. TmiRUSite and TmiROSite scripts are available for free from authors upon request and at https: //sites.google.com/site/malaheenee/downloads for download.

  1. Efficient construction of approximate call graphs for JavaScript IDE services

    DEFF Research Database (Denmark)

    Feldthaus, Asger; Schäfer, Max; Sridharan, Manu

    2013-01-01

    The rapid rise of JavaScript as one of the most popular programming languages of the present day has led to a demand for sophisticated IDE support similar to what is available for Java or C#. However, advanced tooling is hampered by the dynamic nature of the language, which makes any form of stat...

  2. Wrinkling of Pressurized Elastic Shells

    KAUST Repository

    Vella, Dominic; Ajdari, Amin; Vaziri, Ashkan; Boudaoud, Arezki

    2011-01-01

    We study the formation of localized structures formed by the point loading of an internally pressurized elastic shell. While unpressurized shells (such as a ping-pong ball) buckle into polygonal structures, we show that pressurized shells

  3. Adsorption of volatile organic compounds by pecan shell- and almond shell-based granular activated carbons.

    Science.gov (United States)

    Bansode, R R; Losso, J N; Marshall, W E; Rao, R M; Portier, R J

    2003-11-01

    The objective of this research was to determine the effectiveness of using pecan and almond shell-based granular activated carbons (GACs) in the adsorption of volatile organic compounds (VOCs) of health concern and known toxic compounds (such as bromo-dichloromethane, benzene, carbon tetrachloride, 1,1,1-trichloromethane, chloroform, and 1,1-dichloromethane) compared to the adsorption efficiency of commercially used carbons (such as Filtrasorb 200, Calgon GRC-20, and Waterlinks 206C AW) in simulated test medium. The pecan shell-based GACs were activated using steam, carbon dioxide or phosphoric acid. An almond shell-based GAC was activated with phosphoric acid. Our results indicated that steam- or carbon dioxide-activated pecan shell carbons were superior in total VOC adsorption to phosphoric acid-activated pecan shell or almond shell carbons, inferring that the method of activation selected for the preparation of activated carbons affected the adsorption of VOCs and hence are factors to be considered in any adsorption process. The steam-activated, pecan shell carbon adsorbed more total VOCs than the other experimental carbons and had an adsorption profile similar to the two coconut shell-based commercial carbons, but had greater adsorption than the coal-based commercial carbon. All the carbons studied adsorbed benzene more effectively than the other organics. Pecan shell, steam-activated and acid-activated GACs showed higher adsorption of 1,1,1-trichloroethane than the other carbons studied. Multivariate analysis was conducted to group experimental carbons and commercial carbons based on their physical, chemical, and adsorptive properties. The results of the analysis conclude that steam-activated and acid-activated pecan shell carbons clustered together with coal-based and coconut shell-based commercial carbons, thus inferring that these experimental carbons could potentially be used as alternative sources for VOC adsorption in an aqueous environment.

  4. Instant Windows PowerShell

    CERN Document Server

    Menon, Vinith

    2013-01-01

    Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks. A practical, hands-on tutorial approach that explores the concepts of PowerShell in a friendly manner, taking an adhoc approach to each topic.If you are an administrator who is new to PowerShell or are looking to get a good grounding in these new features, this book is ideal for you. It's assumed that you will have some experience in PowerShell and Windows Server, as well being familiar with the PowerShell command-line.

  5. Coal option. [Shell Co

    Energy Technology Data Exchange (ETDEWEB)

    1978-01-01

    This paper notes the necessity of developing an international coal trade on a very large scale. The role of Shell in the coal industry is examined; the regions in which Shell companies are most active are Australia, Southern Africa, Indonesia; Europe and North America. Research is being carried out on marketing and transportation, especially via slurry pipelines; coal-oil emulsions; briquets; fluidized-bed combustion; recovery of coal from potential waste material; upgrading of low-rank coals; unconventional forms of mining; coal conversion (the Shell/Koppers high-pressure coal gasification process). Techniques for cleaning flue gas (the Shell Flue Gas Desulfurization process) are being examined.

  6. A Transcription Scheme for Languages Employing the Arabic Script Motivated by Speech Processing Application

    National Research Council Canada - National Science Library

    Ganjavi, Shadi; Georgiou, Panayiotis G; Narayanan, Shrikanth

    2004-01-01

    ... (The DARPA Babylon Program; Narayanan, 2003). In this paper, we discuss transcription systems needed for automated spoken language processing applications in Persian that uses the Arabic script for writing...

  7. Nuclear shell theory

    CERN Document Server

    de-Shalit, Amos; Massey, H S W

    1963-01-01

    Nuclear Shell Theory is a comprehensive textbook dealing with modern methods of the nuclear shell model. This book deals with the mathematical theory of a system of Fermions in a central field. It is divided into three parts. Part I discusses the single particle shell model. The second part focuses on the tensor algebra, two-particle systems. The last part covers three or more particle systems. Chapters on wave functions in a central field, tensor fields, and the m-Scheme are also presented. Physicists, graduate students, and teachers of nuclear physics will find the book invaluable.

  8. Wrinkling of Pressurized Elastic Shells

    KAUST Repository

    Vella, Dominic

    2011-10-01

    We study the formation of localized structures formed by the point loading of an internally pressurized elastic shell. While unpressurized shells (such as a ping-pong ball) buckle into polygonal structures, we show that pressurized shells are subject to a wrinkling instability. We study wrinkling in depth, presenting scaling laws for the critical indentation at which wrinkling occurs and the number of wrinkles formed in terms of the internal pressurization and material properties of the shell. These results are validated by numerical simulations. We show that the evolution of the wrinkle length with increasing indentation can be understood for highly pressurized shells from membrane theory. These results suggest that the position and number of wrinkles may be used in combination to give simple methods for the estimation of the mechanical properties of highly pressurized shells. © 2011 American Physical Society.

  9. Experimental Physics and Industrial Control System (EPICS): Application source/release control for EPICS R3.11.6

    International Nuclear Information System (INIS)

    Zieman, B.; Kraimer, M.

    1994-01-01

    This manual describes a set of tools that can be used to develop software for EPICS based control systems. It provides the following features: Multiple applications; the entire system is composed of an arbitrary number of applications: Source/Release Control; all files created or modified by the applications developers can be put under sccs (a UNIX Source/Release control utility): Multiple Developers; it allows a number of applications developers to work separately during the development phase but combine their applications for system testing and for a production system; Makefiles: makefiles are provided to automatically rebuild various application components. For C and state notation programs, Imagefiles are provided

  10. Python GUI Scripting Interface for Running Atomic Physics Applications

    OpenAIRE

    Tahat, Amani; Tahat, Mofleh

    2011-01-01

    We create a Python GUI scripting interface working under Windows in addition to (UNIX/Linux). The GUI has been built around the Python open-source programming language. We use the Python's GUI library that so called Python Mega Widgets (PMW) and based on Tkinter Python module (http://www.freenetpages.co.uk/hp/alan.gauld/tutgui.htm). The new GUI was motivated primarily by the desire of more updated operations, more flexibility incorporating future and current improvements in producing atomic d...

  11. Mothers' electrophysiological, subjective, and observed emotional responding to infant crying: The role of secure base script knowledge.

    Science.gov (United States)

    Groh, Ashley M; Roisman, Glenn I; Haydon, Katherine C; Bost, Kelly; McElwain, Nancy; Garcia, Leanna; Hester, Colleen

    2015-11-01

    This study examined the extent to which secure base script knowledge-reflected in the ability to generate narratives in which attachment-relevant events are encountered, a clear need for assistance is communicated, competent help is provided and accepted, and the problem is resolved-is associated with mothers' electrophysiological, subjective, and observed emotional responses to an infant distress vocalization. While listening to an infant crying, mothers (N = 108, M age = 34 years) lower on secure base script knowledge exhibited smaller shifts in relative left (vs. right) frontal EEG activation from rest, reported smaller reductions in feelings of positive emotion from rest, and expressed greater levels of tension. Findings indicate that lower levels of secure base script knowledge are associated with an organization of emotional responding indicative of a less flexible and more emotionally restricted response to infant distress. Discussion focuses on the contribution of mothers' attachment representations to their ability to effectively manage emotional responding to infant distress in a manner expected to support sensitive caregiving.

  12. Stability of charged thin shells

    International Nuclear Information System (INIS)

    Eiroa, Ernesto F.; Simeone, Claudio

    2011-01-01

    In this article we study the mechanical stability of spherically symmetric thin shells with charge, in Einstein-Maxwell and Einstein-Born-Infeld theories. We analyze linearized perturbations preserving the symmetry, for shells around vacuum and shells surrounding noncharged black holes.

  13. "Think Like a Man": How Sexual Cultural Scripting and Masculinity Influence Changes in Men's Use of Intimate Partner Violence.

    Science.gov (United States)

    Willie, Tiara C; Khondkaryan, Enna; Callands, Tamora; Kershaw, Trace

    2018-03-01

    The purpose of the study was to (a) explore the relationship between sexual cultural scripting and traditional masculine norms on changes in intimate partner violence (IPV) perpetration, and (b) examine traditional masculine norms as an effect modifier among young heterosexual men. This study is a secondary data analysis of a prospective cohort study of 119 young heterosexual men who were followed for 6 months. The adjusted logistic regression results revealed that sexual cultural scripting norms were associated with an increased odds of emotional IPV perpetration and traditional masculine norms were associated with an increased odds of physical IPV perpetration in the past 6 months. There were no significant interaction effects between sexual cultural scripting and traditional masculine norms on IPV perpetration. These findings suggest that socially constructed norms and beliefs surrounding masculinity, femininity, and how women and men interact in sexual relationships are important constructs for understanding the etiology of young men's use of violence against a female partner. While primary IPV interventions targeting young men do address masculinity, sexual cultural scripting is an additional concept that should also be addressed. © Society for Community Research and Action 2018.

  14. Synthesis and characterization of noble metal–titania core–shell nanostructures with tunable shell thickness

    Directory of Open Access Journals (Sweden)

    Bartosz Bartosewicz

    2017-10-01

    Full Text Available Core–shell nanostructures have found applications in many fields, including surface enhanced spectroscopy, catalysis and solar cells. Titania-coated noble metal nanoparticles, which combine the surface plasmon resonance properties of the core and the photoactivity of the shell, have great potential for these applications. However, the controllable synthesis of such nanostructures remains a challenge due to the high reactivity of titania precursors. Hence, a simple titania coating method that would allow better control over the shell formation is desired. A sol–gel based titania coating method, which allows control over the shell thickness, was developed and applied to the synthesis of Ag@TiO2 and Au@TiO2 with various shell thicknesses. The morphology of the synthesized structures was investigated using scanning electron microscopy (SEM. Their sizes and shell thicknesses were determined using tunable resistive pulse sensing (TRPS technique. The optical properties of the synthesized structures were characterized using UV–vis spectroscopy. Ag@TiO2 and Au@TiO2 structures with shell thickness in the range of ≈40–70 nm and 90 nm, for the Ag and Au nanostructures respectively, were prepared using a method we developed and adapted, consisting of a change in the titania precursor concentration. The synthesized nanostructures exhibited significant absorption in the UV–vis range. The TRPS technique was shown to be a very useful tool for the characterization of metal–metal oxide core–shell nanostructures.

  15. Flow observation by rod lens and low-light video (videotape script: January 4, 1977)

    International Nuclear Information System (INIS)

    Lord, D.E.; Carter, G.W.; Petrini, R.R.

    1977-01-01

    The script of a demonstration videotape made to show the possibilities of coupling rod lenses to low-light video systems to observe internal flow conditions is presented. The illustrations accompanying the text were photographed directly from the video screen. Some up-dated comments appear as footnotes to the original script and a description of the multiscan low-light television system developed to measure velocity is included in the epilogue. The combination of rod lens and low-light video system makes it possible to observe dynamic events in hitherto inaccessible volumes. The pressure and temperature capabilities of the rod lens make it applicable to many engineering uses. This system, in conjunction with electronic image enhancement systems, provides a new dimension in engineering analysis

  16. Shell supports

    DEFF Research Database (Denmark)

    Almegaard, Henrik

    2004-01-01

    A new statical and conceptual model for membrane shell structures - the stringer system - has been found. The principle was first published at the IASS conference in Copenhagen (OHL91), and later the theory has been further developed (ALMO3)(ALMO4). From the analysis of the stringer model it can...... be concluded that all membrane shells can be described by a limited number of basic configurations of which quite a few have free edges....

  17. An OpenMI Implementation of a Water Resources System using Simple Script Wrappers

    Science.gov (United States)

    Steward, D. R.; Aistrup, J. A.; Kulcsar, L.; Peterson, J. M.; Welch, S. M.; Andresen, D.; Bernard, E. A.; Staggenborg, S. A.; Bulatewicz, T.

    2013-12-01

    This team has developed an adaption of the Open Modelling Interface (OpenMI) that utilizes Simple Script Wrappers. Code is made OpenMI compliant through organization within three modules that initialize, perform time steps, and finalize results. A configuration file is prepared that specifies variables a model expects to receive as input and those it will make available as output. An example is presented for groundwater, economic, and agricultural production models in the High Plains Aquifer region of Kansas. Our models use the programming environments in Scilab and Matlab, along with legacy Fortran code, and our Simple Script Wrappers can also use Python. These models are collectively run within this interdisciplinary framework from initial conditions into the future. It will be shown that by applying model constraints to one model, the impact may be accessed on changes to the water resources system.

  18. Canvas Pocket Reference Scripted Graphics for HTML5

    CERN Document Server

    Flanagan, David

    2010-01-01

    The Canvas element is a revolutionary feature of HTML5 that enables powerful graphics for rich Internet applications, and this pocket reference provides the essentials you need to put this element to work. If you have working knowledge of JavaScript, this book will help you create detailed, interactive, and animated graphics -- from charts to animations to video games -- whether you're a web designer or a programmer interested in graphics. Canvas Pocket Reference provides both a tutorial that covers all of the element's features with plenty of examples and a definitive reference to each of t

  19. The influence that JavaScript(TM has on the visibility of a Website to search engines - a pilot study

    Directory of Open Access Journals (Sweden)

    M. Weideman

    2006-01-01

    Full Text Available Introduction. In this research project, an empirical pilot study on the relationship between JavaScript(TM usage and Website visibility was carried out. The main purpose was to establish whethe JavaScript(TM-based hyperlinks attract or repel crawlers, resulting in an increase or decrease in Website visibility. Method. A literature survey has established that there appears to be contradiction amongst claims by various authors as to whether or not crawlers can parse or interpret JavaScript(TM. The chosen methodology involved the creation of a Website that contains different kinds of links to other pages, where actual data files were stored. Search engine crawler visits to the page pointed to by the different kinds of links were monitored and recorded. Analysis. This experiment took into account the fact that JavaScript(TM can be embedded within the HTML of a Web page or referenced as an external '.js' file. It also considered different ways of specifying links within JavaScript(TM. Results. The results obtained indicated that text links provide the highest level of opportunity for crawlers to discover and index non-homepages. In general, crawlers did not follow Javascript(TM-based links to Web pages blindly. Conclusion. . Most crawlers evade Javascript(TM links, implying that Web pages using forms of this technology, for example in pop-up/pull-down menus, could be jeopardising their chances of achieving high search engine rankings. Certain Javascript(TM links were not followed at all, which has serious implications for designers of e-Commerce Websites.

  20. A refined element-based Lagrangian shell element for geometrically nonlinear analysis of shell structures

    Directory of Open Access Journals (Sweden)

    Woo-Young Jung

    2015-04-01

    Full Text Available For the solution of geometrically nonlinear analysis of plates and shells, the formulation of a nonlinear nine-node refined first-order shear deformable element-based Lagrangian shell element is presented. Natural co-ordinate-based higher order transverse shear strains are used in present shell element. Using the assumed natural strain method with proper interpolation functions, the present shell element generates neither membrane nor shear locking behavior even when full integration is used in the formulation. Furthermore, a refined first-order shear deformation theory for thin and thick shells, which results in parabolic through-thickness distribution of the transverse shear strains from the formulation based on the third-order shear deformation theory, is proposed. This formulation eliminates the need for shear correction factors in the first-order theory. To avoid difficulties resulting from large increments of the rotations, a scheme of attached reference system is used for the expression of rotations of shell normal. Numerical examples demonstrate that the present element behaves reasonably satisfactorily either for the linear or for geometrically nonlinear analysis of thin and thick plates and shells with large displacement but small strain. Especially, the nonlinear results of slit annular plates with various loads provided the benchmark to test the accuracy of related numerical solutions.

  1. Ogrodja JavaScript in orodja za razvoj za odjemalca: primerjava in ovrednotenje z empiričnim modelom

    OpenAIRE

    Podbojec, Damir

    2017-01-01

    V magistrskem delu je predstavljen razvoj JavaScripta skozi čas, moderna ogrodja JavaScript, ki se uporabljajo za razvoj dinamičnih spletnih aplikacij, in orodja za razvoj za odjemalca, ki pospešujejo in pripomorejo k celotnemu razvojniškemu procesu. Analizirana je arhitektura današnjih dinamičnih spletnih aplikacij ter osnovne funkcionalnosti ogrodij JavaScript in orodij za razvoj za odjemalca. V namen lažje diferenciacije med ogrodji in lažje izbire ogrodij za razvoj dinamičnih spletnih apl...

  2. The potential of a script to portray the acquisition of major household ...

    African Journals Online (AJOL)

    The potential of a script to portray the acquisition of major household appliances in consumer behaviour research. AC Erasmus, E Boshoff, GG Rousseau. Abstract. No Abstract. Full Text: EMAIL FREE FULL TEXT EMAIL FREE FULL TEXT · DOWNLOAD FULL TEXT DOWNLOAD FULL TEXT · AJOL African Journals Online.

  3. Statistical Mechanics of Thin Spherical Shells

    Directory of Open Access Journals (Sweden)

    Andrej Košmrlj

    2017-01-01

    Full Text Available We explore how thermal fluctuations affect the mechanics of thin amorphous spherical shells. In flat membranes with a shear modulus, thermal fluctuations increase the bending rigidity and reduce the in-plane elastic moduli in a scale-dependent fashion. This is still true for spherical shells. However, the additional coupling between the shell curvature, the local in-plane stretching modes, and the local out-of-plane undulations leads to novel phenomena. In spherical shells, thermal fluctuations produce a radius-dependent negative effective surface tension, equivalent to applying an inward external pressure. By adapting renormalization group calculations to allow for a spherical background curvature, we show that while small spherical shells are stable, sufficiently large shells are crushed by this thermally generated “pressure.” Such shells can be stabilized by an outward osmotic pressure, but the effective shell size grows nonlinearly with increasing outward pressure, with the same universal power-law exponent that characterizes the response of fluctuating flat membranes to a uniform tension.

  4. Malware Mimics for Network Security Assessment

    Science.gov (United States)

    2011-03-01

    systems; file systems and file formats; interpreted environments such as scripts ( PHP , Jscript, Batch and Shell scripts) and macros; and more. They...as MySQL should be used, though it will come at the cost of added complexity. In order to keep implementation as simple as possible (with an eye

  5. Temporal structures in shell models

    DEFF Research Database (Denmark)

    Okkels, F.

    2001-01-01

    The intermittent dynamics of the turbulent Gledzer, Ohkitani, and Yamada shell-model is completely characterized by a single type of burstlike structure, which moves through the shells like a front. This temporal structure is described by the dynamics of the instantaneous configuration of the shell...

  6. Expert system development (ESD) shell

    International Nuclear Information System (INIS)

    Padmini, S.; Diwakar, M.P.; Rathode, N.C.; Bairi, B.R.

    1991-01-01

    An Expert System Development (ESD) Shell design implementation is desribed in detail. The shell provides high-level generic facilities for Knowledge Representation (KR) and inferencing and tools for developing user interfaces. Powerful set of tools in the shell relieves much of the programming burden in the ES development. The shell is written in PROLOG under IBM PC/AT. KR facilities are based on two very powerful formalisms namely, frames and rules. Inference Engine (IE) draws most of its power from unification and backward reasoning strategy in PROLOG. This basic mechanism is enhanced further by incorporating both forward and backward chaining of rules and frame-based inferencing. Overall programming style integrates multiple paradigms including logic, object oriented, access-oriented and imperative programming. This permits ES designer a lot of flexibility in organizing inference control. Creation and maintainance of knowledge base is a major activity. The shell, therefore, provides number of facilities to simplify these tasks. Shell design also takes note of the fact that final success of any system depends on end-user satisfaction and hence provides features to build use-friendly interfaces. The shell also provides a set of interfacing predicates so that it can be embedded within any PROLOG program to incorporate functionalilty of the shell in the user program. (author). 10 refs., 8 figs

  7. Design aids for stiffened composite shells with cutouts

    CERN Document Server

    Sahoo, Sarmila

    2017-01-01

    This book focuses on the free vibrations of graphite-epoxy laminated composite stiffened shells with cutout both in terms of the natural frequencies and mode shapes. The dynamic analysis of shell structures, which may have complex geometry and arbitrary loading and boundary conditions, is solved efficiently by the finite element method, even including cutouts in shells. The results may be readily used by practicing engineers dealing with stiffened composite shells with cutouts. Several shell forms viz. cylindrical shell, hypar shell, conoidal shell, spherical shell, saddle shell, hyperbolic paraboloidal shell and elliptic paraboloidal shell are considered in the book. The dynamic characteristics of stiffened composite shells with cutout are described in terms of the natural frequency and mode shapes. The size of the cutouts and their positions with respect to the shell centre are varied for different edge constraints of cross-ply and angle-ply laminated composite shells. The effects of these parametric variat...

  8. Activated carbons prepared from hazelnut shells, walnut shells and peanut shells for high CO2 adsorption

    Directory of Open Access Journals (Sweden)

    Lewicka Katarzyna

    2017-06-01

    Full Text Available Research treats about producing activated carbons for CO2 capture from hazelnut shells (HN, walnut shells (WN and peanut shells (PN. Saturated solution of KOH was used as an activating agent in ratio 1:1. Samples were carbonized in the furnace in the range of temperatures 600°C–900°C. Properties of carbons were tested by N2 adsorption method, using BET equation, DFT method and volumetric CO2 adsorption method. With the increase of carbonization temperature specific surface area of studied samples increased. The largest surface area was calculated for samples carbonized at 900°C and the highest values of CO2 adsorption had samples: PN900 at 0°C (5.5 mmol/g and WN900 at 25°C (4.34 mmol/g. All of the samples had a well-developed microporous structure.

  9. What happens when we compare the lifespan distributions of life script events and autobiographical memories of life story events? A cross-cultural study

    DEFF Research Database (Denmark)

    Zaragoza Scherman, Alejandra; Salgado, Sinué; Shao, Zhifang

    Cultural Life Script Theory (Berntsen and Rubin, 2004), provides a cultural explanation of the reminiscence bump: adults older than 40 years remember a significantly greater amount of life events happening between 15 - 30 years of age (Rubin, Rahal, & Poon, 1998), compared to other lifetime periods....... Most of these memories are rated as emotionally positive (Rubin & Berntsen, 2003). The cultural life script represents culturally shared expectations about the order and timing of life events in an typical, idealised life course. By comparing the lifespan distribution of the life scripts events...... and memories of life story events, we can determine the degree to which the cultural life script serves as a recall template for autobiographical memories, especially of positive life events from adolescence and early adulthood, also known as the reminiscence bump period....

  10. SU-F-T-241: Reduction in Planning Errors Via a Process Control Developed Using the Eclipse Scripting API

    Energy Technology Data Exchange (ETDEWEB)

    Barbee, D; McCarthy, A; Galavis, P; Xu, A [NYU Langone Medical Center, New York, NY (United States)

    2016-06-15

    Purpose: Errors found during initial physics plan checks frequently require replanning and reprinting, resulting decreased departmental efficiency. Additionally, errors may be missed during physics checks, resulting in potential treatment errors or interruption. This work presents a process control created using the Eclipse Scripting API (ESAPI) enabling dosimetrists and physicists to detect potential errors in the Eclipse treatment planning system prior to performing any plan approvals or printing. Methods: Potential failure modes for five categories were generated based on available ESAPI (v11) patient object properties: Images, Contours, Plans, Beams, and Dose. An Eclipse script plugin (PlanCheck) was written in C# to check errors most frequently observed clinically in each of the categories. The PlanCheck algorithms were devised to check technical aspects of plans, such as deliverability (e.g. minimum EDW MUs), in addition to ensuring that policy and procedures relating to planning were being followed. The effect on clinical workflow efficiency was measured by tracking the plan document error rate and plan revision/retirement rates in the Aria database over monthly intervals. Results: The number of potential failure modes the PlanCheck script is currently capable of checking for in the following categories: Images (6), Contours (7), Plans (8), Beams (17), and Dose (4). Prior to implementation of the PlanCheck plugin, the observed error rates in errored plan documents and revised/retired plans in the Aria database was 20% and 22%, respectively. Error rates were seen to decrease gradually over time as adoption of the script improved. Conclusion: A process control created using the Eclipse scripting API enabled plan checks to occur within the planning system, resulting in reduction in error rates and improved efficiency. Future work includes: initiating full FMEA for planning workflow, extending categories to include additional checks outside of ESAPI via Aria

  11. Cross-Platform JavaScript Coding: Shifting Sand Dunes and Shimmering Mirages.

    Science.gov (United States)

    Merchant, David

    1999-01-01

    Most libraries don't have the resources to cross-platform and cross-version test all of their JavaScript coding. Many turn to WYSIWYG; however, WYSIWYG editors don't generally produce optimized coding. Web developers should: test their coding on at least one 3.0 browser, code by hand using tools to help speed that process up, and include a simple…

  12. Supporting NATO C2-Simulation Experimentation with Scripted Web Services

    Science.gov (United States)

    2011-06-01

    SBMLServices services must parse the input scripts. • Semaphores are created to insure serial access to the remaining global resources: − Since there can only...be one connection to the JC3IEDM RI, that connection now must be shared among all instances; this requires a semaphore to control access...Initialization of SBMLServer is also now protected by a semaphore . • Setting and using object identifiers (OIDs) for pushing to the RI requires

  13. Dyson shells: a retrospective

    Science.gov (United States)

    Bradbury, Robert J.

    2001-08-01

    More than 40 years have passed since Freeman Dyson suggested that advanced technological civilizations are likely to dismantle planets in their solar systems to harvest all of the energy their stars wastefully radiate into space. Clearly this was an idea that was ahead of its time. Since that time, dozens of SETI searches have been conducted and almost all of them have focused their attention on stars which by definition cannot be the advanced civilizations that Dyson envisioned. I will review the data that created the confusion between Dyson spheres and Dyson shells. The sources that disprove Dyson spheres while still allowing Dyson shells will be discussed. The use of outmoded ideas that have biased the few searches for Dyson Shells that have occurred will be pointed out. An update of the concept of Dyson shells to include our current knowledge of biotechnology, nanotechnology and computer science will be explored. Finally, an approach to setting limits on the abundance of Dyson shells in our galaxy using existing optical astronomical data and future optical satellites will be proposed.

  14. Relations between scripted online peer feedback processes and quality of written argumentative essay

    NARCIS (Netherlands)

    Noroozi, Omid; Biemans, Harm; Mulder, Martin

    2016-01-01

    Teachers often complain about the quality of students' written essays in higher education. This study explores the relations between scripted online peer feedback processes and quality of written argumentative essay as they occur in an authentic learning situation with direct practical relevance.

  15. Mussel Shell Impaction in the Esophagus

    Directory of Open Access Journals (Sweden)

    Sunmin Kim

    2013-03-01

    Full Text Available Mussels are commonly used in cooking around the world. The mussel shell breaks more easily than other shells, and the edge of the broken mussel shell is sharp. Impaction can ultimately cause erosion, perforation and fistula. Aside from these complications, the pain can be very intense. Therefore, it is essential to verify and remove the shell as soon as possible. In this report we describe the process of diagnosing and treating mussel shell impaction in the esophagus. Physicians can overlook this unusual foreign body impaction due to lack of experience. When physicians encounter a patient with severe chest pain after a meal with mussels, mussel shell impaction should be considered when diagnosing and treating the patient.

  16. There may not be a cultural life script for public events, but there is a youth bias: Response to Janssen (2014)

    DEFF Research Database (Denmark)

    Koppel, Jonathan Mark; Berntsen, Dorthe

    2015-01-01

    Janssen asserts that, in a recent paper, we introduced the concept of a cultural life script for public events, in the form of the youth bias. Moreover, he contends that we claimed to have found evidence for such a life script. Correspondingly, he frames his own failure to find evidence for a lif...

  17. Plate shell structures of glass

    DEFF Research Database (Denmark)

    Bagger, Anne

    to their curved shape. A plate shell structure maintains a high stiffness-to-weight ratio, while facilitating the use of plane structural elements. The study focuses on using laminated glass panes for the load bearing facets. Various methods of generating a plate shell geometry are suggested. Together with Ghent......, such as facet size, imperfections, and connection characteristics. The critical load is compared to that of a similar, but smoothly curved, shell structure. Based on the investigations throughout the study, a set of guidelines for the structural design of plate shells of glass is proposed....

  18. Optimised photocatalytic hydrogen production using core–shell AuPd promoters with controlled shell thickness

    DEFF Research Database (Denmark)

    Jones, Wilm; Su, Ren; Wells, Peter

    2014-01-01

    of these materials towards the reforming of alcohols for hydrogen production. The core–shell structured Au–Pd bimetallic nanoparticle supported on TiO2 has being of interest as it exhibited extremely high quantum efficiencies for hydrogen production. However, the effect of shell composition and thickness...... of the nanoparticles by a combination of X-ray absorption fine structure and X-ray photoelectron spectroscopy. Photocatalytic ethanol reforming showed that the core–shell structured Au–Pd promoters supported on TiO2 exhibit enhanced activity compared to that of monometallic Au and Pd as promoters, whilst the core......–shell Au–Pd promoters containing one ML equivalent Pd provide the optimum reactivity....

  19. Nanostructued core–shell Sn nanowires @ CNTs with controllable thickness of CNT shells for lithium ion battery

    Energy Technology Data Exchange (ETDEWEB)

    Zhong, Yu; Li, Xifei; Zhang, Yong; Li, Ruying [Department of Mechanical and Materials Engineering, University of Western Ontario, London, Ontario N6A 5B9 (Canada); Cai, Mei [General Motors Research and Development Center, Warren, MI 48090-9055 (United States); Sun, Xueliang, E-mail: xsun@eng.uwo.ca [Department of Mechanical and Materials Engineering, University of Western Ontario, London, Ontario N6A 5B9 (Canada)

    2015-03-30

    Graphical abstract: - Highlights: • Sn nanowires encapsulated in CNTs directly grew on current collectors. • The thickness of CNTs were controlled via growth time, gas flow rate and synthesis temperature. • Thick CNTs contributed to a better capacity retention while thin CNTs led to a higher capacity. • The core–shell structures formed in one-step CVD process. - Abstract: Core–shell structure of Sn nanowires encapsulated in amorphous carbon nanotubes (Sn@CNTs) with controlled thickness of CNT shells was in situ prepared via chemical vapor deposition (CVD) method. The thickness of CNT shells was accurately controlled from 4 to 99 nm by using different growth time, flow rate of hydrocarbon gas (C{sub 2}H{sub 4}) and synthesis temperature. The microstructure and composition of the coaxial Sn@CNTs were characterized by X-ray diffraction (XRD), scanning electron microscopy (SEM), and high resolution transmission electron microscopy (HRTEM) techniques. Moreover, the Sn@CNTs were studied as anode materials for Li-ion batteries and showed excellent cycle performance. The capacity was affected by the thickness of outer CNT shells: thick CNT shells contributed to a better retention while thin CNT shells led to a higher capacity. The thin CNT shell of 6 nm presented the highest capacity around 630 mAh g{sup −1}.

  20. Nanostructued core–shell Sn nanowires @ CNTs with controllable thickness of CNT shells for lithium ion battery

    International Nuclear Information System (INIS)

    Zhong, Yu; Li, Xifei; Zhang, Yong; Li, Ruying; Cai, Mei; Sun, Xueliang

    2015-01-01

    Graphical abstract: - Highlights: • Sn nanowires encapsulated in CNTs directly grew on current collectors. • The thickness of CNTs were controlled via growth time, gas flow rate and synthesis temperature. • Thick CNTs contributed to a better capacity retention while thin CNTs led to a higher capacity. • The core–shell structures formed in one-step CVD process. - Abstract: Core–shell structure of Sn nanowires encapsulated in amorphous carbon nanotubes (Sn@CNTs) with controlled thickness of CNT shells was in situ prepared via chemical vapor deposition (CVD) method. The thickness of CNT shells was accurately controlled from 4 to 99 nm by using different growth time, flow rate of hydrocarbon gas (C 2 H 4 ) and synthesis temperature. The microstructure and composition of the coaxial Sn@CNTs were characterized by X-ray diffraction (XRD), scanning electron microscopy (SEM), and high resolution transmission electron microscopy (HRTEM) techniques. Moreover, the Sn@CNTs were studied as anode materials for Li-ion batteries and showed excellent cycle performance. The capacity was affected by the thickness of outer CNT shells: thick CNT shells contributed to a better retention while thin CNT shells led to a higher capacity. The thin CNT shell of 6 nm presented the highest capacity around 630 mAh g −1

  1. Extensions to a nonlinear finite element axisymmetric shell model based on Reissner's shell theory

    International Nuclear Information System (INIS)

    Cook, W.A.

    1981-01-01

    A finite element shell-of-revolution model has been developed to analyze shipping containers under severe impact conditions. To establish the limits for this shell model, I studied the basic assumptions used in its development; these are listed in this paper. Several extensions were evident from the study of these limits: a thick shell, a plastic hinge, and a linear normal stress. (orig./HP)

  2. Advances in Chimera Grid Tools for Multi-Body Dynamics Simulations and Script Creation

    Science.gov (United States)

    Chan, William M.

    2004-01-01

    This viewgraph presentation contains information about (1) Framework for multi-body dynamics - Geometry Manipulation Protocol (GMP), (2) Simulation procedure using Chimera Grid Tools (CGT) and OVERFLOW-2 (3) Further recent developments in Chimera Grid Tools OVERGRID, Grid modules, Script library and (4) Future work.

  3. Collaboration Scripts for Mastership Skills: Online game about classroom dilemmas in teacher education

    NARCIS (Netherlands)

    Hummel, Hans; Geerts, Walter; Slootmaker, Aad; Kuipers, Derek; Westera, Wim

    2017-01-01

    Serious games are seen to hold potential to facilitate workplace learning in a more dynamic and flexible way. This article describes an empirical study into the feasibility of an online collaboration game that facilitates teachers-in-training to deal with classroom management dilemmas. A script

  4. Adolescência e sexualidade: scripts sexuais a partir das representações sociais Adolescencia y sexualidad: scripts sexuales a partir de las representaciones sociales Adolescence and sexuality: sexual scripts from the social representations

    Directory of Open Access Journals (Sweden)

    Senei da Rocha Henrique Macedo

    2013-02-01

    Full Text Available Objetivou-se apreender as representações sociais de adolescentes sobre sexualidade, a partir de suas experiências pessoais. De natureza qualitativa e representacional, a pesquisa foi desenvolvida junto a treze adolescentes numa unidade de educação de jovens e adultos, tendo como instrumento de coleta de dados a entrevista semiestruturada e o grupo focal. Verificou-se a coexistência de dúvidas quanto à sexualidade e sua relação ao ato sexual propriamente dito; ausência de diálogos entre pais e filhos nessa temática; e abordagem escolar ainda incipiente, com limitações dos conteúdos quanto ao uso de camisinha. As representações sociais nesse estudo se ancoram na sexualidade como ato sexual, e são objetivadas por meio dos scripts social e sexual, que conferem aos adolescentes um saber prático sobre si.Este estudio tuvo como objetivo conocer las representaciones sociales de los adolescentes acerca de la sexualidad, a partir de sus experiencias personales. La investigación, de carácter cualitativo y de representación, se llevó a cabo con trece adolescentes, en una unidad de educación para jóvenes y adultos. Tuve, como instrumentos para recolección de datos, una entrevista semi-estructurada y reuniones de grupos focales. Se observó la coexistencia de cuestiones relacionadas con la sexualidad y su relación con el acto sexual en sí; ausencia de diálogo entre padres e hijos acerca de este tema; y enfoque incipiente de la escuela, con limitaciones de los contenidos cuánto al uso del condón. En este estudio, las representaciones sociales están ancoradas en la sexualidad como acto sexual, e objetivadas a través de scripts sociales y sexuales, que dan a los adolescentes un conocimiento práctico sobre sí mismos.This study aimed to identify the social representations of adolescents about sexuality, from their personal experiences. The research, of a qualitative and representational nature, was carried out with thirteen

  5. Core-Shell-Corona Micelles with a Responsive Shell.

    Science.gov (United States)

    Gohy, Jean-François; Willet, Nicolas; Varshney, Sunil; Zhang, Jian-Xin; Jérôme, Robert

    2001-09-03

    A reactor for the synthesis of gold nanoparticles is one of the uses of a poly(styrene)-block-poly(2-vinylpyridine)-block-poly(ethylene oxide) triblock copolymer (PS-b-P2VP-b-PEO) which forms core-shell-corona micelles in water. Very low polydispersity spherical micelles are observed that consist of a PS core surrounded by a pH-sensitive P2VP shell and a corona of PEO chains end-capped by a hydroxyl group. The corona can act as a site for attaching responsive or sensing molecules. © 2001 WILEY-VCH Verlag GmbH, Weinheim, Fed. Rep. of Germany.

  6. Biomineral repair of abalone shell apertures.

    Science.gov (United States)

    Cusack, Maggie; Guo, Dujiao; Chung, Peter; Kamenos, Nicholas A

    2013-08-01

    The shell of the gastropod mollusc, abalone, is comprised of nacre with an outer prismatic layer that is composed of either calcite or aragonite or both, depending on the species. A striking characteristic of the abalone shell is the row of apertures along the dorsal margin. As the organism and shell grow, new apertures are formed and the preceding ones are filled in. Detailed investigations, using electron backscatter diffraction, of the infill in three species of abalone: Haliotis asinina, Haliotis gigantea and Haliotis rufescens reveals that, like the shell, the infill is composed mainly of nacre with an outer prismatic layer. The infill prismatic layer has identical mineralogy as the original shell prismatic layer. In H. asinina and H. gigantea, the prismatic layer of the shell and infill are made of aragonite while in H. rufescens both are composed of calcite. Abalone builds the infill material with the same high level of biological control, replicating the structure, mineralogy and crystallographic orientation as for the shell. The infill of abalone apertures presents us with insight into what is, effectively, shell repair. Copyright © 2013 Elsevier Inc. All rights reserved.

  7. Grid Portal for Image and Video Processing

    International Nuclear Information System (INIS)

    Dinitrovski, I.; Kakasevski, G.; Buckovska, A.; Loskovska, S.

    2007-01-01

    Users are typically best served by G rid Portals . G rid Portals a re web servers that allow the user to configure or run a class of applications. The server is then given the task of authentication of the user with the Grid and invocation of the required grid services to launch the user's application. PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. PHP is powerful and modern server-side scripting language producing HTML or XML output which easily can be accessed by everyone via web interface (with the browser of your choice) and can execute shell scripts on the server side. The aim of our work is development of Grid portal for image and video processing. The shell scripts contains gLite and globus commands for obtaining proxy certificate, job submission, data management etc. Using this technique we can easily create web interface to the Grid infrastructure. The image and video processing algorithms are implemented in C++ language using various image processing libraries. (Author)

  8. Exploiting Visual Cues in Non-Scripted Lecture Videos for Multi-modal Action Recognition

    NARCIS (Netherlands)

    Imran, Ali Shariq; Moreno Celleri, Alejandro Manuel; Cheikh, Faouzi Alaya

    2012-01-01

    The usage of non-scripted lecture videos as a part of learning material is becoming an everyday activity in most of higher education institutions due to the growing interest in flexible and blended education. Generally these videos are delivered as part of Learning Objects (LO) through various

  9. Porous Core-Shell Nanostructures for Catalytic Applications

    Science.gov (United States)

    Ewers, Trevor David

    Porous core-shell nanostructures have recently received much attention for their enhanced thermal stability. They show great potential in the field of catalysis, as reactant gases can diffuse in and out of the porous shell while the core particle is protected from sintering, a process in which particles coalesce to form larger particles. Sintering is a large problem in industry and is the primary cause of irreversible deactivation. Despite the obvious advantages of high thermal stability, porous core-shell nanoparticles can be developed to have additional interactive properties from the combination of the core and shell together, rather than just the core particle alone. This dissertation focuses on developing new porous core-shell systems in which both the core and shell take part in catalysis. Two types of systems are explored; (1) yolk-shell nanostructures with reducible oxide shells formed using the Kirkendall effect and (2) ceramic-based porous oxide shells formed using sol-gel chemistry. Of the Kirkendall-based systems, Au FexOy and Cu CoO were synthesized and studied for catalytic applications. Additionally, ZnO was explored as a potential shelling material. Sol-gel work focused on optimizing synthetic methods to allow for coating of small gold particles, which remains a challenge today. Mixed metal oxides were explored as a shelling material to make dual catalysts in which the product of a reaction on the core particle becomes a reactant within the shell.

  10. On the relevance of script writing basics in audiovisual translation practice and training

    Directory of Open Access Journals (Sweden)

    Juan José Martínez-Sierra

    2012-07-01

    Full Text Available http://dx.doi.org/10.5007/2175-7968.2012v1n29p145   Audiovisual texts possess characteristics that clearly differentiate audiovisual translation from both oral and written translation, and prospective screen translators are usually taught about the issues that typically arise in audiovisual translation. This article argues for the development of an interdisciplinary approach that brings together Translation Studies and Film Studies, which would prepare future audiovisual translators to work with the nature and structure of a script in mind, in addition to the study of common and diverse translational aspects. Focusing on film, the article briefly discusses the nature and structure of scripts, and identifies key points in the development and structuring of a plot. These key points and various potential hurdles are illustrated with examples from the films Chinatown and La habitación de Fermat. The second part of this article addresses some implications for teaching audiovisual translation.

  11. Ge/Si core/shell quantum dots in alumina: tuning the optical absorption by the core and shell size

    Directory of Open Access Journals (Sweden)

    Nekić Nikolina

    2017-03-01

    Full Text Available Ge/Si core/shell quantum dots (QDs recently received extensive attention due to their specific properties induced by the confinement effects of the core and shell structure. They have a type II confinement resulting in spatially separated charge carriers, the electronic structure strongly dependent on the core and shell size. Herein, the experimental realization of Ge/Si core/shell QDs with strongly tunable optical properties is demonstrated. QDs embedded in an amorphous alumina glass matrix are produced by simple magnetron sputtering deposition. In addition, they are regularly arranged within the matrix due to their self-assembled growth regime. QDs with different Ge core and Si shell sizes are made. These core/shell structures have a significantly stronger absorption compared to pure Ge QDs and a highly tunable absorption peak dependent on the size of the core and shell. The optical properties are in agreement with recent theoretical predictions showing the dramatic influence of the shell size on optical gap, resulting in 0.7 eV blue shift for only 0.4 nm decrease at the shell thickness. Therefore, these materials are very promising for light-harvesting applications.

  12. Studies of dust shells around stars

    International Nuclear Information System (INIS)

    Bedijn, P.J.

    1977-01-01

    This thesis deals with some aspects of circumstellar dust shells. This dust shell, emitting infrared radiation, is described by way of its absorptive and emissive properties as well as by the transfer of radiation through the dust shell itself. Model calculations are compared to experimental results and agree reasonably well. The author also discusses the dynamics of the extended shells of gas and dust around newly formed stars

  13. Covarying Shell Growth Parameters and the Regulation of Shell Shape in Marine Bivalves: A Case Study on Tellinoidea

    Directory of Open Access Journals (Sweden)

    Jean Béguinot

    2014-01-01

    Full Text Available Specific parameters characterising shell shape may arguably have a significant role in the adaptation of bivalve molluscs to their particular environments. Yet, such functionally relevant shape parameters (shell outline elongation, dissymmetry, and ventral convexity are not those parameters that the animal may directly control. Rather than shell shape, the animal regulates shell growth. Accordingly, an alternative, growth-based description of shell-shape is best fitted to understand how the animal may control the achieved shell shape. The key point is, in practice, to bring out the link between those two alternative modes of shell-shape descriptions, that is, to derive the set of equations which connects the growth-based shell-shape parameters to the functionally relevant shell-shape parameters. Thus, a preliminary object of this note is to derive this set of equations as a tool for further investigations. A second object of this work is to provide an illustrative example of implementation of this tool. I report on an unexpected negative covariance between growth-based parameters and show how this covariance results in a severe limitation of the range of interspecific variability of the degree of ventral convexity of the shell outline within the superfamily Tellinoidea. Hypotheses are proposed regarding the constraints possibly at the origin of this limitation of interspecific variability.

  14. Pressure Shell Approach to Integrated Environmental Protection

    Science.gov (United States)

    Kennedy, Kriss J.

    2011-01-01

    The next generation of exploration mission human systems will require environmental protection such as radiation protection that is effective and efficient. In order to continue human exploration, habitat systems will require special shells to protect astronauts from hostile environments. The Pressure Shell Approach to integrated environmental (radiation) protection is a multi-layer shell that can be used for multifunctional environmental protection. Self-healing, self-repairing nano technologies and sensors are incorporated into the shell. This shell consists of multiple layers that can be tailored for specific environmental protection needs. Mainly, this innovation focuses on protecting crew from exposure to micrometeorites, thermal, solar flares, and galactic cosmic ray (GCR) radiation. The Pressure Shell Approach consists of a micrometeoroid and secondary ejecta protection layer; a thin, composite shell placed in between two layers that is non-structural; an open cavity layer that can be filled with water, regolith, or polyethylene foam; a thicker composite shell that is a structural load bearing that is placed between two layers; and a bladder coating on the interior composite shell. This multi-layer shell creates an effective radiation protection system. Most of its layers can be designed with the materials necessary for specific environments. In situ materials such as water or regolith can be added to the shell design for supplemental radiation protection.

  15. Engineered inorganic core/shell nanoparticles

    Energy Technology Data Exchange (ETDEWEB)

    Mélinon, Patrice, E-mail: patrice.melinon@univ-lyon1.fr [Institut Lumière matière Université Claude Bernard Lyon 1 et CNRS et OMNT, Domaine Scientifique de la Doua, Bâtiment Léon Brillouin, 43 Boulevard du 11 Novembre 1918, F 69622 Villeurbanne (France); Begin-Colin, Sylvie [IPCMS et OMNT, 23 rue du Loess BP 43, 67034 STRASBOURG Cedex 2 (France); Duvail, Jean Luc [IMN UMR 6502 et OMNT Campus Sciences : 2 rue de la Houssinire, BP32229, 44322 Nantes Cedex3 (France); Gauffre, Fabienne [SPM et OMNT : Institut des sciences chimiques de Rennes - UMR 6226, 263 Avenue du General Leclerc, CS 74205, 35042 RENNES Cedex (France); Boime, Nathalie Herlin [IRAMIS-NIMBE, Laboratoire Francis Perrin (CEA CNRS URA 2453) et OMNT, Bat 522, CEA Saclay, 91191 Gif sur Yvette Cedex (France); Ledoux, Gilles [Institut Lumière Matière Université Claude Bernard Lyon 1 et CNRS et OMNT, Domaine Scientifique de la Doua, Bâtiment Alfred Kastler 43 Boulevard du 11 Novembre 1918 F 69622 Villeurbanne (France); Plain, Jérôme [Universit de technologie de Troyes LNIO-ICD, CNRS et OMNT 12 rue Marie Curie - CS 42060 - 10004 Troyes cedex (France); Reiss, Peter [CEA Grenoble, INAC-SPrAM, UMR 5819 CEA-CNRS-UJF et OMNT, Grenoble cedex 9 (France); Silly, Fabien [CEA, IRAMIS, SPEC, TITANS, CNRS 2464 et OMNT, F-91191 Gif sur Yvette (France); Warot-Fonrose, Bénédicte [CEMES-CNRS, Université de Toulouse et OMNT, 29 rue Jeanne Marvig F 31055 Toulouse (France)

    2014-10-20

    It has been for a long time recognized that nanoparticles are of great scientific interest as they are effectively a bridge between bulk materials and atomic structures. At first, size effects occurring in single elements have been studied. More recently, progress in chemical and physical synthesis routes permitted the preparation of more complex structures. Such structures take advantages of new adjustable parameters including stoichiometry, chemical ordering, shape and segregation opening new fields with tailored materials for biology, mechanics, optics magnetism, chemistry catalysis, solar cells and microelectronics. Among them, core/shell structures are a particular class of nanoparticles made with an inorganic core and one or several inorganic shell layer(s). In earlier work, the shell was merely used as a protective coating for the core. More recently, it has been shown that it is possible to tune the physical properties in a larger range than that of each material taken separately. The goal of the present review is to discuss the basic properties of the different types of core/shell nanoparticles including a large variety of heterostructures. We restrict ourselves on all inorganic (on inorganic/inorganic) core/shell structures. In the light of recent developments, the applications of inorganic core/shell particles are found in many fields including biology, chemistry, physics and engineering. In addition to a representative overview of the properties, general concepts based on solid state physics are considered for material selection and for identifying criteria linking the core/shell structure and its resulting properties. Chemical and physical routes for the synthesis and specific methods for the study of core/shell nanoparticle are briefly discussed.

  16. Carbon isotopes in mollusk shell carbonates

    Science.gov (United States)

    McConnaughey, Ted A.; Gillikin, David Paul

    2008-10-01

    Mollusk shells contain many isotopic clues about calcification physiology and environmental conditions at the time of shell formation. In this review, we use both published and unpublished data to discuss carbon isotopes in both bivalve and gastropod shell carbonates. Land snails construct their shells mainly from respired CO2, and shell δ13C reflects the local mix of C3 and C4 plants consumed. Shell δ13C is typically >10‰ heavier than diet, probably because respiratory gas exchange discards CO2, and retains the isotopically heavier HCO3 -. Respired CO2 contributes less to the shells of aquatic mollusks, because CO2/O2 ratios are usually higher in water than in air, leading to more replacement of respired CO2 by environmental CO2. Fluid exchange with the environment also brings additional dissolved inorganic carbon (DIC) into the calcification site. Shell δ13C is typically a few ‰ lower than ambient DIC, and often decreases with age. Shell δ13C retains clues about processes such as ecosystem metabolism and estuarine mixing. Ca2+ ATPase-based models of calcification physiology developed for corals and algae likely apply to mollusks, too, but lower pH and carbonic anhydrase at the calcification site probably suppress kinetic isotope effects. Carbon isotopes in biogenic carbonates are clearly complex, but cautious interpretation can provide a wealth of information, especially after vital effects are better understood.

  17. Dynamic centering of liquid shells

    International Nuclear Information System (INIS)

    Tsamopoulos, J.A.; Brown, R.A.

    1987-01-01

    The moderate-amplitude axisymmetric oscillations of an inviscid liquid shell surrounding an incompressible gas bubble are calculated by a multiple-time-scale expansion for initial deformations composed of two-lobed perturbations of the shell and a displacement of the bubble from the center of mass of the liquid. Two types of small-amplitude motion are identified and lead to very different nonlinear dynamic interactions, as described by the results valid up to second order in the amplitude of the initial deformation. In the ''bubble mode,'' the oscillations of the captive bubble and the liquid shell are exactly in phase and the bubble vibrates about its initial eccentric location. The bubble moves toward the center of the drop when the shell is perturbed into a ''sloshing mode'' of oscillation where both interfaces move out of phase. These results explain the centering of liquid shells observed in several experiments

  18. Shells and Patterns

    Science.gov (United States)

    Sutley, Jane

    2009-01-01

    "Shells and Patterns" was a project the author felt would easily put smiles on the faces of her fifth-graders, and teach them about unity and the use of watercolor pencils as well. It was thrilling to see the excitement in her students as they made their line drawings of shells come to life. For the most part, they quickly got the hang of…

  19. Structuring Collaboration Scripts: Optimizing online group work on classroom dilemmas in teacher education

    NARCIS (Netherlands)

    Hummel, Hans; Geerts, Walter; Slootmaker, Aad; Kuipers, Derek; Westera, Wim

    2014-01-01

    The optimal structure in collaboration scripts for serious games has appeared to be a key success factor. In this study we compare a ‘high- structured’ and ‘low-structured’ version of a mastership game where teachers-in-training discuss solutions on classroom dilemmas. We collected data on the

  20. AlleleCoder: a PERL script for coding codominant polymorphism data for PCA analysis

    Science.gov (United States)

    A useful biological interpretation of diploid heterozygotes is in terms of the dose of the common allele (0, 1 or 2 copies). We have developed a PERL script that converts FASTA files into coded spreadsheets suitable for Principal Component Analysis (PCA). In combination with R and R Commander, two- ...

  1. Four-loop on-shell integrals. MS-on-shell relation and g-2

    Energy Technology Data Exchange (ETDEWEB)

    Marquard, P.

    2013-12-15

    We present first results towards a full four-loop calculation for both the anomalous magnetic moment of the muon and the MS-on-shell relation. The calculation requires the detailed study of an up to now not considered class of diagrams, so-called on-shell diagrams, at four-loop order.

  2. Recent developments in anisotropic heterogeneous shell theory

    CERN Document Server

    Grigorenko, Alexander Ya; Grigorenko, Yaroslav M; Vlaikov, Georgii G

    2016-01-01

    This volume focuses on the relevant general theory and presents some first applications, namely those based on classical shell theory. After a brief introduction, during which the history and state-of-the-art are discussed, the first chapter presents the mechanics of anisotropic heterogeneous shells, covering all relevant assumptions and the basic relations of 3D elasticity, classical and refined shell models. The second chapter examines the numerical techniques that are used, namely discrete orthogonalization, spline-collocation and Fourier series, while the third highlights applications based on classical theory, in particular, the stress-strain state of shallow shells, non-circular shells, shells of revolution, and free vibrations of conical shells. The book concludes with a summary and an outlook bridging the gap to the second volume.

  3. Developing Windows Store apps with HTML5 and JavaScript

    CERN Document Server

    Sarieddine, Rami

    2013-01-01

    This book is a hands-on guide that follows a step-by-step tutorial approach which discusses Windows 8 application development with HTML5, CSS3, and JavaScript.This book is great for developers who want to start developing for Windows 8 and it also targets developers who want to get introduced to powerful advancements in standards-based web technology, while using it to build Windows Store apps, as well as leveraging their existing skills and code assets in web development.

  4. Ni3Si(Al)/a-SiOx core shell nanoparticles: characterization, shell formation, and stability

    Science.gov (United States)

    Pigozzi, G.; Mukherji, D.; Gilles, R.; Barbier, B.; Kostorz, G.

    2006-08-01

    We have used an electrochemical selective phase dissolution method to extract nanoprecipitates of the Ni3Si-type intermetallic phase from two-phase Ni-Si and Ni-Si-Al alloys by dissolving the matrix phase. The extracted nanoparticles are characterized by transmission electron microscopy, energy-dispersive x-ray spectrometry, x-ray powder diffraction, and electron powder diffraction. It is found that the Ni3Si-type nanoparticles have a core-shell structure. The core maintains the size, the shape, and the crystal structure of the precipitates that existed in the bulk alloys, while the shell is an amorphous phase, containing only Si and O (SiOx). The shell forms around the precipitates during the extraction process. After annealing the nanoparticles in nitrogen at 700 °C, the tridymite phase recrystallizes within the shell, which remains partially amorphous. In contrast, on annealing in air at 1000 °C, no changes in the composition or the structure of the nanoparticles occur. It is suggested that the shell forms after dealloying of the matrix phase, where Si atoms, the main constituents of the shell, migrate to the surface of the precipitates.

  5. Fabrication of Foam Shells for ICF Experiments

    Science.gov (United States)

    Czechowicz, D. G.; Acenas, O.; Flowers, J. S.; Nikroo, A.; Paguio, R. R.; Schroen, D. G.; Streit, J.; Takagi, M.

    2004-11-01

    The General Atomics/Schafer team has developed processes to fabricate foam shells targets suitable for ICF experiments. The two most common chemical systems used to produce foam shells have been resorcinol-formaldehyde (R/F) aerogel and divinylbenzene (DVB). Spherical targets have been made in the form of shells and beads having diameters ranging from approximately 0.5 mm to 4.0 mm, and having densities from approximately 100 mg/cc to 250 mg/cc. The work on R/F foam shells has been concentrated on 1) shell fabrication process improvement to obtain high yields ( ˜25%) and 2) depositing a reliable permeation barrier to provide shells for ongoing direct drive experiments at LLE. Development of divinylbenzene foam shells has been mainly directed towards Inertial Fusion Energy applications (at densities as low as 30 mg/cc) and recently for shells for experiments at LLE. Details of the relevant metrology and properties of these foams as well as the range of targets currently available will be discussed.

  6. Radar attenuation in Europa's ice shell: Obstacles and opportunities for constraining the shell thickness and its thermal structure

    Science.gov (United States)

    Kalousová, Klára; Schroeder, Dustin M.; Soderlund, Krista M.

    2017-03-01

    Young surface and possible recent endogenic activity make Europa one of the most exciting solar system bodies and a primary target for spacecraft exploration. Future Europa missions are expected to carry ice-penetrating radar instruments designed to investigate its subsurface thermophysical structure. Several authors have addressed the radar sounders' performance at icy moons, often ignoring the complex structure of a realistic ice shell. Here we explore the variation in two-way radar attenuation for a variety of potential thermal structures of Europa's shell (determined by reference viscosity, activation energy, tidal heating, surface temperature, and shell thickness) as well as for low and high loss temperature-dependent attenuation model. We found that (i) for all investigated ice shell thicknesses (5-30 km), the radar sounder will penetrate between 15% and 100% of the total thickness, (ii) the maximum penetration depth varies laterally, with deepest penetration possible through cold downwellings, (iii) direct ocean detection might be possible for shells of up to 15 km thick if the signal travels through cold downwelling ice or the shell is conductive, (iv) even if the ice/ocean interface is not directly detected, penetration through most of the shell could constrain the deep shell structure through returns from deep non-ocean interfaces or the loss of signal itself, and (v) for all plausible ice shells, the two-way attenuation to the eutectic point is ≲30 dB which shows a robust potential for longitudinal investigation of the ice shell's shallow thermophysical structure.

  7. Vibration of liquid-filled thin shells

    International Nuclear Information System (INIS)

    Kalnins, A.

    1979-01-01

    This paper describes the analysis of free and forced vibration of a thin, axisymmetric shell, which contains some liquid. The axis of symmetry is vertical. Only such vibration is considered which can be produced by a horizontal movement of the base of shell. The objective of this paper is to examine the response of the coupled shell-liquid system for a frequency range lying between zero and the lowest natural sloshing frequency of the liquid. The mass of the liquid is modeled by a stationary and one or more sloshing masses. It is shown how the stationary mass can be incorporated in the vibration analysis of the shell and how to natural frequency of the coupled shell-liquid system can be obtained from a simple formula, if the lowest natural frequency of the shell, plus the stationary mass of the liquid, can be determined. A numerical example is given. (orig.)

  8. Translating PI observing proposals into ALMA observing scripts

    Science.gov (United States)

    Liszt, Harvey S.

    2014-08-01

    The ALMA telescope is a complex 66-antenna array working in the specialized domain of mm- and sub-mm aperture synthesis imaging. To make ALMA accessible to technically inexperienced but scientifically expert users, the ALMA Observing Tool (OT) has been developed. Using the OT, scientifically oriented user input is formatted as observing proposals that are packaged for peer-review and assessment of technical feasibility. If accepted, the proposal's scientifically oriented inputs are translated by the OT into scheduling blocks, which function as input to observing scripts for the telescope's online control system. Here I describe the processes and practices by which this translation from PI scientific goals to online control input and schedule block execution actually occurs.

  9. On-shell and half-shell effects of the coulomb potential in quantum mechanics

    NARCIS (Netherlands)

    Maag, Jan Willem de

    1984-01-01

    In dit proefschrift wordt de Coulomb potentiaal in de nietrelativistische quantummechanica bestudeerd. Met gebruik van een streng wiskundige beschrijving onderzoeken we, in het bijzonder, on-shell en off-shell eigenschappen. De overeenkomsten en de verschillen met het geval van een glad afgeschermde

  10. Creep buckling of shell structures

    International Nuclear Information System (INIS)

    Miyazaki, Noriyuki; Hagihara, Seiya

    2015-01-01

    The present article contains a review of the literatures on the creep buckling of shell structures published from late 1950's to recent years. In this article, the creep buckling studies on circular cylindrical shells, spherical shells, partial cylindrical shells and other shells are reviewed in addition to creep buckling criteria. Creep buckling is categorized into two types. One is the creep buckling due to quasi-static instability, in which the critical time for creep buckling is determined by tracing a creep deformation versus time curve. The other is the creep buckling due to kinetic instability, in which the critical time can be determined by examining the shape of total potential energy in the vicinity of a quasi-static equilibrium state. Bifurcation buckling and snap-through buckling during creep deformation belong to this type of creep buckling. A few detailed descriptions are given to the bifurcation and snap-through type of creep buckling based on the present authors' works. (author)

  11. The cultural life script of Qatar and across cultures

    DEFF Research Database (Denmark)

    Ottsen, Christina Lundsgaard; Berntsen, Dorthe

    2014-01-01

    Cultural life scripts (CLS) are culturally shared cognitive representations of the expected order and timing of important life events in a prototypical life. Through three studies data from Qatar were analysed and compared to previously collected data from Denmark, Turkey, and the US. In Study 1 we...... examined the CLS of Qatar in order to determine whether the clear segregation of men and women as well as the centrality of religion in this society would influence the CLS. A total of 55 Qatari undergraduates completed the standard CLS task, imaging a Qatari infant of their own as well as the opposite...

  12. Professional XMPP Programming with JavaScript and jQuery

    CERN Document Server

    Moffitt, Jack

    2010-01-01

    Create real-time, highly interactive apps quickly with the powerful XMPP protocol. XMPP is a robust protocol used for a wide range of applications, including instant messaging, multi-user chat, voice and video conferencing, collaborative spaces, real-time gaming, data synchronization, and search. This book teaches you how to harness the power of XMPP in your own apps and presents you with all the tools you need to build the next generation of apps using XMPP or add new features to your current apps. Featuring the JavaScript language throughout and making use of the jQuery library, the book con

  13. Translation at Risk: the Script List as Hermeneutic Control

    Directory of Open Access Journals (Sweden)

    Richart, Mabel

    2012-07-01

    Full Text Available This paper intends to carry out a description and analysis of one of the first elements in any dubbing process: the script list delivered by a film distribution company to a dubbing studio for its translation. This is done with a twofold purpose: first, to offer a close description of a document that is not normally included in audiovisual translation studies, and second, to present it as one of the symptoms of the risks involved in any translation: misinterpretation and manipulation. At the same time, this paper provides some documents that support the analysis.

  14. Egg Shell and Oyster Shell Powder as Alternatives for Synthetic Phosphate: Effects on the Quality of Cooked Ground Pork Products.

    Science.gov (United States)

    Cho, Min Guk; Bae, Su Min; Jeong, Jong Youn

    2017-01-01

    This study aimed to determine the optimal ratio of natural calcium powders (oyster shell and egg shell calcium) as synthetic phosphate replacers in pork products. Ground pork samples were subjected to six treatments, as follows: control (-) (no phosphate added), control (+) (0.3% phosphate blend added), treatment 1 (0.5% oyster shell calcium powder added), treatment 2 (0.3% oyster shell calcium powder and 0.2% egg shell calcium powder added), treatment 3 (0.2% oyster shell calcium powder and 0.3% egg shell calcium powder added), and treatment 4 (0.5% egg shell calcium powder added). The addition of natural calcium powders resulted in an increase in the pH values of meat products, regardless of whether they were used individually or mixed. The highest cooking loss was observed ( p cooking loss in samples with natural calcium powder added was similar ( p >0.05) to that in the positive control samples. CIE L* values decreased as the amount of added egg shell calcium powder increased. CIE a* values were higher ( p egg shell powder (treatment 2 or 3) was effective for the improvement of textural properties of the pork products. The findings show that the combined use of 0.2% oyster shell calcium and 0.3% egg shell calcium should enable the replacement of synthetic phosphate in the production of cooked pork products with desirable qualities.

  15. 7 CFR 983.29 - Shelled pistachios.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 8 2010-01-01 2010-01-01 false Shelled pistachios. 983.29 Section 983.29 Agriculture... and Orders; Fruits, Vegetables, Nuts), DEPARTMENT OF AGRICULTURE PISTACHIOS GROWN IN CALIFORNIA, ARIZONA, AND NEW MEXICO Definitions § 983.29 Shelled pistachios. Shelled pistachios means pistachio...

  16. Vibrations of Thin Piezoelectric Shallow Shells

    Indian Academy of Sciences (India)

    Abstract. In this paper we consider the eigenvalue problem for piezoelectric shallow shells and we show that, as the thickness of the shell goes to zero, the eigensolutions of the three-dimensional piezoelectric shells converge to the eigensolutions of a two-dimensional eigenvalue problem.

  17. Patterning of the turtle shell.

    Science.gov (United States)

    Moustakas-Verho, Jacqueline E; Cebra-Thomas, Judith; Gilbert, Scott F

    2017-08-01

    Interest in the origin and evolution of the turtle shell has resulted in a most unlikely clade becoming an important research group for investigating morphological diversity in developmental biology. Many turtles generate a two-component shell that nearly surrounds the body in a bony exoskeleton. The ectoderm covering the shell produces epidermal scutes that form a phylogenetically stable pattern. In some lineages, the bones of the shell and their ectodermal covering become reduced or lost, and this is generally associated with different ecological habits. The similarity and diversity of turtles allows research into how changes in development create evolutionary novelty, interacting modules, and adaptive physiology and anatomy. Copyright © 2017 Elsevier Ltd. All rights reserved.

  18. The secure base script and the task of caring for elderly parents: implications for attachment theory and clinical practice.

    Science.gov (United States)

    Chen, Cory K; Waters, Harriet Salatas; Hartman, Marilyn; Zimmerman, Sheryl; Miklowitz, David J; Waters, Everett

    2013-01-01

    This study explores links between adults' attachment representations and the task of caring for elderly parents with dementia. Participants were 87 adults serving as primary caregivers of a parent or parent-in-law with dementia. Waters and Waters' ( 2006 ) Attachment Script Assessment was adapted to assess script-like attachment representation in the context of caring for their elderly parent. The quality of adult-elderly parent interactions was assessed using the Level of Expressed Emotions Scale (Cole & Kazarian, 1988 ) and self-report measures of caregivers' perception of caregiving as difficult. Caregivers' secure base script knowledge predicted lower levels of negative expressed emotion. This effect was moderated by the extent to which participants experienced caring for elderly parents as difficult. Attachment representations played a greater role in caregiving when caregiving tasks were perceived as more difficult. These results support the hypothesis that attachment representations influence the quality of care that adults provide their elderly parents. Clinical implications are discussed.

  19. Representin' in cyberspace: sexual scripts, self-definition, and hip hop culture in Black American adolescent girls' home pages.

    Science.gov (United States)

    Stokes, Carla E

    2007-01-01

    Despite the importance of media in the lives of girls, sexuality researchers have largely overlooked how Black American adolescent girls engage with media to construct sexual self-definitions and explore their emerging sexuality. This study investigated sexual scripts, self-definition, and hip hop culture in internet home pages constructed by Black girls aged 14-17 years residing in southern states in the USA. Although some girls in the sample constructed sexual self-representations that mirrored sexual scripts portrayed in the media, hip hop, and youth cyberculture, others resisted stereotypical representations of Black female sexuality. This paper discusses the dominant sexual scripts that emerged from in-depth analysis of 27 home pages constructed by girls residing in Georgia. The focus is on 'Freaks', 'Virgins', 'Down-Ass Chicks/Bitches', 'Pimpettes', and Resisters. Findings suggest that a one-size-fits-all approach to sexuality education may fail to address key contextual issues of relevance to girls and young women. Innovative sexuality and media education strategies that respond to the significance of media in the lives of Black American girls and young women are needed.

  20. Synthesis of Aqueous CdTe/CdS/ZnS Core/shell/shell Quantum Dots by a Chemical Aerosol Flow Method

    Directory of Open Access Journals (Sweden)

    Chen Dong

    2009-01-01

    Full Text Available Abstract This work described a continuous method to synthesize CdTe/CdS/ZnS core/shell/shell quantum dots. In an integrated system by flawlessly combining the chemical aerosol flow system working at high temperature (200–300°C to generate CdTe/CdS intermediate products and an additional heat-up setup at relatively low temperature to overcoat the ZnS shells, the CdTe/CdS/ZnS multishell structures were realized. The as-synthesized CdTe/CdS/ZnS core/shell/shell quantum dots are characterized by photoluminescence spectra, X-ray diffraction (XRD, energy-dispersive X-ray spectra (EDS, transmission electron microscopy (TEM, and high-resolution transmission electron microscopy (HRTEM. Fluorescence and XRD results confirm that the obtained quantum dots have a core/shell/shell structure. It shows the highest quantum yield above 45% when compared to the rhodamine 6G. The core/shell/shell QDs were more stable via the oxidation experiment by H2O2.

  1. Automatic determination of 3D orientations of fossilized oyster shells from a densely packed Miocene shell bed

    Science.gov (United States)

    Puttonen, Ana; Harzhauser, Mathias; Puttonen, Eetu; Mandic, Oleg; Székely, Balázs; Molnár, Gábor; Pfeifer, Norbert

    2018-02-01

    Shell beds represent a useful source of information on various physical processes that cause the depositional condition. We present an automated method to calculate the 3D orientations of a large number of elongate and platy objects (fossilized oyster shells) on a sedimentary bedding plane, developed to support the interpretation of possible depositional patterns, imbrications, or impact of local faults. The study focusses on more than 1900 fossil oyster shells exposed in a densely packed Miocene shell bed. 3D data were acquired by terrestrial laser scanning on an area of 459 m2 with a resolution of 1 mm. Bivalve shells were manually defined as 3D-point clouds of a digital surface model and stored in an ArcGIS database. An individual shell coordinate system (ISCS) was virtually embedded into each shell and its orientation was determined relative to the coordinate system of the entire, tectonically tilted shell bed. Orientation is described by the rotation angles roll, pitch, and yaw in a Cartesian coordinate system. This method allows an efficient measurement and analysis of the orientation of thousands of specimens and is a major advantage compared to the traditional 2D approach, which measures only the azimuth (yaw) angles. The resulting data can variously be utilized for taphonomic analyses and the reconstruction of prevailing hydrodynamic regimes and depositional environments. For the first time, the influence of possible post-sedimentary vertical displacements can be quantified with high accuracy. Here, the effect of nearby fault lines—present in the reef—was tested on strongly tilted oyster shells, but it was found out that the fault lines did not have a statistically significant effect on the large tilt angles. Aside from the high reproducibility, a further advantage of the method is its non-destructive nature, which is especially suitable for geoparks and protected sites such as the studied shell bed.

  2. Signatures of shell evolution in alpha decay across the N = 126 shell closure

    Science.gov (United States)

    Rui-Wang; Wang, Rui-Yao; Qian, Yi-Bin; Ren, Zhong-Zhou

    2017-06-01

    Within the alpha-cluster model, we particularly investigate the alpha decay of exotic nuclei in the vicinity of the N = 126 neutron shell plus the Z = 82 proton shell. The systematics of alpha-preformation probability (P α ), as an indicator of the shell effect, is deduced from the ratio of the experimental decay width to the calculated one. Through the comparative analysis of the P α trend in the N = 124-130 isotonic chain, the N = 126 and Z = 82 shell closures are believed to strongly affect the formation of the alpha particle before its penetration. Additionally, the P α variety in Po and Rn isotopes is presented as another proof for such an influence. More importantly, it may be concluded that the expected neutron (or proton) shell effect gradually fades away along with the increasing valence proton (or neutron) number. The odd-even staggering presented in the P α value is also discussed. Supported by National Natural Science Foundation of China (11375086, 11535004, 11605089, 11120101005), Natural Science Youth Fund of Jiangsu Province (BK20150762), Fundamental Research Funds for the Central Universities (30916011339), 973 National Major State Basic Research and Development Program of China (2013CB834400), and a Project Funded by the Priority Academic Programme Development of JiangSu Higher Education Institutions (PAPD)

  3. Shell film- and video catalogue 1996

    International Nuclear Information System (INIS)

    1996-01-01

    An overview is given of films and videos that are available through 'Shell Nederland Filmcentrale' (Shell Netherlands Film Center), subdivided into the subjects (1) About Shell; (2) Health, Safety and Environment; (3) Science and Technology; (4) The History of Car(racing); and (5) Historical Overview. 5 ills

  4. 7 CFR 981.6 - Shelled almonds.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 8 2010-01-01 2010-01-01 false Shelled almonds. 981.6 Section 981.6 Agriculture... and Orders; Fruits, Vegetables, Nuts), DEPARTMENT OF AGRICULTURE ALMONDS GROWN IN CALIFORNIA Order Regulating Handling Definitions § 981.6 Shelled almonds. Shelled almonds mean raw or roasted almonds after...

  5. Indentation of Ellipsoidal and Cylindrical Elastic Shells

    KAUST Repository

    Vella, Dominic

    2012-10-01

    Thin shells are found in nature at scales ranging from viruses to hens\\' eggs; the stiffness of such shells is essential for their function. We present the results of numerical simulations and theoretical analyses for the indentation of ellipsoidal and cylindrical elastic shells, considering both pressurized and unpressurized shells. We provide a theoretical foundation for the experimental findings of Lazarus etal. [following paper, Phys. Rev. Lett. 109, 144301 (2012)PRLTAO0031-9007] and for previous work inferring the turgor pressure of bacteria from measurements of their indentation stiffness; we also identify a new regime at large indentation. We show that the indentation stiffness of convex shells is dominated by either the mean or Gaussian curvature of the shell depending on the pressurization and indentation depth. Our results reveal how geometry rules the rigidity of shells. © 2012 American Physical Society.

  6. Double containment shell for nuclear power plants

    International Nuclear Information System (INIS)

    Sykora, D.

    1977-01-01

    A double containment shell is proposed for nuclear power plants, especially those equipped with pressurized water reactors. The shell offers increased environmental protection from primary circuit accidents. The inner shell is built of steel or concrete while the outer shell is always built of concrete. The space between the two shells is filled with water and is provided with several manholes and with stiffeners designed for compensation for load due to the water hydrostatic pressure. Water serves the airtight separation of the containment shell inside from the environment and the absorption of heat released in a primary circuit accident. In case the inner shell is made of concrete, it is provided with heat-removal tubes in-built in its walls ensuring rapid heat transfer from the inside of the containment to the water in the interwall space. (Z.M.)

  7. Seismic analysis of axisymmetric shells

    International Nuclear Information System (INIS)

    Jospin, R.J.; Toledo, E.M.; Feijoo, R.A.

    1984-01-01

    Axisymmetric shells subjected to multiple support excitation are studied. The shells are spatialy discretized by the finite element method and in order to obtain estimates for the maximum values of displacements and stresses the response spectrum tecnique is used. Finally, some numerical results are presented and discussed in the case of a shell of revolution with vertical symmetry axis, subjected to seismic ground motions in the horizontal, vertical and rocking directions. (Author) [pt

  8. Creep analysis of orthotropic shells

    International Nuclear Information System (INIS)

    Mehra, V.K.; Ghosh, A.

    1975-01-01

    A method of creep analysis of orthotropic cylindrical shells subjected to axisymmetric loads has been developed. A general study of creep behaviour of cylindrical shells subjected to a uniform internal pressure has been conducted for a wide range of values of anisotropy coefficients and creep law exponent. Analysis includes determination of stress re-distribution, strain rates, stationary state stresses. Application of reference stress technique has been extended to analysis of shells. (author)

  9. Collaboration Scripts for Mastership Skills: Online Game about Classroom Dilemmas in Teacher Education

    Science.gov (United States)

    Hummel, Hans; Geerts, Walter; Slootmaker, Aad; Kuipers, Derek; Westera, Wim

    2015-01-01

    Serious games are seen to hold potential to facilitate workplace learning in a more dynamic and flexible way. This article describes an empirical study into the feasibility of an online collaboration game that facilitates teachers-in-training to deal with classroom management dilemmas. A script to support these students in carrying out such…

  10. Faraday Wave Turbulence on a Spherical Liquid Shell

    Science.gov (United States)

    Holt, R. Glynn; Trinh, Eugene H.

    1996-01-01

    Millimeter-radius liquid shells are acoustically levitated in an ultrasonic field. Capillary waves are observed on the shells. At low energies (minimal acoustic amplitude, thick shell) a resonance is observed between the symmetric and antisymmetric thin film oscillation modes. At high energies (high acoustic pressure, thin shell) the shell becomes fully covered with high-amplitude waves. Temporal spectra of scattered light from the shell in this regime exhibit a power-law decay indicative of turbulence.

  11. O script de apego compartilhado no casal

    Directory of Open Access Journals (Sweden)

    Márcia Rejane Semensato

    2013-06-01

    Full Text Available The attachment development has been studied since Bowlby, especially in an individual focus. Despite of its roots on childhood, the attachment has important consequences on adult life. It is related to the self-concept, self-esteem and to the capacity of giving and receiving support on adult life. Nowadays, studies have been focusing on the existence of the joint attachment on couples. These studies usually use concepts of the attachment theory and the systemic theory. This article deals with this concept of joint attachment script, as well as with the conceptual differences which exists on the literature about the couples' attachment. The importance of studying this concept refers to the idea that the couples' attachment can work as a safe base for their relation and for the family system, especially when the family is facing adverse situations.

  12. Programming Language Pragmatics

    CERN Document Server

    Scott, Michael L

    2005-01-01

    Thoroughly updated to reflect the most current developments in language design and implementation, the second edition*Addresses key developments in programming language design:+ Finalized C99 standard+ Java 5+ C# 2.0+ Java concurrency package (JSR 166) and comparable mechanisms in C#+ Java and C# generics*Introduces and discusses scripting languages throughout the book and in an entire new chapter that covers:+ Application domains: shell languages, text processing and report generation, mathematics and statistics, "glue" languages and general purpose scripting, extension languages, scripting t

  13. Web-based experiments controlled by JavaScript: an example from probability learning.

    Science.gov (United States)

    Birnbaum, Michael H; Wakcher, Sandra V

    2002-05-01

    JavaScript programs can be used to control Web experiments. This technique is illustrated by an experiment that tested the effects of advice on performance in the classic probability-learning paradigm. Previous research reported that people tested via the Web or in the lab tended to match the probabilities of their responses to the probabilities that those responses would be reinforced. The optimal strategy, however, is to consistently choose the more frequent event; probability matching produces suboptimal performance. We investigated manipulations we reasoned should improve performance. A horse race scenario in which participants predicted the winner in each of a series of races between two horses was compared with an abstract scenario used previously. Ten groups of learners received different amounts of advice, including all combinations of (1) explicit instructions concerning the optimal strategy, (2) explicit instructions concerning a monetary sum to maximize, and (3) accurate information concerning the probabilities of events. The results showed minimal effects of horse race versus abstract scenario. Both advice concerning the optimal strategy and probability information contributed significantly to performance in the task. This paper includes a brief tutorial on JavaScript, explaining with simple examples how to assemble a browser-based experiment.

  14. Study of characterization of trace elements in marine shells of Sambaqui: correlation between recent and old shells

    International Nuclear Information System (INIS)

    Gomez, Mauro Roger Batista Pousada; Rocha, Flavio Roberto; Silva, Paulo Sergio Cardoso da

    2013-01-01

    Calcium carbonate of recent and ancient C. rhizophorae oyster shells was analyzed for the determination of trace elements by instrumental neutron activation analysis. The ancient shells belong to a Sambaqui located in Cananeia region, South of Sao Paulo state and the recent ones are from an oyster production farm in the same region Studies related to the element concentrations in molluscs shell has been done as a tentative of establishing the element concentrations with palio-environmental factor. In this study it was aimed to verify differences in the elemental constitution of recent and ancient oyster shells that present potential for being used as indicator of marine changes. Results indicated that the elements Br, Ce, La, Na, Sm and An are higher in recent shells and the elements Cr, Fe Sc and Th are higher in ancient shells. Statistical analyses performed indicated that the enrichment of the light rare earth elements related to Ca are possibly good candidates for these palio-environmental studies. (author)

  15. Casual Sexual Scripts on the Screen: A Quantitative Content Analysis.

    Science.gov (United States)

    Timmermans, Elisabeth; Van den Bulck, Jan

    2018-07-01

    While existing content analyses have provided insightful information in terms of contextual factors and frequency of sexual behaviors, not much is known about the relational context in which sexual depictions generally occur. The current study addresses this void by employing content analytic methods to measure the frequency and context of depictions of sexual behavior within nine popular television shows produced in the U.S., while taking into account the type of sexual behavior. The results suggest that, in the analyzed television shows, sexual behaviors within a casual sexual context were almost as frequently shown as sexual behaviors within a committed relationship context. Whereas sexual behaviors within a committed relationship context were mainly limited to passionate kissing, sexual behaviors within a casual sexual context mostly consisted of explicit portrayals of sexual intercourse. Additionally, genre seemed to be an important factor when examining casual sexual television content. The situational comedy genre, for example, had no explicit portrayals of intercourse and mainly portrayed kissing couples within a committed relationship. The comedy drama genre, on the contrary, had the largest proportion of explicit sexual portrayals, usually between casual sexual partners. A second goal of this study was to analyze the portrayals of the typical casual sexual experience script and the typical casual sexual relationship script in which these sexual behaviors often occur. For instance, our analyses revealed that female characters were more likely to initiate casual sex compared to male characters. Moreover, casual sex often occurred between former partners.

  16. Systematic Clinical Reasoning in Physical Therapy (SCRIPT): Tool for the Purposeful Practice of Clinical Reasoning in Orthopedic Manual Physical Therapy.

    Science.gov (United States)

    Baker, Sarah E; Painter, Elizabeth E; Morgan, Brandon C; Kaus, Anna L; Petersen, Evan J; Allen, Christopher S; Deyle, Gail D; Jensen, Gail M

    2017-01-01

    Clinical reasoning is essential to physical therapist practice. Solid clinical reasoning processes may lead to greater understanding of the patient condition, early diagnostic hypothesis development, and well-tolerated examination and intervention strategies, as well as mitigate the risk of diagnostic error. However, the complex and often subconscious nature of clinical reasoning can impede the development of this skill. Protracted tools have been published to help guide self-reflection on clinical reasoning but might not be feasible in typical clinical settings. This case illustrates how the Systematic Clinical Reasoning in Physical Therapy (SCRIPT) tool can be used to guide the clinical reasoning process and prompt a physical therapist to search the literature to answer a clinical question and facilitate formal mentorship sessions in postprofessional physical therapist training programs. The SCRIPT tool enabled the mentee to generate appropriate hypotheses, plan the examination, query the literature to answer a clinical question, establish a physical therapist diagnosis, and design an effective treatment plan. The SCRIPT tool also facilitated the mentee's clinical reasoning and provided the mentor insight into the mentee's clinical reasoning. The reliability and validity of the SCRIPT tool have not been formally studied. Clinical mentorship is a cornerstone of postprofessional training programs and intended to develop advanced clinical reasoning skills. However, clinical reasoning is often subconscious and, therefore, a challenging skill to develop. The use of a tool such as the SCRIPT may facilitate developing clinical reasoning skills by providing a systematic approach to data gathering and making clinical judgments to bring clinical reasoning to the conscious level, facilitate self-reflection, and make a mentored physical therapist's thought processes explicit to his or her clinical mentor. © 2017 American Physical Therapy Association

  17. Learning processes in the professional development of mental health counselors: knowledge restructuring and illness script formation.

    Science.gov (United States)

    Strasser, Josef; Gruber, Hans

    2015-05-01

    An important part of learning processes in the professional development of counselors is the integration of declarative knowledge and professional experience. It was investigated in-how-far mental health counselors at different levels of expertise (experts, intermediates, novices) differ in their availability of experience-based knowledge structures. Participants were prompted with 20 client problems. They had to explain those problems, the explanations were analyzed using think-aloud protocols. The results show that experts' knowledge is organized in script-like structures that integrate declarative knowledge and professional experience and help experts in accessing relevant information about cases. Novices revealed less integrated knowledge structures. It is concluded that knowledge restructuring and illness script formation are crucial parts of the professional learning of counselors.

  18. Foam shell project: Progress report

    International Nuclear Information System (INIS)

    Overturf, G.; Reibold, B.; Cook, B.; Schroen-Carey, D.

    1994-01-01

    The authors report on their work to produce a foam shell target for two possible applications: (1) as liquid-layered cryogenic target on Omega Upgrade, and (2) as a back-up design for the NIF. This target consists of a roughly 1 mm diameter and 100 μm thick spherical low-density foam shell surrounding a central void. The foam will be slightly overfilled with liquid D 2 or DT, the overfilled excess being symmetrically distributed on the inside of the shell and supported by thermal gradient techniques. The outside of the foam is overcoated with full density polymer which must be topologically smooth. The technology for manufacturing this style of foam shell involves microencapsulation techniques and has been developed by the Japanese at ILE. Their goal is to determine whether this technology can be successfully adapted to meet US ICF objectives. To this end a program of foam shell development has been initiated at LLNL in collaboration with both the General Atomics DOE Target Fabrication Contract Corporation and the Target Fabrication Group at LLE

  19. Scripting Fonetico nuove risorse per leggere il greco antico mediante la sintesi vocale

    Directory of Open Access Journals (Sweden)

    Silvia Gianferrari

    2011-04-01

    Full Text Available Lo scripting fonetico da lingua italiana produce finalmente una sintesi vocale del greco antico senz’altro soddisfacente per gli usi didattici della Scuola secondaria, per l’accesso alle banche dati che raccolgono l’intero patrimonio letterario della lingua antica e per l’editoria digitale costruita secondo i parametri dell’accessibilità.

  20. Thin-shell wormholes in dilaton gravity

    International Nuclear Information System (INIS)

    Eiroa, Ernesto F.; Simeone, Claudio

    2005-01-01

    In this work we construct charged thin-shell Lorentzian wormholes in dilaton gravity. The exotic matter required for the construction is localized in the shell and the energy conditions are satisfied outside the shell. The total amount of exotic matter is calculated and its dependence with the parameters of the model is analyzed

  1. The dorsal shell wall structure of Mesozoic ammonoids

    Directory of Open Access Journals (Sweden)

    Gregor Radtke

    2017-03-01

    Full Text Available The study of pristine preserved shells of Mesozoic Ammonoidea shows different types of construction and formation of the dorsal shell wall. We observe three major types: (i The vast majority of Ammonoidea, usually planispirally coiled, has a prismatic reduced dorsal shell wall which consists of an outer organic component (e.g., wrinkle layer, which is the first layer to be formed, and the subsequently formed dorsal inner prismatic layer. The dorsal mantle tissue suppresses the formation of the outer prismatic layer and nacreous layer. With the exception of the outer organic component, secretion of a shell wall is omitted at the aperture. A prismatic reduced dorsal shell wall is always secreted immediately after the hatching during early teleoconch formation. Due to its broad distribution in (planispiral Ammonoidea, the prismatic reduced dorsal shell wall is probably the general state. (ii Some planispirally coiled Ammonoidea have a nacreous reduced dorsal shell wall which consists of three mineralized layers: two prismatic layers (primary and secondary dorsal inner prismatic layer and an enclosed nacreous layer (secondary dorsal nacreous layer. The dorsal shell wall is omitted at the aperture and was secreted in the rear living chamber. Its layers are a continuation of an umbilical shell doubling (reinforcement by additional shell layers that extends towards the ventral crest of the preceding whorl. The nacreous reduced dorsal shell wall is formed in the process of ontogeny following a prismatic reduced dorsal shell wall. (iii Heteromorph and some planispirally coiled taxa secrete a complete dorsal shell wall which forms a continuation of the ventral and lateral shell layers. It is formed during ontogeny following a prismatic reduced dorsal shell wall or a priori. The construction is identical with the ventral and lateral shell wall, including a dorsal nacreous layer. The wide distribution of the ability to form dorsal nacre indicates that it is

  2. Reusable Client-Side JavaScript Modules for Immersive Web-Based Real-Time Collaborative Neuroimage Visualization.

    Science.gov (United States)

    Bernal-Rusiel, Jorge L; Rannou, Nicolas; Gollub, Randy L; Pieper, Steve; Murphy, Shawn; Robertson, Richard; Grant, Patricia E; Pienaar, Rudolph

    2017-01-01

    In this paper we present a web-based software solution to the problem of implementing real-time collaborative neuroimage visualization. In both clinical and research settings, simple and powerful access to imaging technologies across multiple devices is becoming increasingly useful. Prior technical solutions have used a server-side rendering and push-to-client model wherein only the server has the full image dataset. We propose a rich client solution in which each client has all the data and uses the Google Drive Realtime API for state synchronization. We have developed a small set of reusable client-side object-oriented JavaScript modules that make use of the XTK toolkit, a popular open-source JavaScript library also developed by our team, for the in-browser rendering and visualization of brain image volumes. Efficient realtime communication among the remote instances is achieved by using just a small JSON object, comprising a representation of the XTK image renderers' state, as the Google Drive Realtime collaborative data model. The developed open-source JavaScript modules have already been instantiated in a web-app called MedView , a distributed collaborative neuroimage visualization application that is delivered to the users over the web without requiring the installation of any extra software or browser plugin. This responsive application allows multiple physically distant physicians or researchers to cooperate in real time to reach a diagnosis or scientific conclusion. It also serves as a proof of concept for the capabilities of the presented technological solution.

  3. Preparation of yolk-shell MoS2 nanospheres covered with carbon shell for excellent lithium-ion battery anodes

    Science.gov (United States)

    Guo, Bangjun; Feng, Yu; Chen, Xiaofan; Li, Bo; Yu, Ke

    2018-03-01

    Molybdenum disulfide is regarded as one of the most promising electrode materials for high performance lithium-ion batteries. Designing firm basal structure is a key point to fully utilize the high capacity of layered MoS2 nanomaterials. Here, yolk-shell structured MoS2 nanospheres is firstly designed and fabricated to meet this needs. This unique yolk-shell nanospheres are transformed from solid nanospheres by a simply weak alkaline etching method. Then, the yolk-shell MoS2/C is synthesized by a facile process to protect the outside MoS2 shell and promote the conductivity. Taking advantages of high capacity and well-defined cavity space, allowing the core MoS2 to expand freely without breaking the outer shells, yolk-shell MoS2/C nanospheres delivers long cycle life (94% of capacity retained after 200 cycles) and high rate behaviour (830 mA h g-1 at 5 A g-1). This design of yolk-shell structure may set up a new strategy for preparing next generation anode materials for LIBs.

  4. Thinning: A Preprocessing Technique for an OCR System for the Brahmi Script

    Directory of Open Access Journals (Sweden)

    H. K. Anasuya Devi

    2006-12-01

    Full Text Available In this paper we study the methodology employed for preprocessing the archaeological images. We present the various algorithms used in the low level processing stage of image analysis for Optical Character Recognition System for Brahmi Script. The image preprocessing technique covered in this paper include Thinning method. We also try to analyze the results obtained by the pixel-level processing algorithms.

  5. Au@Ag core-shell nanocubes with finely tuned and well-controlled sizes, shell thicknesses, and optical properties.

    Science.gov (United States)

    Ma, Yanyun; Li, Weiyang; Cho, Eun Chul; Li, Zhiyuan; Yu, Taekyung; Zeng, Jie; Xie, Zhaoxiong; Xia, Younan

    2010-11-23

    This paper describes a facile method for generating Au@Ag core-shell nanocubes with edge lengths controllable in the range of 13.4-50 nm. The synthesis involved the use of single-crystal, spherical Au nanocrystals of 11 nm in size as the seeds in an aqueous system, with ascorbic acid serving as the reductant and cetyltrimethylammonium chloride (CTAC) as the capping agent. The thickness of the Ag shells could be finely tuned from 1.2 to 20 nm by varying the ratio of AgNO(3) precursor to Au seeds. We also investigated the growth mechanism by examining the effects of seeds (capped by CTAC or cetyltrimethylammonium bromide(CTAB)) and capping agent (CTAC vs CTAB) on both size and shape of the resultant core-shell nanocrystals. Our results clearly indicate that CTAC worked much better than CTAB as a capping agent in both the syntheses of Au seeds and Au@Ag core-shell nanocubes. We further studied the localized surface plasmon resonance properties of the Au@Ag nanocubes as a function of the Ag shell thickness. By comparing with the extinction spectra obtained from theoretical calculations, we derived a critical value of ca. 3 nm for the shell thickness at which the plasmon excitation of the Au cores would be completely screened by the Ag shells. Moreover, these Au@Ag core-shell nanocubes could be converted into Au-based hollow nanostructures containing the original Au seeds in the interiors through a galvanic replacement reaction.

  6. The Effects of Orthographic Depth on Learning to Read Alphabetic, Syllabic, and Logographic Scripts

    Science.gov (United States)

    Ellis, Nick C.; Natsume, Miwa; Stavropoulou, Katerina; Hoxhallari, Lorenc; Van Daal, Victor H.P.; Polyzoe, Nicoletta; Tsipa, Maria-Louisa; Petalas, Michalis

    2004-01-01

    This study investigated the effects of orthographic depth on reading acquisition in alphabetic, syllabic, and logographic scripts. Children between 6 and 15 years old read aloud in transparent syllabic Japanese hiragana, alphabets of increasing orthographic depth (Albanian, Greek, English), and orthographically opaque Japanese kanji ideograms,…

  7. Ni(3)Si(Al)/a-SiO(x) core-shell nanoparticles: characterization, shell formation, and stability.

    Science.gov (United States)

    Pigozzi, G; Mukherji, D; Gilles, R; Barbier, B; Kostorz, G

    2006-08-28

    We have used an electrochemical selective phase dissolution method to extract nanoprecipitates of the Ni(3)Si-type intermetallic phase from two-phase Ni-Si and Ni-Si-Al alloys by dissolving the matrix phase. The extracted nanoparticles are characterized by transmission electron microscopy, energy-dispersive x-ray spectrometry, x-ray powder diffraction, and electron powder diffraction. It is found that the Ni(3)Si-type nanoparticles have a core-shell structure. The core maintains the size, the shape, and the crystal structure of the precipitates that existed in the bulk alloys, while the shell is an amorphous phase, containing only Si and O (SiO(x)). The shell forms around the precipitates during the extraction process. After annealing the nanoparticles in nitrogen at 700 °C, the tridymite phase recrystallizes within the shell, which remains partially amorphous. In contrast, on annealing in air at 1000 °C, no changes in the composition or the structure of the nanoparticles occur. It is suggested that the shell forms after dealloying of the matrix phase, where Si atoms, the main constituents of the shell, migrate to the surface of the precipitates.

  8. Automated IMRT planning with regional optimization using planning scripts.

    Science.gov (United States)

    Xhaferllari, Ilma; Wong, Eugene; Bzdusek, Karl; Lock, Michael; Chen, Jeff

    2013-01-07

    Intensity-modulated radiation therapy (IMRT) has become a standard technique in radiation therapy for treating different types of cancers. Various class solutions have been developed for simple cases (e.g., localized prostate, whole breast) to generate IMRT plans efficiently. However, for more complex cases (e.g., head and neck, pelvic nodes), it can be time-consuming for a planner to generate optimized IMRT plans. To generate optimal plans in these more complex cases which generally have multiple target volumes and organs at risk, it is often required to have additional IMRT optimization structures such as dose limiting ring structures, adjust beam geometry, select inverse planning objectives and associated weights, and additional IMRT objectives to reduce cold and hot spots in the dose distribution. These parameters are generally manually adjusted with a repeated trial and error approach during the optimization process. To improve IMRT planning efficiency in these more complex cases, an iterative method that incorporates some of these adjustment processes automatically in a planning script is designed, implemented, and validated. In particular, regional optimization has been implemented in an iterative way to reduce various hot or cold spots during the optimization process that begins with defining and automatic segmentation of hot and cold spots, introducing new objectives and their relative weights into inverse planning, and turn this into an iterative process with termination criteria. The method has been applied to three clinical sites: prostate with pelvic nodes, head and neck, and anal canal cancers, and has shown to reduce IMRT planning time significantly for clinical applications with improved plan quality. The IMRT planning scripts have been used for more than 500 clinical cases.

  9. Building iPhone Apps with HTML, CSS, and JavaScript Making App Store Apps Without Objective-C or Cocoa

    CERN Document Server

    Stark, Jonathan

    2010-01-01

    What people are saying about Building iPhone Apps w/ HTML, CSS, and JavaScript "The future of mobile development is clearly web technologies like CSS, HTML and JavaScript. Jonathan Stark shows you how to leverage your existing web development skills to build native iPhone applications using these technologies." --John Allsopp, author and founder of Web Directions "Jonathan's book is the most comprehensive documentation available for developing web applications for mobile Safari. Not just great tech coverage, this book is an easy read of purely fascinating mobile tidbits in a fun colloquial

  10. Radar attenuation in Europa's ice shell: obstacles and opportunities for constraining shell thickness and thermal structure

    Science.gov (United States)

    Kalousova, Klara; Schroeder, Dustin M.; Soderlund, Krista M.; Sotin, Christophe

    2016-10-01

    With its strikingly young surface and possibly recent endogenic activity, Europa is one of the most exciting bodies within our Solar System and a primary target for spacecraft exploration. Future missions to Europa are expected to carry ice penetrating radar instruments which are powerful tools to investigate the subsurface thermophysical structure of its ice shell.Several authors have addressed the 'penetration depth' of radar sounders at icy moons, however, the concept and calculation of a single value penetration depth is a potentially misleading simplification since it ignores the thermal and attenuation structure complexity of a realistic ice shell. Here we move beyond the concept of a single penetration depth by exploring the variation in two-way radar attenuation for a variety of potential thermal structures of Europa's ice shell as well as for a low loss and high loss temperature-dependent attenuation model. The possibility to detect brines is also investigated.Our results indicate that: (i) for all ice shell thicknesses investigated (5-30 km), a nominal satellite-borne radar sounder will penetrate between 15% and 100% of the total thickness, (ii) the maximum penetration depth strongly varies laterally with the deepest penetration possible through the cold downwellings, (iii) the direct detection of the ice/ocean interface might be possible for shells of up to 15 km if the radar signal travels through the cold downwelling, (iv) even if the ice/ocean interface is not detected, the penetration through most of the shell could constrain the deep shell structure through the loss of signal, and (v) for all plausible ice shells the two-way attenuation to the eutectic point is ≤30 dB which shows a robust potential for longitudinal investigation of the ice shell's shallow structure.Part of this work has been performed at the Jet Propulsion Laboratory, California Institute of Technology, under contract to NASA. K.K. acknowledges support by the Grant Agency of the

  11. An Object-Oriented Python Implementation of an Intermediate-Level Atmospheric Model

    Science.gov (United States)

    Lin, J. W.

    2008-12-01

    The Neelin-Zeng Quasi-equilibrium Tropical Circulation Model (QTCM1) is a Fortran-based intermediate-level atmospheric model that includes simplified treatments of several physical processes, including a GCM-like convective scheme and a land-surface scheme with representations of different surface types, evaporation, and soil moisture. This model has been used in studies of the Madden-Julian oscillation, ENSO, and vegetation-atmosphere interaction effects on climate. Through the assumption of convective quasi-equilibrium in the troposphere, the QTCM1 is able to include full nonlinearity, resolve baroclinic disturbances, and generate a reasonable climatology, all at low computational cost. One year of simulation on a PC at 5.625 × 3.75 degree longitude-latitude resolution takes under three minutes of wall-clock time. The Python package qtcm implements the QTCM1 in a mixed-language environment that retains the speed of compiled Fortran while providing the benefits of Python's object-oriented framework and robust suite of utilities and datatypes. We describe key programming constructs used to create this modeling environment: the decomposition of model runs into Python objects, providing methods so visualization tools are attached to model runs, and the use of Python's mutable datatypes (lists and dictionaries) to implement the "run list" entity, which enables total runtime control of subroutine execution order and content. The result is an interactive modeling environment where the traditional sequence of "hypothesis → modeling → visualization and analysis" is opened up and made nonlinear and flexible. In this environment, science tasks such as parameter-space exploration and testing alternative parameterizations can be easily automated, without the need for multiple versions of the model code interacting with a bevy of makefiles and shell scripts. The environment also simplifies interfacing of the atmospheric model to other models (e.g., hydrologic models

  12. Building Android Apps with HTML, CSS, and JavaScript

    CERN Document Server

    Stark, Jonathan

    2010-01-01

    If you know HTML, CSS, and JavaScript, you already have the tools you need to develop Android applications. This hands-on book shows you how to use these open source web standards to design and build apps that can be adapted for any Android device -- without having to use Java. You'll learn how to create an Android-friendly web app on the platform of your choice, and then convert it to a native Android app with the free PhoneGap framework. Discover why device-agnostic mobile apps are the wave of the future, and start building apps that offer greater flexibility and a broader reach. Learn the

  13. Stationary spherical shells around Kerr-Newman naked singularities

    International Nuclear Information System (INIS)

    Zdenek Stuchlik; Stanislav Hledik

    1998-01-01

    It is shown that in the field of some Kerr-Newman naked singularities a stationary spherical shell of charged dust can exist, with the specific charge being the same for all particles of the dusty shell. Gravitational attractions acting on the particles are balanced by electromagnetic repulsion in such a way that the shell is stable against radial perturbations. Particles of the shell move along orbits with constant latitude and radius. Rotation of the shell is differential. The shell is corotating relative to static observers at infinity, but it is counter rotating relative to the family of locally non-rotating observers. No such a shell can exist in the field of Kerr-Newman black holes. (authors)

  14. Modeling plate shell structures using pyFormex

    DEFF Research Database (Denmark)

    Bagger, Anne; Verhegghe, Benedict; Hertz, Kristian Dahl

    2009-01-01

    A shell structure made of glass combines a light-weight structural concept with glass’ high permeability to light. If the geometry of the structure is plane-based facetted (plate shell structure), the glass elements will be plane panes, and these glass panes will comprise the primary load...... (plate shells and triangulated lattice shells) may not differ in complexity regarding the topology, but when it comes to the practical generation of the geometry, e.g. in CAD, the plate shell is far more troublesome to handle than the triangulated geometry. The free software tool “pyFormex”, developed...

  15. "The Heart Desires but the Body Refuses": Sexual Scripts, Older Men's Perceptions of Sexuality, and Implications for Their Mental and Sexual Health.

    Science.gov (United States)

    Rutagumirwa, Sylivia Karen; Bailey, Ajay

    2018-01-01

    We use sexual scripting theory in the present paper to gain a better understanding of older men's perceptions of their sexuality in relation to dominant Tanzanian cultural norms of masculinity. Qualitative in-depth interviews were conducted with 15 older men, and ten focus group discussions were conducted with 60 men aged 60-82. Participants' recruitment was guided by theoretical sampling strategies. Consistent with the principles of grounded theory, data collection and analysis occurred simultaneously. Our findings indicate that Jando (male initiation rites) serves as a script for male sexuality that outlines the expectations and rewards of male sexuality. Adhering to masculine sexual script affects older men's perceptions of their sexuality in later life and has detrimental effects on their well-being. Older men were concerned with changes in their sexual life, such as the decline in their sexual performance. The majority of the participants said they felt emotionally distressed about the age-related decline in their body and in their sexuality, and they reported that their inability to conform to male sexual scripts undermined their sense of masculinity. Several of the participants reported that in an effort to regain their previous sexual performance, they had turned to remedies and strategies of questionable appropriateness and effectiveness. Our study suggests that older men may benefit from age-related interventions tailored to their cultural background. These interventions may require trained health care providers on mental health issues to bridge the gap between the internalized scripts of ideal male sexuality and the reality of aging.

  16. Core–shell interaction and its impact on the optical absorption of pure and doped core-shell CdSe/ZnSe nanoclusters

    Energy Technology Data Exchange (ETDEWEB)

    Wang, Xinqin; Cui, Yingqi; Zeng, Qun; Yang, Mingli, E-mail: myang@scu.edu.cn [Institute of Atomic and Molecular Physics, Key Laboratory of High Energy Density Physics and Technology of Ministry of Education, Sichuan University, Chengdu 610065 (China); Yu, Shengping [College of Chemistry and Environment Protection Engineering, Southwest University for Nationalities, Chengdu 610041 (China)

    2016-04-07

    The structural, electronic, and optical properties of core-shell nanoclusters, (CdSe){sub x}@(CdSe){sub y} and their Zn-substituted complexes of x = 2–4 and y = 16–28, were studied with density functional theory calculations. The substitution was applied in the cores, the shells, and/or the whole clusters. All these clusters are characterized by their core-shell structures in which the core-shell interaction was found different from those in core or in shell, as reflected by their bondlengths, volumes, and binding energies. Moreover, the core and shell combine together to compose a new cluster with electronic and optical properties different from those of separated individuals, as reflected by their HOMO-LUMO gaps and optical absorptions. With the substitution of Cd by Zn, the structural, electronic, and optical properties of clusters change regularly. The binding energy increases with Zn content, attributed to the strong Zn–Se bonding. For the same core/shell, the structure with a CdSe shell/core has a narrower gap than that with a ZnSe shell/core. The optical absorption spectra also change accordingly with Zn substitution. The peaks blueshift with increasing Zn concentration, accompanying with shape variations in case large number of Cd atoms are substituted. Our calculations reveal the core-shell interaction and its influence on the electronic and optical properties of the core-shell clusters, suggesting a composition–structure–property relationship for the design of core-shell CdSe and ZnSe nanoclusters.

  17. Some Differential Geometric Relations in the Elastic Shell

    Directory of Open Access Journals (Sweden)

    Xiaoqin Shen

    2016-01-01

    Full Text Available The theory of the elastic shells is one of the most important parts of the theory of solid mechanics. The elastic shell can be described with its middle surface; that is, the three-dimensional elastic shell with equal thickness comprises a series of overlying surfaces like middle surface. In this paper, the differential geometric relations between elastic shell and its middle surface are provided under the curvilinear coordinate systems, which are very important for forming two-dimensional linear and nonlinear elastic shell models. Concretely, the metric tensors, the determinant of metric matrix field, the Christoffel symbols, and Riemann tensors on the three-dimensional elasticity are expressed by those on the two-dimensional middle surface, which are featured by the asymptotic expressions with respect to the variable in the direction of thickness of the shell. Thus, the novelty of this work is that we can further split three-dimensional mechanics equations into two-dimensional variation problems. Finally, two kinds of special shells, hemispherical shell and semicylindrical shell, are provided as the examples.

  18. Determination of shell energies. Nuclear deformations and fission barriers

    International Nuclear Information System (INIS)

    Koura, Hiroyuki; Tachibana, Takahiro; Uno, Masahiro; Yamada, Masami.

    1996-01-01

    We have been studying a method of determining nuclear shell energies and incorporating them into a mass formula. The main feature of this method lies in estimating shell energies of deformed nuclei from spherical shell energies. We adopt three assumptions, from which the shell energy of a deformed nucleus is deduced to be a weighted sum of spherical shell energies of its neighboring nuclei. This shell energy should be called intrinsic shell energy since the average deformation energy also acts as an effective shell energy. The ground-state shell energy of a deformed nucleus and its equilibrium shape can be obtained by minimizing the sum of these two energies with respect to variation of deformation parameters. In addition, we investigate the existence of fission isomers for heavy nuclei with use of the obtained shell energies. (author)

  19. Lessons Not Learned. The Other Shell Report 2004

    International Nuclear Information System (INIS)

    Harden, M.; Walker, N.; Griffiths, H.; Verweij, M.

    2005-06-01

    The third alternative Shell Corporate Social Responsibility (CSR) report is presented on behalf of several of the many communities that live on Shell's 'fencelines', next to Shell's refineries, depots and pipelines. This 2004 report builds on reports of the past two years 'Failing the Challenge', (2002) and 'Behind the Shine' (2003) which chronicled Shell's impacts around the world. It gives critical updates of Shell's performance over the past year

  20. Cultural Scripts and the Speech Act of Opinions in Irish English: A Study amongst Irish and Polish University Students

    Directory of Open Access Journals (Sweden)

    Weronika Gąsior

    2015-06-01

    Full Text Available Studies in pragmatics have been limited to a handful of illocutionary acts such as requests, apologies or compliments, and opinions remain underrepresented in the existing literature. In this paper I present the results of a study of opinions in Irish English, conducted in an intercultural environment of Irish-Polish interactions. Departing from a traditional approach of speech act realisation studies, I applied the theory of cultural scripts to analyse opinions. In contrasting the Irish and Polish formulas for expressing opinions, as well as sociopragmatic attitudes towards this speech act, a difference in the cultural scripts for opinions in each culture was observable. Apart from already documented Polish frankness in opinions, the study discovered also a rational approach to presenting good arguments to support one’s assertions among the participants. In relation to the Irish script for opinions, the findings are in line with previous classifications of opinions in Australian English, showing a certain level of variational uniformity amongst the English-speaking cultures in this regard.